/*!************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/@fortawesome/fontawesome-free/css/all.css ***!
  \************************************************************************************************************************************************************************************************************************************************/
/*!
 * Font Awesome Free 6.1.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2022 Fonticons, Inc.
 */
.fa {
  font-family: var(--fa-style-family, "Font Awesome 6 Free");
  font-weight: var(--fa-style, 900); }
.fa,
.fas,
.fa-solid,
.far,
.fa-regular,
.fal,
.fa-light,
.fat,
.fa-thin,
.fad,
.fa-duotone,
.fab,
.fa-brands {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-feature-settings: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto; }
.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.08333em;
  vertical-align: 0.125em; }
.fa-sm {
  font-size: 0.875em;
  line-height: 0.07143em;
  vertical-align: 0.05357em; }
.fa-lg {
  font-size: 1.25em;
  line-height: 0.05em;
  vertical-align: -0.075em; }
.fa-xl {
  font-size: 1.5em;
  line-height: 0.04167em;
  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, 0);
  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, 0);
  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, 0);
  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, 0);
  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, 0);
  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, 0);
  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, 0);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 2s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, linear); }
.fa-spin-reverse {
  --fa-animation-direction: reverse; }
.fa-pulse,
.fa-spin-pulse {
  animation-name: fa-spin;
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, steps(8)); }
@media (prefers-reduced-motion: reduce) {
  .fa-beat,
  .fa-bounce,
  .fa-fade,
  .fa-beat-fade,
  .fa-flip,
  .fa-pulse,
  .fa-shake,
  .fa-spin,
  .fa-spin-pulse {
    animation-delay: -1ms;
    animation-duration: 1ms;
    animation-iteration-count: 1;
    transition-delay: 0s;
    transition-duration: 0s; } }
@keyframes fa-beat {
  0%, 90% {
    transform: scale(1); }
  45% {
    transform: scale(var(--fa-beat-scale, 1.25)); } }
@keyframes fa-bounce {
  0% {
    transform: scale(1, 1) translateY(0); }
  10% {
    transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0); }
  30% {
    transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em)); }
  50% {
    transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0); }
  57% {
    transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em)); }
  64% {
    transform: scale(1, 1) translateY(0); }
  100% {
    transform: scale(1, 1) translateY(0); } }
@keyframes fa-fade {
  50% {
    opacity: var(--fa-fade-opacity, 0.4); } }
@keyframes fa-beat-fade {
  0%, 100% {
    opacity: var(--fa-beat-fade-opacity, 0.4);
    transform: scale(1); }
  50% {
    opacity: 1;
    transform: scale(var(--fa-beat-fade-scale, 1.125)); } }
@keyframes fa-flip {
  50% {
    transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg)); } }
@keyframes fa-shake {
  0% {
    transform: rotate(-15deg); }
  4% {
    transform: rotate(15deg); }
  8%, 24% {
    transform: rotate(-18deg); }
  12%, 28% {
    transform: rotate(18deg); }
  16% {
    transform: rotate(-22deg); }
  20% {
    transform: rotate(22deg); }
  32% {
    transform: rotate(-12deg); }
  36% {
    transform: rotate(12deg); }
  40%, 100% {
    transform: rotate(0deg); } }
@keyframes fa-spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
.fa-rotate-90 {
  transform: rotate(90deg); }
.fa-rotate-180 {
  transform: rotate(180deg); }
.fa-rotate-270 {
  transform: rotate(270deg); }
.fa-flip-horizontal {
  transform: scale(-1, 1); }
.fa-flip-vertical {
  transform: scale(1, -1); }
.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
  transform: scale(-1, -1); }
.fa-rotate-by {
  transform: rotate(var(--fa-rotate-angle, none)); }
.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em; }
.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: var(--fa-stack-z-index, auto); }
.fa-stack-1x {
  line-height: inherit; }
.fa-stack-2x {
  font-size: 2em; }
.fa-inverse {
  color: var(--fa-inverse, #fff); }
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-0::before {
  content: "\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-a::before {
  content: "\41"; }
.fa-address-book::before {
  content: "\f2b9"; }
.fa-contact-book::before {
  content: "\f2b9"; }
.fa-address-card::before {
  content: "\f2bb"; }
.fa-contact-card::before {
  content: "\f2bb"; }
.fa-vcard::before {
  content: "\f2bb"; }
.fa-align-center::before {
  content: "\f037"; }
.fa-align-justify::before {
  content: "\f039"; }
.fa-align-left::before {
  content: "\f036"; }
.fa-align-right::before {
  content: "\f038"; }
.fa-anchor::before {
  content: "\f13d"; }
.fa-anchor-circle-check::before {
  content: "\e4aa"; }
.fa-anchor-circle-exclamation::before {
  content: "\e4ab"; }
.fa-anchor-circle-xmark::before {
  content: "\e4ac"; }
.fa-anchor-lock::before {
  content: "\e4ad"; }
.fa-angle-down::before {
  content: "\f107"; }
.fa-angle-left::before {
  content: "\f104"; }
.fa-angle-right::before {
  content: "\f105"; }
.fa-angle-up::before {
  content: "\f106"; }
.fa-angles-down::before {
  content: "\f103"; }
.fa-angle-double-down::before {
  content: "\f103"; }
.fa-angles-left::before {
  content: "\f100"; }
.fa-angle-double-left::before {
  content: "\f100"; }
.fa-angles-right::before {
  content: "\f101"; }
.fa-angle-double-right::before {
  content: "\f101"; }
.fa-angles-up::before {
  content: "\f102"; }
.fa-angle-double-up::before {
  content: "\f102"; }
.fa-ankh::before {
  content: "\f644"; }
.fa-apple-whole::before {
  content: "\f5d1"; }
.fa-apple-alt::before {
  content: "\f5d1"; }
.fa-archway::before {
  content: "\f557"; }
.fa-arrow-down::before {
  content: "\f063"; }
.fa-arrow-down-1-9::before {
  content: "\f162"; }
.fa-sort-numeric-asc::before {
  content: "\f162"; }
.fa-sort-numeric-down::before {
  content: "\f162"; }
.fa-arrow-down-9-1::before {
  content: "\f886"; }
.fa-sort-numeric-desc::before {
  content: "\f886"; }
.fa-sort-numeric-down-alt::before {
  content: "\f886"; }
.fa-arrow-down-a-z::before {
  content: "\f15d"; }
.fa-sort-alpha-asc::before {
  content: "\f15d"; }
.fa-sort-alpha-down::before {
  content: "\f15d"; }
.fa-arrow-down-long::before {
  content: "\f175"; }
.fa-long-arrow-down::before {
  content: "\f175"; }
.fa-arrow-down-short-wide::before {
  content: "\f884"; }
.fa-sort-amount-desc::before {
  content: "\f884"; }
.fa-sort-amount-down-alt::before {
  content: "\f884"; }
.fa-arrow-down-up-across-line::before {
  content: "\e4af"; }
.fa-arrow-down-up-lock::before {
  content: "\e4b0"; }
.fa-arrow-down-wide-short::before {
  content: "\f160"; }
.fa-sort-amount-asc::before {
  content: "\f160"; }
.fa-sort-amount-down::before {
  content: "\f160"; }
.fa-arrow-down-z-a::before {
  content: "\f881"; }
.fa-sort-alpha-desc::before {
  content: "\f881"; }
.fa-sort-alpha-down-alt::before {
  content: "\f881"; }
.fa-arrow-left::before {
  content: "\f060"; }
.fa-arrow-left-long::before {
  content: "\f177"; }
.fa-long-arrow-left::before {
  content: "\f177"; }
.fa-arrow-pointer::before {
  content: "\f245"; }
.fa-mouse-pointer::before {
  content: "\f245"; }
.fa-arrow-right::before {
  content: "\f061"; }
.fa-arrow-right-arrow-left::before {
  content: "\f0ec"; }
.fa-exchange::before {
  content: "\f0ec"; }
.fa-arrow-right-from-bracket::before {
  content: "\f08b"; }
.fa-sign-out::before {
  content: "\f08b"; }
.fa-arrow-right-long::before {
  content: "\f178"; }
.fa-long-arrow-right::before {
  content: "\f178"; }
.fa-arrow-right-to-bracket::before {
  content: "\f090"; }
.fa-sign-in::before {
  content: "\f090"; }
.fa-arrow-right-to-city::before {
  content: "\e4b3"; }
.fa-arrow-rotate-left::before {
  content: "\f0e2"; }
.fa-arrow-left-rotate::before {
  content: "\f0e2"; }
.fa-arrow-rotate-back::before {
  content: "\f0e2"; }
.fa-arrow-rotate-backward::before {
  content: "\f0e2"; }
.fa-undo::before {
  content: "\f0e2"; }
.fa-arrow-rotate-right::before {
  content: "\f01e"; }
.fa-arrow-right-rotate::before {
  content: "\f01e"; }
.fa-arrow-rotate-forward::before {
  content: "\f01e"; }
.fa-redo::before {
  content: "\f01e"; }
.fa-arrow-trend-down::before {
  content: "\e097"; }
.fa-arrow-trend-up::before {
  content: "\e098"; }
.fa-arrow-turn-down::before {
  content: "\f149"; }
.fa-level-down::before {
  content: "\f149"; }
.fa-arrow-turn-up::before {
  content: "\f148"; }
.fa-level-up::before {
  content: "\f148"; }
.fa-arrow-up::before {
  content: "\f062"; }
.fa-arrow-up-1-9::before {
  content: "\f163"; }
.fa-sort-numeric-up::before {
  content: "\f163"; }
.fa-arrow-up-9-1::before {
  content: "\f887"; }
.fa-sort-numeric-up-alt::before {
  content: "\f887"; }
.fa-arrow-up-a-z::before {
  content: "\f15e"; }
.fa-sort-alpha-up::before {
  content: "\f15e"; }
.fa-arrow-up-from-bracket::before {
  content: "\e09a"; }
.fa-arrow-up-from-ground-water::before {
  content: "\e4b5"; }
.fa-arrow-up-from-water-pump::before {
  content: "\e4b6"; }
.fa-arrow-up-long::before {
  content: "\f176"; }
.fa-long-arrow-up::before {
  content: "\f176"; }
.fa-arrow-up-right-dots::before {
  content: "\e4b7"; }
.fa-arrow-up-right-from-square::before {
  content: "\f08e"; }
.fa-external-link::before {
  content: "\f08e"; }
.fa-arrow-up-short-wide::before {
  content: "\f885"; }
.fa-sort-amount-up-alt::before {
  content: "\f885"; }
.fa-arrow-up-wide-short::before {
  content: "\f161"; }
.fa-sort-amount-up::before {
  content: "\f161"; }
.fa-arrow-up-z-a::before {
  content: "\f882"; }
.fa-sort-alpha-up-alt::before {
  content: "\f882"; }
.fa-arrows-down-to-line::before {
  content: "\e4b8"; }
.fa-arrows-down-to-people::before {
  content: "\e4b9"; }
.fa-arrows-left-right::before {
  content: "\f07e"; }
.fa-arrows-h::before {
  content: "\f07e"; }
.fa-arrows-left-right-to-line::before {
  content: "\e4ba"; }
.fa-arrows-rotate::before {
  content: "\f021"; }
.fa-refresh::before {
  content: "\f021"; }
.fa-sync::before {
  content: "\f021"; }
.fa-arrows-spin::before {
  content: "\e4bb"; }
.fa-arrows-split-up-and-left::before {
  content: "\e4bc"; }
.fa-arrows-to-circle::before {
  content: "\e4bd"; }
.fa-arrows-to-dot::before {
  content: "\e4be"; }
.fa-arrows-to-eye::before {
  content: "\e4bf"; }
.fa-arrows-turn-right::before {
  content: "\e4c0"; }
.fa-arrows-turn-to-dots::before {
  content: "\e4c1"; }
.fa-arrows-up-down::before {
  content: "\f07d"; }
.fa-arrows-v::before {
  content: "\f07d"; }
.fa-arrows-up-down-left-right::before {
  content: "\f047"; }
.fa-arrows::before {
  content: "\f047"; }
.fa-arrows-up-to-line::before {
  content: "\e4c2"; }
.fa-asterisk::before {
  content: "\2a"; }
.fa-at::before {
  content: "\40"; }
.fa-atom::before {
  content: "\f5d2"; }
.fa-audio-description::before {
  content: "\f29e"; }
.fa-austral-sign::before {
  content: "\e0a9"; }
.fa-award::before {
  content: "\f559"; }
.fa-b::before {
  content: "\42"; }
.fa-baby::before {
  content: "\f77c"; }
.fa-baby-carriage::before {
  content: "\f77d"; }
.fa-carriage-baby::before {
  content: "\f77d"; }
.fa-backward::before {
  content: "\f04a"; }
.fa-backward-fast::before {
  content: "\f049"; }
.fa-fast-backward::before {
  content: "\f049"; }
.fa-backward-step::before {
  content: "\f048"; }
.fa-step-backward::before {
  content: "\f048"; }
.fa-bacon::before {
  content: "\f7e5"; }
.fa-bacteria::before {
  content: "\e059"; }
.fa-bacterium::before {
  content: "\e05a"; }
.fa-bag-shopping::before {
  content: "\f290"; }
.fa-shopping-bag::before {
  content: "\f290"; }
.fa-bahai::before {
  content: "\f666"; }
.fa-baht-sign::before {
  content: "\e0ac"; }
.fa-ban::before {
  content: "\f05e"; }
.fa-cancel::before {
  content: "\f05e"; }
.fa-ban-smoking::before {
  content: "\f54d"; }
.fa-smoking-ban::before {
  content: "\f54d"; }
.fa-bandage::before {
  content: "\f462"; }
.fa-band-aid::before {
  content: "\f462"; }
.fa-barcode::before {
  content: "\f02a"; }
.fa-bars::before {
  content: "\f0c9"; }
.fa-navicon::before {
  content: "\f0c9"; }
.fa-bars-progress::before {
  content: "\f828"; }
.fa-tasks-alt::before {
  content: "\f828"; }
.fa-bars-staggered::before {
  content: "\f550"; }
.fa-reorder::before {
  content: "\f550"; }
.fa-stream::before {
  content: "\f550"; }
.fa-baseball::before {
  content: "\f433"; }
.fa-baseball-ball::before {
  content: "\f433"; }
.fa-baseball-bat-ball::before {
  content: "\f432"; }
.fa-basket-shopping::before {
  content: "\f291"; }
.fa-shopping-basket::before {
  content: "\f291"; }
.fa-basketball::before {
  content: "\f434"; }
.fa-basketball-ball::before {
  content: "\f434"; }
.fa-bath::before {
  content: "\f2cd"; }
.fa-bathtub::before {
  content: "\f2cd"; }
.fa-battery-empty::before {
  content: "\f244"; }
.fa-battery-0::before {
  content: "\f244"; }
.fa-battery-full::before {
  content: "\f240"; }
.fa-battery::before {
  content: "\f240"; }
.fa-battery-5::before {
  content: "\f240"; }
.fa-battery-half::before {
  content: "\f242"; }
.fa-battery-3::before {
  content: "\f242"; }
.fa-battery-quarter::before {
  content: "\f243"; }
.fa-battery-2::before {
  content: "\f243"; }
.fa-battery-three-quarters::before {
  content: "\f241"; }
.fa-battery-4::before {
  content: "\f241"; }
.fa-bed::before {
  content: "\f236"; }
.fa-bed-pulse::before {
  content: "\f487"; }
.fa-procedures::before {
  content: "\f487"; }
.fa-beer-mug-empty::before {
  content: "\f0fc"; }
.fa-beer::before {
  content: "\f0fc"; }
.fa-bell::before {
  content: "\f0f3"; }
.fa-bell-concierge::before {
  content: "\f562"; }
.fa-concierge-bell::before {
  content: "\f562"; }
.fa-bell-slash::before {
  content: "\f1f6"; }
.fa-bezier-curve::before {
  content: "\f55b"; }
.fa-bicycle::before {
  content: "\f206"; }
.fa-binoculars::before {
  content: "\f1e5"; }
.fa-biohazard::before {
  content: "\f780"; }
.fa-bitcoin-sign::before {
  content: "\e0b4"; }
.fa-blender::before {
  content: "\f517"; }
.fa-blender-phone::before {
  content: "\f6b6"; }
.fa-blog::before {
  content: "\f781"; }
.fa-bold::before {
  content: "\f032"; }
.fa-bolt::before {
  content: "\f0e7"; }
.fa-zap::before {
  content: "\f0e7"; }
.fa-bolt-lightning::before {
  content: "\e0b7"; }
.fa-bomb::before {
  content: "\f1e2"; }
.fa-bone::before {
  content: "\f5d7"; }
.fa-bong::before {
  content: "\f55c"; }
.fa-book::before {
  content: "\f02d"; }
.fa-book-atlas::before {
  content: "\f558"; }
.fa-atlas::before {
  content: "\f558"; }
.fa-book-bible::before {
  content: "\f647"; }
.fa-bible::before {
  content: "\f647"; }
.fa-book-bookmark::before {
  content: "\e0bb"; }
.fa-book-journal-whills::before {
  content: "\f66a"; }
.fa-journal-whills::before {
  content: "\f66a"; }
.fa-book-medical::before {
  content: "\f7e6"; }
.fa-book-open::before {
  content: "\f518"; }
.fa-book-open-reader::before {
  content: "\f5da"; }
.fa-book-reader::before {
  content: "\f5da"; }
.fa-book-quran::before {
  content: "\f687"; }
.fa-quran::before {
  content: "\f687"; }
.fa-book-skull::before {
  content: "\f6b7"; }
.fa-book-dead::before {
  content: "\f6b7"; }
.fa-bookmark::before {
  content: "\f02e"; }
.fa-border-all::before {
  content: "\f84c"; }
.fa-border-none::before {
  content: "\f850"; }
.fa-border-top-left::before {
  content: "\f853"; }
.fa-border-style::before {
  content: "\f853"; }
.fa-bore-hole::before {
  content: "\e4c3"; }
.fa-bottle-droplet::before {
  content: "\e4c4"; }
.fa-bottle-water::before {
  content: "\e4c5"; }
.fa-bowl-food::before {
  content: "\e4c6"; }
.fa-bowl-rice::before {
  content: "\e2eb"; }
.fa-bowling-ball::before {
  content: "\f436"; }
.fa-box::before {
  content: "\f466"; }
.fa-box-archive::before {
  content: "\f187"; }
.fa-archive::before {
  content: "\f187"; }
.fa-box-open::before {
  content: "\f49e"; }
.fa-box-tissue::before {
  content: "\e05b"; }
.fa-boxes-packing::before {
  content: "\e4c7"; }
.fa-boxes-stacked::before {
  content: "\f468"; }
.fa-boxes::before {
  content: "\f468"; }
.fa-boxes-alt::before {
  content: "\f468"; }
.fa-braille::before {
  content: "\f2a1"; }
.fa-brain::before {
  content: "\f5dc"; }
.fa-brazilian-real-sign::before {
  content: "\e46c"; }
.fa-bread-slice::before {
  content: "\f7ec"; }
.fa-bridge::before {
  content: "\e4c8"; }
.fa-bridge-circle-check::before {
  content: "\e4c9"; }
.fa-bridge-circle-exclamation::before {
  content: "\e4ca"; }
.fa-bridge-circle-xmark::before {
  content: "\e4cb"; }
.fa-bridge-lock::before {
  content: "\e4cc"; }
.fa-bridge-water::before {
  content: "\e4ce"; }
.fa-briefcase::before {
  content: "\f0b1"; }
.fa-briefcase-medical::before {
  content: "\f469"; }
.fa-broom::before {
  content: "\f51a"; }
.fa-broom-ball::before {
  content: "\f458"; }
.fa-quidditch::before {
  content: "\f458"; }
.fa-quidditch-broom-ball::before {
  content: "\f458"; }
.fa-brush::before {
  content: "\f55d"; }
.fa-bucket::before {
  content: "\e4cf"; }
.fa-bug::before {
  content: "\f188"; }
.fa-bug-slash::before {
  content: "\e490"; }
.fa-bugs::before {
  content: "\e4d0"; }
.fa-building::before {
  content: "\f1ad"; }
.fa-building-circle-arrow-right::before {
  content: "\e4d1"; }
.fa-building-circle-check::before {
  content: "\e4d2"; }
.fa-building-circle-exclamation::before {
  content: "\e4d3"; }
.fa-building-circle-xmark::before {
  content: "\e4d4"; }
.fa-building-columns::before {
  content: "\f19c"; }
.fa-bank::before {
  content: "\f19c"; }
.fa-institution::before {
  content: "\f19c"; }
.fa-museum::before {
  content: "\f19c"; }
.fa-university::before {
  content: "\f19c"; }
.fa-building-flag::before {
  content: "\e4d5"; }
.fa-building-lock::before {
  content: "\e4d6"; }
.fa-building-ngo::before {
  content: "\e4d7"; }
.fa-building-shield::before {
  content: "\e4d8"; }
.fa-building-un::before {
  content: "\e4d9"; }
.fa-building-user::before {
  content: "\e4da"; }
.fa-building-wheat::before {
  content: "\e4db"; }
.fa-bullhorn::before {
  content: "\f0a1"; }
.fa-bullseye::before {
  content: "\f140"; }
.fa-burger::before {
  content: "\f805"; }
.fa-hamburger::before {
  content: "\f805"; }
.fa-burst::before {
  content: "\e4dc"; }
.fa-bus::before {
  content: "\f207"; }
.fa-bus-simple::before {
  content: "\f55e"; }
.fa-bus-alt::before {
  content: "\f55e"; }
.fa-business-time::before {
  content: "\f64a"; }
.fa-briefcase-clock::before {
  content: "\f64a"; }
.fa-c::before {
  content: "\43"; }
.fa-cake-candles::before {
  content: "\f1fd"; }
.fa-birthday-cake::before {
  content: "\f1fd"; }
.fa-cake::before {
  content: "\f1fd"; }
.fa-calculator::before {
  content: "\f1ec"; }
.fa-calendar::before {
  content: "\f133"; }
.fa-calendar-check::before {
  content: "\f274"; }
.fa-calendar-day::before {
  content: "\f783"; }
.fa-calendar-days::before {
  content: "\f073"; }
.fa-calendar-alt::before {
  content: "\f073"; }
.fa-calendar-minus::before {
  content: "\f272"; }
.fa-calendar-plus::before {
  content: "\f271"; }
.fa-calendar-week::before {
  content: "\f784"; }
.fa-calendar-xmark::before {
  content: "\f273"; }
.fa-calendar-times::before {
  content: "\f273"; }
.fa-camera::before {
  content: "\f030"; }
.fa-camera-alt::before {
  content: "\f030"; }
.fa-camera-retro::before {
  content: "\f083"; }
.fa-camera-rotate::before {
  content: "\e0d8"; }
.fa-campground::before {
  content: "\f6bb"; }
.fa-candy-cane::before {
  content: "\f786"; }
.fa-cannabis::before {
  content: "\f55f"; }
.fa-capsules::before {
  content: "\f46b"; }
.fa-car::before {
  content: "\f1b9"; }
.fa-automobile::before {
  content: "\f1b9"; }
.fa-car-battery::before {
  content: "\f5df"; }
.fa-battery-car::before {
  content: "\f5df"; }
.fa-car-burst::before {
  content: "\f5e1"; }
.fa-car-crash::before {
  content: "\f5e1"; }
.fa-car-on::before {
  content: "\e4dd"; }
.fa-car-rear::before {
  content: "\f5de"; }
.fa-car-alt::before {
  content: "\f5de"; }
.fa-car-side::before {
  content: "\f5e4"; }
.fa-car-tunnel::before {
  content: "\e4de"; }
.fa-caravan::before {
  content: "\f8ff"; }
.fa-caret-down::before {
  content: "\f0d7"; }
.fa-caret-left::before {
  content: "\f0d9"; }
.fa-caret-right::before {
  content: "\f0da"; }
.fa-caret-up::before {
  content: "\f0d8"; }
.fa-carrot::before {
  content: "\f787"; }
.fa-cart-arrow-down::before {
  content: "\f218"; }
.fa-cart-flatbed::before {
  content: "\f474"; }
.fa-dolly-flatbed::before {
  content: "\f474"; }
.fa-cart-flatbed-suitcase::before {
  content: "\f59d"; }
.fa-luggage-cart::before {
  content: "\f59d"; }
.fa-cart-plus::before {
  content: "\f217"; }
.fa-cart-shopping::before {
  content: "\f07a"; }
.fa-shopping-cart::before {
  content: "\f07a"; }
.fa-cash-register::before {
  content: "\f788"; }
.fa-cat::before {
  content: "\f6be"; }
.fa-cedi-sign::before {
  content: "\e0df"; }
.fa-cent-sign::before {
  content: "\e3f5"; }
.fa-certificate::before {
  content: "\f0a3"; }
.fa-chair::before {
  content: "\f6c0"; }
.fa-chalkboard::before {
  content: "\f51b"; }
.fa-blackboard::before {
  content: "\f51b"; }
.fa-chalkboard-user::before {
  content: "\f51c"; }
.fa-chalkboard-teacher::before {
  content: "\f51c"; }
.fa-champagne-glasses::before {
  content: "\f79f"; }
.fa-glass-cheers::before {
  content: "\f79f"; }
.fa-charging-station::before {
  content: "\f5e7"; }
.fa-chart-area::before {
  content: "\f1fe"; }
.fa-area-chart::before {
  content: "\f1fe"; }
.fa-chart-bar::before {
  content: "\f080"; }
.fa-bar-chart::before {
  content: "\f080"; }
.fa-chart-column::before {
  content: "\e0e3"; }
.fa-chart-gantt::before {
  content: "\e0e4"; }
.fa-chart-line::before {
  content: "\f201"; }
.fa-line-chart::before {
  content: "\f201"; }
.fa-chart-pie::before {
  content: "\f200"; }
.fa-pie-chart::before {
  content: "\f200"; }
.fa-chart-simple::before {
  content: "\e473"; }
.fa-check::before {
  content: "\f00c"; }
.fa-check-double::before {
  content: "\f560"; }
.fa-check-to-slot::before {
  content: "\f772"; }
.fa-vote-yea::before {
  content: "\f772"; }
.fa-cheese::before {
  content: "\f7ef"; }
.fa-chess::before {
  content: "\f439"; }
.fa-chess-bishop::before {
  content: "\f43a"; }
.fa-chess-board::before {
  content: "\f43c"; }
.fa-chess-king::before {
  content: "\f43f"; }
.fa-chess-knight::before {
  content: "\f441"; }
.fa-chess-pawn::before {
  content: "\f443"; }
.fa-chess-queen::before {
  content: "\f445"; }
.fa-chess-rook::before {
  content: "\f447"; }
.fa-chevron-down::before {
  content: "\f078"; }
.fa-chevron-left::before {
  content: "\f053"; }
.fa-chevron-right::before {
  content: "\f054"; }
.fa-chevron-up::before {
  content: "\f077"; }
.fa-child::before {
  content: "\f1ae"; }
.fa-child-dress::before {
  content: "\e59c"; }
.fa-child-reaching::before {
  content: "\e59d"; }
.fa-child-rifle::before {
  content: "\e4e0"; }
.fa-children::before {
  content: "\e4e1"; }
.fa-church::before {
  content: "\f51d"; }
.fa-circle::before {
  content: "\f111"; }
.fa-circle-arrow-down::before {
  content: "\f0ab"; }
.fa-arrow-circle-down::before {
  content: "\f0ab"; }
.fa-circle-arrow-left::before {
  content: "\f0a8"; }
.fa-arrow-circle-left::before {
  content: "\f0a8"; }
.fa-circle-arrow-right::before {
  content: "\f0a9"; }
.fa-arrow-circle-right::before {
  content: "\f0a9"; }
.fa-circle-arrow-up::before {
  content: "\f0aa"; }
.fa-arrow-circle-up::before {
  content: "\f0aa"; }
.fa-circle-check::before {
  content: "\f058"; }
.fa-check-circle::before {
  content: "\f058"; }
.fa-circle-chevron-down::before {
  content: "\f13a"; }
.fa-chevron-circle-down::before {
  content: "\f13a"; }
.fa-circle-chevron-left::before {
  content: "\f137"; }
.fa-chevron-circle-left::before {
  content: "\f137"; }
.fa-circle-chevron-right::before {
  content: "\f138"; }
.fa-chevron-circle-right::before {
  content: "\f138"; }
.fa-circle-chevron-up::before {
  content: "\f139"; }
.fa-chevron-circle-up::before {
  content: "\f139"; }
.fa-circle-dollar-to-slot::before {
  content: "\f4b9"; }
.fa-donate::before {
  content: "\f4b9"; }
.fa-circle-dot::before {
  content: "\f192"; }
.fa-dot-circle::before {
  content: "\f192"; }
.fa-circle-down::before {
  content: "\f358"; }
.fa-arrow-alt-circle-down::before {
  content: "\f358"; }
.fa-circle-exclamation::before {
  content: "\f06a"; }
.fa-exclamation-circle::before {
  content: "\f06a"; }
.fa-circle-h::before {
  content: "\f47e"; }
.fa-hospital-symbol::before {
  content: "\f47e"; }
.fa-circle-half-stroke::before {
  content: "\f042"; }
.fa-adjust::before {
  content: "\f042"; }
.fa-circle-info::before {
  content: "\f05a"; }
.fa-info-circle::before {
  content: "\f05a"; }
.fa-circle-left::before {
  content: "\f359"; }
.fa-arrow-alt-circle-left::before {
  content: "\f359"; }
.fa-circle-minus::before {
  content: "\f056"; }
.fa-minus-circle::before {
  content: "\f056"; }
.fa-circle-nodes::before {
  content: "\e4e2"; }
.fa-circle-notch::before {
  content: "\f1ce"; }
.fa-circle-pause::before {
  content: "\f28b"; }
.fa-pause-circle::before {
  content: "\f28b"; }
.fa-circle-play::before {
  content: "\f144"; }
.fa-play-circle::before {
  content: "\f144"; }
.fa-circle-plus::before {
  content: "\f055"; }
.fa-plus-circle::before {
  content: "\f055"; }
.fa-circle-question::before {
  content: "\f059"; }
.fa-question-circle::before {
  content: "\f059"; }
.fa-circle-radiation::before {
  content: "\f7ba"; }
.fa-radiation-alt::before {
  content: "\f7ba"; }
.fa-circle-right::before {
  content: "\f35a"; }
.fa-arrow-alt-circle-right::before {
  content: "\f35a"; }
.fa-circle-stop::before {
  content: "\f28d"; }
.fa-stop-circle::before {
  content: "\f28d"; }
.fa-circle-up::before {
  content: "\f35b"; }
.fa-arrow-alt-circle-up::before {
  content: "\f35b"; }
.fa-circle-user::before {
  content: "\f2bd"; }
.fa-user-circle::before {
  content: "\f2bd"; }
.fa-circle-xmark::before {
  content: "\f057"; }
.fa-times-circle::before {
  content: "\f057"; }
.fa-xmark-circle::before {
  content: "\f057"; }
.fa-city::before {
  content: "\f64f"; }
.fa-clapperboard::before {
  content: "\e131"; }
.fa-clipboard::before {
  content: "\f328"; }
.fa-clipboard-check::before {
  content: "\f46c"; }
.fa-clipboard-list::before {
  content: "\f46d"; }
.fa-clipboard-question::before {
  content: "\e4e3"; }
.fa-clipboard-user::before {
  content: "\f7f3"; }
.fa-clock::before {
  content: "\f017"; }
.fa-clock-four::before {
  content: "\f017"; }
.fa-clock-rotate-left::before {
  content: "\f1da"; }
.fa-history::before {
  content: "\f1da"; }
.fa-clone::before {
  content: "\f24d"; }
.fa-closed-captioning::before {
  content: "\f20a"; }
.fa-cloud::before {
  content: "\f0c2"; }
.fa-cloud-arrow-down::before {
  content: "\f0ed"; }
.fa-cloud-download::before {
  content: "\f0ed"; }
.fa-cloud-download-alt::before {
  content: "\f0ed"; }
.fa-cloud-arrow-up::before {
  content: "\f0ee"; }
.fa-cloud-upload::before {
  content: "\f0ee"; }
.fa-cloud-upload-alt::before {
  content: "\f0ee"; }
.fa-cloud-bolt::before {
  content: "\f76c"; }
.fa-thunderstorm::before {
  content: "\f76c"; }
.fa-cloud-meatball::before {
  content: "\f73b"; }
.fa-cloud-moon::before {
  content: "\f6c3"; }
.fa-cloud-moon-rain::before {
  content: "\f73c"; }
.fa-cloud-rain::before {
  content: "\f73d"; }
.fa-cloud-showers-heavy::before {
  content: "\f740"; }
.fa-cloud-showers-water::before {
  content: "\e4e4"; }
.fa-cloud-sun::before {
  content: "\f6c4"; }
.fa-cloud-sun-rain::before {
  content: "\f743"; }
.fa-clover::before {
  content: "\e139"; }
.fa-code::before {
  content: "\f121"; }
.fa-code-branch::before {
  content: "\f126"; }
.fa-code-commit::before {
  content: "\f386"; }
.fa-code-compare::before {
  content: "\e13a"; }
.fa-code-fork::before {
  content: "\e13b"; }
.fa-code-merge::before {
  content: "\f387"; }
.fa-code-pull-request::before {
  content: "\e13c"; }
.fa-coins::before {
  content: "\f51e"; }
.fa-colon-sign::before {
  content: "\e140"; }
.fa-comment::before {
  content: "\f075"; }
.fa-comment-dollar::before {
  content: "\f651"; }
.fa-comment-dots::before {
  content: "\f4ad"; }
.fa-commenting::before {
  content: "\f4ad"; }
.fa-comment-medical::before {
  content: "\f7f5"; }
.fa-comment-slash::before {
  content: "\f4b3"; }
.fa-comment-sms::before {
  content: "\f7cd"; }
.fa-sms::before {
  content: "\f7cd"; }
.fa-comments::before {
  content: "\f086"; }
.fa-comments-dollar::before {
  content: "\f653"; }
.fa-compact-disc::before {
  content: "\f51f"; }
.fa-compass::before {
  content: "\f14e"; }
.fa-compass-drafting::before {
  content: "\f568"; }
.fa-drafting-compass::before {
  content: "\f568"; }
.fa-compress::before {
  content: "\f066"; }
.fa-computer::before {
  content: "\e4e5"; }
.fa-computer-mouse::before {
  content: "\f8cc"; }
.fa-mouse::before {
  content: "\f8cc"; }
.fa-cookie::before {
  content: "\f563"; }
.fa-cookie-bite::before {
  content: "\f564"; }
.fa-copy::before {
  content: "\f0c5"; }
.fa-copyright::before {
  content: "\f1f9"; }
.fa-couch::before {
  content: "\f4b8"; }
.fa-cow::before {
  content: "\f6c8"; }
.fa-credit-card::before {
  content: "\f09d"; }
.fa-credit-card-alt::before {
  content: "\f09d"; }
.fa-crop::before {
  content: "\f125"; }
.fa-crop-simple::before {
  content: "\f565"; }
.fa-crop-alt::before {
  content: "\f565"; }
.fa-cross::before {
  content: "\f654"; }
.fa-crosshairs::before {
  content: "\f05b"; }
.fa-crow::before {
  content: "\f520"; }
.fa-crown::before {
  content: "\f521"; }
.fa-crutch::before {
  content: "\f7f7"; }
.fa-cruzeiro-sign::before {
  content: "\e152"; }
.fa-cube::before {
  content: "\f1b2"; }
.fa-cubes::before {
  content: "\f1b3"; }
.fa-cubes-stacked::before {
  content: "\e4e6"; }
.fa-d::before {
  content: "\44"; }
.fa-database::before {
  content: "\f1c0"; }
.fa-delete-left::before {
  content: "\f55a"; }
.fa-backspace::before {
  content: "\f55a"; }
.fa-democrat::before {
  content: "\f747"; }
.fa-desktop::before {
  content: "\f390"; }
.fa-desktop-alt::before {
  content: "\f390"; }
.fa-dharmachakra::before {
  content: "\f655"; }
.fa-diagram-next::before {
  content: "\e476"; }
.fa-diagram-predecessor::before {
  content: "\e477"; }
.fa-diagram-project::before {
  content: "\f542"; }
.fa-project-diagram::before {
  content: "\f542"; }
.fa-diagram-successor::before {
  content: "\e47a"; }
.fa-diamond::before {
  content: "\f219"; }
.fa-diamond-turn-right::before {
  content: "\f5eb"; }
.fa-directions::before {
  content: "\f5eb"; }
.fa-dice::before {
  content: "\f522"; }
.fa-dice-d20::before {
  content: "\f6cf"; }
.fa-dice-d6::before {
  content: "\f6d1"; }
.fa-dice-five::before {
  content: "\f523"; }
.fa-dice-four::before {
  content: "\f524"; }
.fa-dice-one::before {
  content: "\f525"; }
.fa-dice-six::before {
  content: "\f526"; }
.fa-dice-three::before {
  content: "\f527"; }
.fa-dice-two::before {
  content: "\f528"; }
.fa-disease::before {
  content: "\f7fa"; }
.fa-display::before {
  content: "\e163"; }
.fa-divide::before {
  content: "\f529"; }
.fa-dna::before {
  content: "\f471"; }
.fa-dog::before {
  content: "\f6d3"; }
.fa-dollar-sign::before {
  content: "\24"; }
.fa-dollar::before {
  content: "\24"; }
.fa-usd::before {
  content: "\24"; }
.fa-dolly::before {
  content: "\f472"; }
.fa-dolly-box::before {
  content: "\f472"; }
.fa-dong-sign::before {
  content: "\e169"; }
.fa-door-closed::before {
  content: "\f52a"; }
.fa-door-open::before {
  content: "\f52b"; }
.fa-dove::before {
  content: "\f4ba"; }
.fa-down-left-and-up-right-to-center::before {
  content: "\f422"; }
.fa-compress-alt::before {
  content: "\f422"; }
.fa-down-long::before {
  content: "\f309"; }
.fa-long-arrow-alt-down::before {
  content: "\f309"; }
.fa-download::before {
  content: "\f019"; }
.fa-dragon::before {
  content: "\f6d5"; }
.fa-draw-polygon::before {
  content: "\f5ee"; }
.fa-droplet::before {
  content: "\f043"; }
.fa-tint::before {
  content: "\f043"; }
.fa-droplet-slash::before {
  content: "\f5c7"; }
.fa-tint-slash::before {
  content: "\f5c7"; }
.fa-drum::before {
  content: "\f569"; }
.fa-drum-steelpan::before {
  content: "\f56a"; }
.fa-drumstick-bite::before {
  content: "\f6d7"; }
.fa-dumbbell::before {
  content: "\f44b"; }
.fa-dumpster::before {
  content: "\f793"; }
.fa-dumpster-fire::before {
  content: "\f794"; }
.fa-dungeon::before {
  content: "\f6d9"; }
.fa-e::before {
  content: "\45"; }
.fa-ear-deaf::before {
  content: "\f2a4"; }
.fa-deaf::before {
  content: "\f2a4"; }
.fa-deafness::before {
  content: "\f2a4"; }
.fa-hard-of-hearing::before {
  content: "\f2a4"; }
.fa-ear-listen::before {
  content: "\f2a2"; }
.fa-assistive-listening-systems::before {
  content: "\f2a2"; }
.fa-earth-africa::before {
  content: "\f57c"; }
.fa-globe-africa::before {
  content: "\f57c"; }
.fa-earth-americas::before {
  content: "\f57d"; }
.fa-earth::before {
  content: "\f57d"; }
.fa-earth-america::before {
  content: "\f57d"; }
.fa-globe-americas::before {
  content: "\f57d"; }
.fa-earth-asia::before {
  content: "\f57e"; }
.fa-globe-asia::before {
  content: "\f57e"; }
.fa-earth-europe::before {
  content: "\f7a2"; }
.fa-globe-europe::before {
  content: "\f7a2"; }
.fa-earth-oceania::before {
  content: "\e47b"; }
.fa-globe-oceania::before {
  content: "\e47b"; }
.fa-egg::before {
  content: "\f7fb"; }
.fa-eject::before {
  content: "\f052"; }
.fa-elevator::before {
  content: "\e16d"; }
.fa-ellipsis::before {
  content: "\f141"; }
.fa-ellipsis-h::before {
  content: "\f141"; }
.fa-ellipsis-vertical::before {
  content: "\f142"; }
.fa-ellipsis-v::before {
  content: "\f142"; }
.fa-envelope::before {
  content: "\f0e0"; }
.fa-envelope-circle-check::before {
  content: "\e4e8"; }
.fa-envelope-open::before {
  content: "\f2b6"; }
.fa-envelope-open-text::before {
  content: "\f658"; }
.fa-envelopes-bulk::before {
  content: "\f674"; }
.fa-mail-bulk::before {
  content: "\f674"; }
.fa-equals::before {
  content: "\3d"; }
.fa-eraser::before {
  content: "\f12d"; }
.fa-ethernet::before {
  content: "\f796"; }
.fa-euro-sign::before {
  content: "\f153"; }
.fa-eur::before {
  content: "\f153"; }
.fa-euro::before {
  content: "\f153"; }
.fa-exclamation::before {
  content: "\21"; }
.fa-expand::before {
  content: "\f065"; }
.fa-explosion::before {
  content: "\e4e9"; }
.fa-eye::before {
  content: "\f06e"; }
.fa-eye-dropper::before {
  content: "\f1fb"; }
.fa-eye-dropper-empty::before {
  content: "\f1fb"; }
.fa-eyedropper::before {
  content: "\f1fb"; }
.fa-eye-low-vision::before {
  content: "\f2a8"; }
.fa-low-vision::before {
  content: "\f2a8"; }
.fa-eye-slash::before {
  content: "\f070"; }
.fa-f::before {
  content: "\46"; }
.fa-face-angry::before {
  content: "\f556"; }
.fa-angry::before {
  content: "\f556"; }
.fa-face-dizzy::before {
  content: "\f567"; }
.fa-dizzy::before {
  content: "\f567"; }
.fa-face-flushed::before {
  content: "\f579"; }
.fa-flushed::before {
  content: "\f579"; }
.fa-face-frown::before {
  content: "\f119"; }
.fa-frown::before {
  content: "\f119"; }
.fa-face-frown-open::before {
  content: "\f57a"; }
.fa-frown-open::before {
  content: "\f57a"; }
.fa-face-grimace::before {
  content: "\f57f"; }
.fa-grimace::before {
  content: "\f57f"; }
.fa-face-grin::before {
  content: "\f580"; }
.fa-grin::before {
  content: "\f580"; }
.fa-face-grin-beam::before {
  content: "\f582"; }
.fa-grin-beam::before {
  content: "\f582"; }
.fa-face-grin-beam-sweat::before {
  content: "\f583"; }
.fa-grin-beam-sweat::before {
  content: "\f583"; }
.fa-face-grin-hearts::before {
  content: "\f584"; }
.fa-grin-hearts::before {
  content: "\f584"; }
.fa-face-grin-squint::before {
  content: "\f585"; }
.fa-grin-squint::before {
  content: "\f585"; }
.fa-face-grin-squint-tears::before {
  content: "\f586"; }
.fa-grin-squint-tears::before {
  content: "\f586"; }
.fa-face-grin-stars::before {
  content: "\f587"; }
.fa-grin-stars::before {
  content: "\f587"; }
.fa-face-grin-tears::before {
  content: "\f588"; }
.fa-grin-tears::before {
  content: "\f588"; }
.fa-face-grin-tongue::before {
  content: "\f589"; }
.fa-grin-tongue::before {
  content: "\f589"; }
.fa-face-grin-tongue-squint::before {
  content: "\f58a"; }
.fa-grin-tongue-squint::before {
  content: "\f58a"; }
.fa-face-grin-tongue-wink::before {
  content: "\f58b"; }
.fa-grin-tongue-wink::before {
  content: "\f58b"; }
.fa-face-grin-wide::before {
  content: "\f581"; }
.fa-grin-alt::before {
  content: "\f581"; }
.fa-face-grin-wink::before {
  content: "\f58c"; }
.fa-grin-wink::before {
  content: "\f58c"; }
.fa-face-kiss::before {
  content: "\f596"; }
.fa-kiss::before {
  content: "\f596"; }
.fa-face-kiss-beam::before {
  content: "\f597"; }
.fa-kiss-beam::before {
  content: "\f597"; }
.fa-face-kiss-wink-heart::before {
  content: "\f598"; }
.fa-kiss-wink-heart::before {
  content: "\f598"; }
.fa-face-laugh::before {
  content: "\f599"; }
.fa-laugh::before {
  content: "\f599"; }
.fa-face-laugh-beam::before {
  content: "\f59a"; }
.fa-laugh-beam::before {
  content: "\f59a"; }
.fa-face-laugh-squint::before {
  content: "\f59b"; }
.fa-laugh-squint::before {
  content: "\f59b"; }
.fa-face-laugh-wink::before {
  content: "\f59c"; }
.fa-laugh-wink::before {
  content: "\f59c"; }
.fa-face-meh::before {
  content: "\f11a"; }
.fa-meh::before {
  content: "\f11a"; }
.fa-face-meh-blank::before {
  content: "\f5a4"; }
.fa-meh-blank::before {
  content: "\f5a4"; }
.fa-face-rolling-eyes::before {
  content: "\f5a5"; }
.fa-meh-rolling-eyes::before {
  content: "\f5a5"; }
.fa-face-sad-cry::before {
  content: "\f5b3"; }
.fa-sad-cry::before {
  content: "\f5b3"; }
.fa-face-sad-tear::before {
  content: "\f5b4"; }
.fa-sad-tear::before {
  content: "\f5b4"; }
.fa-face-smile::before {
  content: "\f118"; }
.fa-smile::before {
  content: "\f118"; }
.fa-face-smile-beam::before {
  content: "\f5b8"; }
.fa-smile-beam::before {
  content: "\f5b8"; }
.fa-face-smile-wink::before {
  content: "\f4da"; }
.fa-smile-wink::before {
  content: "\f4da"; }
.fa-face-surprise::before {
  content: "\f5c2"; }
.fa-surprise::before {
  content: "\f5c2"; }
.fa-face-tired::before {
  content: "\f5c8"; }
.fa-tired::before {
  content: "\f5c8"; }
.fa-fan::before {
  content: "\f863"; }
.fa-faucet::before {
  content: "\e005"; }
.fa-faucet-drip::before {
  content: "\e006"; }
.fa-fax::before {
  content: "\f1ac"; }
.fa-feather::before {
  content: "\f52d"; }
.fa-feather-pointed::before {
  content: "\f56b"; }
.fa-feather-alt::before {
  content: "\f56b"; }
.fa-ferry::before {
  content: "\e4ea"; }
.fa-file::before {
  content: "\f15b"; }
.fa-file-arrow-down::before {
  content: "\f56d"; }
.fa-file-download::before {
  content: "\f56d"; }
.fa-file-arrow-up::before {
  content: "\f574"; }
.fa-file-upload::before {
  content: "\f574"; }
.fa-file-audio::before {
  content: "\f1c7"; }
.fa-file-circle-check::before {
  content: "\e493"; }
.fa-file-circle-exclamation::before {
  content: "\e4eb"; }
.fa-file-circle-minus::before {
  content: "\e4ed"; }
.fa-file-circle-plus::before {
  content: "\e4ee"; }
.fa-file-circle-question::before {
  content: "\e4ef"; }
.fa-file-circle-xmark::before {
  content: "\e494"; }
.fa-file-code::before {
  content: "\f1c9"; }
.fa-file-contract::before {
  content: "\f56c"; }
.fa-file-csv::before {
  content: "\f6dd"; }
.fa-file-excel::before {
  content: "\f1c3"; }
.fa-file-export::before {
  content: "\f56e"; }
.fa-arrow-right-from-file::before {
  content: "\f56e"; }
.fa-file-image::before {
  content: "\f1c5"; }
.fa-file-import::before {
  content: "\f56f"; }
.fa-arrow-right-to-file::before {
  content: "\f56f"; }
.fa-file-invoice::before {
  content: "\f570"; }
.fa-file-invoice-dollar::before {
  content: "\f571"; }
.fa-file-lines::before {
  content: "\f15c"; }
.fa-file-alt::before {
  content: "\f15c"; }
.fa-file-text::before {
  content: "\f15c"; }
.fa-file-medical::before {
  content: "\f477"; }
.fa-file-pdf::before {
  content: "\f1c1"; }
.fa-file-pen::before {
  content: "\f31c"; }
.fa-file-edit::before {
  content: "\f31c"; }
.fa-file-powerpoint::before {
  content: "\f1c4"; }
.fa-file-prescription::before {
  content: "\f572"; }
.fa-file-shield::before {
  content: "\e4f0"; }
.fa-file-signature::before {
  content: "\f573"; }
.fa-file-video::before {
  content: "\f1c8"; }
.fa-file-waveform::before {
  content: "\f478"; }
.fa-file-medical-alt::before {
  content: "\f478"; }
.fa-file-word::before {
  content: "\f1c2"; }
.fa-file-zipper::before {
  content: "\f1c6"; }
.fa-file-archive::before {
  content: "\f1c6"; }
.fa-fill::before {
  content: "\f575"; }
.fa-fill-drip::before {
  content: "\f576"; }
.fa-film::before {
  content: "\f008"; }
.fa-filter::before {
  content: "\f0b0"; }
.fa-filter-circle-dollar::before {
  content: "\f662"; }
.fa-funnel-dollar::before {
  content: "\f662"; }
.fa-filter-circle-xmark::before {
  content: "\e17b"; }
.fa-fingerprint::before {
  content: "\f577"; }
.fa-fire::before {
  content: "\f06d"; }
.fa-fire-burner::before {
  content: "\e4f1"; }
.fa-fire-extinguisher::before {
  content: "\f134"; }
.fa-fire-flame-curved::before {
  content: "\f7e4"; }
.fa-fire-alt::before {
  content: "\f7e4"; }
.fa-fire-flame-simple::before {
  content: "\f46a"; }
.fa-burn::before {
  content: "\f46a"; }
.fa-fish::before {
  content: "\f578"; }
.fa-fish-fins::before {
  content: "\e4f2"; }
.fa-flag::before {
  content: "\f024"; }
.fa-flag-checkered::before {
  content: "\f11e"; }
.fa-flag-usa::before {
  content: "\f74d"; }
.fa-flask::before {
  content: "\f0c3"; }
.fa-flask-vial::before {
  content: "\e4f3"; }
.fa-floppy-disk::before {
  content: "\f0c7"; }
.fa-save::before {
  content: "\f0c7"; }
.fa-florin-sign::before {
  content: "\e184"; }
.fa-folder::before {
  content: "\f07b"; }
.fa-folder-blank::before {
  content: "\f07b"; }
.fa-folder-closed::before {
  content: "\e185"; }
.fa-folder-minus::before {
  content: "\f65d"; }
.fa-folder-open::before {
  content: "\f07c"; }
.fa-folder-plus::before {
  content: "\f65e"; }
.fa-folder-tree::before {
  content: "\f802"; }
.fa-font::before {
  content: "\f031"; }
.fa-football::before {
  content: "\f44e"; }
.fa-football-ball::before {
  content: "\f44e"; }
.fa-forward::before {
  content: "\f04e"; }
.fa-forward-fast::before {
  content: "\f050"; }
.fa-fast-forward::before {
  content: "\f050"; }
.fa-forward-step::before {
  content: "\f051"; }
.fa-step-forward::before {
  content: "\f051"; }
.fa-franc-sign::before {
  content: "\e18f"; }
.fa-frog::before {
  content: "\f52e"; }
.fa-futbol::before {
  content: "\f1e3"; }
.fa-futbol-ball::before {
  content: "\f1e3"; }
.fa-soccer-ball::before {
  content: "\f1e3"; }
.fa-g::before {
  content: "\47"; }
.fa-gamepad::before {
  content: "\f11b"; }
.fa-gas-pump::before {
  content: "\f52f"; }
.fa-gauge::before {
  content: "\f624"; }
.fa-dashboard::before {
  content: "\f624"; }
.fa-gauge-med::before {
  content: "\f624"; }
.fa-tachometer-alt-average::before {
  content: "\f624"; }
.fa-gauge-high::before {
  content: "\f625"; }
.fa-tachometer-alt::before {
  content: "\f625"; }
.fa-tachometer-alt-fast::before {
  content: "\f625"; }
.fa-gauge-simple::before {
  content: "\f629"; }
.fa-gauge-simple-med::before {
  content: "\f629"; }
.fa-tachometer-average::before {
  content: "\f629"; }
.fa-gauge-simple-high::before {
  content: "\f62a"; }
.fa-tachometer::before {
  content: "\f62a"; }
.fa-tachometer-fast::before {
  content: "\f62a"; }
.fa-gavel::before {
  content: "\f0e3"; }
.fa-legal::before {
  content: "\f0e3"; }
.fa-gear::before {
  content: "\f013"; }
.fa-cog::before {
  content: "\f013"; }
.fa-gears::before {
  content: "\f085"; }
.fa-cogs::before {
  content: "\f085"; }
.fa-gem::before {
  content: "\f3a5"; }
.fa-genderless::before {
  content: "\f22d"; }
.fa-ghost::before {
  content: "\f6e2"; }
.fa-gift::before {
  content: "\f06b"; }
.fa-gifts::before {
  content: "\f79c"; }
.fa-glass-water::before {
  content: "\e4f4"; }
.fa-glass-water-droplet::before {
  content: "\e4f5"; }
.fa-glasses::before {
  content: "\f530"; }
.fa-globe::before {
  content: "\f0ac"; }
.fa-golf-ball-tee::before {
  content: "\f450"; }
.fa-golf-ball::before {
  content: "\f450"; }
.fa-gopuram::before {
  content: "\f664"; }
.fa-graduation-cap::before {
  content: "\f19d"; }
.fa-mortar-board::before {
  content: "\f19d"; }
.fa-greater-than::before {
  content: "\3e"; }
.fa-greater-than-equal::before {
  content: "\f532"; }
.fa-grip::before {
  content: "\f58d"; }
.fa-grip-horizontal::before {
  content: "\f58d"; }
.fa-grip-lines::before {
  content: "\f7a4"; }
.fa-grip-lines-vertical::before {
  content: "\f7a5"; }
.fa-grip-vertical::before {
  content: "\f58e"; }
.fa-group-arrows-rotate::before {
  content: "\e4f6"; }
.fa-guarani-sign::before {
  content: "\e19a"; }
.fa-guitar::before {
  content: "\f7a6"; }
.fa-gun::before {
  content: "\e19b"; }
.fa-h::before {
  content: "\48"; }
.fa-hammer::before {
  content: "\f6e3"; }
.fa-hamsa::before {
  content: "\f665"; }
.fa-hand::before {
  content: "\f256"; }
.fa-hand-paper::before {
  content: "\f256"; }
.fa-hand-back-fist::before {
  content: "\f255"; }
.fa-hand-rock::before {
  content: "\f255"; }
.fa-hand-dots::before {
  content: "\f461"; }
.fa-allergies::before {
  content: "\f461"; }
.fa-hand-fist::before {
  content: "\f6de"; }
.fa-fist-raised::before {
  content: "\f6de"; }
.fa-hand-holding::before {
  content: "\f4bd"; }
.fa-hand-holding-dollar::before {
  content: "\f4c0"; }
.fa-hand-holding-usd::before {
  content: "\f4c0"; }
.fa-hand-holding-droplet::before {
  content: "\f4c1"; }
.fa-hand-holding-water::before {
  content: "\f4c1"; }
.fa-hand-holding-hand::before {
  content: "\e4f7"; }
.fa-hand-holding-heart::before {
  content: "\f4be"; }
.fa-hand-holding-medical::before {
  content: "\e05c"; }
.fa-hand-lizard::before {
  content: "\f258"; }
.fa-hand-middle-finger::before {
  content: "\f806"; }
.fa-hand-peace::before {
  content: "\f25b"; }
.fa-hand-point-down::before {
  content: "\f0a7"; }
.fa-hand-point-left::before {
  content: "\f0a5"; }
.fa-hand-point-right::before {
  content: "\f0a4"; }
.fa-hand-point-up::before {
  content: "\f0a6"; }
.fa-hand-pointer::before {
  content: "\f25a"; }
.fa-hand-scissors::before {
  content: "\f257"; }
.fa-hand-sparkles::before {
  content: "\e05d"; }
.fa-hand-spock::before {
  content: "\f259"; }
.fa-handcuffs::before {
  content: "\e4f8"; }
.fa-hands::before {
  content: "\f2a7"; }
.fa-sign-language::before {
  content: "\f2a7"; }
.fa-signing::before {
  content: "\f2a7"; }
.fa-hands-asl-interpreting::before {
  content: "\f2a3"; }
.fa-american-sign-language-interpreting::before {
  content: "\f2a3"; }
.fa-asl-interpreting::before {
  content: "\f2a3"; }
.fa-hands-american-sign-language-interpreting::before {
  content: "\f2a3"; }
.fa-hands-bound::before {
  content: "\e4f9"; }
.fa-hands-bubbles::before {
  content: "\e05e"; }
.fa-hands-wash::before {
  content: "\e05e"; }
.fa-hands-clapping::before {
  content: "\e1a8"; }
.fa-hands-holding::before {
  content: "\f4c2"; }
.fa-hands-holding-child::before {
  content: "\e4fa"; }
.fa-hands-holding-circle::before {
  content: "\e4fb"; }
.fa-hands-praying::before {
  content: "\f684"; }
.fa-praying-hands::before {
  content: "\f684"; }
.fa-handshake::before {
  content: "\f2b5"; }
.fa-handshake-angle::before {
  content: "\f4c4"; }
.fa-hands-helping::before {
  content: "\f4c4"; }
.fa-handshake-simple::before {
  content: "\f4c6"; }
.fa-handshake-alt::before {
  content: "\f4c6"; }
.fa-handshake-simple-slash::before {
  content: "\e05f"; }
.fa-handshake-alt-slash::before {
  content: "\e05f"; }
.fa-handshake-slash::before {
  content: "\e060"; }
.fa-hanukiah::before {
  content: "\f6e6"; }
.fa-hard-drive::before {
  content: "\f0a0"; }
.fa-hdd::before {
  content: "\f0a0"; }
.fa-hashtag::before {
  content: "\23"; }
.fa-hat-cowboy::before {
  content: "\f8c0"; }
.fa-hat-cowboy-side::before {
  content: "\f8c1"; }
.fa-hat-wizard::before {
  content: "\f6e8"; }
.fa-head-side-cough::before {
  content: "\e061"; }
.fa-head-side-cough-slash::before {
  content: "\e062"; }
.fa-head-side-mask::before {
  content: "\e063"; }
.fa-head-side-virus::before {
  content: "\e064"; }
.fa-heading::before {
  content: "\f1dc"; }
.fa-header::before {
  content: "\f1dc"; }
.fa-headphones::before {
  content: "\f025"; }
.fa-headphones-simple::before {
  content: "\f58f"; }
.fa-headphones-alt::before {
  content: "\f58f"; }
.fa-headset::before {
  content: "\f590"; }
.fa-heart::before {
  content: "\f004"; }
.fa-heart-circle-bolt::before {
  content: "\e4fc"; }
.fa-heart-circle-check::before {
  content: "\e4fd"; }
.fa-heart-circle-exclamation::before {
  content: "\e4fe"; }
.fa-heart-circle-minus::before {
  content: "\e4ff"; }
.fa-heart-circle-plus::before {
  content: "\e500"; }
.fa-heart-circle-xmark::before {
  content: "\e501"; }
.fa-heart-crack::before {
  content: "\f7a9"; }
.fa-heart-broken::before {
  content: "\f7a9"; }
.fa-heart-pulse::before {
  content: "\f21e"; }
.fa-heartbeat::before {
  content: "\f21e"; }
.fa-helicopter::before {
  content: "\f533"; }
.fa-helicopter-symbol::before {
  content: "\e502"; }
.fa-helmet-safety::before {
  content: "\f807"; }
.fa-hard-hat::before {
  content: "\f807"; }
.fa-hat-hard::before {
  content: "\f807"; }
.fa-helmet-un::before {
  content: "\e503"; }
.fa-highlighter::before {
  content: "\f591"; }
.fa-hill-avalanche::before {
  content: "\e507"; }
.fa-hill-rockslide::before {
  content: "\e508"; }
.fa-hippo::before {
  content: "\f6ed"; }
.fa-hockey-puck::before {
  content: "\f453"; }
.fa-holly-berry::before {
  content: "\f7aa"; }
.fa-horse::before {
  content: "\f6f0"; }
.fa-horse-head::before {
  content: "\f7ab"; }
.fa-hospital::before {
  content: "\f0f8"; }
.fa-hospital-alt::before {
  content: "\f0f8"; }
.fa-hospital-wide::before {
  content: "\f0f8"; }
.fa-hospital-user::before {
  content: "\f80d"; }
.fa-hot-tub-person::before {
  content: "\f593"; }
.fa-hot-tub::before {
  content: "\f593"; }
.fa-hotdog::before {
  content: "\f80f"; }
.fa-hotel::before {
  content: "\f594"; }
.fa-hourglass::before {
  content: "\f254"; }
.fa-hourglass-2::before {
  content: "\f254"; }
.fa-hourglass-half::before {
  content: "\f254"; }
.fa-hourglass-empty::before {
  content: "\f252"; }
.fa-hourglass-end::before {
  content: "\f253"; }
.fa-hourglass-3::before {
  content: "\f253"; }
.fa-hourglass-start::before {
  content: "\f251"; }
.fa-hourglass-1::before {
  content: "\f251"; }
.fa-house::before {
  content: "\f015"; }
.fa-home::before {
  content: "\f015"; }
.fa-home-alt::before {
  content: "\f015"; }
.fa-home-lg-alt::before {
  content: "\f015"; }
.fa-house-chimney::before {
  content: "\e3af"; }
.fa-home-lg::before {
  content: "\e3af"; }
.fa-house-chimney-crack::before {
  content: "\f6f1"; }
.fa-house-damage::before {
  content: "\f6f1"; }
.fa-house-chimney-medical::before {
  content: "\f7f2"; }
.fa-clinic-medical::before {
  content: "\f7f2"; }
.fa-house-chimney-user::before {
  content: "\e065"; }
.fa-house-chimney-window::before {
  content: "\e00d"; }
.fa-house-circle-check::before {
  content: "\e509"; }
.fa-house-circle-exclamation::before {
  content: "\e50a"; }
.fa-house-circle-xmark::before {
  content: "\e50b"; }
.fa-house-crack::before {
  content: "\e3b1"; }
.fa-house-fire::before {
  content: "\e50c"; }
.fa-house-flag::before {
  content: "\e50d"; }
.fa-house-flood-water::before {
  content: "\e50e"; }
.fa-house-flood-water-circle-arrow-right::before {
  content: "\e50f"; }
.fa-house-laptop::before {
  content: "\e066"; }
.fa-laptop-house::before {
  content: "\e066"; }
.fa-house-lock::before {
  content: "\e510"; }
.fa-house-medical::before {
  content: "\e3b2"; }
.fa-house-medical-circle-check::before {
  content: "\e511"; }
.fa-house-medical-circle-exclamation::before {
  content: "\e512"; }
.fa-house-medical-circle-xmark::before {
  content: "\e513"; }
.fa-house-medical-flag::before {
  content: "\e514"; }
.fa-house-signal::before {
  content: "\e012"; }
.fa-house-tsunami::before {
  content: "\e515"; }
.fa-house-user::before {
  content: "\e1b0"; }
.fa-home-user::before {
  content: "\e1b0"; }
.fa-hryvnia-sign::before {
  content: "\f6f2"; }
.fa-hryvnia::before {
  content: "\f6f2"; }
.fa-hurricane::before {
  content: "\f751"; }
.fa-i::before {
  content: "\49"; }
.fa-i-cursor::before {
  content: "\f246"; }
.fa-ice-cream::before {
  content: "\f810"; }
.fa-icicles::before {
  content: "\f7ad"; }
.fa-icons::before {
  content: "\f86d"; }
.fa-heart-music-camera-bolt::before {
  content: "\f86d"; }
.fa-id-badge::before {
  content: "\f2c1"; }
.fa-id-card::before {
  content: "\f2c2"; }
.fa-drivers-license::before {
  content: "\f2c2"; }
.fa-id-card-clip::before {
  content: "\f47f"; }
.fa-id-card-alt::before {
  content: "\f47f"; }
.fa-igloo::before {
  content: "\f7ae"; }
.fa-image::before {
  content: "\f03e"; }
.fa-image-portrait::before {
  content: "\f3e0"; }
.fa-portrait::before {
  content: "\f3e0"; }
.fa-images::before {
  content: "\f302"; }
.fa-inbox::before {
  content: "\f01c"; }
.fa-indent::before {
  content: "\f03c"; }
.fa-indian-rupee-sign::before {
  content: "\e1bc"; }
.fa-indian-rupee::before {
  content: "\e1bc"; }
.fa-inr::before {
  content: "\e1bc"; }
.fa-industry::before {
  content: "\f275"; }
.fa-infinity::before {
  content: "\f534"; }
.fa-info::before {
  content: "\f129"; }
.fa-italic::before {
  content: "\f033"; }
.fa-j::before {
  content: "\4a"; }
.fa-jar::before {
  content: "\e516"; }
.fa-jar-wheat::before {
  content: "\e517"; }
.fa-jedi::before {
  content: "\f669"; }
.fa-jet-fighter::before {
  content: "\f0fb"; }
.fa-fighter-jet::before {
  content: "\f0fb"; }
.fa-jet-fighter-up::before {
  content: "\e518"; }
.fa-joint::before {
  content: "\f595"; }
.fa-jug-detergent::before {
  content: "\e519"; }
.fa-k::before {
  content: "\4b"; }
.fa-kaaba::before {
  content: "\f66b"; }
.fa-key::before {
  content: "\f084"; }
.fa-keyboard::before {
  content: "\f11c"; }
.fa-khanda::before {
  content: "\f66d"; }
.fa-kip-sign::before {
  content: "\e1c4"; }
.fa-kit-medical::before {
  content: "\f479"; }
.fa-first-aid::before {
  content: "\f479"; }
.fa-kitchen-set::before {
  content: "\e51a"; }
.fa-kiwi-bird::before {
  content: "\f535"; }
.fa-l::before {
  content: "\4c"; }
.fa-land-mine-on::before {
  content: "\e51b"; }
.fa-landmark::before {
  content: "\f66f"; }
.fa-landmark-dome::before {
  content: "\f752"; }
.fa-landmark-alt::before {
  content: "\f752"; }
.fa-landmark-flag::before {
  content: "\e51c"; }
.fa-language::before {
  content: "\f1ab"; }
.fa-laptop::before {
  content: "\f109"; }
.fa-laptop-code::before {
  content: "\f5fc"; }
.fa-laptop-file::before {
  content: "\e51d"; }
.fa-laptop-medical::before {
  content: "\f812"; }
.fa-lari-sign::before {
  content: "\e1c8"; }
.fa-layer-group::before {
  content: "\f5fd"; }
.fa-leaf::before {
  content: "\f06c"; }
.fa-left-long::before {
  content: "\f30a"; }
.fa-long-arrow-alt-left::before {
  content: "\f30a"; }
.fa-left-right::before {
  content: "\f337"; }
.fa-arrows-alt-h::before {
  content: "\f337"; }
.fa-lemon::before {
  content: "\f094"; }
.fa-less-than::before {
  content: "\3c"; }
.fa-less-than-equal::before {
  content: "\f537"; }
.fa-life-ring::before {
  content: "\f1cd"; }
.fa-lightbulb::before {
  content: "\f0eb"; }
.fa-lines-leaning::before {
  content: "\e51e"; }
.fa-link::before {
  content: "\f0c1"; }
.fa-chain::before {
  content: "\f0c1"; }
.fa-link-slash::before {
  content: "\f127"; }
.fa-chain-broken::before {
  content: "\f127"; }
.fa-chain-slash::before {
  content: "\f127"; }
.fa-unlink::before {
  content: "\f127"; }
.fa-lira-sign::before {
  content: "\f195"; }
.fa-list::before {
  content: "\f03a"; }
.fa-list-squares::before {
  content: "\f03a"; }
.fa-list-check::before {
  content: "\f0ae"; }
.fa-tasks::before {
  content: "\f0ae"; }
.fa-list-ol::before {
  content: "\f0cb"; }
.fa-list-1-2::before {
  content: "\f0cb"; }
.fa-list-numeric::before {
  content: "\f0cb"; }
.fa-list-ul::before {
  content: "\f0ca"; }
.fa-list-dots::before {
  content: "\f0ca"; }
.fa-litecoin-sign::before {
  content: "\e1d3"; }
.fa-location-arrow::before {
  content: "\f124"; }
.fa-location-crosshairs::before {
  content: "\f601"; }
.fa-location::before {
  content: "\f601"; }
.fa-location-dot::before {
  content: "\f3c5"; }
.fa-map-marker-alt::before {
  content: "\f3c5"; }
.fa-location-pin::before {
  content: "\f041"; }
.fa-map-marker::before {
  content: "\f041"; }
.fa-location-pin-lock::before {
  content: "\e51f"; }
.fa-lock::before {
  content: "\f023"; }
.fa-lock-open::before {
  content: "\f3c1"; }
.fa-locust::before {
  content: "\e520"; }
.fa-lungs::before {
  content: "\f604"; }
.fa-lungs-virus::before {
  content: "\e067"; }
.fa-m::before {
  content: "\4d"; }
.fa-magnet::before {
  content: "\f076"; }
.fa-magnifying-glass::before {
  content: "\f002"; }
.fa-search::before {
  content: "\f002"; }
.fa-magnifying-glass-arrow-right::before {
  content: "\e521"; }
.fa-magnifying-glass-chart::before {
  content: "\e522"; }
.fa-magnifying-glass-dollar::before {
  content: "\f688"; }
.fa-search-dollar::before {
  content: "\f688"; }
.fa-magnifying-glass-location::before {
  content: "\f689"; }
.fa-search-location::before {
  content: "\f689"; }
.fa-magnifying-glass-minus::before {
  content: "\f010"; }
.fa-search-minus::before {
  content: "\f010"; }
.fa-magnifying-glass-plus::before {
  content: "\f00e"; }
.fa-search-plus::before {
  content: "\f00e"; }
.fa-manat-sign::before {
  content: "\e1d5"; }
.fa-map::before {
  content: "\f279"; }
.fa-map-location::before {
  content: "\f59f"; }
.fa-map-marked::before {
  content: "\f59f"; }
.fa-map-location-dot::before {
  content: "\f5a0"; }
.fa-map-marked-alt::before {
  content: "\f5a0"; }
.fa-map-pin::before {
  content: "\f276"; }
.fa-marker::before {
  content: "\f5a1"; }
.fa-mars::before {
  content: "\f222"; }
.fa-mars-and-venus::before {
  content: "\f224"; }
.fa-mars-and-venus-burst::before {
  content: "\e523"; }
.fa-mars-double::before {
  content: "\f227"; }
.fa-mars-stroke::before {
  content: "\f229"; }
.fa-mars-stroke-right::before {
  content: "\f22b"; }
.fa-mars-stroke-h::before {
  content: "\f22b"; }
.fa-mars-stroke-up::before {
  content: "\f22a"; }
.fa-mars-stroke-v::before {
  content: "\f22a"; }
.fa-martini-glass::before {
  content: "\f57b"; }
.fa-glass-martini-alt::before {
  content: "\f57b"; }
.fa-martini-glass-citrus::before {
  content: "\f561"; }
.fa-cocktail::before {
  content: "\f561"; }
.fa-martini-glass-empty::before {
  content: "\f000"; }
.fa-glass-martini::before {
  content: "\f000"; }
.fa-mask::before {
  content: "\f6fa"; }
.fa-mask-face::before {
  content: "\e1d7"; }
.fa-mask-ventilator::before {
  content: "\e524"; }
.fa-masks-theater::before {
  content: "\f630"; }
.fa-theater-masks::before {
  content: "\f630"; }
.fa-mattress-pillow::before {
  content: "\e525"; }
.fa-maximize::before {
  content: "\f31e"; }
.fa-expand-arrows-alt::before {
  content: "\f31e"; }
.fa-medal::before {
  content: "\f5a2"; }
.fa-memory::before {
  content: "\f538"; }
.fa-menorah::before {
  content: "\f676"; }
.fa-mercury::before {
  content: "\f223"; }
.fa-message::before {
  content: "\f27a"; }
.fa-comment-alt::before {
  content: "\f27a"; }
.fa-meteor::before {
  content: "\f753"; }
.fa-microchip::before {
  content: "\f2db"; }
.fa-microphone::before {
  content: "\f130"; }
.fa-microphone-lines::before {
  content: "\f3c9"; }
.fa-microphone-alt::before {
  content: "\f3c9"; }
.fa-microphone-lines-slash::before {
  content: "\f539"; }
.fa-microphone-alt-slash::before {
  content: "\f539"; }
.fa-microphone-slash::before {
  content: "\f131"; }
.fa-microscope::before {
  content: "\f610"; }
.fa-mill-sign::before {
  content: "\e1ed"; }
.fa-minimize::before {
  content: "\f78c"; }
.fa-compress-arrows-alt::before {
  content: "\f78c"; }
.fa-minus::before {
  content: "\f068"; }
.fa-subtract::before {
  content: "\f068"; }
.fa-mitten::before {
  content: "\f7b5"; }
.fa-mobile::before {
  content: "\f3ce"; }
.fa-mobile-android::before {
  content: "\f3ce"; }
.fa-mobile-phone::before {
  content: "\f3ce"; }
.fa-mobile-button::before {
  content: "\f10b"; }
.fa-mobile-retro::before {
  content: "\e527"; }
.fa-mobile-screen::before {
  content: "\f3cf"; }
.fa-mobile-android-alt::before {
  content: "\f3cf"; }
.fa-mobile-screen-button::before {
  content: "\f3cd"; }
.fa-mobile-alt::before {
  content: "\f3cd"; }
.fa-money-bill::before {
  content: "\f0d6"; }
.fa-money-bill-1::before {
  content: "\f3d1"; }
.fa-money-bill-alt::before {
  content: "\f3d1"; }
.fa-money-bill-1-wave::before {
  content: "\f53b"; }
.fa-money-bill-wave-alt::before {
  content: "\f53b"; }
.fa-money-bill-transfer::before {
  content: "\e528"; }
.fa-money-bill-trend-up::before {
  content: "\e529"; }
.fa-money-bill-wave::before {
  content: "\f53a"; }
.fa-money-bill-wheat::before {
  content: "\e52a"; }
.fa-money-bills::before {
  content: "\e1f3"; }
.fa-money-check::before {
  content: "\f53c"; }
.fa-money-check-dollar::before {
  content: "\f53d"; }
.fa-money-check-alt::before {
  content: "\f53d"; }
.fa-monument::before {
  content: "\f5a6"; }
.fa-moon::before {
  content: "\f186"; }
.fa-mortar-pestle::before {
  content: "\f5a7"; }
.fa-mosque::before {
  content: "\f678"; }
.fa-mosquito::before {
  content: "\e52b"; }
.fa-mosquito-net::before {
  content: "\e52c"; }
.fa-motorcycle::before {
  content: "\f21c"; }
.fa-mound::before {
  content: "\e52d"; }
.fa-mountain::before {
  content: "\f6fc"; }
.fa-mountain-city::before {
  content: "\e52e"; }
.fa-mountain-sun::before {
  content: "\e52f"; }
.fa-mug-hot::before {
  content: "\f7b6"; }
.fa-mug-saucer::before {
  content: "\f0f4"; }
.fa-coffee::before {
  content: "\f0f4"; }
.fa-music::before {
  content: "\f001"; }
.fa-n::before {
  content: "\4e"; }
.fa-naira-sign::before {
  content: "\e1f6"; }
.fa-network-wired::before {
  content: "\f6ff"; }
.fa-neuter::before {
  content: "\f22c"; }
.fa-newspaper::before {
  content: "\f1ea"; }
.fa-not-equal::before {
  content: "\f53e"; }
.fa-note-sticky::before {
  content: "\f249"; }
.fa-sticky-note::before {
  content: "\f249"; }
.fa-notes-medical::before {
  content: "\f481"; }
.fa-o::before {
  content: "\4f"; }
.fa-object-group::before {
  content: "\f247"; }
.fa-object-ungroup::before {
  content: "\f248"; }
.fa-oil-can::before {
  content: "\f613"; }
.fa-oil-well::before {
  content: "\e532"; }
.fa-om::before {
  content: "\f679"; }
.fa-otter::before {
  content: "\f700"; }
.fa-outdent::before {
  content: "\f03b"; }
.fa-dedent::before {
  content: "\f03b"; }
.fa-p::before {
  content: "\50"; }
.fa-pager::before {
  content: "\f815"; }
.fa-paint-roller::before {
  content: "\f5aa"; }
.fa-paintbrush::before {
  content: "\f1fc"; }
.fa-paint-brush::before {
  content: "\f1fc"; }
.fa-palette::before {
  content: "\f53f"; }
.fa-pallet::before {
  content: "\f482"; }
.fa-panorama::before {
  content: "\e209"; }
.fa-paper-plane::before {
  content: "\f1d8"; }
.fa-paperclip::before {
  content: "\f0c6"; }
.fa-parachute-box::before {
  content: "\f4cd"; }
.fa-paragraph::before {
  content: "\f1dd"; }
.fa-passport::before {
  content: "\f5ab"; }
.fa-paste::before {
  content: "\f0ea"; }
.fa-file-clipboard::before {
  content: "\f0ea"; }
.fa-pause::before {
  content: "\f04c"; }
.fa-paw::before {
  content: "\f1b0"; }
.fa-peace::before {
  content: "\f67c"; }
.fa-pen::before {
  content: "\f304"; }
.fa-pen-clip::before {
  content: "\f305"; }
.fa-pen-alt::before {
  content: "\f305"; }
.fa-pen-fancy::before {
  content: "\f5ac"; }
.fa-pen-nib::before {
  content: "\f5ad"; }
.fa-pen-ruler::before {
  content: "\f5ae"; }
.fa-pencil-ruler::before {
  content: "\f5ae"; }
.fa-pen-to-square::before {
  content: "\f044"; }
.fa-edit::before {
  content: "\f044"; }
.fa-pencil::before {
  content: "\f303"; }
.fa-pencil-alt::before {
  content: "\f303"; }
.fa-people-arrows-left-right::before {
  content: "\e068"; }
.fa-people-arrows::before {
  content: "\e068"; }
.fa-people-carry-box::before {
  content: "\f4ce"; }
.fa-people-carry::before {
  content: "\f4ce"; }
.fa-people-group::before {
  content: "\e533"; }
.fa-people-line::before {
  content: "\e534"; }
.fa-people-pulling::before {
  content: "\e535"; }
.fa-people-robbery::before {
  content: "\e536"; }
.fa-people-roof::before {
  content: "\e537"; }
.fa-pepper-hot::before {
  content: "\f816"; }
.fa-percent::before {
  content: "\25"; }
.fa-percentage::before {
  content: "\25"; }
.fa-person::before {
  content: "\f183"; }
.fa-male::before {
  content: "\f183"; }
.fa-person-arrow-down-to-line::before {
  content: "\e538"; }
.fa-person-arrow-up-from-line::before {
  content: "\e539"; }
.fa-person-biking::before {
  content: "\f84a"; }
.fa-biking::before {
  content: "\f84a"; }
.fa-person-booth::before {
  content: "\f756"; }
.fa-person-breastfeeding::before {
  content: "\e53a"; }
.fa-person-burst::before {
  content: "\e53b"; }
.fa-person-cane::before {
  content: "\e53c"; }
.fa-person-chalkboard::before {
  content: "\e53d"; }
.fa-person-circle-check::before {
  content: "\e53e"; }
.fa-person-circle-exclamation::before {
  content: "\e53f"; }
.fa-person-circle-minus::before {
  content: "\e540"; }
.fa-person-circle-plus::before {
  content: "\e541"; }
.fa-person-circle-question::before {
  content: "\e542"; }
.fa-person-circle-xmark::before {
  content: "\e543"; }
.fa-person-digging::before {
  content: "\f85e"; }
.fa-digging::before {
  content: "\f85e"; }
.fa-person-dots-from-line::before {
  content: "\f470"; }
.fa-diagnoses::before {
  content: "\f470"; }
.fa-person-dress::before {
  content: "\f182"; }
.fa-female::before {
  content: "\f182"; }
.fa-person-dress-burst::before {
  content: "\e544"; }
.fa-person-drowning::before {
  content: "\e545"; }
.fa-person-falling::before {
  content: "\e546"; }
.fa-person-falling-burst::before {
  content: "\e547"; }
.fa-person-half-dress::before {
  content: "\e548"; }
.fa-person-harassing::before {
  content: "\e549"; }
.fa-person-hiking::before {
  content: "\f6ec"; }
.fa-hiking::before {
  content: "\f6ec"; }
.fa-person-military-pointing::before {
  content: "\e54a"; }
.fa-person-military-rifle::before {
  content: "\e54b"; }
.fa-person-military-to-person::before {
  content: "\e54c"; }
.fa-person-praying::before {
  content: "\f683"; }
.fa-pray::before {
  content: "\f683"; }
.fa-person-pregnant::before {
  content: "\e31e"; }
.fa-person-rays::before {
  content: "\e54d"; }
.fa-person-rifle::before {
  content: "\e54e"; }
.fa-person-running::before {
  content: "\f70c"; }
.fa-running::before {
  content: "\f70c"; }
.fa-person-shelter::before {
  content: "\e54f"; }
.fa-person-skating::before {
  content: "\f7c5"; }
.fa-skating::before {
  content: "\f7c5"; }
.fa-person-skiing::before {
  content: "\f7c9"; }
.fa-skiing::before {
  content: "\f7c9"; }
.fa-person-skiing-nordic::before {
  content: "\f7ca"; }
.fa-skiing-nordic::before {
  content: "\f7ca"; }
.fa-person-snowboarding::before {
  content: "\f7ce"; }
.fa-snowboarding::before {
  content: "\f7ce"; }
.fa-person-swimming::before {
  content: "\f5c4"; }
.fa-swimmer::before {
  content: "\f5c4"; }
.fa-person-through-window::before {
  content: "\e433"; }
.fa-person-walking::before {
  content: "\f554"; }
.fa-walking::before {
  content: "\f554"; }
.fa-person-walking-arrow-loop-left::before {
  content: "\e551"; }
.fa-person-walking-arrow-right::before {
  content: "\e552"; }
.fa-person-walking-dashed-line-arrow-right::before {
  content: "\e553"; }
.fa-person-walking-luggage::before {
  content: "\e554"; }
.fa-person-walking-with-cane::before {
  content: "\f29d"; }
.fa-blind::before {
  content: "\f29d"; }
.fa-peseta-sign::before {
  content: "\e221"; }
.fa-peso-sign::before {
  content: "\e222"; }
.fa-phone::before {
  content: "\f095"; }
.fa-phone-flip::before {
  content: "\f879"; }
.fa-phone-alt::before {
  content: "\f879"; }
.fa-phone-slash::before {
  content: "\f3dd"; }
.fa-phone-volume::before {
  content: "\f2a0"; }
.fa-volume-control-phone::before {
  content: "\f2a0"; }
.fa-photo-film::before {
  content: "\f87c"; }
.fa-photo-video::before {
  content: "\f87c"; }
.fa-piggy-bank::before {
  content: "\f4d3"; }
.fa-pills::before {
  content: "\f484"; }
.fa-pizza-slice::before {
  content: "\f818"; }
.fa-place-of-worship::before {
  content: "\f67f"; }
.fa-plane::before {
  content: "\f072"; }
.fa-plane-arrival::before {
  content: "\f5af"; }
.fa-plane-circle-check::before {
  content: "\e555"; }
.fa-plane-circle-exclamation::before {
  content: "\e556"; }
.fa-plane-circle-xmark::before {
  content: "\e557"; }
.fa-plane-departure::before {
  content: "\f5b0"; }
.fa-plane-lock::before {
  content: "\e558"; }
.fa-plane-slash::before {
  content: "\e069"; }
.fa-plane-up::before {
  content: "\e22d"; }
.fa-plant-wilt::before {
  content: "\e43b"; }
.fa-plate-wheat::before {
  content: "\e55a"; }
.fa-play::before {
  content: "\f04b"; }
.fa-plug::before {
  content: "\f1e6"; }
.fa-plug-circle-bolt::before {
  content: "\e55b"; }
.fa-plug-circle-check::before {
  content: "\e55c"; }
.fa-plug-circle-exclamation::before {
  content: "\e55d"; }
.fa-plug-circle-minus::before {
  content: "\e55e"; }
.fa-plug-circle-plus::before {
  content: "\e55f"; }
.fa-plug-circle-xmark::before {
  content: "\e560"; }
.fa-plus::before {
  content: "\2b"; }
.fa-add::before {
  content: "\2b"; }
.fa-plus-minus::before {
  content: "\e43c"; }
.fa-podcast::before {
  content: "\f2ce"; }
.fa-poo::before {
  content: "\f2fe"; }
.fa-poo-storm::before {
  content: "\f75a"; }
.fa-poo-bolt::before {
  content: "\f75a"; }
.fa-poop::before {
  content: "\f619"; }
.fa-power-off::before {
  content: "\f011"; }
.fa-prescription::before {
  content: "\f5b1"; }
.fa-prescription-bottle::before {
  content: "\f485"; }
.fa-prescription-bottle-medical::before {
  content: "\f486"; }
.fa-prescription-bottle-alt::before {
  content: "\f486"; }
.fa-print::before {
  content: "\f02f"; }
.fa-pump-medical::before {
  content: "\e06a"; }
.fa-pump-soap::before {
  content: "\e06b"; }
.fa-puzzle-piece::before {
  content: "\f12e"; }
.fa-q::before {
  content: "\51"; }
.fa-qrcode::before {
  content: "\f029"; }
.fa-question::before {
  content: "\3f"; }
.fa-quote-left::before {
  content: "\f10d"; }
.fa-quote-left-alt::before {
  content: "\f10d"; }
.fa-quote-right::before {
  content: "\f10e"; }
.fa-quote-right-alt::before {
  content: "\f10e"; }
.fa-r::before {
  content: "\52"; }
.fa-radiation::before {
  content: "\f7b9"; }
.fa-radio::before {
  content: "\f8d7"; }
.fa-rainbow::before {
  content: "\f75b"; }
.fa-ranking-star::before {
  content: "\e561"; }
.fa-receipt::before {
  content: "\f543"; }
.fa-record-vinyl::before {
  content: "\f8d9"; }
.fa-rectangle-ad::before {
  content: "\f641"; }
.fa-ad::before {
  content: "\f641"; }
.fa-rectangle-list::before {
  content: "\f022"; }
.fa-list-alt::before {
  content: "\f022"; }
.fa-rectangle-xmark::before {
  content: "\f410"; }
.fa-rectangle-times::before {
  content: "\f410"; }
.fa-times-rectangle::before {
  content: "\f410"; }
.fa-window-close::before {
  content: "\f410"; }
.fa-recycle::before {
  content: "\f1b8"; }
.fa-registered::before {
  content: "\f25d"; }
.fa-repeat::before {
  content: "\f363"; }
.fa-reply::before {
  content: "\f3e5"; }
.fa-mail-reply::before {
  content: "\f3e5"; }
.fa-reply-all::before {
  content: "\f122"; }
.fa-mail-reply-all::before {
  content: "\f122"; }
.fa-republican::before {
  content: "\f75e"; }
.fa-restroom::before {
  content: "\f7bd"; }
.fa-retweet::before {
  content: "\f079"; }
.fa-ribbon::before {
  content: "\f4d6"; }
.fa-right-from-bracket::before {
  content: "\f2f5"; }
.fa-sign-out-alt::before {
  content: "\f2f5"; }
.fa-right-left::before {
  content: "\f362"; }
.fa-exchange-alt::before {
  content: "\f362"; }
.fa-right-long::before {
  content: "\f30b"; }
.fa-long-arrow-alt-right::before {
  content: "\f30b"; }
.fa-right-to-bracket::before {
  content: "\f2f6"; }
.fa-sign-in-alt::before {
  content: "\f2f6"; }
.fa-ring::before {
  content: "\f70b"; }
.fa-road::before {
  content: "\f018"; }
.fa-road-barrier::before {
  content: "\e562"; }
.fa-road-bridge::before {
  content: "\e563"; }
.fa-road-circle-check::before {
  content: "\e564"; }
.fa-road-circle-exclamation::before {
  content: "\e565"; }
.fa-road-circle-xmark::before {
  content: "\e566"; }
.fa-road-lock::before {
  content: "\e567"; }
.fa-road-spikes::before {
  content: "\e568"; }
.fa-robot::before {
  content: "\f544"; }
.fa-rocket::before {
  content: "\f135"; }
.fa-rotate::before {
  content: "\f2f1"; }
.fa-sync-alt::before {
  content: "\f2f1"; }
.fa-rotate-left::before {
  content: "\f2ea"; }
.fa-rotate-back::before {
  content: "\f2ea"; }
.fa-rotate-backward::before {
  content: "\f2ea"; }
.fa-undo-alt::before {
  content: "\f2ea"; }
.fa-rotate-right::before {
  content: "\f2f9"; }
.fa-redo-alt::before {
  content: "\f2f9"; }
.fa-rotate-forward::before {
  content: "\f2f9"; }
.fa-route::before {
  content: "\f4d7"; }
.fa-rss::before {
  content: "\f09e"; }
.fa-feed::before {
  content: "\f09e"; }
.fa-ruble-sign::before {
  content: "\f158"; }
.fa-rouble::before {
  content: "\f158"; }
.fa-rub::before {
  content: "\f158"; }
.fa-ruble::before {
  content: "\f158"; }
.fa-rug::before {
  content: "\e569"; }
.fa-ruler::before {
  content: "\f545"; }
.fa-ruler-combined::before {
  content: "\f546"; }
.fa-ruler-horizontal::before {
  content: "\f547"; }
.fa-ruler-vertical::before {
  content: "\f548"; }
.fa-rupee-sign::before {
  content: "\f156"; }
.fa-rupee::before {
  content: "\f156"; }
.fa-rupiah-sign::before {
  content: "\e23d"; }
.fa-s::before {
  content: "\53"; }
.fa-sack-dollar::before {
  content: "\f81d"; }
.fa-sack-xmark::before {
  content: "\e56a"; }
.fa-sailboat::before {
  content: "\e445"; }
.fa-satellite::before {
  content: "\f7bf"; }
.fa-satellite-dish::before {
  content: "\f7c0"; }
.fa-scale-balanced::before {
  content: "\f24e"; }
.fa-balance-scale::before {
  content: "\f24e"; }
.fa-scale-unbalanced::before {
  content: "\f515"; }
.fa-balance-scale-left::before {
  content: "\f515"; }
.fa-scale-unbalanced-flip::before {
  content: "\f516"; }
.fa-balance-scale-right::before {
  content: "\f516"; }
.fa-school::before {
  content: "\f549"; }
.fa-school-circle-check::before {
  content: "\e56b"; }
.fa-school-circle-exclamation::before {
  content: "\e56c"; }
.fa-school-circle-xmark::before {
  content: "\e56d"; }
.fa-school-flag::before {
  content: "\e56e"; }
.fa-school-lock::before {
  content: "\e56f"; }
.fa-scissors::before {
  content: "\f0c4"; }
.fa-cut::before {
  content: "\f0c4"; }
.fa-screwdriver::before {
  content: "\f54a"; }
.fa-screwdriver-wrench::before {
  content: "\f7d9"; }
.fa-tools::before {
  content: "\f7d9"; }
.fa-scroll::before {
  content: "\f70e"; }
.fa-scroll-torah::before {
  content: "\f6a0"; }
.fa-torah::before {
  content: "\f6a0"; }
.fa-sd-card::before {
  content: "\f7c2"; }
.fa-section::before {
  content: "\e447"; }
.fa-seedling::before {
  content: "\f4d8"; }
.fa-sprout::before {
  content: "\f4d8"; }
.fa-server::before {
  content: "\f233"; }
.fa-shapes::before {
  content: "\f61f"; }
.fa-triangle-circle-square::before {
  content: "\f61f"; }
.fa-share::before {
  content: "\f064"; }
.fa-arrow-turn-right::before {
  content: "\f064"; }
.fa-mail-forward::before {
  content: "\f064"; }
.fa-share-from-square::before {
  content: "\f14d"; }
.fa-share-square::before {
  content: "\f14d"; }
.fa-share-nodes::before {
  content: "\f1e0"; }
.fa-share-alt::before {
  content: "\f1e0"; }
.fa-sheet-plastic::before {
  content: "\e571"; }
.fa-shekel-sign::before {
  content: "\f20b"; }
.fa-ils::before {
  content: "\f20b"; }
.fa-shekel::before {
  content: "\f20b"; }
.fa-sheqel::before {
  content: "\f20b"; }
.fa-sheqel-sign::before {
  content: "\f20b"; }
.fa-shield::before {
  content: "\f132"; }
.fa-shield-blank::before {
  content: "\f132"; }
.fa-shield-cat::before {
  content: "\e572"; }
.fa-shield-dog::before {
  content: "\e573"; }
.fa-shield-halved::before {
  content: "\f3ed"; }
.fa-shield-alt::before {
  content: "\f3ed"; }
.fa-shield-heart::before {
  content: "\e574"; }
.fa-shield-virus::before {
  content: "\e06c"; }
.fa-ship::before {
  content: "\f21a"; }
.fa-shirt::before {
  content: "\f553"; }
.fa-t-shirt::before {
  content: "\f553"; }
.fa-tshirt::before {
  content: "\f553"; }
.fa-shoe-prints::before {
  content: "\f54b"; }
.fa-shop::before {
  content: "\f54f"; }
.fa-store-alt::before {
  content: "\f54f"; }
.fa-shop-lock::before {
  content: "\e4a5"; }
.fa-shop-slash::before {
  content: "\e070"; }
.fa-store-alt-slash::before {
  content: "\e070"; }
.fa-shower::before {
  content: "\f2cc"; }
.fa-shrimp::before {
  content: "\e448"; }
.fa-shuffle::before {
  content: "\f074"; }
.fa-random::before {
  content: "\f074"; }
.fa-shuttle-space::before {
  content: "\f197"; }
.fa-space-shuttle::before {
  content: "\f197"; }
.fa-sign-hanging::before {
  content: "\f4d9"; }
.fa-sign::before {
  content: "\f4d9"; }
.fa-signal::before {
  content: "\f012"; }
.fa-signal-5::before {
  content: "\f012"; }
.fa-signal-perfect::before {
  content: "\f012"; }
.fa-signature::before {
  content: "\f5b7"; }
.fa-signs-post::before {
  content: "\f277"; }
.fa-map-signs::before {
  content: "\f277"; }
.fa-sim-card::before {
  content: "\f7c4"; }
.fa-sink::before {
  content: "\e06d"; }
.fa-sitemap::before {
  content: "\f0e8"; }
.fa-skull::before {
  content: "\f54c"; }
.fa-skull-crossbones::before {
  content: "\f714"; }
.fa-slash::before {
  content: "\f715"; }
.fa-sleigh::before {
  content: "\f7cc"; }
.fa-sliders::before {
  content: "\f1de"; }
.fa-sliders-h::before {
  content: "\f1de"; }
.fa-smog::before {
  content: "\f75f"; }
.fa-smoking::before {
  content: "\f48d"; }
.fa-snowflake::before {
  content: "\f2dc"; }
.fa-snowman::before {
  content: "\f7d0"; }
.fa-snowplow::before {
  content: "\f7d2"; }
.fa-soap::before {
  content: "\e06e"; }
.fa-socks::before {
  content: "\f696"; }
.fa-solar-panel::before {
  content: "\f5ba"; }
.fa-sort::before {
  content: "\f0dc"; }
.fa-unsorted::before {
  content: "\f0dc"; }
.fa-sort-down::before {
  content: "\f0dd"; }
.fa-sort-desc::before {
  content: "\f0dd"; }
.fa-sort-up::before {
  content: "\f0de"; }
.fa-sort-asc::before {
  content: "\f0de"; }
.fa-spa::before {
  content: "\f5bb"; }
.fa-spaghetti-monster-flying::before {
  content: "\f67b"; }
.fa-pastafarianism::before {
  content: "\f67b"; }
.fa-spell-check::before {
  content: "\f891"; }
.fa-spider::before {
  content: "\f717"; }
.fa-spinner::before {
  content: "\f110"; }
.fa-splotch::before {
  content: "\f5bc"; }
.fa-spoon::before {
  content: "\f2e5"; }
.fa-utensil-spoon::before {
  content: "\f2e5"; }
.fa-spray-can::before {
  content: "\f5bd"; }
.fa-spray-can-sparkles::before {
  content: "\f5d0"; }
.fa-air-freshener::before {
  content: "\f5d0"; }
.fa-square::before {
  content: "\f0c8"; }
.fa-square-arrow-up-right::before {
  content: "\f14c"; }
.fa-external-link-square::before {
  content: "\f14c"; }
.fa-square-caret-down::before {
  content: "\f150"; }
.fa-caret-square-down::before {
  content: "\f150"; }
.fa-square-caret-left::before {
  content: "\f191"; }
.fa-caret-square-left::before {
  content: "\f191"; }
.fa-square-caret-right::before {
  content: "\f152"; }
.fa-caret-square-right::before {
  content: "\f152"; }
.fa-square-caret-up::before {
  content: "\f151"; }
.fa-caret-square-up::before {
  content: "\f151"; }
.fa-square-check::before {
  content: "\f14a"; }
.fa-check-square::before {
  content: "\f14a"; }
.fa-square-envelope::before {
  content: "\f199"; }
.fa-envelope-square::before {
  content: "\f199"; }
.fa-square-full::before {
  content: "\f45c"; }
.fa-square-h::before {
  content: "\f0fd"; }
.fa-h-square::before {
  content: "\f0fd"; }
.fa-square-minus::before {
  content: "\f146"; }
.fa-minus-square::before {
  content: "\f146"; }
.fa-square-nfi::before {
  content: "\e576"; }
.fa-square-parking::before {
  content: "\f540"; }
.fa-parking::before {
  content: "\f540"; }
.fa-square-pen::before {
  content: "\f14b"; }
.fa-pen-square::before {
  content: "\f14b"; }
.fa-pencil-square::before {
  content: "\f14b"; }
.fa-square-person-confined::before {
  content: "\e577"; }
.fa-square-phone::before {
  content: "\f098"; }
.fa-phone-square::before {
  content: "\f098"; }
.fa-square-phone-flip::before {
  content: "\f87b"; }
.fa-phone-square-alt::before {
  content: "\f87b"; }
.fa-square-plus::before {
  content: "\f0fe"; }
.fa-plus-square::before {
  content: "\f0fe"; }
.fa-square-poll-horizontal::before {
  content: "\f682"; }
.fa-poll-h::before {
  content: "\f682"; }
.fa-square-poll-vertical::before {
  content: "\f681"; }
.fa-poll::before {
  content: "\f681"; }
.fa-square-root-variable::before {
  content: "\f698"; }
.fa-square-root-alt::before {
  content: "\f698"; }
.fa-square-rss::before {
  content: "\f143"; }
.fa-rss-square::before {
  content: "\f143"; }
.fa-square-share-nodes::before {
  content: "\f1e1"; }
.fa-share-alt-square::before {
  content: "\f1e1"; }
.fa-square-up-right::before {
  content: "\f360"; }
.fa-external-link-square-alt::before {
  content: "\f360"; }
.fa-square-virus::before {
  content: "\e578"; }
.fa-square-xmark::before {
  content: "\f2d3"; }
.fa-times-square::before {
  content: "\f2d3"; }
.fa-xmark-square::before {
  content: "\f2d3"; }
.fa-staff-aesculapius::before {
  content: "\e579"; }
.fa-rod-asclepius::before {
  content: "\e579"; }
.fa-rod-snake::before {
  content: "\e579"; }
.fa-staff-snake::before {
  content: "\e579"; }
.fa-stairs::before {
  content: "\e289"; }
.fa-stamp::before {
  content: "\f5bf"; }
.fa-star::before {
  content: "\f005"; }
.fa-star-and-crescent::before {
  content: "\f699"; }
.fa-star-half::before {
  content: "\f089"; }
.fa-star-half-stroke::before {
  content: "\f5c0"; }
.fa-star-half-alt::before {
  content: "\f5c0"; }
.fa-star-of-david::before {
  content: "\f69a"; }
.fa-star-of-life::before {
  content: "\f621"; }
.fa-sterling-sign::before {
  content: "\f154"; }
.fa-gbp::before {
  content: "\f154"; }
.fa-pound-sign::before {
  content: "\f154"; }
.fa-stethoscope::before {
  content: "\f0f1"; }
.fa-stop::before {
  content: "\f04d"; }
.fa-stopwatch::before {
  content: "\f2f2"; }
.fa-stopwatch-20::before {
  content: "\e06f"; }
.fa-store::before {
  content: "\f54e"; }
.fa-store-slash::before {
  content: "\e071"; }
.fa-street-view::before {
  content: "\f21d"; }
.fa-strikethrough::before {
  content: "\f0cc"; }
.fa-stroopwafel::before {
  content: "\f551"; }
.fa-subscript::before {
  content: "\f12c"; }
.fa-suitcase::before {
  content: "\f0f2"; }
.fa-suitcase-medical::before {
  content: "\f0fa"; }
.fa-medkit::before {
  content: "\f0fa"; }
.fa-suitcase-rolling::before {
  content: "\f5c1"; }
.fa-sun::before {
  content: "\f185"; }
.fa-sun-plant-wilt::before {
  content: "\e57a"; }
.fa-superscript::before {
  content: "\f12b"; }
.fa-swatchbook::before {
  content: "\f5c3"; }
.fa-synagogue::before {
  content: "\f69b"; }
.fa-syringe::before {
  content: "\f48e"; }
.fa-t::before {
  content: "\54"; }
.fa-table::before {
  content: "\f0ce"; }
.fa-table-cells::before {
  content: "\f00a"; }
.fa-th::before {
  content: "\f00a"; }
.fa-table-cells-large::before {
  content: "\f009"; }
.fa-th-large::before {
  content: "\f009"; }
.fa-table-columns::before {
  content: "\f0db"; }
.fa-columns::before {
  content: "\f0db"; }
.fa-table-list::before {
  content: "\f00b"; }
.fa-th-list::before {
  content: "\f00b"; }
.fa-table-tennis-paddle-ball::before {
  content: "\f45d"; }
.fa-ping-pong-paddle-ball::before {
  content: "\f45d"; }
.fa-table-tennis::before {
  content: "\f45d"; }
.fa-tablet::before {
  content: "\f3fb"; }
.fa-tablet-android::before {
  content: "\f3fb"; }
.fa-tablet-button::before {
  content: "\f10a"; }
.fa-tablet-screen-button::before {
  content: "\f3fa"; }
.fa-tablet-alt::before {
  content: "\f3fa"; }
.fa-tablets::before {
  content: "\f490"; }
.fa-tachograph-digital::before {
  content: "\f566"; }
.fa-digital-tachograph::before {
  content: "\f566"; }
.fa-tag::before {
  content: "\f02b"; }
.fa-tags::before {
  content: "\f02c"; }
.fa-tape::before {
  content: "\f4db"; }
.fa-tarp::before {
  content: "\e57b"; }
.fa-tarp-droplet::before {
  content: "\e57c"; }
.fa-taxi::before {
  content: "\f1ba"; }
.fa-cab::before {
  content: "\f1ba"; }
.fa-teeth::before {
  content: "\f62e"; }
.fa-teeth-open::before {
  content: "\f62f"; }
.fa-temperature-arrow-down::before {
  content: "\e03f"; }
.fa-temperature-down::before {
  content: "\e03f"; }
.fa-temperature-arrow-up::before {
  content: "\e040"; }
.fa-temperature-up::before {
  content: "\e040"; }
.fa-temperature-empty::before {
  content: "\f2cb"; }
.fa-temperature-0::before {
  content: "\f2cb"; }
.fa-thermometer-0::before {
  content: "\f2cb"; }
.fa-thermometer-empty::before {
  content: "\f2cb"; }
.fa-temperature-full::before {
  content: "\f2c7"; }
.fa-temperature-4::before {
  content: "\f2c7"; }
.fa-thermometer-4::before {
  content: "\f2c7"; }
.fa-thermometer-full::before {
  content: "\f2c7"; }
.fa-temperature-half::before {
  content: "\f2c9"; }
.fa-temperature-2::before {
  content: "\f2c9"; }
.fa-thermometer-2::before {
  content: "\f2c9"; }
.fa-thermometer-half::before {
  content: "\f2c9"; }
.fa-temperature-high::before {
  content: "\f769"; }
.fa-temperature-low::before {
  content: "\f76b"; }
.fa-temperature-quarter::before {
  content: "\f2ca"; }
.fa-temperature-1::before {
  content: "\f2ca"; }
.fa-thermometer-1::before {
  content: "\f2ca"; }
.fa-thermometer-quarter::before {
  content: "\f2ca"; }
.fa-temperature-three-quarters::before {
  content: "\f2c8"; }
.fa-temperature-3::before {
  content: "\f2c8"; }
.fa-thermometer-3::before {
  content: "\f2c8"; }
.fa-thermometer-three-quarters::before {
  content: "\f2c8"; }
.fa-tenge-sign::before {
  content: "\f7d7"; }
.fa-tenge::before {
  content: "\f7d7"; }
.fa-tent::before {
  content: "\e57d"; }
.fa-tent-arrow-down-to-line::before {
  content: "\e57e"; }
.fa-tent-arrow-left-right::before {
  content: "\e57f"; }
.fa-tent-arrow-turn-left::before {
  content: "\e580"; }
.fa-tent-arrows-down::before {
  content: "\e581"; }
.fa-tents::before {
  content: "\e582"; }
.fa-terminal::before {
  content: "\f120"; }
.fa-text-height::before {
  content: "\f034"; }
.fa-text-slash::before {
  content: "\f87d"; }
.fa-remove-format::before {
  content: "\f87d"; }
.fa-text-width::before {
  content: "\f035"; }
.fa-thermometer::before {
  content: "\f491"; }
.fa-thumbs-down::before {
  content: "\f165"; }
.fa-thumbs-up::before {
  content: "\f164"; }
.fa-thumbtack::before {
  content: "\f08d"; }
.fa-thumb-tack::before {
  content: "\f08d"; }
.fa-ticket::before {
  content: "\f145"; }
.fa-ticket-simple::before {
  content: "\f3ff"; }
.fa-ticket-alt::before {
  content: "\f3ff"; }
.fa-timeline::before {
  content: "\e29c"; }
.fa-toggle-off::before {
  content: "\f204"; }
.fa-toggle-on::before {
  content: "\f205"; }
.fa-toilet::before {
  content: "\f7d8"; }
.fa-toilet-paper::before {
  content: "\f71e"; }
.fa-toilet-paper-slash::before {
  content: "\e072"; }
.fa-toilet-portable::before {
  content: "\e583"; }
.fa-toilets-portable::before {
  content: "\e584"; }
.fa-toolbox::before {
  content: "\f552"; }
.fa-tooth::before {
  content: "\f5c9"; }
.fa-torii-gate::before {
  content: "\f6a1"; }
.fa-tornado::before {
  content: "\f76f"; }
.fa-tower-broadcast::before {
  content: "\f519"; }
.fa-broadcast-tower::before {
  content: "\f519"; }
.fa-tower-cell::before {
  content: "\e585"; }
.fa-tower-observation::before {
  content: "\e586"; }
.fa-tractor::before {
  content: "\f722"; }
.fa-trademark::before {
  content: "\f25c"; }
.fa-traffic-light::before {
  content: "\f637"; }
.fa-trailer::before {
  content: "\e041"; }
.fa-train::before {
  content: "\f238"; }
.fa-train-subway::before {
  content: "\f239"; }
.fa-subway::before {
  content: "\f239"; }
.fa-train-tram::before {
  content: "\f7da"; }
.fa-tram::before {
  content: "\f7da"; }
.fa-transgender::before {
  content: "\f225"; }
.fa-transgender-alt::before {
  content: "\f225"; }
.fa-trash::before {
  content: "\f1f8"; }
.fa-trash-arrow-up::before {
  content: "\f829"; }
.fa-trash-restore::before {
  content: "\f829"; }
.fa-trash-can::before {
  content: "\f2ed"; }
.fa-trash-alt::before {
  content: "\f2ed"; }
.fa-trash-can-arrow-up::before {
  content: "\f82a"; }
.fa-trash-restore-alt::before {
  content: "\f82a"; }
.fa-tree::before {
  content: "\f1bb"; }
.fa-tree-city::before {
  content: "\e587"; }
.fa-triangle-exclamation::before {
  content: "\f071"; }
.fa-exclamation-triangle::before {
  content: "\f071"; }
.fa-warning::before {
  content: "\f071"; }
.fa-trophy::before {
  content: "\f091"; }
.fa-trowel::before {
  content: "\e589"; }
.fa-trowel-bricks::before {
  content: "\e58a"; }
.fa-truck::before {
  content: "\f0d1"; }
.fa-truck-arrow-right::before {
  content: "\e58b"; }
.fa-truck-droplet::before {
  content: "\e58c"; }
.fa-truck-fast::before {
  content: "\f48b"; }
.fa-shipping-fast::before {
  content: "\f48b"; }
.fa-truck-field::before {
  content: "\e58d"; }
.fa-truck-field-un::before {
  content: "\e58e"; }
.fa-truck-front::before {
  content: "\e2b7"; }
.fa-truck-medical::before {
  content: "\f0f9"; }
.fa-ambulance::before {
  content: "\f0f9"; }
.fa-truck-monster::before {
  content: "\f63b"; }
.fa-truck-moving::before {
  content: "\f4df"; }
.fa-truck-pickup::before {
  content: "\f63c"; }
.fa-truck-plane::before {
  content: "\e58f"; }
.fa-truck-ramp-box::before {
  content: "\f4de"; }
.fa-truck-loading::before {
  content: "\f4de"; }
.fa-tty::before {
  content: "\f1e4"; }
.fa-teletype::before {
  content: "\f1e4"; }
.fa-turkish-lira-sign::before {
  content: "\e2bb"; }
.fa-try::before {
  content: "\e2bb"; }
.fa-turkish-lira::before {
  content: "\e2bb"; }
.fa-turn-down::before {
  content: "\f3be"; }
.fa-level-down-alt::before {
  content: "\f3be"; }
.fa-turn-up::before {
  content: "\f3bf"; }
.fa-level-up-alt::before {
  content: "\f3bf"; }
.fa-tv::before {
  content: "\f26c"; }
.fa-television::before {
  content: "\f26c"; }
.fa-tv-alt::before {
  content: "\f26c"; }
.fa-u::before {
  content: "\55"; }
.fa-umbrella::before {
  content: "\f0e9"; }
.fa-umbrella-beach::before {
  content: "\f5ca"; }
.fa-underline::before {
  content: "\f0cd"; }
.fa-universal-access::before {
  content: "\f29a"; }
.fa-unlock::before {
  content: "\f09c"; }
.fa-unlock-keyhole::before {
  content: "\f13e"; }
.fa-unlock-alt::before {
  content: "\f13e"; }
.fa-up-down::before {
  content: "\f338"; }
.fa-arrows-alt-v::before {
  content: "\f338"; }
.fa-up-down-left-right::before {
  content: "\f0b2"; }
.fa-arrows-alt::before {
  content: "\f0b2"; }
.fa-up-long::before {
  content: "\f30c"; }
.fa-long-arrow-alt-up::before {
  content: "\f30c"; }
.fa-up-right-and-down-left-from-center::before {
  content: "\f424"; }
.fa-expand-alt::before {
  content: "\f424"; }
.fa-up-right-from-square::before {
  content: "\f35d"; }
.fa-external-link-alt::before {
  content: "\f35d"; }
.fa-upload::before {
  content: "\f093"; }
.fa-user::before {
  content: "\f007"; }
.fa-user-astronaut::before {
  content: "\f4fb"; }
.fa-user-check::before {
  content: "\f4fc"; }
.fa-user-clock::before {
  content: "\f4fd"; }
.fa-user-doctor::before {
  content: "\f0f0"; }
.fa-user-md::before {
  content: "\f0f0"; }
.fa-user-gear::before {
  content: "\f4fe"; }
.fa-user-cog::before {
  content: "\f4fe"; }
.fa-user-graduate::before {
  content: "\f501"; }
.fa-user-group::before {
  content: "\f500"; }
.fa-user-friends::before {
  content: "\f500"; }
.fa-user-injured::before {
  content: "\f728"; }
.fa-user-large::before {
  content: "\f406"; }
.fa-user-alt::before {
  content: "\f406"; }
.fa-user-large-slash::before {
  content: "\f4fa"; }
.fa-user-alt-slash::before {
  content: "\f4fa"; }
.fa-user-lock::before {
  content: "\f502"; }
.fa-user-minus::before {
  content: "\f503"; }
.fa-user-ninja::before {
  content: "\f504"; }
.fa-user-nurse::before {
  content: "\f82f"; }
.fa-user-pen::before {
  content: "\f4ff"; }
.fa-user-edit::before {
  content: "\f4ff"; }
.fa-user-plus::before {
  content: "\f234"; }
.fa-user-secret::before {
  content: "\f21b"; }
.fa-user-shield::before {
  content: "\f505"; }
.fa-user-slash::before {
  content: "\f506"; }
.fa-user-tag::before {
  content: "\f507"; }
.fa-user-tie::before {
  content: "\f508"; }
.fa-user-xmark::before {
  content: "\f235"; }
.fa-user-times::before {
  content: "\f235"; }
.fa-users::before {
  content: "\f0c0"; }
.fa-users-between-lines::before {
  content: "\e591"; }
.fa-users-gear::before {
  content: "\f509"; }
.fa-users-cog::before {
  content: "\f509"; }
.fa-users-line::before {
  content: "\e592"; }
.fa-users-rays::before {
  content: "\e593"; }
.fa-users-rectangle::before {
  content: "\e594"; }
.fa-users-slash::before {
  content: "\e073"; }
.fa-users-viewfinder::before {
  content: "\e595"; }
.fa-utensils::before {
  content: "\f2e7"; }
.fa-cutlery::before {
  content: "\f2e7"; }
.fa-v::before {
  content: "\56"; }
.fa-van-shuttle::before {
  content: "\f5b6"; }
.fa-shuttle-van::before {
  content: "\f5b6"; }
.fa-vault::before {
  content: "\e2c5"; }
.fa-vector-square::before {
  content: "\f5cb"; }
.fa-venus::before {
  content: "\f221"; }
.fa-venus-double::before {
  content: "\f226"; }
.fa-venus-mars::before {
  content: "\f228"; }
.fa-vest::before {
  content: "\e085"; }
.fa-vest-patches::before {
  content: "\e086"; }
.fa-vial::before {
  content: "\f492"; }
.fa-vial-circle-check::before {
  content: "\e596"; }
.fa-vial-virus::before {
  content: "\e597"; }
.fa-vials::before {
  content: "\f493"; }
.fa-video::before {
  content: "\f03d"; }
.fa-video-camera::before {
  content: "\f03d"; }
.fa-video-slash::before {
  content: "\f4e2"; }
.fa-vihara::before {
  content: "\f6a7"; }
.fa-virus::before {
  content: "\e074"; }
.fa-virus-covid::before {
  content: "\e4a8"; }
.fa-virus-covid-slash::before {
  content: "\e4a9"; }
.fa-virus-slash::before {
  content: "\e075"; }
.fa-viruses::before {
  content: "\e076"; }
.fa-voicemail::before {
  content: "\f897"; }
.fa-volcano::before {
  content: "\f770"; }
.fa-volleyball::before {
  content: "\f45f"; }
.fa-volleyball-ball::before {
  content: "\f45f"; }
.fa-volume-high::before {
  content: "\f028"; }
.fa-volume-up::before {
  content: "\f028"; }
.fa-volume-low::before {
  content: "\f027"; }
.fa-volume-down::before {
  content: "\f027"; }
.fa-volume-off::before {
  content: "\f026"; }
.fa-volume-xmark::before {
  content: "\f6a9"; }
.fa-volume-mute::before {
  content: "\f6a9"; }
.fa-volume-times::before {
  content: "\f6a9"; }
.fa-vr-cardboard::before {
  content: "\f729"; }
.fa-w::before {
  content: "\57"; }
.fa-walkie-talkie::before {
  content: "\f8ef"; }
.fa-wallet::before {
  content: "\f555"; }
.fa-wand-magic::before {
  content: "\f0d0"; }
.fa-magic::before {
  content: "\f0d0"; }
.fa-wand-magic-sparkles::before {
  content: "\e2ca"; }
.fa-magic-wand-sparkles::before {
  content: "\e2ca"; }
.fa-wand-sparkles::before {
  content: "\f72b"; }
.fa-warehouse::before {
  content: "\f494"; }
.fa-water::before {
  content: "\f773"; }
.fa-water-ladder::before {
  content: "\f5c5"; }
.fa-ladder-water::before {
  content: "\f5c5"; }
.fa-swimming-pool::before {
  content: "\f5c5"; }
.fa-wave-square::before {
  content: "\f83e"; }
.fa-weight-hanging::before {
  content: "\f5cd"; }
.fa-weight-scale::before {
  content: "\f496"; }
.fa-weight::before {
  content: "\f496"; }
.fa-wheat-awn::before {
  content: "\e2cd"; }
.fa-wheat-alt::before {
  content: "\e2cd"; }
.fa-wheat-awn-circle-exclamation::before {
  content: "\e598"; }
.fa-wheelchair::before {
  content: "\f193"; }
.fa-wheelchair-move::before {
  content: "\e2ce"; }
.fa-wheelchair-alt::before {
  content: "\e2ce"; }
.fa-whiskey-glass::before {
  content: "\f7a0"; }
.fa-glass-whiskey::before {
  content: "\f7a0"; }
.fa-wifi::before {
  content: "\f1eb"; }
.fa-wifi-3::before {
  content: "\f1eb"; }
.fa-wifi-strong::before {
  content: "\f1eb"; }
.fa-wind::before {
  content: "\f72e"; }
.fa-window-maximize::before {
  content: "\f2d0"; }
.fa-window-minimize::before {
  content: "\f2d1"; }
.fa-window-restore::before {
  content: "\f2d2"; }
.fa-wine-bottle::before {
  content: "\f72f"; }
.fa-wine-glass::before {
  content: "\f4e3"; }
.fa-wine-glass-empty::before {
  content: "\f5ce"; }
.fa-wine-glass-alt::before {
  content: "\f5ce"; }
.fa-won-sign::before {
  content: "\f159"; }
.fa-krw::before {
  content: "\f159"; }
.fa-won::before {
  content: "\f159"; }
.fa-worm::before {
  content: "\e599"; }
.fa-wrench::before {
  content: "\f0ad"; }
.fa-x::before {
  content: "\58"; }
.fa-x-ray::before {
  content: "\f497"; }
.fa-xmark::before {
  content: "\f00d"; }
.fa-close::before {
  content: "\f00d"; }
.fa-multiply::before {
  content: "\f00d"; }
.fa-remove::before {
  content: "\f00d"; }
.fa-times::before {
  content: "\f00d"; }
.fa-xmarks-lines::before {
  content: "\e59a"; }
.fa-y::before {
  content: "\59"; }
.fa-yen-sign::before {
  content: "\f157"; }
.fa-cny::before {
  content: "\f157"; }
.fa-jpy::before {
  content: "\f157"; }
.fa-rmb::before {
  content: "\f157"; }
.fa-yen::before {
  content: "\f157"; }
.fa-yin-yang::before {
  content: "\f6ad"; }
.fa-z::before {
  content: "\5a"; }
.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; }
:root, :host {
  --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('fa-brands-400.859fc3887485de84.woff2') format("woff2"), url('fa-brands-400.7fa789ab57acb632.ttf') format("truetype"); }
.fab,
.fa-brands {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }
.fa-42-group:before {
  content: "\e080"; }
.fa-innosoft:before {
  content: "\e080"; }
.fa-500px:before {
  content: "\f26e"; }
.fa-accessible-icon:before {
  content: "\f368"; }
.fa-accusoft:before {
  content: "\f369"; }
.fa-adn:before {
  content: "\f170"; }
.fa-adversal:before {
  content: "\f36a"; }
.fa-affiliatetheme:before {
  content: "\f36b"; }
.fa-airbnb:before {
  content: "\f834"; }
.fa-algolia:before {
  content: "\f36c"; }
.fa-alipay:before {
  content: "\f642"; }
.fa-amazon:before {
  content: "\f270"; }
.fa-amazon-pay:before {
  content: "\f42c"; }
.fa-amilia:before {
  content: "\f36d"; }
.fa-android:before {
  content: "\f17b"; }
.fa-angellist:before {
  content: "\f209"; }
.fa-angrycreative:before {
  content: "\f36e"; }
.fa-angular:before {
  content: "\f420"; }
.fa-app-store:before {
  content: "\f36f"; }
.fa-app-store-ios:before {
  content: "\f370"; }
.fa-apper:before {
  content: "\f371"; }
.fa-apple:before {
  content: "\f179"; }
.fa-apple-pay:before {
  content: "\f415"; }
.fa-artstation:before {
  content: "\f77a"; }
.fa-asymmetrik:before {
  content: "\f372"; }
.fa-atlassian:before {
  content: "\f77b"; }
.fa-audible:before {
  content: "\f373"; }
.fa-autoprefixer:before {
  content: "\f41c"; }
.fa-avianex:before {
  content: "\f374"; }
.fa-aviato:before {
  content: "\f421"; }
.fa-aws:before {
  content: "\f375"; }
.fa-bandcamp:before {
  content: "\f2d5"; }
.fa-battle-net:before {
  content: "\f835"; }
.fa-behance:before {
  content: "\f1b4"; }
.fa-behance-square:before {
  content: "\f1b5"; }
.fa-bilibili:before {
  content: "\e3d9"; }
.fa-bimobject:before {
  content: "\f378"; }
.fa-bitbucket:before {
  content: "\f171"; }
.fa-bitcoin:before {
  content: "\f379"; }
.fa-bity:before {
  content: "\f37a"; }
.fa-black-tie:before {
  content: "\f27e"; }
.fa-blackberry:before {
  content: "\f37b"; }
.fa-blogger:before {
  content: "\f37c"; }
.fa-blogger-b:before {
  content: "\f37d"; }
.fa-bluetooth:before {
  content: "\f293"; }
.fa-bluetooth-b:before {
  content: "\f294"; }
.fa-bootstrap:before {
  content: "\f836"; }
.fa-bots:before {
  content: "\e340"; }
.fa-btc:before {
  content: "\f15a"; }
.fa-buffer:before {
  content: "\f837"; }
.fa-buromobelexperte:before {
  content: "\f37f"; }
.fa-buy-n-large:before {
  content: "\f8a6"; }
.fa-buysellads:before {
  content: "\f20d"; }
.fa-canadian-maple-leaf:before {
  content: "\f785"; }
.fa-cc-amazon-pay:before {
  content: "\f42d"; }
.fa-cc-amex:before {
  content: "\f1f3"; }
.fa-cc-apple-pay:before {
  content: "\f416"; }
.fa-cc-diners-club:before {
  content: "\f24c"; }
.fa-cc-discover:before {
  content: "\f1f2"; }
.fa-cc-jcb:before {
  content: "\f24b"; }
.fa-cc-mastercard:before {
  content: "\f1f1"; }
.fa-cc-paypal:before {
  content: "\f1f4"; }
.fa-cc-stripe:before {
  content: "\f1f5"; }
.fa-cc-visa:before {
  content: "\f1f0"; }
.fa-centercode:before {
  content: "\f380"; }
.fa-centos:before {
  content: "\f789"; }
.fa-chrome:before {
  content: "\f268"; }
.fa-chromecast:before {
  content: "\f838"; }
.fa-cloudflare:before {
  content: "\e07d"; }
.fa-cloudscale:before {
  content: "\f383"; }
.fa-cloudsmith:before {
  content: "\f384"; }
.fa-cloudversify:before {
  content: "\f385"; }
.fa-cmplid:before {
  content: "\e360"; }
.fa-codepen:before {
  content: "\f1cb"; }
.fa-codiepie:before {
  content: "\f284"; }
.fa-confluence:before {
  content: "\f78d"; }
.fa-connectdevelop:before {
  content: "\f20e"; }
.fa-contao:before {
  content: "\f26d"; }
.fa-cotton-bureau:before {
  content: "\f89e"; }
.fa-cpanel:before {
  content: "\f388"; }
.fa-creative-commons:before {
  content: "\f25e"; }
.fa-creative-commons-by:before {
  content: "\f4e7"; }
.fa-creative-commons-nc:before {
  content: "\f4e8"; }
.fa-creative-commons-nc-eu:before {
  content: "\f4e9"; }
.fa-creative-commons-nc-jp:before {
  content: "\f4ea"; }
.fa-creative-commons-nd:before {
  content: "\f4eb"; }
.fa-creative-commons-pd:before {
  content: "\f4ec"; }
.fa-creative-commons-pd-alt:before {
  content: "\f4ed"; }
.fa-creative-commons-remix:before {
  content: "\f4ee"; }
.fa-creative-commons-sa:before {
  content: "\f4ef"; }
.fa-creative-commons-sampling:before {
  content: "\f4f0"; }
.fa-creative-commons-sampling-plus:before {
  content: "\f4f1"; }
.fa-creative-commons-share:before {
  content: "\f4f2"; }
.fa-creative-commons-zero:before {
  content: "\f4f3"; }
.fa-critical-role:before {
  content: "\f6c9"; }
.fa-css3:before {
  content: "\f13c"; }
.fa-css3-alt:before {
  content: "\f38b"; }
.fa-cuttlefish:before {
  content: "\f38c"; }
.fa-d-and-d:before {
  content: "\f38d"; }
.fa-d-and-d-beyond:before {
  content: "\f6ca"; }
.fa-dailymotion:before {
  content: "\e052"; }
.fa-dashcube:before {
  content: "\f210"; }
.fa-deezer:before {
  content: "\e077"; }
.fa-delicious:before {
  content: "\f1a5"; }
.fa-deploydog:before {
  content: "\f38e"; }
.fa-deskpro:before {
  content: "\f38f"; }
.fa-dev:before {
  content: "\f6cc"; }
.fa-deviantart:before {
  content: "\f1bd"; }
.fa-dhl:before {
  content: "\f790"; }
.fa-diaspora:before {
  content: "\f791"; }
.fa-digg:before {
  content: "\f1a6"; }
.fa-digital-ocean:before {
  content: "\f391"; }
.fa-discord:before {
  content: "\f392"; }
.fa-discourse:before {
  content: "\f393"; }
.fa-dochub:before {
  content: "\f394"; }
.fa-docker:before {
  content: "\f395"; }
.fa-draft2digital:before {
  content: "\f396"; }
.fa-dribbble:before {
  content: "\f17d"; }
.fa-dribbble-square:before {
  content: "\f397"; }
.fa-dropbox:before {
  content: "\f16b"; }
.fa-drupal:before {
  content: "\f1a9"; }
.fa-dyalog:before {
  content: "\f399"; }
.fa-earlybirds:before {
  content: "\f39a"; }
.fa-ebay:before {
  content: "\f4f4"; }
.fa-edge:before {
  content: "\f282"; }
.fa-edge-legacy:before {
  content: "\e078"; }
.fa-elementor:before {
  content: "\f430"; }
.fa-ello:before {
  content: "\f5f1"; }
.fa-ember:before {
  content: "\f423"; }
.fa-empire:before {
  content: "\f1d1"; }
.fa-envira:before {
  content: "\f299"; }
.fa-erlang:before {
  content: "\f39d"; }
.fa-ethereum:before {
  content: "\f42e"; }
.fa-etsy:before {
  content: "\f2d7"; }
.fa-evernote:before {
  content: "\f839"; }
.fa-expeditedssl:before {
  content: "\f23e"; }
.fa-facebook:before {
  content: "\f09a"; }
.fa-facebook-f:before {
  content: "\f39e"; }
.fa-facebook-messenger:before {
  content: "\f39f"; }
.fa-facebook-square:before {
  content: "\f082"; }
.fa-fantasy-flight-games:before {
  content: "\f6dc"; }
.fa-fedex:before {
  content: "\f797"; }
.fa-fedora:before {
  content: "\f798"; }
.fa-figma:before {
  content: "\f799"; }
.fa-firefox:before {
  content: "\f269"; }
.fa-firefox-browser:before {
  content: "\e007"; }
.fa-first-order:before {
  content: "\f2b0"; }
.fa-first-order-alt:before {
  content: "\f50a"; }
.fa-firstdraft:before {
  content: "\f3a1"; }
.fa-flickr:before {
  content: "\f16e"; }
.fa-flipboard:before {
  content: "\f44d"; }
.fa-fly:before {
  content: "\f417"; }
.fa-font-awesome:before {
  content: "\f2b4"; }
.fa-font-awesome-flag:before {
  content: "\f2b4"; }
.fa-font-awesome-logo-full:before {
  content: "\f2b4"; }
.fa-fonticons:before {
  content: "\f280"; }
.fa-fonticons-fi:before {
  content: "\f3a2"; }
.fa-fort-awesome:before {
  content: "\f286"; }
.fa-fort-awesome-alt:before {
  content: "\f3a3"; }
.fa-forumbee:before {
  content: "\f211"; }
.fa-foursquare:before {
  content: "\f180"; }
.fa-free-code-camp:before {
  content: "\f2c5"; }
.fa-freebsd:before {
  content: "\f3a4"; }
.fa-fulcrum:before {
  content: "\f50b"; }
.fa-galactic-republic:before {
  content: "\f50c"; }
.fa-galactic-senate:before {
  content: "\f50d"; }
.fa-get-pocket:before {
  content: "\f265"; }
.fa-gg:before {
  content: "\f260"; }
.fa-gg-circle:before {
  content: "\f261"; }
.fa-git:before {
  content: "\f1d3"; }
.fa-git-alt:before {
  content: "\f841"; }
.fa-git-square:before {
  content: "\f1d2"; }
.fa-github:before {
  content: "\f09b"; }
.fa-github-alt:before {
  content: "\f113"; }
.fa-github-square:before {
  content: "\f092"; }
.fa-gitkraken:before {
  content: "\f3a6"; }
.fa-gitlab:before {
  content: "\f296"; }
.fa-gitter:before {
  content: "\f426"; }
.fa-glide:before {
  content: "\f2a5"; }
.fa-glide-g:before {
  content: "\f2a6"; }
.fa-gofore:before {
  content: "\f3a7"; }
.fa-golang:before {
  content: "\e40f"; }
.fa-goodreads:before {
  content: "\f3a8"; }
.fa-goodreads-g:before {
  content: "\f3a9"; }
.fa-google:before {
  content: "\f1a0"; }
.fa-google-drive:before {
  content: "\f3aa"; }
.fa-google-pay:before {
  content: "\e079"; }
.fa-google-play:before {
  content: "\f3ab"; }
.fa-google-plus:before {
  content: "\f2b3"; }
.fa-google-plus-g:before {
  content: "\f0d5"; }
.fa-google-plus-square:before {
  content: "\f0d4"; }
.fa-google-wallet:before {
  content: "\f1ee"; }
.fa-gratipay:before {
  content: "\f184"; }
.fa-grav:before {
  content: "\f2d6"; }
.fa-gripfire:before {
  content: "\f3ac"; }
.fa-grunt:before {
  content: "\f3ad"; }
.fa-guilded:before {
  content: "\e07e"; }
.fa-gulp:before {
  content: "\f3ae"; }
.fa-hacker-news:before {
  content: "\f1d4"; }
.fa-hacker-news-square:before {
  content: "\f3af"; }
.fa-hackerrank:before {
  content: "\f5f7"; }
.fa-hashnode:before {
  content: "\e499"; }
.fa-hips:before {
  content: "\f452"; }
.fa-hire-a-helper:before {
  content: "\f3b0"; }
.fa-hive:before {
  content: "\e07f"; }
.fa-hooli:before {
  content: "\f427"; }
.fa-hornbill:before {
  content: "\f592"; }
.fa-hotjar:before {
  content: "\f3b1"; }
.fa-houzz:before {
  content: "\f27c"; }
.fa-html5:before {
  content: "\f13b"; }
.fa-hubspot:before {
  content: "\f3b2"; }
.fa-ideal:before {
  content: "\e013"; }
.fa-imdb:before {
  content: "\f2d8"; }
.fa-instagram:before {
  content: "\f16d"; }
.fa-instagram-square:before {
  content: "\e055"; }
.fa-instalod:before {
  content: "\e081"; }
.fa-intercom:before {
  content: "\f7af"; }
.fa-internet-explorer:before {
  content: "\f26b"; }
.fa-invision:before {
  content: "\f7b0"; }
.fa-ioxhost:before {
  content: "\f208"; }
.fa-itch-io:before {
  content: "\f83a"; }
.fa-itunes:before {
  content: "\f3b4"; }
.fa-itunes-note:before {
  content: "\f3b5"; }
.fa-java:before {
  content: "\f4e4"; }
.fa-jedi-order:before {
  content: "\f50e"; }
.fa-jenkins:before {
  content: "\f3b6"; }
.fa-jira:before {
  content: "\f7b1"; }
.fa-joget:before {
  content: "\f3b7"; }
.fa-joomla:before {
  content: "\f1aa"; }
.fa-js:before {
  content: "\f3b8"; }
.fa-js-square:before {
  content: "\f3b9"; }
.fa-jsfiddle:before {
  content: "\f1cc"; }
.fa-kaggle:before {
  content: "\f5fa"; }
.fa-keybase:before {
  content: "\f4f5"; }
.fa-keycdn:before {
  content: "\f3ba"; }
.fa-kickstarter:before {
  content: "\f3bb"; }
.fa-kickstarter-k:before {
  content: "\f3bc"; }
.fa-korvue:before {
  content: "\f42f"; }
.fa-laravel:before {
  content: "\f3bd"; }
.fa-lastfm:before {
  content: "\f202"; }
.fa-lastfm-square:before {
  content: "\f203"; }
.fa-leanpub:before {
  content: "\f212"; }
.fa-less:before {
  content: "\f41d"; }
.fa-line:before {
  content: "\f3c0"; }
.fa-linkedin:before {
  content: "\f08c"; }
.fa-linkedin-in:before {
  content: "\f0e1"; }
.fa-linode:before {
  content: "\f2b8"; }
.fa-linux:before {
  content: "\f17c"; }
.fa-lyft:before {
  content: "\f3c3"; }
.fa-magento:before {
  content: "\f3c4"; }
.fa-mailchimp:before {
  content: "\f59e"; }
.fa-mandalorian:before {
  content: "\f50f"; }
.fa-markdown:before {
  content: "\f60f"; }
.fa-mastodon:before {
  content: "\f4f6"; }
.fa-maxcdn:before {
  content: "\f136"; }
.fa-mdb:before {
  content: "\f8ca"; }
.fa-medapps:before {
  content: "\f3c6"; }
.fa-medium:before {
  content: "\f23a"; }
.fa-medium-m:before {
  content: "\f23a"; }
.fa-medrt:before {
  content: "\f3c8"; }
.fa-meetup:before {
  content: "\f2e0"; }
.fa-megaport:before {
  content: "\f5a3"; }
.fa-mendeley:before {
  content: "\f7b3"; }
.fa-microblog:before {
  content: "\e01a"; }
.fa-microsoft:before {
  content: "\f3ca"; }
.fa-mix:before {
  content: "\f3cb"; }
.fa-mixcloud:before {
  content: "\f289"; }
.fa-mixer:before {
  content: "\e056"; }
.fa-mizuni:before {
  content: "\f3cc"; }
.fa-modx:before {
  content: "\f285"; }
.fa-monero:before {
  content: "\f3d0"; }
.fa-napster:before {
  content: "\f3d2"; }
.fa-neos:before {
  content: "\f612"; }
.fa-nfc-directional:before {
  content: "\e530"; }
.fa-nfc-symbol:before {
  content: "\e531"; }
.fa-nimblr:before {
  content: "\f5a8"; }
.fa-node:before {
  content: "\f419"; }
.fa-node-js:before {
  content: "\f3d3"; }
.fa-npm:before {
  content: "\f3d4"; }
.fa-ns8:before {
  content: "\f3d5"; }
.fa-nutritionix:before {
  content: "\f3d6"; }
.fa-octopus-deploy:before {
  content: "\e082"; }
.fa-odnoklassniki:before {
  content: "\f263"; }
.fa-odnoklassniki-square:before {
  content: "\f264"; }
.fa-old-republic:before {
  content: "\f510"; }
.fa-opencart:before {
  content: "\f23d"; }
.fa-openid:before {
  content: "\f19b"; }
.fa-opera:before {
  content: "\f26a"; }
.fa-optin-monster:before {
  content: "\f23c"; }
.fa-orcid:before {
  content: "\f8d2"; }
.fa-osi:before {
  content: "\f41a"; }
.fa-padlet:before {
  content: "\e4a0"; }
.fa-page4:before {
  content: "\f3d7"; }
.fa-pagelines:before {
  content: "\f18c"; }
.fa-palfed:before {
  content: "\f3d8"; }
.fa-patreon:before {
  content: "\f3d9"; }
.fa-paypal:before {
  content: "\f1ed"; }
.fa-perbyte:before {
  content: "\e083"; }
.fa-periscope:before {
  content: "\f3da"; }
.fa-phabricator:before {
  content: "\f3db"; }
.fa-phoenix-framework:before {
  content: "\f3dc"; }
.fa-phoenix-squadron:before {
  content: "\f511"; }
.fa-php:before {
  content: "\f457"; }
.fa-pied-piper:before {
  content: "\f2ae"; }
.fa-pied-piper-alt:before {
  content: "\f1a8"; }
.fa-pied-piper-hat:before {
  content: "\f4e5"; }
.fa-pied-piper-pp:before {
  content: "\f1a7"; }
.fa-pied-piper-square:before {
  content: "\e01e"; }
.fa-pinterest:before {
  content: "\f0d2"; }
.fa-pinterest-p:before {
  content: "\f231"; }
.fa-pinterest-square:before {
  content: "\f0d3"; }
.fa-pix:before {
  content: "\e43a"; }
.fa-playstation:before {
  content: "\f3df"; }
.fa-product-hunt:before {
  content: "\f288"; }
.fa-pushed:before {
  content: "\f3e1"; }
.fa-python:before {
  content: "\f3e2"; }
.fa-qq:before {
  content: "\f1d6"; }
.fa-quinscape:before {
  content: "\f459"; }
.fa-quora:before {
  content: "\f2c4"; }
.fa-r-project:before {
  content: "\f4f7"; }
.fa-raspberry-pi:before {
  content: "\f7bb"; }
.fa-ravelry:before {
  content: "\f2d9"; }
.fa-react:before {
  content: "\f41b"; }
.fa-reacteurope:before {
  content: "\f75d"; }
.fa-readme:before {
  content: "\f4d5"; }
.fa-rebel:before {
  content: "\f1d0"; }
.fa-red-river:before {
  content: "\f3e3"; }
.fa-reddit:before {
  content: "\f1a1"; }
.fa-reddit-alien:before {
  content: "\f281"; }
.fa-reddit-square:before {
  content: "\f1a2"; }
.fa-redhat:before {
  content: "\f7bc"; }
.fa-renren:before {
  content: "\f18b"; }
.fa-replyd:before {
  content: "\f3e6"; }
.fa-researchgate:before {
  content: "\f4f8"; }
.fa-resolving:before {
  content: "\f3e7"; }
.fa-rev:before {
  content: "\f5b2"; }
.fa-rocketchat:before {
  content: "\f3e8"; }
.fa-rockrms:before {
  content: "\f3e9"; }
.fa-rust:before {
  content: "\e07a"; }
.fa-safari:before {
  content: "\f267"; }
.fa-salesforce:before {
  content: "\f83b"; }
.fa-sass:before {
  content: "\f41e"; }
.fa-schlix:before {
  content: "\f3ea"; }
.fa-screenpal:before {
  content: "\e570"; }
.fa-scribd:before {
  content: "\f28a"; }
.fa-searchengin:before {
  content: "\f3eb"; }
.fa-sellcast:before {
  content: "\f2da"; }
.fa-sellsy:before {
  content: "\f213"; }
.fa-servicestack:before {
  content: "\f3ec"; }
.fa-shirtsinbulk:before {
  content: "\f214"; }
.fa-shopify:before {
  content: "\e057"; }
.fa-shopware:before {
  content: "\f5b5"; }
.fa-simplybuilt:before {
  content: "\f215"; }
.fa-sistrix:before {
  content: "\f3ee"; }
.fa-sith:before {
  content: "\f512"; }
.fa-sitrox:before {
  content: "\e44a"; }
.fa-sketch:before {
  content: "\f7c6"; }
.fa-skyatlas:before {
  content: "\f216"; }
.fa-skype:before {
  content: "\f17e"; }
.fa-slack:before {
  content: "\f198"; }
.fa-slack-hash:before {
  content: "\f198"; }
.fa-slideshare:before {
  content: "\f1e7"; }
.fa-snapchat:before {
  content: "\f2ab"; }
.fa-snapchat-ghost:before {
  content: "\f2ab"; }
.fa-snapchat-square:before {
  content: "\f2ad"; }
.fa-soundcloud:before {
  content: "\f1be"; }
.fa-sourcetree:before {
  content: "\f7d3"; }
.fa-speakap:before {
  content: "\f3f3"; }
.fa-speaker-deck:before {
  content: "\f83c"; }
.fa-spotify:before {
  content: "\f1bc"; }
.fa-square-font-awesome:before {
  content: "\f425"; }
.fa-square-font-awesome-stroke:before {
  content: "\f35c"; }
.fa-font-awesome-alt:before {
  content: "\f35c"; }
.fa-squarespace:before {
  content: "\f5be"; }
.fa-stack-exchange:before {
  content: "\f18d"; }
.fa-stack-overflow:before {
  content: "\f16c"; }
.fa-stackpath:before {
  content: "\f842"; }
.fa-staylinked:before {
  content: "\f3f5"; }
.fa-steam:before {
  content: "\f1b6"; }
.fa-steam-square:before {
  content: "\f1b7"; }
.fa-steam-symbol:before {
  content: "\f3f6"; }
.fa-sticker-mule:before {
  content: "\f3f7"; }
.fa-strava:before {
  content: "\f428"; }
.fa-stripe:before {
  content: "\f429"; }
.fa-stripe-s:before {
  content: "\f42a"; }
.fa-studiovinari:before {
  content: "\f3f8"; }
.fa-stumbleupon:before {
  content: "\f1a4"; }
.fa-stumbleupon-circle:before {
  content: "\f1a3"; }
.fa-superpowers:before {
  content: "\f2dd"; }
.fa-supple:before {
  content: "\f3f9"; }
.fa-suse:before {
  content: "\f7d6"; }
.fa-swift:before {
  content: "\f8e1"; }
.fa-symfony:before {
  content: "\f83d"; }
.fa-teamspeak:before {
  content: "\f4f9"; }
.fa-telegram:before {
  content: "\f2c6"; }
.fa-telegram-plane:before {
  content: "\f2c6"; }
.fa-tencent-weibo:before {
  content: "\f1d5"; }
.fa-the-red-yeti:before {
  content: "\f69d"; }
.fa-themeco:before {
  content: "\f5c6"; }
.fa-themeisle:before {
  content: "\f2b2"; }
.fa-think-peaks:before {
  content: "\f731"; }
.fa-tiktok:before {
  content: "\e07b"; }
.fa-trade-federation:before {
  content: "\f513"; }
.fa-trello:before {
  content: "\f181"; }
.fa-tumblr:before {
  content: "\f173"; }
.fa-tumblr-square:before {
  content: "\f174"; }
.fa-twitch:before {
  content: "\f1e8"; }
.fa-twitter:before {
  content: "\f099"; }
.fa-twitter-square:before {
  content: "\f081"; }
.fa-typo3:before {
  content: "\f42b"; }
.fa-uber:before {
  content: "\f402"; }
.fa-ubuntu:before {
  content: "\f7df"; }
.fa-uikit:before {
  content: "\f403"; }
.fa-umbraco:before {
  content: "\f8e8"; }
.fa-uncharted:before {
  content: "\e084"; }
.fa-uniregistry:before {
  content: "\f404"; }
.fa-unity:before {
  content: "\e049"; }
.fa-unsplash:before {
  content: "\e07c"; }
.fa-untappd:before {
  content: "\f405"; }
.fa-ups:before {
  content: "\f7e0"; }
.fa-usb:before {
  content: "\f287"; }
.fa-usps:before {
  content: "\f7e1"; }
.fa-ussunnah:before {
  content: "\f407"; }
.fa-vaadin:before {
  content: "\f408"; }
.fa-viacoin:before {
  content: "\f237"; }
.fa-viadeo:before {
  content: "\f2a9"; }
.fa-viadeo-square:before {
  content: "\f2aa"; }
.fa-viber:before {
  content: "\f409"; }
.fa-vimeo:before {
  content: "\f40a"; }
.fa-vimeo-square:before {
  content: "\f194"; }
.fa-vimeo-v:before {
  content: "\f27d"; }
.fa-vine:before {
  content: "\f1ca"; }
.fa-vk:before {
  content: "\f189"; }
.fa-vnv:before {
  content: "\f40b"; }
.fa-vuejs:before {
  content: "\f41f"; }
.fa-watchman-monitoring:before {
  content: "\e087"; }
.fa-waze:before {
  content: "\f83f"; }
.fa-weebly:before {
  content: "\f5cc"; }
.fa-weibo:before {
  content: "\f18a"; }
.fa-weixin:before {
  content: "\f1d7"; }
.fa-whatsapp:before {
  content: "\f232"; }
.fa-whatsapp-square:before {
  content: "\f40c"; }
.fa-whmcs:before {
  content: "\f40d"; }
.fa-wikipedia-w:before {
  content: "\f266"; }
.fa-windows:before {
  content: "\f17a"; }
.fa-wirsindhandwerk:before {
  content: "\e2d0"; }
.fa-wsh:before {
  content: "\e2d0"; }
.fa-wix:before {
  content: "\f5cf"; }
.fa-wizards-of-the-coast:before {
  content: "\f730"; }
.fa-wodu:before {
  content: "\e088"; }
.fa-wolf-pack-battalion:before {
  content: "\f514"; }
.fa-wordpress:before {
  content: "\f19a"; }
.fa-wordpress-simple:before {
  content: "\f411"; }
.fa-wpbeginner:before {
  content: "\f297"; }
.fa-wpexplorer:before {
  content: "\f2de"; }
.fa-wpforms:before {
  content: "\f298"; }
.fa-wpressr:before {
  content: "\f3e4"; }
.fa-xbox:before {
  content: "\f412"; }
.fa-xing:before {
  content: "\f168"; }
.fa-xing-square:before {
  content: "\f169"; }
.fa-y-combinator:before {
  content: "\f23b"; }
.fa-yahoo:before {
  content: "\f19e"; }
.fa-yammer:before {
  content: "\f840"; }
.fa-yandex:before {
  content: "\f413"; }
.fa-yandex-international:before {
  content: "\f414"; }
.fa-yarn:before {
  content: "\f7e3"; }
.fa-yelp:before {
  content: "\f1e9"; }
.fa-yoast:before {
  content: "\f2b1"; }
.fa-youtube:before {
  content: "\f167"; }
.fa-youtube-square:before {
  content: "\f431"; }
.fa-zhihu:before {
  content: "\f63f"; }
:root, :host {
  --fa-font-regular: normal 400 1em/1 "Font Awesome 6 Free"; }
@font-face {
  font-family: 'Font Awesome 6 Free';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url('fa-regular-400.2ffd018f0eda6f7b.woff2') format("woff2"), url('fa-regular-400.da02cb7e372f16a2.ttf') format("truetype"); }
.far,
.fa-regular {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }
:root, :host {
  --fa-font-solid: normal 900 1em/1 "Font Awesome 6 Free"; }
@font-face {
  font-family: 'Font Awesome 6 Free';
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url('fa-solid-900.40ddefd79fe7af45.woff2') format("woff2"), url('fa-solid-900.3a463ec33b4fe9f7.ttf') format("truetype"); }
.fas,
.fa-solid {
  font-family: 'Font Awesome 6 Free';
  font-weight: 900; }
@font-face {
  font-family: "Font Awesome 5 Brands";
  font-display: block;
  font-weight: 400;
  src: url('fa-brands-400.859fc3887485de84.woff2') format("woff2"), url('fa-brands-400.7fa789ab57acb632.ttf') format("truetype"); }
@font-face {
  font-family: "Font Awesome 5 Free";
  font-display: block;
  font-weight: 900;
  src: url('fa-solid-900.40ddefd79fe7af45.woff2') format("woff2"), url('fa-solid-900.3a463ec33b4fe9f7.ttf') format("truetype"); }
@font-face {
  font-family: "Font Awesome 5 Free";
  font-display: block;
  font-weight: 400;
  src: url('fa-regular-400.2ffd018f0eda6f7b.woff2') format("woff2"), url('fa-regular-400.da02cb7e372f16a2.ttf') format("truetype"); }
@font-face {
  font-family: "FontAwesome";
  font-display: block;
  src: url('fa-solid-900.40ddefd79fe7af45.woff2') format("woff2"), url('fa-solid-900.3a463ec33b4fe9f7.ttf') format("truetype"); }
@font-face {
  font-family: "FontAwesome";
  font-display: block;
  src: url('fa-brands-400.859fc3887485de84.woff2') format("woff2"), url('fa-brands-400.7fa789ab57acb632.ttf') format("truetype"); }
@font-face {
  font-family: "FontAwesome";
  font-display: block;
  src: url('fa-regular-400.2ffd018f0eda6f7b.woff2') format("woff2"), url('fa-regular-400.da02cb7e372f16a2.ttf') format("truetype");
  unicode-range: U+F003,U+F006,U+F014,U+F016-F017,U+F01A-F01B,U+F01D,U+F022,U+F03E,U+F044,U+F046,U+F05C-F05D,U+F06E,U+F070,U+F087-F088,U+F08A,U+F094,U+F096-F097,U+F09D,U+F0A0,U+F0A2,U+F0A4-F0A7,U+F0C5,U+F0C7,U+F0E5-F0E6,U+F0EB,U+F0F6-F0F8,U+F10C,U+F114-F115,U+F118-F11A,U+F11C-F11D,U+F133,U+F147,U+F14E,U+F150-F152,U+F185-F186,U+F18E,U+F190-F192,U+F196,U+F1C1-F1C9,U+F1D9,U+F1DB,U+F1E3,U+F1EA,U+F1F7,U+F1F9,U+F20A,U+F247-F248,U+F24A,U+F24D,U+F255-F25B,U+F25D,U+F271-F274,U+F278,U+F27B,U+F28C,U+F28E,U+F29C,U+F2B5,U+F2B7,U+F2BA,U+F2BC,U+F2BE,U+F2C0-F2C1,U+F2C3,U+F2D0,U+F2D2,U+F2D4,U+F2DC; }
@font-face {
  font-family: "FontAwesome";
  font-display: block;
  src: url('fa-v4compatibility.ee06c6f803f379bb.woff2') format("woff2"), url('fa-v4compatibility.924588dc97e66b08.ttf') format("truetype");
  unicode-range: U+F041,U+F047,U+F065-F066,U+F07D-F07E,U+F080,U+F08B,U+F08E,U+F090,U+F09A,U+F0AC,U+F0AE,U+F0B2,U+F0D0,U+F0D6,U+F0E4,U+F0EC,U+F10A-F10B,U+F123,U+F13E,U+F148-F149,U+F14C,U+F156,U+F15E,U+F160-F161,U+F163,U+F175-F178,U+F195,U+F1F8,U+F219,U+F250,U+F252,U+F27A; }

/*!********************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/material-design-icons-iconfont/dist/material-design-icons.css ***!
  \********************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url('MaterialIcons-Regular.4835719c5cad0589.eot');
  /* For IE6-8 */
  src: local("☺"), url('MaterialIcons-Regular.fc6b597816978750.woff2') format("woff2"), url('MaterialIcons-Regular.f852a2b61645d303.woff') format("woff"), url('MaterialIcons-Regular.c1d81adbcabba679.ttf') format("truetype"); }
.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: 'liga'; }
.material-icons._10k:before {
    content: "\e951"; }
.material-icons._10mp:before {
    content: "\e952"; }
.material-icons._11mp:before {
    content: "\e953"; }
.material-icons._12mp:before {
    content: "\e954"; }
.material-icons._13mp:before {
    content: "\e955"; }
.material-icons._14mp:before {
    content: "\e956"; }
.material-icons._15mp:before {
    content: "\e957"; }
.material-icons._16mp:before {
    content: "\e958"; }
.material-icons._17mp:before {
    content: "\e959"; }
.material-icons._18mp:before {
    content: "\e95a"; }
.material-icons._19mp:before {
    content: "\e95b"; }
.material-icons._1k:before {
    content: "\e95c"; }
.material-icons._1k_plus:before {
    content: "\e95d"; }
.material-icons._1x_mobiledata:before {
    content: "\efcd"; }
.material-icons._20mp:before {
    content: "\e95e"; }
.material-icons._21mp:before {
    content: "\e95f"; }
.material-icons._22mp:before {
    content: "\e960"; }
.material-icons._23mp:before {
    content: "\e961"; }
.material-icons._24mp:before {
    content: "\e962"; }
.material-icons._2k:before {
    content: "\e963"; }
.material-icons._2k_plus:before {
    content: "\e964"; }
.material-icons._2mp:before {
    content: "\e965"; }
.material-icons._30fps:before {
    content: "\efce"; }
.material-icons._30fps_select:before {
    content: "\efcf"; }
.material-icons._360:before {
    content: "\e577"; }
.material-icons._3d_rotation:before {
    content: "\e84d"; }
.material-icons._3g_mobiledata:before {
    content: "\efd0"; }
.material-icons._3k:before {
    content: "\e966"; }
.material-icons._3k_plus:before {
    content: "\e967"; }
.material-icons._3mp:before {
    content: "\e968"; }
.material-icons._3p:before {
    content: "\efd1"; }
.material-icons._4g_mobiledata:before {
    content: "\efd2"; }
.material-icons._4g_plus_mobiledata:before {
    content: "\efd3"; }
.material-icons._4k:before {
    content: "\e072"; }
.material-icons._4k_plus:before {
    content: "\e969"; }
.material-icons._4mp:before {
    content: "\e96a"; }
.material-icons._5g:before {
    content: "\ef38"; }
.material-icons._5k:before {
    content: "\e96b"; }
.material-icons._5k_plus:before {
    content: "\e96c"; }
.material-icons._5mp:before {
    content: "\e96d"; }
.material-icons._60fps:before {
    content: "\efd4"; }
.material-icons._60fps_select:before {
    content: "\efd5"; }
.material-icons._6_ft_apart:before {
    content: "\f21e"; }
.material-icons._6k:before {
    content: "\e96e"; }
.material-icons._6k_plus:before {
    content: "\e96f"; }
.material-icons._6mp:before {
    content: "\e970"; }
.material-icons._7k:before {
    content: "\e971"; }
.material-icons._7k_plus:before {
    content: "\e972"; }
.material-icons._7mp:before {
    content: "\e973"; }
.material-icons._8k:before {
    content: "\e974"; }
.material-icons._8k_plus:before {
    content: "\e975"; }
.material-icons._8mp:before {
    content: "\e976"; }
.material-icons._9k:before {
    content: "\e977"; }
.material-icons._9k_plus:before {
    content: "\e978"; }
.material-icons._9mp:before {
    content: "\e979"; }
.material-icons.ac_unit:before {
    content: "\eb3b"; }
.material-icons.access_alarm:before {
    content: "\e190"; }
.material-icons.access_alarms:before {
    content: "\e191"; }
.material-icons.access_time:before {
    content: "\e192"; }
.material-icons.access_time_filled:before {
    content: "\efd6"; }
.material-icons.accessibility:before {
    content: "\e84e"; }
.material-icons.accessibility_new:before {
    content: "\e92c"; }
.material-icons.accessible:before {
    content: "\e914"; }
.material-icons.accessible_forward:before {
    content: "\e934"; }
.material-icons.account_balance:before {
    content: "\e84f"; }
.material-icons.account_balance_wallet:before {
    content: "\e850"; }
.material-icons.account_box:before {
    content: "\e851"; }
.material-icons.account_circle:before {
    content: "\e853"; }
.material-icons.account_tree:before {
    content: "\e97a"; }
.material-icons.ad_units:before {
    content: "\ef39"; }
.material-icons.adb:before {
    content: "\e60e"; }
.material-icons.add:before {
    content: "\e145"; }
.material-icons.add_a_photo:before {
    content: "\e439"; }
.material-icons.add_alarm:before {
    content: "\e193"; }
.material-icons.add_alert:before {
    content: "\e003"; }
.material-icons.add_box:before {
    content: "\e146"; }
.material-icons.add_business:before {
    content: "\e729"; }
.material-icons.add_call:before {
    content: "\e0e8"; }
.material-icons.add_chart:before {
    content: "\e97b"; }
.material-icons.add_circle:before {
    content: "\e147"; }
.material-icons.add_circle_outline:before {
    content: "\e148"; }
.material-icons.add_comment:before {
    content: "\e266"; }
.material-icons.add_ic_call:before {
    content: "\e97c"; }
.material-icons.add_link:before {
    content: "\e178"; }
.material-icons.add_location:before {
    content: "\e567"; }
.material-icons.add_location_alt:before {
    content: "\ef3a"; }
.material-icons.add_moderator:before {
    content: "\e97d"; }
.material-icons.add_photo_alternate:before {
    content: "\e43e"; }
.material-icons.add_reaction:before {
    content: "\e1d3"; }
.material-icons.add_road:before {
    content: "\ef3b"; }
.material-icons.add_shopping_cart:before {
    content: "\e854"; }
.material-icons.add_task:before {
    content: "\f23a"; }
.material-icons.add_to_drive:before {
    content: "\e65c"; }
.material-icons.add_to_home_screen:before {
    content: "\e1fe"; }
.material-icons.add_to_photos:before {
    content: "\e39d"; }
.material-icons.add_to_queue:before {
    content: "\e05c"; }
.material-icons.addchart:before {
    content: "\ef3c"; }
.material-icons.adf_scanner:before {
    content: "\eada"; }
.material-icons.adjust:before {
    content: "\e39e"; }
.material-icons.admin_panel_settings:before {
    content: "\ef3d"; }
.material-icons.adobe:before {
    content: "\ea96"; }
.material-icons.ads_click:before {
    content: "\e762"; }
.material-icons.agriculture:before {
    content: "\ea79"; }
.material-icons.air:before {
    content: "\efd8"; }
.material-icons.airline_seat_flat:before {
    content: "\e630"; }
.material-icons.airline_seat_flat_angled:before {
    content: "\e631"; }
.material-icons.airline_seat_individual_suite:before {
    content: "\e632"; }
.material-icons.airline_seat_legroom_extra:before {
    content: "\e633"; }
.material-icons.airline_seat_legroom_normal:before {
    content: "\e634"; }
.material-icons.airline_seat_legroom_reduced:before {
    content: "\e635"; }
.material-icons.airline_seat_recline_extra:before {
    content: "\e636"; }
.material-icons.airline_seat_recline_normal:before {
    content: "\e637"; }
.material-icons.airline_stops:before {
    content: "\e7d0"; }
.material-icons.airlines:before {
    content: "\e7ca"; }
.material-icons.airplane_ticket:before {
    content: "\efd9"; }
.material-icons.airplanemode_active:before {
    content: "\e195"; }
.material-icons.airplanemode_inactive:before {
    content: "\e194"; }
.material-icons.airplanemode_off:before {
    content: "\e194"; }
.material-icons.airplanemode_on:before {
    content: "\e195"; }
.material-icons.airplay:before {
    content: "\e055"; }
.material-icons.airport_shuttle:before {
    content: "\eb3c"; }
.material-icons.alarm:before {
    content: "\e855"; }
.material-icons.alarm_add:before {
    content: "\e856"; }
.material-icons.alarm_off:before {
    content: "\e857"; }
.material-icons.alarm_on:before {
    content: "\e858"; }
.material-icons.album:before {
    content: "\e019"; }
.material-icons.align_horizontal_center:before {
    content: "\e00f"; }
.material-icons.align_horizontal_left:before {
    content: "\e00d"; }
.material-icons.align_horizontal_right:before {
    content: "\e010"; }
.material-icons.align_vertical_bottom:before {
    content: "\e015"; }
.material-icons.align_vertical_center:before {
    content: "\e011"; }
.material-icons.align_vertical_top:before {
    content: "\e00c"; }
.material-icons.all_inbox:before {
    content: "\e97f"; }
.material-icons.all_inclusive:before {
    content: "\eb3d"; }
.material-icons.all_out:before {
    content: "\e90b"; }
.material-icons.alt_route:before {
    content: "\f184"; }
.material-icons.alternate_email:before {
    content: "\e0e6"; }
.material-icons.amp_stories:before {
    content: "\ea13"; }
.material-icons.analytics:before {
    content: "\ef3e"; }
.material-icons.anchor:before {
    content: "\f1cd"; }
.material-icons.android:before {
    content: "\e859"; }
.material-icons.animation:before {
    content: "\e71c"; }
.material-icons.announcement:before {
    content: "\e85a"; }
.material-icons.aod:before {
    content: "\efda"; }
.material-icons.apartment:before {
    content: "\ea40"; }
.material-icons.api:before {
    content: "\f1b7"; }
.material-icons.app_blocking:before {
    content: "\ef3f"; }
.material-icons.app_registration:before {
    content: "\ef40"; }
.material-icons.app_settings_alt:before {
    content: "\ef41"; }
.material-icons.app_shortcut:before {
    content: "\eae4"; }
.material-icons.apple:before {
    content: "\ea80"; }
.material-icons.approval:before {
    content: "\e982"; }
.material-icons.apps:before {
    content: "\e5c3"; }
.material-icons.apps_outage:before {
    content: "\e7cc"; }
.material-icons.architecture:before {
    content: "\ea3b"; }
.material-icons.archive:before {
    content: "\e149"; }
.material-icons.area_chart:before {
    content: "\e770"; }
.material-icons.arrow_back:before {
    content: "\e5c4"; }
.material-icons.arrow_back_ios:before {
    content: "\e5e0"; }
.material-icons.arrow_back_ios_new:before {
    content: "\e2ea"; }
.material-icons.arrow_circle_down:before {
    content: "\f181"; }
.material-icons.arrow_circle_left:before {
    content: "\eaa7"; }
.material-icons.arrow_circle_right:before {
    content: "\eaaa"; }
.material-icons.arrow_circle_up:before {
    content: "\f182"; }
.material-icons.arrow_downward:before {
    content: "\e5db"; }
.material-icons.arrow_drop_down:before {
    content: "\e5c5"; }
.material-icons.arrow_drop_down_circle:before {
    content: "\e5c6"; }
.material-icons.arrow_drop_up:before {
    content: "\e5c7"; }
.material-icons.arrow_forward:before {
    content: "\e5c8"; }
.material-icons.arrow_forward_ios:before {
    content: "\e5e1"; }
.material-icons.arrow_left:before {
    content: "\e5de"; }
.material-icons.arrow_right:before {
    content: "\e5df"; }
.material-icons.arrow_right_alt:before {
    content: "\e941"; }
.material-icons.arrow_upward:before {
    content: "\e5d8"; }
.material-icons.art_track:before {
    content: "\e060"; }
.material-icons.article:before {
    content: "\ef42"; }
.material-icons.aspect_ratio:before {
    content: "\e85b"; }
.material-icons.assessment:before {
    content: "\e85c"; }
.material-icons.assignment:before {
    content: "\e85d"; }
.material-icons.assignment_ind:before {
    content: "\e85e"; }
.material-icons.assignment_late:before {
    content: "\e85f"; }
.material-icons.assignment_return:before {
    content: "\e860"; }
.material-icons.assignment_returned:before {
    content: "\e861"; }
.material-icons.assignment_turned_in:before {
    content: "\e862"; }
.material-icons.assistant:before {
    content: "\e39f"; }
.material-icons.assistant_direction:before {
    content: "\e988"; }
.material-icons.assistant_navigation:before {
    content: "\e989"; }
.material-icons.assistant_photo:before {
    content: "\e3a0"; }
.material-icons.assured_workload:before {
    content: "\eb6f"; }
.material-icons.atm:before {
    content: "\e573"; }
.material-icons.attach_email:before {
    content: "\ea5e"; }
.material-icons.attach_file:before {
    content: "\e226"; }
.material-icons.attach_money:before {
    content: "\e227"; }
.material-icons.attachment:before {
    content: "\e2bc"; }
.material-icons.attractions:before {
    content: "\ea52"; }
.material-icons.attribution:before {
    content: "\efdb"; }
.material-icons.audiotrack:before {
    content: "\e3a1"; }
.material-icons.auto_awesome:before {
    content: "\e65f"; }
.material-icons.auto_awesome_mosaic:before {
    content: "\e660"; }
.material-icons.auto_awesome_motion:before {
    content: "\e661"; }
.material-icons.auto_delete:before {
    content: "\ea4c"; }
.material-icons.auto_fix_high:before {
    content: "\e663"; }
.material-icons.auto_fix_normal:before {
    content: "\e664"; }
.material-icons.auto_fix_off:before {
    content: "\e665"; }
.material-icons.auto_graph:before {
    content: "\e4fb"; }
.material-icons.auto_stories:before {
    content: "\e666"; }
.material-icons.autofps_select:before {
    content: "\efdc"; }
.material-icons.autorenew:before {
    content: "\e863"; }
.material-icons.av_timer:before {
    content: "\e01b"; }
.material-icons.baby_changing_station:before {
    content: "\f19b"; }
.material-icons.back_hand:before {
    content: "\e764"; }
.material-icons.backpack:before {
    content: "\f19c"; }
.material-icons.backspace:before {
    content: "\e14a"; }
.material-icons.backup:before {
    content: "\e864"; }
.material-icons.backup_table:before {
    content: "\ef43"; }
.material-icons.badge:before {
    content: "\ea67"; }
.material-icons.bakery_dining:before {
    content: "\ea53"; }
.material-icons.balance:before {
    content: "\eaf6"; }
.material-icons.balcony:before {
    content: "\e58f"; }
.material-icons.ballot:before {
    content: "\e172"; }
.material-icons.bar_chart:before {
    content: "\e26b"; }
.material-icons.batch_prediction:before {
    content: "\f0f5"; }
.material-icons.bathroom:before {
    content: "\efdd"; }
.material-icons.bathtub:before {
    content: "\ea41"; }
.material-icons.battery_alert:before {
    content: "\e19c"; }
.material-icons.battery_charging_full:before {
    content: "\e1a3"; }
.material-icons.battery_full:before {
    content: "\e1a4"; }
.material-icons.battery_saver:before {
    content: "\efde"; }
.material-icons.battery_std:before {
    content: "\e1a5"; }
.material-icons.battery_unknown:before {
    content: "\e1a6"; }
.material-icons.beach_access:before {
    content: "\eb3e"; }
.material-icons.bed:before {
    content: "\efdf"; }
.material-icons.bedroom_baby:before {
    content: "\efe0"; }
.material-icons.bedroom_child:before {
    content: "\efe1"; }
.material-icons.bedroom_parent:before {
    content: "\efe2"; }
.material-icons.bedtime:before {
    content: "\ef44"; }
.material-icons.bedtime_off:before {
    content: "\eb76"; }
.material-icons.beenhere:before {
    content: "\e52d"; }
.material-icons.bento:before {
    content: "\f1f4"; }
.material-icons.bike_scooter:before {
    content: "\ef45"; }
.material-icons.biotech:before {
    content: "\ea3a"; }
.material-icons.blender:before {
    content: "\efe3"; }
.material-icons.block:before {
    content: "\e14b"; }
.material-icons.block_flipped:before {
    content: "\ef46"; }
.material-icons.bloodtype:before {
    content: "\efe4"; }
.material-icons.bluetooth:before {
    content: "\e1a7"; }
.material-icons.bluetooth_audio:before {
    content: "\e60f"; }
.material-icons.bluetooth_connected:before {
    content: "\e1a8"; }
.material-icons.bluetooth_disabled:before {
    content: "\e1a9"; }
.material-icons.bluetooth_drive:before {
    content: "\efe5"; }
.material-icons.bluetooth_searching:before {
    content: "\e1aa"; }
.material-icons.blur_circular:before {
    content: "\e3a2"; }
.material-icons.blur_linear:before {
    content: "\e3a3"; }
.material-icons.blur_off:before {
    content: "\e3a4"; }
.material-icons.blur_on:before {
    content: "\e3a5"; }
.material-icons.bolt:before {
    content: "\ea0b"; }
.material-icons.book:before {
    content: "\e865"; }
.material-icons.book_online:before {
    content: "\f217"; }
.material-icons.bookmark:before {
    content: "\e866"; }
.material-icons.bookmark_add:before {
    content: "\e598"; }
.material-icons.bookmark_added:before {
    content: "\e599"; }
.material-icons.bookmark_border:before {
    content: "\e867"; }
.material-icons.bookmark_outline:before {
    content: "\e867"; }
.material-icons.bookmark_remove:before {
    content: "\e59a"; }
.material-icons.bookmarks:before {
    content: "\e98b"; }
.material-icons.border_all:before {
    content: "\e228"; }
.material-icons.border_bottom:before {
    content: "\e229"; }
.material-icons.border_clear:before {
    content: "\e22a"; }
.material-icons.border_color:before {
    content: "\e22b"; }
.material-icons.border_horizontal:before {
    content: "\e22c"; }
.material-icons.border_inner:before {
    content: "\e22d"; }
.material-icons.border_left:before {
    content: "\e22e"; }
.material-icons.border_outer:before {
    content: "\e22f"; }
.material-icons.border_right:before {
    content: "\e230"; }
.material-icons.border_style:before {
    content: "\e231"; }
.material-icons.border_top:before {
    content: "\e232"; }
.material-icons.border_vertical:before {
    content: "\e233"; }
.material-icons.boy:before {
    content: "\eb67"; }
.material-icons.branding_watermark:before {
    content: "\e06b"; }
.material-icons.breakfast_dining:before {
    content: "\ea54"; }
.material-icons.brightness_1:before {
    content: "\e3a6"; }
.material-icons.brightness_2:before {
    content: "\e3a7"; }
.material-icons.brightness_3:before {
    content: "\e3a8"; }
.material-icons.brightness_4:before {
    content: "\e3a9"; }
.material-icons.brightness_5:before {
    content: "\e3aa"; }
.material-icons.brightness_6:before {
    content: "\e3ab"; }
.material-icons.brightness_7:before {
    content: "\e3ac"; }
.material-icons.brightness_auto:before {
    content: "\e1ab"; }
.material-icons.brightness_high:before {
    content: "\e1ac"; }
.material-icons.brightness_low:before {
    content: "\e1ad"; }
.material-icons.brightness_medium:before {
    content: "\e1ae"; }
.material-icons.broken_image:before {
    content: "\e3ad"; }
.material-icons.browser_not_supported:before {
    content: "\ef47"; }
.material-icons.browser_updated:before {
    content: "\e7cf"; }
.material-icons.brunch_dining:before {
    content: "\ea73"; }
.material-icons.brush:before {
    content: "\e3ae"; }
.material-icons.bubble_chart:before {
    content: "\e6dd"; }
.material-icons.bug_report:before {
    content: "\e868"; }
.material-icons.build:before {
    content: "\e869"; }
.material-icons.build_circle:before {
    content: "\ef48"; }
.material-icons.bungalow:before {
    content: "\e591"; }
.material-icons.burst_mode:before {
    content: "\e43c"; }
.material-icons.bus_alert:before {
    content: "\e98f"; }
.material-icons.business:before {
    content: "\e0af"; }
.material-icons.business_center:before {
    content: "\eb3f"; }
.material-icons.cabin:before {
    content: "\e589"; }
.material-icons.cable:before {
    content: "\efe6"; }
.material-icons.cached:before {
    content: "\e86a"; }
.material-icons.cake:before {
    content: "\e7e9"; }
.material-icons.calculate:before {
    content: "\ea5f"; }
.material-icons.calendar_today:before {
    content: "\e935"; }
.material-icons.calendar_view_day:before {
    content: "\e936"; }
.material-icons.calendar_view_month:before {
    content: "\efe7"; }
.material-icons.calendar_view_week:before {
    content: "\efe8"; }
.material-icons.call:before {
    content: "\e0b0"; }
.material-icons.call_end:before {
    content: "\e0b1"; }
.material-icons.call_made:before {
    content: "\e0b2"; }
.material-icons.call_merge:before {
    content: "\e0b3"; }
.material-icons.call_missed:before {
    content: "\e0b4"; }
.material-icons.call_missed_outgoing:before {
    content: "\e0e4"; }
.material-icons.call_received:before {
    content: "\e0b5"; }
.material-icons.call_split:before {
    content: "\e0b6"; }
.material-icons.call_to_action:before {
    content: "\e06c"; }
.material-icons.camera:before {
    content: "\e3af"; }
.material-icons.camera_alt:before {
    content: "\e3b0"; }
.material-icons.camera_enhance:before {
    content: "\e8fc"; }
.material-icons.camera_front:before {
    content: "\e3b1"; }
.material-icons.camera_indoor:before {
    content: "\efe9"; }
.material-icons.camera_outdoor:before {
    content: "\efea"; }
.material-icons.camera_rear:before {
    content: "\e3b2"; }
.material-icons.camera_roll:before {
    content: "\e3b3"; }
.material-icons.cameraswitch:before {
    content: "\efeb"; }
.material-icons.campaign:before {
    content: "\ef49"; }
.material-icons.cancel:before {
    content: "\e5c9"; }
.material-icons.cancel_presentation:before {
    content: "\e0e9"; }
.material-icons.cancel_schedule_send:before {
    content: "\ea39"; }
.material-icons.candlestick_chart:before {
    content: "\ead4"; }
.material-icons.car_rental:before {
    content: "\ea55"; }
.material-icons.car_repair:before {
    content: "\ea56"; }
.material-icons.card_giftcard:before {
    content: "\e8f6"; }
.material-icons.card_membership:before {
    content: "\e8f7"; }
.material-icons.card_travel:before {
    content: "\e8f8"; }
.material-icons.carpenter:before {
    content: "\f1f8"; }
.material-icons.cases:before {
    content: "\e992"; }
.material-icons.casino:before {
    content: "\eb40"; }
.material-icons.cast:before {
    content: "\e307"; }
.material-icons.cast_connected:before {
    content: "\e308"; }
.material-icons.cast_for_education:before {
    content: "\efec"; }
.material-icons.castle:before {
    content: "\eab1"; }
.material-icons.catching_pokemon:before {
    content: "\e508"; }
.material-icons.category:before {
    content: "\e574"; }
.material-icons.celebration:before {
    content: "\ea65"; }
.material-icons.cell_wifi:before {
    content: "\e0ec"; }
.material-icons.center_focus_strong:before {
    content: "\e3b4"; }
.material-icons.center_focus_weak:before {
    content: "\e3b5"; }
.material-icons.chair:before {
    content: "\efed"; }
.material-icons.chair_alt:before {
    content: "\efee"; }
.material-icons.chalet:before {
    content: "\e585"; }
.material-icons.change_circle:before {
    content: "\e2e7"; }
.material-icons.change_history:before {
    content: "\e86b"; }
.material-icons.charging_station:before {
    content: "\f19d"; }
.material-icons.chat:before {
    content: "\e0b7"; }
.material-icons.chat_bubble:before {
    content: "\e0ca"; }
.material-icons.chat_bubble_outline:before {
    content: "\e0cb"; }
.material-icons.check:before {
    content: "\e5ca"; }
.material-icons.check_box:before {
    content: "\e834"; }
.material-icons.check_box_outline_blank:before {
    content: "\e835"; }
.material-icons.check_circle:before {
    content: "\e86c"; }
.material-icons.check_circle_outline:before {
    content: "\e92d"; }
.material-icons.checklist:before {
    content: "\e6b1"; }
.material-icons.checklist_rtl:before {
    content: "\e6b3"; }
.material-icons.checkroom:before {
    content: "\f19e"; }
.material-icons.chevron_left:before {
    content: "\e5cb"; }
.material-icons.chevron_right:before {
    content: "\e5cc"; }
.material-icons.child_care:before {
    content: "\eb41"; }
.material-icons.child_friendly:before {
    content: "\eb42"; }
.material-icons.chrome_reader_mode:before {
    content: "\e86d"; }
.material-icons.church:before {
    content: "\eaae"; }
.material-icons.circle:before {
    content: "\ef4a"; }
.material-icons.circle_notifications:before {
    content: "\e994"; }
.material-icons.class:before {
    content: "\e86e"; }
.material-icons.clean_hands:before {
    content: "\f21f"; }
.material-icons.cleaning_services:before {
    content: "\f0ff"; }
.material-icons.clear:before {
    content: "\e14c"; }
.material-icons.clear_all:before {
    content: "\e0b8"; }
.material-icons.close:before {
    content: "\e5cd"; }
.material-icons.close_fullscreen:before {
    content: "\f1cf"; }
.material-icons.closed_caption:before {
    content: "\e01c"; }
.material-icons.closed_caption_disabled:before {
    content: "\f1dc"; }
.material-icons.closed_caption_off:before {
    content: "\e996"; }
.material-icons.cloud:before {
    content: "\e2bd"; }
.material-icons.cloud_circle:before {
    content: "\e2be"; }
.material-icons.cloud_done:before {
    content: "\e2bf"; }
.material-icons.cloud_download:before {
    content: "\e2c0"; }
.material-icons.cloud_off:before {
    content: "\e2c1"; }
.material-icons.cloud_queue:before {
    content: "\e2c2"; }
.material-icons.cloud_sync:before {
    content: "\eb5a"; }
.material-icons.cloud_upload:before {
    content: "\e2c3"; }
.material-icons.cloudy_snowing:before {
    content: "\e810"; }
.material-icons.co2:before {
    content: "\e7b0"; }
.material-icons.co_present:before {
    content: "\eaf0"; }
.material-icons.code:before {
    content: "\e86f"; }
.material-icons.code_off:before {
    content: "\e4f3"; }
.material-icons.coffee:before {
    content: "\efef"; }
.material-icons.coffee_maker:before {
    content: "\eff0"; }
.material-icons.collections:before {
    content: "\e3b6"; }
.material-icons.collections_bookmark:before {
    content: "\e431"; }
.material-icons.color_lens:before {
    content: "\e3b7"; }
.material-icons.colorize:before {
    content: "\e3b8"; }
.material-icons.comment:before {
    content: "\e0b9"; }
.material-icons.comment_bank:before {
    content: "\ea4e"; }
.material-icons.comments_disabled:before {
    content: "\e7a2"; }
.material-icons.commit:before {
    content: "\eaf5"; }
.material-icons.commute:before {
    content: "\e940"; }
.material-icons.compare:before {
    content: "\e3b9"; }
.material-icons.compare_arrows:before {
    content: "\e915"; }
.material-icons.compass_calibration:before {
    content: "\e57c"; }
.material-icons.compost:before {
    content: "\e761"; }
.material-icons.compress:before {
    content: "\e94d"; }
.material-icons.computer:before {
    content: "\e30a"; }
.material-icons.confirmation_num:before {
    content: "\e638"; }
.material-icons.confirmation_number:before {
    content: "\e638"; }
.material-icons.connect_without_contact:before {
    content: "\f223"; }
.material-icons.connected_tv:before {
    content: "\e998"; }
.material-icons.connecting_airports:before {
    content: "\e7c9"; }
.material-icons.construction:before {
    content: "\ea3c"; }
.material-icons.contact_mail:before {
    content: "\e0d0"; }
.material-icons.contact_page:before {
    content: "\f22e"; }
.material-icons.contact_phone:before {
    content: "\e0cf"; }
.material-icons.contact_support:before {
    content: "\e94c"; }
.material-icons.contactless:before {
    content: "\ea71"; }
.material-icons.contacts:before {
    content: "\e0ba"; }
.material-icons.content_copy:before {
    content: "\e14d"; }
.material-icons.content_cut:before {
    content: "\e14e"; }
.material-icons.content_paste:before {
    content: "\e14f"; }
.material-icons.content_paste_go:before {
    content: "\ea8e"; }
.material-icons.content_paste_off:before {
    content: "\e4f8"; }
.material-icons.content_paste_search:before {
    content: "\ea9b"; }
.material-icons.contrast:before {
    content: "\eb37"; }
.material-icons.control_camera:before {
    content: "\e074"; }
.material-icons.control_point:before {
    content: "\e3ba"; }
.material-icons.control_point_duplicate:before {
    content: "\e3bb"; }
.material-icons.cookie:before {
    content: "\eaac"; }
.material-icons.copy_all:before {
    content: "\e2ec"; }
.material-icons.copyright:before {
    content: "\e90c"; }
.material-icons.coronavirus:before {
    content: "\f221"; }
.material-icons.corporate_fare:before {
    content: "\f1d0"; }
.material-icons.cottage:before {
    content: "\e587"; }
.material-icons.countertops:before {
    content: "\f1f7"; }
.material-icons.create:before {
    content: "\e150"; }
.material-icons.create_new_folder:before {
    content: "\e2cc"; }
.material-icons.credit_card:before {
    content: "\e870"; }
.material-icons.credit_card_off:before {
    content: "\e4f4"; }
.material-icons.credit_score:before {
    content: "\eff1"; }
.material-icons.crib:before {
    content: "\e588"; }
.material-icons.crop:before {
    content: "\e3be"; }
.material-icons.crop_16_9:before {
    content: "\e3bc"; }
.material-icons.crop_3_2:before {
    content: "\e3bd"; }
.material-icons.crop_5_4:before {
    content: "\e3bf"; }
.material-icons.crop_7_5:before {
    content: "\e3c0"; }
.material-icons.crop_din:before {
    content: "\e3c1"; }
.material-icons.crop_free:before {
    content: "\e3c2"; }
.material-icons.crop_landscape:before {
    content: "\e3c3"; }
.material-icons.crop_original:before {
    content: "\e3c4"; }
.material-icons.crop_portrait:before {
    content: "\e3c5"; }
.material-icons.crop_rotate:before {
    content: "\e437"; }
.material-icons.crop_square:before {
    content: "\e3c6"; }
.material-icons.cruelty_free:before {
    content: "\e799"; }
.material-icons.currency_exchange:before {
    content: "\eb70"; }
.material-icons.currency_franc:before {
    content: "\eafa"; }
.material-icons.currency_lira:before {
    content: "\eaef"; }
.material-icons.currency_pound:before {
    content: "\eaf1"; }
.material-icons.currency_ruble:before {
    content: "\eaec"; }
.material-icons.currency_rupee:before {
    content: "\eaf7"; }
.material-icons.currency_yen:before {
    content: "\eafb"; }
.material-icons.currency_yuan:before {
    content: "\eaf9"; }
.material-icons.dangerous:before {
    content: "\e99a"; }
.material-icons.dark_mode:before {
    content: "\e51c"; }
.material-icons.dashboard:before {
    content: "\e871"; }
.material-icons.dashboard_customize:before {
    content: "\e99b"; }
.material-icons.data_array:before {
    content: "\ead1"; }
.material-icons.data_exploration:before {
    content: "\e76f"; }
.material-icons.data_object:before {
    content: "\ead3"; }
.material-icons.data_saver_off:before {
    content: "\eff2"; }
.material-icons.data_saver_on:before {
    content: "\eff3"; }
.material-icons.data_usage:before {
    content: "\e1af"; }
.material-icons.date_range:before {
    content: "\e916"; }
.material-icons.deblur:before {
    content: "\eb77"; }
.material-icons.deck:before {
    content: "\ea42"; }
.material-icons.dehaze:before {
    content: "\e3c7"; }
.material-icons.delete:before {
    content: "\e872"; }
.material-icons.delete_forever:before {
    content: "\e92b"; }
.material-icons.delete_outline:before {
    content: "\e92e"; }
.material-icons.delete_sweep:before {
    content: "\e16c"; }
.material-icons.delivery_dining:before {
    content: "\ea72"; }
.material-icons.departure_board:before {
    content: "\e576"; }
.material-icons.description:before {
    content: "\e873"; }
.material-icons.design_services:before {
    content: "\f10a"; }
.material-icons.desktop_access_disabled:before {
    content: "\e99d"; }
.material-icons.desktop_mac:before {
    content: "\e30b"; }
.material-icons.desktop_windows:before {
    content: "\e30c"; }
.material-icons.details:before {
    content: "\e3c8"; }
.material-icons.developer_board:before {
    content: "\e30d"; }
.material-icons.developer_board_off:before {
    content: "\e4ff"; }
.material-icons.developer_mode:before {
    content: "\e1b0"; }
.material-icons.device_hub:before {
    content: "\e335"; }
.material-icons.device_thermostat:before {
    content: "\e1ff"; }
.material-icons.device_unknown:before {
    content: "\e339"; }
.material-icons.devices:before {
    content: "\e1b1"; }
.material-icons.devices_other:before {
    content: "\e337"; }
.material-icons.dialer_sip:before {
    content: "\e0bb"; }
.material-icons.dialpad:before {
    content: "\e0bc"; }
.material-icons.diamond:before {
    content: "\ead5"; }
.material-icons.dining:before {
    content: "\eff4"; }
.material-icons.dinner_dining:before {
    content: "\ea57"; }
.material-icons.directions:before {
    content: "\e52e"; }
.material-icons.directions_bike:before {
    content: "\e52f"; }
.material-icons.directions_boat:before {
    content: "\e532"; }
.material-icons.directions_boat_filled:before {
    content: "\eff5"; }
.material-icons.directions_bus:before {
    content: "\e530"; }
.material-icons.directions_bus_filled:before {
    content: "\eff6"; }
.material-icons.directions_car:before {
    content: "\e531"; }
.material-icons.directions_car_filled:before {
    content: "\eff7"; }
.material-icons.directions_ferry:before {
    content: "\e532"; }
.material-icons.directions_off:before {
    content: "\f10f"; }
.material-icons.directions_railway:before {
    content: "\e534"; }
.material-icons.directions_railway_filled:before {
    content: "\eff8"; }
.material-icons.directions_run:before {
    content: "\e566"; }
.material-icons.directions_subway:before {
    content: "\e533"; }
.material-icons.directions_subway_filled:before {
    content: "\eff9"; }
.material-icons.directions_train:before {
    content: "\e534"; }
.material-icons.directions_transit:before {
    content: "\e535"; }
.material-icons.directions_transit_filled:before {
    content: "\effa"; }
.material-icons.directions_walk:before {
    content: "\e536"; }
.material-icons.dirty_lens:before {
    content: "\ef4b"; }
.material-icons.disabled_by_default:before {
    content: "\f230"; }
.material-icons.disabled_visible:before {
    content: "\e76e"; }
.material-icons.disc_full:before {
    content: "\e610"; }
.material-icons.discord:before {
    content: "\ea6c"; }
.material-icons.dnd_forwardslash:before {
    content: "\e611"; }
.material-icons.dns:before {
    content: "\e875"; }
.material-icons.do_disturb:before {
    content: "\f08c"; }
.material-icons.do_disturb_alt:before {
    content: "\f08d"; }
.material-icons.do_disturb_off:before {
    content: "\f08e"; }
.material-icons.do_disturb_on:before {
    content: "\f08f"; }
.material-icons.do_not_disturb:before {
    content: "\e612"; }
.material-icons.do_not_disturb_alt:before {
    content: "\e611"; }
.material-icons.do_not_disturb_off:before {
    content: "\e643"; }
.material-icons.do_not_disturb_on:before {
    content: "\e644"; }
.material-icons.do_not_disturb_on_total_silence:before {
    content: "\effb"; }
.material-icons.do_not_step:before {
    content: "\f19f"; }
.material-icons.do_not_touch:before {
    content: "\f1b0"; }
.material-icons.dock:before {
    content: "\e30e"; }
.material-icons.document_scanner:before {
    content: "\e5fa"; }
.material-icons.domain:before {
    content: "\e7ee"; }
.material-icons.domain_add:before {
    content: "\eb62"; }
.material-icons.domain_disabled:before {
    content: "\e0ef"; }
.material-icons.domain_verification:before {
    content: "\ef4c"; }
.material-icons.done:before {
    content: "\e876"; }
.material-icons.done_all:before {
    content: "\e877"; }
.material-icons.done_outline:before {
    content: "\e92f"; }
.material-icons.donut_large:before {
    content: "\e917"; }
.material-icons.donut_small:before {
    content: "\e918"; }
.material-icons.door_back:before {
    content: "\effc"; }
.material-icons.door_front:before {
    content: "\effd"; }
.material-icons.door_sliding:before {
    content: "\effe"; }
.material-icons.doorbell:before {
    content: "\efff"; }
.material-icons.double_arrow:before {
    content: "\ea50"; }
.material-icons.downhill_skiing:before {
    content: "\e509"; }
.material-icons.download:before {
    content: "\f090"; }
.material-icons.download_done:before {
    content: "\f091"; }
.material-icons.download_for_offline:before {
    content: "\f000"; }
.material-icons.downloading:before {
    content: "\f001"; }
.material-icons.drafts:before {
    content: "\e151"; }
.material-icons.drag_handle:before {
    content: "\e25d"; }
.material-icons.drag_indicator:before {
    content: "\e945"; }
.material-icons.draw:before {
    content: "\e746"; }
.material-icons.drive_eta:before {
    content: "\e613"; }
.material-icons.drive_file_move:before {
    content: "\e675"; }
.material-icons.drive_file_move_outline:before {
    content: "\e9a1"; }
.material-icons.drive_file_move_rtl:before {
    content: "\e76d"; }
.material-icons.drive_file_rename_outline:before {
    content: "\e9a2"; }
.material-icons.drive_folder_upload:before {
    content: "\e9a3"; }
.material-icons.dry:before {
    content: "\f1b3"; }
.material-icons.dry_cleaning:before {
    content: "\ea58"; }
.material-icons.duo:before {
    content: "\e9a5"; }
.material-icons.dvr:before {
    content: "\e1b2"; }
.material-icons.dynamic_feed:before {
    content: "\ea14"; }
.material-icons.dynamic_form:before {
    content: "\f1bf"; }
.material-icons.e_mobiledata:before {
    content: "\f002"; }
.material-icons.earbuds:before {
    content: "\f003"; }
.material-icons.earbuds_battery:before {
    content: "\f004"; }
.material-icons.east:before {
    content: "\f1df"; }
.material-icons.eco:before {
    content: "\ea35"; }
.material-icons.edgesensor_high:before {
    content: "\f005"; }
.material-icons.edgesensor_low:before {
    content: "\f006"; }
.material-icons.edit:before {
    content: "\e3c9"; }
.material-icons.edit_attributes:before {
    content: "\e578"; }
.material-icons.edit_calendar:before {
    content: "\e742"; }
.material-icons.edit_location:before {
    content: "\e568"; }
.material-icons.edit_location_alt:before {
    content: "\e1c5"; }
.material-icons.edit_note:before {
    content: "\e745"; }
.material-icons.edit_notifications:before {
    content: "\e525"; }
.material-icons.edit_off:before {
    content: "\e950"; }
.material-icons.edit_road:before {
    content: "\ef4d"; }
.material-icons.egg:before {
    content: "\eacc"; }
.material-icons.egg_alt:before {
    content: "\eac8"; }
.material-icons.eject:before {
    content: "\e8fb"; }
.material-icons.elderly:before {
    content: "\f21a"; }
.material-icons.elderly_woman:before {
    content: "\eb69"; }
.material-icons.electric_bike:before {
    content: "\eb1b"; }
.material-icons.electric_car:before {
    content: "\eb1c"; }
.material-icons.electric_moped:before {
    content: "\eb1d"; }
.material-icons.electric_rickshaw:before {
    content: "\eb1e"; }
.material-icons.electric_scooter:before {
    content: "\eb1f"; }
.material-icons.electrical_services:before {
    content: "\f102"; }
.material-icons.elevator:before {
    content: "\f1a0"; }
.material-icons.email:before {
    content: "\e0be"; }
.material-icons.emergency:before {
    content: "\e1eb"; }
.material-icons.emoji_emotions:before {
    content: "\ea22"; }
.material-icons.emoji_events:before {
    content: "\ea23"; }
.material-icons.emoji_flags:before {
    content: "\ea1a"; }
.material-icons.emoji_food_beverage:before {
    content: "\ea1b"; }
.material-icons.emoji_nature:before {
    content: "\ea1c"; }
.material-icons.emoji_objects:before {
    content: "\ea24"; }
.material-icons.emoji_people:before {
    content: "\ea1d"; }
.material-icons.emoji_symbols:before {
    content: "\ea1e"; }
.material-icons.emoji_transportation:before {
    content: "\ea1f"; }
.material-icons.engineering:before {
    content: "\ea3d"; }
.material-icons.enhance_photo_translate:before {
    content: "\e8fc"; }
.material-icons.enhanced_encryption:before {
    content: "\e63f"; }
.material-icons.equalizer:before {
    content: "\e01d"; }
.material-icons.error:before {
    content: "\e000"; }
.material-icons.error_outline:before {
    content: "\e001"; }
.material-icons.escalator:before {
    content: "\f1a1"; }
.material-icons.escalator_warning:before {
    content: "\f1ac"; }
.material-icons.euro:before {
    content: "\ea15"; }
.material-icons.euro_symbol:before {
    content: "\e926"; }
.material-icons.ev_station:before {
    content: "\e56d"; }
.material-icons.event:before {
    content: "\e878"; }
.material-icons.event_available:before {
    content: "\e614"; }
.material-icons.event_busy:before {
    content: "\e615"; }
.material-icons.event_note:before {
    content: "\e616"; }
.material-icons.event_seat:before {
    content: "\e903"; }
.material-icons.exit_to_app:before {
    content: "\e879"; }
.material-icons.expand:before {
    content: "\e94f"; }
.material-icons.expand_circle_down:before {
    content: "\e7cd"; }
.material-icons.expand_less:before {
    content: "\e5ce"; }
.material-icons.expand_more:before {
    content: "\e5cf"; }
.material-icons.explicit:before {
    content: "\e01e"; }
.material-icons.explore:before {
    content: "\e87a"; }
.material-icons.explore_off:before {
    content: "\e9a8"; }
.material-icons.exposure:before {
    content: "\e3ca"; }
.material-icons.exposure_minus_1:before {
    content: "\e3cb"; }
.material-icons.exposure_minus_2:before {
    content: "\e3cc"; }
.material-icons.exposure_neg_1:before {
    content: "\e3cb"; }
.material-icons.exposure_neg_2:before {
    content: "\e3cc"; }
.material-icons.exposure_plus_1:before {
    content: "\e3cd"; }
.material-icons.exposure_plus_2:before {
    content: "\e3ce"; }
.material-icons.exposure_zero:before {
    content: "\e3cf"; }
.material-icons.extension:before {
    content: "\e87b"; }
.material-icons.extension_off:before {
    content: "\e4f5"; }
.material-icons.face:before {
    content: "\e87c"; }
.material-icons.face_retouching_natural:before {
    content: "\ef4e"; }
.material-icons.face_retouching_off:before {
    content: "\f007"; }
.material-icons.facebook:before {
    content: "\f234"; }
.material-icons.fact_check:before {
    content: "\f0c5"; }
.material-icons.family_restroom:before {
    content: "\f1a2"; }
.material-icons.fast_forward:before {
    content: "\e01f"; }
.material-icons.fast_rewind:before {
    content: "\e020"; }
.material-icons.fastfood:before {
    content: "\e57a"; }
.material-icons.favorite:before {
    content: "\e87d"; }
.material-icons.favorite_border:before {
    content: "\e87e"; }
.material-icons.favorite_outline:before {
    content: "\e87e"; }
.material-icons.fax:before {
    content: "\ead8"; }
.material-icons.featured_play_list:before {
    content: "\e06d"; }
.material-icons.featured_video:before {
    content: "\e06e"; }
.material-icons.feed:before {
    content: "\f009"; }
.material-icons.feedback:before {
    content: "\e87f"; }
.material-icons.female:before {
    content: "\e590"; }
.material-icons.fence:before {
    content: "\f1f6"; }
.material-icons.festival:before {
    content: "\ea68"; }
.material-icons.fiber_dvr:before {
    content: "\e05d"; }
.material-icons.fiber_manual_record:before {
    content: "\e061"; }
.material-icons.fiber_new:before {
    content: "\e05e"; }
.material-icons.fiber_pin:before {
    content: "\e06a"; }
.material-icons.fiber_smart_record:before {
    content: "\e062"; }
.material-icons.file_copy:before {
    content: "\e173"; }
.material-icons.file_download:before {
    content: "\e2c4"; }
.material-icons.file_download_done:before {
    content: "\e9aa"; }
.material-icons.file_download_off:before {
    content: "\e4fe"; }
.material-icons.file_open:before {
    content: "\eaf3"; }
.material-icons.file_present:before {
    content: "\ea0e"; }
.material-icons.file_upload:before {
    content: "\e2c6"; }
.material-icons.filter:before {
    content: "\e3d3"; }
.material-icons.filter_1:before {
    content: "\e3d0"; }
.material-icons.filter_2:before {
    content: "\e3d1"; }
.material-icons.filter_3:before {
    content: "\e3d2"; }
.material-icons.filter_4:before {
    content: "\e3d4"; }
.material-icons.filter_5:before {
    content: "\e3d5"; }
.material-icons.filter_6:before {
    content: "\e3d6"; }
.material-icons.filter_7:before {
    content: "\e3d7"; }
.material-icons.filter_8:before {
    content: "\e3d8"; }
.material-icons.filter_9:before {
    content: "\e3d9"; }
.material-icons.filter_9_plus:before {
    content: "\e3da"; }
.material-icons.filter_alt:before {
    content: "\ef4f"; }
.material-icons.filter_alt_off:before {
    content: "\eb32"; }
.material-icons.filter_b_and_w:before {
    content: "\e3db"; }
.material-icons.filter_center_focus:before {
    content: "\e3dc"; }
.material-icons.filter_drama:before {
    content: "\e3dd"; }
.material-icons.filter_frames:before {
    content: "\e3de"; }
.material-icons.filter_hdr:before {
    content: "\e3df"; }
.material-icons.filter_list:before {
    content: "\e152"; }
.material-icons.filter_list_alt:before {
    content: "\e94e"; }
.material-icons.filter_list_off:before {
    content: "\eb57"; }
.material-icons.filter_none:before {
    content: "\e3e0"; }
.material-icons.filter_tilt_shift:before {
    content: "\e3e2"; }
.material-icons.filter_vintage:before {
    content: "\e3e3"; }
.material-icons.find_in_page:before {
    content: "\e880"; }
.material-icons.find_replace:before {
    content: "\e881"; }
.material-icons.fingerprint:before {
    content: "\e90d"; }
.material-icons.fire_extinguisher:before {
    content: "\f1d8"; }
.material-icons.fire_hydrant:before {
    content: "\f1a3"; }
.material-icons.fireplace:before {
    content: "\ea43"; }
.material-icons.first_page:before {
    content: "\e5dc"; }
.material-icons.fit_screen:before {
    content: "\ea10"; }
.material-icons.fitbit:before {
    content: "\e82b"; }
.material-icons.fitness_center:before {
    content: "\eb43"; }
.material-icons.flag:before {
    content: "\e153"; }
.material-icons.flag_circle:before {
    content: "\eaf8"; }
.material-icons.flaky:before {
    content: "\ef50"; }
.material-icons.flare:before {
    content: "\e3e4"; }
.material-icons.flash_auto:before {
    content: "\e3e5"; }
.material-icons.flash_off:before {
    content: "\e3e6"; }
.material-icons.flash_on:before {
    content: "\e3e7"; }
.material-icons.flashlight_off:before {
    content: "\f00a"; }
.material-icons.flashlight_on:before {
    content: "\f00b"; }
.material-icons.flatware:before {
    content: "\f00c"; }
.material-icons.flight:before {
    content: "\e539"; }
.material-icons.flight_class:before {
    content: "\e7cb"; }
.material-icons.flight_land:before {
    content: "\e904"; }
.material-icons.flight_takeoff:before {
    content: "\e905"; }
.material-icons.flip:before {
    content: "\e3e8"; }
.material-icons.flip_camera_android:before {
    content: "\ea37"; }
.material-icons.flip_camera_ios:before {
    content: "\ea38"; }
.material-icons.flip_to_back:before {
    content: "\e882"; }
.material-icons.flip_to_front:before {
    content: "\e883"; }
.material-icons.flourescent:before {
    content: "\f00d"; }
.material-icons.flutter_dash:before {
    content: "\e00b"; }
.material-icons.fmd_bad:before {
    content: "\f00e"; }
.material-icons.fmd_good:before {
    content: "\f00f"; }
.material-icons.foggy:before {
    content: "\e818"; }
.material-icons.folder:before {
    content: "\e2c7"; }
.material-icons.folder_delete:before {
    content: "\eb34"; }
.material-icons.folder_open:before {
    content: "\e2c8"; }
.material-icons.folder_shared:before {
    content: "\e2c9"; }
.material-icons.folder_special:before {
    content: "\e617"; }
.material-icons.folder_zip:before {
    content: "\eb2c"; }
.material-icons.follow_the_signs:before {
    content: "\f222"; }
.material-icons.font_download:before {
    content: "\e167"; }
.material-icons.font_download_off:before {
    content: "\e4f9"; }
.material-icons.food_bank:before {
    content: "\f1f2"; }
.material-icons.forest:before {
    content: "\ea99"; }
.material-icons.format_align_center:before {
    content: "\e234"; }
.material-icons.format_align_justify:before {
    content: "\e235"; }
.material-icons.format_align_left:before {
    content: "\e236"; }
.material-icons.format_align_right:before {
    content: "\e237"; }
.material-icons.format_bold:before {
    content: "\e238"; }
.material-icons.format_clear:before {
    content: "\e239"; }
.material-icons.format_color_fill:before {
    content: "\e23a"; }
.material-icons.format_color_reset:before {
    content: "\e23b"; }
.material-icons.format_color_text:before {
    content: "\e23c"; }
.material-icons.format_indent_decrease:before {
    content: "\e23d"; }
.material-icons.format_indent_increase:before {
    content: "\e23e"; }
.material-icons.format_italic:before {
    content: "\e23f"; }
.material-icons.format_line_spacing:before {
    content: "\e240"; }
.material-icons.format_list_bulleted:before {
    content: "\e241"; }
.material-icons.format_list_numbered:before {
    content: "\e242"; }
.material-icons.format_list_numbered_rtl:before {
    content: "\e267"; }
.material-icons.format_overline:before {
    content: "\eb65"; }
.material-icons.format_paint:before {
    content: "\e243"; }
.material-icons.format_quote:before {
    content: "\e244"; }
.material-icons.format_shapes:before {
    content: "\e25e"; }
.material-icons.format_size:before {
    content: "\e245"; }
.material-icons.format_strikethrough:before {
    content: "\e246"; }
.material-icons.format_textdirection_l_to_r:before {
    content: "\e247"; }
.material-icons.format_textdirection_r_to_l:before {
    content: "\e248"; }
.material-icons.format_underline:before {
    content: "\e249"; }
.material-icons.format_underlined:before {
    content: "\e249"; }
.material-icons.fort:before {
    content: "\eaad"; }
.material-icons.forum:before {
    content: "\e0bf"; }
.material-icons.forward:before {
    content: "\e154"; }
.material-icons.forward_10:before {
    content: "\e056"; }
.material-icons.forward_30:before {
    content: "\e057"; }
.material-icons.forward_5:before {
    content: "\e058"; }
.material-icons.forward_to_inbox:before {
    content: "\f187"; }
.material-icons.foundation:before {
    content: "\f200"; }
.material-icons.free_breakfast:before {
    content: "\eb44"; }
.material-icons.free_cancellation:before {
    content: "\e748"; }
.material-icons.front_hand:before {
    content: "\e769"; }
.material-icons.fullscreen:before {
    content: "\e5d0"; }
.material-icons.fullscreen_exit:before {
    content: "\e5d1"; }
.material-icons.functions:before {
    content: "\e24a"; }
.material-icons.g_mobiledata:before {
    content: "\f010"; }
.material-icons.g_translate:before {
    content: "\e927"; }
.material-icons.gamepad:before {
    content: "\e30f"; }
.material-icons.games:before {
    content: "\e021"; }
.material-icons.garage:before {
    content: "\f011"; }
.material-icons.gavel:before {
    content: "\e90e"; }
.material-icons.generating_tokens:before {
    content: "\e749"; }
.material-icons.gesture:before {
    content: "\e155"; }
.material-icons.get_app:before {
    content: "\e884"; }
.material-icons.gif:before {
    content: "\e908"; }
.material-icons.gif_box:before {
    content: "\e7a3"; }
.material-icons.girl:before {
    content: "\eb68"; }
.material-icons.gite:before {
    content: "\e58b"; }
.material-icons.goat:before {
    content: "\ebff"; }
.material-icons.golf_course:before {
    content: "\eb45"; }
.material-icons.gpp_bad:before {
    content: "\f012"; }
.material-icons.gpp_good:before {
    content: "\f013"; }
.material-icons.gpp_maybe:before {
    content: "\f014"; }
.material-icons.gps_fixed:before {
    content: "\e1b3"; }
.material-icons.gps_not_fixed:before {
    content: "\e1b4"; }
.material-icons.gps_off:before {
    content: "\e1b5"; }
.material-icons.grade:before {
    content: "\e885"; }
.material-icons.gradient:before {
    content: "\e3e9"; }
.material-icons.grading:before {
    content: "\ea4f"; }
.material-icons.grain:before {
    content: "\e3ea"; }
.material-icons.graphic_eq:before {
    content: "\e1b8"; }
.material-icons.grass:before {
    content: "\f205"; }
.material-icons.grid_3x3:before {
    content: "\f015"; }
.material-icons.grid_4x4:before {
    content: "\f016"; }
.material-icons.grid_goldenratio:before {
    content: "\f017"; }
.material-icons.grid_off:before {
    content: "\e3eb"; }
.material-icons.grid_on:before {
    content: "\e3ec"; }
.material-icons.grid_view:before {
    content: "\e9b0"; }
.material-icons.group:before {
    content: "\e7ef"; }
.material-icons.group_add:before {
    content: "\e7f0"; }
.material-icons.group_off:before {
    content: "\e747"; }
.material-icons.group_remove:before {
    content: "\e7ad"; }
.material-icons.group_work:before {
    content: "\e886"; }
.material-icons.groups:before {
    content: "\f233"; }
.material-icons.h_mobiledata:before {
    content: "\f018"; }
.material-icons.h_plus_mobiledata:before {
    content: "\f019"; }
.material-icons.hail:before {
    content: "\e9b1"; }
.material-icons.handyman:before {
    content: "\f10b"; }
.material-icons.hardware:before {
    content: "\ea59"; }
.material-icons.hd:before {
    content: "\e052"; }
.material-icons.hdr_auto:before {
    content: "\f01a"; }
.material-icons.hdr_auto_select:before {
    content: "\f01b"; }
.material-icons.hdr_enhanced_select:before {
    content: "\ef51"; }
.material-icons.hdr_off:before {
    content: "\e3ed"; }
.material-icons.hdr_off_select:before {
    content: "\f01c"; }
.material-icons.hdr_on:before {
    content: "\e3ee"; }
.material-icons.hdr_on_select:before {
    content: "\f01d"; }
.material-icons.hdr_plus:before {
    content: "\f01e"; }
.material-icons.hdr_strong:before {
    content: "\e3f1"; }
.material-icons.hdr_weak:before {
    content: "\e3f2"; }
.material-icons.headphones:before {
    content: "\f01f"; }
.material-icons.headphones_battery:before {
    content: "\f020"; }
.material-icons.headset:before {
    content: "\e310"; }
.material-icons.headset_mic:before {
    content: "\e311"; }
.material-icons.headset_off:before {
    content: "\e33a"; }
.material-icons.healing:before {
    content: "\e3f3"; }
.material-icons.health_and_safety:before {
    content: "\e1d5"; }
.material-icons.hearing:before {
    content: "\e023"; }
.material-icons.hearing_disabled:before {
    content: "\f104"; }
.material-icons.heart_broken:before {
    content: "\eac2"; }
.material-icons.height:before {
    content: "\ea16"; }
.material-icons.help:before {
    content: "\e887"; }
.material-icons.help_center:before {
    content: "\f1c0"; }
.material-icons.help_outline:before {
    content: "\e8fd"; }
.material-icons.hevc:before {
    content: "\f021"; }
.material-icons.hexagon:before {
    content: "\eb39"; }
.material-icons.hide_image:before {
    content: "\f022"; }
.material-icons.hide_source:before {
    content: "\f023"; }
.material-icons.high_quality:before {
    content: "\e024"; }
.material-icons.highlight:before {
    content: "\e25f"; }
.material-icons.highlight_alt:before {
    content: "\ef52"; }
.material-icons.highlight_off:before {
    content: "\e888"; }
.material-icons.highlight_remove:before {
    content: "\e888"; }
.material-icons.hiking:before {
    content: "\e50a"; }
.material-icons.history:before {
    content: "\e889"; }
.material-icons.history_edu:before {
    content: "\ea3e"; }
.material-icons.history_toggle_off:before {
    content: "\f17d"; }
.material-icons.hive:before {
    content: "\eaa6"; }
.material-icons.holiday_village:before {
    content: "\e58a"; }
.material-icons.home:before {
    content: "\e88a"; }
.material-icons.home_filled:before {
    content: "\e9b2"; }
.material-icons.home_max:before {
    content: "\f024"; }
.material-icons.home_mini:before {
    content: "\f025"; }
.material-icons.home_repair_service:before {
    content: "\f100"; }
.material-icons.home_work:before {
    content: "\ea09"; }
.material-icons.horizontal_distribute:before {
    content: "\e014"; }
.material-icons.horizontal_rule:before {
    content: "\f108"; }
.material-icons.horizontal_split:before {
    content: "\e947"; }
.material-icons.hot_tub:before {
    content: "\eb46"; }
.material-icons.hotel:before {
    content: "\e53a"; }
.material-icons.hotel_class:before {
    content: "\e743"; }
.material-icons.hourglass_bottom:before {
    content: "\ea5c"; }
.material-icons.hourglass_disabled:before {
    content: "\ef53"; }
.material-icons.hourglass_empty:before {
    content: "\e88b"; }
.material-icons.hourglass_full:before {
    content: "\e88c"; }
.material-icons.hourglass_top:before {
    content: "\ea5b"; }
.material-icons.house:before {
    content: "\ea44"; }
.material-icons.house_siding:before {
    content: "\f202"; }
.material-icons.houseboat:before {
    content: "\e584"; }
.material-icons.how_to_reg:before {
    content: "\e174"; }
.material-icons.how_to_vote:before {
    content: "\e175"; }
.material-icons.http:before {
    content: "\e902"; }
.material-icons.https:before {
    content: "\e88d"; }
.material-icons.hub:before {
    content: "\e9f4"; }
.material-icons.hvac:before {
    content: "\f10e"; }
.material-icons.ice_skating:before {
    content: "\e50b"; }
.material-icons.icecream:before {
    content: "\ea69"; }
.material-icons.image:before {
    content: "\e3f4"; }
.material-icons.image_aspect_ratio:before {
    content: "\e3f5"; }
.material-icons.image_not_supported:before {
    content: "\f116"; }
.material-icons.image_search:before {
    content: "\e43f"; }
.material-icons.imagesearch_roller:before {
    content: "\e9b4"; }
.material-icons.import_contacts:before {
    content: "\e0e0"; }
.material-icons.import_export:before {
    content: "\e0c3"; }
.material-icons.important_devices:before {
    content: "\e912"; }
.material-icons.inbox:before {
    content: "\e156"; }
.material-icons.incomplete_circle:before {
    content: "\e79b"; }
.material-icons.indeterminate_check_box:before {
    content: "\e909"; }
.material-icons.info:before {
    content: "\e88e"; }
.material-icons.info_outline:before {
    content: "\e88f"; }
.material-icons.input:before {
    content: "\e890"; }
.material-icons.insert_chart:before {
    content: "\e24b"; }
.material-icons.insert_chart_outlined:before {
    content: "\e26a"; }
.material-icons.insert_comment:before {
    content: "\e24c"; }
.material-icons.insert_drive_file:before {
    content: "\e24d"; }
.material-icons.insert_emoticon:before {
    content: "\e24e"; }
.material-icons.insert_invitation:before {
    content: "\e24f"; }
.material-icons.insert_link:before {
    content: "\e250"; }
.material-icons.insert_page_break:before {
    content: "\eaca"; }
.material-icons.insert_photo:before {
    content: "\e251"; }
.material-icons.insights:before {
    content: "\f092"; }
.material-icons.install_desktop:before {
    content: "\eb71"; }
.material-icons.install_mobile:before {
    content: "\eb72"; }
.material-icons.integration_instructions:before {
    content: "\ef54"; }
.material-icons.interests:before {
    content: "\e7c8"; }
.material-icons.interpreter_mode:before {
    content: "\e83b"; }
.material-icons.inventory:before {
    content: "\e179"; }
.material-icons.inventory_2:before {
    content: "\e1a1"; }
.material-icons.invert_colors:before {
    content: "\e891"; }
.material-icons.invert_colors_off:before {
    content: "\e0c4"; }
.material-icons.invert_colors_on:before {
    content: "\e891"; }
.material-icons.ios_share:before {
    content: "\e6b8"; }
.material-icons.iron:before {
    content: "\e583"; }
.material-icons.iso:before {
    content: "\e3f6"; }
.material-icons.join_full:before {
    content: "\eaeb"; }
.material-icons.join_inner:before {
    content: "\eaf4"; }
.material-icons.join_left:before {
    content: "\eaf2"; }
.material-icons.join_right:before {
    content: "\eaea"; }
.material-icons.kayaking:before {
    content: "\e50c"; }
.material-icons.kebab_dining:before {
    content: "\e842"; }
.material-icons.key:before {
    content: "\e73c"; }
.material-icons.keyboard:before {
    content: "\e312"; }
.material-icons.keyboard_alt:before {
    content: "\f028"; }
.material-icons.keyboard_arrow_down:before {
    content: "\e313"; }
.material-icons.keyboard_arrow_left:before {
    content: "\e314"; }
.material-icons.keyboard_arrow_right:before {
    content: "\e315"; }
.material-icons.keyboard_arrow_up:before {
    content: "\e316"; }
.material-icons.keyboard_backspace:before {
    content: "\e317"; }
.material-icons.keyboard_capslock:before {
    content: "\e318"; }
.material-icons.keyboard_command:before {
    content: "\eae0"; }
.material-icons.keyboard_command_key:before {
    content: "\eae7"; }
.material-icons.keyboard_control:before {
    content: "\e5d3"; }
.material-icons.keyboard_control_key:before {
    content: "\eae6"; }
.material-icons.keyboard_double_arrow_down:before {
    content: "\ead0"; }
.material-icons.keyboard_double_arrow_left:before {
    content: "\eac3"; }
.material-icons.keyboard_double_arrow_right:before {
    content: "\eac9"; }
.material-icons.keyboard_double_arrow_up:before {
    content: "\eacf"; }
.material-icons.keyboard_hide:before {
    content: "\e31a"; }
.material-icons.keyboard_option:before {
    content: "\eadf"; }
.material-icons.keyboard_option_key:before {
    content: "\eae8"; }
.material-icons.keyboard_return:before {
    content: "\e31b"; }
.material-icons.keyboard_tab:before {
    content: "\e31c"; }
.material-icons.keyboard_voice:before {
    content: "\e31d"; }
.material-icons.king_bed:before {
    content: "\ea45"; }
.material-icons.kitchen:before {
    content: "\eb47"; }
.material-icons.kitesurfing:before {
    content: "\e50d"; }
.material-icons.label:before {
    content: "\e892"; }
.material-icons.label_important:before {
    content: "\e937"; }
.material-icons.label_important_outline:before {
    content: "\e948"; }
.material-icons.label_off:before {
    content: "\e9b6"; }
.material-icons.label_outline:before {
    content: "\e893"; }
.material-icons.lan:before {
    content: "\eb2f"; }
.material-icons.landscape:before {
    content: "\e3f7"; }
.material-icons.language:before {
    content: "\e894"; }
.material-icons.laptop:before {
    content: "\e31e"; }
.material-icons.laptop_chromebook:before {
    content: "\e31f"; }
.material-icons.laptop_mac:before {
    content: "\e320"; }
.material-icons.laptop_windows:before {
    content: "\e321"; }
.material-icons.last_page:before {
    content: "\e5dd"; }
.material-icons.launch:before {
    content: "\e895"; }
.material-icons.layers:before {
    content: "\e53b"; }
.material-icons.layers_clear:before {
    content: "\e53c"; }
.material-icons.leaderboard:before {
    content: "\f20c"; }
.material-icons.leak_add:before {
    content: "\e3f8"; }
.material-icons.leak_remove:before {
    content: "\e3f9"; }
.material-icons.leave_bags_at_home:before {
    content: "\f21b"; }
.material-icons.legend_toggle:before {
    content: "\f11b"; }
.material-icons.lens:before {
    content: "\e3fa"; }
.material-icons.lens_blur:before {
    content: "\f029"; }
.material-icons.library_add:before {
    content: "\e02e"; }
.material-icons.library_add_check:before {
    content: "\e9b7"; }
.material-icons.library_books:before {
    content: "\e02f"; }
.material-icons.library_music:before {
    content: "\e030"; }
.material-icons.light:before {
    content: "\f02a"; }
.material-icons.light_mode:before {
    content: "\e518"; }
.material-icons.lightbulb:before {
    content: "\e0f0"; }
.material-icons.lightbulb_outline:before {
    content: "\e90f"; }
.material-icons.line_axis:before {
    content: "\ea9a"; }
.material-icons.line_style:before {
    content: "\e919"; }
.material-icons.line_weight:before {
    content: "\e91a"; }
.material-icons.linear_scale:before {
    content: "\e260"; }
.material-icons.link:before {
    content: "\e157"; }
.material-icons.link_off:before {
    content: "\e16f"; }
.material-icons.linked_camera:before {
    content: "\e438"; }
.material-icons.liquor:before {
    content: "\ea60"; }
.material-icons.list:before {
    content: "\e896"; }
.material-icons.list_alt:before {
    content: "\e0ee"; }
.material-icons.live_help:before {
    content: "\e0c6"; }
.material-icons.live_tv:before {
    content: "\e639"; }
.material-icons.living:before {
    content: "\f02b"; }
.material-icons.local_activity:before {
    content: "\e53f"; }
.material-icons.local_airport:before {
    content: "\e53d"; }
.material-icons.local_atm:before {
    content: "\e53e"; }
.material-icons.local_attraction:before {
    content: "\e53f"; }
.material-icons.local_bar:before {
    content: "\e540"; }
.material-icons.local_cafe:before {
    content: "\e541"; }
.material-icons.local_car_wash:before {
    content: "\e542"; }
.material-icons.local_convenience_store:before {
    content: "\e543"; }
.material-icons.local_dining:before {
    content: "\e556"; }
.material-icons.local_drink:before {
    content: "\e544"; }
.material-icons.local_fire_department:before {
    content: "\ef55"; }
.material-icons.local_florist:before {
    content: "\e545"; }
.material-icons.local_gas_station:before {
    content: "\e546"; }
.material-icons.local_grocery_store:before {
    content: "\e547"; }
.material-icons.local_hospital:before {
    content: "\e548"; }
.material-icons.local_hotel:before {
    content: "\e549"; }
.material-icons.local_laundry_service:before {
    content: "\e54a"; }
.material-icons.local_library:before {
    content: "\e54b"; }
.material-icons.local_mall:before {
    content: "\e54c"; }
.material-icons.local_movies:before {
    content: "\e54d"; }
.material-icons.local_offer:before {
    content: "\e54e"; }
.material-icons.local_parking:before {
    content: "\e54f"; }
.material-icons.local_pharmacy:before {
    content: "\e550"; }
.material-icons.local_phone:before {
    content: "\e551"; }
.material-icons.local_pizza:before {
    content: "\e552"; }
.material-icons.local_play:before {
    content: "\e553"; }
.material-icons.local_police:before {
    content: "\ef56"; }
.material-icons.local_post_office:before {
    content: "\e554"; }
.material-icons.local_print_shop:before {
    content: "\e555"; }
.material-icons.local_printshop:before {
    content: "\e555"; }
.material-icons.local_restaurant:before {
    content: "\e556"; }
.material-icons.local_see:before {
    content: "\e557"; }
.material-icons.local_shipping:before {
    content: "\e558"; }
.material-icons.local_taxi:before {
    content: "\e559"; }
.material-icons.location_city:before {
    content: "\e7f1"; }
.material-icons.location_disabled:before {
    content: "\e1b6"; }
.material-icons.location_history:before {
    content: "\e55a"; }
.material-icons.location_off:before {
    content: "\e0c7"; }
.material-icons.location_on:before {
    content: "\e0c8"; }
.material-icons.location_pin:before {
    content: "\f1db"; }
.material-icons.location_searching:before {
    content: "\e1b7"; }
.material-icons.lock:before {
    content: "\e897"; }
.material-icons.lock_clock:before {
    content: "\ef57"; }
.material-icons.lock_open:before {
    content: "\e898"; }
.material-icons.lock_outline:before {
    content: "\e899"; }
.material-icons.lock_reset:before {
    content: "\eade"; }
.material-icons.login:before {
    content: "\ea77"; }
.material-icons.logo_dev:before {
    content: "\ead6"; }
.material-icons.logout:before {
    content: "\e9ba"; }
.material-icons.looks:before {
    content: "\e3fc"; }
.material-icons.looks_3:before {
    content: "\e3fb"; }
.material-icons.looks_4:before {
    content: "\e3fd"; }
.material-icons.looks_5:before {
    content: "\e3fe"; }
.material-icons.looks_6:before {
    content: "\e3ff"; }
.material-icons.looks_one:before {
    content: "\e400"; }
.material-icons.looks_two:before {
    content: "\e401"; }
.material-icons.loop:before {
    content: "\e028"; }
.material-icons.loupe:before {
    content: "\e402"; }
.material-icons.low_priority:before {
    content: "\e16d"; }
.material-icons.loyalty:before {
    content: "\e89a"; }
.material-icons.lte_mobiledata:before {
    content: "\f02c"; }
.material-icons.lte_plus_mobiledata:before {
    content: "\f02d"; }
.material-icons.luggage:before {
    content: "\f235"; }
.material-icons.lunch_dining:before {
    content: "\ea61"; }
.material-icons.mail:before {
    content: "\e158"; }
.material-icons.mail_outline:before {
    content: "\e0e1"; }
.material-icons.male:before {
    content: "\e58e"; }
.material-icons.man:before {
    content: "\e4eb"; }
.material-icons.manage_accounts:before {
    content: "\f02e"; }
.material-icons.manage_search:before {
    content: "\f02f"; }
.material-icons.map:before {
    content: "\e55b"; }
.material-icons.maps_home_work:before {
    content: "\f030"; }
.material-icons.maps_ugc:before {
    content: "\ef58"; }
.material-icons.margin:before {
    content: "\e9bb"; }
.material-icons.mark_as_unread:before {
    content: "\e9bc"; }
.material-icons.mark_chat_read:before {
    content: "\f18b"; }
.material-icons.mark_chat_unread:before {
    content: "\f189"; }
.material-icons.mark_email_read:before {
    content: "\f18c"; }
.material-icons.mark_email_unread:before {
    content: "\f18a"; }
.material-icons.markunread:before {
    content: "\e159"; }
.material-icons.markunread_mailbox:before {
    content: "\e89b"; }
.material-icons.masks:before {
    content: "\f218"; }
.material-icons.maximize:before {
    content: "\e930"; }
.material-icons.media_bluetooth_off:before {
    content: "\f031"; }
.material-icons.media_bluetooth_on:before {
    content: "\f032"; }
.material-icons.mediation:before {
    content: "\efa7"; }
.material-icons.medical_services:before {
    content: "\f109"; }
.material-icons.medication:before {
    content: "\f033"; }
.material-icons.medication_liquid:before {
    content: "\ea87"; }
.material-icons.meeting_room:before {
    content: "\eb4f"; }
.material-icons.memory:before {
    content: "\e322"; }
.material-icons.menu:before {
    content: "\e5d2"; }
.material-icons.menu_book:before {
    content: "\ea19"; }
.material-icons.menu_open:before {
    content: "\e9bd"; }
.material-icons.merge_type:before {
    content: "\e252"; }
.material-icons.message:before {
    content: "\e0c9"; }
.material-icons.messenger:before {
    content: "\e0ca"; }
.material-icons.messenger_outline:before {
    content: "\e0cb"; }
.material-icons.mic:before {
    content: "\e029"; }
.material-icons.mic_external_off:before {
    content: "\ef59"; }
.material-icons.mic_external_on:before {
    content: "\ef5a"; }
.material-icons.mic_none:before {
    content: "\e02a"; }
.material-icons.mic_off:before {
    content: "\e02b"; }
.material-icons.microwave:before {
    content: "\f204"; }
.material-icons.military_tech:before {
    content: "\ea3f"; }
.material-icons.minimize:before {
    content: "\e931"; }
.material-icons.miscellaneous_services:before {
    content: "\f10c"; }
.material-icons.missed_video_call:before {
    content: "\e073"; }
.material-icons.mms:before {
    content: "\e618"; }
.material-icons.mobile_friendly:before {
    content: "\e200"; }
.material-icons.mobile_off:before {
    content: "\e201"; }
.material-icons.mobile_screen_share:before {
    content: "\e0e7"; }
.material-icons.mobiledata_off:before {
    content: "\f034"; }
.material-icons.mode:before {
    content: "\f097"; }
.material-icons.mode_comment:before {
    content: "\e253"; }
.material-icons.mode_edit:before {
    content: "\e254"; }
.material-icons.mode_edit_outline:before {
    content: "\f035"; }
.material-icons.mode_night:before {
    content: "\f036"; }
.material-icons.mode_of_travel:before {
    content: "\e7ce"; }
.material-icons.mode_standby:before {
    content: "\f037"; }
.material-icons.model_training:before {
    content: "\f0cf"; }
.material-icons.monetization_on:before {
    content: "\e263"; }
.material-icons.money:before {
    content: "\e57d"; }
.material-icons.money_off:before {
    content: "\e25c"; }
.material-icons.money_off_csred:before {
    content: "\f038"; }
.material-icons.monitor:before {
    content: "\ef5b"; }
.material-icons.monitor_heart:before {
    content: "\eaa2"; }
.material-icons.monitor_weight:before {
    content: "\f039"; }
.material-icons.monochrome_photos:before {
    content: "\e403"; }
.material-icons.mood:before {
    content: "\e7f2"; }
.material-icons.mood_bad:before {
    content: "\e7f3"; }
.material-icons.moped:before {
    content: "\eb28"; }
.material-icons.more:before {
    content: "\e619"; }
.material-icons.more_horiz:before {
    content: "\e5d3"; }
.material-icons.more_time:before {
    content: "\ea5d"; }
.material-icons.more_vert:before {
    content: "\e5d4"; }
.material-icons.mosque:before {
    content: "\eab2"; }
.material-icons.motion_photos_auto:before {
    content: "\f03a"; }
.material-icons.motion_photos_off:before {
    content: "\e9c0"; }
.material-icons.motion_photos_on:before {
    content: "\e9c1"; }
.material-icons.motion_photos_pause:before {
    content: "\f227"; }
.material-icons.motion_photos_paused:before {
    content: "\e9c2"; }
.material-icons.motorcycle:before {
    content: "\e91b"; }
.material-icons.mouse:before {
    content: "\e323"; }
.material-icons.move_down:before {
    content: "\eb61"; }
.material-icons.move_to_inbox:before {
    content: "\e168"; }
.material-icons.move_up:before {
    content: "\eb64"; }
.material-icons.movie:before {
    content: "\e02c"; }
.material-icons.movie_creation:before {
    content: "\e404"; }
.material-icons.movie_filter:before {
    content: "\e43a"; }
.material-icons.moving:before {
    content: "\e501"; }
.material-icons.mp:before {
    content: "\e9c3"; }
.material-icons.multiline_chart:before {
    content: "\e6df"; }
.material-icons.multiple_stop:before {
    content: "\f1b9"; }
.material-icons.multitrack_audio:before {
    content: "\e1b8"; }
.material-icons.museum:before {
    content: "\ea36"; }
.material-icons.music_note:before {
    content: "\e405"; }
.material-icons.music_off:before {
    content: "\e440"; }
.material-icons.music_video:before {
    content: "\e063"; }
.material-icons.my_library_add:before {
    content: "\e02e"; }
.material-icons.my_library_books:before {
    content: "\e02f"; }
.material-icons.my_library_music:before {
    content: "\e030"; }
.material-icons.my_location:before {
    content: "\e55c"; }
.material-icons.nat:before {
    content: "\ef5c"; }
.material-icons.nature:before {
    content: "\e406"; }
.material-icons.nature_people:before {
    content: "\e407"; }
.material-icons.navigate_before:before {
    content: "\e408"; }
.material-icons.navigate_next:before {
    content: "\e409"; }
.material-icons.navigation:before {
    content: "\e55d"; }
.material-icons.near_me:before {
    content: "\e569"; }
.material-icons.near_me_disabled:before {
    content: "\f1ef"; }
.material-icons.nearby_error:before {
    content: "\f03b"; }
.material-icons.nearby_off:before {
    content: "\f03c"; }
.material-icons.network_cell:before {
    content: "\e1b9"; }
.material-icons.network_check:before {
    content: "\e640"; }
.material-icons.network_locked:before {
    content: "\e61a"; }
.material-icons.network_wifi:before {
    content: "\e1ba"; }
.material-icons.new_label:before {
    content: "\e609"; }
.material-icons.new_releases:before {
    content: "\e031"; }
.material-icons.next_plan:before {
    content: "\ef5d"; }
.material-icons.next_week:before {
    content: "\e16a"; }
.material-icons.nfc:before {
    content: "\e1bb"; }
.material-icons.night_shelter:before {
    content: "\f1f1"; }
.material-icons.nightlife:before {
    content: "\ea62"; }
.material-icons.nightlight:before {
    content: "\f03d"; }
.material-icons.nightlight_round:before {
    content: "\ef5e"; }
.material-icons.nights_stay:before {
    content: "\ea46"; }
.material-icons.no_accounts:before {
    content: "\f03e"; }
.material-icons.no_backpack:before {
    content: "\f237"; }
.material-icons.no_cell:before {
    content: "\f1a4"; }
.material-icons.no_drinks:before {
    content: "\f1a5"; }
.material-icons.no_encryption:before {
    content: "\e641"; }
.material-icons.no_encryption_gmailerrorred:before {
    content: "\f03f"; }
.material-icons.no_flash:before {
    content: "\f1a6"; }
.material-icons.no_food:before {
    content: "\f1a7"; }
.material-icons.no_luggage:before {
    content: "\f23b"; }
.material-icons.no_meals:before {
    content: "\f1d6"; }
.material-icons.no_meals_ouline:before {
    content: "\f229"; }
.material-icons.no_meeting_room:before {
    content: "\eb4e"; }
.material-icons.no_photography:before {
    content: "\f1a8"; }
.material-icons.no_sim:before {
    content: "\e0cc"; }
.material-icons.no_stroller:before {
    content: "\f1af"; }
.material-icons.no_transfer:before {
    content: "\f1d5"; }
.material-icons.nordic_walking:before {
    content: "\e50e"; }
.material-icons.north:before {
    content: "\f1e0"; }
.material-icons.north_east:before {
    content: "\f1e1"; }
.material-icons.north_west:before {
    content: "\f1e2"; }
.material-icons.not_accessible:before {
    content: "\f0fe"; }
.material-icons.not_interested:before {
    content: "\e033"; }
.material-icons.not_listed_location:before {
    content: "\e575"; }
.material-icons.not_started:before {
    content: "\f0d1"; }
.material-icons.note:before {
    content: "\e06f"; }
.material-icons.note_add:before {
    content: "\e89c"; }
.material-icons.note_alt:before {
    content: "\f040"; }
.material-icons.notes:before {
    content: "\e26c"; }
.material-icons.notification_add:before {
    content: "\e399"; }
.material-icons.notification_important:before {
    content: "\e004"; }
.material-icons.notifications:before {
    content: "\e7f4"; }
.material-icons.notifications_active:before {
    content: "\e7f7"; }
.material-icons.notifications_none:before {
    content: "\e7f5"; }
.material-icons.notifications_off:before {
    content: "\e7f6"; }
.material-icons.notifications_on:before {
    content: "\e7f7"; }
.material-icons.notifications_paused:before {
    content: "\e7f8"; }
.material-icons.now_wallpaper:before {
    content: "\e1bc"; }
.material-icons.now_widgets:before {
    content: "\e1bd"; }
.material-icons.numbers:before {
    content: "\eac7"; }
.material-icons.offline_bolt:before {
    content: "\e932"; }
.material-icons.offline_pin:before {
    content: "\e90a"; }
.material-icons.offline_share:before {
    content: "\e9c5"; }
.material-icons.ondemand_video:before {
    content: "\e63a"; }
.material-icons.online_prediction:before {
    content: "\f0eb"; }
.material-icons.opacity:before {
    content: "\e91c"; }
.material-icons.open_in_browser:before {
    content: "\e89d"; }
.material-icons.open_in_full:before {
    content: "\f1ce"; }
.material-icons.open_in_new:before {
    content: "\e89e"; }
.material-icons.open_in_new_off:before {
    content: "\e4f6"; }
.material-icons.open_with:before {
    content: "\e89f"; }
.material-icons.other_houses:before {
    content: "\e58c"; }
.material-icons.outbond:before {
    content: "\f228"; }
.material-icons.outbound:before {
    content: "\e1ca"; }
.material-icons.outbox:before {
    content: "\ef5f"; }
.material-icons.outdoor_grill:before {
    content: "\ea47"; }
.material-icons.outgoing_mail:before {
    content: "\f0d2"; }
.material-icons.outlet:before {
    content: "\f1d4"; }
.material-icons.outlined_flag:before {
    content: "\e16e"; }
.material-icons.padding:before {
    content: "\e9c8"; }
.material-icons.pages:before {
    content: "\e7f9"; }
.material-icons.pageview:before {
    content: "\e8a0"; }
.material-icons.paid:before {
    content: "\f041"; }
.material-icons.palette:before {
    content: "\e40a"; }
.material-icons.pan_tool:before {
    content: "\e925"; }
.material-icons.panorama:before {
    content: "\e40b"; }
.material-icons.panorama_fish_eye:before {
    content: "\e40c"; }
.material-icons.panorama_fisheye:before {
    content: "\e40c"; }
.material-icons.panorama_horizontal:before {
    content: "\e40d"; }
.material-icons.panorama_horizontal_select:before {
    content: "\ef60"; }
.material-icons.panorama_photosphere:before {
    content: "\e9c9"; }
.material-icons.panorama_photosphere_select:before {
    content: "\e9ca"; }
.material-icons.panorama_vertical:before {
    content: "\e40e"; }
.material-icons.panorama_vertical_select:before {
    content: "\ef61"; }
.material-icons.panorama_wide_angle:before {
    content: "\e40f"; }
.material-icons.panorama_wide_angle_select:before {
    content: "\ef62"; }
.material-icons.paragliding:before {
    content: "\e50f"; }
.material-icons.park:before {
    content: "\ea63"; }
.material-icons.party_mode:before {
    content: "\e7fa"; }
.material-icons.password:before {
    content: "\f042"; }
.material-icons.pattern:before {
    content: "\f043"; }
.material-icons.pause:before {
    content: "\e034"; }
.material-icons.pause_circle:before {
    content: "\e1a2"; }
.material-icons.pause_circle_filled:before {
    content: "\e035"; }
.material-icons.pause_circle_outline:before {
    content: "\e036"; }
.material-icons.pause_presentation:before {
    content: "\e0ea"; }
.material-icons.payment:before {
    content: "\e8a1"; }
.material-icons.payments:before {
    content: "\ef63"; }
.material-icons.paypal:before {
    content: "\ea8d"; }
.material-icons.pedal_bike:before {
    content: "\eb29"; }
.material-icons.pending:before {
    content: "\ef64"; }
.material-icons.pending_actions:before {
    content: "\f1bb"; }
.material-icons.pentagon:before {
    content: "\eb50"; }
.material-icons.people:before {
    content: "\e7fb"; }
.material-icons.people_alt:before {
    content: "\ea21"; }
.material-icons.people_outline:before {
    content: "\e7fc"; }
.material-icons.percent:before {
    content: "\eb58"; }
.material-icons.perm_camera_mic:before {
    content: "\e8a2"; }
.material-icons.perm_contact_cal:before {
    content: "\e8a3"; }
.material-icons.perm_contact_calendar:before {
    content: "\e8a3"; }
.material-icons.perm_data_setting:before {
    content: "\e8a4"; }
.material-icons.perm_device_info:before {
    content: "\e8a5"; }
.material-icons.perm_device_information:before {
    content: "\e8a5"; }
.material-icons.perm_identity:before {
    content: "\e8a6"; }
.material-icons.perm_media:before {
    content: "\e8a7"; }
.material-icons.perm_phone_msg:before {
    content: "\e8a8"; }
.material-icons.perm_scan_wifi:before {
    content: "\e8a9"; }
.material-icons.person:before {
    content: "\e7fd"; }
.material-icons.person_add:before {
    content: "\e7fe"; }
.material-icons.person_add_alt:before {
    content: "\ea4d"; }
.material-icons.person_add_alt_1:before {
    content: "\ef65"; }
.material-icons.person_add_disabled:before {
    content: "\e9cb"; }
.material-icons.person_off:before {
    content: "\e510"; }
.material-icons.person_outline:before {
    content: "\e7ff"; }
.material-icons.person_pin:before {
    content: "\e55a"; }
.material-icons.person_pin_circle:before {
    content: "\e56a"; }
.material-icons.person_remove:before {
    content: "\ef66"; }
.material-icons.person_remove_alt_1:before {
    content: "\ef67"; }
.material-icons.person_search:before {
    content: "\f106"; }
.material-icons.personal_injury:before {
    content: "\e6da"; }
.material-icons.personal_video:before {
    content: "\e63b"; }
.material-icons.pest_control:before {
    content: "\f0fa"; }
.material-icons.pest_control_rodent:before {
    content: "\f0fd"; }
.material-icons.pets:before {
    content: "\e91d"; }
.material-icons.phishing:before {
    content: "\ead7"; }
.material-icons.phone:before {
    content: "\e0cd"; }
.material-icons.phone_android:before {
    content: "\e324"; }
.material-icons.phone_bluetooth_speaker:before {
    content: "\e61b"; }
.material-icons.phone_callback:before {
    content: "\e649"; }
.material-icons.phone_disabled:before {
    content: "\e9cc"; }
.material-icons.phone_enabled:before {
    content: "\e9cd"; }
.material-icons.phone_forwarded:before {
    content: "\e61c"; }
.material-icons.phone_in_talk:before {
    content: "\e61d"; }
.material-icons.phone_iphone:before {
    content: "\e325"; }
.material-icons.phone_locked:before {
    content: "\e61e"; }
.material-icons.phone_missed:before {
    content: "\e61f"; }
.material-icons.phone_paused:before {
    content: "\e620"; }
.material-icons.phonelink:before {
    content: "\e326"; }
.material-icons.phonelink_erase:before {
    content: "\e0db"; }
.material-icons.phonelink_lock:before {
    content: "\e0dc"; }
.material-icons.phonelink_off:before {
    content: "\e327"; }
.material-icons.phonelink_ring:before {
    content: "\e0dd"; }
.material-icons.phonelink_setup:before {
    content: "\e0de"; }
.material-icons.photo:before {
    content: "\e410"; }
.material-icons.photo_album:before {
    content: "\e411"; }
.material-icons.photo_camera:before {
    content: "\e412"; }
.material-icons.photo_camera_back:before {
    content: "\ef68"; }
.material-icons.photo_camera_front:before {
    content: "\ef69"; }
.material-icons.photo_filter:before {
    content: "\e43b"; }
.material-icons.photo_library:before {
    content: "\e413"; }
.material-icons.photo_size_select_actual:before {
    content: "\e432"; }
.material-icons.photo_size_select_large:before {
    content: "\e433"; }
.material-icons.photo_size_select_small:before {
    content: "\e434"; }
.material-icons.piano:before {
    content: "\e521"; }
.material-icons.piano_off:before {
    content: "\e520"; }
.material-icons.picture_as_pdf:before {
    content: "\e415"; }
.material-icons.picture_in_picture:before {
    content: "\e8aa"; }
.material-icons.picture_in_picture_alt:before {
    content: "\e911"; }
.material-icons.pie_chart:before {
    content: "\e6c4"; }
.material-icons.pie_chart_outline:before {
    content: "\f044"; }
.material-icons.pie_chart_outlined:before {
    content: "\e6c5"; }
.material-icons.pin:before {
    content: "\f045"; }
.material-icons.pin_drop:before {
    content: "\e55e"; }
.material-icons.pin_end:before {
    content: "\e767"; }
.material-icons.pin_invoke:before {
    content: "\e763"; }
.material-icons.pinch:before {
    content: "\eb38"; }
.material-icons.pivot_table_chart:before {
    content: "\e9ce"; }
.material-icons.pix:before {
    content: "\eaa3"; }
.material-icons.place:before {
    content: "\e55f"; }
.material-icons.plagiarism:before {
    content: "\ea5a"; }
.material-icons.play_arrow:before {
    content: "\e037"; }
.material-icons.play_circle:before {
    content: "\e1c4"; }
.material-icons.play_circle_fill:before {
    content: "\e038"; }
.material-icons.play_circle_filled:before {
    content: "\e038"; }
.material-icons.play_circle_outline:before {
    content: "\e039"; }
.material-icons.play_disabled:before {
    content: "\ef6a"; }
.material-icons.play_for_work:before {
    content: "\e906"; }
.material-icons.play_lesson:before {
    content: "\f047"; }
.material-icons.playlist_add:before {
    content: "\e03b"; }
.material-icons.playlist_add_check:before {
    content: "\e065"; }
.material-icons.playlist_add_check_circle:before {
    content: "\e7e6"; }
.material-icons.playlist_add_circle:before {
    content: "\e7e5"; }
.material-icons.playlist_play:before {
    content: "\e05f"; }
.material-icons.plumbing:before {
    content: "\f107"; }
.material-icons.plus_one:before {
    content: "\e800"; }
.material-icons.podcasts:before {
    content: "\f048"; }
.material-icons.point_of_sale:before {
    content: "\f17e"; }
.material-icons.policy:before {
    content: "\ea17"; }
.material-icons.poll:before {
    content: "\e801"; }
.material-icons.polymer:before {
    content: "\e8ab"; }
.material-icons.pool:before {
    content: "\eb48"; }
.material-icons.portable_wifi_off:before {
    content: "\e0ce"; }
.material-icons.portrait:before {
    content: "\e416"; }
.material-icons.post_add:before {
    content: "\ea20"; }
.material-icons.power:before {
    content: "\e63c"; }
.material-icons.power_input:before {
    content: "\e336"; }
.material-icons.power_off:before {
    content: "\e646"; }
.material-icons.power_settings_new:before {
    content: "\e8ac"; }
.material-icons.precision_manufacturing:before {
    content: "\f049"; }
.material-icons.pregnant_woman:before {
    content: "\e91e"; }
.material-icons.present_to_all:before {
    content: "\e0df"; }
.material-icons.preview:before {
    content: "\f1c5"; }
.material-icons.price_change:before {
    content: "\f04a"; }
.material-icons.price_check:before {
    content: "\f04b"; }
.material-icons.print:before {
    content: "\e8ad"; }
.material-icons.print_disabled:before {
    content: "\e9cf"; }
.material-icons.priority_high:before {
    content: "\e645"; }
.material-icons.privacy_tip:before {
    content: "\f0dc"; }
.material-icons.private_connectivity:before {
    content: "\e744"; }
.material-icons.production_quantity_limits:before {
    content: "\e1d1"; }
.material-icons.psychology:before {
    content: "\ea4a"; }
.material-icons.public:before {
    content: "\e80b"; }
.material-icons.public_off:before {
    content: "\f1ca"; }
.material-icons.publish:before {
    content: "\e255"; }
.material-icons.published_with_changes:before {
    content: "\f232"; }
.material-icons.punch_clock:before {
    content: "\eaa8"; }
.material-icons.push_pin:before {
    content: "\f10d"; }
.material-icons.qr_code:before {
    content: "\ef6b"; }
.material-icons.qr_code_2:before {
    content: "\e00a"; }
.material-icons.qr_code_scanner:before {
    content: "\f206"; }
.material-icons.query_builder:before {
    content: "\e8ae"; }
.material-icons.query_stats:before {
    content: "\e4fc"; }
.material-icons.question_answer:before {
    content: "\e8af"; }
.material-icons.queue:before {
    content: "\e03c"; }
.material-icons.queue_music:before {
    content: "\e03d"; }
.material-icons.queue_play_next:before {
    content: "\e066"; }
.material-icons.quick_contacts_dialer:before {
    content: "\e0cf"; }
.material-icons.quick_contacts_mail:before {
    content: "\e0d0"; }
.material-icons.quickreply:before {
    content: "\ef6c"; }
.material-icons.quiz:before {
    content: "\f04c"; }
.material-icons.quora:before {
    content: "\ea98"; }
.material-icons.r_mobiledata:before {
    content: "\f04d"; }
.material-icons.radar:before {
    content: "\f04e"; }
.material-icons.radio:before {
    content: "\e03e"; }
.material-icons.radio_button_checked:before {
    content: "\e837"; }
.material-icons.radio_button_off:before {
    content: "\e836"; }
.material-icons.radio_button_on:before {
    content: "\e837"; }
.material-icons.radio_button_unchecked:before {
    content: "\e836"; }
.material-icons.railway_alert:before {
    content: "\e9d1"; }
.material-icons.ramen_dining:before {
    content: "\ea64"; }
.material-icons.rate_review:before {
    content: "\e560"; }
.material-icons.raw_off:before {
    content: "\f04f"; }
.material-icons.raw_on:before {
    content: "\f050"; }
.material-icons.read_more:before {
    content: "\ef6d"; }
.material-icons.real_estate_agent:before {
    content: "\e73a"; }
.material-icons.receipt:before {
    content: "\e8b0"; }
.material-icons.receipt_long:before {
    content: "\ef6e"; }
.material-icons.recent_actors:before {
    content: "\e03f"; }
.material-icons.recommend:before {
    content: "\e9d2"; }
.material-icons.record_voice_over:before {
    content: "\e91f"; }
.material-icons.rectangle:before {
    content: "\eb54"; }
.material-icons.recycling:before {
    content: "\e760"; }
.material-icons.reddit:before {
    content: "\eaa0"; }
.material-icons.redeem:before {
    content: "\e8b1"; }
.material-icons.redo:before {
    content: "\e15a"; }
.material-icons.reduce_capacity:before {
    content: "\f21c"; }
.material-icons.refresh:before {
    content: "\e5d5"; }
.material-icons.remember_me:before {
    content: "\f051"; }
.material-icons.remove:before {
    content: "\e15b"; }
.material-icons.remove_circle:before {
    content: "\e15c"; }
.material-icons.remove_circle_outline:before {
    content: "\e15d"; }
.material-icons.remove_done:before {
    content: "\e9d3"; }
.material-icons.remove_from_queue:before {
    content: "\e067"; }
.material-icons.remove_moderator:before {
    content: "\e9d4"; }
.material-icons.remove_red_eye:before {
    content: "\e417"; }
.material-icons.remove_shopping_cart:before {
    content: "\e928"; }
.material-icons.reorder:before {
    content: "\e8fe"; }
.material-icons.repeat:before {
    content: "\e040"; }
.material-icons.repeat_on:before {
    content: "\e9d6"; }
.material-icons.repeat_one:before {
    content: "\e041"; }
.material-icons.repeat_one_on:before {
    content: "\e9d7"; }
.material-icons.replay:before {
    content: "\e042"; }
.material-icons.replay_10:before {
    content: "\e059"; }
.material-icons.replay_30:before {
    content: "\e05a"; }
.material-icons.replay_5:before {
    content: "\e05b"; }
.material-icons.replay_circle_filled:before {
    content: "\e9d8"; }
.material-icons.reply:before {
    content: "\e15e"; }
.material-icons.reply_all:before {
    content: "\e15f"; }
.material-icons.report:before {
    content: "\e160"; }
.material-icons.report_gmailerrorred:before {
    content: "\f052"; }
.material-icons.report_off:before {
    content: "\e170"; }
.material-icons.report_problem:before {
    content: "\e8b2"; }
.material-icons.request_page:before {
    content: "\f22c"; }
.material-icons.request_quote:before {
    content: "\f1b6"; }
.material-icons.reset_tv:before {
    content: "\e9d9"; }
.material-icons.restart_alt:before {
    content: "\f053"; }
.material-icons.restaurant:before {
    content: "\e56c"; }
.material-icons.restaurant_menu:before {
    content: "\e561"; }
.material-icons.restore:before {
    content: "\e8b3"; }
.material-icons.restore_from_trash:before {
    content: "\e938"; }
.material-icons.restore_page:before {
    content: "\e929"; }
.material-icons.reviews:before {
    content: "\f054"; }
.material-icons.rice_bowl:before {
    content: "\f1f5"; }
.material-icons.ring_volume:before {
    content: "\e0d1"; }
.material-icons.roofing:before {
    content: "\f201"; }
.material-icons.room:before {
    content: "\e8b4"; }
.material-icons.room_preferences:before {
    content: "\f1b8"; }
.material-icons.room_service:before {
    content: "\eb49"; }
.material-icons.rotate_90_degrees_ccw:before {
    content: "\e418"; }
.material-icons.rotate_90_degrees_cw:before {
    content: "\eaab"; }
.material-icons.rotate_left:before {
    content: "\e419"; }
.material-icons.rotate_right:before {
    content: "\e41a"; }
.material-icons.rounded_corner:before {
    content: "\e920"; }
.material-icons.route:before {
    content: "\eacd"; }
.material-icons.router:before {
    content: "\e328"; }
.material-icons.rowing:before {
    content: "\e921"; }
.material-icons.rss_feed:before {
    content: "\e0e5"; }
.material-icons.rsvp:before {
    content: "\f055"; }
.material-icons.rtt:before {
    content: "\e9ad"; }
.material-icons.rule:before {
    content: "\f1c2"; }
.material-icons.rule_folder:before {
    content: "\f1c9"; }
.material-icons.run_circle:before {
    content: "\ef6f"; }
.material-icons.running_with_errors:before {
    content: "\e51d"; }
.material-icons.rv_hookup:before {
    content: "\e642"; }
.material-icons.safety_divider:before {
    content: "\e1cc"; }
.material-icons.sailing:before {
    content: "\e502"; }
.material-icons.sanitizer:before {
    content: "\f21d"; }
.material-icons.satellite:before {
    content: "\e562"; }
.material-icons.satellite_alt:before {
    content: "\eb3a"; }
.material-icons.save:before {
    content: "\e161"; }
.material-icons.save_alt:before {
    content: "\e171"; }
.material-icons.save_as:before {
    content: "\eb60"; }
.material-icons.saved_search:before {
    content: "\ea11"; }
.material-icons.savings:before {
    content: "\e2eb"; }
.material-icons.scale:before {
    content: "\eb5f"; }
.material-icons.scanner:before {
    content: "\e329"; }
.material-icons.scatter_plot:before {
    content: "\e268"; }
.material-icons.schedule:before {
    content: "\e8b5"; }
.material-icons.schedule_send:before {
    content: "\ea0a"; }
.material-icons.schema:before {
    content: "\e4fd"; }
.material-icons.school:before {
    content: "\e80c"; }
.material-icons.science:before {
    content: "\ea4b"; }
.material-icons.score:before {
    content: "\e269"; }
.material-icons.screen_lock_landscape:before {
    content: "\e1be"; }
.material-icons.screen_lock_portrait:before {
    content: "\e1bf"; }
.material-icons.screen_lock_rotation:before {
    content: "\e1c0"; }
.material-icons.screen_rotation:before {
    content: "\e1c1"; }
.material-icons.screen_search_desktop:before {
    content: "\ef70"; }
.material-icons.screen_share:before {
    content: "\e0e2"; }
.material-icons.screenshot:before {
    content: "\f056"; }
.material-icons.sd:before {
    content: "\e9dd"; }
.material-icons.sd_card:before {
    content: "\e623"; }
.material-icons.sd_card_alert:before {
    content: "\f057"; }
.material-icons.sd_storage:before {
    content: "\e1c2"; }
.material-icons.search:before {
    content: "\e8b6"; }
.material-icons.search_off:before {
    content: "\ea76"; }
.material-icons.security:before {
    content: "\e32a"; }
.material-icons.security_update:before {
    content: "\f058"; }
.material-icons.security_update_good:before {
    content: "\f059"; }
.material-icons.security_update_warning:before {
    content: "\f05a"; }
.material-icons.segment:before {
    content: "\e94b"; }
.material-icons.select_all:before {
    content: "\e162"; }
.material-icons.self_improvement:before {
    content: "\ea78"; }
.material-icons.sell:before {
    content: "\f05b"; }
.material-icons.send:before {
    content: "\e163"; }
.material-icons.send_and_archive:before {
    content: "\ea0c"; }
.material-icons.send_time_extension:before {
    content: "\eadb"; }
.material-icons.send_to_mobile:before {
    content: "\f05c"; }
.material-icons.sensor_door:before {
    content: "\f1b5"; }
.material-icons.sensor_window:before {
    content: "\f1b4"; }
.material-icons.sensors:before {
    content: "\e51e"; }
.material-icons.sensors_off:before {
    content: "\e51f"; }
.material-icons.sentiment_dissatisfied:before {
    content: "\e811"; }
.material-icons.sentiment_neutral:before {
    content: "\e812"; }
.material-icons.sentiment_satisfied:before {
    content: "\e813"; }
.material-icons.sentiment_satisfied_alt:before {
    content: "\e0ed"; }
.material-icons.sentiment_very_dissatisfied:before {
    content: "\e814"; }
.material-icons.sentiment_very_satisfied:before {
    content: "\e815"; }
.material-icons.set_meal:before {
    content: "\f1ea"; }
.material-icons.settings:before {
    content: "\e8b8"; }
.material-icons.settings_accessibility:before {
    content: "\f05d"; }
.material-icons.settings_applications:before {
    content: "\e8b9"; }
.material-icons.settings_backup_restore:before {
    content: "\e8ba"; }
.material-icons.settings_bluetooth:before {
    content: "\e8bb"; }
.material-icons.settings_brightness:before {
    content: "\e8bd"; }
.material-icons.settings_cell:before {
    content: "\e8bc"; }
.material-icons.settings_display:before {
    content: "\e8bd"; }
.material-icons.settings_ethernet:before {
    content: "\e8be"; }
.material-icons.settings_input_antenna:before {
    content: "\e8bf"; }
.material-icons.settings_input_component:before {
    content: "\e8c0"; }
.material-icons.settings_input_composite:before {
    content: "\e8c1"; }
.material-icons.settings_input_hdmi:before {
    content: "\e8c2"; }
.material-icons.settings_input_svideo:before {
    content: "\e8c3"; }
.material-icons.settings_overscan:before {
    content: "\e8c4"; }
.material-icons.settings_phone:before {
    content: "\e8c5"; }
.material-icons.settings_power:before {
    content: "\e8c6"; }
.material-icons.settings_remote:before {
    content: "\e8c7"; }
.material-icons.settings_suggest:before {
    content: "\f05e"; }
.material-icons.settings_system_daydream:before {
    content: "\e1c3"; }
.material-icons.settings_voice:before {
    content: "\e8c8"; }
.material-icons.share:before {
    content: "\e80d"; }
.material-icons.share_arrival_time:before {
    content: "\e524"; }
.material-icons.share_location:before {
    content: "\f05f"; }
.material-icons.shield:before {
    content: "\e9e0"; }
.material-icons.shield_moon:before {
    content: "\eaa9"; }
.material-icons.shop:before {
    content: "\e8c9"; }
.material-icons.shop_2:before {
    content: "\e19e"; }
.material-icons.shop_two:before {
    content: "\e8ca"; }
.material-icons.shopify:before {
    content: "\ea9d"; }
.material-icons.shopping_bag:before {
    content: "\f1cc"; }
.material-icons.shopping_basket:before {
    content: "\e8cb"; }
.material-icons.shopping_cart:before {
    content: "\e8cc"; }
.material-icons.short_text:before {
    content: "\e261"; }
.material-icons.shortcut:before {
    content: "\f060"; }
.material-icons.show_chart:before {
    content: "\e6e1"; }
.material-icons.shower:before {
    content: "\f061"; }
.material-icons.shuffle:before {
    content: "\e043"; }
.material-icons.shuffle_on:before {
    content: "\e9e1"; }
.material-icons.shutter_speed:before {
    content: "\e43d"; }
.material-icons.sick:before {
    content: "\f220"; }
.material-icons.signal_cellular_0_bar:before {
    content: "\f0a8"; }
.material-icons.signal_cellular_4_bar:before {
    content: "\e1c8"; }
.material-icons.signal_cellular_alt:before {
    content: "\e202"; }
.material-icons.signal_cellular_connected_no_internet_0_bar:before {
    content: "\f0ac"; }
.material-icons.signal_cellular_connected_no_internet_4_bar:before {
    content: "\e1cd"; }
.material-icons.signal_cellular_no_sim:before {
    content: "\e1ce"; }
.material-icons.signal_cellular_nodata:before {
    content: "\f062"; }
.material-icons.signal_cellular_null:before {
    content: "\e1cf"; }
.material-icons.signal_cellular_off:before {
    content: "\e1d0"; }
.material-icons.signal_wifi_0_bar:before {
    content: "\f0b0"; }
.material-icons.signal_wifi_4_bar:before {
    content: "\e1d8"; }
.material-icons.signal_wifi_4_bar_lock:before {
    content: "\e1d9"; }
.material-icons.signal_wifi_bad:before {
    content: "\f063"; }
.material-icons.signal_wifi_connected_no_internet_4:before {
    content: "\f064"; }
.material-icons.signal_wifi_off:before {
    content: "\e1da"; }
.material-icons.signal_wifi_statusbar_4_bar:before {
    content: "\f065"; }
.material-icons.signal_wifi_statusbar_connected_no_internet_4:before {
    content: "\f066"; }
.material-icons.signal_wifi_statusbar_null:before {
    content: "\f067"; }
.material-icons.sim_card:before {
    content: "\e32b"; }
.material-icons.sim_card_alert:before {
    content: "\e624"; }
.material-icons.sim_card_download:before {
    content: "\f068"; }
.material-icons.single_bed:before {
    content: "\ea48"; }
.material-icons.sip:before {
    content: "\f069"; }
.material-icons.skateboarding:before {
    content: "\e511"; }
.material-icons.skip_next:before {
    content: "\e044"; }
.material-icons.skip_previous:before {
    content: "\e045"; }
.material-icons.sledding:before {
    content: "\e512"; }
.material-icons.slideshow:before {
    content: "\e41b"; }
.material-icons.slow_motion_video:before {
    content: "\e068"; }
.material-icons.smart_button:before {
    content: "\f1c1"; }
.material-icons.smart_display:before {
    content: "\f06a"; }
.material-icons.smart_screen:before {
    content: "\f06b"; }
.material-icons.smart_toy:before {
    content: "\f06c"; }
.material-icons.smartphone:before {
    content: "\e32c"; }
.material-icons.smoke_free:before {
    content: "\eb4a"; }
.material-icons.smoking_rooms:before {
    content: "\eb4b"; }
.material-icons.sms:before {
    content: "\e625"; }
.material-icons.sms_failed:before {
    content: "\e626"; }
.material-icons.snapchat:before {
    content: "\ea6e"; }
.material-icons.snippet_folder:before {
    content: "\f1c7"; }
.material-icons.snooze:before {
    content: "\e046"; }
.material-icons.snowboarding:before {
    content: "\e513"; }
.material-icons.snowing:before {
    content: "\e80f"; }
.material-icons.snowmobile:before {
    content: "\e503"; }
.material-icons.snowshoeing:before {
    content: "\e514"; }
.material-icons.soap:before {
    content: "\f1b2"; }
.material-icons.social_distance:before {
    content: "\e1cb"; }
.material-icons.sort:before {
    content: "\e164"; }
.material-icons.sort_by_alpha:before {
    content: "\e053"; }
.material-icons.soup_kitchen:before {
    content: "\e7d3"; }
.material-icons.source:before {
    content: "\f1c4"; }
.material-icons.south:before {
    content: "\f1e3"; }
.material-icons.south_america:before {
    content: "\e7e4"; }
.material-icons.south_east:before {
    content: "\f1e4"; }
.material-icons.south_west:before {
    content: "\f1e5"; }
.material-icons.spa:before {
    content: "\eb4c"; }
.material-icons.space_bar:before {
    content: "\e256"; }
.material-icons.space_dashboard:before {
    content: "\e66b"; }
.material-icons.speaker:before {
    content: "\e32d"; }
.material-icons.speaker_group:before {
    content: "\e32e"; }
.material-icons.speaker_notes:before {
    content: "\e8cd"; }
.material-icons.speaker_notes_off:before {
    content: "\e92a"; }
.material-icons.speaker_phone:before {
    content: "\e0d2"; }
.material-icons.speed:before {
    content: "\e9e4"; }
.material-icons.spellcheck:before {
    content: "\e8ce"; }
.material-icons.splitscreen:before {
    content: "\f06d"; }
.material-icons.spoke:before {
    content: "\e9a7"; }
.material-icons.sports:before {
    content: "\ea30"; }
.material-icons.sports_bar:before {
    content: "\f1f3"; }
.material-icons.sports_baseball:before {
    content: "\ea51"; }
.material-icons.sports_basketball:before {
    content: "\ea26"; }
.material-icons.sports_cricket:before {
    content: "\ea27"; }
.material-icons.sports_esports:before {
    content: "\ea28"; }
.material-icons.sports_football:before {
    content: "\ea29"; }
.material-icons.sports_golf:before {
    content: "\ea2a"; }
.material-icons.sports_handball:before {
    content: "\ea33"; }
.material-icons.sports_hockey:before {
    content: "\ea2b"; }
.material-icons.sports_kabaddi:before {
    content: "\ea34"; }
.material-icons.sports_martial_arts:before {
    content: "\eae9"; }
.material-icons.sports_mma:before {
    content: "\ea2c"; }
.material-icons.sports_motorsports:before {
    content: "\ea2d"; }
.material-icons.sports_rugby:before {
    content: "\ea2e"; }
.material-icons.sports_score:before {
    content: "\f06e"; }
.material-icons.sports_soccer:before {
    content: "\ea2f"; }
.material-icons.sports_tennis:before {
    content: "\ea32"; }
.material-icons.sports_volleyball:before {
    content: "\ea31"; }
.material-icons.square:before {
    content: "\eb36"; }
.material-icons.square_foot:before {
    content: "\ea49"; }
.material-icons.ssid_chart:before {
    content: "\eb66"; }
.material-icons.stacked_bar_chart:before {
    content: "\e9e6"; }
.material-icons.stacked_line_chart:before {
    content: "\f22b"; }
.material-icons.stairs:before {
    content: "\f1a9"; }
.material-icons.star:before {
    content: "\e838"; }
.material-icons.star_border:before {
    content: "\e83a"; }
.material-icons.star_border_purple500:before {
    content: "\f099"; }
.material-icons.star_half:before {
    content: "\e839"; }
.material-icons.star_outline:before {
    content: "\f06f"; }
.material-icons.star_purple500:before {
    content: "\f09a"; }
.material-icons.star_rate:before {
    content: "\f0ec"; }
.material-icons.stars:before {
    content: "\e8d0"; }
.material-icons.start:before {
    content: "\e089"; }
.material-icons.stay_current_landscape:before {
    content: "\e0d3"; }
.material-icons.stay_current_portrait:before {
    content: "\e0d4"; }
.material-icons.stay_primary_landscape:before {
    content: "\e0d5"; }
.material-icons.stay_primary_portrait:before {
    content: "\e0d6"; }
.material-icons.sticky_note_2:before {
    content: "\f1fc"; }
.material-icons.stop:before {
    content: "\e047"; }
.material-icons.stop_circle:before {
    content: "\ef71"; }
.material-icons.stop_screen_share:before {
    content: "\e0e3"; }
.material-icons.storage:before {
    content: "\e1db"; }
.material-icons.store:before {
    content: "\e8d1"; }
.material-icons.store_mall_directory:before {
    content: "\e563"; }
.material-icons.storefront:before {
    content: "\ea12"; }
.material-icons.storm:before {
    content: "\f070"; }
.material-icons.straighten:before {
    content: "\e41c"; }
.material-icons.stream:before {
    content: "\e9e9"; }
.material-icons.streetview:before {
    content: "\e56e"; }
.material-icons.strikethrough_s:before {
    content: "\e257"; }
.material-icons.stroller:before {
    content: "\f1ae"; }
.material-icons.style:before {
    content: "\e41d"; }
.material-icons.subdirectory_arrow_left:before {
    content: "\e5d9"; }
.material-icons.subdirectory_arrow_right:before {
    content: "\e5da"; }
.material-icons.subject:before {
    content: "\e8d2"; }
.material-icons.subscript:before {
    content: "\f111"; }
.material-icons.subscriptions:before {
    content: "\e064"; }
.material-icons.subtitles:before {
    content: "\e048"; }
.material-icons.subtitles_off:before {
    content: "\ef72"; }
.material-icons.subway:before {
    content: "\e56f"; }
.material-icons.summarize:before {
    content: "\f071"; }
.material-icons.sunny:before {
    content: "\e81a"; }
.material-icons.sunny_snowing:before {
    content: "\e819"; }
.material-icons.superscript:before {
    content: "\f112"; }
.material-icons.supervised_user_circle:before {
    content: "\e939"; }
.material-icons.supervisor_account:before {
    content: "\e8d3"; }
.material-icons.support:before {
    content: "\ef73"; }
.material-icons.support_agent:before {
    content: "\f0e2"; }
.material-icons.surfing:before {
    content: "\e515"; }
.material-icons.surround_sound:before {
    content: "\e049"; }
.material-icons.swap_calls:before {
    content: "\e0d7"; }
.material-icons.swap_horiz:before {
    content: "\e8d4"; }
.material-icons.swap_horizontal_circle:before {
    content: "\e933"; }
.material-icons.swap_vert:before {
    content: "\e8d5"; }
.material-icons.swap_vert_circle:before {
    content: "\e8d6"; }
.material-icons.swap_vertical_circle:before {
    content: "\e8d6"; }
.material-icons.swipe:before {
    content: "\e9ec"; }
.material-icons.swipe_down:before {
    content: "\eb53"; }
.material-icons.swipe_down_alt:before {
    content: "\eb30"; }
.material-icons.swipe_left:before {
    content: "\eb59"; }
.material-icons.swipe_left_alt:before {
    content: "\eb33"; }
.material-icons.swipe_right:before {
    content: "\eb52"; }
.material-icons.swipe_right_alt:before {
    content: "\eb56"; }
.material-icons.swipe_up:before {
    content: "\eb2e"; }
.material-icons.swipe_up_alt:before {
    content: "\eb35"; }
.material-icons.swipe_vertical:before {
    content: "\eb51"; }
.material-icons.switch_access_shortcut:before {
    content: "\e7e1"; }
.material-icons.switch_access_shortcut_add:before {
    content: "\e7e2"; }
.material-icons.switch_account:before {
    content: "\e9ed"; }
.material-icons.switch_camera:before {
    content: "\e41e"; }
.material-icons.switch_left:before {
    content: "\f1d1"; }
.material-icons.switch_right:before {
    content: "\f1d2"; }
.material-icons.switch_video:before {
    content: "\e41f"; }
.material-icons.synagogue:before {
    content: "\eab0"; }
.material-icons.sync:before {
    content: "\e627"; }
.material-icons.sync_alt:before {
    content: "\ea18"; }
.material-icons.sync_disabled:before {
    content: "\e628"; }
.material-icons.sync_lock:before {
    content: "\eaee"; }
.material-icons.sync_problem:before {
    content: "\e629"; }
.material-icons.system_security_update:before {
    content: "\f072"; }
.material-icons.system_security_update_good:before {
    content: "\f073"; }
.material-icons.system_security_update_warning:before {
    content: "\f074"; }
.material-icons.system_update:before {
    content: "\e62a"; }
.material-icons.system_update_alt:before {
    content: "\e8d7"; }
.material-icons.system_update_tv:before {
    content: "\e8d7"; }
.material-icons.tab:before {
    content: "\e8d8"; }
.material-icons.tab_unselected:before {
    content: "\e8d9"; }
.material-icons.table_bar:before {
    content: "\ead2"; }
.material-icons.table_chart:before {
    content: "\e265"; }
.material-icons.table_restaurant:before {
    content: "\eac6"; }
.material-icons.table_rows:before {
    content: "\f101"; }
.material-icons.table_view:before {
    content: "\f1be"; }
.material-icons.tablet:before {
    content: "\e32f"; }
.material-icons.tablet_android:before {
    content: "\e330"; }
.material-icons.tablet_mac:before {
    content: "\e331"; }
.material-icons.tag:before {
    content: "\e9ef"; }
.material-icons.tag_faces:before {
    content: "\e420"; }
.material-icons.takeout_dining:before {
    content: "\ea74"; }
.material-icons.tap_and_play:before {
    content: "\e62b"; }
.material-icons.tapas:before {
    content: "\f1e9"; }
.material-icons.task:before {
    content: "\f075"; }
.material-icons.task_alt:before {
    content: "\e2e6"; }
.material-icons.taxi_alert:before {
    content: "\ef74"; }
.material-icons.telegram:before {
    content: "\ea6b"; }
.material-icons.temple_buddhist:before {
    content: "\eab3"; }
.material-icons.temple_hindu:before {
    content: "\eaaf"; }
.material-icons.terrain:before {
    content: "\e564"; }
.material-icons.text_decrease:before {
    content: "\eadd"; }
.material-icons.text_fields:before {
    content: "\e262"; }
.material-icons.text_format:before {
    content: "\e165"; }
.material-icons.text_increase:before {
    content: "\eae2"; }
.material-icons.text_rotate_up:before {
    content: "\e93a"; }
.material-icons.text_rotate_vertical:before {
    content: "\e93b"; }
.material-icons.text_rotation_angledown:before {
    content: "\e93c"; }
.material-icons.text_rotation_angleup:before {
    content: "\e93d"; }
.material-icons.text_rotation_down:before {
    content: "\e93e"; }
.material-icons.text_rotation_none:before {
    content: "\e93f"; }
.material-icons.text_snippet:before {
    content: "\f1c6"; }
.material-icons.textsms:before {
    content: "\e0d8"; }
.material-icons.texture:before {
    content: "\e421"; }
.material-icons.theater_comedy:before {
    content: "\ea66"; }
.material-icons.theaters:before {
    content: "\e8da"; }
.material-icons.thermostat:before {
    content: "\f076"; }
.material-icons.thermostat_auto:before {
    content: "\f077"; }
.material-icons.thumb_down:before {
    content: "\e8db"; }
.material-icons.thumb_down_alt:before {
    content: "\e816"; }
.material-icons.thumb_down_off_alt:before {
    content: "\e9f2"; }
.material-icons.thumb_up:before {
    content: "\e8dc"; }
.material-icons.thumb_up_alt:before {
    content: "\e817"; }
.material-icons.thumb_up_off_alt:before {
    content: "\e9f3"; }
.material-icons.thumbs_up_down:before {
    content: "\e8dd"; }
.material-icons.tiktok:before {
    content: "\ea7e"; }
.material-icons.time_to_leave:before {
    content: "\e62c"; }
.material-icons.timelapse:before {
    content: "\e422"; }
.material-icons.timeline:before {
    content: "\e922"; }
.material-icons.timer:before {
    content: "\e425"; }
.material-icons.timer_10:before {
    content: "\e423"; }
.material-icons.timer_10_select:before {
    content: "\f07a"; }
.material-icons.timer_3:before {
    content: "\e424"; }
.material-icons.timer_3_select:before {
    content: "\f07b"; }
.material-icons.timer_off:before {
    content: "\e426"; }
.material-icons.tips_and_updates:before {
    content: "\e79a"; }
.material-icons.title:before {
    content: "\e264"; }
.material-icons.toc:before {
    content: "\e8de"; }
.material-icons.today:before {
    content: "\e8df"; }
.material-icons.toggle_off:before {
    content: "\e9f5"; }
.material-icons.toggle_on:before {
    content: "\e9f6"; }
.material-icons.token:before {
    content: "\ea25"; }
.material-icons.toll:before {
    content: "\e8e0"; }
.material-icons.tonality:before {
    content: "\e427"; }
.material-icons.topic:before {
    content: "\f1c8"; }
.material-icons.touch_app:before {
    content: "\e913"; }
.material-icons.tour:before {
    content: "\ef75"; }
.material-icons.toys:before {
    content: "\e332"; }
.material-icons.track_changes:before {
    content: "\e8e1"; }
.material-icons.traffic:before {
    content: "\e565"; }
.material-icons.train:before {
    content: "\e570"; }
.material-icons.tram:before {
    content: "\e571"; }
.material-icons.transfer_within_a_station:before {
    content: "\e572"; }
.material-icons.transform:before {
    content: "\e428"; }
.material-icons.transgender:before {
    content: "\e58d"; }
.material-icons.transit_enterexit:before {
    content: "\e579"; }
.material-icons.translate:before {
    content: "\e8e2"; }
.material-icons.travel_explore:before {
    content: "\e2db"; }
.material-icons.trending_down:before {
    content: "\e8e3"; }
.material-icons.trending_flat:before {
    content: "\e8e4"; }
.material-icons.trending_neutral:before {
    content: "\e8e4"; }
.material-icons.trending_up:before {
    content: "\e8e5"; }
.material-icons.trip_origin:before {
    content: "\e57b"; }
.material-icons.try:before {
    content: "\f07c"; }
.material-icons.tty:before {
    content: "\f1aa"; }
.material-icons.tune:before {
    content: "\e429"; }
.material-icons.tungsten:before {
    content: "\f07d"; }
.material-icons.turned_in:before {
    content: "\e8e6"; }
.material-icons.turned_in_not:before {
    content: "\e8e7"; }
.material-icons.tv:before {
    content: "\e333"; }
.material-icons.tv_off:before {
    content: "\e647"; }
.material-icons.two_wheeler:before {
    content: "\e9f9"; }
.material-icons.umbrella:before {
    content: "\f1ad"; }
.material-icons.unarchive:before {
    content: "\e169"; }
.material-icons.undo:before {
    content: "\e166"; }
.material-icons.unfold_less:before {
    content: "\e5d6"; }
.material-icons.unfold_more:before {
    content: "\e5d7"; }
.material-icons.unpublished:before {
    content: "\f236"; }
.material-icons.unsubscribe:before {
    content: "\e0eb"; }
.material-icons.upcoming:before {
    content: "\f07e"; }
.material-icons.update:before {
    content: "\e923"; }
.material-icons.update_disabled:before {
    content: "\e075"; }
.material-icons.upgrade:before {
    content: "\f0fb"; }
.material-icons.upload:before {
    content: "\f09b"; }
.material-icons.upload_file:before {
    content: "\e9fc"; }
.material-icons.usb:before {
    content: "\e1e0"; }
.material-icons.usb_off:before {
    content: "\e4fa"; }
.material-icons.vaccines:before {
    content: "\e138"; }
.material-icons.verified:before {
    content: "\ef76"; }
.material-icons.verified_user:before {
    content: "\e8e8"; }
.material-icons.vertical_align_bottom:before {
    content: "\e258"; }
.material-icons.vertical_align_center:before {
    content: "\e259"; }
.material-icons.vertical_align_top:before {
    content: "\e25a"; }
.material-icons.vertical_distribute:before {
    content: "\e076"; }
.material-icons.vertical_split:before {
    content: "\e949"; }
.material-icons.vibration:before {
    content: "\e62d"; }
.material-icons.video_call:before {
    content: "\e070"; }
.material-icons.video_camera_back:before {
    content: "\f07f"; }
.material-icons.video_camera_front:before {
    content: "\f080"; }
.material-icons.video_collection:before {
    content: "\e04a"; }
.material-icons.video_label:before {
    content: "\e071"; }
.material-icons.video_library:before {
    content: "\e04a"; }
.material-icons.video_settings:before {
    content: "\ea75"; }
.material-icons.video_stable:before {
    content: "\f081"; }
.material-icons.videocam:before {
    content: "\e04b"; }
.material-icons.videocam_off:before {
    content: "\e04c"; }
.material-icons.videogame_asset:before {
    content: "\e338"; }
.material-icons.videogame_asset_off:before {
    content: "\e500"; }
.material-icons.view_agenda:before {
    content: "\e8e9"; }
.material-icons.view_array:before {
    content: "\e8ea"; }
.material-icons.view_carousel:before {
    content: "\e8eb"; }
.material-icons.view_column:before {
    content: "\e8ec"; }
.material-icons.view_comfortable:before {
    content: "\e42a"; }
.material-icons.view_comfy:before {
    content: "\e42a"; }
.material-icons.view_comfy_alt:before {
    content: "\eb73"; }
.material-icons.view_compact:before {
    content: "\e42b"; }
.material-icons.view_compact_alt:before {
    content: "\eb74"; }
.material-icons.view_cozy:before {
    content: "\eb75"; }
.material-icons.view_day:before {
    content: "\e8ed"; }
.material-icons.view_headline:before {
    content: "\e8ee"; }
.material-icons.view_in_ar:before {
    content: "\e9fe"; }
.material-icons.view_list:before {
    content: "\e8ef"; }
.material-icons.view_module:before {
    content: "\e8f0"; }
.material-icons.view_quilt:before {
    content: "\e8f1"; }
.material-icons.view_sidebar:before {
    content: "\f114"; }
.material-icons.view_stream:before {
    content: "\e8f2"; }
.material-icons.view_week:before {
    content: "\e8f3"; }
.material-icons.vignette:before {
    content: "\e435"; }
.material-icons.villa:before {
    content: "\e586"; }
.material-icons.visibility:before {
    content: "\e8f4"; }
.material-icons.visibility_off:before {
    content: "\e8f5"; }
.material-icons.voice_chat:before {
    content: "\e62e"; }
.material-icons.voice_over_off:before {
    content: "\e94a"; }
.material-icons.voicemail:before {
    content: "\e0d9"; }
.material-icons.volume_down:before {
    content: "\e04d"; }
.material-icons.volume_down_alt:before {
    content: "\e79c"; }
.material-icons.volume_mute:before {
    content: "\e04e"; }
.material-icons.volume_off:before {
    content: "\e04f"; }
.material-icons.volume_up:before {
    content: "\e050"; }
.material-icons.volunteer_activism:before {
    content: "\ea70"; }
.material-icons.vpn_key:before {
    content: "\e0da"; }
.material-icons.vpn_lock:before {
    content: "\e62f"; }
.material-icons.vrpano:before {
    content: "\f082"; }
.material-icons.wallet_giftcard:before {
    content: "\e8f6"; }
.material-icons.wallet_membership:before {
    content: "\e8f7"; }
.material-icons.wallet_travel:before {
    content: "\e8f8"; }
.material-icons.wallpaper:before {
    content: "\e1bc"; }
.material-icons.warning:before {
    content: "\e002"; }
.material-icons.warning_amber:before {
    content: "\f083"; }
.material-icons.wash:before {
    content: "\f1b1"; }
.material-icons.watch:before {
    content: "\e334"; }
.material-icons.watch_later:before {
    content: "\e924"; }
.material-icons.watch_off:before {
    content: "\eae3"; }
.material-icons.water:before {
    content: "\f084"; }
.material-icons.water_damage:before {
    content: "\f203"; }
.material-icons.water_drop:before {
    content: "\e798"; }
.material-icons.waterfall_chart:before {
    content: "\ea00"; }
.material-icons.waves:before {
    content: "\e176"; }
.material-icons.waving_hand:before {
    content: "\e766"; }
.material-icons.wb_auto:before {
    content: "\e42c"; }
.material-icons.wb_cloudy:before {
    content: "\e42d"; }
.material-icons.wb_incandescent:before {
    content: "\e42e"; }
.material-icons.wb_iridescent:before {
    content: "\e436"; }
.material-icons.wb_shade:before {
    content: "\ea01"; }
.material-icons.wb_sunny:before {
    content: "\e430"; }
.material-icons.wb_twighlight:before {
    content: "\ea02"; }
.material-icons.wb_twilight:before {
    content: "\e1c6"; }
.material-icons.wc:before {
    content: "\e63d"; }
.material-icons.web:before {
    content: "\e051"; }
.material-icons.web_asset:before {
    content: "\e069"; }
.material-icons.web_asset_off:before {
    content: "\e4f7"; }
.material-icons.web_stories:before {
    content: "\e595"; }
.material-icons.wechat:before {
    content: "\ea81"; }
.material-icons.weekend:before {
    content: "\e16b"; }
.material-icons.west:before {
    content: "\f1e6"; }
.material-icons.whatsapp:before {
    content: "\ea9c"; }
.material-icons.whatshot:before {
    content: "\e80e"; }
.material-icons.wheelchair_pickup:before {
    content: "\f1ab"; }
.material-icons.where_to_vote:before {
    content: "\e177"; }
.material-icons.widgets:before {
    content: "\e1bd"; }
.material-icons.wifi:before {
    content: "\e63e"; }
.material-icons.wifi_calling:before {
    content: "\ef77"; }
.material-icons.wifi_calling_3:before {
    content: "\f085"; }
.material-icons.wifi_channel:before {
    content: "\eb6a"; }
.material-icons.wifi_find:before {
    content: "\eb31"; }
.material-icons.wifi_lock:before {
    content: "\e1e1"; }
.material-icons.wifi_off:before {
    content: "\e648"; }
.material-icons.wifi_password:before {
    content: "\eb6b"; }
.material-icons.wifi_protected_setup:before {
    content: "\f0fc"; }
.material-icons.wifi_tethering:before {
    content: "\e1e2"; }
.material-icons.wifi_tethering_error:before {
    content: "\ead9"; }
.material-icons.wifi_tethering_error_rounded:before {
    content: "\f086"; }
.material-icons.wifi_tethering_off:before {
    content: "\f087"; }
.material-icons.window:before {
    content: "\f088"; }
.material-icons.wine_bar:before {
    content: "\f1e8"; }
.material-icons.woman:before {
    content: "\e13e"; }
.material-icons.woo_commerce:before {
    content: "\ea6d"; }
.material-icons.wordpress:before {
    content: "\ea9f"; }
.material-icons.work:before {
    content: "\e8f9"; }
.material-icons.work_off:before {
    content: "\e942"; }
.material-icons.work_outline:before {
    content: "\e943"; }
.material-icons.workspace_premium:before {
    content: "\e7af"; }
.material-icons.workspaces:before {
    content: "\e1a0"; }
.material-icons.workspaces_filled:before {
    content: "\ea0d"; }
.material-icons.workspaces_outline:before {
    content: "\ea0f"; }
.material-icons.wrap_text:before {
    content: "\e25b"; }
.material-icons.wrong_location:before {
    content: "\ef78"; }
.material-icons.wysiwyg:before {
    content: "\f1c3"; }
.material-icons.yard:before {
    content: "\f089"; }
.material-icons.youtube_searched_for:before {
    content: "\e8fa"; }
.material-icons.zoom_in:before {
    content: "\e8ff"; }
.material-icons.zoom_in_map:before {
    content: "\eb2d"; }
.material-icons.zoom_out:before {
    content: "\e900"; }
.material-icons.zoom_out_map:before {
    content: "\e56b"; }

/*!******************************************************************************************************************************************************************************************************************************!*\
  !*** 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/animate.css/animate.css ***!
  \******************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/*!
 * animate.css - https://animate.style/
 * Version - 4.1.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2020 Animate.css
 */
:root {
  --animate-duration: 1s;
  --animate-delay: 1s;
  --animate-repeat: 1;
}
.animate__animated {
  animation-duration: 1s;
  animation-duration: var(--animate-duration);
  animation-fill-mode: both;
}
.animate__animated.animate__infinite {
  animation-iteration-count: infinite;
}
.animate__animated.animate__repeat-1 {
  animation-iteration-count: 1;
  animation-iteration-count: var(--animate-repeat);
}
.animate__animated.animate__repeat-2 {
  animation-iteration-count: calc(1 * 2);
  animation-iteration-count: calc(var(--animate-repeat) * 2);
}
.animate__animated.animate__repeat-3 {
  animation-iteration-count: calc(1 * 3);
  animation-iteration-count: calc(var(--animate-repeat) * 3);
}
.animate__animated.animate__delay-1s {
  animation-delay: 1s;
  animation-delay: var(--animate-delay);
}
.animate__animated.animate__delay-2s {
  animation-delay: calc(1s * 2);
  animation-delay: calc(var(--animate-delay) * 2);
}
.animate__animated.animate__delay-3s {
  animation-delay: calc(1s * 3);
  animation-delay: calc(var(--animate-delay) * 3);
}
.animate__animated.animate__delay-4s {
  animation-delay: calc(1s * 4);
  animation-delay: calc(var(--animate-delay) * 4);
}
.animate__animated.animate__delay-5s {
  animation-delay: calc(1s * 5);
  animation-delay: calc(var(--animate-delay) * 5);
}
.animate__animated.animate__faster {
  animation-duration: calc(1s / 2);
  animation-duration: calc(var(--animate-duration) / 2);
}
.animate__animated.animate__fast {
  animation-duration: calc(1s * 0.8);
  animation-duration: calc(var(--animate-duration) * 0.8);
}
.animate__animated.animate__slow {
  animation-duration: calc(1s * 2);
  animation-duration: calc(var(--animate-duration) * 2);
}
.animate__animated.animate__slower {
  animation-duration: calc(1s * 3);
  animation-duration: calc(var(--animate-duration) * 3);
}
@media print, (prefers-reduced-motion: reduce) {
  .animate__animated {
    animation-duration: 1ms !important;
    transition-duration: 1ms !important;
    animation-iteration-count: 1 !important;
  }

  .animate__animated[class*='Out'] {
    opacity: 0;
  }
}
/* Attention seekers  */
@keyframes bounce {
  from,
  20%,
  53%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0);
  }

  40%,
  43% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0) scaleY(1.1);
  }

  70% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0) scaleY(1.05);
  }

  80% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0) scaleY(0.95);
  }

  90% {
    transform: translate3d(0, -4px, 0) scaleY(1.02);
  }
}
.animate__bounce {
  animation-name: bounce;
  transform-origin: center bottom;
}
@keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }

  25%,
  75% {
    opacity: 0;
  }
}
.animate__flash {
  animation-name: flash;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes pulse {
  from {
    transform: scale3d(1, 1, 1);
  }

  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    transform: scale3d(1, 1, 1);
  }
}
.animate__pulse {
  animation-name: pulse;
  animation-timing-function: ease-in-out;
}
@keyframes rubberBand {
  from {
    transform: scale3d(1, 1, 1);
  }

  30% {
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    transform: scale3d(0.95, 1.05, 1);
  }

  75% {
    transform: scale3d(1.05, 0.95, 1);
  }

  to {
    transform: scale3d(1, 1, 1);
  }
}
.animate__rubberBand {
  animation-name: rubberBand;
}
@keyframes shakeX {
  from,
  to {
    transform: translate3d(0, 0, 0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    transform: translate3d(-10px, 0, 0);
  }

  20%,
  40%,
  60%,
  80% {
    transform: translate3d(10px, 0, 0);
  }
}
.animate__shakeX {
  animation-name: shakeX;
}
@keyframes shakeY {
  from,
  to {
    transform: translate3d(0, 0, 0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    transform: translate3d(0, -10px, 0);
  }

  20%,
  40%,
  60%,
  80% {
    transform: translate3d(0, 10px, 0);
  }
}
.animate__shakeY {
  animation-name: shakeY;
}
@keyframes headShake {
  0% {
    transform: translateX(0);
  }

  6.5% {
    transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    transform: translateX(2px) rotateY(3deg);
  }

  50% {
    transform: translateX(0);
  }
}
.animate__headShake {
  animation-timing-function: ease-in-out;
  animation-name: headShake;
}
@keyframes swing {
  20% {
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.animate__swing {
  transform-origin: top center;
  animation-name: swing;
}
@keyframes tada {
  from {
    transform: scale3d(1, 1, 1);
  }

  10%,
  20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }

  30%,
  50%,
  70%,
  90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%,
  60%,
  80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    transform: scale3d(1, 1, 1);
  }
}
.animate__tada {
  animation-name: tada;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes wobble {
  from {
    transform: translate3d(0, 0, 0);
  }

  15% {
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}
.animate__wobble {
  animation-name: wobble;
}
@keyframes jello {
  from,
  11.1%,
  to {
    transform: translate3d(0, 0, 0);
  }

  22.2% {
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.animate__jello {
  animation-name: jello;
  transform-origin: center;
}
@keyframes heartBeat {
  0% {
    transform: scale(1);
  }

  14% {
    transform: scale(1.3);
  }

  28% {
    transform: scale(1);
  }

  42% {
    transform: scale(1.3);
  }

  70% {
    transform: scale(1);
  }
}
.animate__heartBeat {
  animation-name: heartBeat;
  animation-duration: calc(1s * 1.3);
  animation-duration: calc(var(--animate-duration) * 1.3);
  animation-timing-function: ease-in-out;
}
/* Back entrances */
@keyframes backInDown {
  0% {
    transform: translateY(-1200px) scale(0.7);
    opacity: 0.7;
  }

  80% {
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.animate__backInDown {
  animation-name: backInDown;
}
@keyframes backInLeft {
  0% {
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7;
  }

  80% {
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.animate__backInLeft {
  animation-name: backInLeft;
}
@keyframes backInRight {
  0% {
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7;
  }

  80% {
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.animate__backInRight {
  animation-name: backInRight;
}
@keyframes backInUp {
  0% {
    transform: translateY(1200px) scale(0.7);
    opacity: 0.7;
  }

  80% {
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.animate__backInUp {
  animation-name: backInUp;
}
/* Back exits */
@keyframes backOutDown {
  0% {
    transform: scale(1);
    opacity: 1;
  }

  20% {
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    transform: translateY(700px) scale(0.7);
    opacity: 0.7;
  }
}
.animate__backOutDown {
  animation-name: backOutDown;
}
@keyframes backOutLeft {
  0% {
    transform: scale(1);
    opacity: 1;
  }

  20% {
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7;
  }
}
.animate__backOutLeft {
  animation-name: backOutLeft;
}
@keyframes backOutRight {
  0% {
    transform: scale(1);
    opacity: 1;
  }

  20% {
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7;
  }
}
.animate__backOutRight {
  animation-name: backOutRight;
}
@keyframes backOutUp {
  0% {
    transform: scale(1);
    opacity: 1;
  }

  20% {
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    transform: translateY(-700px) scale(0.7);
    opacity: 0.7;
  }
}
.animate__backOutUp {
  animation-name: backOutUp;
}
/* Bouncing entrances  */
@keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }

  to {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}
.animate__bounceIn {
  animation-duration: calc(1s * 0.75);
  animation-duration: calc(var(--animate-duration) * 0.75);
  animation-name: bounceIn;
}
@keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0) scaleY(3);
  }

  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0) scaleY(0.9);
  }

  75% {
    transform: translate3d(0, -10px, 0) scaleY(0.95);
  }

  90% {
    transform: translate3d(0, 5px, 0) scaleY(0.985);
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}
.animate__bounceInDown {
  animation-name: bounceInDown;
}
@keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0) scaleX(3);
  }

  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0) scaleX(1);
  }

  75% {
    transform: translate3d(-10px, 0, 0) scaleX(0.98);
  }

  90% {
    transform: translate3d(5px, 0, 0) scaleX(0.995);
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}
.animate__bounceInLeft {
  animation-name: bounceInLeft;
}
@keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0) scaleX(3);
  }

  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0) scaleX(1);
  }

  75% {
    transform: translate3d(10px, 0, 0) scaleX(0.98);
  }

  90% {
    transform: translate3d(-5px, 0, 0) scaleX(0.995);
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}
.animate__bounceInRight {
  animation-name: bounceInRight;
}
@keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0) scaleY(5);
  }

  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0) scaleY(0.9);
  }

  75% {
    transform: translate3d(0, 10px, 0) scaleY(0.95);
  }

  90% {
    transform: translate3d(0, -5px, 0) scaleY(0.985);
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}
.animate__bounceInUp {
  animation-name: bounceInUp;
}
/* Bouncing exits  */
@keyframes bounceOut {
  20% {
    transform: scale3d(0.9, 0.9, 0.9);
  }

  50%,
  55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.animate__bounceOut {
  animation-duration: calc(1s * 0.75);
  animation-duration: calc(var(--animate-duration) * 0.75);
  animation-name: bounceOut;
}
@keyframes bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0) scaleY(0.985);
  }

  40%,
  45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0) scaleY(0.9);
  }

  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0) scaleY(3);
  }
}
.animate__bounceOutDown {
  animation-name: bounceOutDown;
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0) scaleX(0.9);
  }

  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0) scaleX(2);
  }
}
.animate__bounceOutLeft {
  animation-name: bounceOutLeft;
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0) scaleX(0.9);
  }

  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0) scaleX(2);
  }
}
.animate__bounceOutRight {
  animation-name: bounceOutRight;
}
@keyframes bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0) scaleY(0.985);
  }

  40%,
  45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0) scaleY(0.9);
  }

  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0) scaleY(3);
  }
}
.animate__bounceOutUp {
  animation-name: bounceOutUp;
}
/* Fading entrances  */
@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}
.animate__fadeIn {
  animation-name: fadeIn;
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInDown {
  animation-name: fadeInDown;
}
@keyframes fadeInDownBig {
  from {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInDownBig {
  animation-name: fadeInDownBig;
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInLeft {
  animation-name: fadeInLeft;
}
@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInLeftBig {
  animation-name: fadeInLeftBig;
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInRight {
  animation-name: fadeInRight;
}
@keyframes fadeInRightBig {
  from {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInRightBig {
  animation-name: fadeInRightBig;
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInUp {
  animation-name: fadeInUp;
}
@keyframes fadeInUpBig {
  from {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInUpBig {
  animation-name: fadeInUpBig;
}
@keyframes fadeInTopLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, -100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInTopLeft {
  animation-name: fadeInTopLeft;
}
@keyframes fadeInTopRight {
  from {
    opacity: 0;
    transform: translate3d(100%, -100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInTopRight {
  animation-name: fadeInTopRight;
}
@keyframes fadeInBottomLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInBottomLeft {
  animation-name: fadeInBottomLeft;
}
@keyframes fadeInBottomRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInBottomRight {
  animation-name: fadeInBottomRight;
}
/* Fading exits */
@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}
.animate__fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}
.animate__fadeOutDown {
  animation-name: fadeOutDown;
}
@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
.animate__fadeOutDownBig {
  animation-name: fadeOutDownBig;
}
@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
}
.animate__fadeOutLeft {
  animation-name: fadeOutLeft;
}
@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
.animate__fadeOutLeftBig {
  animation-name: fadeOutLeftBig;
}
@keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
}
.animate__fadeOutRight {
  animation-name: fadeOutRight;
}
@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
.animate__fadeOutRightBig {
  animation-name: fadeOutRightBig;
}
@keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}
.animate__fadeOutUp {
  animation-name: fadeOutUp;
}
@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
.animate__fadeOutUpBig {
  animation-name: fadeOutUpBig;
}
@keyframes fadeOutTopLeft {
  from {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(-100%, -100%, 0);
  }
}
.animate__fadeOutTopLeft {
  animation-name: fadeOutTopLeft;
}
@keyframes fadeOutTopRight {
  from {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(100%, -100%, 0);
  }
}
.animate__fadeOutTopRight {
  animation-name: fadeOutTopRight;
}
@keyframes fadeOutBottomRight {
  from {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 100%, 0);
  }
}
.animate__fadeOutBottomRight {
  animation-name: fadeOutBottomRight;
}
@keyframes fadeOutBottomLeft {
  from {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(-100%, 100%, 0);
  }
}
.animate__fadeOutBottomLeft {
  animation-name: fadeOutBottomLeft;
}
/* Flippers */
@keyframes flip {
  from {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    animation-timing-function: ease-out;
  }

  40% {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    animation-timing-function: ease-out;
  }

  50% {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    animation-timing-function: ease-in;
  }

  80% {
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    animation-timing-function: ease-in;
  }

  to {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    animation-timing-function: ease-in;
  }
}
.animate__animated.animate__flip {
  backface-visibility: visible;
  animation-name: flip;
}
@keyframes flipInX {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    animation-timing-function: ease-in;
  }

  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    transform: perspective(400px);
  }
}
.animate__flipInX {
  backface-visibility: visible !important;
  animation-name: flipInX;
}
@keyframes flipInY {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    animation-timing-function: ease-in;
  }

  60% {
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    transform: perspective(400px);
  }
}
.animate__flipInY {
  backface-visibility: visible !important;
  animation-name: flipInY;
}
@keyframes flipOutX {
  from {
    transform: perspective(400px);
  }

  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.animate__flipOutX {
  animation-duration: calc(1s * 0.75);
  animation-duration: calc(var(--animate-duration) * 0.75);
  animation-name: flipOutX;
  backface-visibility: visible !important;
}
@keyframes flipOutY {
  from {
    transform: perspective(400px);
  }

  30% {
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  to {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.animate__flipOutY {
  animation-duration: calc(1s * 0.75);
  animation-duration: calc(var(--animate-duration) * 0.75);
  backface-visibility: visible !important;
  animation-name: flipOutY;
}
/* Lightspeed */
@keyframes lightSpeedInRight {
  from {
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    transform: skewX(-5deg);
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}
.animate__lightSpeedInRight {
  animation-name: lightSpeedInRight;
  animation-timing-function: ease-out;
}
@keyframes lightSpeedInLeft {
  from {
    transform: translate3d(-100%, 0, 0) skewX(30deg);
    opacity: 0;
  }

  60% {
    transform: skewX(-20deg);
    opacity: 1;
  }

  80% {
    transform: skewX(5deg);
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}
.animate__lightSpeedInLeft {
  animation-name: lightSpeedInLeft;
  animation-timing-function: ease-out;
}
@keyframes lightSpeedOutRight {
  from {
    opacity: 1;
  }

  to {
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.animate__lightSpeedOutRight {
  animation-name: lightSpeedOutRight;
  animation-timing-function: ease-in;
}
@keyframes lightSpeedOutLeft {
  from {
    opacity: 1;
  }

  to {
    transform: translate3d(-100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
}
.animate__lightSpeedOutLeft {
  animation-name: lightSpeedOutLeft;
  animation-timing-function: ease-in;
}
/* Rotating entrances */
@keyframes rotateIn {
  from {
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.animate__rotateIn {
  animation-name: rotateIn;
  transform-origin: center;
}
@keyframes rotateInDownLeft {
  from {
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.animate__rotateInDownLeft {
  animation-name: rotateInDownLeft;
  transform-origin: left bottom;
}
@keyframes rotateInDownRight {
  from {
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.animate__rotateInDownRight {
  animation-name: rotateInDownRight;
  transform-origin: right bottom;
}
@keyframes rotateInUpLeft {
  from {
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.animate__rotateInUpLeft {
  animation-name: rotateInUpLeft;
  transform-origin: left bottom;
}
@keyframes rotateInUpRight {
  from {
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.animate__rotateInUpRight {
  animation-name: rotateInUpRight;
  transform-origin: right bottom;
}
/* Rotating exits */
@keyframes rotateOut {
  from {
    opacity: 1;
  }

  to {
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
.animate__rotateOut {
  animation-name: rotateOut;
  transform-origin: center;
}
@keyframes rotateOutDownLeft {
  from {
    opacity: 1;
  }

  to {
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
.animate__rotateOutDownLeft {
  animation-name: rotateOutDownLeft;
  transform-origin: left bottom;
}
@keyframes rotateOutDownRight {
  from {
    opacity: 1;
  }

  to {
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.animate__rotateOutDownRight {
  animation-name: rotateOutDownRight;
  transform-origin: right bottom;
}
@keyframes rotateOutUpLeft {
  from {
    opacity: 1;
  }

  to {
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.animate__rotateOutUpLeft {
  animation-name: rotateOutUpLeft;
  transform-origin: left bottom;
}
@keyframes rotateOutUpRight {
  from {
    opacity: 1;
  }

  to {
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
.animate__rotateOutUpRight {
  animation-name: rotateOutUpRight;
  transform-origin: right bottom;
}
/* Specials */
@keyframes hinge {
  0% {
    animation-timing-function: ease-in-out;
  }

  20%,
  60% {
    transform: rotate3d(0, 0, 1, 80deg);
    animation-timing-function: ease-in-out;
  }

  40%,
  80% {
    transform: rotate3d(0, 0, 1, 60deg);
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.animate__hinge {
  animation-duration: calc(1s * 2);
  animation-duration: calc(var(--animate-duration) * 2);
  animation-name: hinge;
  transform-origin: top left;
}
@keyframes jackInTheBox {
  from {
    opacity: 0;
    transform: scale(0.1) rotate(30deg);
    transform-origin: center bottom;
  }

  50% {
    transform: rotate(-10deg);
  }

  70% {
    transform: rotate(3deg);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}
.animate__jackInTheBox {
  animation-name: jackInTheBox;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes rollIn {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.animate__rollIn {
  animation-name: rollIn;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes rollOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
.animate__rollOut {
  animation-name: rollOut;
}
/* Zooming entrances */
@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}
.animate__zoomIn {
  animation-name: zoomIn;
}
@keyframes zoomInDown {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomInDown {
  animation-name: zoomInDown;
}
@keyframes zoomInLeft {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomInLeft {
  animation-name: zoomInLeft;
}
@keyframes zoomInRight {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomInRight {
  animation-name: zoomInRight;
}
@keyframes zoomInUp {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomInUp {
  animation-name: zoomInUp;
}
/* Zooming exits */
@keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }

  to {
    opacity: 0;
  }
}
.animate__zoomOut {
  animation-name: zoomOut;
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomOutDown {
  animation-name: zoomOutDown;
  transform-origin: center bottom;
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;
    transform: scale(0.1) translate3d(-2000px, 0, 0);
  }
}
.animate__zoomOutLeft {
  animation-name: zoomOutLeft;
  transform-origin: left center;
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    transform: scale(0.1) translate3d(2000px, 0, 0);
  }
}
.animate__zoomOutRight {
  animation-name: zoomOutRight;
  transform-origin: right center;
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomOutUp {
  animation-name: zoomOutUp;
  transform-origin: center bottom;
}
/* Sliding entrances */
@keyframes slideInDown {
  from {
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}
.animate__slideInDown {
  animation-name: slideInDown;
}
@keyframes slideInLeft {
  from {
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}
.animate__slideInLeft {
  animation-name: slideInLeft;
}
@keyframes slideInRight {
  from {
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}
.animate__slideInRight {
  animation-name: slideInRight;
}
@keyframes slideInUp {
  from {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}
.animate__slideInUp {
  animation-name: slideInUp;
}
/* Sliding exits */
@keyframes slideOutDown {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    transform: translate3d(0, 100%, 0);
  }
}
.animate__slideOutDown {
  animation-name: slideOutDown;
}
@keyframes slideOutLeft {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    transform: translate3d(-100%, 0, 0);
  }
}
.animate__slideOutLeft {
  animation-name: slideOutLeft;
}
@keyframes slideOutRight {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    transform: translate3d(100%, 0, 0);
  }
}
.animate__slideOutRight {
  animation-name: slideOutRight;
}
@keyframes slideOutUp {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    transform: translate3d(0, -100%, 0);
  }
}
.animate__slideOutUp {
  animation-name: slideOutUp;
}

/*!***********************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/angular2-draggable/css/resizable.min.css ***!
  \***********************************************************************************************************************************************************************************************************************************************/
.ng-resizable{position:relative}.ng-resizable-handle{position:absolute;font-size:0.1px;display:block;touch-action:none}.ng-resizable-handle.ng-resizable-e{cursor:e-resize;width:7px;right:-5px;height:100%;top:0}.ng-resizable-handle.ng-resizable-w{cursor:w-resize;width:7px;left:-5px;height:100%;top:0}.ng-resizable-handle.ng-resizable-s{cursor:s-resize;height:7px;bottom:-5px;width:100%;left:0}.ng-resizable-handle.ng-resizable-n{cursor:n-resize;height:7px;top:-5px;width:100%;left:0}.ng-resizable-handle.ng-resizable-se{cursor:se-resize;width:12px;height:12px;right:1px;bottom:1px}.ng-resizable-handle.ng-resizable-sw{cursor:sw-resize;width:12px;height:12px;left:1px;bottom:1px}.ng-resizable-handle.ng-resizable-ne{cursor:ne-resize;width:12px;height:12px;right:1px;top:1px}.ng-resizable-handle.ng-resizable-nw{cursor:nw-resize;width:12px;height:12px;left:1px;top:1px}.ng-resizable-diagonal{box-sizing:border-box;width:0;height:0;border-bottom:12px solid #aaa;border-left:12px solid transparent}

/*!********************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/azure-maps-control/dist/atlas.min.css ***!
  \********************************************************************************************************************************************************************************************************************************************/
.mapboxgl-marker,.mapboxgl-popup{will-change:transform;top:0;left:0}.azure-maps-control-button,.popup-collection-container{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none}.incident-popup-subtitle,.incident-popup-title{text-transform:capitalize;text-overflow:ellipsis}.mapboxgl-map{font:12px/20px 'Helvetica Neue',Arial,Helvetica,sans-serif;overflow:hidden;position:relative;-webkit-tap-highlight-color:transparent}.mapboxgl-canary{background-color:salmon}.mapboxgl-canvas-container.mapboxgl-interactive,.mapboxgl-ctrl-nav-compass{cursor:grab}.mapboxgl-canvas-container.mapboxgl-interactive:active,.mapboxgl-ctrl-nav-compass:active{cursor:grabbing}.mapboxgl-canvas-container.mapboxgl-touch-zoom-rotate{touch-action:pan-x pan-y}.mapboxgl-canvas-container.mapboxgl-touch-drag-pan{-ms-touch-action:pinch-zoom}.mapboxgl-canvas-container.mapboxgl-touch-zoom-rotate.mapboxgl-touch-drag-pan{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}.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;box-shadow:0 0 0 2px rgba(0,0,0,.1);overflow:hidden;background:#fff}.mapboxgl-ctrl-group>button{width:30px;height:30px;display:block;padding:0;outline:0;border:none;border-bottom:1px solid #ddd;box-sizing:border-box;background-color:rgba(0,0,0,0);cursor:pointer}.mapboxgl-ctrl>button::-moz-focus-inner{border:0;padding:0}.mapboxgl-ctrl>button:last-child{border-bottom:0}.mapboxgl-ctrl>button:hover{background-color:rgba(0,0,0,.05)}.mapboxgl-ctrl-icon,.mapboxgl-ctrl-icon>.mapboxgl-ctrl-compass-arrow{speak:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.mapboxgl-ctrl-icon{padding:5px}.mapboxgl-ctrl-icon.mapboxgl-ctrl-zoom-out{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg%20viewBox%3D%270%200%2020%2020%27%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%3E%0A%20%20%3Cpath%20style%3D%27fill%3A%23333333%3B%27%20d%3D%27m%207%2C9%20c%20-0.554%2C0%20-1%2C0.446%20-1%2C1%200%2C0.554%200.446%2C1%201%2C1%20l%206%2C0%20c%200.554%2C0%201%2C-0.446%201%2C-1%200%2C-0.554%20-0.446%2C-1%20-1%2C-1%20z%27%20%2F%3E%0A%3C%2Fsvg%3E%0A")}.mapboxgl-ctrl-icon.mapboxgl-ctrl-zoom-in{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg%20viewBox%3D%270%200%2020%2020%27%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%3E%0A%20%20%3Cpath%20style%3D%27fill%3A%23333333%3B%27%20d%3D%27M%2010%206%20C%209.446%206%209%206.4459904%209%207%20L%209%209%20L%207%209%20C%206.446%209%206%209.446%206%2010%20C%206%2010.554%206.446%2011%207%2011%20L%209%2011%20L%209%2013%20C%209%2013.55401%209.446%2014%2010%2014%20C%2010.554%2014%2011%2013.55401%2011%2013%20L%2011%2011%20L%2013%2011%20C%2013.554%2011%2014%2010.554%2014%2010%20C%2014%209.446%2013.554%209%2013%209%20L%2011%209%20L%2011%207%20C%2011%206.4459904%2010.554%206%2010%206%20z%27%20%2F%3E%0A%3C%2Fsvg%3E%0A")}.mapboxgl-ctrl-icon.mapboxgl-ctrl-geolocate{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D%270%200%2020%2020%27%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%3E%0D%0A%20%20%3Cpath%20style%3D%27fill%3A%23333%3B%27%20d%3D%27M10%204C9%204%209%205%209%205L9%205.1A5%205%200%200%200%205.1%209L5%209C5%209%204%209%204%2010%204%2011%205%2011%205%2011L5.1%2011A5%205%200%200%200%209%2014.9L9%2015C9%2015%209%2016%2010%2016%2011%2016%2011%2015%2011%2015L11%2014.9A5%205%200%200%200%2014.9%2011L15%2011C15%2011%2016%2011%2016%2010%2016%209%2015%209%2015%209L14.9%209A5%205%200%200%200%2011%205.1L11%205C11%205%2011%204%2010%204zM10%206.5A3.5%203.5%200%200%201%2013.5%2010%203.5%203.5%200%200%201%2010%2013.5%203.5%203.5%200%200%201%206.5%2010%203.5%203.5%200%200%201%2010%206.5zM10%208.3A1.8%201.8%200%200%200%208.3%2010%201.8%201.8%200%200%200%2010%2011.8%201.8%201.8%200%200%200%2011.8%2010%201.8%201.8%200%200%200%2010%208.3z%27%20%2F%3E%0D%0A%3C%2Fsvg%3E")}.mapboxgl-ctrl-icon.mapboxgl-ctrl-geolocate:disabled{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D%270%200%2020%2020%27%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%3E%0D%0A%20%20%3Cpath%20style%3D%27fill%3A%23aaa%3B%27%20d%3D%27M10%204C9%204%209%205%209%205L9%205.1A5%205%200%200%200%205.1%209L5%209C5%209%204%209%204%2010%204%2011%205%2011%205%2011L5.1%2011A5%205%200%200%200%209%2014.9L9%2015C9%2015%209%2016%2010%2016%2011%2016%2011%2015%2011%2015L11%2014.9A5%205%200%200%200%2014.9%2011L15%2011C15%2011%2016%2011%2016%2010%2016%209%2015%209%2015%209L14.9%209A5%205%200%200%200%2011%205.1L11%205C11%205%2011%204%2010%204zM10%206.5A3.5%203.5%200%200%201%2013.5%2010%203.5%203.5%200%200%201%2010%2013.5%203.5%203.5%200%200%201%206.5%2010%203.5%203.5%200%200%201%2010%206.5zM10%208.3A1.8%201.8%200%200%200%208.3%2010%201.8%201.8%200%200%200%2010%2011.8%201.8%201.8%200%200%200%2011.8%2010%201.8%201.8%200%200%200%2010%208.3z%27%20%2F%3E%0D%0A%3C%2Fsvg%3E")}.mapboxgl-ctrl-icon.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-active{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D%270%200%2020%2020%27%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%3E%0D%0A%20%20%3Cpath%20style%3D%27fill%3A%2333b5e5%3B%27%20d%3D%27M10%204C9%204%209%205%209%205L9%205.1A5%205%200%200%200%205.1%209L5%209C5%209%204%209%204%2010%204%2011%205%2011%205%2011L5.1%2011A5%205%200%200%200%209%2014.9L9%2015C9%2015%209%2016%2010%2016%2011%2016%2011%2015%2011%2015L11%2014.9A5%205%200%200%200%2014.9%2011L15%2011C15%2011%2016%2011%2016%2010%2016%209%2015%209%2015%209L14.9%209A5%205%200%200%200%2011%205.1L11%205C11%205%2011%204%2010%204zM10%206.5A3.5%203.5%200%200%201%2013.5%2010%203.5%203.5%200%200%201%2010%2013.5%203.5%203.5%200%200%201%206.5%2010%203.5%203.5%200%200%201%2010%206.5zM10%208.3A1.8%201.8%200%200%200%208.3%2010%201.8%201.8%200%200%200%2010%2011.8%201.8%201.8%200%200%200%2011.8%2010%201.8%201.8%200%200%200%2010%208.3z%27%20%2F%3E%0D%0A%3C%2Fsvg%3E")}.mapboxgl-ctrl-icon.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-active-error{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D%270%200%2020%2020%27%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%3E%0D%0A%20%20%3Cpath%20style%3D%27fill%3A%23e58978%3B%27%20d%3D%27M10%204C9%204%209%205%209%205L9%205.1A5%205%200%200%200%205.1%209L5%209C5%209%204%209%204%2010%204%2011%205%2011%205%2011L5.1%2011A5%205%200%200%200%209%2014.9L9%2015C9%2015%209%2016%2010%2016%2011%2016%2011%2015%2011%2015L11%2014.9A5%205%200%200%200%2014.9%2011L15%2011C15%2011%2016%2011%2016%2010%2016%209%2015%209%2015%209L14.9%209A5%205%200%200%200%2011%205.1L11%205C11%205%2011%204%2010%204zM10%206.5A3.5%203.5%200%200%201%2013.5%2010%203.5%203.5%200%200%201%2010%2013.5%203.5%203.5%200%200%201%206.5%2010%203.5%203.5%200%200%201%2010%206.5zM10%208.3A1.8%201.8%200%200%200%208.3%2010%201.8%201.8%200%200%200%2010%2011.8%201.8%201.8%200%200%200%2011.8%2010%201.8%201.8%200%200%200%2010%208.3z%27%20%2F%3E%0D%0A%3C%2Fsvg%3E")}.mapboxgl-ctrl-icon.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-background{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D%270%200%2020%2020%27%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%3E%0A%20%20%3Cpath%20style%3D%27fill%3A%2333b5e5%3B%27%20d%3D%27M%2010%2C4%20C%209%2C4%209%2C5%209%2C5%20L%209%2C5.1%20C%207.0357113%2C5.5006048%205.5006048%2C7.0357113%205.1%2C9%20L%205%2C9%20c%200%2C0%20-1%2C0%20-1%2C1%200%2C1%201%2C1%201%2C1%20l%200.1%2C0%20c%200.4006048%2C1.964289%201.9357113%2C3.499395%203.9%2C3.9%20L%209%2C15%20c%200%2C0%200%2C1%201%2C1%201%2C0%201%2C-1%201%2C-1%20l%200%2C-0.1%20c%201.964289%2C-0.400605%203.499395%2C-1.935711%203.9%2C-3.9%20l%200.1%2C0%20c%200%2C0%201%2C0%201%2C-1%20C%2016%2C9%2015%2C9%2015%2C9%20L%2014.9%2C9%20C%2014.499395%2C7.0357113%2012.964289%2C5.5006048%2011%2C5.1%20L%2011%2C5%20c%200%2C0%200%2C-1%20-1%2C-1%20z%20m%200%2C2.5%20c%201.932997%2C0%203.5%2C1.5670034%203.5%2C3.5%200%2C1.932997%20-1.567003%2C3.5%20-3.5%2C3.5%20C%208.0670034%2C13.5%206.5%2C11.932997%206.5%2C10%206.5%2C8.0670034%208.0670034%2C6.5%2010%2C6.5%20Z%27%20%2F%3E%0A%3C%2Fsvg%3E")}.mapboxgl-ctrl-icon.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-background-error{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D%270%200%2020%2020%27%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%3E%0A%20%20%3Cpath%20style%3D%27fill%3A%23e54e33%3B%27%20d%3D%27M%2010%2C4%20C%209%2C4%209%2C5%209%2C5%20L%209%2C5.1%20C%207.0357113%2C5.5006048%205.5006048%2C7.0357113%205.1%2C9%20L%205%2C9%20c%200%2C0%20-1%2C0%20-1%2C1%200%2C1%201%2C1%201%2C1%20l%200.1%2C0%20c%200.4006048%2C1.964289%201.9357113%2C3.499395%203.9%2C3.9%20L%209%2C15%20c%200%2C0%200%2C1%201%2C1%201%2C0%201%2C-1%201%2C-1%20l%200%2C-0.1%20c%201.964289%2C-0.400605%203.499395%2C-1.935711%203.9%2C-3.9%20l%200.1%2C0%20c%200%2C0%201%2C0%201%2C-1%20C%2016%2C9%2015%2C9%2015%2C9%20L%2014.9%2C9%20C%2014.499395%2C7.0357113%2012.964289%2C5.5006048%2011%2C5.1%20L%2011%2C5%20c%200%2C0%200%2C-1%20-1%2C-1%20z%20m%200%2C2.5%20c%201.932997%2C0%203.5%2C1.5670034%203.5%2C3.5%200%2C1.932997%20-1.567003%2C3.5%20-3.5%2C3.5%20C%208.0670034%2C13.5%206.5%2C11.932997%206.5%2C10%206.5%2C8.0670034%208.0670034%2C6.5%2010%2C6.5%20Z%27%20%2F%3E%0A%3C%2Fsvg%3E")}.mapboxgl-ctrl-icon.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-waiting{animation:mapboxgl-spin 2s infinite linear}@keyframes mapboxgl-spin{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}.mapboxgl-ctrl-icon.mapboxgl-ctrl-fullscreen{background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+CjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxOS4wLjEsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4KCjxzdmcKICAgeG1sbnM6ZGM9Imh0dHA6Ly9wdXJsLm9yZy9kYy9lbGVtZW50cy8xLjEvIgogICB4bWxuczpjYz0iaHR0cDovL2NyZWF0aXZlY29tbW9ucy5vcmcvbnMjIgogICB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiCiAgIHhtbG5zOnN2Zz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciCiAgIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIKICAgeG1sbnM6c29kaXBvZGk9Imh0dHA6Ly9zb2RpcG9kaS5zb3VyY2Vmb3JnZS5uZXQvRFREL3NvZGlwb2RpLTAuZHRkIgogICB4bWxuczppbmtzY2FwZT0iaHR0cDovL3d3dy5pbmtzY2FwZS5vcmcvbmFtZXNwYWNlcy9pbmtzY2FwZSIKICAgdmVyc2lvbj0iMS4xIgogICBpZD0iTGF5ZXJfMSIKICAgeD0iMHB4IgogICB5PSIwcHgiCiAgIHZpZXdCb3g9IjAgMCAyMCAyMCIKICAgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjAgMjA7IgogICB4bWw6c3BhY2U9InByZXNlcnZlIgogICBpbmtzY2FwZTp2ZXJzaW9uPSIwLjkxIHIxMzcyNSIKICAgc29kaXBvZGk6ZG9jbmFtZT0iZnVsbHNjcmVlbi5zdmciPjxtZXRhZGF0YQogICAgIGlkPSJtZXRhZGF0YTQxODUiPjxyZGY6UkRGPjxjYzpXb3JrCiAgICAgICAgIHJkZjphYm91dD0iIj48ZGM6Zm9ybWF0PmltYWdlL3N2Zyt4bWw8L2RjOmZvcm1hdD48ZGM6dHlwZQogICAgICAgICAgIHJkZjpyZXNvdXJjZT0iaHR0cDovL3B1cmwub3JnL2RjL2RjbWl0eXBlL1N0aWxsSW1hZ2UiIC8+PGRjOnRpdGxlPjwvZGM6dGl0bGU+PC9jYzpXb3JrPjwvcmRmOlJERj48L21ldGFkYXRhPjxkZWZzCiAgICAgaWQ9ImRlZnM0MTgzIiAvPjxzb2RpcG9kaTpuYW1lZHZpZXcKICAgICBwYWdlY29sb3I9IiNmZmZmZmYiCiAgICAgYm9yZGVyY29sb3I9IiM2NjY2NjYiCiAgICAgYm9yZGVyb3BhY2l0eT0iMSIKICAgICBvYmplY3R0b2xlcmFuY2U9IjEwIgogICAgIGdyaWR0b2xlcmFuY2U9IjEwIgogICAgIGd1aWRldG9sZXJhbmNlPSIxMCIKICAgICBpbmtzY2FwZTpwYWdlb3BhY2l0eT0iMCIKICAgICBpbmtzY2FwZTpwYWdlc2hhZG93PSIyIgogICAgIGlua3NjYXBlOndpbmRvdy13aWR0aD0iMTQ3MSIKICAgICBpbmtzY2FwZTp3aW5kb3ctaGVpZ2h0PSI2OTUiCiAgICAgaWQ9Im5hbWVkdmlldzQxODEiCiAgICAgc2hvd2dyaWQ9ImZhbHNlIgogICAgIGlua3NjYXBlOnpvb209IjExLjMxMzcwOCIKICAgICBpbmtzY2FwZTpjeD0iMTQuNjk4MjgiCiAgICAgaW5rc2NhcGU6Y3k9IjEwLjUyNjY4OSIKICAgICBpbmtzY2FwZTp3aW5kb3cteD0iNjk3IgogICAgIGlua3NjYXBlOndpbmRvdy15PSIyOTgiCiAgICAgaW5rc2NhcGU6d2luZG93LW1heGltaXplZD0iMCIKICAgICBpbmtzY2FwZTpjdXJyZW50LWxheWVyPSJMYXllcl8xIgogICAgIGlua3NjYXBlOnNuYXAtYmJveD0idHJ1ZSIKICAgICBpbmtzY2FwZTpiYm94LXBhdGhzPSJ0cnVlIgogICAgIGlua3NjYXBlOm9iamVjdC1wYXRocz0idHJ1ZSIKICAgICBpbmtzY2FwZTpiYm94LW5vZGVzPSJ0cnVlIgogICAgIGlua3NjYXBlOm9iamVjdC1ub2Rlcz0idHJ1ZSI+PGlua3NjYXBlOmdyaWQKICAgICAgIHR5cGU9Inh5Z3JpZCIKICAgICAgIGlkPSJncmlkNjA3NiIgLz48L3NvZGlwb2RpOm5hbWVkdmlldz48cGF0aAogICAgIGQ9Ik0gNSA0IEMgNC41IDQgNCA0LjUgNCA1IEwgNCA2IEwgNCA5IEwgNC41IDkgTCA1Ljc3NzM0MzggNy4yOTY4NzUgQyA2Ljc3NzEzMTkgOC4wNjAyMTMxIDcuODM1NzY1IDguOTU2NTcyOCA4Ljg5MDYyNSAxMCBDIDcuODI1NzEyMSAxMS4wNjMzIDYuNzc2MTc5MSAxMS45NTE2NzUgNS43ODEyNSAxMi43MDcwMzEgTCA0LjUgMTEgTCA0IDExIEwgNCAxNSBDIDQgMTUuNSA0LjUgMTYgNSAxNiBMIDkgMTYgTCA5IDE1LjUgTCA3LjI3MzQzNzUgMTQuMjA1MDc4IEMgOC4wNDI4OTMxIDEzLjE4Nzg4NiA4LjkzOTU0NDEgMTIuMTMzNDgxIDkuOTYwOTM3NSAxMS4wNjgzNTkgQyAxMS4wNDIzNzEgMTIuMTQ2OTkgMTEuOTQyMDkzIDEzLjIxMTIgMTIuNzA3MDMxIDE0LjIxODc1IEwgMTEgMTUuNSBMIDExIDE2IEwgMTQgMTYgTCAxNSAxNiBDIDE1LjUgMTYgMTYgMTUuNSAxNiAxNSBMIDE2IDE0IEwgMTYgMTEgTCAxNS41IDExIEwgMTQuMjA1MDc4IDEyLjcyNjU2MiBDIDEzLjE3Nzk4NSAxMS45NDk2MTcgMTIuMTEyNzE4IDExLjA0MzU3NyAxMS4wMzcxMDkgMTAuMDA5NzY2IEMgMTIuMTUxODU2IDguOTgxMDYxIDEzLjIyNDM0NSA4LjA3OTg2MjQgMTQuMjI4NTE2IDcuMzA0Njg3NSBMIDE1LjUgOSBMIDE2IDkgTCAxNiA1IEMgMTYgNC41IDE1LjUgNCAxNSA0IEwgMTEgNCBMIDExIDQuNSBMIDEyLjcwMzEyNSA1Ljc3NzM0MzggQyAxMS45MzI2NDcgNi43ODY0ODM0IDExLjAyNjY5MyA3Ljg1NTQ3MTIgOS45NzA3MDMxIDguOTE5OTIxOSBDIDguOTU4NDczOSA3LjgyMDQ5NDMgOC4wNjk4NzY3IDYuNzYyNzE4OCA3LjMwNDY4NzUgNS43NzE0ODQ0IEwgOSA0LjUgTCA5IDQgTCA2IDQgTCA1IDQgeiAiCiAgICAgaWQ9InBhdGg0MTY5IiAvPjwvc3ZnPg==)}.mapboxgl-ctrl-icon.mapboxgl-ctrl-shrink{background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+CjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxOS4wLjEsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4KCjxzdmcKICAgeG1sbnM6ZGM9Imh0dHA6Ly9wdXJsLm9yZy9kYy9lbGVtZW50cy8xLjEvIgogICB4bWxuczpjYz0iaHR0cDovL2NyZWF0aXZlY29tbW9ucy5vcmcvbnMjIgogICB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiCiAgIHhtbG5zOnN2Zz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciCiAgIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIKICAgeG1sbnM6c29kaXBvZGk9Imh0dHA6Ly9zb2RpcG9kaS5zb3VyY2Vmb3JnZS5uZXQvRFREL3NvZGlwb2RpLTAuZHRkIgogICB4bWxuczppbmtzY2FwZT0iaHR0cDovL3d3dy5pbmtzY2FwZS5vcmcvbmFtZXNwYWNlcy9pbmtzY2FwZSIKICAgdmVyc2lvbj0iMS4xIgogICBpZD0iTGF5ZXJfMSIKICAgeD0iMHB4IgogICB5PSIwcHgiCiAgIHZpZXdCb3g9IjAgMCAyMCAyMCIKICAgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjAgMjA7IgogICB4bWw6c3BhY2U9InByZXNlcnZlIgogICBpbmtzY2FwZTp2ZXJzaW9uPSIwLjkxIHIxMzcyNSIKICAgc29kaXBvZGk6ZG9jbmFtZT0ic2hyaW5rLnN2ZyI+PG1ldGFkYXRhCiAgICAgaWQ9Im1ldGFkYXRhMTkiPjxyZGY6UkRGPjxjYzpXb3JrCiAgICAgICAgIHJkZjphYm91dD0iIj48ZGM6Zm9ybWF0PmltYWdlL3N2Zyt4bWw8L2RjOmZvcm1hdD48ZGM6dHlwZQogICAgICAgICAgIHJkZjpyZXNvdXJjZT0iaHR0cDovL3B1cmwub3JnL2RjL2RjbWl0eXBlL1N0aWxsSW1hZ2UiIC8+PGRjOnRpdGxlPjwvZGM6dGl0bGU+PC9jYzpXb3JrPjwvcmRmOlJERj48L21ldGFkYXRhPjxkZWZzCiAgICAgaWQ9ImRlZnMxNyIgLz48c29kaXBvZGk6bmFtZWR2aWV3CiAgICAgcGFnZWNvbG9yPSIjZmZmZmZmIgogICAgIGJvcmRlcmNvbG9yPSIjNjY2NjY2IgogICAgIGJvcmRlcm9wYWNpdHk9IjEiCiAgICAgb2JqZWN0dG9sZXJhbmNlPSIxMCIKICAgICBncmlkdG9sZXJhbmNlPSIxMCIKICAgICBndWlkZXRvbGVyYW5jZT0iMTAiCiAgICAgaW5rc2NhcGU6cGFnZW9wYWNpdHk9IjAiCiAgICAgaW5rc2NhcGU6cGFnZXNoYWRvdz0iMiIKICAgICBpbmtzY2FwZTp3aW5kb3ctd2lkdGg9IjIwMjEiCiAgICAgaW5rc2NhcGU6d2luZG93LWhlaWdodD0iOTA4IgogICAgIGlkPSJuYW1lZHZpZXcxNSIKICAgICBzaG93Z3JpZD0iZmFsc2UiCiAgICAgaW5rc2NhcGU6em9vbT0iMSIKICAgICBpbmtzY2FwZTpjeD0iNC45NTAxMDgyIgogICAgIGlua3NjYXBlOmN5PSIxMC44NTQ3NDciCiAgICAgaW5rc2NhcGU6d2luZG93LXg9IjAiCiAgICAgaW5rc2NhcGU6d2luZG93LXk9IjAiCiAgICAgaW5rc2NhcGU6d2luZG93LW1heGltaXplZD0iMCIKICAgICBpbmtzY2FwZTpjdXJyZW50LWxheWVyPSJMYXllcl8xIgogICAgIGlua3NjYXBlOnNuYXAtYmJveD0idHJ1ZSIKICAgICBpbmtzY2FwZTpiYm94LXBhdGhzPSJ0cnVlIgogICAgIGlua3NjYXBlOnNuYXAtYmJveC1lZGdlLW1pZHBvaW50cz0idHJ1ZSIKICAgICBpbmtzY2FwZTpiYm94LW5vZGVzPSJ0cnVlIgogICAgIGlua3NjYXBlOnNuYXAtYmJveC1taWRwb2ludHM9InRydWUiCiAgICAgaW5rc2NhcGU6b2JqZWN0LXBhdGhzPSJ0cnVlIgogICAgIGlua3NjYXBlOm9iamVjdC1ub2Rlcz0idHJ1ZSI+PGlua3NjYXBlOmdyaWQKICAgICAgIHR5cGU9Inh5Z3JpZCIKICAgICAgIGlkPSJncmlkNDE0NyIgLz48L3NvZGlwb2RpOm5hbWVkdmlldz48cGF0aAogICAgIHN0eWxlPSJmaWxsOiMwMDAwMDAiCiAgICAgZD0iTSA0LjI0MjE4NzUgMy40OTIxODc1IEEgMC43NTAwNzUgMC43NTAwNzUgMCAwIDAgMy43MTg3NSA0Ljc4MTI1IEwgNS45NjQ4NDM4IDcuMDI3MzQzOCBMIDQgOC41IEwgNCA5IEwgOCA5IEMgOC41MDAwMDEgOC45OTk5OTg4IDkgOC40OTk5OTkyIDkgOCBMIDkgNCBMIDguNSA0IEwgNy4wMTc1NzgxIDUuOTU1MDc4MSBMIDQuNzgxMjUgMy43MTg3NSBBIDAuNzUwMDc1IDAuNzUwMDc1IDAgMCAwIDQuMjQyMTg3NSAzLjQ5MjE4NzUgeiBNIDE1LjczNDM3NSAzLjQ5MjE4NzUgQSAwLjc1MDA3NSAwLjc1MDA3NSAwIDAgMCAxNS4yMTg3NSAzLjcxODc1IEwgMTIuOTg0Mzc1IDUuOTUzMTI1IEwgMTEuNSA0IEwgMTEgNCBMIDExIDggQyAxMSA4LjQ5OTk5OTIgMTEuNDk5OTk5IDguOTk5OTk4OCAxMiA5IEwgMTYgOSBMIDE2IDguNSBMIDE0LjAzNTE1NiA3LjAyNzM0MzggTCAxNi4yODEyNSA0Ljc4MTI1IEEgMC43NTAwNzUgMC43NTAwNzUgMCAwIDAgMTUuNzM0Mzc1IDMuNDkyMTg3NSB6IE0gNCAxMSBMIDQgMTEuNSBMIDUuOTY0ODQzOCAxMi45NzI2NTYgTCAzLjcxODc1IDE1LjIxODc1IEEgMC43NTEzMDA5NiAwLjc1MTMwMDk2IDAgMSAwIDQuNzgxMjUgMTYuMjgxMjUgTCA3LjAyNzM0MzggMTQuMDM1MTU2IEwgOC41IDE2IEwgOSAxNiBMIDkgMTIgQyA5IDExLjUwMDAwMSA4LjUwMDAwMSAxMS4wMDAwMDEgOCAxMSBMIDQgMTEgeiBNIDEyIDExIEMgMTEuNDk5OTk5IDExLjAwMDAwMSAxMSAxMS41MDAwMDEgMTEgMTIgTCAxMSAxNiBMIDExLjUgMTYgTCAxMi45NzI2NTYgMTQuMDM1MTU2IEwgMTUuMjE4NzUgMTYuMjgxMjUgQSAwLjc1MTMwMDk2IDAuNzUxMzAwOTYgMCAxIDAgMTYuMjgxMjUgMTUuMjE4NzUgTCAxNC4wMzUxNTYgMTIuOTcyNjU2IEwgMTYgMTEuNSBMIDE2IDExIEwgMTIgMTEgeiAiCiAgICAgaWQ9InBhdGg3IiAvPjwvc3ZnPg==)}.mapboxgl-ctrl-icon.mapboxgl-ctrl-compass>.mapboxgl-ctrl-compass-arrow{width:20px;height:20px;margin:5px;background-image:url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2020%2020%27%3E%0A%09%3Cpolygon%20fill%3D%27%23333333%27%20points%3D%276%2C9%2010%2C1%2014%2C9%27%2F%3E%0A%09%3Cpolygon%20fill%3D%27%23CCCCCC%27%20points%3D%276%2C11%2010%2C19%2014%2C11%20%27%2F%3E%0A%3C%2Fsvg%3E");background-repeat:no-repeat;display:inline-block}a.mapboxgl-ctrl-logo{width:85px;height:21px;margin:0 0 -3px -3px;display:block;background-repeat:no-repeat;cursor:pointer;background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiAgIHZpZXdCb3g9IjAgMCA4NC40OSAyMSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgODQuNDkgMjE7IiB4bWw6c3BhY2U9InByZXNlcnZlIj48Zz4gIDxwYXRoIGNsYXNzPSJzdDAiIHN0eWxlPSJvcGFjaXR5OjAuOTsgZmlsbDogI0ZGRkZGRjsgZW5hYmxlLWJhY2tncm91bmQ6IG5ldzsiIGQ9Ik04My4yNSwxNC4yNmMwLDAuMTItMC4wOSwwLjIxLTAuMjEsMC4yMWgtMS42MWMtMC4xMywwLTAuMjQtMC4wNi0wLjMtMC4xN2wtMS40NC0yLjM5bC0xLjQ0LDIuMzkgICAgYy0wLjA2LDAuMTEtMC4xOCwwLjE3LTAuMywwLjE3aC0xLjYxYy0wLjA0LDAtMC4wOC0wLjAxLTAuMTItMC4wM2MtMC4wOS0wLjA2LTAuMTMtMC4xOS0wLjA2LTAuMjhsMCwwbDIuNDMtMy42OEw3Ni4yLDYuODQgICAgYy0wLjAyLTAuMDMtMC4wMy0wLjA3LTAuMDMtMC4xMmMwLTAuMTIsMC4wOS0wLjIxLDAuMjEtMC4yMWgxLjYxYzAuMTMsMCwwLjI0LDAuMDYsMC4zLDAuMTdsMS40MSwyLjM2bDEuNC0yLjM1ICAgIGMwLjA2LTAuMTEsMC4xOC0wLjE3LDAuMy0wLjE3SDgzYzAuMDQsMCwwLjA4LDAuMDEsMC4xMiwwLjAzYzAuMDksMC4wNiwwLjEzLDAuMTksMC4wNiwwLjI4bDAsMGwtMi4zNywzLjYzbDIuNDMsMy42NyAgICBDODMuMjQsMTQuMTgsODMuMjUsMTQuMjIsODMuMjUsMTQuMjZ6Ii8+ICA8cGF0aCBjbGFzcz0ic3QwIiBzdHlsZT0ib3BhY2l0eTowLjk7IGZpbGw6ICNGRkZGRkY7IGVuYWJsZS1iYWNrZ3JvdW5kOiBuZXc7IiBkPSJNNjYuMjQsOS41OWMtMC4zOS0xLjg4LTEuOTYtMy4yOC0zLjg0LTMuMjhjLTEuMDMsMC0yLjAzLDAuNDItMi43MywxLjE4VjMuNTFjMC0wLjEzLTAuMS0wLjIzLTAuMjMtMC4yM2gtMS40ICAgIGMtMC4xMywwLTAuMjMsMC4xMS0wLjIzLDAuMjN2MTAuNzJjMCwwLjEzLDAuMSwwLjIzLDAuMjMsMC4yM2gxLjRjMC4xMywwLDAuMjMtMC4xMSwwLjIzLTAuMjNWMTMuNWMwLjcxLDAuNzUsMS43LDEuMTgsMi43MywxLjE4ICAgIGMxLjg4LDAsMy40NS0xLjQxLDMuODQtMy4yOUM2Ni4zNywxMC43OSw2Ni4zNywxMC4xOCw2Ni4yNCw5LjU5TDY2LjI0LDkuNTl6IE02Mi4wOCwxM2MtMS4zMiwwLTIuMzktMS4xMS0yLjQxLTIuNDh2LTAuMDYgICAgYzAuMDItMS4zOCwxLjA5LTIuNDgsMi40MS0yLjQ4czIuNDIsMS4xMiwyLjQyLDIuNTFTNjMuNDEsMTMsNjIuMDgsMTN6Ii8+ICA8cGF0aCBjbGFzcz0ic3QwIiBzdHlsZT0ib3BhY2l0eTowLjk7IGZpbGw6ICNGRkZGRkY7IGVuYWJsZS1iYWNrZ3JvdW5kOiBuZXc7IiBkPSJNNzEuNjcsNi4zMmMtMS45OC0wLjAxLTMuNzIsMS4zNS00LjE2LDMuMjljLTAuMTMsMC41OS0wLjEzLDEuMTksMCwxLjc3YzAuNDQsMS45NCwyLjE3LDMuMzIsNC4xNywzLjMgICAgYzIuMzUsMCw0LjI2LTEuODcsNC4yNi00LjE5Uzc0LjA0LDYuMzIsNzEuNjcsNi4zMnogTTcxLjY1LDEzLjAxYy0xLjMzLDAtMi40Mi0xLjEyLTIuNDItMi41MXMxLjA4LTIuNTIsMi40Mi0yLjUyICAgIGMxLjMzLDAsMi40MiwxLjEyLDIuNDIsMi41MVM3Mi45OSwxMyw3MS42NSwxMy4wMUw3MS42NSwxMy4wMXoiLz4gIDxwYXRoIGNsYXNzPSJzdDEiIHN0eWxlPSJvcGFjaXR5OjAuMzU7IGVuYWJsZS1iYWNrZ3JvdW5kOm5ldzsiIGQ9Ik02Mi4wOCw3Ljk4Yy0xLjMyLDAtMi4zOSwxLjExLTIuNDEsMi40OHYwLjA2QzU5LjY4LDExLjksNjAuNzUsMTMsNjIuMDgsMTNzMi40Mi0xLjEyLDIuNDItMi41MSAgICBTNjMuNDEsNy45OCw2Mi4wOCw3Ljk4eiBNNjIuMDgsMTEuNzZjLTAuNjMsMC0xLjE0LTAuNTYtMS4xNy0xLjI1di0wLjA0YzAuMDEtMC42OSwwLjU0LTEuMjUsMS4xNy0xLjI1ICAgIGMwLjYzLDAsMS4xNywwLjU3LDEuMTcsMS4yN0M2My4yNCwxMS4yLDYyLjczLDExLjc2LDYyLjA4LDExLjc2eiIvPiAgPHBhdGggY2xhc3M9InN0MSIgc3R5bGU9Im9wYWNpdHk6MC4zNTsgZW5hYmxlLWJhY2tncm91bmQ6bmV3OyIgZD0iTTcxLjY1LDcuOThjLTEuMzMsMC0yLjQyLDEuMTItMi40MiwyLjUxUzcwLjMyLDEzLDcxLjY1LDEzczIuNDItMS4xMiwyLjQyLTIuNTFTNzIuOTksNy45OCw3MS42NSw3Ljk4eiAgICAgTTcxLjY1LDExLjc2Yy0wLjY0LDAtMS4xNy0wLjU3LTEuMTctMS4yN2MwLTAuNywwLjUzLTEuMjYsMS4xNy0xLjI2czEuMTcsMC41NywxLjE3LDEuMjdDNzIuODIsMTEuMjEsNzIuMjksMTEuNzYsNzEuNjUsMTEuNzZ6IiAgICAvPiAgPHBhdGggY2xhc3M9InN0MCIgc3R5bGU9Im9wYWNpdHk6MC45OyBmaWxsOiAjRkZGRkZGOyBlbmFibGUtYmFja2dyb3VuZDogbmV3OyIgZD0iTTQ1Ljc0LDYuNTNoLTEuNGMtMC4xMywwLTAuMjMsMC4xMS0wLjIzLDAuMjN2MC43M2MtMC43MS0wLjc1LTEuNy0xLjE4LTIuNzMtMS4xOCAgICBjLTIuMTcsMC0zLjk0LDEuODctMy45NCw0LjE5czEuNzcsNC4xOSwzLjk0LDQuMTljMS4wNCwwLDIuMDMtMC40MywyLjczLTEuMTl2MC43M2MwLDAuMTMsMC4xLDAuMjMsMC4yMywwLjIzaDEuNCAgICBjMC4xMywwLDAuMjMtMC4xMSwwLjIzLTAuMjNWNi43NGMwLTAuMTItMC4wOS0wLjIyLTAuMjItMC4yMkM0NS43NSw2LjUzLDQ1Ljc1LDYuNTMsNDUuNzQsNi41M3ogTTQ0LjEyLDEwLjUzICAgIEM0NC4xMSwxMS45LDQzLjAzLDEzLDQxLjcxLDEzcy0yLjQyLTEuMTItMi40Mi0yLjUxczEuMDgtMi41MiwyLjQtMi41MmMxLjMzLDAsMi4zOSwxLjExLDIuNDEsMi40OEw0NC4xMiwxMC41M3oiLz4gIDxwYXRoIGNsYXNzPSJzdDEiIHN0eWxlPSJvcGFjaXR5OjAuMzU7IGVuYWJsZS1iYWNrZ3JvdW5kOm5ldzsiIGQ9Ik00MS43MSw3Ljk4Yy0xLjMzLDAtMi40MiwxLjEyLTIuNDIsMi41MVM0MC4zNywxMyw0MS43MSwxM3MyLjM5LTEuMTEsMi40MS0yLjQ4di0wLjA2ICAgIEM0NC4xLDkuMDksNDMuMDMsNy45OCw0MS43MSw3Ljk4eiBNNDAuNTUsMTAuNDljMC0wLjcsMC41Mi0xLjI3LDEuMTctMS4yN2MwLjY0LDAsMS4xNCwwLjU2LDEuMTcsMS4yNXYwLjA0ICAgIGMtMC4wMSwwLjY4LTAuNTMsMS4yNC0xLjE3LDEuMjRDNDEuMDgsMTEuNzUsNDAuNTUsMTEuMTksNDAuNTUsMTAuNDl6Ii8+ICA8cGF0aCBjbGFzcz0ic3QwIiBzdHlsZT0ib3BhY2l0eTowLjk7IGZpbGw6ICNGRkZGRkY7IGVuYWJsZS1iYWNrZ3JvdW5kOiBuZXc7IiBkPSJNNTIuNDEsNi4zMmMtMS4wMywwLTIuMDMsMC40Mi0yLjczLDEuMThWNi43NWMwLTAuMTMtMC4xLTAuMjMtMC4yMy0wLjIzaC0xLjRjLTAuMTMsMC0wLjIzLDAuMTEtMC4yMywwLjIzICAgIHYxMC43MmMwLDAuMTMsMC4xLDAuMjMsMC4yMywwLjIzaDEuNGMwLjEzLDAsMC4yMy0wLjEsMC4yMy0wLjIzVjEzLjVjMC43MSwwLjc1LDEuNywxLjE4LDIuNzQsMS4xOGMyLjE3LDAsMy45NC0xLjg3LDMuOTQtNC4xOSAgICBTNTQuNTgsNi4zMiw1Mi40MSw2LjMyeiBNNTIuMDgsMTMuMDFjLTEuMzIsMC0yLjM5LTEuMTEtMi40Mi0yLjQ4di0wLjA3YzAuMDItMS4zOCwxLjA5LTIuNDksMi40LTIuNDljMS4zMiwwLDIuNDEsMS4xMiwyLjQxLDIuNTEgICAgUzUzLjQsMTMsNTIuMDgsMTMuMDFMNTIuMDgsMTMuMDF6Ii8+ICA8cGF0aCBjbGFzcz0ic3QxIiBzdHlsZT0ib3BhY2l0eTowLjM1OyBlbmFibGUtYmFja2dyb3VuZDpuZXc7IiBkPSJNNTIuMDgsNy45OGMtMS4zMiwwLTIuMzksMS4xMS0yLjQyLDIuNDh2MC4wNmMwLjAzLDEuMzgsMS4xLDIuNDgsMi40MiwyLjQ4czIuNDEtMS4xMiwyLjQxLTIuNTEgICAgUzUzLjQsNy45OCw1Mi4wOCw3Ljk4eiBNNTIuMDgsMTEuNzZjLTAuNjMsMC0xLjE0LTAuNTYtMS4xNy0xLjI1di0wLjA0YzAuMDEtMC42OSwwLjU0LTEuMjUsMS4xNy0xLjI1YzAuNjMsMCwxLjE3LDAuNTgsMS4xNywxLjI3ICAgIFM1Mi43MiwxMS43Niw1Mi4wOCwxMS43NnoiLz4gIDxwYXRoIGNsYXNzPSJzdDAiIHN0eWxlPSJvcGFjaXR5OjAuOTsgZmlsbDogI0ZGRkZGRjsgZW5hYmxlLWJhY2tncm91bmQ6IG5ldzsiIGQ9Ik0zNi4wOCwxNC4yNGMwLDAuMTMtMC4xLDAuMjMtMC4yMywwLjIzaC0xLjQxYy0wLjEzLDAtMC4yMy0wLjExLTAuMjMtMC4yM1Y5LjY4YzAtMC45OC0wLjc0LTEuNzEtMS42Mi0xLjcxICAgIGMtMC44LDAtMS40NiwwLjctMS41OSwxLjYybDAuMDEsNC42NmMwLDAuMTMtMC4xMSwwLjIzLTAuMjMsMC4yM2gtMS40MWMtMC4xMywwLTAuMjMtMC4xMS0wLjIzLTAuMjNWOS42OCAgICBjMC0wLjk4LTAuNzQtMS43MS0xLjYyLTEuNzFjLTAuODUsMC0xLjU0LDAuNzktMS42LDEuOHY0LjQ4YzAsMC4xMy0wLjEsMC4yMy0wLjIzLDAuMjNoLTEuNGMtMC4xMywwLTAuMjMtMC4xMS0wLjIzLTAuMjNWNi43NCAgICBjMC4wMS0wLjEzLDAuMS0wLjIyLDAuMjMtMC4yMmgxLjRjMC4xMywwLDAuMjIsMC4xMSwwLjIzLDAuMjJWNy40YzAuNS0wLjY4LDEuMy0xLjA5LDIuMTYtMS4xaDAuMDNjMS4wOSwwLDIuMDksMC42LDIuNiwxLjU1ICAgIGMwLjQ1LTAuOTUsMS40LTEuNTUsMi40NC0xLjU2YzEuNjIsMCwyLjkzLDEuMjUsMi45LDIuNzhMMzYuMDgsMTQuMjR6Ii8+ICA8cGF0aCBjbGFzcz0ic3QxIiBzdHlsZT0ib3BhY2l0eTowLjM1OyBlbmFibGUtYmFja2dyb3VuZDpuZXc7IiBkPSJNODQuMzQsMTMuNTlsLTAuMDctMC4xM2wtMS45Ni0yLjk5bDEuOTQtMi45NWMwLjQ0LTAuNjcsMC4yNi0xLjU2LTAuNDEtMi4wMmMtMC4wMiwwLTAuMDMsMC0wLjA0LTAuMDEgICAgYy0wLjIzLTAuMTUtMC41LTAuMjItMC43OC0wLjIyaC0xLjYxYy0wLjU2LDAtMS4wOCwwLjI5LTEuMzcsMC43OEw3OS43Miw2LjZsLTAuMzQtMC41NkM3OS4wOSw1LjU2LDc4LjU3LDUuMjcsNzgsNS4yN2gtMS42ICAgIGMtMC42LDAtMS4xMywwLjM3LTEuMzUsMC45MmMtMi4xOS0xLjY2LTUuMjgtMS40Ny03LjI2LDAuNDVjLTAuMzUsMC4zNC0wLjY1LDAuNzItMC44OSwxLjE0Yy0wLjktMS42Mi0yLjU4LTIuNzItNC41LTIuNzIgICAgYy0wLjUsMC0xLjAxLDAuMDctMS40OCwwLjIzVjMuNTFjMC0wLjgyLTAuNjYtMS40OC0xLjQ3LTEuNDhoLTEuNGMtMC44MSwwLTEuNDcsMC42Ni0xLjQ3LDEuNDd2My43NSAgICBjLTAuOTUtMS4zNi0yLjUtMi4xOC00LjE3LTIuMTljLTAuNzQsMC0xLjQ2LDAuMTYtMi4xMiwwLjQ3Yy0wLjI0LTAuMTctMC41NC0wLjI2LTAuODQtMC4yNmgtMS40Yy0wLjQ1LDAtMC44NywwLjIxLTEuMTUsMC41NiAgICBjLTAuMDItMC4wMy0wLjA0LTAuMDUtMC4wNy0wLjA4Yy0wLjI4LTAuMy0wLjY4LTAuNDctMS4wOS0wLjQ3aC0xLjM5Yy0wLjMsMC0wLjYsMC4wOS0wLjg0LDAuMjZjLTAuNjctMC4zLTEuMzktMC40Ni0yLjEyLTAuNDYgICAgYy0xLjgzLDAtMy40MywxLTQuMzcsMi41Yy0wLjItMC40Ni0wLjQ4LTAuODktMC44My0xLjI1Yy0wLjgtMC44MS0xLjg5LTEuMjUtMy4wMi0xLjI1aC0wLjAxYy0wLjg5LDAuMDEtMS43NSwwLjMzLTIuNDYsMC44OCAgICBjLTAuNzQtMC41Ny0xLjY0LTAuODgtMi41Ny0wLjg4SDI4LjFjLTAuMjksMC0wLjU4LDAuMDMtMC44NiwwLjExYy0wLjI4LDAuMDYtMC41NiwwLjE2LTAuODIsMC4yOGMtMC4yMS0wLjEyLTAuNDUtMC4xOC0wLjctMC4xOCAgICBoLTEuNGMtMC44MiwwLTEuNDcsMC42Ni0xLjQ3LDEuNDd2Ny41YzAsMC44MiwwLjY2LDEuNDcsMS40NywxLjQ3aDEuNGMwLjgyLDAsMS40OC0wLjY2LDEuNDgtMS40OGwwLDBWOS43OSAgICBjMC4wMy0wLjM2LDAuMjMtMC41OSwwLjM2LTAuNTljMC4xOCwwLDAuMzgsMC4xOCwwLjM4LDAuNDd2NC41N2MwLDAuODIsMC42NiwxLjQ3LDEuNDcsMS40N2gxLjQxYzAuODIsMCwxLjQ3LTAuNjYsMS40Ny0xLjQ3ICAgIGwtMC4wMS00LjU3YzAuMDYtMC4zMiwwLjI1LTAuNDcsMC4zNS0wLjQ3YzAuMTgsMCwwLjM4LDAuMTgsMC4zOCwwLjQ3djQuNTdjMCwwLjgyLDAuNjYsMS40NywxLjQ3LDEuNDdoMS40MSAgICBjMC44MiwwLDEuNDctMC42NiwxLjQ3LTEuNDd2LTAuMzhjMC45NiwxLjI5LDIuNDYsMi4wNiw0LjA2LDIuMDZjMC43NCwwLDEuNDYtMC4xNiwyLjEyLTAuNDdjMC4yNCwwLjE3LDAuNTQsMC4yNiwwLjg0LDAuMjZoMS4zOSAgICBjMC4zLDAsMC42LTAuMDksMC44NC0wLjI2djIuMDFjMCwwLjgyLDAuNjYsMS40NywxLjQ3LDEuNDdoMS40YzAuODIsMCwxLjQ3LTAuNjYsMS40Ny0xLjQ3di0xLjc3YzAuNDgsMC4xNSwwLjk5LDAuMjMsMS40OSwwLjIyICAgIGMxLjcsMCwzLjIyLTAuODcsNC4xNy0yLjJ2MC41MmMwLDAuODIsMC42NiwxLjQ3LDEuNDcsMS40N2gxLjRjMC4zLDAsMC42LTAuMDksMC44NC0wLjI2YzAuNjYsMC4zMSwxLjM5LDAuNDcsMi4xMiwwLjQ3ICAgIGMxLjkyLDAsMy42LTEuMSw0LjQ5LTIuNzNjMS41NCwyLjY1LDQuOTUsMy41Myw3LjU4LDEuOThjMC4xOC0wLjExLDAuMzYtMC4yMiwwLjUzLTAuMzZjMC4yMiwwLjU1LDAuNzYsMC45MSwxLjM1LDAuOUg3OCAgICBjMC41NiwwLDEuMDgtMC4yOSwxLjM3LTAuNzhsMC4zNy0wLjYxbDAuMzcsMC42MWMwLjI5LDAuNDgsMC44MSwwLjc4LDEuMzgsMC43OGgxLjZjMC44MSwwLDEuNDYtMC42NiwxLjQ1LTEuNDYgICAgQzg0LjQ5LDE0LjAyLDg0LjQ0LDEzLjgsODQuMzQsMTMuNTlMODQuMzQsMTMuNTl6IE0zNS44NiwxNC40N2gtMS40MWMtMC4xMywwLTAuMjMtMC4xMS0wLjIzLTAuMjNWOS42OCAgICBjMC0wLjk4LTAuNzQtMS43MS0xLjYyLTEuNzFjLTAuOCwwLTEuNDYsMC43LTEuNTksMS42MmwwLjAxLDQuNjZjMCwwLjEzLTAuMSwwLjIzLTAuMjMsMC4yM2gtMS40MWMtMC4xMywwLTAuMjMtMC4xMS0wLjIzLTAuMjMgICAgVjkuNjhjMC0wLjk4LTAuNzQtMS43MS0xLjYyLTEuNzFjLTAuODUsMC0xLjU0LDAuNzktMS42LDEuOHY0LjQ4YzAsMC4xMy0wLjEsMC4yMy0wLjIzLDAuMjNoLTEuNGMtMC4xMywwLTAuMjMtMC4xMS0wLjIzLTAuMjMgICAgVjYuNzRjMC4wMS0wLjEzLDAuMTEtMC4yMiwwLjIzLTAuMjJoMS40YzAuMTMsMCwwLjIyLDAuMTEsMC4yMywwLjIyVjcuNGMwLjUtMC42OCwxLjMtMS4wOSwyLjE2LTEuMWgwLjAzICAgIGMxLjA5LDAsMi4wOSwwLjYsMi42LDEuNTVjMC40NS0wLjk1LDEuNC0xLjU1LDIuNDQtMS41NmMxLjYyLDAsMi45MywxLjI1LDIuOSwyLjc4bDAuMDEsNS4xNkMzNi4wOSwxNC4zNiwzNS45OCwxNC40NiwzNS44NiwxNC40NyAgICBMMzUuODYsMTQuNDd6IE00NS45NywxNC4yNGMwLDAuMTMtMC4xLDAuMjMtMC4yMywwLjIzaC0xLjRjLTAuMTMsMC0wLjIzLTAuMTEtMC4yMy0wLjIzVjEzLjVjLTAuNywwLjc2LTEuNjksMS4xOC0yLjcyLDEuMTggICAgYy0yLjE3LDAtMy45NC0xLjg3LTMuOTQtNC4xOXMxLjc3LTQuMTksMy45NC00LjE5YzEuMDMsMCwyLjAyLDAuNDMsMi43MywxLjE4VjYuNzRjMC0wLjEzLDAuMS0wLjIzLDAuMjMtMC4yM2gxLjQgICAgYzAuMTItMC4wMSwwLjIyLDAuMDgsMC4yMywwLjIxYzAsMC4wMSwwLDAuMDEsMCwwLjAydjcuNTFoLTAuMDFWMTQuMjR6IE01Mi40MSwxNC42N2MtMS4wMywwLTIuMDItMC40My0yLjczLTEuMTh2My45NyAgICBjMCwwLjEzLTAuMSwwLjIzLTAuMjMsMC4yM2gtMS40Yy0wLjEzLDAtMC4yMy0wLjEtMC4yMy0wLjIzVjYuNzVjMC0wLjEzLDAuMS0wLjIyLDAuMjMtMC4yMmgxLjRjMC4xMywwLDAuMjMsMC4xMSwwLjIzLDAuMjN2MC43MyAgICBjMC43MS0wLjc2LDEuNy0xLjE4LDIuNzMtMS4xOGMyLjE3LDAsMy45NCwxLjg2LDMuOTQsNC4xOFM1NC41OCwxNC42Nyw1Mi40MSwxNC42N3ogTTY2LjI0LDExLjM5Yy0wLjM5LDEuODctMS45NiwzLjI5LTMuODQsMy4yOSAgICBjLTEuMDMsMC0yLjAyLTAuNDMtMi43My0xLjE4djAuNzNjMCwwLjEzLTAuMSwwLjIzLTAuMjMsMC4yM2gtMS40Yy0wLjEzLDAtMC4yMy0wLjExLTAuMjMtMC4yM1YzLjUxYzAtMC4xMywwLjEtMC4yMywwLjIzLTAuMjMgICAgaDEuNGMwLjEzLDAsMC4yMywwLjExLDAuMjMsMC4yM3YzLjk3YzAuNzEtMC43NSwxLjctMS4xOCwyLjczLTEuMTdjMS44OCwwLDMuNDUsMS40LDMuODQsMy4yOEM2Ni4zNywxMC4xOSw2Ni4zNywxMC44LDY2LjI0LDExLjM5ICAgIEw2Ni4yNCwxMS4zOUw2Ni4yNCwxMS4zOXogTTcxLjY3LDE0LjY4Yy0yLDAuMDEtMy43My0xLjM1LTQuMTctMy4zYy0wLjEzLTAuNTktMC4xMy0xLjE5LDAtMS43N2MwLjQ0LTEuOTQsMi4xNy0zLjMxLDQuMTctMy4zICAgIGMyLjM2LDAsNC4yNiwxLjg3LDQuMjYsNC4xOVM3NC4wMywxNC42OCw3MS42NywxNC42OEw3MS42NywxNC42OHogTTgzLjA0LDE0LjQ3aC0xLjYxYy0wLjEzLDAtMC4yNC0wLjA2LTAuMy0wLjE3bC0xLjQ0LTIuMzkgICAgbC0xLjQ0LDIuMzljLTAuMDYsMC4xMS0wLjE4LDAuMTctMC4zLDAuMTdoLTEuNjFjLTAuMDQsMC0wLjA4LTAuMDEtMC4xMi0wLjAzYy0wLjA5LTAuMDYtMC4xMy0wLjE5LTAuMDYtMC4yOGwwLDBsMi40My0zLjY4ICAgIEw3Ni4yLDYuODRjLTAuMDItMC4wMy0wLjAzLTAuMDctMC4wMy0wLjEyYzAtMC4xMiwwLjA5LTAuMjEsMC4yMS0wLjIxaDEuNjFjMC4xMywwLDAuMjQsMC4wNiwwLjMsMC4xN2wxLjQxLDIuMzZsMS40MS0yLjM2ICAgIGMwLjA2LTAuMTEsMC4xOC0wLjE3LDAuMy0wLjE3aDEuNjFjMC4wNCwwLDAuMDgsMC4wMSwwLjEyLDAuMDNjMC4wOSwwLjA2LDAuMTMsMC4xOSwwLjA2LDAuMjhsMCwwbC0yLjM4LDMuNjRsMi40MywzLjY3ICAgIGMwLjAyLDAuMDMsMC4wMywwLjA3LDAuMDMsMC4xMkM4My4yNSwxNC4zOCw4My4xNiwxNC40Nyw4My4wNCwxNC40N0w4My4wNCwxNC40N0w4My4wNCwxNC40N3oiLz4gIDxwYXRoIGNsYXNzPSJzdDAiIHN0eWxlPSJvcGFjaXR5OjAuOTsgZmlsbDogI0ZGRkZGRjsgZW5hYmxlLWJhY2tncm91bmQ6IG5ldzsiIGQ9Ik0xMC41LDEuMjRjLTUuMTEsMC05LjI1LDQuMTUtOS4yNSw5LjI1czQuMTUsOS4yNSw5LjI1LDkuMjVzOS4yNS00LjE1LDkuMjUtOS4yNSAgICBDMTkuNzUsNS4zOCwxNS42MSwxLjI0LDEwLjUsMS4yNHogTTE0Ljg5LDEyLjc3Yy0xLjkzLDEuOTMtNC43OCwyLjMxLTYuNywyLjMxYy0wLjcsMC0xLjQxLTAuMDUtMi4xLTAuMTZjMCwwLTEuMDItNS42NCwyLjE0LTguODEgICAgYzAuODMtMC44MywxLjk1LTEuMjgsMy4xMy0xLjI4YzEuMjcsMCwyLjQ5LDAuNTEsMy4zOSwxLjQyQzE2LjU5LDguMDksMTYuNjQsMTEsMTQuODksMTIuNzd6Ii8+ICA8cGF0aCBjbGFzcz0ic3QxIiBzdHlsZT0ib3BhY2l0eTowLjM1OyBlbmFibGUtYmFja2dyb3VuZDpuZXc7IiBkPSJNMTAuNS0wLjAxQzQuNy0wLjAxLDAsNC43LDAsMTAuNDlzNC43LDEwLjUsMTAuNSwxMC41UzIxLDE2LjI5LDIxLDEwLjQ5QzIwLjk5LDQuNywxNi4zLTAuMDEsMTAuNS0wLjAxeiAgICAgTTEwLjUsMTkuNzRjLTUuMTEsMC05LjI1LTQuMTUtOS4yNS05LjI1czQuMTQtOS4yNiw5LjI1LTkuMjZzOS4yNSw0LjE1LDkuMjUsOS4yNUMxOS43NSwxNS42MSwxNS42MSwxOS43NCwxMC41LDE5Ljc0eiIvPiAgPHBhdGggY2xhc3M9InN0MSIgc3R5bGU9Im9wYWNpdHk6MC4zNTsgZW5hYmxlLWJhY2tncm91bmQ6bmV3OyIgZD0iTTE0Ljc0LDYuMjVDMTIuOSw0LjQxLDkuOTgsNC4zNSw4LjIzLDYuMWMtMy4xNiwzLjE3LTIuMTQsOC44MS0yLjE0LDguODFzNS42NCwxLjAyLDguODEtMi4xNCAgICBDMTYuNjQsMTEsMTYuNTksOC4wOSwxNC43NCw2LjI1eiBNMTIuNDcsMTAuMzRsLTAuOTEsMS44N2wtMC45LTEuODdMOC44LDkuNDNsMS44Ni0wLjlsMC45LTEuODdsMC45MSwxLjg3bDEuODYsMC45TDEyLjQ3LDEwLjM0eiIgICAgLz4gIDxwb2x5Z29uIGNsYXNzPSJzdDAiIHN0eWxlPSJvcGFjaXR5OjAuOTsgZmlsbDogI0ZGRkZGRjsgZW5hYmxlLWJhY2tncm91bmQ6IG5ldzsiIHBvaW50cz0iMTQuMzMsOS40MyAxMi40NywxMC4zNCAxMS41NiwxMi4yMSAxMC42NiwxMC4zNCA4LjgsOS40MyAxMC42Niw4LjUzIDExLjU2LDYuNjYgMTIuNDcsOC41MyAgICIvPjwvZz48L3N2Zz4=)}.mapboxgl-ctrl.mapboxgl-ctrl-attrib{padding:0 5px;background-color:rgba(255,255,255,.5);margin:0}.mapboxgl-ctrl-attrib.mapboxgl-compact{padding-top:2px;padding-bottom:2px;margin:0 10px 10px;position:relative;padding-right:24px;background-color:#fff;border-radius:3px 12px 12px 3px;visibility:hidden}.mapboxgl-ctrl-attrib.mapboxgl-compact:hover{visibility:visible}.mapboxgl-ctrl-attrib.mapboxgl-compact:after{content:'';cursor:pointer;position:absolute;bottom:0;right:0;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D%270%200%2020%2020%27%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%3E%0D%0A%09%3Cpath%20fill%3D%27%23333333%27%20fill-rule%3D%27evenodd%27%20d%3D%27M4%2C10a6%2C6%200%201%2C0%2012%2C0a6%2C6%200%201%2C0%20-12%2C0%20M9%2C7a1%2C1%200%201%2C0%202%2C0a1%2C1%200%201%2C0%20-2%2C0%20M9%2C10a1%2C1%200%201%2C1%202%2C0l0%2C3a1%2C1%200%201%2C1%20-2%2C0%27%20%2F%3E%0D%0A%3C%2Fsvg%3E");background-color:rgba(255,255,255,.5);width:24px;height:24px;box-sizing:border-box;visibility:visible;border-radius:12px}.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-ctrl-scale{background-color:rgba(255,255,255,.75);font-size:10px;border-width:medium 2px 2px;border-style:none solid solid;border-color:#333;padding:0 5px;color:#333}.mapboxgl-popup{position:absolute;display:flex;pointer-events:none}.mapboxgl-popup-anchor-top,.mapboxgl-popup-anchor-top-left,.mapboxgl-popup-anchor-top-right{flex-direction:column}.mapboxgl-popup-anchor-bottom,.mapboxgl-popup-anchor-bottom-left,.mapboxgl-popup-anchor-bottom-right{flex-direction:column-reverse}.mapboxgl-popup-anchor-left{flex-direction:row}.mapboxgl-popup-anchor-right{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{align-self:center;border-top:none;border-bottom-color:#fff}.mapboxgl-popup-anchor-top-left .mapboxgl-popup-tip{align-self:flex-start;border-top:none;border-left:none;border-bottom-color:#fff}.mapboxgl-popup-anchor-top-right .mapboxgl-popup-tip{align-self:flex-end;border-top:none;border-right:none;border-bottom-color:#fff}.mapboxgl-popup-anchor-bottom .mapboxgl-popup-tip{align-self:center;border-bottom:none;border-top-color:#fff}.mapboxgl-popup-anchor-bottom-left .mapboxgl-popup-tip{align-self:flex-start;border-bottom:none;border-left:none;border-top-color:#fff}.mapboxgl-popup-anchor-bottom-right .mapboxgl-popup-tip{align-self:flex-end;border-bottom:none;border-right:none;border-top-color:#fff}.mapboxgl-popup-anchor-left .mapboxgl-popup-tip{align-self:center;border-left:none;border-right-color:#fff}.mapboxgl-popup-anchor-right .mapboxgl-popup-tip{align-self:center;border-right:none;border-left-color:#fff}.mapboxgl-popup-close-button{position:absolute;right:0;top:0;border:none;border-radius:0 3px 0 0;cursor:pointer;background-color:rgba(0,0,0,0)}.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-marker{position:absolute}.mapboxgl-user-location-dot{background-color:#1DA1F2;width:16px;height:16px;border-radius:50%;box-shadow:0 0 2px rgba(0,0,0,.25);border:2px solid #fff}.mapboxgl-user-location-dot:after{content:'';display:block;box-shadow:#1DA1F2 0 0 0 2px;width:16px;height:16px;border-radius:50%;position:relative;z-index:-1;animation:mapboxgl-user-location-dot-pulse 2s;animation-iteration-count:infinite}@keyframes mapboxgl-user-location-dot-pulse{0%{box-shadow:0 0 0 0 rgba(29,161,242,.4)}70%{box-shadow:0 0 0 15px rgba(29,161,242,0)}100%{box-shadow:0 0 0 0 rgba(29,161,242,0)}}.mapboxgl-user-location-dot-stale{background-color:#aaa}.mapboxgl-user-location-dot-stale:after{display:none}.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}}@media (inverted-colors:inverted){.atlas-map-canvas,.azure-map-logo{filter:invert()}}.atlas-map-canvas-container{position:absolute;top:0;left:0;height:100%;width:100%;pointer-events:none;-ms-user-select:none}.atlas-map-canvas,.azure-map-logo{pointer-events:auto}.azure-map-logo{background-repeat:no-repeat;background-position:center;background-size:73px 16px;height:16px;width:73px;margin-right:16px;background-image:url("data:image/svg+xml,%3Csvg width='73' height='16' viewBox='0 0 73 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M70.0839 12.8899C69.818 12.9098 69.551 12.8739 69.2998 12.7846C69.0487 12.6953 68.8189 12.5544 68.6254 12.3711C68.2698 11.9303 68.0958 11.3704 68.1388 10.8057V7.44603H65.8476V12.7303H64.2904V7.44603H63.1976V6.18497H64.2908V5.27178C64.2804 4.95898 64.3346 4.6474 64.45 4.35649C64.5655 4.06559 64.7397 3.80162 64.9618 3.58109C65.1896 3.3619 65.4592 3.19075 65.7545 3.0778C66.0498 2.96485 66.3648 2.91241 66.6807 2.9236C66.8464 2.92311 67.0119 2.93269 67.1765 2.9523C67.3062 2.96848 67.4339 2.99761 67.5578 3.03927V4.36991C67.4727 4.32494 67.3833 4.28881 67.2908 4.26206C67.1491 4.21753 67.0011 4.19595 66.8525 4.19814C66.7136 4.19019 66.5747 4.2134 66.446 4.26607C66.3173 4.31874 66.2019 4.39953 66.1085 4.50253C65.9176 4.76002 65.825 5.07728 65.8476 5.39702V6.18497H68.1388V4.713L69.6834 4.24162V6.18497H71.2406V7.44603H69.6834V10.5087C69.6541 10.8099 69.731 11.1118 69.9008 11.3623C69.9911 11.4509 70.0995 11.519 70.2185 11.5618C70.3375 11.6047 70.4644 11.6213 70.5905 11.6106C70.7001 11.6064 70.8084 11.585 70.9114 11.5471C71.0258 11.5084 71.1356 11.4572 71.2388 11.3945V12.6677C71.085 12.7424 70.9211 12.7939 70.7522 12.8208C70.5324 12.8666 70.3084 12.8897 70.0839 12.8899ZM59.6283 12.8899C59.1867 12.9117 58.7452 12.8437 58.3306 12.69C57.916 12.5362 57.5369 12.2999 57.2162 11.9954C56.9106 11.6695 56.6739 11.2852 56.5204 10.8655C56.3669 10.4459 56.2998 9.99954 56.3231 9.55331C56.2991 9.08532 56.3676 8.6172 56.5246 8.1757C56.6817 7.73421 56.9242 7.328 57.2384 6.98031C57.5736 6.65511 57.9725 6.4029 58.4101 6.2396C58.8476 6.07629 59.3142 6.00542 59.7805 6.03147C60.2209 6.0074 60.6615 6.07627 61.0735 6.2336C61.4856 6.39092 61.8599 6.63319 62.1722 6.94465C62.7695 7.62385 63.0785 8.50909 63.0336 9.41242C63.0562 9.87439 62.9869 10.3362 62.8298 10.7713C62.6727 11.2063 62.4309 11.6058 62.1183 11.9467C61.7907 12.2669 61.4004 12.516 60.972 12.6783C60.5436 12.8406 60.0863 12.9126 59.6288 12.8899H59.6283ZM59.7044 7.33036C59.4569 7.31763 59.2098 7.36199 58.9822 7.46001C58.7545 7.55803 58.5525 7.70709 58.3916 7.89566C58.0532 8.36114 57.888 8.93025 57.9246 9.50461C57.8876 10.0651 58.0522 10.6203 58.3886 11.0701C58.5556 11.2537 58.7616 11.3976 58.9915 11.4912C59.2213 11.5848 59.4693 11.6258 59.717 11.611C59.9574 11.626 60.1978 11.5849 60.4196 11.491C60.6413 11.3971 60.8381 11.253 60.9946 11.0701C61.3186 10.6002 61.4733 10.0343 61.4334 9.46504C61.4735 8.89654 61.3127 8.33201 60.979 7.87001C60.8212 7.68956 60.6246 7.54724 60.4039 7.45377C60.1833 7.36029 59.9442 7.3181 59.7049 7.33036H59.7044ZM53.0378 12.8899C52.7353 12.8867 52.4339 12.8535 52.1381 12.7908C51.851 12.7383 51.5707 12.654 51.3023 12.5394V11.024C51.5809 11.2192 51.8845 11.376 52.205 11.4901C52.4856 11.5969 52.7821 11.6557 53.0821 11.6641C53.3468 11.6812 53.6115 11.6308 53.8514 11.5175C53.9348 11.4666 54.0024 11.3935 54.0465 11.3063C54.0905 11.2191 54.1094 11.1213 54.101 11.024C54.101 10.9203 54.0776 10.8181 54.0324 10.7248C53.9872 10.6316 53.9214 10.5498 53.8401 10.4856C53.5411 10.2704 53.2124 10.0999 52.8643 9.97946C52.4027 9.81347 51.9884 9.53802 51.6567 9.17673C51.4109 8.85134 51.2853 8.45098 51.301 8.04351C51.2967 7.76288 51.3582 7.48515 51.4804 7.23251C51.6027 6.97987 51.7823 6.75933 52.005 6.58851C52.527 6.19205 53.1712 5.99054 53.8261 6.01885C54.0843 6.02222 54.3416 6.04768 54.5954 6.09495C54.8391 6.13511 55.0777 6.2013 55.3072 6.29238V7.75738C55.0849 7.61239 54.8459 7.49471 54.5954 7.40689C54.3367 7.31164 54.0635 7.26205 53.7879 7.26035C53.5478 7.24746 53.3094 7.30814 53.1047 7.43429C53.0273 7.48565 52.9643 7.55587 52.9215 7.63834C52.8788 7.72081 52.8577 7.81281 52.8603 7.90567C52.8555 8.00224 52.8717 8.09871 52.9079 8.18838C52.9441 8.27804 52.9994 8.35875 53.0699 8.42488C53.355 8.62646 53.6675 8.78609 53.9979 8.89886C54.4911 9.06479 54.9355 9.35046 55.2912 9.73029C55.5419 10.0479 55.6734 10.4433 55.6629 10.8479C55.6707 11.1336 55.6104 11.4171 55.4872 11.6751C55.364 11.933 55.1813 12.158 54.9541 12.3316C54.3971 12.7295 53.7214 12.9264 53.0378 12.8899ZM47.1647 12.8899C46.7229 12.9117 46.2812 12.8436 45.8665 12.6898C45.4517 12.536 45.0725 12.2996 44.7517 11.995C44.4461 11.669 44.2094 11.2847 44.0559 10.8651C43.9024 10.4454 43.8353 9.99911 43.8585 9.55288C43.8345 9.08489 43.9031 8.61676 44.0601 8.17527C44.2172 7.73377 44.4597 7.32757 44.7739 6.97987C45.1093 6.6546 45.5085 6.40235 45.9462 6.23904C46.384 6.07574 46.8508 6.00491 47.3173 6.03103C47.7577 6.00697 48.1983 6.07583 48.6103 6.23316C49.0224 6.39049 49.3967 6.63275 49.709 6.94421C50.3069 7.62299 50.6159 8.50857 50.57 9.41198C50.5928 9.8738 50.5239 10.3356 50.3671 10.7706C50.2104 11.2056 49.969 11.6052 49.6568 11.9463C49.3289 12.2669 48.9383 12.5162 48.5094 12.6786C48.0805 12.841 47.6227 12.9129 47.1647 12.8899ZM47.2412 7.33036C46.9937 7.31763 46.7466 7.36199 46.5189 7.46001C46.2913 7.55803 46.0892 7.70709 45.9284 7.89566C45.5898 8.36107 45.4244 8.93019 45.4609 9.50461C45.4238 10.0651 45.5884 10.6204 45.9249 11.0701C46.0919 11.2538 46.2978 11.3978 46.5277 11.4914C46.7576 11.585 47.0056 11.6259 47.2534 11.611C47.4937 11.6259 47.7342 11.5848 47.9559 11.4909C48.1776 11.397 48.3744 11.253 48.531 11.0701C48.8552 10.5999 49.0099 10.0334 48.9697 9.46373C49.0099 8.89523 48.849 8.3307 48.5153 7.8687C48.3575 7.68836 48.1608 7.5462 47.94 7.45294C47.7192 7.35969 47.4801 7.31778 47.2408 7.33036H47.2412ZM36.9557 12.8899C36.5239 12.9095 36.0928 12.8389 35.6898 12.6826C35.2868 12.5264 34.9208 12.2878 34.6151 11.9823C34.3094 11.6767 34.0708 11.3108 33.9143 10.9078C33.7579 10.5049 33.6871 10.0738 33.7065 9.64202C33.6723 8.68925 34.0017 7.75912 34.628 7.04032C34.9636 6.69123 35.3709 6.41909 35.8219 6.24266C36.2729 6.06624 36.7567 5.98973 37.2401 6.01842C37.5351 6.01941 37.8288 6.0568 38.1146 6.12974C38.3587 6.18552 38.5947 6.27218 38.8169 6.38761V7.8661C38.5929 7.70021 38.3481 7.56426 38.0889 7.46168C37.8467 7.36769 37.5891 7.3192 37.3293 7.31862C37.0566 7.30814 36.7849 7.35549 36.5318 7.45757C36.2788 7.55965 36.0502 7.71414 35.8612 7.91088C35.473 8.35013 35.2721 8.9239 35.3016 9.50939C35.2692 10.0757 35.463 10.6317 35.8403 11.0553C36.032 11.2433 36.2606 11.3895 36.5116 11.4848C36.7626 11.58 37.0307 11.6223 37.2988 11.6088C37.5586 11.6025 37.8151 11.5485 38.0555 11.4497C38.3277 11.3452 38.5843 11.2038 38.8182 11.0296V12.4625C38.5565 12.6086 38.275 12.7158 37.9824 12.7808C37.6454 12.8561 37.301 12.8927 36.9557 12.8899ZM21.2098 12.7312H19.7479V3.59935H22.0169L24.636 10.3682H24.6738L27.439 3.59848H29.6133V12.7303H28.0304V5.5727H28.0048L25.1761 12.7303H24.1272L21.229 5.5727H21.2098V12.7303V12.7312ZM41.5129 12.7312H39.9749V6.18497H41.5134V7.21556H41.539C41.6636 6.87974 41.8848 6.58832 42.1748 6.37804C42.4754 6.17129 42.8337 6.06476 43.1984 6.07365C43.3091 6.07249 43.4197 6.08107 43.5289 6.0993C43.6135 6.11263 43.6966 6.13388 43.7772 6.16279V7.72259C43.6683 7.64978 43.5496 7.59296 43.4245 7.55387C43.2426 7.49685 43.0525 7.46997 42.8619 7.4743C42.6762 7.4745 42.4932 7.51781 42.3272 7.60082C42.1612 7.68383 42.0167 7.80426 41.9052 7.95263C41.6121 8.38462 41.4741 8.90321 41.5138 9.42373V12.7286L41.5129 12.7312ZM32.6333 12.7312H31.0974V6.18497H32.6355V12.7299L32.6333 12.7312ZM31.8706 5.17786C31.7484 5.1807 31.6268 5.15939 31.5129 5.11514C31.3989 5.07089 31.2948 5.00457 31.2066 4.91999C31.12 4.84022 31.0512 4.74312 31.0046 4.63502C30.958 4.52691 30.9347 4.41021 30.9361 4.2925C30.9339 4.17226 30.9575 4.05295 31.0052 3.94256C31.0529 3.83216 31.1236 3.73324 31.2127 3.6524C31.3899 3.48381 31.626 3.39125 31.8706 3.39454C31.995 3.39089 32.1188 3.41243 32.2346 3.45787C32.3504 3.5033 32.4559 3.57169 32.5446 3.65893C32.6301 3.74066 32.6979 3.83905 32.7438 3.94803C32.7897 4.05701 32.8128 4.17425 32.8116 4.2925C32.8137 4.41103 32.7903 4.52863 32.7431 4.63739C32.696 4.74615 32.626 4.84354 32.5381 4.92303C32.3574 5.09194 32.1178 5.18341 31.8706 5.17786Z' fill='%237B7B7A'/%3E%3Cpath d='M0 7.61241H7.39244V0.219971H0V7.61241Z' fill='%23E95A0C'/%3E%3Cpath d='M7.9707 7.61241H15.3631V0.219971H7.9707V7.61241Z' fill='%2394C01F'/%3E%3Cpath d='M0 15.5981H7.39244V8.20569H0V15.5981Z' fill='%23009EE2'/%3E%3Cpath d='M7.9707 15.5983H15.3631V8.20581H7.9707V15.5983Z' fill='%23FCC200'/%3E%3C/svg%3E%0A")}.azure-map-logo:last-child{margin-right:5px}.azure-map-copyright{margin-left:16px;margin-right:16px;font-family:Segoe UI;font-size:12px;line-height:19px;color:#666;text-decoration:none;pointer-events:initial}a.azure-map-copyright[href]:hover{text-decoration:underline}.azure-map-copyright a:visited{color:#666}.azure-map-copyright a{color:#666;text-decoration:none;margin-left:4px}.azure-map-copyright span{display:inline-flex;align-items:center}.azure-map-copyright a[href]:hover{text-decoration:underline}.azure-map-copyright-context{margin-inline:4px}.azure-map-feedback{margin-right:16px;height:20px;width:20px;cursor:pointer;pointer-events:auto;text-decoration:none}.marker-collection-container,.popup-collection-container{position:absolute;width:100%;height:100%;overflow:hidden;left:0;top:0}.map-copyright.light .azure-map-feedback{background-image:url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.5' y='0.5' width='19' height='19' rx='1.5' fill='%23F3F2F1'/%3E%3Cpath d='M10 3.6001C13.5346 3.6001 16.4 6.46547 16.4 10.0001C16.4 13.5347 13.5346 16.4001 10 16.4001C6.46538 16.4001 3.60001 13.5347 3.60001 10.0001C3.60001 6.46547 6.46538 3.6001 10 3.6001ZM10 4.4001C6.90721 4.4001 4.40001 6.9073 4.40001 10.0001C4.40001 13.0929 6.90721 15.6001 10 15.6001C13.0928 15.6001 15.6 13.0929 15.6 10.0001C15.6 6.9073 13.0928 4.4001 10 4.4001ZM7.72374 11.9419C8.93133 13.1572 10.8702 13.2037 12.1337 12.077L12.2763 11.9419C12.432 11.7852 12.6853 11.7844 12.842 11.9401C12.9812 12.0786 12.9974 12.294 12.8898 12.4503L12.8437 12.5058L12.8258 12.5237C11.2553 14.0844 8.71693 14.0764 7.15627 12.5058C7.00056 12.3491 7.00136 12.0959 7.15806 11.9401C7.31476 11.7844 7.56802 11.7852 7.72374 11.9419ZM12 8.0001C12.4418 8.0001 12.8 8.35827 12.8 8.8001C12.8 9.24192 12.4418 9.6001 12 9.6001C11.5582 9.6001 11.2 9.24192 11.2 8.8001C11.2 8.35827 11.5582 8.0001 12 8.0001ZM8.00001 8.0001C8.44183 8.0001 8.80001 8.35827 8.80001 8.8001C8.80001 9.24192 8.44183 9.6001 8.00001 9.6001C7.55818 9.6001 7.20001 9.24192 7.20001 8.8001C7.20001 8.35827 7.55818 8.0001 8.00001 8.0001Z' fill='%23323130'/%3E%3Crect x='0.5' y='0.5' width='19' height='19' rx='1.5' stroke='%238A8886'/%3E%3C/svg%3E%0A")}.map-copyright.dark .azure-map-feedback{background-image:url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.5' y='0.5' width='19' height='19' rx='1.5' fill='%232C2C2C'/%3E%3Cpath d='M10 3.6001C13.5346 3.6001 16.4 6.46547 16.4 10.0001C16.4 13.5347 13.5346 16.4001 10 16.4001C6.46538 16.4001 3.60001 13.5347 3.60001 10.0001C3.60001 6.46547 6.46538 3.6001 10 3.6001ZM10 4.4001C6.90721 4.4001 4.40001 6.9073 4.40001 10.0001C4.40001 13.0929 6.90721 15.6001 10 15.6001C13.0928 15.6001 15.6 13.0929 15.6 10.0001C15.6 6.9073 13.0928 4.4001 10 4.4001ZM7.72374 11.9419C8.93133 13.1572 10.8702 13.2037 12.1337 12.077L12.2763 11.9419C12.432 11.7852 12.6853 11.7844 12.842 11.9401C12.9812 12.0786 12.9974 12.294 12.8898 12.4503L12.8437 12.5058L12.8258 12.5237C11.2553 14.0844 8.71693 14.0764 7.15627 12.5058C7.00056 12.3491 7.00136 12.0959 7.15806 11.9401C7.31476 11.7844 7.56802 11.7852 7.72374 11.9419ZM12 8.0001C12.4418 8.0001 12.8 8.35827 12.8 8.8001C12.8 9.24192 12.4418 9.6001 12 9.6001C11.5582 9.6001 11.2 9.24192 11.2 8.8001C11.2 8.35827 11.5582 8.0001 12 8.0001ZM8.00001 8.0001C8.44183 8.0001 8.80001 8.35827 8.80001 8.8001C8.80001 9.24192 8.44183 9.6001 8.00001 9.6001C7.55818 9.6001 7.20001 9.24192 7.20001 8.8001C7.20001 8.35827 7.55818 8.0001 8.00001 8.0001Z' fill='%23FFFFFF'/%3E%3Crect x='0.5' y='0.5' width='19' height='19' rx='1.5' stroke='%238A8886'/%3E%3C/svg%3E%0A")}.map-copyright{display:flex;flex-flow:row wrap;position:absolute;align-items:center;justify-content:flex-end;bottom:1px;right:0;padding-top:4px;padding-bottom:4px;background-blend-mode:normal,color,luminosity}.map-copyright.light{background:rgba(238,238,238,.8)}.map-copyright.dark{background:rgba(44,44,44,.8)}.atlas-map.high-contrast-light .azure-map-copyright,.map-copyright.light .azure-map-copyright{color:#000;-webkit-text-fill-color:#000;-moz-text-fill-color:#000}.atlas-map.high-contrast-dark .azure-map-copyright,.map-copyright.dark .azure-map-copyright{color:#CCC;-webkit-text-fill-color:#CCC;-moz-text-fill-color:#CCC}.marker-collection-container{pointer-events:none}.marker-container{pointer-events:auto}.popup-collection-container{pointer-events:none;user-select:none}.popup-container{display:flex;pointer-events:auto}.popup-container.bottom,.popup-container.bottom-left,.popup-container.bottom-right{flex-direction:column}.popup-container.left{flex-direction:row-reverse}.popup-container.right{flex-direction:row}.popup-container.top,.popup-container.top-left,.popup-container.top-right{flex-direction:column-reverse}.popup-content-container{display:block;box-shadow:-3px -3px 4px rgba(0,0,0,.32);min-width:30px;border-radius:4px;white-space:nowrap;position:relative}.popup-container.top-left>.popup-content-container{border-top-left-radius:0}.popup-container.top-right>.popup-content-container{border-top-right-radius:0}.popup-container.bottom-left>.popup-content-container{border-bottom-left-radius:0}.popup-container.bottom-right>.popup-content-container{border-bottom-right-radius:0}.popup-close{position:absolute;top:0;right:0;color:#444;font-size:20px;font-family:Arial,Helvetica,sans-serif;line-height:20px;height:20px;width:20px;text-align:center;cursor:pointer;background:0 0;border:0;padding:0}.popup-close:hover{color:#222}.popup-arrow{display:block;width:0;height:0;border:10px solid transparent;z-index:1}.popup-container.bottom>.popup-arrow{align-self:center;border-bottom:none;border-top-color:inherit}.popup-container.bottom-left>.popup-arrow{align-self:flex-start;border-bottom:none;border-left:none;border-top-color:inherit}.popup-container.bottom-right>.popup-arrow{align-self:flex-end;border-bottom:none;border-right:none;border-top-color:inherit}.popup-container.left>.popup-arrow{align-self:center;border-left:none;border-right-color:inherit}.popup-container.right>.popup-arrow{align-self:center;border-right:none;border-left-color:inherit}.popup-container.top>.popup-arrow{align-self:center;border-top:none;border-bottom-color:inherit}.popup-container.top-left>.popup-arrow{align-self:flex-start;border-top:none;border-left:none;border-bottom-color:inherit}.popup-container.top-right>.popup-arrow{align-self:flex-end;border-top:none;border-right:none;border-bottom-color:inherit}.azure-maps-control-popup-template{position:relative;padding:10px;max-width:550px;font:12px/20px 'Helvetica Neue',Arial,Helvetica,sans-serif}.azure-maps-control-popup-template h1,.azure-maps-control-popup-template h2,.azure-maps-control-popup-template h3{margin:0!important}.azure-maps-control-popup-template iframe{border:0}@media screen and (max-width:340px){.azure-maps-control-popup-template{max-width:300px}}.azure-maps-control-popup-template-title{width:100%;font-size:14px;font-weight:700;word-wrap:break-word;white-space:normal}.azure-maps-control-popup-template-content{width:100%;overflow-y:auto;max-height:280px}.azure-maps-control-popup-template-content-item{font:12px/20px 'Helvetica Neue',Arial,Helvetica,sans-serif;width:100%;padding-top:10px;word-wrap:break-word;white-space:normal}.azure-maps-control-popup-template-table{font-size:12px;width:100%;padding-top:10px;border-collapse:collapse}.azure-maps-control-popup-template-table tr:nth-child(even){background-color:rgba(255,255,255,.5)}.azure-maps-control-popup-template-table tr:nth-child(odd){background-color:rgba(225,225,225,.5)}.azure-maps-control-dropdown,.azure-maps-control-list-button{background-color:#fff;box-shadow:0 2px 4px 1px rgba(0,0,0,.14)}.azure-maps-control-popup-template-table th{border-right:1px solid rgba(150,150,150,.5)}.azure-maps-control-popup-template-table td,.azure-maps-control-popup-template-table th{padding:6px 8px;text-align:left;vertical-align:top;word-wrap:normal;font-size:12px;font-weight:400}.incident-popup-content{color:#231F20;min-width:140px;padding:0;margin:0}.incident-popup-body,.incident-popup-header{padding:8px;margin:0;color:inherit}.incident-popup-header{height:23px;border-top-left-radius:4px;border-top-right-radius:4px}.incident-popup-title{color:inherit;font-size:12px;line-height:14px;white-space:nowrap;overflow:hidden}.incident-popup-subtitle{color:inherit;font-size:8px;line-height:12px;white-space:nowrap;overflow:hidden}.incident-popup-info>.message{display:inline-block;color:inherit;font-size:8pt;line-height:10pt;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;margin-left:5pt}.incident-popup-info>.icon{display:inline-block;background-repeat:no-repeat;background-position:center;background-size:10pt 10pt;height:10pt;width:10pt}.incident-popup-info>.delay{background-image:url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzNy4wMDE5IDM3Ij48dGl0bGU+aW5jaWRlbnQ8L3RpdGxlPjxwb2x5Z29uIHBvaW50cz0iMzAuNDQ5IDIwLjQ0OCAxNi44MzggMjAuNDQ4IDE2LjgzOCA2Ljg0MSAxOS41MDQgNi44NDEgMTkuNTA0IDE3Ljc4NiAzMC40NDkgMTcuNzg2IDMwLjQ0OSAyMC40NDgiIGZpbGw9IiM2NzY4NjciLz48cGF0aCBkPSJNMTguNTAxOSwzN2ExOC41LDE4LjUsMCwxLDEsMC0zN1YyLjY2MkExNS44MzgsMTUuODM4LDAsMSwwLDM0LjMzNjIsMTguNWgyLjY2NTdBMTguNTIxMSwxOC41MjExLDAsMCwxLDE4LjUwMTksMzdaIiBmaWxsPSIjNjc2ODY3Ii8+PHBhdGggZD0iTTE5LjczMDYsMi43MWMtLjQwNTItLjAzLS44MTQyLS4wNDgzLTEuMjI4Ny0uMDQ4M1YwYy40ODE1LDAsLjk2MTEuMDE4NiwxLjQzMzIuMDU1OFoiIGZpbGw9IiM2NzY4NjciLz48cGF0aCBkPSJNMzMuODk5MywxNC43Nzg0YTE1Ljg4NjUsMTUuODg2NSwwLDAsMC0uNzcxNS0yLjM1NzFsMi40NjEyLTEuMDI2MWExOC43ODcyLDE4Ljc4NzIsMCwwLDEsLjkwMTYsMi43NTQ5Wm0tMS45MDM1LTQuNTY5MmExNS44MiwxNS44MiwwLDAsMC0xLjQ2MTEtMi4wMDc2bDIuMDIyNS0xLjczMjVhMTguMzI4NiwxOC4zMjg2LDAsMCwxLDEuNzEsMi4zNDIyWk0yOC43NzgsNi40NDY3YTE2LjY4NjEsMTYuNjg2MSwwLDAsMC0yLjAxNjktMS40NjExTDI4LjE1OSwyLjcxNzdhMTguODE3MiwxOC44MTcyLDAsMCwxLDIuMzQ0MSwxLjY5OTFaTTI0LjU1NDUsMy44NjI4YTE1LjU1ODIsMTUuNTU4MiwwLDAsMC0yLjM2NjQtLjc2NTlMMjIuODA5LjUwMTlhMTkuNTM0LDE5LjUzNCwwLDAsMSwyLjc1NjguODkyM1oiIGZpbGw9IiM2NzY4NjciLz48cGF0aCBkPSJNMzcuMDAxOSwxOC41SDM0LjMzNjJjMC0uNDE2NC0uMDE0OS0uODI1NC0uMDQ2NS0xLjIzMDZsMi42NTgzLS4yMDA4QzM2Ljk4MzMsMTcuNTQwOCwzNy4wMDE5LDE4LjAxNjcsMzcuMDAxOSwxOC41WiIgZmlsbD0iIzY3Njg2NyIvPjwvc3ZnPg==)}.incident-popup-info>.length{background-image:url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMSAyNiI+PHRpdGxlPmluY2lkZW50PC90aXRsZT48cGF0aCBkPSJNMCwyLjE2NjdWMEgzMVYyNkgwVjIzLjgzMzNIMi4yMTQzVjEzSDQuNDI4NlYyMy44MzMzSDguODU3MVYxOS41aDIuMjE0M3Y0LjMzMzNIMTUuNVYxM2gyLjIxNDNWMjMuODMzM2g0LjQyODZWMTkuNWgyLjIxNDN2NC4zMzMzaDQuNDI4NlYyLjE2NjdaIiBmaWxsPSIjNjc2ODY3Ii8+PC9zdmc+)}.incident-popup-info>.from{background-image:url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNyAzNiI+PHRpdGxlPmluY2lkZW50PC90aXRsZT48cGF0aCBkPSJNMTMuNSwwYTEzLjM3LDEzLjM3LDAsMCwxLDMuNTg1OS40NzkyLDEzLjc4NjYsMTMuNzg2NiwwLDAsMSwzLjIyNzMsMS4zNDM4LDEzLjMzODYsMTMuMzM4NiwwLDAsMSw2LjIwMTYsNy45Njg3QTEyLjkwMDksMTIuOTAwOSwwLDAsMSwyNywxMy4zMzMzYTEwLjU2NjQsMTAuNTY2NCwwLDAsMS0uMzQ4LDIuNzQsMTMuNDA1MSwxMy40MDUxLDAsMCwxLTEuMDAyLDIuNTkzOEwxMy41LDM2LDEuMzUsMTguNjY2N0ExMy40MDUsMTMuNDA1LDAsMCwxLC4zNDgsMTYuMDcyOSwxMC41NjY0LDEwLjU2NjQsMCwwLDEsMCwxMy4zMzMzLDEyLjkwMDksMTIuOTAwOSwwLDAsMSwuNDg1Miw5Ljc5MTcsMTMuNDM0NiwxMy40MzQ2LDAsMCwxLDEuODQ1Nyw2LjYwNDJhMTMuNDUzLDEzLjQ1MywwLDAsMSw0Ljg0MS00Ljc4MTJBMTMuNzg2NSwxMy43ODY1LDAsMCwxLDkuOTE0MS40NzkyLDEzLjM3LDEzLjM3LDAsMCwxLDEzLjUsME0yMy41NDA2LDE3LjYyNXEwLS4wMjA4LjAxMDUtLjAyMDh0LjAxMDUtLjAyMDhhOC45OCw4Ljk4LDAsMCwwLC44MDE2LTIuMDYyNSw4Ljg4MTYsOC44ODE2LDAsMCwwLC4yNzQyLTIuMTg3NSwxMC41MzM3LDEwLjUzMzcsMCwwLDAtLjg3NTQtNC4yNzA4LDExLjE1NjEsMTEuMTU2MSwwLDAsMC0yLjM5NDEtMy41LDExLjMxLDExLjMxLDAsMCwwLTMuNTQzNy0yLjM2NDZBMTAuODk2MSwxMC44OTYxLDAsMCwwLDEzLjUsMi4zMzMzYTEwLjg5NjEsMTAuODk2MSwwLDAsMC00LjMyNDIuODY0NkExMS4zMSwxMS4zMSwwLDAsMCw1LjYzMiw1LjU2MjVhMTEuMTU2MSwxMS4xNTYxLDAsMCwwLTIuMzk0MSwzLjUsMTAuNTMzNywxMC41MzM3LDAsMCwwLS44NzU0LDQuMjcwOCw4Ljg4MTUsOC44ODE1LDAsMCwwLC4yNzQyLDIuMTg3NSw4Ljk4LDguOTgsMCwwLDAsLjgwMTYsMi4wNjI1cTAsLjAyMDguMDEwNS4wMjA4dC4wMTA1LjAyMDhMMTMuNSwzMC43OTE3LDIzLjU0MDYsMTcuNjI1TTEzLjUsNS41YTcuODEyMiw3LjgxMjIsMCwwLDEsMy4wOS42MTQ2LDguMDA5Myw4LjAwOTMsMCwwLDEsMi41MjA3LDEuNjc3MSw3LjksNy45LDAsMCwxLDEuNjk4LDIuNDksNy43OTYsNy43OTYsMCwwLDEsMCw2LjEwNDIsNy45LDcuOSwwLDAsMS0xLjY5OCwyLjQ5QTguMDA5Myw4LjAwOTMsMCwwLDEsMTYuNTksMjAuNTUyMWE4LjA3NjQsOC4wNzY0LDAsMCwxLTYuMTgsMEE4LjAwOTIsOC4wMDkyLDAsMCwxLDcuODg5MSwxOC44NzVhNy45LDcuOSwwLDAsMS0xLjY5OC0yLjQ5LDcuNzk2LDcuNzk2LDAsMCwxLDAtNi4xMDQyLDcuOSw3LjksMCwwLDEsMS42OTgtMi40OUE4LjAwOTIsOC4wMDkyLDAsMCwxLDEwLjQxLDYuMTE0Niw3LjgxMjMsNy44MTIzLDAsMCwxLDEzLjUsNS41bTAsMTMuMzMzM2E1LjU0MDcsNS41NDA3LDAsMCwwLDUuMTM2My0zLjM1NDIsNS41NCw1LjU0LDAsMCwwLDAtNC4yOTE3LDUuNTA1NCw1LjUwNTQsMCwwLDAtMS4xOTE4LTEuNzUsNS42Mjg5LDUuNjI4OSwwLDAsMC03Ljg4OTEsMCw1LjUwNTQsNS41MDU0LDAsMCwwLTEuMTkxOCwxLjc1LDUuNTQsNS41NCwwLDAsMCwwLDQuMjkxNyw1LjUwNTQsNS41MDU0LDAsMCwwLDEuMTkxOCwxLjc1QTUuNTY5NCw1LjU2OTQsMCwwLDAsMTMuNSwxOC44MzMzWiIgZmlsbD0iIzY3Njg2NyIvPjwvc3ZnPg==)}.incident-popup-info>.to{background-image:url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNyAzNiI+PHRpdGxlPmluY2lkZW50PC90aXRsZT48cGF0aCBkPSJNMTMuNSwwYTEzLjM3LDEzLjM3LDAsMCwxLDMuNTg1OS40NzkyLDEzLjc4NjYsMTMuNzg2NiwwLDAsMSwzLjIyNzMsMS4zNDM4LDEzLjMzODYsMTMuMzM4NiwwLDAsMSw2LjIwMTYsNy45Njg3QTEyLjkwMDksMTIuOTAwOSwwLDAsMSwyNywxMy4zMzMzYTEwLjU2NjQsMTAuNTY2NCwwLDAsMS0uMzQ4LDIuNzQsMTMuNDA1MSwxMy40MDUxLDAsMCwxLTEuMDAyLDIuNTkzOEwxMy41LDM2LDEuMzUsMTguNjY2N0ExMy40MDUsMTMuNDA1LDAsMCwxLC4zNDgsMTYuMDcyOSwxMC41NjY0LDEwLjU2NjQsMCwwLDEsMCwxMy4zMzMzLDEyLjkwMDksMTIuOTAwOSwwLDAsMSwuNDg1Miw5Ljc5MTcsMTMuNDM0NiwxMy40MzQ2LDAsMCwxLDEuODQ1Nyw2LjYwNDJhMTMuNDUzLDEzLjQ1MywwLDAsMSw0Ljg0MS00Ljc4MTJBMTMuNzg2NSwxMy43ODY1LDAsMCwxLDkuOTE0MS40NzkyLDEzLjM3LDEzLjM3LDAsMCwxLDEzLjUsME0yMy41NDA2LDE3LjYyNXEwLS4wMjA4LjAxMDUtLjAyMDh0LjAxMDUtLjAyMDhhOC45OCw4Ljk4LDAsMCwwLC44MDE2LTIuMDYyNSw4Ljg4MTYsOC44ODE2LDAsMCwwLC4yNzQyLTIuMTg3NSwxMC41MzM3LDEwLjUzMzcsMCwwLDAtLjg3NTQtNC4yNzA4LDExLjE1NjEsMTEuMTU2MSwwLDAsMC0yLjM5NDEtMy41LDExLjMxLDExLjMxLDAsMCwwLTMuNTQzNy0yLjM2NDZBMTAuODk2MSwxMC44OTYxLDAsMCwwLDEzLjUsMi4zMzMzYTEwLjg5NjEsMTAuODk2MSwwLDAsMC00LjMyNDIuODY0NkExMS4zMSwxMS4zMSwwLDAsMCw1LjYzMiw1LjU2MjVhMTEuMTU2MSwxMS4xNTYxLDAsMCwwLTIuMzk0MSwzLjUsMTAuNTMzNywxMC41MzM3LDAsMCwwLS44NzU0LDQuMjcwOCw4Ljg4MTUsOC44ODE1LDAsMCwwLC4yNzQyLDIuMTg3NSw4Ljk4LDguOTgsMCwwLDAsLjgwMTYsMi4wNjI1cTAsLjAyMDguMDEwNS4wMjA4dC4wMTA1LjAyMDhMMTMuNSwzMC43OTE3LDIzLjU0MDYsMTcuNjI1TTEzLjUsNS41YTcuODEyMiw3LjgxMjIsMCwwLDEsMy4wOS42MTQ2LDguMDA5Myw4LjAwOTMsMCwwLDEsMi41MjA3LDEuNjc3MSw3LjksNy45LDAsMCwxLDEuNjk4LDIuNDksNy43OTYsNy43OTYsMCwwLDEsMCw2LjEwNDIsNy45LDcuOSwwLDAsMS0xLjY5OCwyLjQ5QTguMDA5Myw4LjAwOTMsMCwwLDEsMTYuNTksMjAuNTUyMWE4LjA3NjQsOC4wNzY0LDAsMCwxLTYuMTgsMEE4LjAwOTIsOC4wMDkyLDAsMCwxLDcuODg5MSwxOC44NzVhNy45LDcuOSwwLDAsMS0xLjY5OC0yLjQ5LDcuNzk2LDcuNzk2LDAsMCwxLDAtNi4xMDQyLDcuOSw3LjksMCwwLDEsMS42OTgtMi40OUE4LjAwOTIsOC4wMDkyLDAsMCwxLDEwLjQxLDYuMTE0Niw3LjgxMjMsNy44MTIzLDAsMCwxLDEzLjUsNS41IiBmaWxsPSIjNjc2ODY3Ii8+PC9zdmc+)}@font-face{font-family:segoeui;src:url(https://atlas.microsoft.com/styles/glyphs/segoeui.ttf)}.font-segoeui{font-family:segoeui}@font-face{font-family:segoeui-b;src:url(https://atlas.microsoft.com/styles/glyphs/segoeuib.ttf)}.font-segoeui-b{font-family:segoeui-b}@font-face{font-family:segoeui-i;src:url(https://atlas.microsoft.com/styles/glyphs/segoeuii.ttf)}.font-segoeui-i{font-family:segoeui-i}@font-face{font-family:segoeui-sl;src:url(https://atlas.microsoft.com/styles/glyphs/segoeuisl.ttf)}.font-segoeui-sl{font-family:segoeui-sl}@font-face{font-family:standard;src:url(https://atlas.microsoft.com/styles/glyphs/standardfont.ttf)}.font-standard{font-family:standard}@font-face{font-family:standard-b;src:url(https://atlas.microsoft.com/styles/glyphs/standardfontbold.ttf)}.font-standard-b{font-family:standard-b}.atlas-control-container{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none}.atlas-control-container .sub-container,.azure-maps-control-container>.style-options.icons{display:flex;flex-direction:row;position:relative}.top-left.subcontrol-container{position:absolute;top:0;left:0;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start}.top-right.subcontrol-container{position:absolute;top:0;right:0;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-end}.bottom-left.subcontrol-container{position:absolute;bottom:0;left:0;display:flex;flex-direction:column;justify-content:flex-end;align-items:flex-start}.bottom-right.subcontrol-container{position:absolute;bottom:40px;right:0;display:flex;flex-direction:column;justify-content:flex-end;align-items:flex-end}.non-fixed.subcontrol-container{width:100%;height:100%}.hidden-accessible-element{clip:rect(1px,1px,1px,1px);height:1px;overflow:hidden;position:absolute;white-space:nowrap;width:1px}.azure-maps-control-container{margin:10px;border-collapse:collapse;display:flex;flex-wrap:nowrap;pointer-events:auto;position:relative}.azure-maps-control-container:not(:first-child){margin-top:2px}.azure-maps-control-container:not(:last-child){margin-bottom:2px}.azure-maps-control-button{user-select:none;margin:0;padding:0;border:none;border-collapse:collapse;width:32px;height:32px;text-align:center;cursor:pointer;line-height:32px;background-position:center center;background-repeat:no-repeat;overflow:hidden;z-index:100}.azure-maps-control-dropdown{display:flex;flex-direction:column;border-radius:4px;overflow:hidden;padding-block:8px;transform:scale(.1,.1);transition-timing-function:ease-out;transition-duration:250ms;position:absolute;z-index:1001;outline:0}.azure-maps-control-dropdown.top-left{transform-origin:top left;left:0}.azure-maps-control-dropdown.top-right{transform-origin:top right;right:0}.azure-maps-control-dropdown.bottom-left{transform-origin:bottom left;left:0;bottom:0}.azure-maps-control-dropdown.bottom-right{transform-origin:bottom right;right:0;bottom:0}.azure-maps-control-container.in-use .azure-maps-control-dropdown{transform:scale(1,1);transition-timing-function:ease-out;transition-duration:250ms;opacity:1;visibility:visible}.azure-maps-control-list-button{display:flex;align-items:center;border-radius:0;border:none;line-height:32px;padding-inline-end:16px;white-space:nowrap}.azure-maps-control-list-button.curr-style{border-radius:4px}.azure-maps-control-list-button:hover,.azure-maps-control-list-button[aria-current=true]{background-color:#f0f0f0}.azure-maps-control-list-button:disabled{pointer-events:none}.azure-maps-control-list-button img{margin:8px;width:16px;height:16px;border:1px solid #d3d3d3;border-radius:2px}.azure-maps-control-list-button.expanded{padding-inline-end:64px;box-shadow:none}.azure-maps-control-list-button.expanded img{margin-inline-end:16px}.azure-maps-control-button.traffic,.traffic-legend{margin:0;text-align:center;background-repeat:no-repeat;background-position:center center;border-collapse:collapse}.tooltiptext.dark{background-color:#555;color:#fff;border:1px solid #fff}*+.tooltiptext{visibility:hidden;background-color:#fff;color:#000;border:1px solid #000;text-align:center;white-space:nowrap;padding:0 6px;position:fixed;z-index:300;left:0;top:0;font-size:.94em;line-height:2em;letter-spacing:.25px;font-family:"Helvetica Neue",Arial,Helvetica,sans-serif;opacity:0;transition:visibility 0s}:focus-visible+.tooltiptext,:hover+.tooltiptext{visibility:visible;opacity:1}:hover+.tooltiptext{transition:visibility 0s;transition-delay:.6s}.azure-maps-control-container>.style-options.icons .azure-maps-control-button:active img,.azure-maps-control-container>.style-options.list button:active img{opacity:.6}.azure-maps-control-button:disabled{opacity:.6;pointer-events:none}.azure-maps-control-button[aria-current=true]{position:relative}.atlas-map.high-contrast-light .azure-maps-control-container .azure-maps-control-button,.azure-maps-control-container.light .azure-maps-control-button[aria-current=true]{background-color:#31acce}.azure-maps-control-button[aria-current=true]>.selected-icon{background-image:url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg%3E%3Cpath d='M5.80001 -1.90735e-06C2.59675 -1.90735e-06 5.72205e-06 2.59675 5.72205e-06 5.8C5.72205e-06 9.00325 2.59675 11.6 5.80001 11.6C9.00326 11.6 11.6 9.00325 11.6 5.8C11.6 2.59675 9.00326 -1.90735e-06 5.80001 -1.90735e-06Z' fill='%2331ACCE'/%3E%3Cpath d='M8.90688 2.55L4.675 6.88763L2.69275 5.0085L1.3 6.402L4.675 9.675L10.3 3.94313L8.90688 2.55Z' fill='white'/%3E%3C/g%3E%3C/svg%3E");background-size:12px 12px;background-repeat:no-repeat;background-position:center center;z-index:200;position:absolute;top:0;bottom:0;right:0;left:0}.atlas-map.high-contrast-light .azure-maps-control-container .azure-maps-control-button,.azure-maps-control-container.light .azure-maps-control-button{background-color:#fff;box-shadow:rgba(0,0,0,.16) 0 0 4px}.atlas-map.high-contrast-dark .azure-maps-control-container .azure-maps-control-button,.azure-maps-control-container.dark .azure-maps-control-button{background-color:#011c2c;box-shadow:rgba(0,0,0,.16) 0 0 4px}.atlas-map.high-contrast-light .azure-maps-control-container .azure-maps-control-button:active,.azure-maps-control-container.light .azure-maps-control-button:active{background-color:#f1f1f1}.atlas-map.high-contrast-dark .azure-maps-control-container .azure-maps-control-button:active,.azure-maps-control-container.dark .azure-maps-control-button:active{background-color:#43474c}.atlas-map.high-contrast-light .azure-maps-control-container .azure-maps-control-button,.atlas-map.high-contrast-light .azure-maps-control-container>.style-options.list button{border:3px solid #000}.atlas-map.high-contrast-dark .azure-maps-control-container .azure-maps-control-button,.atlas-map.high-contrast-dark .azure-maps-control-container>.style-options.list button{border:3px solid #fff}.azure-maps-control-button.zoom-in{background-size:12px 12px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3E%3Cpath d='M7 4.8V.2a.215.215 0 0 0-.2-.2H5.2a.215.215 0 0 0-.2.2v4.6a.215.215 0 0 1-.2.2H.2a.215.215 0 0 0-.2.2v1.6a.215.215 0 0 0 .2.2h4.6a.215.215 0 0 1 .2.2v4.6a.215.215 0 0 0 .2.2h1.6a.215.215 0 0 0 .2-.2V7.2a.215.215 0 0 1 .2-.2h4.6a.215.215 0 0 0 .2-.2V5.2a.215.215 0 0 0-.2-.2H7.2a.215.215 0 0 1-.2-.2z' fill='%2383888d'/%3E%3C/svg%3E");position:relative}.atlas-map.high-contrast-dark .azure-maps-control-button.zoom-in{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3E%3Cpath d='M7 4.8V.2a.215.215 0 00-.2-.2H5.2a.215.215 0 00-.2.2v4.6a.215.215 0 01-.2.2H.2a.215.215 0 00-.2.2v1.6a.215.215 0 00.2.2h4.6a.215.215 0 01.2.2v4.6a.215.215 0 00.2.2h1.6a.215.215 0 00.2-.2V7.2a.215.215 0 01.2-.2h4.6a.215.215 0 00.2-.2V5.2a.215.215 0 00-.2-.2H7.2a.215.215 0 01-.2-.2z' fill='%23fff'/%3E%3C/svg%3E")}.atlas-map.high-contrast-light .azure-maps-control-button.zoom-in{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3E%3Cpath d='M7 4.8V.2a.215.215 0 00-.2-.2H5.2a.215.215 0 00-.2.2v4.6a.215.215 0 01-.2.2H.2a.215.215 0 00-.2.2v1.6a.215.215 0 00.2.2h4.6a.215.215 0 01.2.2v4.6a.215.215 0 00.2.2h1.6a.215.215 0 00.2-.2V7.2a.215.215 0 01.2-.2h4.6a.215.215 0 00.2-.2V5.2a.215.215 0 00-.2-.2H7.2a.215.215 0 01-.2-.2z'/%3E%3C/svg%3E")}.atlas-map:not(.high-contrast-light):not(.high-contrast-dark) .azure-maps-control-container.light .azure-maps-control-button.zoom-in:after{position:absolute;width:24px;left:4px;bottom:0;height:1px;border-bottom:.5px solid #bababa}.atlas-map:not(.high-contrast-light):not(.high-contrast-dark) .azure-maps-control-container.dark .azure-maps-control-button.zoom-in:after{position:absolute;width:24px;left:4px;bottom:0;height:1px;border-bottom:.5px solid #43474c}.azure-maps-control-button.zoom-in:active{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3E%3Cpath d='M7 4.8V.2a.215.215 0 0 0-.2-.2H5.2a.215.215 0 0 0-.2.2v4.6a.215.215 0 0 1-.2.2H.2a.215.215 0 0 0-.2.2v1.6a.215.215 0 0 0 .2.2h4.6a.215.215 0 0 1 .2.2v4.6a.215.215 0 0 0 .2.2h1.6a.215.215 0 0 0 .2-.2V7.2a.215.215 0 0 1 .2-.2h4.6a.215.215 0 0 0 .2-.2V5.2a.215.215 0 0 0-.2-.2H7.2a.215.215 0 0 1-.2-.2z' fill='%2362666a'/%3E%3C/svg%3E")}.atlas-map.high-contrast-dark .azure-maps-control-button.zoom-in:active,.atlas-map.high-contrast-light .azure-maps-control-button.zoom-in:active{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3E%3Cpath d='M7 4.8V.2a.215.215 0 00-.2-.2H5.2a.215.215 0 00-.2.2v4.6a.215.215 0 01-.2.2H.2a.215.215 0 00-.2.2v1.6a.215.215 0 00.2.2h4.6a.215.215 0 01.2.2v4.6a.215.215 0 00.2.2h1.6a.215.215 0 00.2-.2V7.2a.215.215 0 01.2-.2h4.6a.215.215 0 00.2-.2V5.2a.215.215 0 00-.2-.2H7.2a.215.215 0 01-.2-.2z' fill='%237f7f7f'/%3E%3C/svg%3E")}.azure-maps-control-button.zoom-out{background-size:12px 12px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 2'%3E%3Cpath d='M11.8 2H.2a.215.215 0 0 1-.2-.2V.2A.215.215 0 0 1 .2 0h11.6a.215.215 0 0 1 .2.2v1.6a.215.215 0 0 1-.2.2z' fill='%2383888d'/%3E%3C/svg%3E")}.atlas-map.high-contrast-dark .azure-maps-control-button.zoom-out{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 2'%3E%3Cpath d='M11.8 2H.2a.215.215 0 01-.2-.2V.2A.215.215 0 01.2 0h11.6a.215.215 0 01.2.2v1.6a.215.215 0 01-.2.2z' fill='%23fff'/%3E%3C/svg%3E")}.atlas-map.high-contrast-light .azure-maps-control-button.zoom-out{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 2'%3E%3Cpath d='M11.8 2H.2a.215.215 0 01-.2-.2V.2A.215.215 0 01.2 0h11.6a.215.215 0 01.2.2v1.6a.215.215 0 01-.2.2z'/%3E%3C/svg%3E")}.azure-maps-control-button.zoom-out:active{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 2'%3E%3Cpath d='M11.8 2H.2a.215.215 0 0 1-.2-.2V.2A.215.215 0 0 1 .2 0h11.6a.215.215 0 0 1 .2.2v1.6a.215.215 0 0 1-.2.2z' fill='%2362666a'/%3E%3C/svg%3E")}.atlas-map.high-contrast-dark .azure-maps-control-button.zoom-out:active,.atlas-map.high-contrast-light .azure-maps-control-button.zoom-out:active{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 2'%3E%3Cpath d='M11.8 2H.2a.215.215 0 01-.2-.2V.2A.215.215 0 01.2 0h11.6a.215.215 0 01.2.2v1.6a.215.215 0 01-.2.2z' fill='%237f7f7f'/%3E%3C/svg%3E")}.azure-maps-control-button.traffic{background-image:url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' viewBox='0 0 1000 1000' xml:space='preserve'><g fill='Gray'><path d='M988.5,683l-8.9-26c-4.9-14.4-20.6-26-35-26h-30.3c-18.9-53.8-38.6-101.5-45.1-116.2c-11.9-27-49.9-32.8-70.9-38.7c0,0-35-10.7-151.6-10.7c-116.6,0-151.6,10.7-151.6,10.7c-24.5,8.3-58.6,13.6-72.1,39.9c-5.4,10.5-25.4,59.6-44.6,115h-30c-14.4,0-30,11.6-35,26l-8.9,26c-4.9,14.4,2.7,31.1,17.1,31.1h30c-8,23.4-13.4,34.2-13.4,34.2c-2.2,3.8-3.8,21.4-3.8,26.2v194.8c0,14.4,11.6,26,26,26h72.3c14.4,0,26-11.6,26-26v-36.5h375.8v36.5c0,14.4,11.6,26,26,26H933c14.4,0,26-11.6,26-26V774.4c0-4.7-1.6-22.4-3.8-26.2c0,0-5.5-10.8-13.6-34.2h29.7C985.8,714.1,993.4,697.3,988.5,683z M493.2,839.1h-34.6c-30.9,0-61.8-4.5-61.8-26v-26c0-25.1,13.3-26,27.7-26c14,0,41.8,13,60.1,21.9c20,9.8,42.3,17.9,42.3,34.2C527,832.2,519.3,839.1,493.2,839.1z M421,658.7c18.3-72.5,38.1-99.7,42.5-111.1c3.5-8.3,6.9-33.9,183.3-33.9s180.5,29.3,181,29.6c5.4,15.5,27,48.6,44.3,115.4c0,0-74.5,24.2-225.2,24.2S421,658.7,421,658.7z M896.7,813.1c0,21.5-30.9,26-61.8,26h-34.6c-26,0-33.7-6.9-33.7-21.9c0-16.3,22.3-24.4,42.3-34.2c18.3-9,46.1-21.9,60.1-21.9c14.4,0,27.7,0.9,27.7,26V813.1L896.7,813.1z'/><path d='M611.3,346.4L611.3,346.4c-16-45.3-32.4-86.1-41.1-106.8C579,260.4,595.4,301.1,611.3,346.4z'/><path d='M348.5,589.1h0.5c15.4-42.4,30.8-80.3,36.9-92.3c19.3-37.5,58-49,83.6-56.6c4.3-1.3,8.4-2.5,12.3-3.8c8-2.5,48.1-13,165-13c1,0,1.7,0,2.6,0c-0.3-0.9-0.5-1.5-0.9-2.4h29.7c14.4,0,22-16.7,17.1-31.1l-8.9-26c-4.9-14.4-20.6-26-35-26h-30.3c-18.9-53.8-38.6-101.5-45.1-116.2c-11.9-27-49.9-32.8-70.9-38.7c0,0-35-10.7-151.6-10.7c-116.6,0-151.6,10.7-151.6,10.7c-24.5,8.3-58.5,13.6-72.1,39.9c-5.4,10.5-25.4,59.6-44.6,115H55.4c-14.4,0-30,11.6-35,26l-8.9,26C6.6,404.2,14.2,421,28.6,421h30c-8,23.4-13.4,34.2-13.4,34.2c-2.2,3.8-3.8,21.4-3.8,26.2v194.8c0,14.4,11.6,26,26,26h72.3c14.4,0,26-11.6,26-26v-36.5h110.1C287.8,610.3,317.4,589.1,348.5,589.1z M170.5,254.6c3.5-8.3,6.9-33.9,183.3-33.9c176.3,0,180.5,29.3,181,29.6c5.4,15.5,27,48.6,44.3,115.4c0,0-74.5,24.2-225.2,24.2C203,389.9,128,365.6,128,365.6C146.2,293.2,166.1,266,170.5,254.6z M200.2,546.1h-34.5c-30.9,0-61.8-4.5-61.8-26v-26c0-25.1,13.3-26,27.7-26c14,0,41.8,13,60.1,21.9c20,9.8,42.3,17.9,42.3,34.2C233.9,539.1,226.2,546.1,200.2,546.1z'/><path d='M463.5,87.1c3.5-8.3,6.9-33.9,183.3-33.9c176.3,0,180.5,29.3,181,29.6c5.4,15.5,27,48.6,44.3,115.4c0,0-74.5,24.2-225.2,24.2c-8.9,0-16.7-0.3-25.1-0.5c7.1,17.1,17.5,43.1,28.9,74.1h0.9c32.4,0,63.8,22.9,74.5,54.3l8.9,26c5.7,16.5,4.7,34.2-2,49.6c51.4,3.2,72.8,8.7,77.6,10.1l7.8,2c26.5,6.7,70.7,17.9,89.2,59.9c2.7,6.2,8.2,19.4,15.2,36.8H933c14.4,0,26-11.6,26-26V313.9c0-4.7-1.6-22.4-3.8-26.2c0,0-5.5-10.8-13.6-34.2h29.7c14.4,0,22-16.7,17.1-31.1l-9-26c-4.9-14.4-20.6-26-35-26h-30.3c-18.9-53.8-38.6-101.5-45.1-116.2c-11.9-27-49.9-32.8-70.9-38.7c0,0-35-10.7-151.6-10.7c-116.6,0-151.6,10.7-151.6,10.7c-24.5,8.3-58.6,13.6-72.1,39.9c-4,7.9-16.3,37.6-30.4,75.4c19.2,0.4,35,1.2,49.2,2.1C452.3,107.2,460.9,94.1,463.5,87.1z M896.7,326.5v26c0,21.5-30.9,26-61.8,26h-34.6c-26,0-33.7-6.9-33.7-21.9c0-16.2,22.4-24.4,42.3-34.2c18.3-9,46.1-21.9,60.1-21.9C883.3,300.5,896.7,301.4,896.7,326.5z'/></g></svg>");position:relative;padding:0;border:none;width:32px;height:32px;cursor:pointer;line-height:32px;background-size:20px;z-index:200;box-shadow:0 0 4px rgba(0,0,0,.16)}.azure-maps-control-button.traffic:active,.azure-maps-control-container.in-use .azure-maps-control-button.traffic:not(:active){background-image:url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' viewBox='0 0 1000 1000' xml:space='preserve'><g fill='DeepSkyBlue'><path d='M988.5,683l-8.9-26c-4.9-14.4-20.6-26-35-26h-30.3c-18.9-53.8-38.6-101.5-45.1-116.2c-11.9-27-49.9-32.8-70.9-38.7c0,0-35-10.7-151.6-10.7c-116.6,0-151.6,10.7-151.6,10.7c-24.5,8.3-58.6,13.6-72.1,39.9c-5.4,10.5-25.4,59.6-44.6,115h-30c-14.4,0-30,11.6-35,26l-8.9,26c-4.9,14.4,2.7,31.1,17.1,31.1h30c-8,23.4-13.4,34.2-13.4,34.2c-2.2,3.8-3.8,21.4-3.8,26.2v194.8c0,14.4,11.6,26,26,26h72.3c14.4,0,26-11.6,26-26v-36.5h375.8v36.5c0,14.4,11.6,26,26,26H933c14.4,0,26-11.6,26-26V774.4c0-4.7-1.6-22.4-3.8-26.2c0,0-5.5-10.8-13.6-34.2h29.7C985.8,714.1,993.4,697.3,988.5,683z M493.2,839.1h-34.6c-30.9,0-61.8-4.5-61.8-26v-26c0-25.1,13.3-26,27.7-26c14,0,41.8,13,60.1,21.9c20,9.8,42.3,17.9,42.3,34.2C527,832.2,519.3,839.1,493.2,839.1z M421,658.7c18.3-72.5,38.1-99.7,42.5-111.1c3.5-8.3,6.9-33.9,183.3-33.9s180.5,29.3,181,29.6c5.4,15.5,27,48.6,44.3,115.4c0,0-74.5,24.2-225.2,24.2S421,658.7,421,658.7z M896.7,813.1c0,21.5-30.9,26-61.8,26h-34.6c-26,0-33.7-6.9-33.7-21.9c0-16.3,22.3-24.4,42.3-34.2c18.3-9,46.1-21.9,60.1-21.9c14.4,0,27.7,0.9,27.7,26V813.1L896.7,813.1z'/><path d='M611.3,346.4L611.3,346.4c-16-45.3-32.4-86.1-41.1-106.8C579,260.4,595.4,301.1,611.3,346.4z'/><path d='M348.5,589.1h0.5c15.4-42.4,30.8-80.3,36.9-92.3c19.3-37.5,58-49,83.6-56.6c4.3-1.3,8.4-2.5,12.3-3.8c8-2.5,48.1-13,165-13c1,0,1.7,0,2.6,0c-0.3-0.9-0.5-1.5-0.9-2.4h29.7c14.4,0,22-16.7,17.1-31.1l-8.9-26c-4.9-14.4-20.6-26-35-26h-30.3c-18.9-53.8-38.6-101.5-45.1-116.2c-11.9-27-49.9-32.8-70.9-38.7c0,0-35-10.7-151.6-10.7c-116.6,0-151.6,10.7-151.6,10.7c-24.5,8.3-58.5,13.6-72.1,39.9c-5.4,10.5-25.4,59.6-44.6,115H55.4c-14.4,0-30,11.6-35,26l-8.9,26C6.6,404.2,14.2,421,28.6,421h30c-8,23.4-13.4,34.2-13.4,34.2c-2.2,3.8-3.8,21.4-3.8,26.2v194.8c0,14.4,11.6,26,26,26h72.3c14.4,0,26-11.6,26-26v-36.5h110.1C287.8,610.3,317.4,589.1,348.5,589.1z M170.5,254.6c3.5-8.3,6.9-33.9,183.3-33.9c176.3,0,180.5,29.3,181,29.6c5.4,15.5,27,48.6,44.3,115.4c0,0-74.5,24.2-225.2,24.2C203,389.9,128,365.6,128,365.6C146.2,293.2,166.1,266,170.5,254.6z M200.2,546.1h-34.5c-30.9,0-61.8-4.5-61.8-26v-26c0-25.1,13.3-26,27.7-26c14,0,41.8,13,60.1,21.9c20,9.8,42.3,17.9,42.3,34.2C233.9,539.1,226.2,546.1,200.2,546.1z'/><path d='M463.5,87.1c3.5-8.3,6.9-33.9,183.3-33.9c176.3,0,180.5,29.3,181,29.6c5.4,15.5,27,48.6,44.3,115.4c0,0-74.5,24.2-225.2,24.2c-8.9,0-16.7-0.3-25.1-0.5c7.1,17.1,17.5,43.1,28.9,74.1h0.9c32.4,0,63.8,22.9,74.5,54.3l8.9,26c5.7,16.5,4.7,34.2-2,49.6c51.4,3.2,72.8,8.7,77.6,10.1l7.8,2c26.5,6.7,70.7,17.9,89.2,59.9c2.7,6.2,8.2,19.4,15.2,36.8H933c14.4,0,26-11.6,26-26V313.9c0-4.7-1.6-22.4-3.8-26.2c0,0-5.5-10.8-13.6-34.2h29.7c14.4,0,22-16.7,17.1-31.1l-9-26c-4.9-14.4-20.6-26-35-26h-30.3c-18.9-53.8-38.6-101.5-45.1-116.2c-11.9-27-49.9-32.8-70.9-38.7c0,0-35-10.7-151.6-10.7c-116.6,0-151.6,10.7-151.6,10.7c-24.5,8.3-58.6,13.6-72.1,39.9c-4,7.9-16.3,37.6-30.4,75.4c19.2,0.4,35,1.2,49.2,2.1C452.3,107.2,460.9,94.1,463.5,87.1z M896.7,326.5v26c0,21.5-30.9,26-61.8,26h-34.6c-26,0-33.7-6.9-33.7-21.9c0-16.2,22.4-24.4,42.3-34.2c18.3-9,46.1-21.9,60.1-21.9C883.3,300.5,896.7,301.4,896.7,326.5z'/></g></svg>");filter:brightness(90%)}.traffic-legend{font-family:segoeui;user-select:none;padding:0;border:none;width:150px;overflow:hidden;z-index:100;box-shadow:rgba(0,0,0,.16) 0 0 4px;background-color:#fff;color:#000}.hidden{visibility:hidden}.atlas-map.high-contrast-light .azure-maps-control-container .traffic-legend,.azure-maps-control-container.light .traffic-legend{background-color:#fff;box-shadow:rgba(0,0,0,.16) 0 0 4px;color:#000}.atlas-map.high-contrast-dark .azure-maps-control-container .traffic-legend,.azure-maps-control-container.dark .traffic-legend{background-color:#011c2c;box-shadow:rgba(0,0,0,.16) 0 0 4px;color:#fff}.traffic-legend table{border-collapse:collapse;padding:0;margin:4px;text-align:left;font-size:12px}.traffic-legend table div{width:20px;height:8px;margin-top:2px;float:left}.traffic-legend table td div.green{background-color:#6C9}.traffic-legend table td div.yellow{background-color:#FFAB66}.traffic-legend table td div.red{background-color:#EE2F53}.traffic-legend table td div.dark-red{background-color:#6B0512}.traffic-legend-colors{-ms-high-contrast-adjust:none;high-contrast-adjust:none}.traffic-legend table td.traffic-legend-title{font-weight:700}.traffic-legend table td.traffic-legend-colors{width:84px}.traffic-legend table td.traffic-legend-text{width:25px}.azure-maps-control-button.pitch{background-size:10.8px 8.2px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10.8 8.2'%3E%3Cpath d='M10.5 8.2H.3c-.1 0-.2 0-.2-.1C0 8.1 0 8 0 7.9L2.5.2a.215.215 0 0 1 .2-.2H8c.1 0 .2.1.3.2l2.5 7.7v.2a.367.367 0 0 1-.3.1z' fill='%2383888d'/%3E%3C/svg%3E");z-index:200}.atlas-map.high-contrast-dark .azure-maps-control-button.pitch{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10.8 8.2'%3E%3Cpath d='M10.5 8.2H.3c-.1 0-.2 0-.2-.1C0 8.1 0 8 0 7.9L2.5.2a.215.215 0 01.2-.2H8c.1 0 .2.1.3.2l2.5 7.7v.2a.367.367 0 01-.3.1z' fill='%23fff'/%3E%3C/svg%3E")}.atlas-map.high-contrast-light .azure-maps-control-button.pitch{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10.8 8.2'%3E%3Cpath d='M10.5 8.2H.3c-.1 0-.2 0-.2-.1C0 8.1 0 8 0 7.9L2.5.2a.215.215 0 01.2-.2H8c.1 0 .2.1.3.2l2.5 7.7v.2a.367.367 0 01-.3.1z'/%3E%3C/svg%3E")}.azure-maps-control-container.in-use .azure-maps-control-button.pitch:not(:active){background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10.8 8.2'%3E%3Cpath d='M10.5 8.2H.3c-.1 0-.2 0-.2-.1C0 8.1 0 8 0 7.9L2.5.2a.215.215 0 0 1 .2-.2H8c.1 0 .2.1.3.2l2.5 7.7v.2a.367.367 0 0 1-.3.1z' fill='%2331acce'/%3E%3C/svg%3E")}.atlas-map.high-contrast-dark .azure-maps-control-container.in-use .azure-maps-control-button.pitch:not(:active),.atlas-map.high-contrast-light .azure-maps-control-container.in-use .azure-maps-control-button.pitch:not(:active){background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10.8 8.2'%3E%3Cpath d='M10.5 8.2H.3c-.1 0-.2 0-.2-.1C0 8.1 0 8 0 7.9L2.5.2a.215.215 0 01.2-.2H8c.1 0 .2.1.3.2l2.5 7.7v.2a.367.367 0 01-.3.1z' fill='%23136bfb'/%3E%3C/svg%3E")}.azure-maps-control-button.pitch:active{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10.8 8.2'%3E%3Cpath d='M10.5 8.2H.3c-.1 0-.2 0-.2-.1C0 8.1 0 8 0 7.9L2.5.2a.215.215 0 0 1 .2-.2H8c.1 0 .2.1.3.2l2.5 7.7v.2a.367.367 0 0 1-.3.1z' fill='%2362666a'/%3E%3C/svg%3E")}.atlas-map.high-contrast-dark .azure-maps-control-button.pitch:active,.atlas-map.high-contrast-light .azure-maps-control-button.pitch:active{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10.8 8.2'%3E%3Cpath d='M10.5 8.2H.3c-.1 0-.2 0-.2-.1C0 8.1 0 8 0 7.9L2.5.2a.215.215 0 01.2-.2H8c.1 0 .2.1.3.2l2.5 7.7v.2a.367.367 0 01-.3.1z' fill='%237f7f7f'/%3E%3C/svg%3E")}.azure-maps-control-button.pitch-up{background-size:5.2px 13px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 5.2 13'%3E%3Cpath d='M2.7 0L0 6h1.6v6.8a.215.215 0 0 0 .2.2h1.6a.215.215 0 0 0 .2-.2V6h1.6z' fill='%2383888d'/%3E%3C/svg%3E")}.atlas-map.high-contrast-dark .azure-maps-control-button.pitch-up{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 5.2 13'%3E%3Cpath d='M2.7 0L0 6h1.6v6.8a.215.215 0 00.2.2h1.6a.215.215 0 00.2-.2V6h1.6z' fill='%23fff'/%3E%3C/svg%3E")}.atlas-map.high-contrast-light .azure-maps-control-button.pitch-up{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 5.2 13'%3E%3Cpath d='M2.7 0L0 6h1.6v6.8a.215.215 0 00.2.2h1.6a.215.215 0 00.2-.2V6h1.6z'/%3E%3C/svg%3E")}.azure-maps-control-button.pitch-down{background-size:5.2px 13px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 5.3 12.9'%3E%3Cpath d='M3.6 7V.2a.215.215 0 0 0-.2-.2H1.8a.215.215 0 0 0-.2.2V7L0 6.9l2.5 6h.1L5.3 7H3.6z' fill='%2383888d'/%3E%3C/svg%3E")}.atlas-map.high-contrast-dark .azure-maps-control-button.pitch-down{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 5.3 12.9'%3E%3Cpath d='M3.6 7V.2a.215.215 0 00-.2-.2H1.8a.215.215 0 00-.2.2V7L0 6.9l2.5 6h.1L5.3 7H3.6z' fill='%23fff'/%3E%3C/svg%3E")}.atlas-map.high-contrast-light .azure-maps-control-button.pitch-down{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 5.3 12.9'%3E%3Cpath d='M3.6 7V.2a.215.215 0 00-.2-.2H1.8a.215.215 0 00-.2.2V7L0 6.9l2.5 6h.1L5.3 7H3.6z'/%3E%3C/svg%3E")}.azure-maps-control-button.rotation{overflow:hidden;z-index:200}.azure-maps-control-button.rotation div{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 7.4 14'%3E%3Cpath d='M2.2 7h3.1L3.7 3.4z' fill='none'/%3E%3Cpath d='M4.7.6L4.4 0H3L.2 6.6 0 7l2.8 6.4.3.6h1.4l2.9-6.6V7zM2.2 7l1.5-3.5L5.3 7z' fill='%2383888d'/%3E%3C/svg%3E");background-position:center center;background-repeat:no-repeat;background-size:7.4px 14px;height:100%;width:100%}.atlas-map.high-contrast-dark .azure-maps-control-button.rotation div{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 7.4 14'%3E%3Cpath d='M2.2 7h3.1L3.7 3.4z' fill='none'/%3E%3Cpath d='M4.7.6L4.4 0H3L.2 6.6 0 7l2.8 6.4.3.6h1.4l2.9-6.6V7zM2.2 7l1.5-3.5L5.3 7z' fill='%23fff'/%3E%3C/svg%3E")}.atlas-map.high-contrast-light .azure-maps-control-button.rotation div{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 7.4 14'%3E%3Cpath d='M2.2 7h3.1L3.7 3.4z' fill='none'/%3E%3Cpath d='M4.7.6L4.4 0H3L.2 6.6 0 7l2.8 6.4.3.6h1.4l2.9-6.6V7zM2.2 7l1.5-3.5L5.3 7z'/%3E%3C/svg%3E")}.azure-maps-control-container.in-use .azure-maps-control-button.rotation:not(:active) div{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 7.4 14'%3E%3Cpath d='M2.2 7h3.1L3.7 3.4z' fill='none'/%3E%3Cpath d='M4.7.6L4.4 0H3L.2 6.6 0 7l2.8 6.4.3.6h1.4l2.9-6.6V7zM2.2 7l1.5-3.5L5.3 7z' fill='%2331acce'/%3E%3C/svg%3E")}.atlas-map.high-contrast-dark .azure-maps-control-container.in-use .azure-maps-control-button.rotation:not(:active) div,.atlas-map.high-contrast-light .azure-maps-control-container.in-use .azure-maps-control-button.rotation:not(:active) div{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 7.4 14'%3E%3Cpath d='M2.2 7h3.1L3.7 3.4z' fill='none'/%3E%3Cpath d='M4.7.6L4.4 0H3L.2 6.6 0 7l2.8 6.4.3.6h1.4l2.9-6.6V7zM2.2 7l1.5-3.5L5.3 7z' fill='%23136bfb'/%3E%3C/svg%3E")}.azure-maps-control-button.rotation:active div{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 7.4 14'%3E%3Cpath d='M2.2 7h3.1L3.7 3.4z' fill='none'/%3E%3Cpath d='M4.7.6L4.4 0H3L.2 6.6 0 7l2.8 6.4.3.6h1.4l2.9-6.6V7zM2.2 7l1.5-3.5L5.3 7z' fill='%2362666a'/%3E%3C/svg%3E")}.atlas-map.high-contrast-dark .azure-maps-control-button.rotation:active div,.atlas-map.high-contrast-light .azure-maps-control-button.rotation:active div{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 7.4 14'%3E%3Cpath d='M2.2 7h3.1L3.7 3.4z' fill='none'/%3E%3Cpath d='M4.7.6L4.4 0H3L.2 6.6 0 7l2.8 6.4.3.6h1.4l2.9-6.6V7zM2.2 7l1.5-3.5L5.3 7z' fill='%237f7f7f'/%3E%3C/svg%3E")}.azure-maps-control-button.rotation-left{background-size:14px 14px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 13.8 10'%3E%3Cpath d='M12.8 10a7.17 7.17 0 0 0-7.2-7.2' fill='none' stroke='%2383888d' stroke-miterlimit='10' stroke-width='2'/%3E%3Cpath d='M6 0L0 2.5v.1l6 2.7z' fill='%2383888d'/%3E%3C/svg%3E")}.atlas-map.high-contrast-dark .azure-maps-control-button.rotation-left{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 13.8 10'%3E%3Cpath d='M12.8 10a7.17 7.17 0 00-7.2-7.2' fill='none' stroke='%23fff' stroke-miterlimit='10' stroke-width='2'/%3E%3Cpath d='M6 0L0 2.5v.1l6 2.7z' fill='%23fff'/%3E%3C/svg%3E")}.atlas-map.high-contrast-light .azure-maps-control-button.rotation-left{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 13.8 10'%3E%3Cpath d='M12.8 10a7.17 7.17 0 00-7.2-7.2' fill='none' stroke='%23000' stroke-miterlimit='10' stroke-width='2'/%3E%3Cpath d='M6 0L0 2.5v.1l6 2.7z'/%3E%3C/svg%3E")}.azure-maps-control-button.rotation-right{background-size:14px 14px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 13.8 10'%3E%3Cpath d='M1 10a7.17 7.17 0 0 1 7.2-7.2' fill='none' stroke='%2383888d' stroke-miterlimit='10' stroke-width='2'/%3E%3Cpath d='M7.8 0l6 2.5v.1L7.9 5.3z' fill='%2383888d'/%3E%3C/svg%3E")}.atlas-map.high-contrast-dark .azure-maps-control-button.rotation-right{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 13.8 10'%3E%3Cpath d='M1 10a7.17 7.17 0 017.2-7.2' fill='none' stroke='%23fff' stroke-miterlimit='10' stroke-width='2'/%3E%3Cpath d='M7.8 0l6 2.5v.1L7.9 5.3z' fill='%23fff'/%3E%3C/svg%3E")}.atlas-map.high-contrast-light .azure-maps-control-button.rotation-right{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 13.8 10'%3E%3Cpath d='M1 10a7.17 7.17 0 017.2-7.2' fill='none' stroke='%23000' stroke-miterlimit='10' stroke-width='2'/%3E%3Cpath d='M7.8 0l6 2.5v.1L7.9 5.3z'/%3E%3C/svg%3E")}.azure-maps-control-button.curr-style{position:relative}.azure-maps-control-button.curr-style>.icon{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 11.6 11.6'%3E%3Cg transform='rotate(180 5.8 5.8)'%3E%3Ccircle cx='5.8' cy='5.8' r='5.8' fill='%2383888d'/%3E%3Cpath d='M6 9.5L3.5 5.9v-.2L6 2.4a.188.188 0 0 1 .3 0l1.3 1a.188.188 0 0 1 0 .3L6 5.7A.188.188 0 0 0 6 6l1.6 2.4c.1.1 0 .2-.1.3l-1.3.8c-.1.1-.2.1-.2 0z' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E");background-size:11.6px 11.6px;background-repeat:no-repeat;background-position:center center;z-index:200;position:absolute;top:0;bottom:0;right:0;left:0}.atlas-map.high-contrast-dark .azure-maps-control-button.curr-style>.icon,.atlas-map.high-contrast-light .azure-maps-control-button.curr-style>.icon{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 11.6 11.6'%3E%3Cg transform='rotate(180 5.8 5.8)'%3E%3Ccircle cx='5.8' cy='5.8' r='5.05' stroke='%23fff' stroke-width='1.5'/%3E%3Cpath d='M6 9.5L3.5 5.9v-.2L6 2.4a.188.188 0 01.3 0l1.3 1a.188.188 0 010 .3L6 5.7A.188.188 0 006 6l1.6 2.4c.1.1 0 .2-.1.3l-1.3.8c-.1.1-.2.1-.2 0z' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E")}.azure-maps-control-container.in-use .azure-maps-control-button.curr-style>.icon{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 11.6 11.6'%3E%3Cg transform='rotate(180 5.8 5.8)'%3E%3Ccircle cx='5.8' cy='5.8' r='5.8' fill='%2331acce'/%3E%3Cpath d='M6 9.5L3.5 5.9v-.2L6 2.4a.188.188 0 0 1 .3 0l1.3 1a.188.188 0 0 1 0 .3L6 5.7A.188.188 0 0 0 6 6l1.6 2.4c.1.1 0 .2-.1.3l-1.3.8c-.1.1-.2.1-.2 0z' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E")}.atlas-map.high-contrast-dark .azure-maps-control-container.in-use .azure-maps-control-button.curr-style>.icon,.atlas-map.high-contrast-light .azure-maps-control-container.in-use .azure-maps-control-button.curr-style>.icon{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 11.6 11.6'%3E%3Cg transform='rotate(180 5.8 5.8)'%3E%3Ccircle cx='5.8' cy='5.8' r='5.05' fill='%23136bfb' stroke='%23fff' stroke-width='1.5'/%3E%3Cpath d='M6 9.5L3.5 5.9v-.2L6 2.4a.188.188 0 01.3 0l1.3 1a.188.188 0 010 .3L6 5.7A.188.188 0 006 6l1.6 2.4c.1.1 0 .2-.1.3l-1.3.8c-.1.1-.2.1-.2 0z' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E")}.bottom-right.subcontrol-container .azure-maps-control-button.curr-style:active>.icon,.bottom-right.subcontrol-container .azure-maps-control-button.curr-style>.icon,.top-right.subcontrol-container .azure-maps-control-button.curr-style:active>.icon,.top-right.subcontrol-container .azure-maps-control-button.curr-style>.icon{transform:scaleX(-1)}.azure-maps-control-container .azure-maps-control-button.curr-style img,.azure-maps-control-container>.style-options.icons img{width:28px;height:28px;margin:2px;padding:0;border-collapse:collapse}.atlas-map.high-contrast-dark .azure-maps-control-container .azure-maps-control-button.curr-style img,.atlas-map.high-contrast-dark .azure-maps-control-container>.style-options.icons img,.atlas-map.high-contrast-light .azure-maps-control-container .azure-maps-control-button.curr-style img,.atlas-map.high-contrast-light .azure-maps-control-container>.style-options.icons img{width:26px;height:26px;margin:0}.azure-maps-control-container>.style-options.list{display:grid;max-height:300px;min-width:200px;overflow:auto;position:absolute}.bottom-left .azure-maps-control-container>.style-options.list,.top-left .azure-maps-control-container>.style-options.list{left:100%;padding-left:1px}.bottom-right .azure-maps-control-container>.style-options.list,.top-right .azure-maps-control-container>.style-options.list{right:100%;padding-right:1px}.bottom-left .azure-maps-control-container>.style-options.list,.bottom-right .azure-maps-control-container>.style-options.list{bottom:0}.azure-maps-control-container>.style-options.list button{align-items:center;border:none;border-collapse:collapse;display:flex;font:inherit;margin:0;padding:5px 10px 5px 5px;cursor:pointer}.atlas-map.high-contrast-light .azure-maps-control-container>.style-options.list button,.azure-maps-control-container.light>.style-options.list button{background-color:#FFF;color:#000}.atlas-map.high-contrast-dark .azure-maps-control-container>.azure-maps-control-dropdown,.atlas-map.high-contrast-dark .azure-maps-control-container>.style-options.list button,.azure-maps-control-container.dark>.style-options.list button{background-color:#011C2C;color:#CCC}.atlas-map.high-contrast-dark .azure-maps-control-container>.azure-maps-control-dropdown :disabled,.atlas-map.high-contrast-dark .azure-maps-control-container>.style-options.list button :disabled,.azure-maps-control-container.dark>.style-options.list button :disabled{color:rgba(255,255,255,.3)}.azure-maps-control-container.dark .azure-maps-control-list-button,.azure-maps-control-container.dark>.azure-maps-control-dropdown{background-color:#011c2c}.atlas-map.high-contrast-dark .azure-maps-control-container>.azure-maps-control-dropdown{border-radius:0;border:3px solid #fff}.atlas-map.high-contrast-light .azure-maps-control-container>.azure-maps-control-dropdown{border-radius:0;border:3px solid #000}.azure-maps-control-container.dark .azure-maps-control-list-button{box-shadow:rgba(0,0,0,.16) 0 0 4px;color:#fff}.atlas-map.high-contrast-dark .azure-maps-control-container .azure-maps-control-list-button{background-color:#011C2C;color:#fff}.atlas-map.high-contrast-dark .azure-maps-control-container .azure-maps-control-list-button :disabled{color:rgba(255,255,255,.3)}.atlas-map.high-contrast-light .azure-maps-control-container .azure-maps-control-list-button{background-color:#FFF;color:#000}.atlas-map.high-contrast-dark .azure-maps-control-container .azure-maps-control-list-button.curr-style{border-radius:0;border:3px solid #fff}.atlas-map.high-contrast-light .azure-maps-control-container .azure-maps-control-list-button.curr-style{border-radius:0;border:3px solid #000}.azure-maps-control-container.dark .azure-maps-control-list-button:hover,.azure-maps-control-container.dark .azure-maps-control-list-button[aria-current=true]{background-color:#31acce}.atlas-map.high-contrast-dark .azure-maps-control-container .azure-maps-control-list-button:hover,.atlas-map.high-contrast-dark .azure-maps-control-container .azure-maps-control-list-button[aria-current=true]{background-color:#FFF;color:#000}.atlas-map.high-contrast-light .azure-maps-control-container .azure-maps-control-list-button:hover,.atlas-map.high-contrast-light .azure-maps-control-container .azure-maps-control-list-button[aria-current=true]{background-color:#011C2C;color:#fff}.azure-maps-control-container>.style-options.list button:focus,.azure-maps-control-container>.style-options.list button:hover{color:#31ACCE}.azure-maps-control-container>.style-options.list button:disabled{color:rgba(16,16,16,.3);pointer-events:none}.atlas-map.high-contrast-light .azure-maps-control-container>.style-options.list button:active,.azure-maps-control-container.light>.style-options.list button:active{background-color:#f1f1f1;color:#62666A}.atlas-map.high-contrast-dark .azure-maps-control-container>.style-options.list button:active,.azure-maps-control-container.dark>.style-options.list button:active{background-color:#43474c;color:#62666A}.azure-maps-control-container>.style-options.list img{width:28px;height:28px;margin:0 5px 0 0;padding:0;border-collapse:collapse}
/*!*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[5].rules[1].use[0]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[5].rules[1].use[1]!./src/styles.scss ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.tree-children.tree-children-no-padding { padding-left: 0 }
.tree-children { padding-left: 20px; overflow: hidden }
.node-drop-slot { display: block; height: 2px }
.node-drop-slot.is-dragging-over { background: #ddffee; height: 20px; border: 2px dotted #888; }
.toggle-children-wrapper-expanded .toggle-children { transform: rotate(90deg) }
.toggle-children-wrapper-collapsed .toggle-children { transform: rotate(0); }
.toggle-children-wrapper {
  padding: 2px 3px 5px 1px;
}
/* tslint:disable */
.toggle-children {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAASCAYAAABSO15qAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAABAhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDY3IDc5LjE1Nzc0NywgMjAxNS8wMy8zMC0yMzo0MDo0MiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIgeG1wTU06T3JpZ2luYWxEb2N1bWVudElEPSJ1dWlkOjY1RTYzOTA2ODZDRjExREJBNkUyRDg4N0NFQUNCNDA3IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkYzRkRFQjcxODUzNTExRTU4RTQwRkQwODFEOUZEMEE3IiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkYzRkRFQjcwODUzNTExRTU4RTQwRkQwODFEOUZEMEE3IiB4bXA6Q3JlYXRvclRvb2w9IkFkb2JlIFBob3Rvc2hvcCBDQyAyMDE1IChNYWNpbnRvc2gpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MTk5NzA1OGEtZDI3OC00NDZkLWE4ODgtNGM4MGQ4YWI1NzNmIiBzdFJlZjpkb2N1bWVudElEPSJhZG9iZTpkb2NpZDpwaG90b3Nob3A6YzRkZmQxMGMtY2NlNS0xMTc4LWE5OGQtY2NkZmM5ODk5YWYwIi8+IDxkYzp0aXRsZT4gPHJkZjpBbHQ+IDxyZGY6bGkgeG1sOmxhbmc9IngtZGVmYXVsdCI+Z2x5cGhpY29uczwvcmRmOmxpPiA8L3JkZjpBbHQ+IDwvZGM6dGl0bGU+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+5iogFwAAAGhJREFUeNpiYGBgKABigf///zOQg0EARH4A4gZyDIIZ8B/JoAJKDIDhB0CcQIkBRBtEyABkgxwoMQCGD6AbRKoBGAYxQgXIBRuZGKgAKPIC3QLxArnRSHZCIjspk52ZKMrOFBUoAAEGAKnq593MQAZtAAAAAElFTkSuQmCC');
  height: 8px;
  width: 9px;
  background-size: contain;
  display: inline-block;
  position: relative;
  top: 1px;
  background-repeat: no-repeat;
  background-position: center;
}
.toggle-children-placeholder {
  display: inline-block;
  height: 10px;
  width: 10px;
  position: relative;
  top: 1px;
  padding-right: 3px;
}
.node-content-wrapper {
  display: inline-block;
  padding: 2px 5px;
  border-radius: 2px;
  transition: background-color .15s,box-shadow .15s;
}
.node-wrapper {display: flex; align-items: flex-start;}
.node-content-wrapper-active,
.node-content-wrapper.node-content-wrapper-active:hover,
.node-content-wrapper-active.node-content-wrapper-focused {
  background: #beebff;
}
.node-content-wrapper-focused { background: #e7f4f9 }
.node-content-wrapper:hover { background: #f7fbff }
.node-content-wrapper-active, .node-content-wrapper-focused, .node-content-wrapper:hover {
  box-shadow: inset 0 0 1px #999;
}
.node-content-wrapper.is-dragging-over { background: #ddffee; box-shadow: inset 0 0 1px #999; }
.node-content-wrapper.is-dragging-over-disabled { opacity: 0.5 }
tree-viewport {
  -webkit-tap-highlight-color: transparent;
  height: 100%;
  overflow: auto;
  display: block;
}
.tree-children { padding-left: 20px }
.empty-tree-drop-slot .node-drop-slot { height: 20px; min-width: 100px }
.angular-tree-component {
  width: 100%;
  position:relative;
  display: inline-block;
  cursor: pointer;
  -webkit-touch-callout: none; /* iOS Safari */   /* Chrome/Safari/Opera */    /* Konqueror */      /* Firefox */       /* IE/Edge */
  user-select: none;           /* non-prefixed version, currently not supported by any browser */
}
tree-root .angular-tree-component-rtl {
  direction: rtl;
}
tree-root .angular-tree-component-rtl .toggle-children-wrapper-collapsed .toggle-children {
  transform: rotate(180deg) !important;
}
tree-root .angular-tree-component-rtl .tree-children {
  padding-right: 20px;
  padding-left: 0;
}
tree-node-checkbox {
  padding: 1px;
}
.mat-badge-content {
  font-weight: 600;
  font-size: 12px;
  font-family: Roboto, "Helvetica Neue", sans-serif;
}
.mat-badge-small .mat-badge-content {
  font-size: 9px;
}
.mat-badge-large .mat-badge-content {
  font-size: 24px;
}
.mat-h1,
.mat-headline,
.mat-typography .mat-h1,
.mat-typography .mat-headline,
.mat-typography h1 {
  font: 400 24px / 32px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: normal;
  margin: 0 0 16px;
}
.mat-h2,
.mat-title,
.mat-typography .mat-h2,
.mat-typography .mat-title,
.mat-typography h2 {
  font: 500 20px / 32px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: normal;
  margin: 0 0 16px;
}
.mat-h3,
.mat-subheading-2,
.mat-typography .mat-h3,
.mat-typography .mat-subheading-2,
.mat-typography h3 {
  font: 400 16px / 28px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: normal;
  margin: 0 0 16px;
}
.mat-h4,
.mat-subheading-1,
.mat-typography .mat-h4,
.mat-typography .mat-subheading-1,
.mat-typography h4 {
  font: 400 15px / 24px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: normal;
  margin: 0 0 16px;
}
.mat-h5,
.mat-typography .mat-h5,
.mat-typography h5 {
  font: 400 calc(14px * 0.83) / 20px Roboto, "Helvetica Neue", sans-serif;
  margin: 0 0 12px;
}
.mat-h6,
.mat-typography .mat-h6,
.mat-typography h6 {
  font: 400 calc(14px * 0.67) / 20px Roboto, "Helvetica Neue", sans-serif;
  margin: 0 0 12px;
}
.mat-body-strong,
.mat-body-2,
.mat-typography .mat-body-strong,
.mat-typography .mat-body-2 {
  font: 500 14px / 24px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: normal;
}
.mat-body,
.mat-body-1,
.mat-typography .mat-body,
.mat-typography .mat-body-1,
.mat-typography {
  font: 400 14px / 20px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: normal;
}
.mat-body p,
.mat-body-1 p,
.mat-typography .mat-body p,
.mat-typography .mat-body-1 p,
.mat-typography p {
  margin: 0 0 12px;
}
.mat-small,
.mat-caption,
.mat-typography .mat-small,
.mat-typography .mat-caption {
  font: 400 12px / 20px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: normal;
}
.mat-display-4,
.mat-typography .mat-display-4 {
  font: 300 112px / 112px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: -0.05em;
  margin: 0 0 56px;
}
.mat-display-3,
.mat-typography .mat-display-3 {
  font: 400 56px / 56px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: -0.02em;
  margin: 0 0 64px;
}
.mat-display-2,
.mat-typography .mat-display-2 {
  font: 400 45px / 48px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: -0.005em;
  margin: 0 0 64px;
}
.mat-display-1,
.mat-typography .mat-display-1 {
  font: 400 34px / 40px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: normal;
  margin: 0 0 64px;
}
.mat-bottom-sheet-container {
  font: 400 14px / 20px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: normal;
}
.mat-button, .mat-raised-button, .mat-icon-button, .mat-stroked-button,
.mat-flat-button, .mat-fab, .mat-mini-fab {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 14px;
  font-weight: 500;
}
.mat-button-toggle {
  font-family: Roboto, "Helvetica Neue", sans-serif;
}
.mat-card {
  font-family: Roboto, "Helvetica Neue", sans-serif;
}
.mat-card-title {
  font-size: 24px;
  font-weight: 500;
}
.mat-card-header .mat-card-title {
  font-size: 20px;
}
.mat-card-subtitle,
.mat-card-content {
  font-size: 14px;
}
.mat-checkbox {
  font-family: Roboto, "Helvetica Neue", sans-serif;
}
.mat-checkbox-layout .mat-checkbox-label {
  line-height: 24px;
}
.mat-chip {
  font-size: 14px;
  font-weight: 500;
}
.mat-chip .mat-chip-trailing-icon.mat-icon,
.mat-chip .mat-chip-remove.mat-icon {
  font-size: 18px;
}
.mat-table {
  font-family: Roboto, "Helvetica Neue", sans-serif;
}
.mat-header-cell {
  font-size: 12px;
  font-weight: 500;
}
.mat-cell, .mat-footer-cell {
  font-size: 14px;
}
.mat-calendar {
  font-family: Roboto, "Helvetica Neue", sans-serif;
}
.mat-calendar-body {
  font-size: 13px;
}
.mat-calendar-body-label,
.mat-calendar-period-button {
  font-size: 14px;
  font-weight: 500;
}
.mat-calendar-table-header th {
  font-size: 11px;
  font-weight: 400;
}
.mat-dialog-title {
  font: 500 20px / 32px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: normal;
}
.mat-expansion-panel-header {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 15px;
  font-weight: 400;
}
.mat-expansion-panel-content {
  font: 400 14px / 20px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: normal;
}
.mat-form-field {
  font-size: inherit;
  font-weight: 400;
  line-height: 1.125;
  font-family: Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: normal;
}
.mat-form-field-wrapper {
  padding-bottom: 1.34375em;
}
.mat-form-field-prefix .mat-icon,
.mat-form-field-suffix .mat-icon {
  font-size: 150%;
  line-height: 1.125;
}
.mat-form-field-prefix .mat-icon-button,
.mat-form-field-suffix .mat-icon-button {
  height: 1.5em;
  width: 1.5em;
}
.mat-form-field-prefix .mat-icon-button .mat-icon,
.mat-form-field-suffix .mat-icon-button .mat-icon {
  height: 1.125em;
  line-height: 1.125;
}
.mat-form-field-infix {
  padding: 0.5em 0;
  border-top: 0.84375em solid transparent;
}
.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,
.mat-form-field-can-float .mat-input-server:focus + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.34375em) scale(0.75);
  width: 133.3333333333%;
}
.mat-form-field-can-float .mat-input-server[label]:not(:label-shown) + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.34374em) scale(0.75);
  width: 133.3333433333%;
}
.mat-form-field-label-wrapper {
  top: -0.84375em;
  padding-top: 0.84375em;
}
.mat-form-field-label {
  top: 1.34375em;
}
.mat-form-field-underline {
  bottom: 1.34375em;
}
.mat-form-field-subscript-wrapper {
  font-size: 75%;
  margin-top: 0.6666666667em;
  top: calc(100% - 1.7916666667em);
}
.mat-form-field-appearance-legacy .mat-form-field-wrapper {
  padding-bottom: 1.25em;
}
.mat-form-field-appearance-legacy .mat-form-field-infix {
  padding: 0.4375em 0;
}
.mat-form-field-appearance-legacy.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,
.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server:focus + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.28125em) scale(0.75) perspective(100px) translateZ(0.001px);
  width: 133.3333333333%;
}
.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-form-field-autofill-control:-webkit-autofill + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.28125em) scale(0.75) perspective(100px) translateZ(0.00101px);
  width: 133.3333433333%;
}
.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server[label]:not(:label-shown) + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.28125em) scale(0.75) perspective(100px) translateZ(0.00102px);
  width: 133.3333533333%;
}
.mat-form-field-appearance-legacy .mat-form-field-label {
  top: 1.28125em;
}
.mat-form-field-appearance-legacy .mat-form-field-underline {
  bottom: 1.25em;
}
.mat-form-field-appearance-legacy .mat-form-field-subscript-wrapper {
  margin-top: 0.5416666667em;
  top: calc(100% - 1.6666666667em);
}
@media print {
  .mat-form-field-appearance-legacy.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,
.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server:focus + .mat-form-field-label-wrapper .mat-form-field-label {
    transform: translateY(-1.28122em) scale(0.75);
  }
  .mat-form-field-appearance-legacy.mat-form-field-can-float .mat-form-field-autofill-control:-webkit-autofill + .mat-form-field-label-wrapper .mat-form-field-label {
    transform: translateY(-1.28121em) scale(0.75);
  }
  .mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server[label]:not(:label-shown) + .mat-form-field-label-wrapper .mat-form-field-label {
    transform: translateY(-1.2812em) scale(0.75);
  }
}
.mat-form-field-appearance-fill .mat-form-field-infix {
  padding: 0.25em 0 0.75em 0;
}
.mat-form-field-appearance-fill .mat-form-field-label {
  top: 1.09375em;
  margin-top: -0.5em;
}
.mat-form-field-appearance-fill.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,
.mat-form-field-appearance-fill.mat-form-field-can-float .mat-input-server:focus + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-0.59375em) scale(0.75);
  width: 133.3333333333%;
}
.mat-form-field-appearance-fill.mat-form-field-can-float .mat-input-server[label]:not(:label-shown) + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-0.59374em) scale(0.75);
  width: 133.3333433333%;
}
.mat-form-field-appearance-outline .mat-form-field-infix {
  padding: 1em 0 1em 0;
}
.mat-form-field-appearance-outline .mat-form-field-label {
  top: 1.84375em;
  margin-top: -0.25em;
}
.mat-form-field-appearance-outline.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,
.mat-form-field-appearance-outline.mat-form-field-can-float .mat-input-server:focus + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.59375em) scale(0.75);
  width: 133.3333333333%;
}
.mat-form-field-appearance-outline.mat-form-field-can-float .mat-input-server[label]:not(:label-shown) + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.59374em) scale(0.75);
  width: 133.3333433333%;
}
.mat-grid-tile-header,
.mat-grid-tile-footer {
  font-size: 14px;
}
.mat-grid-tile-header .mat-line,
.mat-grid-tile-footer .mat-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  box-sizing: border-box;
}
.mat-grid-tile-header .mat-line:nth-child(n+2),
.mat-grid-tile-footer .mat-line:nth-child(n+2) {
  font-size: 12px;
}
input.mat-input-element {
  margin-top: -0.0625em;
}
.mat-menu-item {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 14px;
  font-weight: 400;
}
.mat-paginator,
.mat-paginator-page-size .mat-select-trigger {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 12px;
}
.mat-radio-button {
  font-family: Roboto, "Helvetica Neue", sans-serif;
}
.mat-select {
  font-family: Roboto, "Helvetica Neue", sans-serif;
}
.mat-select-trigger {
  height: 1.125em;
}
.mat-slide-toggle-content {
  font-family: Roboto, "Helvetica Neue", sans-serif;
}
.mat-slider-thumb-label-text {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 12px;
  font-weight: 500;
}
.mat-stepper-vertical, .mat-stepper-horizontal {
  font-family: Roboto, "Helvetica Neue", sans-serif;
}
.mat-step-label {
  font-size: 14px;
  font-weight: 400;
}
.mat-step-sub-label-error {
  font-weight: normal;
}
.mat-step-label-error {
  font-size: 14px;
}
.mat-step-label-selected {
  font-size: 14px;
  font-weight: 500;
}
.mat-tab-group {
  font-family: Roboto, "Helvetica Neue", sans-serif;
}
.mat-tab-label, .mat-tab-link {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 14px;
  font-weight: 500;
}
.mat-toolbar,
.mat-toolbar h1,
.mat-toolbar h2,
.mat-toolbar h3,
.mat-toolbar h4,
.mat-toolbar h5,
.mat-toolbar h6 {
  font: 500 20px / 32px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: normal;
  margin: 0;
}
.mat-tooltip {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 10px;
  padding-top: 6px;
  padding-bottom: 6px;
}
.mat-tooltip-handset {
  font-size: 14px;
  padding-top: 8px;
  padding-bottom: 8px;
}
.mat-list-item {
  font-family: Roboto, "Helvetica Neue", sans-serif;
}
.mat-list-option {
  font-family: Roboto, "Helvetica Neue", sans-serif;
}
.mat-list-base .mat-list-item {
  font-size: 16px;
}
.mat-list-base .mat-list-item .mat-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  box-sizing: border-box;
}
.mat-list-base .mat-list-item .mat-line:nth-child(n+2) {
  font-size: 14px;
}
.mat-list-base .mat-list-option {
  font-size: 16px;
}
.mat-list-base .mat-list-option .mat-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  box-sizing: border-box;
}
.mat-list-base .mat-list-option .mat-line:nth-child(n+2) {
  font-size: 14px;
}
.mat-list-base .mat-subheader {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 14px;
  font-weight: 500;
}
.mat-list-base[dense] .mat-list-item {
  font-size: 12px;
}
.mat-list-base[dense] .mat-list-item .mat-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  box-sizing: border-box;
}
.mat-list-base[dense] .mat-list-item .mat-line:nth-child(n+2) {
  font-size: 12px;
}
.mat-list-base[dense] .mat-list-option {
  font-size: 12px;
}
.mat-list-base[dense] .mat-list-option .mat-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  box-sizing: border-box;
}
.mat-list-base[dense] .mat-list-option .mat-line:nth-child(n+2) {
  font-size: 12px;
}
.mat-list-base[dense] .mat-subheader {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 12px;
  font-weight: 500;
}
.mat-option {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 16px;
}
.mat-optgroup-label {
  font: 500 14px / 24px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: normal;
}
.mat-simple-snackbar {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 14px;
}
.mat-simple-snackbar-action {
  line-height: 1;
  font-family: inherit;
  font-size: inherit;
  font-weight: 500;
}
.mat-tree {
  font-family: Roboto, "Helvetica Neue", sans-serif;
}
.mat-tree-node,
.mat-nested-tree-node {
  font-weight: 400;
  font-size: 14px;
}
.mat-ripple {
  overflow: hidden;
  position: relative;
}
.mat-ripple:not(:empty) {
  transform: translateZ(0);
}
.mat-ripple.mat-ripple-unbounded {
  overflow: visible;
}
.mat-ripple-element {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  transition: opacity, transform 0ms cubic-bezier(0, 0, 0.2, 1);
  transform: scale(0);
}
.cdk-high-contrast-active .mat-ripple-element {
  display: none;
}
.cdk-visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.cdk-overlay-container, .cdk-global-overlay-wrapper {
  pointer-events: none;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.cdk-overlay-container {
  position: fixed;
  z-index: 1000;
}
.cdk-overlay-container:empty {
  display: none;
}
.cdk-global-overlay-wrapper {
  display: flex;
  position: absolute;
  z-index: 1000;
}
.cdk-overlay-pane {
  position: absolute;
  pointer-events: auto;
  box-sizing: border-box;
  z-index: 1000;
  display: flex;
  max-width: 100%;
  max-height: 100%;
}
.cdk-overlay-backdrop {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  pointer-events: auto;
  -webkit-tap-highlight-color: transparent;
  transition: opacity 400ms cubic-bezier(0.25, 0.8, 0.25, 1);
  opacity: 0;
}
.cdk-overlay-backdrop.cdk-overlay-backdrop-showing {
  opacity: 1;
}
.cdk-high-contrast-active .cdk-overlay-backdrop.cdk-overlay-backdrop-showing {
  opacity: 0.6;
}
.cdk-overlay-dark-backdrop {
  background: rgba(0, 0, 0, 0.32);
}
.cdk-overlay-transparent-backdrop {
  transition: visibility 1ms linear, opacity 1ms linear;
  visibility: hidden;
  opacity: 1;
}
.cdk-overlay-transparent-backdrop.cdk-overlay-backdrop-showing {
  opacity: 0;
  visibility: visible;
}
.cdk-overlay-connected-position-bounding-box {
  position: absolute;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  min-width: 1px;
  min-height: 1px;
}
.cdk-global-scrollblock {
  position: fixed;
  width: 100%;
  overflow-y: scroll;
}
textarea.cdk-textarea-autosize {
  resize: none;
}
textarea.cdk-textarea-autosize-measuring {
  padding: 2px 0 !important;
  box-sizing: content-box !important;
  height: auto !important;
  overflow: hidden !important;
}
textarea.cdk-textarea-autosize-measuring-firefox {
  padding: 2px 0 !important;
  box-sizing: content-box !important;
  height: 0 !important;
}
@keyframes cdk-text-field-autofill-start {
  /*!*/
}
@keyframes cdk-text-field-autofill-end {
  /*!*/
}
.cdk-text-field-autofill-monitored:-webkit-autofill {
  animation: cdk-text-field-autofill-start 0s 1ms;
}
.cdk-text-field-autofill-monitored:not(:-webkit-autofill) {
  animation: cdk-text-field-autofill-end 0s 1ms;
}
.mat-focus-indicator {
  position: relative;
}
.mat-mdc-focus-indicator {
  position: relative;
}
/*
Contains imports of Daemonite Material styles and mixins, as well as fixes and overrides.
*/
body.light label {
  color: unset;
  font-size: unset;
  font-weight: unset;
  letter-spacing: unset;
  line-height: unset;
  margin-bottom: 0.5rem;
}
body.light .table {
  margin-bottom: 0;
  width: 100%;
  max-width: 100%;
}
body.light .mat-input-element {
  color: unset;
}
body.light a, body.light a:hover {
  color: inherit;
}
body.light button:not(.mat-icon-button):not(.mat-menu-item) {
  padding: 12px;
}
body.light button:not(.mat-icon-button):not(.mat-menu-item).mat-button-toggle-button {
  padding: 0px;
}
body.light button:not(.mat-icon-button):not(.mat-menu-item):focus {
  outline: none;
}
body.light button.mat-icon-button {
  line-height: 1 !important;
}
body.light button.popup-close {
  padding: 0;
}
body.light .btn-link,
body.light .btn-link:hover {
  color: #2196f3;
  text-decoration: none;
}
body.light .form-control:hover,
body.light .form-control-file:hover,
body.light .form-control:hover,
body.light .form-control-file:hover {
  border-color: rgba(0, 0, 0, 0.42);
  box-shadow: none;
}
body.light .table tr td.cell-detail .cell-detail-description {
  display: block;
  font-size: 11px;
}
body.light .table tr td.cell-avatar span {
  padding-left: 48px;
  display: block;
}
body.light .table tr td.cell-detail span {
  display: block;
}
body.light .table tr td.cell-detail img {
  float: left;
}
body.light .table td {
  line-height: unset;
}
body.light .table td:last-child,
body.light .table th:last-child {
  padding-right: 1.5rem !important;
}
body.light .table-bordered {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
}
body.light td.user-avatar img {
  height: 30px;
  width: 30px;
  border-radius: 50%;
  margin-right: 10px;
}
body.light .alert {
  margin-bottom: 4px;
}
body.light .mat-checkbox-container > label {
  font-size: 75% !important;
}
body.light .overlay-input label {
  font-size: 14px;
}
body.light .mat-checkbox-container > label,
body.light .overlay-input > label {
  color: rgba(0, 0, 0, 0.54);
  text-transform: uppercase;
}
body.light .mat-checkbox-label {
  color: #333c44;
}
body.light .mat-tab-group.mat-primary .mat-tab-label:not(.mat-tab-disabled):focus,
body.light .mat-tab-group.mat-primary .mat-tab-link:not(.mat-tab-disabled):focus,
body.light .mat-tab-nav-bar.mat-primary .mat-tab-label:not(.mat-tab-disabled):focus,
body.light .mat-tab-nav-bar.mat-primary .mat-tab-link:not(.mat-tab-disabled):focus {
  background-color: initial;
}
.hidden-xs-up {
  display: none !important;
}
@media (max-width: 599px) {
  .hidden-xs-down {
    display: none !important;
  }
}
@media (min-width: 600px) {
  .hidden-sm-up {
    display: none !important;
  }
}
@media (max-width: 959px) {
  .hidden-sm-down {
    display: none !important;
  }
}
@media (min-width: 960px) {
  .hidden-md-up {
    display: none !important;
  }
}
@media (max-width: 1279px) {
  .hidden-md-down {
    display: none !important;
  }
}
@media (min-width: 1280px) {
  .hidden-lg-up {
    display: none !important;
  }
}
@media (max-width: 1919px) {
  .hidden-lg-down {
    display: none !important;
  }
}
@media (min-width: 1920px) {
  .hidden-xl-up {
    display: none !important;
  }
}
.hidden-xl-down {
  display: none !important;
}
.breadcrumb-item + .breadcrumb-item::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%23ffffff' fill-opacity='1' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 6L8.59 7.41 13.17 12l-4.58 4.59L10 18l6-6z'/%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3C/svg%3E") !important;
}
@media screen and (-webkit-min-device-pixel-ratio: 0), (min--moz-device-pixel-ratio: 0) {
  select.form-control {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%23000000' fill-opacity='0.54' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 10l5 5 5-5z'/%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3C/svg%3E");
  }
}
/*
Contains style overrides for Material design elements.
*/
@keyframes fadeInOut {
  0% {
    opacity: 1;
  }
  10% {
    opacity: 0.9;
  }
  50% {
    opacity: 0;
  }
  90% {
    opacity: 0.9;
  }
  100% {
    opacity: 1;
  }
}
.mat-badge-content {
  font-weight: 600;
  font-size: 12px;
  font-family: "Open Sans", "Helvetica Neue", sans-serif;
}
.mat-badge-small .mat-badge-content {
  font-size: 9px;
}
.mat-badge-large .mat-badge-content {
  font-size: 24px;
}
.mat-h1,
.mat-headline,
.mat-typography .mat-h1,
.mat-typography .mat-headline,
.mat-typography h1 {
  font: 400 24px / 32px "Open Sans", "Helvetica Neue", sans-serif;
  letter-spacing: normal;
  margin: 0 0 16px;
}
.mat-h2,
.mat-title,
.mat-typography .mat-h2,
.mat-typography .mat-title,
.mat-typography h2 {
  font: 500 20px / 32px "Open Sans", "Helvetica Neue", sans-serif;
  letter-spacing: normal;
  margin: 0 0 16px;
}
.mat-h3,
.mat-subheading-2,
.mat-typography .mat-h3,
.mat-typography .mat-subheading-2,
.mat-typography h3 {
  font: 400 16px / 28px "Open Sans", "Helvetica Neue", sans-serif;
  letter-spacing: normal;
  margin: 0 0 16px;
}
.mat-h4,
.mat-subheading-1,
.mat-typography .mat-h4,
.mat-typography .mat-subheading-1,
.mat-typography h4 {
  font: 400 15px / 24px "Open Sans", "Helvetica Neue", sans-serif;
  letter-spacing: normal;
  margin: 0 0 16px;
}
.mat-h5,
.mat-typography .mat-h5,
.mat-typography h5 {
  font: 400 calc(14px * 0.83) / 20px "Open Sans", "Helvetica Neue", sans-serif;
  margin: 0 0 12px;
}
.mat-h6,
.mat-typography .mat-h6,
.mat-typography h6 {
  font: 400 calc(14px * 0.67) / 20px "Open Sans", "Helvetica Neue", sans-serif;
  margin: 0 0 12px;
}
.mat-body-strong,
.mat-body-2,
.mat-typography .mat-body-strong,
.mat-typography .mat-body-2 {
  font: 500 14px / 24px "Open Sans", "Helvetica Neue", sans-serif;
  letter-spacing: normal;
}
.mat-body,
.mat-body-1,
.mat-typography .mat-body,
.mat-typography .mat-body-1,
.mat-typography {
  font: 400 14px / 20px "Open Sans", "Helvetica Neue", sans-serif;
  letter-spacing: normal;
}
.mat-body p,
.mat-body-1 p,
.mat-typography .mat-body p,
.mat-typography .mat-body-1 p,
.mat-typography p {
  margin: 0 0 12px;
}
.mat-small,
.mat-caption,
.mat-typography .mat-small,
.mat-typography .mat-caption {
  font: 400 12px / 20px "Open Sans", "Helvetica Neue", sans-serif;
  letter-spacing: normal;
}
.mat-display-4,
.mat-typography .mat-display-4 {
  font: 300 112px / 112px "Open Sans", "Helvetica Neue", sans-serif;
  letter-spacing: -0.05em;
  margin: 0 0 56px;
}
.mat-display-3,
.mat-typography .mat-display-3 {
  font: 400 56px / 56px "Open Sans", "Helvetica Neue", sans-serif;
  letter-spacing: -0.02em;
  margin: 0 0 64px;
}
.mat-display-2,
.mat-typography .mat-display-2 {
  font: 400 45px / 48px "Open Sans", "Helvetica Neue", sans-serif;
  letter-spacing: -0.005em;
  margin: 0 0 64px;
}
.mat-display-1,
.mat-typography .mat-display-1 {
  font: 400 34px / 40px "Open Sans", "Helvetica Neue", sans-serif;
  letter-spacing: normal;
  margin: 0 0 64px;
}
.mat-bottom-sheet-container {
  font: 400 14px / 20px "Open Sans", "Helvetica Neue", sans-serif;
  letter-spacing: normal;
}
.mat-button, .mat-raised-button, .mat-icon-button, .mat-stroked-button,
.mat-flat-button, .mat-fab, .mat-mini-fab {
  font-family: "Open Sans", "Helvetica Neue", sans-serif;
  font-size: 14px;
  font-weight: 500;
}
.mat-button-toggle {
  font-family: "Open Sans", "Helvetica Neue", sans-serif;
}
.mat-card {
  font-family: "Open Sans", "Helvetica Neue", sans-serif;
}
.mat-card-title {
  font-size: 24px;
  font-weight: 500;
}
.mat-card-header .mat-card-title {
  font-size: 20px;
}
.mat-card-subtitle,
.mat-card-content {
  font-size: 14px;
}
.mat-checkbox {
  font-family: "Open Sans", "Helvetica Neue", sans-serif;
}
.mat-checkbox-layout .mat-checkbox-label {
  line-height: 24px;
}
.mat-chip {
  font-size: 14px;
  font-weight: 500;
}
.mat-chip .mat-chip-trailing-icon.mat-icon,
.mat-chip .mat-chip-remove.mat-icon {
  font-size: 18px;
}
.mat-table {
  font-family: "Open Sans", "Helvetica Neue", sans-serif;
}
.mat-header-cell {
  font-size: 12px;
  font-weight: 500;
}
.mat-cell, .mat-footer-cell {
  font-size: 14px;
}
.mat-calendar {
  font-family: "Open Sans", "Helvetica Neue", sans-serif;
}
.mat-calendar-body {
  font-size: 13px;
}
.mat-calendar-body-label,
.mat-calendar-period-button {
  font-size: 14px;
  font-weight: 500;
}
.mat-calendar-table-header th {
  font-size: 11px;
  font-weight: 400;
}
.mat-dialog-title {
  font: 500 20px / 32px "Open Sans", "Helvetica Neue", sans-serif;
  letter-spacing: normal;
}
.mat-expansion-panel-header {
  font-family: "Open Sans", "Helvetica Neue", sans-serif;
  font-size: 15px;
  font-weight: 400;
}
.mat-expansion-panel-content {
  font: 400 14px / 20px "Open Sans", "Helvetica Neue", sans-serif;
  letter-spacing: normal;
}
.mat-form-field {
  font-size: inherit;
  font-weight: 400;
  line-height: 1.125;
  font-family: "Open Sans", "Helvetica Neue", sans-serif;
  letter-spacing: normal;
}
.mat-form-field-wrapper {
  padding-bottom: 1.34375em;
}
.mat-form-field-prefix .mat-icon,
.mat-form-field-suffix .mat-icon {
  font-size: 150%;
  line-height: 1.125;
}
.mat-form-field-prefix .mat-icon-button,
.mat-form-field-suffix .mat-icon-button {
  height: 1.5em;
  width: 1.5em;
}
.mat-form-field-prefix .mat-icon-button .mat-icon,
.mat-form-field-suffix .mat-icon-button .mat-icon {
  height: 1.125em;
  line-height: 1.125;
}
.mat-form-field-infix {
  padding: 0.5em 0;
  border-top: 0.84375em solid transparent;
}
.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,
.mat-form-field-can-float .mat-input-server:focus + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.34373em) scale(0.75);
  width: 133.3333533333%;
}
.mat-form-field-can-float .mat-input-server[label]:not(:label-shown) + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.34372em) scale(0.75);
  width: 133.3333633333%;
}
.mat-form-field-label-wrapper {
  top: -0.84375em;
  padding-top: 0.84375em;
}
.mat-form-field-label {
  top: 1.34375em;
}
.mat-form-field-underline {
  bottom: 1.34375em;
}
.mat-form-field-subscript-wrapper {
  font-size: 75%;
  margin-top: 0.6666666667em;
  top: calc(100% - 1.7916666667em);
}
.mat-form-field-appearance-legacy .mat-form-field-wrapper {
  padding-bottom: 1.25em;
}
.mat-form-field-appearance-legacy .mat-form-field-infix {
  padding: 0.4375em 0;
}
.mat-form-field-appearance-legacy.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,
.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server:focus + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.28125em) scale(0.75) perspective(100px) translateZ(0.00106px);
  width: 133.3333933333%;
}
.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-form-field-autofill-control:-webkit-autofill + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.28125em) scale(0.75) perspective(100px) translateZ(0.00107px);
  width: 133.3334033333%;
}
.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server[label]:not(:label-shown) + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.28125em) scale(0.75) perspective(100px) translateZ(0.00108px);
  width: 133.3334133333%;
}
.mat-form-field-appearance-legacy .mat-form-field-label {
  top: 1.28125em;
}
.mat-form-field-appearance-legacy .mat-form-field-underline {
  bottom: 1.25em;
}
.mat-form-field-appearance-legacy .mat-form-field-subscript-wrapper {
  margin-top: 0.5416666667em;
  top: calc(100% - 1.6666666667em);
}
@media print {
  .mat-form-field-appearance-legacy.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,
.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server:focus + .mat-form-field-label-wrapper .mat-form-field-label {
    transform: translateY(-1.28116em) scale(0.75);
  }
  .mat-form-field-appearance-legacy.mat-form-field-can-float .mat-form-field-autofill-control:-webkit-autofill + .mat-form-field-label-wrapper .mat-form-field-label {
    transform: translateY(-1.28115em) scale(0.75);
  }
  .mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server[label]:not(:label-shown) + .mat-form-field-label-wrapper .mat-form-field-label {
    transform: translateY(-1.28114em) scale(0.75);
  }
}
.mat-form-field-appearance-fill .mat-form-field-infix {
  padding: 0.25em 0 0.75em 0;
}
.mat-form-field-appearance-fill .mat-form-field-label {
  top: 1.09375em;
  margin-top: -0.5em;
}
.mat-form-field-appearance-fill.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,
.mat-form-field-appearance-fill.mat-form-field-can-float .mat-input-server:focus + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-0.59373em) scale(0.75);
  width: 133.3333533333%;
}
.mat-form-field-appearance-fill.mat-form-field-can-float .mat-input-server[label]:not(:label-shown) + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-0.59372em) scale(0.75);
  width: 133.3333633333%;
}
.mat-form-field-appearance-outline .mat-form-field-infix {
  padding: 1em 0 1em 0;
}
.mat-form-field-appearance-outline .mat-form-field-label {
  top: 1.84375em;
  margin-top: -0.25em;
}
.mat-form-field-appearance-outline.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,
.mat-form-field-appearance-outline.mat-form-field-can-float .mat-input-server:focus + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.59373em) scale(0.75);
  width: 133.3333533333%;
}
.mat-form-field-appearance-outline.mat-form-field-can-float .mat-input-server[label]:not(:label-shown) + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.59372em) scale(0.75);
  width: 133.3333633333%;
}
.mat-grid-tile-header,
.mat-grid-tile-footer {
  font-size: 14px;
}
.mat-grid-tile-header .mat-line,
.mat-grid-tile-footer .mat-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  box-sizing: border-box;
}
.mat-grid-tile-header .mat-line:nth-child(n+2),
.mat-grid-tile-footer .mat-line:nth-child(n+2) {
  font-size: 12px;
}
input.mat-input-element {
  margin-top: -0.0625em;
}
.mat-menu-item {
  font-family: "Open Sans", "Helvetica Neue", sans-serif;
  font-size: 14px;
  font-weight: 400;
}
.mat-paginator,
.mat-paginator-page-size .mat-select-trigger {
  font-family: "Open Sans", "Helvetica Neue", sans-serif;
  font-size: 12px;
}
.mat-radio-button {
  font-family: "Open Sans", "Helvetica Neue", sans-serif;
}
.mat-select {
  font-family: "Open Sans", "Helvetica Neue", sans-serif;
}
.mat-select-trigger {
  height: 1.125em;
}
.mat-slide-toggle-content {
  font-family: "Open Sans", "Helvetica Neue", sans-serif;
}
.mat-slider-thumb-label-text {
  font-family: "Open Sans", "Helvetica Neue", sans-serif;
  font-size: 12px;
  font-weight: 500;
}
.mat-stepper-vertical, .mat-stepper-horizontal {
  font-family: "Open Sans", "Helvetica Neue", sans-serif;
}
.mat-step-label {
  font-size: 14px;
  font-weight: 400;
}
.mat-step-sub-label-error {
  font-weight: normal;
}
.mat-step-label-error {
  font-size: 14px;
}
.mat-step-label-selected {
  font-size: 14px;
  font-weight: 500;
}
.mat-tab-group {
  font-family: "Open Sans", "Helvetica Neue", sans-serif;
}
.mat-tab-label, .mat-tab-link {
  font-family: "Open Sans", "Helvetica Neue", sans-serif;
  font-size: 14px;
  font-weight: 500;
}
.mat-toolbar,
.mat-toolbar h1,
.mat-toolbar h2,
.mat-toolbar h3,
.mat-toolbar h4,
.mat-toolbar h5,
.mat-toolbar h6 {
  font: 500 20px / 32px "Open Sans", "Helvetica Neue", sans-serif;
  letter-spacing: normal;
  margin: 0;
}
.mat-tooltip {
  font-family: "Open Sans", "Helvetica Neue", sans-serif;
  font-size: 10px;
  padding-top: 6px;
  padding-bottom: 6px;
}
.mat-tooltip-handset {
  font-size: 14px;
  padding-top: 8px;
  padding-bottom: 8px;
}
.mat-list-item {
  font-family: "Open Sans", "Helvetica Neue", sans-serif;
}
.mat-list-option {
  font-family: "Open Sans", "Helvetica Neue", sans-serif;
}
.mat-list-base .mat-list-item {
  font-size: 16px;
}
.mat-list-base .mat-list-item .mat-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  box-sizing: border-box;
}
.mat-list-base .mat-list-item .mat-line:nth-child(n+2) {
  font-size: 14px;
}
.mat-list-base .mat-list-option {
  font-size: 16px;
}
.mat-list-base .mat-list-option .mat-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  box-sizing: border-box;
}
.mat-list-base .mat-list-option .mat-line:nth-child(n+2) {
  font-size: 14px;
}
.mat-list-base .mat-subheader {
  font-family: "Open Sans", "Helvetica Neue", sans-serif;
  font-size: 14px;
  font-weight: 500;
}
.mat-list-base[dense] .mat-list-item {
  font-size: 12px;
}
.mat-list-base[dense] .mat-list-item .mat-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  box-sizing: border-box;
}
.mat-list-base[dense] .mat-list-item .mat-line:nth-child(n+2) {
  font-size: 12px;
}
.mat-list-base[dense] .mat-list-option {
  font-size: 12px;
}
.mat-list-base[dense] .mat-list-option .mat-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  box-sizing: border-box;
}
.mat-list-base[dense] .mat-list-option .mat-line:nth-child(n+2) {
  font-size: 12px;
}
.mat-list-base[dense] .mat-subheader {
  font-family: "Open Sans", "Helvetica Neue", sans-serif;
  font-size: 12px;
  font-weight: 500;
}
.mat-option {
  font-family: "Open Sans", "Helvetica Neue", sans-serif;
  font-size: 16px;
}
.mat-optgroup-label {
  font: 500 14px / 24px "Open Sans", "Helvetica Neue", sans-serif;
  letter-spacing: normal;
}
.mat-simple-snackbar {
  font-family: "Open Sans", "Helvetica Neue", sans-serif;
  font-size: 14px;
}
.mat-simple-snackbar-action {
  line-height: 1;
  font-family: inherit;
  font-size: inherit;
  font-weight: 500;
}
.mat-tree {
  font-family: "Open Sans", "Helvetica Neue", sans-serif;
}
.mat-tree-node,
.mat-nested-tree-node {
  font-weight: 400;
  font-size: 14px;
}
.mat-ripple {
  overflow: hidden;
  position: relative;
}
.mat-ripple:not(:empty) {
  transform: translateZ(0);
}
.mat-ripple.mat-ripple-unbounded {
  overflow: visible;
}
.mat-ripple-element {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  transition: opacity, transform 0ms cubic-bezier(0, 0, 0.2, 1);
  transform: scale(0);
}
.cdk-high-contrast-active .mat-ripple-element {
  display: none;
}
.cdk-visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.cdk-overlay-container, .cdk-global-overlay-wrapper {
  pointer-events: none;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.cdk-overlay-container {
  position: fixed;
  z-index: 1000;
}
.cdk-overlay-container:empty {
  display: none;
}
.cdk-global-overlay-wrapper {
  display: flex;
  position: absolute;
  z-index: 1000;
}
.cdk-overlay-pane {
  position: absolute;
  pointer-events: auto;
  box-sizing: border-box;
  z-index: 1000;
  display: flex;
  max-width: 100%;
  max-height: 100%;
}
.cdk-overlay-backdrop {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  pointer-events: auto;
  -webkit-tap-highlight-color: transparent;
  transition: opacity 400ms cubic-bezier(0.25, 0.8, 0.25, 1);
  opacity: 0;
}
.cdk-overlay-backdrop.cdk-overlay-backdrop-showing {
  opacity: 1;
}
.cdk-high-contrast-active .cdk-overlay-backdrop.cdk-overlay-backdrop-showing {
  opacity: 0.6;
}
.cdk-overlay-dark-backdrop {
  background: rgba(0, 0, 0, 0.32);
}
.cdk-overlay-transparent-backdrop {
  transition: visibility 1ms linear, opacity 1ms linear;
  visibility: hidden;
  opacity: 1;
}
.cdk-overlay-transparent-backdrop.cdk-overlay-backdrop-showing {
  opacity: 0;
  visibility: visible;
}
.cdk-overlay-connected-position-bounding-box {
  position: absolute;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  min-width: 1px;
  min-height: 1px;
}
.cdk-global-scrollblock {
  position: fixed;
  width: 100%;
  overflow-y: scroll;
}
textarea.cdk-textarea-autosize {
  resize: none;
}
textarea.cdk-textarea-autosize-measuring {
  padding: 2px 0 !important;
  box-sizing: content-box !important;
  height: auto !important;
  overflow: hidden !important;
}
textarea.cdk-textarea-autosize-measuring-firefox {
  padding: 2px 0 !important;
  box-sizing: content-box !important;
  height: 0 !important;
}
@keyframes cdk-text-field-autofill-start {
  /*!*/
}
@keyframes cdk-text-field-autofill-end {
  /*!*/
}
.cdk-text-field-autofill-monitored:-webkit-autofill {
  animation: cdk-text-field-autofill-start 0s 1ms;
}
.cdk-text-field-autofill-monitored:not(:-webkit-autofill) {
  animation: cdk-text-field-autofill-end 0s 1ms;
}
.mat-focus-indicator {
  position: relative;
}
.mat-mdc-focus-indicator {
  position: relative;
}
html {
  height: 100%;
  width: 100%;
}
body {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
body * {
  font-family: "Open Sans", "Helvetica Neue", sans-serif;
  box-sizing: inherit;
}
o3-standard-layout {
  position: absolute;
  display: block;
  max-height: 100%;
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
o3-standard-layout > mat-toolbar {
  box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12);
}
span.filler {
  flex: 1 auto;
}
::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
h1, h2, h3, h4, h5, h6 {
  overflow: hidden;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}
hr {
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  margin-top: 1rem;
  margin-bottom: 1rem;
}
img.avatar {
  height: 32px;
  width: 32px;
  border-radius: 50%;
  border: 2px double rgba(155, 155, 155, 0.5);
}
div.page-container {
  position: static;
}
div.page-content {
  padding: 8px;
}
div.page-content-fullscreen {
  position: fixed;
  z-index: 3;
  width: 100%;
  height: 100%;
}
div.page-toolbar-content {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow-y: auto;
}
div.page-toolbar-left-content {
  width: 80%;
}
div.page-toolbar-right-content {
  width: 20%;
  right: 0;
}
div.page-toolbar-right-content div.info-content img.view {
  width: 100%;
}
mat-toolbar.page-footer {
  font-size: 14px;
}
mat-toolbar.topnav-container {
  position: fixed;
  z-index: 4;
  padding-right: 4px;
  padding-left: 4px;
}
mat-toolbar.topnav-container .topnav-menu-btn {
  margin-top: -4px;
}
mat-toolbar.topnav-container .topnav-avatar {
  height: 28px;
  width: 28px;
  border-radius: 50%;
  border: 2px double rgba(255, 255, 255, 0.5);
}
mat-toolbar.topnav-container .topnav-logo {
  height: 32px;
  padding: 0;
  margin: 0 6px 0 0;
  display: inline;
}
mat-toolbar.topnav-container .topnav-title {
  font-weight: 200;
  padding: 0;
  margin-top: -2px;
  display: inline;
}
mat-toolbar.topnav-container .topnav-title img {
  display: inline;
  height: 22px;
  margin-top: -8px;
  padding-right: 8px;
}
mat-toolbar.topnav-container .topnav-search {
  display: inline;
  visibility: hidden;
  width: 0;
  transition: all 0.32s;
  opacity: 0;
}
mat-toolbar.topnav-container .topnav-search.show {
  visibility: visible;
  width: 350px;
  opacity: 1;
}
mat-toolbar.topnav-container .topnav-search .mat-input-underline {
  background-color: #fff;
}
mat-toolbar.topnav-container .topnav-search .mat-focused .mat-input-underline .mat-input-ripple {
  opacity: 0;
}
mat-toolbar.topnav-container .topnav-search .mat-form-field-label-wrapper,
mat-toolbar.topnav-container .topnav-search .mat-input-placeholder-wrapper {
  display: none;
}
mat-sidenav-container {
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
}
mat-sidenav-container mat-sidenav {
  border-right: none !important;
}
mat-sidenav-container mat-sidenav-content {
  position: relative;
  top: 56px;
  height: calc(100% - 56px) !important;
}
mat-sidenav-container mat-sidenav.mat-sidenav-opened.mat-sidenav-side, mat-sidenav-container mat-sidenav.mat-sidenav-side.mat-sidenav-opening {
  box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.1), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 1px 3px 0 rgba(0, 0, 0, 0.12);
}
mat-sidenav-container div.sidenav-container {
  position: relative;
  width: 280px;
  overflow-y: auto;
  overflow-x: hidden;
  height: calc(100% - 56px - 50px);
  top: 56px;
  padding-top: 11px;
}
mat-sidenav-container div.sidenav-container mat-list [mat-subheader], mat-sidenav-container div.sidenav-container mat-nav-list [mat-subheader] {
  height: 24px;
  padding: 4px 16px 4px 16px;
}
mat-sidenav-container div.sidenav-container div.mat-list-item {
  font-size: 14px;
}
mat-sidenav-container div.sidenav-container div.mat-list-text a {
  overflow: hidden;
  text-overflow: clip;
}
mat-sidenav-container div.sidenav-container div.mat-list-text i {
  width: 28px;
}
mat-sidenav-container div.sidenav-container .sidenav-menu-sub {
  transition: all 0.32s;
  opacity: 0;
  visibility: hidden;
  height: 0;
}
mat-sidenav-container div.sidenav-container .sidenav-menu-sub.show {
  visibility: visible;
  opacity: 1;
  height: 48px;
}
mat-sidenav-container div.sidenav-container .sidenav-menu-sub-title {
  padding-left: 48px;
}
mat-sidenav-container div.sidenav-container mat-nav-list {
  padding-top: 0;
}
mat-sidenav-container .o3-standard-layout--powered-by {
  position: absolute;
  height: 50px;
  width: 100%;
  padding-bottom: 10px;
  bottom: 0;
  display: flex;
  justify-content: center;
  background: white;
}
mat-sidenav-container .o3-standard-layout--powered-by img {
  height: 100%;
}
mat-sidenav-container mat-sidenav.sidenav-collapse {
  min-width: 0;
}
mat-sidenav-container mat-sidenav.sidenav-collapse div.sidenav-container {
  transition: all 0.32s;
  width: 48px;
}
mat-sidenav-container mat-sidenav.sidenav-collapse div.sidenav-container div.mat-list-item-content {
  padding: 0 13px;
}
mat-sidenav-container mat-sidenav.sidenav-collapse div.sidenav-container div.mat-list-item {
  padding-right: 0;
}
mat-sidenav-container mat-sidenav.sidenav-collapse div.sidenav-container div.mat-list-text a {
  text-overflow: clip;
}
mat-sidenav-container mat-sidenav.sidenav-collapse div.sidenav-container .sidenav-collapse-item {
  display: none;
}
mat-sidenav-container mat-sidenav.sidenav-collapse div.sidenav-container span.label {
  display: none;
}
mat-sidenav-container mat-sidenav.sidenav-collapse div.sidenav-container mat-list-item.sidenav-menu-sub {
  display: none;
}
mat-sidenav-container mat-sidenav.sidenav-collapse:hover div.sidenav-container {
  width: 280px;
}
mat-sidenav-container mat-sidenav.sidenav-collapse:hover div.sidenav-container div.mat-list-item {
  padding-right: 16px;
}
mat-sidenav-container mat-sidenav.sidenav-collapse:hover div.sidenav-container .sidenav-collapse-item {
  display: inline-block;
}
mat-sidenav-container mat-sidenav.sidenav-collapse:hover div.sidenav-container span.label {
  display: inline-block;
}
mat-sidenav-container mat-sidenav.sidenav-collapse:hover div.sidenav-container mat-list-item.sidenav-menu-sub {
  display: block;
}
mat-sidenav-container div.sidenav-bottom {
  border-top: 1px solid;
  position: absolute;
  bottom: 0;
  width: 280px;
}
mat-sidenav-container div.sidenav-bottom .sidenav-bottom-item {
  height: 64px;
  padding: 12px 16px 16px;
  width: 100%;
}
mat-sidenav-container div.message-panel {
  width: 320px;
  overflow-y: auto;
  overflow-x: hidden;
}
mat-sidenav-container div.message-panel div.time-panel {
  text-align: center;
}
mat-sidenav-container div.message-panel div.time-panel :nth-child(1) {
  font-size: 24px;
  font-weight: 300;
  margin: 8px;
}
mat-sidenav-container div.message-panel div.time-panel :nth-child(2) {
  font-size: 72px;
  font-weight: 500;
  margin: 8px;
}
mat-sidenav-container div.message-panel div.time-panel :nth-child(3) {
  font-size: 24px;
  font-weight: 300;
  margin: 8px;
}
mat-toolbar mat-toolbar-row h1.page-card-flexible-title {
  padding-left: 48px;
  font-size: 48px;
  margin-top: -16px;
  font-weight: 400;
}
mat-toolbar .mat-toolbar-nav {
  display: inline-block;
}
mat-toolbar .mat-toolbar-nav .mat-toolbar-nav-title {
  padding: 0 2px;
  font-size: 24px;
  font-weight: 300;
}
mat-toolbar .mat-toolbar-nav .mat-toolbar-nav-icon {
  margin-right: 32px;
  margin-left: 2px;
}
mat-toolbar .mat-toolbar-nav .mat-toolbar-nav-icon i {
  position: absolute;
  margin-top: 8px;
}
mat-list.mat-list-with-fab {
  padding: 0 16px;
}
.page-nav {
  width: 100%;
  padding: 16px;
}
.page-nav mat-list-item div.mat-list-item div.mat-list-text a i {
  margin-right: 16px;
}
.page-nav-border {
  border-right: 1px solid #CCCCCC;
}
mat-card mat-card-title .card-title-filler {
  flex: 1 1 auto;
}
mat-card mat-card-title .card-title-menu {
  cursor: pointer;
  position: absolute;
  right: 16px;
  margin-top: -4px;
}
mat-card mat-card-title mat-chip-list {
  position: absolute;
  right: 64px;
}
mat-card.page-card {
  margin: 8px;
}
mat-card.page-card mat-card-header mat-card-title, mat-card.page-card mat-card-header mat-card-subtitle {
  margin-bottom: 8px;
}
mat-card.page-card-flexible {
  margin-top: -64px;
}
mat-card.page-card-flexible-tabs, div.page-card-flexible-tabs {
  margin-top: -48px;
  padding: 0;
}
mat-card.page-card-flexible-tabs mat-card-actions, div.page-card-flexible-tabs mat-card-actions {
  padding-left: 32px;
}
mat-card.card-content-full {
  padding: 24px 0 0 0;
}
mat-card.card-content-full .card-title-filler {
  flex: 1 1 auto;
}
mat-card.card-content-full mat-card-title, mat-card.card-content-full mat-card-subtitle, mat-card.card-content-full mat-card-header, mat-card.card-content-full mat-card-actions, mat-card.card-content-full mat-card-footer {
  padding: 0 24px 0 24px;
}
mat-card.card-content-tabs {
  padding-top: 0;
}
mat-card.page-card-padding-bottom {
  padding-bottom: 24px;
}
mat-card.page-card-padding-bottom mat-card-actions {
  margin-bottom: 0;
  padding: 8px 24px;
}
mat-form-field {
  width: 100%;
}
mat-form-field.mat-focused .mat-select-arrow {
  color: initial !important;
}
span.mat-button-wrapper span.notify {
  position: absolute;
  border-radius: 50%;
  border-color: transparent;
  padding: 1.3px;
  width: 16px;
  height: 16px;
  background-color: red;
  color: white;
  vertical-align: baseline;
  text-align: center;
  white-space: nowrap;
  font-weight: bold;
  font-size: 12px;
  line-height: 1.4;
  display: inline;
  right: 0;
}
.label, .badge {
  background-color: gray;
  color: white;
  font-size: 12px;
  padding: 2px 6px;
  border-radius: 25px;
  text-decoration: none;
  cursor: pointer;
}
div.mat-menu-content {
  padding-top: 0;
  padding-bottom: 0;
}
.mat-menu-panel {
  min-height: 45px !important;
}
.mat-menu-panel.mat-menu-before.mat-menu-below {
  margin-top: 2.5px;
}
.menu-card {
  width: 280px;
}
.menu-card a.menu-block-btn {
  display: inline-block;
  text-align: center;
  padding: 8px 4px;
  margin: 12px;
  cursor: pointer;
  width: 66px;
  height: 78px;
}
.menu-card a.menu-block-btn img {
  height: 34px;
  width: 34px;
}
.menu-card a.menu-block-btn span {
  line-height: 3;
  font-weight: 400;
  display: block;
  font-size: 12px;
}
.menu-card a.menu-block-btn:hover {
  border-radius: 2px;
  background-color: rgba(0, 0, 0, 0.08);
}
.menu-card a.menu-block-bottom-btn {
  cursor: pointer;
  height: 32px;
  text-align: center;
  padding: 10px;
  font-size: 14px;
  font-weight: 400;
  display: block;
}
section.bs mat-checkbox.mat-checkbox > label.mat-checkbox-layout {
  margin: 0;
  display: inline-flex;
}
mat-card textarea {
  padding: 0 16px;
  border: none;
  resize: none;
  width: 100%;
  background-color: transparent;
}
body.light .mat-ripple-element {
  background-color: rgba(0, 0, 0, 0.1);
}
body.light .mat-option {
  color: rgba(0, 0, 0, 0.87);
}
body.light .mat-option:hover:not(.mat-option-disabled), body.light .mat-option:focus:not(.mat-option-disabled) {
  background: rgba(0, 0, 0, 0.04);
}
body.light .mat-option.mat-selected:not(.mat-option-multiple):not(.mat-option-disabled) {
  background: rgba(0, 0, 0, 0.04);
}
body.light .mat-option.mat-active {
  background: rgba(0, 0, 0, 0.04);
  color: rgba(0, 0, 0, 0.87);
}
body.light .mat-option.mat-option-disabled {
  color: rgba(0, 0, 0, 0.38);
}
body.light .mat-primary .mat-option.mat-selected:not(.mat-option-disabled) {
  color: #2196f3;
}
body.light .mat-accent .mat-option.mat-selected:not(.mat-option-disabled) {
  color: #ffd740;
}
body.light .mat-warn .mat-option.mat-selected:not(.mat-option-disabled) {
  color: #f44336;
}
body.light .mat-optgroup-label {
  color: rgba(0, 0, 0, 0.54);
}
body.light .mat-optgroup-disabled .mat-optgroup-label {
  color: rgba(0, 0, 0, 0.38);
}
body.light .mat-pseudo-checkbox {
  color: rgba(0, 0, 0, 0.54);
}
body.light .mat-pseudo-checkbox::after {
  color: #fafafa;
}
body.light .mat-pseudo-checkbox-disabled {
  color: #b0b0b0;
}
body.light .mat-primary .mat-pseudo-checkbox-checked,
body.light .mat-primary .mat-pseudo-checkbox-indeterminate {
  background: #2196f3;
}
body.light .mat-pseudo-checkbox-checked,
body.light .mat-pseudo-checkbox-indeterminate,
body.light .mat-accent .mat-pseudo-checkbox-checked,
body.light .mat-accent .mat-pseudo-checkbox-indeterminate {
  background: #ffd740;
}
body.light .mat-warn .mat-pseudo-checkbox-checked,
body.light .mat-warn .mat-pseudo-checkbox-indeterminate {
  background: #f44336;
}
body.light .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-disabled,
body.light .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-disabled {
  background: #b0b0b0;
}
body.light .mat-app-background, body.light.mat-app-background {
  background-color: #fafafa;
  color: rgba(0, 0, 0, 0.87);
}
body.light .mat-elevation-z0 {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
}
body.light .mat-elevation-z1 {
  box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
}
body.light .mat-elevation-z2 {
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}
body.light .mat-elevation-z3 {
  box-shadow: 0px 3px 3px -2px rgba(0, 0, 0, 0.2), 0px 3px 4px 0px rgba(0, 0, 0, 0.14), 0px 1px 8px 0px rgba(0, 0, 0, 0.12);
}
body.light .mat-elevation-z4 {
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}
body.light .mat-elevation-z5 {
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 5px 8px 0px rgba(0, 0, 0, 0.14), 0px 1px 14px 0px rgba(0, 0, 0, 0.12);
}
body.light .mat-elevation-z6 {
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
}
body.light .mat-elevation-z7 {
  box-shadow: 0px 4px 5px -2px rgba(0, 0, 0, 0.2), 0px 7px 10px 1px rgba(0, 0, 0, 0.14), 0px 2px 16px 1px rgba(0, 0, 0, 0.12);
}
body.light .mat-elevation-z8 {
  box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}
body.light .mat-elevation-z9 {
  box-shadow: 0px 5px 6px -3px rgba(0, 0, 0, 0.2), 0px 9px 12px 1px rgba(0, 0, 0, 0.14), 0px 3px 16px 2px rgba(0, 0, 0, 0.12);
}
body.light .mat-elevation-z10 {
  box-shadow: 0px 6px 6px -3px rgba(0, 0, 0, 0.2), 0px 10px 14px 1px rgba(0, 0, 0, 0.14), 0px 4px 18px 3px rgba(0, 0, 0, 0.12);
}
body.light .mat-elevation-z11 {
  box-shadow: 0px 6px 7px -4px rgba(0, 0, 0, 0.2), 0px 11px 15px 1px rgba(0, 0, 0, 0.14), 0px 4px 20px 3px rgba(0, 0, 0, 0.12);
}
body.light .mat-elevation-z12 {
  box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12);
}
body.light .mat-elevation-z13 {
  box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 13px 19px 2px rgba(0, 0, 0, 0.14), 0px 5px 24px 4px rgba(0, 0, 0, 0.12);
}
body.light .mat-elevation-z14 {
  box-shadow: 0px 7px 9px -4px rgba(0, 0, 0, 0.2), 0px 14px 21px 2px rgba(0, 0, 0, 0.14), 0px 5px 26px 4px rgba(0, 0, 0, 0.12);
}
body.light .mat-elevation-z15 {
  box-shadow: 0px 8px 9px -5px rgba(0, 0, 0, 0.2), 0px 15px 22px 2px rgba(0, 0, 0, 0.14), 0px 6px 28px 5px rgba(0, 0, 0, 0.12);
}
body.light .mat-elevation-z16 {
  box-shadow: 0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12);
}
body.light .mat-elevation-z17 {
  box-shadow: 0px 8px 11px -5px rgba(0, 0, 0, 0.2), 0px 17px 26px 2px rgba(0, 0, 0, 0.14), 0px 6px 32px 5px rgba(0, 0, 0, 0.12);
}
body.light .mat-elevation-z18 {
  box-shadow: 0px 9px 11px -5px rgba(0, 0, 0, 0.2), 0px 18px 28px 2px rgba(0, 0, 0, 0.14), 0px 7px 34px 6px rgba(0, 0, 0, 0.12);
}
body.light .mat-elevation-z19 {
  box-shadow: 0px 9px 12px -6px rgba(0, 0, 0, 0.2), 0px 19px 29px 2px rgba(0, 0, 0, 0.14), 0px 7px 36px 6px rgba(0, 0, 0, 0.12);
}
body.light .mat-elevation-z20 {
  box-shadow: 0px 10px 13px -6px rgba(0, 0, 0, 0.2), 0px 20px 31px 3px rgba(0, 0, 0, 0.14), 0px 8px 38px 7px rgba(0, 0, 0, 0.12);
}
body.light .mat-elevation-z21 {
  box-shadow: 0px 10px 13px -6px rgba(0, 0, 0, 0.2), 0px 21px 33px 3px rgba(0, 0, 0, 0.14), 0px 8px 40px 7px rgba(0, 0, 0, 0.12);
}
body.light .mat-elevation-z22 {
  box-shadow: 0px 10px 14px -6px rgba(0, 0, 0, 0.2), 0px 22px 35px 3px rgba(0, 0, 0, 0.14), 0px 8px 42px 7px rgba(0, 0, 0, 0.12);
}
body.light .mat-elevation-z23 {
  box-shadow: 0px 11px 14px -7px rgba(0, 0, 0, 0.2), 0px 23px 36px 3px rgba(0, 0, 0, 0.14), 0px 9px 44px 8px rgba(0, 0, 0, 0.12);
}
body.light .mat-elevation-z24 {
  box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
}
.mat-theme-loaded-marker {
  display: none;
}
body.light .mat-autocomplete-panel {
  background: white;
  color: rgba(0, 0, 0, 0.87);
}
body.light .mat-autocomplete-panel:not([class*=mat-elevation-z]) {
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}
body.light .mat-autocomplete-panel .mat-option.mat-selected:not(.mat-active):not(:hover) {
  background: white;
}
body.light .mat-autocomplete-panel .mat-option.mat-selected:not(.mat-active):not(:hover):not(.mat-option-disabled) {
  color: rgba(0, 0, 0, 0.87);
}
body.light .mat-badge {
  position: relative;
}
body.light .mat-badge.mat-badge {
  overflow: visible;
}
body.light .mat-badge-hidden .mat-badge-content {
  display: none;
}
body.light .mat-badge-content {
  position: absolute;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
  transition: transform 200ms ease-in-out;
  transform: scale(0.6);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  pointer-events: none;
}
body.light .ng-animate-disabled .mat-badge-content,
body.light .mat-badge-content._mat-animation-noopable {
  transition: none;
}
body.light .mat-badge-content.mat-badge-active {
  transform: none;
}
body.light .mat-badge-small .mat-badge-content {
  width: 16px;
  height: 16px;
  line-height: 16px;
}
body.light .mat-badge-small.mat-badge-above .mat-badge-content {
  top: -8px;
}
body.light .mat-badge-small.mat-badge-below .mat-badge-content {
  bottom: -8px;
}
body.light .mat-badge-small.mat-badge-before .mat-badge-content {
  left: -16px;
}
[dir=rtl] body.light .mat-badge-small.mat-badge-before .mat-badge-content {
  left: auto;
  right: -16px;
}
body.light .mat-badge-small.mat-badge-after .mat-badge-content {
  right: -16px;
}
[dir=rtl] body.light .mat-badge-small.mat-badge-after .mat-badge-content {
  right: auto;
  left: -16px;
}
body.light .mat-badge-small.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: -8px;
}
[dir=rtl] body.light .mat-badge-small.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: auto;
  right: -8px;
}
body.light .mat-badge-small.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: -8px;
}
[dir=rtl] body.light .mat-badge-small.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: auto;
  left: -8px;
}
body.light .mat-badge-medium .mat-badge-content {
  width: 22px;
  height: 22px;
  line-height: 22px;
}
body.light .mat-badge-medium.mat-badge-above .mat-badge-content {
  top: -11px;
}
body.light .mat-badge-medium.mat-badge-below .mat-badge-content {
  bottom: -11px;
}
body.light .mat-badge-medium.mat-badge-before .mat-badge-content {
  left: -22px;
}
[dir=rtl] body.light .mat-badge-medium.mat-badge-before .mat-badge-content {
  left: auto;
  right: -22px;
}
body.light .mat-badge-medium.mat-badge-after .mat-badge-content {
  right: -22px;
}
[dir=rtl] body.light .mat-badge-medium.mat-badge-after .mat-badge-content {
  right: auto;
  left: -22px;
}
body.light .mat-badge-medium.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: -11px;
}
[dir=rtl] body.light .mat-badge-medium.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: auto;
  right: -11px;
}
body.light .mat-badge-medium.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: -11px;
}
[dir=rtl] body.light .mat-badge-medium.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: auto;
  left: -11px;
}
body.light .mat-badge-large .mat-badge-content {
  width: 28px;
  height: 28px;
  line-height: 28px;
}
body.light .mat-badge-large.mat-badge-above .mat-badge-content {
  top: -14px;
}
body.light .mat-badge-large.mat-badge-below .mat-badge-content {
  bottom: -14px;
}
body.light .mat-badge-large.mat-badge-before .mat-badge-content {
  left: -28px;
}
[dir=rtl] body.light .mat-badge-large.mat-badge-before .mat-badge-content {
  left: auto;
  right: -28px;
}
body.light .mat-badge-large.mat-badge-after .mat-badge-content {
  right: -28px;
}
[dir=rtl] body.light .mat-badge-large.mat-badge-after .mat-badge-content {
  right: auto;
  left: -28px;
}
body.light .mat-badge-large.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: -14px;
}
[dir=rtl] body.light .mat-badge-large.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: auto;
  right: -14px;
}
body.light .mat-badge-large.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: -14px;
}
[dir=rtl] body.light .mat-badge-large.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: auto;
  left: -14px;
}
body.light .mat-badge-content {
  color: white;
  background: #2196f3;
}
.cdk-high-contrast-active body.light .mat-badge-content {
  outline: solid 1px;
  border-radius: 0;
}
body.light .mat-badge-accent .mat-badge-content {
  background: #ffd740;
  color: rgba(0, 0, 0, 0.87);
}
body.light .mat-badge-warn .mat-badge-content {
  color: white;
  background: #f44336;
}
body.light .mat-badge-disabled .mat-badge-content {
  background: #b9b9b9;
  color: rgba(0, 0, 0, 0.38);
}
body.light .mat-bottom-sheet-container {
  box-shadow: 0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12);
  background: white;
  color: rgba(0, 0, 0, 0.87);
}
body.light .mat-button, body.light .mat-icon-button, body.light .mat-stroked-button {
  color: inherit;
  background: transparent;
}
body.light .mat-button.mat-primary, body.light .mat-icon-button.mat-primary, body.light .mat-stroked-button.mat-primary {
  color: #2196f3;
}
body.light .mat-button.mat-accent, body.light .mat-icon-button.mat-accent, body.light .mat-stroked-button.mat-accent {
  color: #ffd740;
}
body.light .mat-button.mat-warn, body.light .mat-icon-button.mat-warn, body.light .mat-stroked-button.mat-warn {
  color: #f44336;
}
body.light .mat-button.mat-primary.mat-button-disabled, body.light .mat-button.mat-accent.mat-button-disabled, body.light .mat-button.mat-warn.mat-button-disabled, body.light .mat-button.mat-button-disabled.mat-button-disabled, body.light .mat-icon-button.mat-primary.mat-button-disabled, body.light .mat-icon-button.mat-accent.mat-button-disabled, body.light .mat-icon-button.mat-warn.mat-button-disabled, body.light .mat-icon-button.mat-button-disabled.mat-button-disabled, body.light .mat-stroked-button.mat-primary.mat-button-disabled, body.light .mat-stroked-button.mat-accent.mat-button-disabled, body.light .mat-stroked-button.mat-warn.mat-button-disabled, body.light .mat-stroked-button.mat-button-disabled.mat-button-disabled {
  color: rgba(0, 0, 0, 0.26);
}
body.light .mat-button.mat-primary .mat-button-focus-overlay, body.light .mat-icon-button.mat-primary .mat-button-focus-overlay, body.light .mat-stroked-button.mat-primary .mat-button-focus-overlay {
  background-color: #2196f3;
}
body.light .mat-button.mat-accent .mat-button-focus-overlay, body.light .mat-icon-button.mat-accent .mat-button-focus-overlay, body.light .mat-stroked-button.mat-accent .mat-button-focus-overlay {
  background-color: #ffd740;
}
body.light .mat-button.mat-warn .mat-button-focus-overlay, body.light .mat-icon-button.mat-warn .mat-button-focus-overlay, body.light .mat-stroked-button.mat-warn .mat-button-focus-overlay {
  background-color: #f44336;
}
body.light .mat-button.mat-button-disabled .mat-button-focus-overlay, body.light .mat-icon-button.mat-button-disabled .mat-button-focus-overlay, body.light .mat-stroked-button.mat-button-disabled .mat-button-focus-overlay {
  background-color: transparent;
}
body.light .mat-button .mat-ripple-element, body.light .mat-icon-button .mat-ripple-element, body.light .mat-stroked-button .mat-ripple-element {
  opacity: 0.1;
  background-color: currentColor;
}
body.light .mat-button-focus-overlay {
  background: black;
}
body.light .mat-stroked-button:not(.mat-button-disabled) {
  border-color: rgba(0, 0, 0, 0.12);
}
body.light .mat-flat-button, body.light .mat-raised-button, body.light .mat-fab, body.light .mat-mini-fab {
  color: rgba(0, 0, 0, 0.87);
  background-color: white;
}
body.light .mat-flat-button.mat-primary, body.light .mat-raised-button.mat-primary, body.light .mat-fab.mat-primary, body.light .mat-mini-fab.mat-primary {
  color: white;
}
body.light .mat-flat-button.mat-accent, body.light .mat-raised-button.mat-accent, body.light .mat-fab.mat-accent, body.light .mat-mini-fab.mat-accent {
  color: rgba(0, 0, 0, 0.87);
}
body.light .mat-flat-button.mat-warn, body.light .mat-raised-button.mat-warn, body.light .mat-fab.mat-warn, body.light .mat-mini-fab.mat-warn {
  color: white;
}
body.light .mat-flat-button.mat-primary.mat-button-disabled, body.light .mat-flat-button.mat-accent.mat-button-disabled, body.light .mat-flat-button.mat-warn.mat-button-disabled, body.light .mat-flat-button.mat-button-disabled.mat-button-disabled, body.light .mat-raised-button.mat-primary.mat-button-disabled, body.light .mat-raised-button.mat-accent.mat-button-disabled, body.light .mat-raised-button.mat-warn.mat-button-disabled, body.light .mat-raised-button.mat-button-disabled.mat-button-disabled, body.light .mat-fab.mat-primary.mat-button-disabled, body.light .mat-fab.mat-accent.mat-button-disabled, body.light .mat-fab.mat-warn.mat-button-disabled, body.light .mat-fab.mat-button-disabled.mat-button-disabled, body.light .mat-mini-fab.mat-primary.mat-button-disabled, body.light .mat-mini-fab.mat-accent.mat-button-disabled, body.light .mat-mini-fab.mat-warn.mat-button-disabled, body.light .mat-mini-fab.mat-button-disabled.mat-button-disabled {
  color: rgba(0, 0, 0, 0.26);
}
body.light .mat-flat-button.mat-primary, body.light .mat-raised-button.mat-primary, body.light .mat-fab.mat-primary, body.light .mat-mini-fab.mat-primary {
  background-color: #2196f3;
}
body.light .mat-flat-button.mat-accent, body.light .mat-raised-button.mat-accent, body.light .mat-fab.mat-accent, body.light .mat-mini-fab.mat-accent {
  background-color: #ffd740;
}
body.light .mat-flat-button.mat-warn, body.light .mat-raised-button.mat-warn, body.light .mat-fab.mat-warn, body.light .mat-mini-fab.mat-warn {
  background-color: #f44336;
}
body.light .mat-flat-button.mat-primary.mat-button-disabled, body.light .mat-flat-button.mat-accent.mat-button-disabled, body.light .mat-flat-button.mat-warn.mat-button-disabled, body.light .mat-flat-button.mat-button-disabled.mat-button-disabled, body.light .mat-raised-button.mat-primary.mat-button-disabled, body.light .mat-raised-button.mat-accent.mat-button-disabled, body.light .mat-raised-button.mat-warn.mat-button-disabled, body.light .mat-raised-button.mat-button-disabled.mat-button-disabled, body.light .mat-fab.mat-primary.mat-button-disabled, body.light .mat-fab.mat-accent.mat-button-disabled, body.light .mat-fab.mat-warn.mat-button-disabled, body.light .mat-fab.mat-button-disabled.mat-button-disabled, body.light .mat-mini-fab.mat-primary.mat-button-disabled, body.light .mat-mini-fab.mat-accent.mat-button-disabled, body.light .mat-mini-fab.mat-warn.mat-button-disabled, body.light .mat-mini-fab.mat-button-disabled.mat-button-disabled {
  background-color: rgba(0, 0, 0, 0.12);
}
body.light .mat-flat-button.mat-primary .mat-ripple-element, body.light .mat-raised-button.mat-primary .mat-ripple-element, body.light .mat-fab.mat-primary .mat-ripple-element, body.light .mat-mini-fab.mat-primary .mat-ripple-element {
  background-color: rgba(255, 255, 255, 0.1);
}
body.light .mat-flat-button.mat-accent .mat-ripple-element, body.light .mat-raised-button.mat-accent .mat-ripple-element, body.light .mat-fab.mat-accent .mat-ripple-element, body.light .mat-mini-fab.mat-accent .mat-ripple-element {
  background-color: rgba(0, 0, 0, 0.1);
}
body.light .mat-flat-button.mat-warn .mat-ripple-element, body.light .mat-raised-button.mat-warn .mat-ripple-element, body.light .mat-fab.mat-warn .mat-ripple-element, body.light .mat-mini-fab.mat-warn .mat-ripple-element {
  background-color: rgba(255, 255, 255, 0.1);
}
body.light .mat-stroked-button:not([class*=mat-elevation-z]), body.light .mat-flat-button:not([class*=mat-elevation-z]) {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
}
body.light .mat-raised-button:not([class*=mat-elevation-z]) {
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}
body.light .mat-raised-button:not(.mat-button-disabled):active:not([class*=mat-elevation-z]) {
  box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}
body.light .mat-raised-button.mat-button-disabled:not([class*=mat-elevation-z]) {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
}
body.light .mat-fab:not([class*=mat-elevation-z]), body.light .mat-mini-fab:not([class*=mat-elevation-z]) {
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
}
body.light .mat-fab:not(.mat-button-disabled):active:not([class*=mat-elevation-z]), body.light .mat-mini-fab:not(.mat-button-disabled):active:not([class*=mat-elevation-z]) {
  box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12);
}
body.light .mat-fab.mat-button-disabled:not([class*=mat-elevation-z]), body.light .mat-mini-fab.mat-button-disabled:not([class*=mat-elevation-z]) {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
}
body.light .mat-button-toggle-standalone:not([class*=mat-elevation-z]),
body.light .mat-button-toggle-group:not([class*=mat-elevation-z]) {
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}
body.light .mat-button-toggle-standalone.mat-button-toggle-appearance-standard:not([class*=mat-elevation-z]),
body.light .mat-button-toggle-group-appearance-standard:not([class*=mat-elevation-z]) {
  box-shadow: none;
}
body.light .mat-button-toggle {
  color: rgba(0, 0, 0, 0.38);
}
body.light .mat-button-toggle .mat-button-toggle-focus-overlay {
  background-color: rgba(0, 0, 0, 0.12);
}
body.light .mat-button-toggle-appearance-standard {
  color: rgba(0, 0, 0, 0.87);
  background: white;
}
body.light .mat-button-toggle-appearance-standard .mat-button-toggle-focus-overlay {
  background-color: black;
}
body.light .mat-button-toggle-group-appearance-standard .mat-button-toggle + .mat-button-toggle {
  border-left: solid 1px #e0e0e0;
}
body.light [dir=rtl] .mat-button-toggle-group-appearance-standard .mat-button-toggle + .mat-button-toggle {
  border-left: none;
  border-right: solid 1px #e0e0e0;
}
body.light .mat-button-toggle-group-appearance-standard.mat-button-toggle-vertical .mat-button-toggle + .mat-button-toggle {
  border-left: none;
  border-right: none;
  border-top: solid 1px #e0e0e0;
}
body.light .mat-button-toggle-checked {
  background-color: #e0e0e0;
  color: rgba(0, 0, 0, 0.54);
}
body.light .mat-button-toggle-checked.mat-button-toggle-appearance-standard {
  color: rgba(0, 0, 0, 0.87);
}
body.light .mat-button-toggle-disabled {
  color: rgba(0, 0, 0, 0.26);
  background-color: #eeeeee;
}
body.light .mat-button-toggle-disabled.mat-button-toggle-appearance-standard {
  background: white;
}
body.light .mat-button-toggle-disabled.mat-button-toggle-checked {
  background-color: #bdbdbd;
}
body.light .mat-button-toggle-standalone.mat-button-toggle-appearance-standard,
body.light .mat-button-toggle-group-appearance-standard {
  border: solid 1px #e0e0e0;
}
.mat-button-toggle-appearance-standard .mat-button-toggle-label-content {
  line-height: 48px;
}
body.light .mat-card {
  background: white;
  color: rgba(0, 0, 0, 0.87);
}
body.light .mat-card:not([class*=mat-elevation-z]) {
  box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
}
body.light .mat-card.mat-card-flat:not([class*=mat-elevation-z]) {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
}
body.light .mat-card-subtitle {
  color: rgba(0, 0, 0, 0.54);
}
body.light .mat-checkbox-frame {
  border-color: rgba(0, 0, 0, 0.54);
}
body.light .mat-checkbox-checkmark {
  fill: #fafafa;
}
body.light .mat-checkbox-checkmark-path {
  stroke: #fafafa !important;
}
body.light .mat-checkbox-mixedmark {
  background-color: #fafafa;
}
body.light .mat-checkbox-indeterminate.mat-primary .mat-checkbox-background, body.light .mat-checkbox-checked.mat-primary .mat-checkbox-background {
  background-color: #2196f3;
}
body.light .mat-checkbox-indeterminate.mat-accent .mat-checkbox-background, body.light .mat-checkbox-checked.mat-accent .mat-checkbox-background {
  background-color: #ffd740;
}
body.light .mat-checkbox-indeterminate.mat-warn .mat-checkbox-background, body.light .mat-checkbox-checked.mat-warn .mat-checkbox-background {
  background-color: #f44336;
}
body.light .mat-checkbox-disabled.mat-checkbox-checked .mat-checkbox-background, body.light .mat-checkbox-disabled.mat-checkbox-indeterminate .mat-checkbox-background {
  background-color: #b0b0b0;
}
body.light .mat-checkbox-disabled:not(.mat-checkbox-checked) .mat-checkbox-frame {
  border-color: #b0b0b0;
}
body.light .mat-checkbox-disabled .mat-checkbox-label {
  color: rgba(0, 0, 0, 0.38);
}
body.light .mat-checkbox .mat-ripple-element {
  background-color: black;
}
body.light .mat-checkbox-checked:not(.mat-checkbox-disabled).mat-primary .mat-ripple-element,
body.light .mat-checkbox:active:not(.mat-checkbox-disabled).mat-primary .mat-ripple-element {
  background: #2196f3;
}
body.light .mat-checkbox-checked:not(.mat-checkbox-disabled).mat-accent .mat-ripple-element,
body.light .mat-checkbox:active:not(.mat-checkbox-disabled).mat-accent .mat-ripple-element {
  background: #ffd740;
}
body.light .mat-checkbox-checked:not(.mat-checkbox-disabled).mat-warn .mat-ripple-element,
body.light .mat-checkbox:active:not(.mat-checkbox-disabled).mat-warn .mat-ripple-element {
  background: #f44336;
}
body.light .mat-chip.mat-standard-chip {
  background-color: #e0e0e0;
  color: rgba(0, 0, 0, 0.87);
}
body.light .mat-chip.mat-standard-chip .mat-chip-remove {
  color: rgba(0, 0, 0, 0.87);
  opacity: 0.4;
}
body.light .mat-chip.mat-standard-chip:not(.mat-chip-disabled):active {
  box-shadow: 0px 3px 3px -2px rgba(0, 0, 0, 0.2), 0px 3px 4px 0px rgba(0, 0, 0, 0.14), 0px 1px 8px 0px rgba(0, 0, 0, 0.12);
}
body.light .mat-chip.mat-standard-chip:not(.mat-chip-disabled) .mat-chip-remove:hover {
  opacity: 0.54;
}
body.light .mat-chip.mat-standard-chip.mat-chip-disabled {
  opacity: 0.4;
}
body.light .mat-chip.mat-standard-chip::after {
  background: black;
}
body.light .mat-chip.mat-standard-chip.mat-chip-selected.mat-primary {
  background-color: #2196f3;
  color: white;
}
body.light .mat-chip.mat-standard-chip.mat-chip-selected.mat-primary .mat-chip-remove {
  color: white;
  opacity: 0.4;
}
body.light .mat-chip.mat-standard-chip.mat-chip-selected.mat-primary .mat-ripple-element {
  background-color: rgba(255, 255, 255, 0.1);
}
body.light .mat-chip.mat-standard-chip.mat-chip-selected.mat-warn {
  background-color: #f44336;
  color: white;
}
body.light .mat-chip.mat-standard-chip.mat-chip-selected.mat-warn .mat-chip-remove {
  color: white;
  opacity: 0.4;
}
body.light .mat-chip.mat-standard-chip.mat-chip-selected.mat-warn .mat-ripple-element {
  background-color: rgba(255, 255, 255, 0.1);
}
body.light .mat-chip.mat-standard-chip.mat-chip-selected.mat-accent {
  background-color: #ffd740;
  color: rgba(0, 0, 0, 0.87);
}
body.light .mat-chip.mat-standard-chip.mat-chip-selected.mat-accent .mat-chip-remove {
  color: rgba(0, 0, 0, 0.87);
  opacity: 0.4;
}
body.light .mat-chip.mat-standard-chip.mat-chip-selected.mat-accent .mat-ripple-element {
  background-color: rgba(0, 0, 0, 0.1);
}
body.light .mat-table {
  background: white;
}
body.light .mat-table thead, body.light .mat-table tbody, body.light .mat-table tfoot,
body.light mat-header-row, body.light mat-row, body.light mat-footer-row,
body.light [mat-header-row], body.light [mat-row], body.light [mat-footer-row],
body.light .mat-table-sticky {
  background: inherit;
}
body.light mat-row, body.light mat-header-row, body.light mat-footer-row,
body.light th.mat-header-cell, body.light td.mat-cell, body.light td.mat-footer-cell {
  border-bottom-color: rgba(0, 0, 0, 0.12);
}
body.light .mat-header-cell {
  color: rgba(0, 0, 0, 0.54);
}
body.light .mat-cell, body.light .mat-footer-cell {
  color: rgba(0, 0, 0, 0.87);
}
body.light .mat-calendar-arrow {
  fill: rgba(0, 0, 0, 0.54);
}
body.light .mat-datepicker-toggle,
body.light .mat-datepicker-content .mat-calendar-next-button,
body.light .mat-datepicker-content .mat-calendar-previous-button {
  color: rgba(0, 0, 0, 0.54);
}
body.light .mat-calendar-table-header-divider::after {
  background: rgba(0, 0, 0, 0.12);
}
body.light .mat-calendar-table-header,
body.light .mat-calendar-body-label {
  color: rgba(0, 0, 0, 0.54);
}
body.light .mat-calendar-body-cell-content,
body.light .mat-date-range-input-separator {
  color: rgba(0, 0, 0, 0.87);
  border-color: transparent;
}
body.light .mat-calendar-body-disabled > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  color: rgba(0, 0, 0, 0.38);
}
body.light .mat-form-field-disabled .mat-date-range-input-separator {
  color: rgba(0, 0, 0, 0.38);
}
body.light .mat-calendar-body-in-preview {
  color: rgba(0, 0, 0, 0.24);
}
body.light .mat-calendar-body-today:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  border-color: rgba(0, 0, 0, 0.38);
}
body.light .mat-calendar-body-disabled > .mat-calendar-body-today:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  border-color: rgba(0, 0, 0, 0.18);
}
body.light .mat-calendar-body-in-range::before {
  background: rgba(33, 150, 243, 0.2);
}
body.light .mat-calendar-body-comparison-identical,
body.light .mat-calendar-body-in-comparison-range::before {
  background: rgba(249, 171, 0, 0.2);
}
body.light .mat-calendar-body-comparison-bridge-start::before,
body.light [dir=rtl] .mat-calendar-body-comparison-bridge-end::before {
  background: linear-gradient(to right, rgba(33, 150, 243, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
body.light .mat-calendar-body-comparison-bridge-end::before,
body.light [dir=rtl] .mat-calendar-body-comparison-bridge-start::before {
  background: linear-gradient(to left, rgba(33, 150, 243, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
body.light .mat-calendar-body-in-range > .mat-calendar-body-comparison-identical,
body.light .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after {
  background: #a8dab5;
}
body.light .mat-calendar-body-comparison-identical.mat-calendar-body-selected,
body.light .mat-calendar-body-in-comparison-range > .mat-calendar-body-selected {
  background: #46a35e;
}
body.light .mat-calendar-body-selected {
  background-color: #2196f3;
  color: white;
}
body.light .mat-calendar-body-disabled > .mat-calendar-body-selected {
  background-color: rgba(33, 150, 243, 0.4);
}
body.light .mat-calendar-body-today.mat-calendar-body-selected {
  box-shadow: inset 0 0 0 1px white;
}
body.light .cdk-keyboard-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
body.light .cdk-program-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  background-color: rgba(33, 150, 243, 0.3);
}
@media (hover: hover) {
  body.light .mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
    background-color: rgba(33, 150, 243, 0.3);
  }
}
body.light .mat-datepicker-content {
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  background-color: white;
  color: rgba(0, 0, 0, 0.87);
}
body.light .mat-datepicker-content.mat-accent .mat-calendar-body-in-range::before {
  background: rgba(255, 215, 64, 0.2);
}
body.light .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-identical,
body.light .mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range::before {
  background: rgba(249, 171, 0, 0.2);
}
body.light .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-bridge-start::before,
body.light .mat-datepicker-content.mat-accent [dir=rtl] .mat-calendar-body-comparison-bridge-end::before {
  background: linear-gradient(to right, rgba(255, 215, 64, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
body.light .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-bridge-end::before,
body.light .mat-datepicker-content.mat-accent [dir=rtl] .mat-calendar-body-comparison-bridge-start::before {
  background: linear-gradient(to left, rgba(255, 215, 64, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
body.light .mat-datepicker-content.mat-accent .mat-calendar-body-in-range > .mat-calendar-body-comparison-identical,
body.light .mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after {
  background: #a8dab5;
}
body.light .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-identical.mat-calendar-body-selected,
body.light .mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range > .mat-calendar-body-selected {
  background: #46a35e;
}
body.light .mat-datepicker-content.mat-accent .mat-calendar-body-selected {
  background-color: #ffd740;
  color: rgba(0, 0, 0, 0.87);
}
body.light .mat-datepicker-content.mat-accent .mat-calendar-body-disabled > .mat-calendar-body-selected {
  background-color: rgba(255, 215, 64, 0.4);
}
body.light .mat-datepicker-content.mat-accent .mat-calendar-body-today.mat-calendar-body-selected {
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.87);
}
body.light .mat-datepicker-content.mat-accent .cdk-keyboard-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
body.light .mat-datepicker-content.mat-accent .cdk-program-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  background-color: rgba(255, 215, 64, 0.3);
}
@media (hover: hover) {
  body.light .mat-datepicker-content.mat-accent .mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
    background-color: rgba(255, 215, 64, 0.3);
  }
}
body.light .mat-datepicker-content.mat-warn .mat-calendar-body-in-range::before {
  background: rgba(244, 67, 54, 0.2);
}
body.light .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-identical,
body.light .mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range::before {
  background: rgba(249, 171, 0, 0.2);
}
body.light .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-bridge-start::before,
body.light .mat-datepicker-content.mat-warn [dir=rtl] .mat-calendar-body-comparison-bridge-end::before {
  background: linear-gradient(to right, rgba(244, 67, 54, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
body.light .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-bridge-end::before,
body.light .mat-datepicker-content.mat-warn [dir=rtl] .mat-calendar-body-comparison-bridge-start::before {
  background: linear-gradient(to left, rgba(244, 67, 54, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
body.light .mat-datepicker-content.mat-warn .mat-calendar-body-in-range > .mat-calendar-body-comparison-identical,
body.light .mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after {
  background: #a8dab5;
}
body.light .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-identical.mat-calendar-body-selected,
body.light .mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range > .mat-calendar-body-selected {
  background: #46a35e;
}
body.light .mat-datepicker-content.mat-warn .mat-calendar-body-selected {
  background-color: #f44336;
  color: white;
}
body.light .mat-datepicker-content.mat-warn .mat-calendar-body-disabled > .mat-calendar-body-selected {
  background-color: rgba(244, 67, 54, 0.4);
}
body.light .mat-datepicker-content.mat-warn .mat-calendar-body-today.mat-calendar-body-selected {
  box-shadow: inset 0 0 0 1px white;
}
body.light .mat-datepicker-content.mat-warn .cdk-keyboard-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
body.light .mat-datepicker-content.mat-warn .cdk-program-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  background-color: rgba(244, 67, 54, 0.3);
}
@media (hover: hover) {
  body.light .mat-datepicker-content.mat-warn .mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
    background-color: rgba(244, 67, 54, 0.3);
  }
}
body.light .mat-datepicker-content-touch {
  box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
}
body.light .mat-datepicker-toggle-active {
  color: #2196f3;
}
body.light .mat-datepicker-toggle-active.mat-accent {
  color: #ffd740;
}
body.light .mat-datepicker-toggle-active.mat-warn {
  color: #f44336;
}
body.light .mat-date-range-input-inner[disabled] {
  color: rgba(0, 0, 0, 0.38);
}
body.light .mat-dialog-container {
  box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  background: white;
  color: rgba(0, 0, 0, 0.87);
}
body.light .mat-divider {
  border-top-color: rgba(0, 0, 0, 0.12);
}
body.light .mat-divider-vertical {
  border-right-color: rgba(0, 0, 0, 0.12);
}
body.light .mat-expansion-panel {
  background: white;
  color: rgba(0, 0, 0, 0.87);
}
body.light .mat-expansion-panel:not([class*=mat-elevation-z]) {
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}
body.light .mat-action-row {
  border-top-color: rgba(0, 0, 0, 0.12);
}
body.light .mat-expansion-panel .mat-expansion-panel-header.cdk-keyboard-focused:not([aria-disabled=true]), body.light .mat-expansion-panel .mat-expansion-panel-header.cdk-program-focused:not([aria-disabled=true]), body.light .mat-expansion-panel:not(.mat-expanded) .mat-expansion-panel-header:hover:not([aria-disabled=true]) {
  background: rgba(0, 0, 0, 0.04);
}
@media (hover: none) {
  body.light .mat-expansion-panel:not(.mat-expanded):not([aria-disabled=true]) .mat-expansion-panel-header:hover {
    background: white;
  }
}
body.light .mat-expansion-panel-header-title {
  color: rgba(0, 0, 0, 0.87);
}
body.light .mat-expansion-panel-header-description,
body.light .mat-expansion-indicator::after {
  color: rgba(0, 0, 0, 0.54);
}
body.light .mat-expansion-panel-header[aria-disabled=true] {
  color: rgba(0, 0, 0, 0.26);
}
body.light .mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-title,
body.light .mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-description {
  color: inherit;
}
.mat-expansion-panel-header {
  height: 48px;
}
.mat-expansion-panel-header.mat-expanded {
  height: 64px;
}
body.light .mat-form-field-label {
  color: rgba(0, 0, 0, 0.6);
}
body.light .mat-hint {
  color: rgba(0, 0, 0, 0.6);
}
body.light .mat-form-field.mat-focused .mat-form-field-label {
  color: #2196f3;
}
body.light .mat-form-field.mat-focused .mat-form-field-label.mat-accent {
  color: #ffd740;
}
body.light .mat-form-field.mat-focused .mat-form-field-label.mat-warn {
  color: #f44336;
}
body.light .mat-focused .mat-form-field-required-marker {
  color: #ffd740;
}
body.light .mat-form-field-ripple {
  background-color: rgba(0, 0, 0, 0.87);
}
body.light .mat-form-field.mat-focused .mat-form-field-ripple {
  background-color: #2196f3;
}
body.light .mat-form-field.mat-focused .mat-form-field-ripple.mat-accent {
  background-color: #ffd740;
}
body.light .mat-form-field.mat-focused .mat-form-field-ripple.mat-warn {
  background-color: #f44336;
}
body.light .mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid) .mat-form-field-infix::after {
  color: #2196f3;
}
body.light .mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid).mat-accent .mat-form-field-infix::after {
  color: #ffd740;
}
body.light .mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid).mat-warn .mat-form-field-infix::after {
  color: #f44336;
}
body.light .mat-form-field.mat-form-field-invalid .mat-form-field-label {
  color: #f44336;
}
body.light .mat-form-field.mat-form-field-invalid .mat-form-field-label.mat-accent,
body.light .mat-form-field.mat-form-field-invalid .mat-form-field-label .mat-form-field-required-marker {
  color: #f44336;
}
body.light .mat-form-field.mat-form-field-invalid .mat-form-field-ripple,
body.light .mat-form-field.mat-form-field-invalid .mat-form-field-ripple.mat-accent {
  background-color: #f44336;
}
body.light .mat-error {
  color: #f44336;
}
body.light .mat-form-field-appearance-legacy .mat-form-field-label {
  color: rgba(0, 0, 0, 0.54);
}
body.light .mat-form-field-appearance-legacy .mat-hint {
  color: rgba(0, 0, 0, 0.54);
}
body.light .mat-form-field-appearance-legacy .mat-form-field-underline {
  background-color: rgba(0, 0, 0, 0.42);
}
body.light .mat-form-field-appearance-legacy.mat-form-field-disabled .mat-form-field-underline {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.42) 0%, rgba(0, 0, 0, 0.42) 33%, transparent 0%);
  background-size: 4px 100%;
  background-repeat: repeat-x;
}
body.light .mat-form-field-appearance-standard .mat-form-field-underline {
  background-color: rgba(0, 0, 0, 0.42);
}
body.light .mat-form-field-appearance-standard.mat-form-field-disabled .mat-form-field-underline {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.42) 0%, rgba(0, 0, 0, 0.42) 33%, transparent 0%);
  background-size: 4px 100%;
  background-repeat: repeat-x;
}
body.light .mat-form-field-appearance-fill .mat-form-field-flex {
  background-color: rgba(0, 0, 0, 0.04);
}
body.light .mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-flex {
  background-color: rgba(0, 0, 0, 0.02);
}
body.light .mat-form-field-appearance-fill .mat-form-field-underline::before {
  background-color: rgba(0, 0, 0, 0.42);
}
body.light .mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-label {
  color: rgba(0, 0, 0, 0.38);
}
body.light .mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-underline::before {
  background-color: transparent;
}
body.light .mat-form-field-appearance-outline .mat-form-field-outline {
  color: rgba(0, 0, 0, 0.12);
}
body.light .mat-form-field-appearance-outline .mat-form-field-outline-thick {
  color: rgba(0, 0, 0, 0.87);
}
body.light .mat-form-field-appearance-outline.mat-focused .mat-form-field-outline-thick {
  color: #2196f3;
}
body.light .mat-form-field-appearance-outline.mat-focused.mat-accent .mat-form-field-outline-thick {
  color: #ffd740;
}
body.light .mat-form-field-appearance-outline.mat-focused.mat-warn .mat-form-field-outline-thick {
  color: #f44336;
}
body.light .mat-form-field-appearance-outline.mat-form-field-invalid.mat-form-field-invalid .mat-form-field-outline-thick {
  color: #f44336;
}
body.light .mat-form-field-appearance-outline.mat-form-field-disabled .mat-form-field-label {
  color: rgba(0, 0, 0, 0.38);
}
body.light .mat-form-field-appearance-outline.mat-form-field-disabled .mat-form-field-outline {
  color: rgba(0, 0, 0, 0.06);
}
body.light .mat-icon.mat-primary {
  color: #2196f3;
}
body.light .mat-icon.mat-accent {
  color: #ffd740;
}
body.light .mat-icon.mat-warn {
  color: #f44336;
}
body.light .mat-form-field-type-mat-native-select .mat-form-field-infix::after {
  color: rgba(0, 0, 0, 0.54);
}
body.light .mat-input-element:disabled,
body.light .mat-form-field-type-mat-native-select.mat-form-field-disabled .mat-form-field-infix::after {
  color: rgba(0, 0, 0, 0.38);
}
body.light .mat-input-element {
  caret-color: #2196f3;
}
body.light .mat-input-element::placeholder {
  color: rgba(0, 0, 0, 0.42);
}
body.light .mat-input-element::-moz-placeholder {
  color: rgba(0, 0, 0, 0.42);
}
body.light .mat-input-element::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.42);
}
body.light .mat-input-element:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.42);
}
body.light .mat-form-field.mat-accent .mat-input-element {
  caret-color: #ffd740;
}
body.light .mat-form-field.mat-warn .mat-input-element,
body.light .mat-form-field-invalid .mat-input-element {
  caret-color: #f44336;
}
body.light .mat-form-field-type-mat-native-select.mat-form-field-invalid .mat-form-field-infix::after {
  color: #f44336;
}
body.light .mat-list-base .mat-list-item {
  color: rgba(0, 0, 0, 0.87);
}
body.light .mat-list-base .mat-list-option {
  color: rgba(0, 0, 0, 0.87);
}
body.light .mat-list-base .mat-subheader {
  color: rgba(0, 0, 0, 0.54);
}
body.light .mat-list-base .mat-list-item-disabled {
  background-color: #eeeeee;
  color: rgba(0, 0, 0, 0.38);
}
body.light .mat-list-option:hover, body.light .mat-list-option:focus,
body.light .mat-nav-list .mat-list-item:hover,
body.light .mat-nav-list .mat-list-item:focus,
body.light .mat-action-list .mat-list-item:hover,
body.light .mat-action-list .mat-list-item:focus {
  background: rgba(0, 0, 0, 0.04);
}
body.light .mat-list-single-selected-option, body.light .mat-list-single-selected-option:hover, body.light .mat-list-single-selected-option:focus {
  background: rgba(0, 0, 0, 0.12);
}
body.light .mat-menu-panel {
  background: white;
}
body.light .mat-menu-panel:not([class*=mat-elevation-z]) {
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}
body.light .mat-menu-item {
  background: transparent;
  color: rgba(0, 0, 0, 0.87);
}
body.light .mat-menu-item[disabled],
body.light .mat-menu-item[disabled] .mat-menu-submenu-icon,
body.light .mat-menu-item[disabled] .mat-icon-no-color {
  color: rgba(0, 0, 0, 0.38);
}
body.light .mat-menu-item .mat-icon-no-color,
body.light .mat-menu-submenu-icon {
  color: rgba(0, 0, 0, 0.54);
}
body.light .mat-menu-item:hover:not([disabled]),
body.light .mat-menu-item.cdk-program-focused:not([disabled]),
body.light .mat-menu-item.cdk-keyboard-focused:not([disabled]),
body.light .mat-menu-item-highlighted:not([disabled]) {
  background: rgba(0, 0, 0, 0.04);
}
body.light .mat-paginator {
  background: white;
}
body.light .mat-paginator,
body.light .mat-paginator-page-size .mat-select-trigger {
  color: rgba(0, 0, 0, 0.54);
}
body.light .mat-paginator-decrement,
body.light .mat-paginator-increment {
  border-top: 2px solid rgba(0, 0, 0, 0.54);
  border-right: 2px solid rgba(0, 0, 0, 0.54);
}
body.light .mat-paginator-first,
body.light .mat-paginator-last {
  border-top: 2px solid rgba(0, 0, 0, 0.54);
}
body.light .mat-icon-button[disabled] .mat-paginator-decrement,
body.light .mat-icon-button[disabled] .mat-paginator-increment,
body.light .mat-icon-button[disabled] .mat-paginator-first,
body.light .mat-icon-button[disabled] .mat-paginator-last {
  border-color: rgba(0, 0, 0, 0.38);
}
.mat-paginator-container {
  min-height: 56px;
}
body.light .mat-progress-bar-background {
  fill: #c4e1f8;
}
body.light .mat-progress-bar-buffer {
  background-color: #c4e1f8;
}
body.light .mat-progress-bar-fill::after {
  background-color: #2196f3;
}
body.light .mat-progress-bar.mat-accent .mat-progress-bar-background {
  fill: #fbf1cc;
}
body.light .mat-progress-bar.mat-accent .mat-progress-bar-buffer {
  background-color: #fbf1cc;
}
body.light .mat-progress-bar.mat-accent .mat-progress-bar-fill::after {
  background-color: #ffd740;
}
body.light .mat-progress-bar.mat-warn .mat-progress-bar-background {
  fill: #f9ccc9;
}
body.light .mat-progress-bar.mat-warn .mat-progress-bar-buffer {
  background-color: #f9ccc9;
}
body.light .mat-progress-bar.mat-warn .mat-progress-bar-fill::after {
  background-color: #f44336;
}
body.light .mat-progress-spinner circle, body.light .mat-spinner circle {
  stroke: #2196f3;
}
body.light .mat-progress-spinner.mat-accent circle, body.light .mat-spinner.mat-accent circle {
  stroke: #ffd740;
}
body.light .mat-progress-spinner.mat-warn circle, body.light .mat-spinner.mat-warn circle {
  stroke: #f44336;
}
body.light .mat-radio-outer-circle {
  border-color: rgba(0, 0, 0, 0.54);
}
body.light .mat-radio-button.mat-primary.mat-radio-checked .mat-radio-outer-circle {
  border-color: #2196f3;
}
body.light .mat-radio-button.mat-primary .mat-radio-inner-circle,
body.light .mat-radio-button.mat-primary .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple), body.light .mat-radio-button.mat-primary.mat-radio-checked .mat-radio-persistent-ripple, body.light .mat-radio-button.mat-primary:active .mat-radio-persistent-ripple {
  background-color: #2196f3;
}
body.light .mat-radio-button.mat-accent.mat-radio-checked .mat-radio-outer-circle {
  border-color: #ffd740;
}
body.light .mat-radio-button.mat-accent .mat-radio-inner-circle,
body.light .mat-radio-button.mat-accent .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple), body.light .mat-radio-button.mat-accent.mat-radio-checked .mat-radio-persistent-ripple, body.light .mat-radio-button.mat-accent:active .mat-radio-persistent-ripple {
  background-color: #ffd740;
}
body.light .mat-radio-button.mat-warn.mat-radio-checked .mat-radio-outer-circle {
  border-color: #f44336;
}
body.light .mat-radio-button.mat-warn .mat-radio-inner-circle,
body.light .mat-radio-button.mat-warn .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple), body.light .mat-radio-button.mat-warn.mat-radio-checked .mat-radio-persistent-ripple, body.light .mat-radio-button.mat-warn:active .mat-radio-persistent-ripple {
  background-color: #f44336;
}
body.light .mat-radio-button.mat-radio-disabled.mat-radio-checked .mat-radio-outer-circle,
body.light .mat-radio-button.mat-radio-disabled .mat-radio-outer-circle {
  border-color: rgba(0, 0, 0, 0.38);
}
body.light .mat-radio-button.mat-radio-disabled .mat-radio-ripple .mat-ripple-element,
body.light .mat-radio-button.mat-radio-disabled .mat-radio-inner-circle {
  background-color: rgba(0, 0, 0, 0.38);
}
body.light .mat-radio-button.mat-radio-disabled .mat-radio-label-content {
  color: rgba(0, 0, 0, 0.38);
}
body.light .mat-radio-button .mat-ripple-element {
  background-color: black;
}
body.light .mat-select-value {
  color: rgba(0, 0, 0, 0.87);
}
body.light .mat-select-placeholder {
  color: rgba(0, 0, 0, 0.42);
}
body.light .mat-select-disabled .mat-select-value {
  color: rgba(0, 0, 0, 0.38);
}
body.light .mat-select-arrow {
  color: rgba(0, 0, 0, 0.54);
}
body.light .mat-select-panel {
  background: white;
}
body.light .mat-select-panel:not([class*=mat-elevation-z]) {
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}
body.light .mat-select-panel .mat-option.mat-selected:not(.mat-option-multiple) {
  background: rgba(0, 0, 0, 0.12);
}
body.light .mat-form-field.mat-focused.mat-primary .mat-select-arrow {
  color: #2196f3;
}
body.light .mat-form-field.mat-focused.mat-accent .mat-select-arrow {
  color: #ffd740;
}
body.light .mat-form-field.mat-focused.mat-warn .mat-select-arrow {
  color: #f44336;
}
body.light .mat-form-field .mat-select.mat-select-invalid .mat-select-arrow {
  color: #f44336;
}
body.light .mat-form-field .mat-select.mat-select-disabled .mat-select-arrow {
  color: rgba(0, 0, 0, 0.38);
}
body.light .mat-drawer-container {
  background-color: #fafafa;
  color: rgba(0, 0, 0, 0.87);
}
body.light .mat-drawer {
  background-color: white;
  color: rgba(0, 0, 0, 0.87);
}
body.light .mat-drawer.mat-drawer-push {
  background-color: white;
}
body.light .mat-drawer:not(.mat-drawer-side) {
  box-shadow: 0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12);
}
body.light .mat-drawer-side {
  border-right: solid 1px rgba(0, 0, 0, 0.12);
}
body.light .mat-drawer-side.mat-drawer-end {
  border-left: solid 1px rgba(0, 0, 0, 0.12);
  border-right: none;
}
body.light [dir=rtl] .mat-drawer-side {
  border-left: solid 1px rgba(0, 0, 0, 0.12);
  border-right: none;
}
body.light [dir=rtl] .mat-drawer-side.mat-drawer-end {
  border-left: none;
  border-right: solid 1px rgba(0, 0, 0, 0.12);
}
body.light .mat-drawer-backdrop.mat-drawer-shown {
  background-color: rgba(0, 0, 0, 0.6);
}
body.light .mat-slide-toggle.mat-checked .mat-slide-toggle-thumb {
  background-color: #ffd740;
}
body.light .mat-slide-toggle.mat-checked .mat-slide-toggle-bar {
  background-color: rgba(255, 215, 64, 0.54);
}
body.light .mat-slide-toggle.mat-checked .mat-ripple-element {
  background-color: #ffd740;
}
body.light .mat-slide-toggle.mat-primary.mat-checked .mat-slide-toggle-thumb {
  background-color: #2196f3;
}
body.light .mat-slide-toggle.mat-primary.mat-checked .mat-slide-toggle-bar {
  background-color: rgba(33, 150, 243, 0.54);
}
body.light .mat-slide-toggle.mat-primary.mat-checked .mat-ripple-element {
  background-color: #2196f3;
}
body.light .mat-slide-toggle.mat-warn.mat-checked .mat-slide-toggle-thumb {
  background-color: #f44336;
}
body.light .mat-slide-toggle.mat-warn.mat-checked .mat-slide-toggle-bar {
  background-color: rgba(244, 67, 54, 0.54);
}
body.light .mat-slide-toggle.mat-warn.mat-checked .mat-ripple-element {
  background-color: #f44336;
}
body.light .mat-slide-toggle:not(.mat-checked) .mat-ripple-element {
  background-color: black;
}
body.light .mat-slide-toggle-thumb {
  box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  background-color: #fafafa;
}
body.light .mat-slide-toggle-bar {
  background-color: rgba(0, 0, 0, 0.38);
}
body.light .mat-slider-track-background {
  background-color: rgba(0, 0, 0, 0.26);
}
body.light .mat-slider.mat-primary .mat-slider-track-fill,
body.light .mat-slider.mat-primary .mat-slider-thumb,
body.light .mat-slider.mat-primary .mat-slider-thumb-label {
  background-color: #2196f3;
}
body.light .mat-slider.mat-primary .mat-slider-thumb-label-text {
  color: white;
}
body.light .mat-slider.mat-primary .mat-slider-focus-ring {
  background-color: rgba(33, 150, 243, 0.2);
}
body.light .mat-slider.mat-accent .mat-slider-track-fill,
body.light .mat-slider.mat-accent .mat-slider-thumb,
body.light .mat-slider.mat-accent .mat-slider-thumb-label {
  background-color: #ffd740;
}
body.light .mat-slider.mat-accent .mat-slider-thumb-label-text {
  color: rgba(0, 0, 0, 0.87);
}
body.light .mat-slider.mat-accent .mat-slider-focus-ring {
  background-color: rgba(255, 215, 64, 0.2);
}
body.light .mat-slider.mat-warn .mat-slider-track-fill,
body.light .mat-slider.mat-warn .mat-slider-thumb,
body.light .mat-slider.mat-warn .mat-slider-thumb-label {
  background-color: #f44336;
}
body.light .mat-slider.mat-warn .mat-slider-thumb-label-text {
  color: white;
}
body.light .mat-slider.mat-warn .mat-slider-focus-ring {
  background-color: rgba(244, 67, 54, 0.2);
}
body.light .mat-slider:hover .mat-slider-track-background,
body.light .mat-slider.cdk-focused .mat-slider-track-background {
  background-color: rgba(0, 0, 0, 0.38);
}
body.light .mat-slider.mat-slider-disabled .mat-slider-track-background,
body.light .mat-slider.mat-slider-disabled .mat-slider-track-fill,
body.light .mat-slider.mat-slider-disabled .mat-slider-thumb {
  background-color: rgba(0, 0, 0, 0.26);
}
body.light .mat-slider.mat-slider-disabled:hover .mat-slider-track-background {
  background-color: rgba(0, 0, 0, 0.26);
}
body.light .mat-slider.mat-slider-min-value .mat-slider-focus-ring {
  background-color: rgba(0, 0, 0, 0.12);
}
body.light .mat-slider.mat-slider-min-value.mat-slider-thumb-label-showing .mat-slider-thumb,
body.light .mat-slider.mat-slider-min-value.mat-slider-thumb-label-showing .mat-slider-thumb-label {
  background-color: rgba(0, 0, 0, 0.87);
}
body.light .mat-slider.mat-slider-min-value.mat-slider-thumb-label-showing.cdk-focused .mat-slider-thumb,
body.light .mat-slider.mat-slider-min-value.mat-slider-thumb-label-showing.cdk-focused .mat-slider-thumb-label {
  background-color: rgba(0, 0, 0, 0.26);
}
body.light .mat-slider.mat-slider-min-value:not(.mat-slider-thumb-label-showing) .mat-slider-thumb {
  border-color: rgba(0, 0, 0, 0.26);
  background-color: transparent;
}
body.light .mat-slider.mat-slider-min-value:not(.mat-slider-thumb-label-showing):hover .mat-slider-thumb, body.light .mat-slider.mat-slider-min-value:not(.mat-slider-thumb-label-showing).cdk-focused .mat-slider-thumb {
  border-color: rgba(0, 0, 0, 0.38);
}
body.light .mat-slider.mat-slider-min-value:not(.mat-slider-thumb-label-showing):hover.mat-slider-disabled .mat-slider-thumb, body.light .mat-slider.mat-slider-min-value:not(.mat-slider-thumb-label-showing).cdk-focused.mat-slider-disabled .mat-slider-thumb {
  border-color: rgba(0, 0, 0, 0.26);
}
body.light .mat-slider-has-ticks .mat-slider-wrapper::after {
  border-color: rgba(0, 0, 0, 0.7);
}
body.light .mat-slider-horizontal .mat-slider-ticks {
  background-image: repeating-linear-gradient(to right, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7) 2px, transparent 0, transparent);
  background-image: -moz-repeating-linear-gradient(0.0001deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7) 2px, transparent 0, transparent);
}
body.light .mat-slider-vertical .mat-slider-ticks {
  background-image: repeating-linear-gradient(to bottom, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7) 2px, transparent 0, transparent);
}
body.light .mat-step-header.cdk-keyboard-focused, body.light .mat-step-header.cdk-program-focused, body.light .mat-step-header:hover:not([aria-disabled]), body.light .mat-step-header:hover[aria-disabled=false] {
  background-color: rgba(0, 0, 0, 0.04);
}
body.light .mat-step-header:hover[aria-disabled=true] {
  cursor: default;
}
@media (hover: none) {
  body.light .mat-step-header:hover {
    background: none;
  }
}
body.light .mat-step-header .mat-step-label,
body.light .mat-step-header .mat-step-optional {
  color: rgba(0, 0, 0, 0.54);
}
body.light .mat-step-header .mat-step-icon {
  background-color: rgba(0, 0, 0, 0.54);
  color: white;
}
body.light .mat-step-header .mat-step-icon-selected,
body.light .mat-step-header .mat-step-icon-state-done,
body.light .mat-step-header .mat-step-icon-state-edit {
  background-color: #2196f3;
  color: white;
}
body.light .mat-step-header.mat-accent .mat-step-icon {
  color: rgba(0, 0, 0, 0.87);
}
body.light .mat-step-header.mat-accent .mat-step-icon-selected,
body.light .mat-step-header.mat-accent .mat-step-icon-state-done,
body.light .mat-step-header.mat-accent .mat-step-icon-state-edit {
  background-color: #ffd740;
  color: rgba(0, 0, 0, 0.87);
}
body.light .mat-step-header.mat-warn .mat-step-icon {
  color: white;
}
body.light .mat-step-header.mat-warn .mat-step-icon-selected,
body.light .mat-step-header.mat-warn .mat-step-icon-state-done,
body.light .mat-step-header.mat-warn .mat-step-icon-state-edit {
  background-color: #f44336;
  color: white;
}
body.light .mat-step-header .mat-step-icon-state-error {
  background-color: transparent;
  color: #f44336;
}
body.light .mat-step-header .mat-step-label.mat-step-label-active {
  color: rgba(0, 0, 0, 0.87);
}
body.light .mat-step-header .mat-step-label.mat-step-label-error {
  color: #f44336;
}
body.light .mat-stepper-horizontal, body.light .mat-stepper-vertical {
  background-color: white;
}
body.light .mat-stepper-vertical-line::before {
  border-left-color: rgba(0, 0, 0, 0.12);
}
body.light .mat-horizontal-stepper-header::before,
body.light .mat-horizontal-stepper-header::after,
body.light .mat-stepper-horizontal-line {
  border-top-color: rgba(0, 0, 0, 0.12);
}
.mat-horizontal-stepper-header {
  height: 72px;
}
.mat-stepper-label-position-bottom .mat-horizontal-stepper-header,
.mat-vertical-stepper-header {
  padding: 24px 24px;
}
.mat-stepper-vertical-line::before {
  top: -16px;
  bottom: -16px;
}
.mat-stepper-label-position-bottom .mat-horizontal-stepper-header::after, .mat-stepper-label-position-bottom .mat-horizontal-stepper-header::before {
  top: 36px;
}
.mat-stepper-label-position-bottom .mat-stepper-horizontal-line {
  top: 36px;
}
body.light .mat-sort-header-arrow {
  color: #757575;
}
body.light .mat-tab-nav-bar,
body.light .mat-tab-header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
body.light .mat-tab-group-inverted-header .mat-tab-nav-bar,
body.light .mat-tab-group-inverted-header .mat-tab-header {
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  border-bottom: none;
}
body.light .mat-tab-label, body.light .mat-tab-link {
  color: rgba(0, 0, 0, 0.87);
}
body.light .mat-tab-label.mat-tab-disabled, body.light .mat-tab-link.mat-tab-disabled {
  color: rgba(0, 0, 0, 0.38);
}
body.light .mat-tab-header-pagination-chevron {
  border-color: rgba(0, 0, 0, 0.87);
}
body.light .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron {
  border-color: rgba(0, 0, 0, 0.38);
}
body.light .mat-tab-group[class*=mat-background-] > .mat-tab-header,
body.light .mat-tab-nav-bar[class*=mat-background-] {
  border-bottom: none;
  border-top: none;
}
body.light .mat-tab-group.mat-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), body.light .mat-tab-group.mat-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
body.light .mat-tab-group.mat-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
body.light .mat-tab-group.mat-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), body.light .mat-tab-nav-bar.mat-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), body.light .mat-tab-nav-bar.mat-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
body.light .mat-tab-nav-bar.mat-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
body.light .mat-tab-nav-bar.mat-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
  background-color: rgba(187, 222, 251, 0.3);
}
body.light .mat-tab-group.mat-primary .mat-ink-bar, body.light .mat-tab-nav-bar.mat-primary .mat-ink-bar {
  background-color: #2196f3;
}
body.light .mat-tab-group.mat-primary.mat-background-primary > .mat-tab-header .mat-ink-bar, body.light .mat-tab-group.mat-primary.mat-background-primary > .mat-tab-link-container .mat-ink-bar, body.light .mat-tab-nav-bar.mat-primary.mat-background-primary > .mat-tab-header .mat-ink-bar, body.light .mat-tab-nav-bar.mat-primary.mat-background-primary > .mat-tab-link-container .mat-ink-bar {
  background-color: white;
}
body.light .mat-tab-group.mat-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), body.light .mat-tab-group.mat-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
body.light .mat-tab-group.mat-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
body.light .mat-tab-group.mat-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), body.light .mat-tab-nav-bar.mat-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), body.light .mat-tab-nav-bar.mat-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
body.light .mat-tab-nav-bar.mat-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
body.light .mat-tab-nav-bar.mat-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
  background-color: rgba(255, 229, 127, 0.3);
}
body.light .mat-tab-group.mat-accent .mat-ink-bar, body.light .mat-tab-nav-bar.mat-accent .mat-ink-bar {
  background-color: #ffd740;
}
body.light .mat-tab-group.mat-accent.mat-background-accent > .mat-tab-header .mat-ink-bar, body.light .mat-tab-group.mat-accent.mat-background-accent > .mat-tab-link-container .mat-ink-bar, body.light .mat-tab-nav-bar.mat-accent.mat-background-accent > .mat-tab-header .mat-ink-bar, body.light .mat-tab-nav-bar.mat-accent.mat-background-accent > .mat-tab-link-container .mat-ink-bar {
  background-color: rgba(0, 0, 0, 0.87);
}
body.light .mat-tab-group.mat-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), body.light .mat-tab-group.mat-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
body.light .mat-tab-group.mat-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
body.light .mat-tab-group.mat-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), body.light .mat-tab-nav-bar.mat-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), body.light .mat-tab-nav-bar.mat-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
body.light .mat-tab-nav-bar.mat-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
body.light .mat-tab-nav-bar.mat-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
  background-color: rgba(255, 205, 210, 0.3);
}
body.light .mat-tab-group.mat-warn .mat-ink-bar, body.light .mat-tab-nav-bar.mat-warn .mat-ink-bar {
  background-color: #f44336;
}
body.light .mat-tab-group.mat-warn.mat-background-warn > .mat-tab-header .mat-ink-bar, body.light .mat-tab-group.mat-warn.mat-background-warn > .mat-tab-link-container .mat-ink-bar, body.light .mat-tab-nav-bar.mat-warn.mat-background-warn > .mat-tab-header .mat-ink-bar, body.light .mat-tab-nav-bar.mat-warn.mat-background-warn > .mat-tab-link-container .mat-ink-bar {
  background-color: white;
}
body.light .mat-tab-group.mat-background-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), body.light .mat-tab-group.mat-background-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
body.light .mat-tab-group.mat-background-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
body.light .mat-tab-group.mat-background-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), body.light .mat-tab-nav-bar.mat-background-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), body.light .mat-tab-nav-bar.mat-background-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
body.light .mat-tab-nav-bar.mat-background-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
body.light .mat-tab-nav-bar.mat-background-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
  background-color: rgba(187, 222, 251, 0.3);
}
body.light .mat-tab-group.mat-background-primary > .mat-tab-header, body.light .mat-tab-group.mat-background-primary > .mat-tab-link-container, body.light .mat-tab-group.mat-background-primary > .mat-tab-header-pagination, body.light .mat-tab-nav-bar.mat-background-primary > .mat-tab-header, body.light .mat-tab-nav-bar.mat-background-primary > .mat-tab-link-container, body.light .mat-tab-nav-bar.mat-background-primary > .mat-tab-header-pagination {
  background-color: #2196f3;
}
body.light .mat-tab-group.mat-background-primary > .mat-tab-header .mat-tab-label, body.light .mat-tab-group.mat-background-primary > .mat-tab-link-container .mat-tab-link, body.light .mat-tab-nav-bar.mat-background-primary > .mat-tab-header .mat-tab-label, body.light .mat-tab-nav-bar.mat-background-primary > .mat-tab-link-container .mat-tab-link {
  color: white;
}
body.light .mat-tab-group.mat-background-primary > .mat-tab-header .mat-tab-label.mat-tab-disabled, body.light .mat-tab-group.mat-background-primary > .mat-tab-link-container .mat-tab-link.mat-tab-disabled, body.light .mat-tab-nav-bar.mat-background-primary > .mat-tab-header .mat-tab-label.mat-tab-disabled, body.light .mat-tab-nav-bar.mat-background-primary > .mat-tab-link-container .mat-tab-link.mat-tab-disabled {
  color: rgba(255, 255, 255, 0.4);
}
body.light .mat-tab-group.mat-background-primary > .mat-tab-header .mat-tab-header-pagination-chevron,
body.light .mat-tab-group.mat-background-primary > .mat-tab-header-pagination .mat-tab-header-pagination-chevron,
body.light .mat-tab-group.mat-background-primary > .mat-tab-link-container .mat-focus-indicator::before,
body.light .mat-tab-group.mat-background-primary > .mat-tab-header .mat-focus-indicator::before, body.light .mat-tab-nav-bar.mat-background-primary > .mat-tab-header .mat-tab-header-pagination-chevron,
body.light .mat-tab-nav-bar.mat-background-primary > .mat-tab-header-pagination .mat-tab-header-pagination-chevron,
body.light .mat-tab-nav-bar.mat-background-primary > .mat-tab-link-container .mat-focus-indicator::before,
body.light .mat-tab-nav-bar.mat-background-primary > .mat-tab-header .mat-focus-indicator::before {
  border-color: white;
}
body.light .mat-tab-group.mat-background-primary > .mat-tab-header .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,
body.light .mat-tab-group.mat-background-primary > .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron, body.light .mat-tab-nav-bar.mat-background-primary > .mat-tab-header .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,
body.light .mat-tab-nav-bar.mat-background-primary > .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron {
  border-color: white;
  opacity: 0.4;
}
body.light .mat-tab-group.mat-background-primary > .mat-tab-header .mat-ripple-element,
body.light .mat-tab-group.mat-background-primary > .mat-tab-link-container .mat-ripple-element,
body.light .mat-tab-group.mat-background-primary > .mat-tab-header-pagination .mat-ripple-element, body.light .mat-tab-nav-bar.mat-background-primary > .mat-tab-header .mat-ripple-element,
body.light .mat-tab-nav-bar.mat-background-primary > .mat-tab-link-container .mat-ripple-element,
body.light .mat-tab-nav-bar.mat-background-primary > .mat-tab-header-pagination .mat-ripple-element {
  background-color: white;
  opacity: 0.12;
}
body.light .mat-tab-group.mat-background-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), body.light .mat-tab-group.mat-background-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
body.light .mat-tab-group.mat-background-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
body.light .mat-tab-group.mat-background-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), body.light .mat-tab-nav-bar.mat-background-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), body.light .mat-tab-nav-bar.mat-background-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
body.light .mat-tab-nav-bar.mat-background-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
body.light .mat-tab-nav-bar.mat-background-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
  background-color: rgba(255, 229, 127, 0.3);
}
body.light .mat-tab-group.mat-background-accent > .mat-tab-header, body.light .mat-tab-group.mat-background-accent > .mat-tab-link-container, body.light .mat-tab-group.mat-background-accent > .mat-tab-header-pagination, body.light .mat-tab-nav-bar.mat-background-accent > .mat-tab-header, body.light .mat-tab-nav-bar.mat-background-accent > .mat-tab-link-container, body.light .mat-tab-nav-bar.mat-background-accent > .mat-tab-header-pagination {
  background-color: #ffd740;
}
body.light .mat-tab-group.mat-background-accent > .mat-tab-header .mat-tab-label, body.light .mat-tab-group.mat-background-accent > .mat-tab-link-container .mat-tab-link, body.light .mat-tab-nav-bar.mat-background-accent > .mat-tab-header .mat-tab-label, body.light .mat-tab-nav-bar.mat-background-accent > .mat-tab-link-container .mat-tab-link {
  color: rgba(0, 0, 0, 0.87);
}
body.light .mat-tab-group.mat-background-accent > .mat-tab-header .mat-tab-label.mat-tab-disabled, body.light .mat-tab-group.mat-background-accent > .mat-tab-link-container .mat-tab-link.mat-tab-disabled, body.light .mat-tab-nav-bar.mat-background-accent > .mat-tab-header .mat-tab-label.mat-tab-disabled, body.light .mat-tab-nav-bar.mat-background-accent > .mat-tab-link-container .mat-tab-link.mat-tab-disabled {
  color: rgba(0, 0, 0, 0.4);
}
body.light .mat-tab-group.mat-background-accent > .mat-tab-header .mat-tab-header-pagination-chevron,
body.light .mat-tab-group.mat-background-accent > .mat-tab-header-pagination .mat-tab-header-pagination-chevron,
body.light .mat-tab-group.mat-background-accent > .mat-tab-link-container .mat-focus-indicator::before,
body.light .mat-tab-group.mat-background-accent > .mat-tab-header .mat-focus-indicator::before, body.light .mat-tab-nav-bar.mat-background-accent > .mat-tab-header .mat-tab-header-pagination-chevron,
body.light .mat-tab-nav-bar.mat-background-accent > .mat-tab-header-pagination .mat-tab-header-pagination-chevron,
body.light .mat-tab-nav-bar.mat-background-accent > .mat-tab-link-container .mat-focus-indicator::before,
body.light .mat-tab-nav-bar.mat-background-accent > .mat-tab-header .mat-focus-indicator::before {
  border-color: rgba(0, 0, 0, 0.87);
}
body.light .mat-tab-group.mat-background-accent > .mat-tab-header .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,
body.light .mat-tab-group.mat-background-accent > .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron, body.light .mat-tab-nav-bar.mat-background-accent > .mat-tab-header .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,
body.light .mat-tab-nav-bar.mat-background-accent > .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron {
  border-color: black;
  opacity: 0.4;
}
body.light .mat-tab-group.mat-background-accent > .mat-tab-header .mat-ripple-element,
body.light .mat-tab-group.mat-background-accent > .mat-tab-link-container .mat-ripple-element,
body.light .mat-tab-group.mat-background-accent > .mat-tab-header-pagination .mat-ripple-element, body.light .mat-tab-nav-bar.mat-background-accent > .mat-tab-header .mat-ripple-element,
body.light .mat-tab-nav-bar.mat-background-accent > .mat-tab-link-container .mat-ripple-element,
body.light .mat-tab-nav-bar.mat-background-accent > .mat-tab-header-pagination .mat-ripple-element {
  background-color: black;
  opacity: 0.12;
}
body.light .mat-tab-group.mat-background-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), body.light .mat-tab-group.mat-background-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
body.light .mat-tab-group.mat-background-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
body.light .mat-tab-group.mat-background-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), body.light .mat-tab-nav-bar.mat-background-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), body.light .mat-tab-nav-bar.mat-background-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
body.light .mat-tab-nav-bar.mat-background-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
body.light .mat-tab-nav-bar.mat-background-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
  background-color: rgba(255, 205, 210, 0.3);
}
body.light .mat-tab-group.mat-background-warn > .mat-tab-header, body.light .mat-tab-group.mat-background-warn > .mat-tab-link-container, body.light .mat-tab-group.mat-background-warn > .mat-tab-header-pagination, body.light .mat-tab-nav-bar.mat-background-warn > .mat-tab-header, body.light .mat-tab-nav-bar.mat-background-warn > .mat-tab-link-container, body.light .mat-tab-nav-bar.mat-background-warn > .mat-tab-header-pagination {
  background-color: #f44336;
}
body.light .mat-tab-group.mat-background-warn > .mat-tab-header .mat-tab-label, body.light .mat-tab-group.mat-background-warn > .mat-tab-link-container .mat-tab-link, body.light .mat-tab-nav-bar.mat-background-warn > .mat-tab-header .mat-tab-label, body.light .mat-tab-nav-bar.mat-background-warn > .mat-tab-link-container .mat-tab-link {
  color: white;
}
body.light .mat-tab-group.mat-background-warn > .mat-tab-header .mat-tab-label.mat-tab-disabled, body.light .mat-tab-group.mat-background-warn > .mat-tab-link-container .mat-tab-link.mat-tab-disabled, body.light .mat-tab-nav-bar.mat-background-warn > .mat-tab-header .mat-tab-label.mat-tab-disabled, body.light .mat-tab-nav-bar.mat-background-warn > .mat-tab-link-container .mat-tab-link.mat-tab-disabled {
  color: rgba(255, 255, 255, 0.4);
}
body.light .mat-tab-group.mat-background-warn > .mat-tab-header .mat-tab-header-pagination-chevron,
body.light .mat-tab-group.mat-background-warn > .mat-tab-header-pagination .mat-tab-header-pagination-chevron,
body.light .mat-tab-group.mat-background-warn > .mat-tab-link-container .mat-focus-indicator::before,
body.light .mat-tab-group.mat-background-warn > .mat-tab-header .mat-focus-indicator::before, body.light .mat-tab-nav-bar.mat-background-warn > .mat-tab-header .mat-tab-header-pagination-chevron,
body.light .mat-tab-nav-bar.mat-background-warn > .mat-tab-header-pagination .mat-tab-header-pagination-chevron,
body.light .mat-tab-nav-bar.mat-background-warn > .mat-tab-link-container .mat-focus-indicator::before,
body.light .mat-tab-nav-bar.mat-background-warn > .mat-tab-header .mat-focus-indicator::before {
  border-color: white;
}
body.light .mat-tab-group.mat-background-warn > .mat-tab-header .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,
body.light .mat-tab-group.mat-background-warn > .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron, body.light .mat-tab-nav-bar.mat-background-warn > .mat-tab-header .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,
body.light .mat-tab-nav-bar.mat-background-warn > .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron {
  border-color: white;
  opacity: 0.4;
}
body.light .mat-tab-group.mat-background-warn > .mat-tab-header .mat-ripple-element,
body.light .mat-tab-group.mat-background-warn > .mat-tab-link-container .mat-ripple-element,
body.light .mat-tab-group.mat-background-warn > .mat-tab-header-pagination .mat-ripple-element, body.light .mat-tab-nav-bar.mat-background-warn > .mat-tab-header .mat-ripple-element,
body.light .mat-tab-nav-bar.mat-background-warn > .mat-tab-link-container .mat-ripple-element,
body.light .mat-tab-nav-bar.mat-background-warn > .mat-tab-header-pagination .mat-ripple-element {
  background-color: white;
  opacity: 0.12;
}
body.light .mat-toolbar {
  background: whitesmoke;
  color: rgba(0, 0, 0, 0.87);
}
body.light .mat-toolbar.mat-primary {
  background: #2196f3;
  color: white;
}
body.light .mat-toolbar.mat-accent {
  background: #ffd740;
  color: rgba(0, 0, 0, 0.87);
}
body.light .mat-toolbar.mat-warn {
  background: #f44336;
  color: white;
}
body.light .mat-toolbar .mat-form-field-underline,
body.light .mat-toolbar .mat-form-field-ripple,
body.light .mat-toolbar .mat-focused .mat-form-field-ripple {
  background-color: currentColor;
}
body.light .mat-toolbar .mat-form-field-label,
body.light .mat-toolbar .mat-focused .mat-form-field-label,
body.light .mat-toolbar .mat-select-value,
body.light .mat-toolbar .mat-select-arrow,
body.light .mat-toolbar .mat-form-field.mat-focused .mat-select-arrow {
  color: inherit;
}
body.light .mat-toolbar .mat-input-element {
  caret-color: currentColor;
}
.mat-toolbar-multiple-rows {
  min-height: 64px;
}
.mat-toolbar-row, .mat-toolbar-single-row {
  height: 64px;
}
@media (max-width: 599px) {
  .mat-toolbar-multiple-rows {
    min-height: 56px;
  }

  .mat-toolbar-row, .mat-toolbar-single-row {
    height: 56px;
  }
}
body.light .mat-tooltip {
  background: rgba(97, 97, 97, 0.9);
}
body.light .mat-tree {
  background: white;
}
body.light .mat-tree-node,
body.light .mat-nested-tree-node {
  color: rgba(0, 0, 0, 0.87);
}
.mat-tree-node {
  min-height: 48px;
}
body.light .mat-snack-bar-container {
  color: rgba(255, 255, 255, 0.7);
  background: #323232;
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
}
body.light .mat-simple-snackbar-action {
  color: #ffd740;
}
body.light .ql-snow.ql-toolbar {
  background-color: white;
}
body.light .ql-snow.ql-toolbar button.mat-icon-button {
  padding: 0px;
}
body.light .ql-snow.ql-toolbar .ql-picker {
  color: rgba(0, 0, 0, 0.54);
}
body.light .ql-snow.ql-toolbar .ql-picker.ql-size {
  width: 50px;
}
body.light .ql-snow.ql-toolbar .ql-picker.ql-size .ql-picker-item[data-label]::before {
  font-size: unset !important;
}
body.light .ql-snow.ql-toolbar .ql-picker.ql-expanded .ql-picker-options {
  background-color: white;
}
body.light .ql-snow.ql-toolbar .ql-stroke {
  stroke: rgba(0, 0, 0, 0.54);
}
body.light .menu-card a.menu-block-bottom-btn {
  background-color: rgba(0, 0, 0, 0.12);
  color: rgba(0, 0, 0, 0.87);
}
body.light .bg-primary {
  background-color: #2196f3;
}
body.light .bg-accent {
  background-color: #ffd740;
}
body.light .bg-warn {
  background-color: #f44336;
}
body.light ::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.38);
}
body.light mat-card mat-card-subtitle {
  color: rgba(0, 0, 0, 0.87);
}
body.light mat-card mat-card-subtitle h4 {
  color: rgba(0, 0, 0, 0.87);
}
body.light mat-card mat-card-subtitle h4 small {
  color: rgba(0, 0, 0, 0.87);
}
body.light mat-card mat-card-subtitle .counter-group .counter .value {
  color: rgba(0, 0, 0, 0.87);
}
body.light mat-card mat-card-subtitle .counter-group .counter .desc {
  color: rgba(0, 0, 0, 0.87);
}
body.light mat-list-item.active {
  background-color: rgba(0, 0, 0, 0.12);
}
body.light div.sidenav-container div.sidenav-bottom {
  background-color: #fafafa;
  border-color: rgba(0, 0, 0, 0.12);
}
body.light mat-toolbar.topnav-container .topnav-search {
  display: inline;
}
body.light mat-toolbar.topnav-container .topnav-search .md2-autocomplete-trigger.is-focused {
  border-bottom-color: white;
}
body.light mat-toolbar.topnav-container .topnav-search .md2-autocomplete-trigger svg {
  background-color: transparent;
}
body.light div.widget-tile-icon-body div.widget-tile-icon i {
  color: rgba(0, 0, 0, 0.12);
}
body.light div.widget-tile-icon-body div.widget-tile-content h3, body.light div.widget-tile-icon-body div.widget-tile-content p {
  color: rgba(0, 0, 0, 0.54);
}
body.light .breadcrumb > li > a {
  color: #2196f3;
}
body.light .pager li > a, body.light .pager li > span {
  background-color: white;
  border: 1px solid rgba(0, 0, 0, 0.12);
  color: #2196f3;
}
body.light .table tbody tr td.cell-detail .cell-detail-description {
  color: rgba(0, 0, 0, 0.54);
}
body.light .datatable.material {
  background: #fafafa;
}
body.light .datatable.material.striped .datatable-row-odd {
  background: rgba(0, 0, 0, 0.12);
}
body.light .datatable.material.single-selection .datatable-body-row.active,
body.light .datatable.material.single-selection .datatable-body-row.active .datatable-row-group, body.light .datatable.material.multi-selection .datatable-body-row.active,
body.light .datatable.material.multi-selection .datatable-body-row.active .datatable-row-group, body.light .datatable.material.multi-click-selection .datatable-body-row.active,
body.light .datatable.material.multi-click-selection .datatable-body-row.active .datatable-row-group {
  background-color: #2196f3;
  color: rgba(0, 0, 0, 0.87);
}
body.light .datatable.material.single-selection .datatable-body-row.active:hover,
body.light .datatable.material.single-selection .datatable-body-row.active:hover .datatable-row-group, body.light .datatable.material.multi-selection .datatable-body-row.active:hover,
body.light .datatable.material.multi-selection .datatable-body-row.active:hover .datatable-row-group, body.light .datatable.material.multi-click-selection .datatable-body-row.active:hover,
body.light .datatable.material.multi-click-selection .datatable-body-row.active:hover .datatable-row-group {
  background-color: #2196f3;
  color: rgba(0, 0, 0, 0.87);
}
body.light .datatable.material.single-selection .datatable-body-row.active:focus,
body.light .datatable.material.single-selection .datatable-body-row.active:focus .datatable-row-group, body.light .datatable.material.multi-selection .datatable-body-row.active:focus,
body.light .datatable.material.multi-selection .datatable-body-row.active:focus .datatable-row-group, body.light .datatable.material.multi-click-selection .datatable-body-row.active:focus,
body.light .datatable.material.multi-click-selection .datatable-body-row.active:focus .datatable-row-group {
  background-color: #2196f3;
  color: rgba(0, 0, 0, 0.87);
}
body.light .datatable.material:not(.cell-selection) .datatable-body-row:hover,
body.light .datatable.material:not(.cell-selection) .datatable-body-row:hover .datatable-row-group {
  background-color: rgba(0, 0, 0, 0.12);
}
body.light .datatable.material:not(.cell-selection) .datatable-body-row:focus,
body.light .datatable.material:not(.cell-selection) .datatable-body-row:focus .datatable-row-group {
  background-color: rgba(0, 0, 0, 0.12);
}
body.light .datatable.material.cell-selection .datatable-body-cell:hover,
body.light .datatable.material.cell-selection .datatable-body-cell:hover .datatable-row-group {
  background-color: rgba(0, 0, 0, 0.12);
}
body.light .datatable.material.cell-selection .datatable-body-cell:focus,
body.light .datatable.material.cell-selection .datatable-body-cell:focus .datatable-row-group {
  background-color: rgba(0, 0, 0, 0.12);
}
body.light .datatable.material.cell-selection .datatable-body-cell.active,
body.light .datatable.material.cell-selection .datatable-body-cell.active .datatable-row-group {
  background-color: #2196f3;
  color: rgba(0, 0, 0, 0.87);
}
body.light .datatable.material.cell-selection .datatable-body-cell.active:hover,
body.light .datatable.material.cell-selection .datatable-body-cell.active:hover .datatable-row-group {
  background-color: #2196f3;
  color: rgba(0, 0, 0, 0.87);
}
body.light .datatable.material.cell-selection .datatable-body-cell.active:focus,
body.light .datatable.material.cell-selection .datatable-body-cell.active:focus .datatable-row-group {
  background-color: #2196f3;
  color: rgba(0, 0, 0, 0.87);
}
body.light .datatable.material .datatable-header .datatable-row-left,
body.light .datatable.material .datatable-body .datatable-row-left {
  background-color: rgba(0, 0, 0, 0.87);
}
body.light .datatable.material .datatable-header .datatable-row-right,
body.light .datatable.material .datatable-header .datatable-header-cell.longpress {
  color: #ffd740;
}
body.light .datatable.material .datatable-body .datatable-row-detail {
  background: #fafafa;
}
body.light .datatable.material .datatable-body .progress-linear .container {
  background-color: #fafafa;
}
body.light .datatable.material .datatable-footer .datatable-pager a:hover {
  color: rgba(0, 0, 0, 0.12);
  background-color: #fafafa;
}
body.light .datatable-checkbox input[type=checkbox]:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1rem;
  height: 1rem;
  background: #fafafa;
  cursor: pointer;
}
body.light a.menu-block-btn:hover {
  background-color: rgba(0, 0, 0, 0.12);
}
body.light a.menu-block-btn span {
  color: rgba(0, 0, 0, 0.87);
}
/*
Contains imports of framework styles, light and dark themes, as well as individual styles for various elements.
*/
@keyframes fadeInOut {
  0% {
    opacity: 1;
  }
  10% {
    opacity: 0.9;
  }
  50% {
    opacity: 0;
  }
  90% {
    opacity: 0.9;
  }
  100% {
    opacity: 1;
  }
}
body * {
  font-family: "Open Sans", "Helvetica Neue", sans-serif;
}
@keyframes fadeInOut {
  0% {
    opacity: 1;
  }
  10% {
    opacity: 0.9;
  }
  50% {
    opacity: 0;
  }
  90% {
    opacity: 0.9;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInOut {
  0% {
    opacity: 1;
  }
  10% {
    opacity: 0.9;
  }
  50% {
    opacity: 0;
  }
  90% {
    opacity: 0.9;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInOut {
  0% {
    opacity: 1;
  }
  10% {
    opacity: 0.9;
  }
  50% {
    opacity: 0;
  }
  90% {
    opacity: 0.9;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInOut {
  0% {
    opacity: 1;
  }
  10% {
    opacity: 0.9;
  }
  50% {
    opacity: 0;
  }
  90% {
    opacity: 0.9;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInOut {
  0% {
    opacity: 1;
  }
  10% {
    opacity: 0.9;
  }
  50% {
    opacity: 0;
  }
  90% {
    opacity: 0.9;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInOut {
  0% {
    opacity: 1;
  }
  10% {
    opacity: 0.9;
  }
  50% {
    opacity: 0;
  }
  90% {
    opacity: 0.9;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInOut {
  0% {
    opacity: 1;
  }
  10% {
    opacity: 0.9;
  }
  50% {
    opacity: 0;
  }
  90% {
    opacity: 0.9;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInOut {
  0% {
    opacity: 1;
  }
  10% {
    opacity: 0.9;
  }
  50% {
    opacity: 0;
  }
  90% {
    opacity: 0.9;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInOut {
  0% {
    opacity: 1;
  }
  10% {
    opacity: 0.9;
  }
  50% {
    opacity: 0;
  }
  90% {
    opacity: 0.9;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInOut {
  0% {
    opacity: 1;
  }
  10% {
    opacity: 0.9;
  }
  50% {
    opacity: 0;
  }
  90% {
    opacity: 0.9;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInOut {
  0% {
    opacity: 1;
  }
  10% {
    opacity: 0.9;
  }
  50% {
    opacity: 0;
  }
  90% {
    opacity: 0.9;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInOut {
  0% {
    opacity: 1;
  }
  10% {
    opacity: 0.9;
  }
  50% {
    opacity: 0;
  }
  90% {
    opacity: 0.9;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInOut {
  0% {
    opacity: 1;
  }
  10% {
    opacity: 0.9;
  }
  50% {
    opacity: 0;
  }
  90% {
    opacity: 0.9;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInOut {
  0% {
    opacity: 1;
  }
  10% {
    opacity: 0.9;
  }
  50% {
    opacity: 0;
  }
  90% {
    opacity: 0.9;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInOut {
  0% {
    opacity: 1;
  }
  10% {
    opacity: 0.9;
  }
  50% {
    opacity: 0;
  }
  90% {
    opacity: 0.9;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInOut {
  0% {
    opacity: 1;
  }
  10% {
    opacity: 0.9;
  }
  50% {
    opacity: 0;
  }
  90% {
    opacity: 0.9;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInOut {
  0% {
    opacity: 1;
  }
  10% {
    opacity: 0.9;
  }
  50% {
    opacity: 0;
  }
  90% {
    opacity: 0.9;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInOut {
  0% {
    opacity: 1;
  }
  10% {
    opacity: 0.9;
  }
  50% {
    opacity: 0;
  }
  90% {
    opacity: 0.9;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInOut {
  0% {
    opacity: 1;
  }
  10% {
    opacity: 0.9;
  }
  50% {
    opacity: 0;
  }
  90% {
    opacity: 0.9;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInOut {
  0% {
    opacity: 1;
  }
  10% {
    opacity: 0.9;
  }
  50% {
    opacity: 0;
  }
  90% {
    opacity: 0.9;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInOut {
  0% {
    opacity: 1;
  }
  10% {
    opacity: 0.9;
  }
  50% {
    opacity: 0;
  }
  90% {
    opacity: 0.9;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInOut {
  0% {
    opacity: 1;
  }
  10% {
    opacity: 0.9;
  }
  50% {
    opacity: 0;
  }
  90% {
    opacity: 0.9;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInOut {
  0% {
    opacity: 1;
  }
  10% {
    opacity: 0.9;
  }
  50% {
    opacity: 0;
  }
  90% {
    opacity: 0.9;
  }
  100% {
    opacity: 1;
  }
}
body.light .bg-primary {
  background-color: #2196f3;
}
body.light .bg-accent {
  background-color: #ffd740;
}
body.light .bg-warn {
  background-color: #f44336;
}
body.light {
  --icon-scale-factor: 1;
  user-select: none;
}
body.light .mat-badge-content {
  color: white;
  background: #2196f3;
}
.cdk-high-contrast-active body.light .mat-badge-content {
  outline: solid 1px;
  border-radius: 0;
}
body.light .mat-badge-accent .mat-badge-content {
  background: #ffd740;
  color: rgba(0, 0, 0, 0.87);
}
body.light .mat-badge-warn .mat-badge-content {
  color: white;
  background: #f44336;
}
body.light .mat-badge-disabled .mat-badge-content {
  background: #b9b9b9;
  color: rgba(0, 0, 0, 0.38);
}
body.light .table {
  background-color: #ffffff;
  border: 0;
  margin-bottom: 1rem;
  max-width: 100%;
  width: 100%;
}
body.light .table td,
body.light .table th {
  border-top: 1px solid #e1e1e1;
  line-height: 1.428572;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  vertical-align: top;
}
body.light .table td:first-child,
body.light .table th:first-child {
  padding-left: 1.5rem;
}
body.light .table td:last-child,
body.light .table th:last-child {
  padding-right: 1.5rem;
}
body.light .table tbody {
  color: rgba(0, 0, 0, 0.87);
}
body.light .table tbody td,
body.light .table tbody th {
  font-size: 0.8125rem;
  font-weight: 400;
  height: 3rem;
  padding-top: 0.919642625rem;
  padding-bottom: 0.919642625rem;
}
body.light .table tfoot {
  color: rgba(0, 0, 0, 0.54);
}
body.light .table tfoot td,
body.light .table tfoot th {
  font-size: 0.75rem;
  font-weight: 400;
  height: 3.5rem;
  padding-top: 1.2142855rem;
  padding-bottom: 1.2142855rem;
}
body.light .table thead {
  color: rgba(0, 0, 0, 0.54);
}
body.light .table thead td,
body.light .table thead th {
  font-size: 0.75rem;
  font-weight: 500;
  height: 3.5rem;
  padding-top: 1.2142855rem;
  padding-bottom: 1.2142855rem;
}
body.light .table-striped tr:nth-of-type(odd) {
  background-color: #fafafa;
}
body.light .table-striped tbody tr:nth-of-type(odd) {
  background-color: #f5f5f5;
}
body.light .table-bordered {
  border: 1px solid #e1e1e1;
}
body.light h3 {
  text-transform: uppercase;
  font-size: 14px;
}
body.light .row > .col:first-child {
  padding-left: 12px;
}
body.light .col:first-child {
  padding-left: 0;
}
body.light .table td {
  vertical-align: middle;
}
body.light .table td:first-child {
  padding-left: 1rem;
}
body.light .table td .mat-slide-toggle {
  margin: 8px 0;
}
body.light .table td small {
  display: block;
  font-size: 80%;
  color: #aeaeae;
  line-height: 85%;
}
@media only screen and (max-width: 960px) {
  body.light .table td small {
    line-height: 110%;
  }
}
@media only screen and (max-width: 600px) {
  body.light .table td small {
    line-height: 150%;
  }
}
body.light .table th {
  text-transform: uppercase;
  color: #757575;
  line-height: 1.75;
}
body.light .table th:first-child {
  padding-left: 1rem;
}
body.light button:not(.mat-icon-button):not(.mat-menu-item),
body.light input,
body.light select,
body.light textarea {
  line-height: 20px;
  font-size: 16px;
}
body.light section.bs.mat-dialog-content .table {
  margin-bottom: 10px;
}
body.light .mat-toolbar.topnav-container .breadcrumb {
  font-size: 9px;
  border-bottom: none;
  background: none;
  padding: 0;
  text-transform: uppercase;
  min-height: inherit;
  transition: all 1s linear;
  position: absolute;
  bottom: 7.5px;
  line-height: normal;
  flex-wrap: nowrap;
  justify-content: flex-end;
  overflow: hidden;
  max-width: 55vw;
  /* display: none; */
}
body.light .mat-toolbar.topnav-container .breadcrumb .breadcrumb-item.active {
  color: #fff;
}
body.light .mat-toolbar.topnav-container .breadcrumb .breadcrumb-item.clickable:hover {
  text-decoration: underline;
}
body.light .mat-toolbar.topnav-container .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  background-size: 1rem 1rem;
  height: 0.5rem;
  width: 1.5rem;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%23ffffff' fill-opacity='1' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 6L8.59 7.41 13.17 12l-4.58 4.59L10 18l6-6z'/%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3C/svg%3E");
  background-position: 50% 50%;
  content: "";
  margin: 0;
  display: inline-block;
}
body.light .justify-start {
  margin-right: auto !important;
}
body.light .mat-card {
  padding: 0;
}
body.light .mat-card.no-content-padding > .mat-card-content {
  padding: 0px !important;
}
body.light .mat-card .o3-default-card-padding {
  padding: 8px 12px !important;
}
body.light .mat-card .mat-card-title {
  border-bottom: 1px solid #EAEAEA;
  padding: 8px 12px;
  margin-bottom: 0;
  font-size: 18px;
  text-transform: uppercase;
}
body.light .mat-card .mat-card-title i.o3 {
  font-size: 20px;
  margin-right: 5px;
}
body.light .mat-card .mat-card-title > .mat-button {
  height: 40px;
}
body.light .mat-card .mat-card-subtitle {
  padding: 8px;
  margin-bottom: 8px;
}
body.light .mat-card .mat-action-row {
  padding: 8px 12px;
}
body.light .mat-card .mat-card-content {
  padding: 8px 12px;
  margin-bottom: 0;
}
body.light .mat-card .mat-card-content .mat-form-field-prefix button.mat-icon-button,
body.light .mat-card .mat-card-content .mat-form-field-suffix button.mat-icon-button {
  top: 0.84375em;
  width: 2em;
  height: 2em;
  padding: 0;
  line-height: 2em;
}
body.light .mat-card .mat-card-content .mat-tab-header {
  background-color: transparent;
}
body.light .mat-card .mat-card-content .mat-tab-header .mat-tab-link.active,
body.light .mat-card .mat-card-content .mat-tab-header .mat-tab-label.mat-tab-label-active {
  box-shadow: none;
}
body.light .mat-card .mat-card-content .mat-tab-header .mat-tab-list .mat-ink-bar {
  top: auto;
  bottom: 0;
}
@media only screen and (max-width: 600px) {
  body.light .mat-card .mat-card-content {
    overflow: auto;
  }
  body.light .mat-card .mat-card-content .mat-tab-header {
    display: none;
  }
}
body.light .mat-card .mat-card-filters {
  margin-bottom: 8px;
  padding: 8px 12px;
}
body.light .mat-card .mat-select {
  min-width: 100%;
}
body.light .mat-card .mat-card-actions {
  margin: 0;
  padding: 8px 12px;
  border-top: 1px solid #EAEAEA;
}
body.light .mat-card .mat-card-actions.secondary-fields {
  background-color: #fafafa;
  border-top: none;
  border-bottom: 1px solid #eaeaea;
  text-transform: uppercase;
  font-size: 14px;
  height: unset;
}
body.light .mat-card .mat-card-actions.secondary-fields label {
  margin-bottom: 0;
  color: #8A8A8A;
  text-transform: inherit;
}
body.light .mat-card .mat-card-actions.secondary-fields label span {
  color: rgba(0, 0, 0, 0.85);
  margin-left: 15px;
}
@media only screen and (max-width: 600px) {
  body.light .mat-card .mat-card-actions.secondary-fields {
    text-align: center;
  }
}
body.light .mat-card .informative {
  display: inline-block;
}
body.light .mat-card .informative .o3-tooltip-wrapper {
  height: 45px;
  display: flex;
  align-items: center;
}
body.light .mat-card .informative .o3-tooltip-wrapper > div {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.87);
}
@media only screen and (min-width: 600px) {
  body.light .mat-card .mat-card-actions,
body.light .mat-card .actions-container {
    height: 61px;
    box-sizing: border-box;
  }
  body.light .mat-card .mat-card-actions button,
body.light .mat-card .actions-container button {
    margin-right: 8px !important;
  }
  body.light .mat-card .mat-card-actions .o3-tooltip-wrapper:last-child button,
body.light .mat-card .actions-container .o3-tooltip-wrapper:last-child button {
    margin-right: 0px !important;
  }
  body.light .mat-card .mat-card-actions .tab-group-tertiary > button:last-child, body.light .mat-card .mat-card-actions .tab-group-tertiary .o3-tooltip-wrapper:last-child button,
body.light .mat-card .actions-container .tab-group-tertiary > button:last-child,
body.light .mat-card .actions-container .tab-group-tertiary .o3-tooltip-wrapper:last-child button {
    margin-right: 2px;
  }
  body.light .mat-card .mat-card-actions.full-mode,
body.light .mat-card .actions-container.full-mode {
    display: block;
  }
  body.light .mat-card .mat-card-actions.icon-mode,
body.light .mat-card .actions-container.icon-mode {
    display: none;
  }
}
@media only screen and (max-width: 600px) {
  body.light .mat-card .mat-card-actions,
body.light .mat-card .actions-container {
    padding: 13px 0 0 0;
  }
  body.light .mat-card .mat-card-actions > div,
body.light .mat-card .actions-container > div {
    display: block;
    width: 100%;
  }
  body.light .mat-card .mat-card-actions button,
body.light .mat-card .actions-container button {
    box-sizing: border-box;
    margin-bottom: 16px !important;
    margin-left: 16px !important;
    margin-right: 16px !important;
    width: calc(100% - 32px);
  }
  body.light .mat-card .mat-card-actions.full-mode,
body.light .mat-card .actions-container.full-mode {
    display: none;
  }
  body.light .mat-card .mat-card-actions.icon-mode,
body.light .mat-card .actions-container.icon-mode {
    height: 61px;
    padding: 8px !important;
    display: flex;
    justify-content: space-around;
    align-items: center;
  }
  body.light .mat-card .mat-card-actions.icon-mode button,
body.light .mat-card .actions-container.icon-mode button {
    box-sizing: border-box;
    margin: 8px !important;
    width: unset;
  }
}
@media only screen and (max-width: 600px) {
  body.light .mat-card {
    max-height: 100%;
  }
  body.light .mat-card .mat-card-title {
    padding-left: 12px;
    padding-right: 12px;
  }
  body.light .mat-card .mat-card-subtitle {
    margin-bottom: 0px;
    padding-left: 12px;
    padding-right: 12px;
  }
  body.light .mat-card .mat-card-content {
    padding: 13px;
  }
  body.light .mat-card .mat-card-filters {
    padding: 13px;
  }
  body.light .mat-card .mat-card-actions {
    margin: 0;
  }
}
body.light .mat-card.o3-flex {
  display: flex;
  flex-direction: column;
  height: 100%;
}
body.light .mat-card.o3-flex mat-card-content {
  min-height: 0px;
  position: relative;
  flex-grow: 1;
  overflow: auto;
}
body.light .mat-card.o3-flex.fill-height mat-card-content {
  flex-basis: 0;
}
body.light .mat-expansion-panel .mat-expansion-panel-header .mat-expansion-panel-header-title {
  display: block;
  flex-grow: initial;
  width: 30%;
}
body.light .mat-expansion-panel .mat-expansion-panel-header .mat-expansion-panel-header-title:only-child {
  width: 100%;
}
body.light .mat-expansion-panel .mat-expansion-panel-header .mat-expansion-panel-header-title + .mat-expansion-panel-header-description {
  width: 70%;
}
body.light .mat-expansion-panel .mat-expansion-panel-header .mat-expansion-panel-header-description {
  display: block;
  flex-grow: initial;
}
@media only screen and (max-width: 600px) {
  body.light .mat-expansion-panel .mat-expansion-panel-header {
    height: unset !important;
    min-height: 48px;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  body.light .mat-expansion-panel .mat-expansion-panel-header .mat-content {
    display: block;
  }
  body.light .mat-expansion-panel .mat-expansion-panel-header .mat-content .mat-expansion-panel-header-title {
    margin-bottom: 12px;
    padding-right: 16px;
    width: 100%;
  }
  body.light .mat-expansion-panel .mat-expansion-panel-header .mat-content .mat-expansion-panel-header-title + .mat-expansion-panel-header-description {
    padding-right: 16px;
    width: 100%;
  }
}
body.light .mat-expansion-panel.title-as-header > .mat-expansion-panel-header .mat-expansion-panel-header-title {
  text-transform: uppercase;
}
body.light .mat-expansion-panel.title-as-header > .mat-expansion-panel-header .mat-expansion-panel-header-description {
  display: block;
  text-align: right;
  padding-right: 10px;
}
@media only screen and (max-width: 600px) {
  body.light .mat-expansion-panel.title-as-header > .mat-expansion-panel-header .mat-content .mat-expansion-panel-header-title {
    border-bottom: none;
    margin-bottom: 12px;
    padding-right: 16px;
    width: 100%;
  }
  body.light .mat-expansion-panel.title-as-header > .mat-expansion-panel-header .mat-content .mat-expansion-panel-header-title + .mat-expansion-panel-header-description {
    border-bottom: none;
    padding-right: 16px;
    text-align: left;
    width: 100%;
  }
}
body.light .mat-expansion-panel.title-as-header.mat-expanded > .mat-expansion-panel-header .mat-expansion-panel-header-title {
  border-bottom: 1px solid #EAEAEA;
  margin-top: -5px;
  padding-bottom: 5px;
}
body.light .mat-expansion-panel.title-as-header.mat-expanded > .mat-expansion-panel-header .mat-expansion-panel-header-description {
  display: none;
}
body.light .mat-expansion-panel.title-as-header.mat-expanded > .mat-expansion-panel-header.display-expanded .mat-expansion-panel-header-title {
  margin-right: 0;
}
body.light .mat-expansion-panel.title-as-header.mat-expanded > .mat-expansion-panel-header.display-expanded .mat-expansion-panel-header-description {
  display: block;
  border-bottom: 1px solid #EAEAEA;
  margin-top: -5px;
  padding-bottom: 5px;
}
@media only screen and (max-width: 600px) {
  body.light .mat-expansion-panel.title-as-header.mat-expanded > .mat-expansion-panel-header .mat-content .mat-expansion-panel-header-title {
    border-bottom: none;
  }
  body.light .mat-expansion-panel.title-as-header.mat-expanded > .mat-expansion-panel-header .mat-content .mat-expansion-panel-header-title + .mat-expansion-panel-header-description {
    border-bottom: none;
  }
}
body.light .o3-datatable {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  max-height: 100%;
}
body.light .o3-datatable .table-container {
  overflow-x: auto;
  overflow-y: hidden;
  line-height: 0;
  font-size: 0;
  display: flex;
  flex-direction: column;
}
body.light .o3-datatable .mat-table {
  min-width: 100%;
  background: #fff;
  line-height: initial;
  overflow-y: auto;
}
body.light .o3-datatable .mat-table .mat-row, body.light .o3-datatable .mat-table .mat-header-row {
  border-bottom-width: 0;
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  width: 100%;
  min-height: 45px;
}
body.light .o3-datatable .mat-table .mat-row .mat-cell, body.light .o3-datatable .mat-table .mat-header-row .mat-cell {
  border-top: 1px solid rgba(0, 0, 0, 0.12);
}
body.light .o3-datatable .mat-table .mat-row .mat-cell.mat-column-selection, body.light .o3-datatable .mat-table .mat-header-row .mat-cell.mat-column-selection {
  overflow: visible;
}
body.light .o3-datatable .mat-table .mat-row .mat-cell.mat-column-selection .selectable, body.light .o3-datatable .mat-table .mat-header-row .mat-cell.mat-column-selection .selectable {
  display: flex;
}
body.light .o3-datatable .mat-table .mat-row .mat-cell.mat-column-selection .selectable .mat-radio-label, body.light .o3-datatable .mat-table .mat-header-row .mat-cell.mat-column-selection .selectable .mat-radio-label {
  display: flex;
  margin-bottom: 0px;
}
body.light .o3-datatable .mat-table .mat-row .mat-cell o3-safe-image, body.light .o3-datatable .mat-table .mat-row .mat-cell o3-spark-line, body.light .o3-datatable .mat-table .mat-header-row .mat-cell o3-safe-image, body.light .o3-datatable .mat-table .mat-header-row .mat-cell o3-spark-line {
  height: 45px;
}
body.light .o3-datatable .mat-table .mat-row .mat-cell o3-safe-image, body.light .o3-datatable .mat-table .mat-header-row .mat-cell o3-safe-image {
  display: flex;
  align-items: center;
  padding: 6px 6px 6px 0px;
}
body.light .o3-datatable .mat-table .mat-row .mat-cell o3-datatable-subtext-cell, body.light .o3-datatable .mat-table .mat-header-row .mat-cell o3-datatable-subtext-cell {
  width: 0px;
  flex-grow: 1;
}
body.light .o3-datatable .mat-table .mat-row .mat-header-cell, body.light .o3-datatable .mat-table .mat-header-row .mat-header-cell {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  font-size: 14px;
  background: #fafafa;
}
body.light .o3-datatable .mat-table .mat-row .mat-header-cell > .mat-sort-header-container, body.light .o3-datatable .mat-table .mat-row .mat-header-cell > .mat-sort-header-container > .mat-sort-header-button, body.light .o3-datatable .mat-table .mat-header-row .mat-header-cell > .mat-sort-header-container, body.light .o3-datatable .mat-table .mat-header-row .mat-header-cell > .mat-sort-header-container > .mat-sort-header-button {
  overflow: visible;
  height: 100%;
}
body.light .o3-datatable .mat-table .mat-row .mat-header-cell div.gripper, body.light .o3-datatable .mat-table .mat-header-row .mat-header-cell div.gripper {
  display: flex;
  opacity: 0;
  position: absolute;
  width: 17px;
  height: 40px;
  cursor: col-resize;
}
body.light .o3-datatable .mat-table .mat-row .mat-header-cell div.gripper > span, body.light .o3-datatable .mat-table .mat-header-row .mat-header-cell div.gripper > span {
  flex: 1 1 0px;
  height: 40px;
}
body.light .o3-datatable .mat-table .mat-row .mat-header-cell div.gripper > span:first-child, body.light .o3-datatable .mat-table .mat-header-row .mat-header-cell div.gripper > span:first-child {
  border-right: 1px solid rgba(0, 0, 0, 0.12);
}
body.light .o3-datatable .mat-table .mat-row .o3-datatable-icon, body.light .o3-datatable .mat-table .mat-header-row .o3-datatable-icon {
  display: flex;
}
body.light .o3-datatable .mat-table .mat-row.empty-row, body.light .o3-datatable .mat-table .mat-header-row.empty-row {
  display: block;
  cursor: default !important;
}
body.light .o3-datatable .mat-table.o3-datatable--showing-grippers .mat-header-row .mat-header-cell div.gripper {
  opacity: 1;
}
body.light .o3-datatable .mat-table .mat-row:first-of-type .mat-cell {
  border-top-width: 0;
}
body.light .o3-datatable .mat-table .standard-row .mat-cell:not(.mat-column-selection),
body.light .o3-datatable .mat-table .mat-header-row .mat-header-cell:not(.mat-column-selection) {
  padding: 0 0.5rem;
  overflow: hidden;
  white-space: nowrap;
}
body.light .o3-datatable .mat-table .standard-row .mat-cell:not(.mat-column-selection) > span, body.light .o3-datatable .mat-table .standard-row .mat-cell:not(.mat-column-selection) span:not([class*=mat-]), body.light .o3-datatable .mat-table .standard-row .mat-cell:not(.mat-column-selection) pre, body.light .o3-datatable .mat-table .standard-row .mat-cell:not(.mat-column-selection) small,
body.light .o3-datatable .mat-table .mat-header-row .mat-header-cell:not(.mat-column-selection) > span,
body.light .o3-datatable .mat-table .mat-header-row .mat-header-cell:not(.mat-column-selection) span:not([class*=mat-]),
body.light .o3-datatable .mat-table .mat-header-row .mat-header-cell:not(.mat-column-selection) pre,
body.light .o3-datatable .mat-table .mat-header-row .mat-header-cell:not(.mat-column-selection) small {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-user-drag: auto !important;
  touch-action: auto !important;
  width: 100%;
}
body.light .o3-datatable .mat-table .standard-row .mat-cell:not(.mat-column-selection) > span.selectable .mat-radio-button, body.light .o3-datatable .mat-table .standard-row .mat-cell:not(.mat-column-selection) span:not([class*=mat-]).selectable .mat-radio-button, body.light .o3-datatable .mat-table .standard-row .mat-cell:not(.mat-column-selection) pre.selectable .mat-radio-button, body.light .o3-datatable .mat-table .standard-row .mat-cell:not(.mat-column-selection) small.selectable .mat-radio-button,
body.light .o3-datatable .mat-table .mat-header-row .mat-header-cell:not(.mat-column-selection) > span.selectable .mat-radio-button,
body.light .o3-datatable .mat-table .mat-header-row .mat-header-cell:not(.mat-column-selection) span:not([class*=mat-]).selectable .mat-radio-button,
body.light .o3-datatable .mat-table .mat-header-row .mat-header-cell:not(.mat-column-selection) pre.selectable .mat-radio-button,
body.light .o3-datatable .mat-table .mat-header-row .mat-header-cell:not(.mat-column-selection) small.selectable .mat-radio-button {
  width: 20px;
  height: 20px;
}
body.light .o3-datatable .mat-table .standard-row .mat-cell:not(.mat-column-selection) > span.selectable .mat-radio-button .mat-radio-label, body.light .o3-datatable .mat-table .standard-row .mat-cell:not(.mat-column-selection) span:not([class*=mat-]).selectable .mat-radio-button .mat-radio-label, body.light .o3-datatable .mat-table .standard-row .mat-cell:not(.mat-column-selection) pre.selectable .mat-radio-button .mat-radio-label, body.light .o3-datatable .mat-table .standard-row .mat-cell:not(.mat-column-selection) small.selectable .mat-radio-button .mat-radio-label,
body.light .o3-datatable .mat-table .mat-header-row .mat-header-cell:not(.mat-column-selection) > span.selectable .mat-radio-button .mat-radio-label,
body.light .o3-datatable .mat-table .mat-header-row .mat-header-cell:not(.mat-column-selection) span:not([class*=mat-]).selectable .mat-radio-button .mat-radio-label,
body.light .o3-datatable .mat-table .mat-header-row .mat-header-cell:not(.mat-column-selection) pre.selectable .mat-radio-button .mat-radio-label,
body.light .o3-datatable .mat-table .mat-header-row .mat-header-cell:not(.mat-column-selection) small.selectable .mat-radio-button .mat-radio-label {
  margin: 0;
}
body.light .o3-datatable .mat-table .standard-row .mat-cell:not(.mat-column-selection) > span.o3-column-suffix, body.light .o3-datatable .mat-table .standard-row .mat-cell:not(.mat-column-selection) span:not([class*=mat-]).o3-column-suffix, body.light .o3-datatable .mat-table .standard-row .mat-cell:not(.mat-column-selection) pre.o3-column-suffix, body.light .o3-datatable .mat-table .standard-row .mat-cell:not(.mat-column-selection) small.o3-column-suffix,
body.light .o3-datatable .mat-table .mat-header-row .mat-header-cell:not(.mat-column-selection) > span.o3-column-suffix,
body.light .o3-datatable .mat-table .mat-header-row .mat-header-cell:not(.mat-column-selection) span:not([class*=mat-]).o3-column-suffix,
body.light .o3-datatable .mat-table .mat-header-row .mat-header-cell:not(.mat-column-selection) pre.o3-column-suffix,
body.light .o3-datatable .mat-table .mat-header-row .mat-header-cell:not(.mat-column-selection) small.o3-column-suffix {
  overflow: visible;
  width: auto;
  flex-grow: 0;
  flex-shrink: 0;
  line-height: 1 !important;
}
body.light .o3-datatable .mat-table .standard-row .mat-cell:not(.mat-column-selection) > span.o3-column-suffix mat-icon, body.light .o3-datatable .mat-table .standard-row .mat-cell:not(.mat-column-selection) span:not([class*=mat-]).o3-column-suffix mat-icon, body.light .o3-datatable .mat-table .standard-row .mat-cell:not(.mat-column-selection) pre.o3-column-suffix mat-icon, body.light .o3-datatable .mat-table .standard-row .mat-cell:not(.mat-column-selection) small.o3-column-suffix mat-icon,
body.light .o3-datatable .mat-table .mat-header-row .mat-header-cell:not(.mat-column-selection) > span.o3-column-suffix mat-icon,
body.light .o3-datatable .mat-table .mat-header-row .mat-header-cell:not(.mat-column-selection) span:not([class*=mat-]).o3-column-suffix mat-icon,
body.light .o3-datatable .mat-table .mat-header-row .mat-header-cell:not(.mat-column-selection) pre.o3-column-suffix mat-icon,
body.light .o3-datatable .mat-table .mat-header-row .mat-header-cell:not(.mat-column-selection) small.o3-column-suffix mat-icon {
  width: 20px;
  height: 20px;
  line-height: 20px;
  font-size: 20px;
}
body.light .o3-datatable .mat-table .standard-row .mat-cell:not(.mat-column-selection) > span.o3-column-suffix.hover-only, body.light .o3-datatable .mat-table .standard-row .mat-cell:not(.mat-column-selection) span:not([class*=mat-]).o3-column-suffix.hover-only, body.light .o3-datatable .mat-table .standard-row .mat-cell:not(.mat-column-selection) pre.o3-column-suffix.hover-only, body.light .o3-datatable .mat-table .standard-row .mat-cell:not(.mat-column-selection) small.o3-column-suffix.hover-only,
body.light .o3-datatable .mat-table .mat-header-row .mat-header-cell:not(.mat-column-selection) > span.o3-column-suffix.hover-only,
body.light .o3-datatable .mat-table .mat-header-row .mat-header-cell:not(.mat-column-selection) span:not([class*=mat-]).o3-column-suffix.hover-only,
body.light .o3-datatable .mat-table .mat-header-row .mat-header-cell:not(.mat-column-selection) pre.o3-column-suffix.hover-only,
body.light .o3-datatable .mat-table .mat-header-row .mat-header-cell:not(.mat-column-selection) small.o3-column-suffix.hover-only {
  display: none;
}
body.light .o3-datatable .mat-table .standard-row .mat-cell:not(.mat-column-selection):hover span.o3-column-suffix.hover-only,
body.light .o3-datatable .mat-table .mat-header-row .mat-header-cell:not(.mat-column-selection):hover span.o3-column-suffix.hover-only {
  display: inline;
}
body.light .o3-datatable .mat-table .standard-row .mat-cell:not(.mat-column-selection):first-child,
body.light .o3-datatable .mat-table .mat-header-row .mat-header-cell:not(.mat-column-selection):first-child {
  padding-left: 1rem;
}
body.light .o3-datatable .mat-table .standard-row .mat-cell:not(.mat-column-selection) small,
body.light .o3-datatable .mat-table .mat-header-row .mat-header-cell:not(.mat-column-selection) small {
  display: block;
  font-size: 80%;
  color: #aeaeae;
}
body.light .o3-datatable .mat-table .standard-row .mat-cell:not(.mat-column-selection) pre,
body.light .o3-datatable .mat-table .mat-header-row .mat-header-cell:not(.mat-column-selection) pre {
  font-family: "Open Sans", "Helvetica Neue", sans-serif;
  font-size: 100%;
  margin: 0px;
}
body.light .o3-datatable .mat-table .mat-column-selection {
  justify-content: center;
}
body.light .o3-datatable .mat-table .mat-header-cell span {
  text-overflow: clip !important;
}
body.light .o3-datatable .mat-table .mat-header-cell .mat-sort-header-container,
body.light .o3-datatable .mat-table .mat-header-cell button {
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
  padding: 0px;
  overflow: hidden;
}
body.light .o3-datatable .mat-table .mat-header-cell label.mat-checkbox-layout {
  margin-bottom: 0;
}
body.light .o3-datatable .mat-table .mobile-label {
  display: none;
}
body.light .o3-datatable .mat-table .mat-column-rowNumber,
body.light .o3-datatable .mat-table .mat-column-viewIcon,
body.light .o3-datatable .mat-table .mat-column-selection,
body.light .o3-datatable .mat-table .mat-column-expandToggle {
  width: 48px;
  min-width: 48px;
  max-width: 48px;
}
body.light .o3-datatable .mat-table .mat-column-rowNumber {
  justify-content: flex-end;
}
body.light .o3-datatable .mat-table.zebra .mat-row:nth-of-type(even) {
  background-color: #fafafa;
}
body.light .o3-datatable .mat-table.clickable-rows .mat-row {
  cursor: pointer;
}
body.light .o3-datatable .mat-table.clickable-rows .mat-row.checked-row .mat-cell {
  background-color: rgba(0, 0, 0, 0.04);
}
body.light .o3-datatable .mat-table.clickable-rows .mat-row.standard-row:hover {
  z-index: 1;
}
body.light .o3-datatable .mat-table.clickable-rows .mat-row.standard-row:hover .mat-cell {
  box-shadow: 0 2px rgba(0, 0, 0, 0.12);
  background-color: rgba(0, 0, 0, 0.04);
}
body.light .o3-datatable .mat-table.clickable-rows .mat-row.standard-row:hover.checked-row .mat-cell {
  background-color: rgba(0, 0, 0, 0.07);
}
body.light .o3-datatable .mat-table.expandable-rows .mat-row.checked-row .mat-cell {
  background: rgba(0, 0, 0, 0.04);
}
body.light .o3-datatable .mat-table.expandable-rows .mat-row.standard-row:not(.expanded-row):hover .mat-cell {
  background: rgba(0, 0, 0, 0.04);
}
body.light .o3-datatable .mat-table.expandable-rows .mat-row.standard-row:not(.expanded-row):hover.checked-row .mat-cell {
  background: rgba(0, 0, 0, 0.07);
}
body.light .o3-datatable .mat-table.expandable-rows .mat-row.standard-row.expanded-row:hover .mat-cell {
  box-shadow: none;
}
body.light .o3-datatable .mat-table.expandable-rows .detail-row {
  min-height: 0px;
}
body.light .o3-datatable .mat-table.expandable-rows .detail-row .mat-column-expandedDetail {
  border-top-width: 0px;
  padding: 0px;
}
body.light .o3-datatable .mat-table.expandable-rows .expanded-detail {
  padding: 12px;
  display: flex;
  overflow: hidden;
  width: 100%;
}
body.light .o3-datatable .loading-row {
  position: absolute;
  top: 0px;
  width: 100%;
}
body.light .o3-datatable .footer-row {
  position: relative;
  overflow: hidden;
  background: #fafafa;
  font-size: 14px;
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-shrink: 0;
}
body.light .o3-datatable .footer-row .total-items {
  font-weight: 400;
  color: #757575;
  padding-left: 1rem;
}
body.light .o3-datatable .footer-row .footer-warning {
  font-weight: 400;
  color: #757575;
  padding-left: 1rem;
}
body.light .o3-datatable .footer-row .pages {
  display: flex;
  align-items: center;
}
body.light .o3-datatable .footer-row .pages .mat-paginator {
  display: inline-block;
}
body.light .o3-datatable .footer-row .pages .mat-paginator .mat-paginator-container {
  min-height: 40px;
  background: #fafafa;
}
body.light .o3-datatable .footer-row .pages .mat-paginator .mat-paginator-page-size {
  padding-top: 5px;
}
body.light .o3-datatable .footer-row .pages .mat-icon-button {
  margin-right: 1px;
}
body.light .o3-datatable .footer-row .pages .mat-icon-button i {
  color: rgba(0, 0, 0, 0.54);
}
body.light .o3-datatable .footer-row.condense-paginator .mat-paginator-range-label {
  display: none;
}
body.light .o3-datatable .footer-row mat-paginator {
  font-size: 14px;
}
body.light .o3-datatable .footer-row mat-form-field {
  width: 56px;
  margin: 0px;
  padding: 0px;
}
body.light .o3-datatable .footer-row .mat-form-field-infix {
  border: none;
  padding-top: 0px;
  line-height: 0px;
}
body.light .o3-datatable .footer-row mat-select {
  min-width: 0px;
}
body.light .o3-datatable .footer-row mat-select .mat-select-value-text {
  font-size: 14px;
}
body.light .o3-datatable .footer-row .pages,
body.light .o3-datatable .footer-row .mat-paginator,
body.light .o3-datatable .footer-row .mat-paginator-outer-container,
body.light .o3-datatable .footer-row .mat-paginator-container {
  height: 100%;
}
body.light .o3-datatable .empty-row {
  height: 60px;
  padding: 20px 0px;
  text-align: center;
  font-size: 14px;
  border-top: 1px solid rgba(0, 0, 0, 0.12);
}
body.light .o3-datatable.compact .mat-table .standard-row, body.light .o3-datatable.compact .mat-table .mat-header-row {
  min-height: 32px;
  max-height: 32px;
}
body.light .o3-datatable.compact .mat-table .standard-row .mat-cell, body.light .o3-datatable.compact .mat-table .mat-header-row .mat-cell {
  min-height: unset;
  max-height: unset;
}
body.light .o3-datatable.compact .mat-table .standard-row .mat-cell,
body.light .o3-datatable.compact .mat-table .mat-header-row .mat-header-cell {
  padding: 0 0.25rem;
}
body.light .o3-datatable.compact .mat-table .standard-row .mat-cell > span, body.light .o3-datatable.compact .mat-table .standard-row .mat-cell > o3-datatable-subtext-cell,
body.light .o3-datatable.compact .mat-table .mat-header-row .mat-header-cell > span,
body.light .o3-datatable.compact .mat-table .mat-header-row .mat-header-cell > o3-datatable-subtext-cell {
  font-size: 90%;
}
body.light .o3-datatable.compact .mat-table .standard-row .mat-cell mat-checkbox,
body.light .o3-datatable.compact .mat-table .mat-header-row .mat-header-cell mat-checkbox {
  overflow: hidden;
}
body.light .o3-datatable.compact .mat-table .standard-row .mat-cell:first-child,
body.light .o3-datatable.compact .mat-table .mat-header-row .mat-header-cell:first-child {
  padding-left: 0.5rem;
}
body.light .o3-datatable.compact .mat-table .standard-row .mat-cell:first-child > div,
body.light .o3-datatable.compact .mat-table .mat-header-row .mat-header-cell:first-child > div {
  font-size: 90%;
}
body.light .o3-datatable.compact .mat-table .standard-row .mat-cell small,
body.light .o3-datatable.compact .mat-table .mat-header-row .mat-header-cell small {
  line-height: 1em;
  font-size: 70%;
  margin-bottom: 0.2em;
}
body.light .o3-datatable.compact .mat-table .standard-row .mat-cell o3-safe-image, body.light .o3-datatable.compact .mat-table .standard-row .mat-cell o3-spark-line,
body.light .o3-datatable.compact .mat-table .mat-header-row .mat-header-cell o3-safe-image,
body.light .o3-datatable.compact .mat-table .mat-header-row .mat-header-cell o3-spark-line {
  height: 32px;
}
body.light .o3-datatable.compact .mat-table .mat-column-rowNumber,
body.light .o3-datatable.compact .mat-table .mat-column-viewIcon,
body.light .o3-datatable.compact .mat-table .mat-column-selection,
body.light .o3-datatable.compact .mat-table .mat-column-expandToggle {
  width: 35px;
  min-width: 35px;
  max-width: 35px;
}
body.light .o3-datatable.compact .footer-row {
  max-height: 35px;
}
body.light .o3-datatable.compact .footer-row .total-items {
  padding-left: 0.5rem;
}
body.light .o3-datatable.o3-datatable--resizing, body.light .o3-datatable.o3-datatable--resizing .mat-sort-header-container, body.light .o3-datatable.o3-datatable--resizing mat-checkbox, body.light .o3-datatable.o3-datatable--resizing .clickable-rows .mat-row {
  cursor: col-resize;
}
body.light i.o3-view-item:before {
  content: "\f002";
}
@media only screen and (max-width: 600px) {
  body.light .o3-datatable.flexible-rows .mat-table:not(.collapse-mobile-rows-disabled) {
    display: block;
    text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
  }
  body.light .o3-datatable.flexible-rows .mat-table:not(.collapse-mobile-rows-disabled) .mat-header-row,
body.light .o3-datatable.flexible-rows .mat-table:not(.collapse-mobile-rows-disabled) .mat-column-rowNumber,
body.light .o3-datatable.flexible-rows .mat-table:not(.collapse-mobile-rows-disabled) .mat-row.standard-row:after {
    display: none;
  }
  body.light .o3-datatable.flexible-rows .mat-table:not(.collapse-mobile-rows-disabled) .mobile-label {
    display: block !important;
    color: rgba(0, 0, 0, 0.54);
    font-size: 12px;
  }
  body.light .o3-datatable.flexible-rows .mat-table:not(.collapse-mobile-rows-disabled) .mat-row.standard-row,
body.light .o3-datatable.flexible-rows .mat-table:not(.collapse-mobile-rows-disabled) .mat-row.standard-row .mat-cell {
    display: block;
  }
  body.light .o3-datatable.flexible-rows .mat-table:not(.collapse-mobile-rows-disabled) .mat-row.standard-row {
    min-height: 40px;
    padding: 10px 0px 0px 0px;
    position: relative;
    border-top: 1px solid rgba(0, 0, 0, 0.12);
  }
  body.light .o3-datatable.flexible-rows .mat-table:not(.collapse-mobile-rows-disabled) .mat-row.standard-row .mat-cell {
    border: none;
    line-height: normal;
    width: 100% !important;
    padding: 0px 40px 5px 10px;
  }
  body.light .o3-datatable.flexible-rows .mat-table:not(.collapse-mobile-rows-disabled) .mat-row.standard-row .mat-cell > span {
    width: auto;
    max-width: 80%;
    display: inline-block;
  }
  body.light .o3-datatable.flexible-rows .mat-table:not(.collapse-mobile-rows-disabled) .mat-row.standard-row .mat-cell o3-safe-image.has-text {
    max-width: 100%;
  }
  body.light .o3-datatable.flexible-rows .mat-table:not(.collapse-mobile-rows-disabled) .mat-row.standard-row .mat-cell:hover span.o3-column-suffix.hover-only {
    display: inline-block !important;
  }
  body.light .o3-datatable.flexible-rows .mat-table:not(.collapse-mobile-rows-disabled) .mat-row.standard-row .mat-cell.mat-column-checkbox {
    padding-right: 15px;
  }
  body.light .o3-datatable.flexible-rows .mat-table:not(.collapse-mobile-rows-disabled) .mat-row.standard-row .mat-column-selection {
    display: inline;
  }
  body.light .o3-datatable.flexible-rows .mat-table:not(.collapse-mobile-rows-disabled) .mat-row.standard-row .mat-column-viewIcon {
    position: absolute;
    height: 100%;
    right: 0px;
    top: 0px;
    padding: 0;
  }
  body.light .o3-datatable.flexible-rows .mat-table:not(.collapse-mobile-rows-disabled) .mat-row.standard-row .mat-column-viewIcon .collapse-right {
    height: 100%;
    position: absolute;
    width: auto !important;
    top: 0px;
    right: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  body.light .o3-datatable.flexible-rows .mat-table:not(.collapse-mobile-rows-disabled) .mat-row.standard-row .mat-column-viewIcon .collapse-right i.o3-view-item {
    color: rgba(0, 0, 0, 0.38);
  }
  body.light .o3-datatable.flexible-rows .mat-table:not(.collapse-mobile-rows-disabled) .mat-row.standard-row .mat-column-viewIcon .collapse-right i.o3-view-item:before {
    content: "\f030";
  }
  body.light .o3-datatable.flexible-rows .mat-table:not(.collapse-mobile-rows-disabled) .mat-row:first-of-type .mat-cell {
    border-top-width: 1px;
  }
  body.light .o3-datatable.flexible-rows .mat-table:not(.collapse-mobile-rows-disabled) .mat-row.standard-row:hover .mat-cell {
    box-shadow: none;
  }
  body.light .o3-datatable.flexible-rows .footer-row .mat-paginator-range-label {
    display: none;
  }
}
@media only screen and (max-width: 960px) {
  body.light .footer-row .mat-paginator-page-size {
    display: none;
  }
}
body.light .mat-form-field {
  width: inherit;
  display: block;
  line-height: 1.25;
}
body.light .mat-form-field o3-select, body.light .mat-form-field o3-string-set {
  color: rgba(0, 0, 0, 0.87);
  font-size: 16px;
}
body.light .mat-form-field[hintlabel], body.light .mat-form-field.mat-form-field-hint {
  margin-bottom: 0.8rem;
}
body.light .mat-form-field[hintlabel] .mat-hint, body.light .mat-form-field.mat-form-field-hint .mat-hint {
  margin-top: 0.3rem;
}
body.light .mat-form-field.grow-to-fit .mat-form-field-wrapper, body.light .mat-form-field.grow-to-fit .mat-form-field-infix {
  width: 100%;
}
body.light .mat-form-field .mat-form-field-wrapper .mat-form-field-flex {
  align-items: inherit;
}
body.light .mat-form-field.mat-form-field-type-o3-color-picker > .mat-form-field-wrapper {
  height: 100%;
}
body.light .mat-form-field.mat-form-field-type-o3-color-picker > .mat-form-field-wrapper > .mat-form-field-flex {
  height: 100%;
}
body.light .mat-form-field.mat-form-field-type-o3-color-picker > .mat-form-field-wrapper > .mat-form-field-flex o3-color-picker > button > .mat-button-focus-overlay {
  display: none;
}
body.light .mat-form-field.mat-form-field-type-o3-color-picker .mat-form-field-underline {
  display: none;
}
body.light .mat-form-field.o3-textarea-border {
  border-top: 1px solid;
  border-color: #949494;
}
body.light .mat-icon-button.o3-no-ripple .mat-button-focus-overlay {
  display: none;
}
body.light .o3-button-invalid {
  color: #f44336;
}
body.light .hint-label {
  color: rgba(0, 0, 0, 0.54);
  font-size: 10.5px;
  font-weight: 400;
  line-height: 13px;
}
body.light .overlay-input .hint-label {
  margin-top: 5px;
}
body.light .date-time-picker .hint-label {
  margin-top: -5px;
  margin-bottom: 5px;
}
body.light .mat-form-field-underline {
  background-color: rgba(0, 0, 0, 0.12);
  bottom: 0.75em !important;
}
body.light .mat-form-field-wrapper {
  padding: 0.5em 0;
  max-width: 100%;
}
body.light section.bs .mat-form-field-label-wrapper {
  box-sizing: content-box;
}
body.light .mat-form-field-placeholder-wrapper {
  height: 125%;
}
body.light .mat-select-value {
  line-height: 1.25;
  font-size: 16px;
}
body.light .mat-select-placeholder {
  font-size: 14px;
  text-transform: uppercase;
}
body.light .mat-select-placeholder.mat-floating-placeholder {
  text-transform: uppercase;
  top: -16px;
}
body.light .mat-focused .mat-form-field-placeholder.mat-float,
body.light .mat-form-field-placeholder.mat-float:not(.mat-empty) {
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.65);
}
body.light .mat-focused .mat-form-field-placeholder.mat-float .mat-placeholder-required,
body.light .mat-form-field-placeholder.mat-float:not(.mat-empty) .mat-placeholder-required {
  color: #f44336;
}
body.light .mat-form-field-can-float.mat-form-field-should-float .mat-form-field-placeholder {
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.38);
}
body.light .mat-select-trigger {
  font-size: inherit;
}
body.light .ng-valid .mat-input-placeholder.mat-float.mat-focused .mat-placeholder-required,
body.light .ng-valid .mat-input-placeholder.mat-float:not(.mat-empty) .mat-placeholder-required {
  color: inherit;
}
body.light .mat-placeholder-required {
  font-size: 20px;
  vertical-align: text-top;
  color: #f44336;
}
body.light .ng-valid .mat-placeholder-required {
  color: rgba(0, 0, 0, 0.65);
}
body.light .o3-checkbox-container {
  display: flex;
  flex-wrap: wrap;
}
body.light .o3-checkbox-container > div {
  flex: 1 1 0px;
  padding: 0px 12px;
}
body.light mat-checkbox.o3-no-ripple.cdk-keyboard-focused .mat-checkbox-persistent-ripple, body.light mat-checkbox.o3-no-ripple .mat-checkbox-inner-container:hover .mat-checkbox-persistent-ripple {
  opacity: 0;
}
body.light mat-checkbox .mat-checkbox-layout {
  align-items: center;
  height: 20px;
}
body.light mat-checkbox .mat-checkbox-layout .mat-checkbox-label {
  line-height: 1em;
}
body.light .mat-checkbox-container > label {
  text-transform: uppercase;
  display: block !important;
  font-size: 75%;
  color: rgba(0, 0, 0, 0.38);
}
body.light .mat-checkbox-container .mat-checkbox {
  margin-right: 15px;
}
body.light .mat-checkbox-indeterminate.mat-accent .mat-checkbox-background,
body.light .mat-checkbox-checked.mat-accent .mat-checkbox-background {
  background-color: #ffc107;
}
body.light .mat-checkbox-disabled:not(.ignore-disabled-style).mat-checkbox-checked .mat-checkbox-background,
body.light .mat-checkbox-disabled:not(.ignore-disabled-style).mat-checkbox-indeterminate .mat-checkbox-background {
  background-color: #b0b0b0;
}
body.light .mat-radio-group table .mat-radio-button {
  margin-bottom: 0.5rem;
  margin-top: 0.5rem;
}
body.light .mat-radio-group table .mat-radio-button label.mat-radio-label {
  margin-bottom: 0;
  margin-top: 0;
}
body.light .mat-radio-group table .mat-radio-button label.mat-radio-label .mat-radio-container {
  vertical-align: text-top;
}
body.light .mat-radio-group table .mat-radio-button label.mat-radio-label .mat-radio-label-content {
  vertical-align: baseline;
}
body.light .mat-radio-button.mat-accent.mat-radio-checked .mat-radio-outer-circle {
  border-color: rgba(0, 0, 0, 0.54);
}
body.light .mat-raised-button.mat-primary[disabled],
body.light .mat-fab.mat-primary[disabled],
body.light .mat-mini-fab.mat-primary[disabled] {
  background-color: #B0BEC5;
  color: rgba(255, 255, 255, 0.5);
}
body.light .button-block {
  display: block;
  width: 100%;
}
body.light label.mat-slide-toggle-label {
  display: flex !important;
}
body.light form .mat-slide-toggle-bar {
  display: inline-block;
  vertical-align: middle;
}
body.light .mat-calendar-body-disabled .mat-calendar-body-cell-content {
  color: rgba(0, 0, 0, 0.35);
}
body.light .date-time-picker .mat-form-field-infix {
  width: unset;
}
body.light .time-picker .mat-form-field-wrapper,
body.light .time-picker .mat-form-field-infix {
  padding-top: 0;
}
body.light .o3-watermark-caption {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #aeaeae;
  padding: 24px 16px;
}
body.light .input-wrapper {
  padding: 7px 0px;
  margin: 0px;
  width: 100%;
}
body.light .input-wrapper.no-top {
  padding-top: 0px;
}
body.light .input-wrapper.no-bottom {
  padding-bottom: 0px;
}
body.light .input-label {
  width: 100%;
  font-size: 14px;
  line-height: 1em;
  color: rgba(0, 0, 0, 0.54) !important;
  transform: scale(0.75) perspective(100px) translateZ(0.001px);
  transform-origin: 0 0;
  padding-bottom: 0.5em;
  margin-bottom: -0.25em;
  display: inline-block;
}
body.light .col-xl,
body.light .col-xl-auto, body.light .col-xl-12, body.light .col-xl-11, body.light .col-xl-10, body.light .col-xl-9, body.light .col-xl-8, body.light .col-xl-7, body.light .col-xl-6, body.light .col-xl-5, body.light .col-xl-4, body.light .col-xl-3, body.light .col-xl-2, body.light .col-xl-1, body.light .col-lg,
body.light .col-lg-auto, body.light .col-lg-12, body.light .col-lg-11, body.light .col-lg-10, body.light .col-lg-9, body.light .col-lg-8, body.light .col-lg-7, body.light .col-lg-6, body.light .col-lg-5, body.light .col-lg-4, body.light .col-lg-3, body.light .col-lg-2, body.light .col-lg-1, body.light .col-md,
body.light .col-md-auto, body.light .col-md-12, body.light .col-md-11, body.light .col-md-10, body.light .col-md-9, body.light .col-md-8, body.light .col-md-7, body.light .col-md-6, body.light .col-md-5, body.light .col-md-4, body.light .col-md-3, body.light .col-md-2, body.light .col-md-1, body.light .col-sm,
body.light .col-sm-auto, body.light .col-sm-12, body.light .col-sm-11, body.light .col-sm-10, body.light .col-sm-9, body.light .col-sm-8, body.light .col-sm-7, body.light .col-sm-6, body.light .col-sm-5, body.light .col-sm-4, body.light .col-sm-3, body.light .col-sm-2, body.light .col-sm-1, body.light .col,
body.light .col-auto, body.light .col-12, body.light .col-11, body.light .col-10, body.light .col-9, body.light .col-8, body.light .col-7, body.light .col-6, body.light .col-5, body.light .col-4, body.light .col-3, body.light .col-2, body.light .col-1 {
  min-height: 1px;
  padding-right: 12px;
  padding-left: 12px;
  position: relative;
  width: 100%;
  box-sizing: border-box;
}
body.light .col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}
body.light .col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}
body.light .col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}
body.light .col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}
body.light .col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}
body.light .col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}
body.light .col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}
body.light .col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}
body.light .col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}
body.light .col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}
body.light .col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}
body.light .col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}
body.light .offset-1 {
  margin-left: 8.3333333333%;
}
body.light .offset-2 {
  margin-left: 16.6666666667%;
}
body.light .offset-3 {
  margin-left: 25%;
}
body.light .offset-4 {
  margin-left: 33.3333333333%;
}
body.light .offset-5 {
  margin-left: 41.6666666667%;
}
body.light .offset-6 {
  margin-left: 50%;
}
body.light .offset-7 {
  margin-left: 58.3333333333%;
}
body.light .offset-8 {
  margin-left: 66.6666666667%;
}
body.light .offset-9 {
  margin-left: 75%;
}
body.light .offset-10 {
  margin-left: 83.3333333333%;
}
body.light .offset-11 {
  margin-left: 91.6666666667%;
}
body.light .order-0 {
  order: 0;
}
body.light .order-1 {
  order: 1;
}
body.light .order-2 {
  order: 2;
}
body.light .order-3 {
  order: 3;
}
body.light .order-4 {
  order: 4;
}
body.light .order-5 {
  order: 5;
}
body.light .order-6 {
  order: 6;
}
body.light .order-7 {
  order: 7;
}
body.light .order-8 {
  order: 8;
}
body.light .order-9 {
  order: 9;
}
body.light .order-10 {
  order: 10;
}
body.light .order-11 {
  order: 11;
}
body.light .order-12 {
  order: 12;
}
body.light .col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
body.light .col-auto {
  flex: 0 0 auto;
  max-width: none;
  width: auto;
}
body.light .order-first {
  order: -1;
}
body.light .order-last {
  order: 13;
}
@media (min-width: 576px) {
  body.light .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  body.light .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  body.light .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  body.light .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  body.light .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  body.light .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  body.light .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  body.light .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  body.light .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  body.light .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  body.light .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  body.light .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  body.light .offset-sm-0 {
    margin-left: 0;
  }
  body.light .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  body.light .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  body.light .offset-sm-3 {
    margin-left: 25%;
  }
  body.light .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  body.light .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  body.light .offset-sm-6 {
    margin-left: 50%;
  }
  body.light .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  body.light .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  body.light .offset-sm-9 {
    margin-left: 75%;
  }
  body.light .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  body.light .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
  body.light .order-sm-0 {
    order: 0;
  }
  body.light .order-sm-1 {
    order: 1;
  }
  body.light .order-sm-2 {
    order: 2;
  }
  body.light .order-sm-3 {
    order: 3;
  }
  body.light .order-sm-4 {
    order: 4;
  }
  body.light .order-sm-5 {
    order: 5;
  }
  body.light .order-sm-6 {
    order: 6;
  }
  body.light .order-sm-7 {
    order: 7;
  }
  body.light .order-sm-8 {
    order: 8;
  }
  body.light .order-sm-9 {
    order: 9;
  }
  body.light .order-sm-10 {
    order: 10;
  }
  body.light .order-sm-11 {
    order: 11;
  }
  body.light .order-sm-12 {
    order: 12;
  }
  body.light .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  body.light .col-sm-auto {
    flex: 0 0 auto;
    max-width: none;
    width: auto;
  }
  body.light .order-sm-first {
    order: -1;
  }
  body.light .order-sm-last {
    order: 13;
  }
}
@media (min-width: 768px) {
  body.light .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  body.light .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  body.light .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  body.light .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  body.light .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  body.light .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  body.light .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  body.light .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  body.light .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  body.light .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  body.light .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  body.light .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  body.light .offset-md-0 {
    margin-left: 0;
  }
  body.light .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  body.light .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  body.light .offset-md-3 {
    margin-left: 25%;
  }
  body.light .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  body.light .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  body.light .offset-md-6 {
    margin-left: 50%;
  }
  body.light .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  body.light .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  body.light .offset-md-9 {
    margin-left: 75%;
  }
  body.light .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  body.light .offset-md-11 {
    margin-left: 91.6666666667%;
  }
  body.light .order-md-0 {
    order: 0;
  }
  body.light .order-md-1 {
    order: 1;
  }
  body.light .order-md-2 {
    order: 2;
  }
  body.light .order-md-3 {
    order: 3;
  }
  body.light .order-md-4 {
    order: 4;
  }
  body.light .order-md-5 {
    order: 5;
  }
  body.light .order-md-6 {
    order: 6;
  }
  body.light .order-md-7 {
    order: 7;
  }
  body.light .order-md-8 {
    order: 8;
  }
  body.light .order-md-9 {
    order: 9;
  }
  body.light .order-md-10 {
    order: 10;
  }
  body.light .order-md-11 {
    order: 11;
  }
  body.light .order-md-12 {
    order: 12;
  }
  body.light .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  body.light .col-md-auto {
    flex: 0 0 auto;
    max-width: none;
    width: auto;
  }
  body.light .order-md-first {
    order: -1;
  }
  body.light .order-md-last {
    order: 13;
  }
}
@media (min-width: 992px) {
  body.light .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  body.light .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  body.light .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  body.light .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  body.light .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  body.light .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  body.light .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  body.light .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  body.light .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  body.light .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  body.light .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  body.light .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  body.light .offset-lg-0 {
    margin-left: 0;
  }
  body.light .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  body.light .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  body.light .offset-lg-3 {
    margin-left: 25%;
  }
  body.light .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  body.light .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  body.light .offset-lg-6 {
    margin-left: 50%;
  }
  body.light .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  body.light .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  body.light .offset-lg-9 {
    margin-left: 75%;
  }
  body.light .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  body.light .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
  body.light .order-lg-0 {
    order: 0;
  }
  body.light .order-lg-1 {
    order: 1;
  }
  body.light .order-lg-2 {
    order: 2;
  }
  body.light .order-lg-3 {
    order: 3;
  }
  body.light .order-lg-4 {
    order: 4;
  }
  body.light .order-lg-5 {
    order: 5;
  }
  body.light .order-lg-6 {
    order: 6;
  }
  body.light .order-lg-7 {
    order: 7;
  }
  body.light .order-lg-8 {
    order: 8;
  }
  body.light .order-lg-9 {
    order: 9;
  }
  body.light .order-lg-10 {
    order: 10;
  }
  body.light .order-lg-11 {
    order: 11;
  }
  body.light .order-lg-12 {
    order: 12;
  }
  body.light .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  body.light .col-lg-auto {
    flex: 0 0 auto;
    max-width: none;
    width: auto;
  }
  body.light .order-lg-first {
    order: -1;
  }
  body.light .order-lg-last {
    order: 13;
  }
}
@media (min-width: 1200px) {
  body.light .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  body.light .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  body.light .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  body.light .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  body.light .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  body.light .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  body.light .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  body.light .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  body.light .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  body.light .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  body.light .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  body.light .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  body.light .offset-xl-0 {
    margin-left: 0;
  }
  body.light .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  body.light .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  body.light .offset-xl-3 {
    margin-left: 25%;
  }
  body.light .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  body.light .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  body.light .offset-xl-6 {
    margin-left: 50%;
  }
  body.light .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  body.light .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  body.light .offset-xl-9 {
    margin-left: 75%;
  }
  body.light .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  body.light .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
  body.light .order-xl-0 {
    order: 0;
  }
  body.light .order-xl-1 {
    order: 1;
  }
  body.light .order-xl-2 {
    order: 2;
  }
  body.light .order-xl-3 {
    order: 3;
  }
  body.light .order-xl-4 {
    order: 4;
  }
  body.light .order-xl-5 {
    order: 5;
  }
  body.light .order-xl-6 {
    order: 6;
  }
  body.light .order-xl-7 {
    order: 7;
  }
  body.light .order-xl-8 {
    order: 8;
  }
  body.light .order-xl-9 {
    order: 9;
  }
  body.light .order-xl-10 {
    order: 10;
  }
  body.light .order-xl-11 {
    order: 11;
  }
  body.light .order-xl-12 {
    order: 12;
  }
  body.light .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  body.light .col-xl-auto {
    flex: 0 0 auto;
    max-width: none;
    width: auto;
  }
  body.light .order-xl-first {
    order: -1;
  }
  body.light .order-xl-last {
    order: 13;
  }
}
body.light .container {
  margin-right: auto;
  margin-left: auto;
  padding-right: 12px;
  padding-left: 12px;
  width: 100%;
}
@media (min-width: 576px) {
  body.light .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  body.light .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  body.light .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  body.light .container {
    max-width: 1140px;
  }
}
body.light .container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-right: 12px;
  padding-left: 12px;
  width: 100%;
}
body.light .row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -12px;
  margin-left: -12px;
}
body.light .no-gutters {
  margin-right: 0;
  margin-left: 0;
}
body.light .no-gutters > .col,
body.light .no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}
body.light .o3 {
  font-size: 24px;
  max-width: 26px;
}
body.light .mat-menu-item .o3 {
  color: rgba(0, 0, 0, 0.54);
  vertical-align: middle;
  margin-right: 16px;
}
body.light .mat-icon-tiny {
  --icon-scale-factor: .5;
  margin: -12%;
}
body.light .mat-icon-small {
  --icon-scale-factor: .65;
  margin: -10%;
}
body.light .mat-icon-medium {
  --icon-scale-factor: .85;
  margin: -7%;
}
body.light .mat-icon-tiny,
body.light .mat-icon-small,
body.light .mat-icon-medium {
  transform-origin: 50% 50%;
  transform: scale(var(--icon-scale-factor));
}
body.light .page-content {
  padding: 10px 8px;
}
body.light .page-content .mat-card.page-card {
  margin: 0px 2px 10px;
  border-top-left-radius: 0px;
}
@media only screen and (min-width: 1410px) {
  body.light .page-content {
    max-width: none;
    margin-left: auto;
    margin-right: auto;
  }
}
body.light .mat-toolbar.page-footer {
  position: absolute;
  bottom: 0px;
  min-height: 36px;
  border-top: 1px solid #e0e0e0;
}
body.light .mat-toolbar.page-footer .mat-toolbar-row {
  height: 36px;
  text-transform: uppercase;
  font-size: 12px;
}
body.light .mat-toolbar.page-footer .mat-toolbar-row .mat-button {
  text-transform: uppercase;
  font-size: 12px;
}
body.light .mat-toolbar .mat-toolbar-row h1.page-card-flexible-title {
  padding-left: 0px;
  font-size: 24px;
  margin-top: -16px;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
  width: 100%;
}
body.light .page-card-flexible-tabs {
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 1410px) {
  body.light .page-card-flexible-tabs {
    max-width: 800px;
  }
}
body.light .page-sidebar-container {
  position: absolute;
  width: 100%;
  top: 0px;
  bottom: 0px;
}
body.light .page-sidebar-container .page-sidebar-backdrop {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 0;
  visibility: hidden;
}
body.light .page-sidebar-container .page-sidebar-page {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
}
body.light .page-sidebar-container .page-sidebar {
  position: fixed;
  right: -260px;
  width: 260px;
  top: 57px;
  bottom: 0px;
  background-color: #f5f5f5;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2), 0px 0px 2px 0px rgba(0, 0, 0, 0.14), 0px 0px 5px 0px rgba(0, 0, 0, 0.12);
  z-index: 300;
  opacity: 0;
  overflow: hidden;
  overflow-y: auto;
  padding: 8px 16px;
  transition: right 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), opacity 0.2s cubic-bezier(0.25, 0.8, 0.25, 1);
}
body.light .page-sidebar-container .page-sidebar .sidebar-title {
  font-size: 14px;
  font-weight: bold;
  margin: 1rem 0rem 1.25rem;
  text-align: center;
  text-transform: uppercase;
}
body.light .page-sidebar-container .page-sidebar .mat-select {
  display: block;
  margin-top: 10px;
  margin-bottom: 5px;
}
body.light .page-sidebar-container.open .page-sidebar-backdrop {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}
body.light .page-sidebar-container.open .page-sidebar {
  opacity: 1;
  right: 0px;
}
body.light .page-sidebar-container.open .page-sidebar .page-sidebar-template-container {
  width: 228px;
  font-size: 14px;
  margin-bottom: 2rem;
}
body.light hr {
  border-width: 0px;
  border-top: 1px solid rgba(0, 0, 0, 0.12);
}
body.light .o3-sticky-top {
  position: sticky;
  top: 0px;
}
body.light .mat-sidenav-container div.sidenav-container {
  width: 216px;
}
body.light .mat-sidenav-container div.sidenav-container .mat-line i {
  line-height: 20px;
}
body.light mat-sidenav-container mat-sidenav.mat-sidenav-opened.mat-sidenav-side,
body.light mat-sidenav-container mat-sidenav.mat-sidenav-side.mat-sidenav-opening {
  box-shadow: none;
}
body.light .mat-sidenav {
  background-color: #fff;
}
body.light .mat-sidenav .mat-nav-list {
  margin-top: 0px;
}
body.light .mat-sidenav .mat-nav-list .mat-list-item {
  color: #616161;
  margin-right: 0px;
  border-radius: 2.5px;
}
body.light .mat-sidenav .mat-nav-list .mat-list-item .mat-list-item-content {
  padding: 0px 10px;
}
body.light .mat-sidenav .mat-nav-list .mat-list-item .mat-list-text > * {
  font-weight: 100;
  font-size: var(--base-font-size);
}
body.light .mat-sidenav .mat-nav-list .mat-list-item .mat-list-text i {
  text-align: center;
  width: 24px;
}
body.light .mat-sidenav .mat-nav-list .mat-list-item.active {
  background-color: rgba(0, 0, 0, 0.07);
  outline: none;
}
body.light .mat-sidenav .mat-nav-list .mat-list-item.active .mat-list-text > * {
  font-weight: 600;
}
body.light .mat-sidenav .mat-nav-list .mat-list-item:focus {
  outline: none;
}
body.light .mat-sidenav .mat-nav-list .mat-list-item:hover {
  background-color: rgba(0, 0, 0, 0.03);
}
body.light .mat-sidenav .mat-nav-list .mat-list-item.sidenav-menu-sub {
  margin-left: 44px;
}
body.light .mat-sidenav-container {
  background-color: #f5f5f5;
}
body.light .mat-tabbed-page {
  height: 100%;
  position: relative;
}
body.light .mat-tabbed-page.has-actions > .mat-tab-group > .mat-tab-header {
  margin-right: 48px;
}
body.light .mat-tabbed-page.has-actions .mat-tab-group-actions {
  position: absolute;
  top: 0;
  padding: 4px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  right: 0;
}
body.light .mat-tabbed-page.has-actions .mat-tab-group-actions button {
  text-align: center;
}
body.light .mat-tabbed-page.o3-tab-group--fit-container > mat-tab-group > .mat-tab-body-wrapper {
  height: 100%;
}
body.light o3-tab-group div.o3-tab-group--single-tab.o3-tab-group--no-underline > mat-tab-group > mat-tab-header .mat-tab-list > mat-ink-bar {
  display: none;
}
body.light o3-tab-group div.o3-tab-group--single-tab > .mat-tab-group > .mat-tab-header .mat-tab-list > .mat-tab-labels .mat-tab-label {
  cursor: default;
}
body.light o3-tab-group div.o3-tab-group--single-tab > .mat-tab-group > .mat-tab-header .mat-tab-list > .mat-tab-labels .mat-tab-label > .mat-ripple-element {
  display: none;
}
body.light o3-tab-group div.o3-tab-group--single-tab > .mat-tab-group > .mat-tab-header .mat-tab-list > .mat-tab-labels .mat-tab-label:first-child {
  padding: 0 12px;
  min-width: 0;
  margin-left: 0;
}
body.light o3-tab-group .projector-container {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: static;
  flex-grow: 1;
}
body.light o3-tab-group .projector-container.negative-tabs-space-container {
  z-index: 2;
}
body.light o3-tab-group:first-child .projector-container {
  margin-top: -5px;
  padding-bottom: 5px;
}
body.light o3-tab-group:first-child .projector-container.negative-tabs-space-container {
  margin-top: 0;
  padding-bottom: 0;
}
body.light o3-tab-group .mat-chip-list-wrapper {
  margin: 0;
}
body.light o3-tab-group.o3-no-content-padding .mat-tab-group .mat-tab-body .mat-tab-body-content .mat-card .mat-card-content {
  padding: 0;
}
body.light .mat-tab-group {
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  height: 100%;
  background-color: #fff;
}
body.light .mat-tab-group div.o3-tooltip-wrapper {
  display: inline-block;
}
body.light .mat-tab-group .mat-tab-link,
body.light .mat-tab-group .mat-tab-label {
  text-transform: uppercase;
  font-size: var(--base-font-size);
  font-family: "Open Sans", "Helvetica Neue", sans-serif;
}
body.light .mat-tab-group .mat-tab-link .tab-label-wrapper,
body.light .mat-tab-group .mat-tab-label .tab-label-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
}
body.light .mat-tab-group .mat-tab-link .tab-label-wrapper .tab-indicator,
body.light .mat-tab-group .mat-tab-label .tab-label-wrapper .tab-indicator {
  width: 16px;
  height: 16px;
  border-radius: 8px;
  margin-right: 5px;
}
body.light .mat-tab-group .mat-tab-link.active,
body.light .mat-tab-group .mat-tab-label.mat-tab-label-active {
  font-weight: bold;
  opacity: 1;
  background: #fff;
  will-change: box-shadow;
  margin-left: 2px;
}
body.light .mat-tab-group .mat-tab-header-pagination {
  box-shadow: none;
}
@media only screen and (min-width: 1410px) {
  body.light .mat-tab-group .mat-tab-link.active,
body.light .mat-tab-group .mat-tab-label.mat-tab-label-active {
    margin-left: 1px;
  }
}
body.light .mat-tab-group .mat-tab-body-content > .mat-card {
  box-shadow: none;
  margin: 0;
}
body.light o3-tab-action {
  display: none;
}
body.light .mat-toolbar.topnav-container {
  transition: background-color 350ms linear;
  animation-direction: alternate;
  height: 56px;
  min-height: 56px;
}
body.light .mat-toolbar.topnav-container .mat-toolbar-row {
  height: 56px;
}
body.light .mat-toolbar.topnav-container .mat-icon-button .mat-button-focus-overlay {
  z-index: -1;
}
body.light .mat-toolbar.topnav-container .topnav-menu-btn {
  margin-left: 10px;
  margin-top: -6px;
}
body.light .mat-toolbar.topnav-container .topnav-search input {
  caret-color: white;
}
body.light .mat-toolbar.topnav-container .topnav-search .mat-form-field-underline {
  background-color: white;
  bottom: 1.4em !important;
}
body.light .mat-toolbar.topnav-container .topnav-search .mat-form-field-underline .mat-form-field-ripple {
  display: none;
}
body.light .mat-toolbar.topnav-container .topnav-search .mat-form-field-wrapper {
  padding: 0 0 1em 0;
}
body.light .mat-toolbar.topnav-container .topnav-search .md2-autocomplete-trigger {
  border-bottom-color: #fff;
}
body.light .mat-toolbar.topnav-container .topnav-search .md2-autocomplete-trigger input {
  color: #fff;
  font-size: 16px;
}
body.light .mat-toolbar.topnav-container .topnav-search .md2-autocomplete-trigger svg {
  color: #fff;
}
body.light .mat-toolbar.topnav-container .topnav-search i.search-progress {
  position: absolute;
  right: 0;
  top: 7.5px;
}
body.light .mat-toolbar.topnav-container .topnav-title {
  line-height: 32px;
  margin-left: 15px;
  margin-top: -7px;
}
body.light .mat-toolbar.topnav-container .topnav-title img {
  display: inline;
  height: 30px;
  margin-top: 0;
  vertical-align: bottom;
}
body.light .mat-toolbar.topnav-container .topnav-avatar {
  width: 40px;
  height: 40px;
}
body.light .mat-toolbar.topnav-container .profile-button {
  margin-right: 10px;
}
body.light .mat-autocomplete-panel {
  min-width: 280px !important;
}
body.light .mat-autocomplete-panel .mat-option {
  padding: 0 8px;
  border-bottom: 1px solid #EAEAEA;
  font-size: 14px;
}
body.light .mat-autocomplete-panel .mat-option i {
  margin-right: 5px;
}
body.light .mat-autocomplete-panel .mat-option.twoline {
  line-height: 50px;
  height: 60px;
  position: relative;
}
body.light .mat-autocomplete-panel .mat-option.twoline small {
  display: block;
  margin-left: 32.5px;
  font-size: 80%;
  color: #aeaeae;
  line-height: 85%;
  position: absolute;
  bottom: 12.5px;
}
body.light .mat-autocomplete-panel .mat-option.summary {
  font-size: 80%;
  background-color: whitesmoke;
  line-height: 30px;
  height: 30px;
  color: #757575;
  padding-left: 35px;
}
body.light .mat-autocomplete-panel .mat-option.summary i.o3-view-item {
  vertical-align: middle;
  margin-top: -4px;
}
body.light .clickable {
  cursor: pointer;
}
body.light .not-clickable {
  cursor: default;
}
body.light .not-selectable {
  cursor: default;
  -webkit-touch-callout: none;
  /* iOS Safari */
  /* Safari */
  /* Konqueror HTML */
  /* Firefox */
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently supported by Chrome and Opera */
}
body.light .no-padding {
  padding: 0px !important;
}
body.light .no-margin {
  margin: 0px !important;
}
@media only screen and (min-width: 600px) {
  body.light .pull-right-sm-up {
    float: right;
  }
}
@media only screen and (min-width: 600px) {
  body.light .pull-left-sm-up {
    float: left;
  }
}
@media only screen and (min-width: 600px) {
  body.light .hover-item-container:not(:hover) .hover-item {
    display: none;
  }
  body.light .hover-item-container:not(:hover) .hover-item-vis {
    visibility: hidden;
  }
}
body.light .row.o3-navigable > .col-11 {
  padding-right: 0;
}
body.light .row.o3-navigable > .col-1 {
  padding: 9px 0 0 0;
  border-radius: 0;
  right: 0;
  top: 0 !important;
  height: initial;
}
body.light .text-muted {
  color: rgba(0, 0, 0, 0.38) !important;
}
body.light .o3-context-menu--trigger-wrapper {
  position: absolute;
}
body.light .text-center {
  text-align: center !important;
}
body.light .text-left {
  text-align: left !important;
}
body.light .text-right {
  text-align: right !important;
}
body.light .m-0 {
  margin: 0 !important;
}
body.light .mt-0 {
  margin-top: 0 !important;
}
body.light .mr-0 {
  margin-right: 0 !important;
}
body.light .mb-0 {
  margin-bottom: 0 !important;
}
body.light .ml-0 {
  margin-left: 0 !important;
}
body.light .mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
body.light .my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
body.light .m-1 {
  margin: 0.25rem !important;
}
body.light .mt-1 {
  margin-top: 0.25rem !important;
}
body.light .mr-1 {
  margin-right: 0.25rem !important;
}
body.light .mb-1 {
  margin-bottom: 0.25rem !important;
}
body.light .ml-1 {
  margin-left: 0.25rem !important;
}
body.light .mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}
body.light .my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}
body.light .m-2 {
  margin: 0.5rem !important;
}
body.light .mt-2 {
  margin-top: 0.5rem !important;
}
body.light .mr-2 {
  margin-right: 0.5rem !important;
}
body.light .mb-2 {
  margin-bottom: 0.5rem !important;
}
body.light .ml-2 {
  margin-left: 0.5rem !important;
}
body.light .mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}
body.light .my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}
body.light .m-3 {
  margin: 1rem !important;
}
body.light .mt-3 {
  margin-top: 1rem !important;
}
body.light .mr-3 {
  margin-right: 1rem !important;
}
body.light .mb-3 {
  margin-bottom: 1rem !important;
}
body.light .ml-3 {
  margin-left: 1rem !important;
}
body.light .mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}
body.light .my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}
body.light .m-4 {
  margin: 1.5rem !important;
}
body.light .mt-4 {
  margin-top: 1.5rem !important;
}
body.light .mr-4 {
  margin-right: 1.5rem !important;
}
body.light .mb-4 {
  margin-bottom: 1.5rem !important;
}
body.light .ml-4 {
  margin-left: 1.5rem !important;
}
body.light .mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}
body.light .my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}
body.light .m-5 {
  margin: 3rem !important;
}
body.light .mt-5 {
  margin-top: 3rem !important;
}
body.light .mr-5 {
  margin-right: 3rem !important;
}
body.light .mb-5 {
  margin-bottom: 3rem !important;
}
body.light .ml-5 {
  margin-left: 3rem !important;
}
body.light .mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}
body.light .my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}
body.light .p-0 {
  padding: 0 !important;
}
body.light .pt-0 {
  padding-top: 0 !important;
}
body.light .pr-0 {
  padding-right: 0 !important;
}
body.light .pb-0 {
  padding-bottom: 0 !important;
}
body.light .pl-0 {
  padding-left: 0 !important;
}
body.light .px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
body.light .py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
body.light .p-1 {
  padding: 0.25rem !important;
}
body.light .pt-1 {
  padding-top: 0.25rem !important;
}
body.light .pr-1 {
  padding-right: 0.25rem !important;
}
body.light .pb-1 {
  padding-bottom: 0.25rem !important;
}
body.light .pl-1 {
  padding-left: 0.25rem !important;
}
body.light .px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}
body.light .py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}
body.light .p-2 {
  padding: 0.5rem !important;
}
body.light .pt-2 {
  padding-top: 0.5rem !important;
}
body.light .pr-2 {
  padding-right: 0.5rem !important;
}
body.light .pb-2 {
  padding-bottom: 0.5rem !important;
}
body.light .pl-2 {
  padding-left: 0.5rem !important;
}
body.light .px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}
body.light .py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}
body.light .p-3 {
  padding: 1rem !important;
}
body.light .pt-3 {
  padding-top: 1rem !important;
}
body.light .pr-3 {
  padding-right: 1rem !important;
}
body.light .pb-3 {
  padding-bottom: 1rem !important;
}
body.light .pl-3 {
  padding-left: 1rem !important;
}
body.light .px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}
body.light .py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
body.light .p-4 {
  padding: 1.5rem !important;
}
body.light .pt-4 {
  padding-top: 1.5rem !important;
}
body.light .pr-4 {
  padding-right: 1.5rem !important;
}
body.light .pb-4 {
  padding-bottom: 1.5rem !important;
}
body.light .pl-4 {
  padding-left: 1.5rem !important;
}
body.light .px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}
body.light .py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}
body.light .p-5 {
  padding: 3rem !important;
}
body.light .pt-5 {
  padding-top: 3rem !important;
}
body.light .pr-5 {
  padding-right: 3rem !important;
}
body.light .pb-5 {
  padding-bottom: 3rem !important;
}
body.light .pl-5 {
  padding-left: 3rem !important;
}
body.light .px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}
body.light .py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}
body.light .m-auto {
  margin: auto !important;
}
body.light .mt-auto {
  margin-top: auto !important;
}
body.light .mr-auto {
  margin-right: auto !important;
}
body.light .mb-auto {
  margin-bottom: auto !important;
}
body.light .ml-auto {
  margin-left: auto !important;
}
body.light .mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}
body.light .my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}
@media (min-width: 576px) {
  body.light .m-sm-0 {
    margin: 0 !important;
  }
  body.light .mt-sm-0 {
    margin-top: 0 !important;
  }
  body.light .mr-sm-0 {
    margin-right: 0 !important;
  }
  body.light .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  body.light .ml-sm-0 {
    margin-left: 0 !important;
  }
  body.light .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  body.light .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  body.light .m-sm-1 {
    margin: 0.25rem !important;
  }
  body.light .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  body.light .mr-sm-1 {
    margin-right: 0.25rem !important;
  }
  body.light .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  body.light .ml-sm-1 {
    margin-left: 0.25rem !important;
  }
  body.light .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  body.light .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  body.light .m-sm-2 {
    margin: 0.5rem !important;
  }
  body.light .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  body.light .mr-sm-2 {
    margin-right: 0.5rem !important;
  }
  body.light .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  body.light .ml-sm-2 {
    margin-left: 0.5rem !important;
  }
  body.light .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  body.light .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  body.light .m-sm-3 {
    margin: 1rem !important;
  }
  body.light .mt-sm-3 {
    margin-top: 1rem !important;
  }
  body.light .mr-sm-3 {
    margin-right: 1rem !important;
  }
  body.light .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  body.light .ml-sm-3 {
    margin-left: 1rem !important;
  }
  body.light .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  body.light .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  body.light .m-sm-4 {
    margin: 1.5rem !important;
  }
  body.light .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  body.light .mr-sm-4 {
    margin-right: 1.5rem !important;
  }
  body.light .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  body.light .ml-sm-4 {
    margin-left: 1.5rem !important;
  }
  body.light .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  body.light .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  body.light .m-sm-5 {
    margin: 3rem !important;
  }
  body.light .mt-sm-5 {
    margin-top: 3rem !important;
  }
  body.light .mr-sm-5 {
    margin-right: 3rem !important;
  }
  body.light .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  body.light .ml-sm-5 {
    margin-left: 3rem !important;
  }
  body.light .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  body.light .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  body.light .p-sm-0 {
    padding: 0 !important;
  }
  body.light .pt-sm-0 {
    padding-top: 0 !important;
  }
  body.light .pr-sm-0 {
    padding-right: 0 !important;
  }
  body.light .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  body.light .pl-sm-0 {
    padding-left: 0 !important;
  }
  body.light .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  body.light .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  body.light .p-sm-1 {
    padding: 0.25rem !important;
  }
  body.light .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  body.light .pr-sm-1 {
    padding-right: 0.25rem !important;
  }
  body.light .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  body.light .pl-sm-1 {
    padding-left: 0.25rem !important;
  }
  body.light .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  body.light .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  body.light .p-sm-2 {
    padding: 0.5rem !important;
  }
  body.light .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  body.light .pr-sm-2 {
    padding-right: 0.5rem !important;
  }
  body.light .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  body.light .pl-sm-2 {
    padding-left: 0.5rem !important;
  }
  body.light .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  body.light .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  body.light .p-sm-3 {
    padding: 1rem !important;
  }
  body.light .pt-sm-3 {
    padding-top: 1rem !important;
  }
  body.light .pr-sm-3 {
    padding-right: 1rem !important;
  }
  body.light .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  body.light .pl-sm-3 {
    padding-left: 1rem !important;
  }
  body.light .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  body.light .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  body.light .p-sm-4 {
    padding: 1.5rem !important;
  }
  body.light .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  body.light .pr-sm-4 {
    padding-right: 1.5rem !important;
  }
  body.light .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  body.light .pl-sm-4 {
    padding-left: 1.5rem !important;
  }
  body.light .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  body.light .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  body.light .p-sm-5 {
    padding: 3rem !important;
  }
  body.light .pt-sm-5 {
    padding-top: 3rem !important;
  }
  body.light .pr-sm-5 {
    padding-right: 3rem !important;
  }
  body.light .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  body.light .pl-sm-5 {
    padding-left: 3rem !important;
  }
  body.light .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  body.light .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  body.light .m-sm-auto {
    margin: auto !important;
  }
  body.light .mt-sm-auto {
    margin-top: auto !important;
  }
  body.light .mr-sm-auto {
    margin-right: auto !important;
  }
  body.light .mb-sm-auto {
    margin-bottom: auto !important;
  }
  body.light .ml-sm-auto {
    margin-left: auto !important;
  }
  body.light .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  body.light .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}
@media (min-width: 768px) {
  body.light .m-md-0 {
    margin: 0 !important;
  }
  body.light .mt-md-0 {
    margin-top: 0 !important;
  }
  body.light .mr-md-0 {
    margin-right: 0 !important;
  }
  body.light .mb-md-0 {
    margin-bottom: 0 !important;
  }
  body.light .ml-md-0 {
    margin-left: 0 !important;
  }
  body.light .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  body.light .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  body.light .m-md-1 {
    margin: 0.25rem !important;
  }
  body.light .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  body.light .mr-md-1 {
    margin-right: 0.25rem !important;
  }
  body.light .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  body.light .ml-md-1 {
    margin-left: 0.25rem !important;
  }
  body.light .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  body.light .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  body.light .m-md-2 {
    margin: 0.5rem !important;
  }
  body.light .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  body.light .mr-md-2 {
    margin-right: 0.5rem !important;
  }
  body.light .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  body.light .ml-md-2 {
    margin-left: 0.5rem !important;
  }
  body.light .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  body.light .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  body.light .m-md-3 {
    margin: 1rem !important;
  }
  body.light .mt-md-3 {
    margin-top: 1rem !important;
  }
  body.light .mr-md-3 {
    margin-right: 1rem !important;
  }
  body.light .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  body.light .ml-md-3 {
    margin-left: 1rem !important;
  }
  body.light .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  body.light .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  body.light .m-md-4 {
    margin: 1.5rem !important;
  }
  body.light .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  body.light .mr-md-4 {
    margin-right: 1.5rem !important;
  }
  body.light .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  body.light .ml-md-4 {
    margin-left: 1.5rem !important;
  }
  body.light .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  body.light .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  body.light .m-md-5 {
    margin: 3rem !important;
  }
  body.light .mt-md-5 {
    margin-top: 3rem !important;
  }
  body.light .mr-md-5 {
    margin-right: 3rem !important;
  }
  body.light .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  body.light .ml-md-5 {
    margin-left: 3rem !important;
  }
  body.light .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  body.light .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  body.light .p-md-0 {
    padding: 0 !important;
  }
  body.light .pt-md-0 {
    padding-top: 0 !important;
  }
  body.light .pr-md-0 {
    padding-right: 0 !important;
  }
  body.light .pb-md-0 {
    padding-bottom: 0 !important;
  }
  body.light .pl-md-0 {
    padding-left: 0 !important;
  }
  body.light .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  body.light .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  body.light .p-md-1 {
    padding: 0.25rem !important;
  }
  body.light .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  body.light .pr-md-1 {
    padding-right: 0.25rem !important;
  }
  body.light .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  body.light .pl-md-1 {
    padding-left: 0.25rem !important;
  }
  body.light .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  body.light .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  body.light .p-md-2 {
    padding: 0.5rem !important;
  }
  body.light .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  body.light .pr-md-2 {
    padding-right: 0.5rem !important;
  }
  body.light .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  body.light .pl-md-2 {
    padding-left: 0.5rem !important;
  }
  body.light .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  body.light .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  body.light .p-md-3 {
    padding: 1rem !important;
  }
  body.light .pt-md-3 {
    padding-top: 1rem !important;
  }
  body.light .pr-md-3 {
    padding-right: 1rem !important;
  }
  body.light .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  body.light .pl-md-3 {
    padding-left: 1rem !important;
  }
  body.light .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  body.light .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  body.light .p-md-4 {
    padding: 1.5rem !important;
  }
  body.light .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  body.light .pr-md-4 {
    padding-right: 1.5rem !important;
  }
  body.light .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  body.light .pl-md-4 {
    padding-left: 1.5rem !important;
  }
  body.light .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  body.light .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  body.light .p-md-5 {
    padding: 3rem !important;
  }
  body.light .pt-md-5 {
    padding-top: 3rem !important;
  }
  body.light .pr-md-5 {
    padding-right: 3rem !important;
  }
  body.light .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  body.light .pl-md-5 {
    padding-left: 3rem !important;
  }
  body.light .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  body.light .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  body.light .m-md-auto {
    margin: auto !important;
  }
  body.light .mt-md-auto {
    margin-top: auto !important;
  }
  body.light .mr-md-auto {
    margin-right: auto !important;
  }
  body.light .mb-md-auto {
    margin-bottom: auto !important;
  }
  body.light .ml-md-auto {
    margin-left: auto !important;
  }
  body.light .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  body.light .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}
@media (min-width: 992px) {
  body.light .m-lg-0 {
    margin: 0 !important;
  }
  body.light .mt-lg-0 {
    margin-top: 0 !important;
  }
  body.light .mr-lg-0 {
    margin-right: 0 !important;
  }
  body.light .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  body.light .ml-lg-0 {
    margin-left: 0 !important;
  }
  body.light .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  body.light .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  body.light .m-lg-1 {
    margin: 0.25rem !important;
  }
  body.light .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  body.light .mr-lg-1 {
    margin-right: 0.25rem !important;
  }
  body.light .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  body.light .ml-lg-1 {
    margin-left: 0.25rem !important;
  }
  body.light .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  body.light .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  body.light .m-lg-2 {
    margin: 0.5rem !important;
  }
  body.light .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  body.light .mr-lg-2 {
    margin-right: 0.5rem !important;
  }
  body.light .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  body.light .ml-lg-2 {
    margin-left: 0.5rem !important;
  }
  body.light .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  body.light .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  body.light .m-lg-3 {
    margin: 1rem !important;
  }
  body.light .mt-lg-3 {
    margin-top: 1rem !important;
  }
  body.light .mr-lg-3 {
    margin-right: 1rem !important;
  }
  body.light .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  body.light .ml-lg-3 {
    margin-left: 1rem !important;
  }
  body.light .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  body.light .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  body.light .m-lg-4 {
    margin: 1.5rem !important;
  }
  body.light .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  body.light .mr-lg-4 {
    margin-right: 1.5rem !important;
  }
  body.light .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  body.light .ml-lg-4 {
    margin-left: 1.5rem !important;
  }
  body.light .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  body.light .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  body.light .m-lg-5 {
    margin: 3rem !important;
  }
  body.light .mt-lg-5 {
    margin-top: 3rem !important;
  }
  body.light .mr-lg-5 {
    margin-right: 3rem !important;
  }
  body.light .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  body.light .ml-lg-5 {
    margin-left: 3rem !important;
  }
  body.light .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  body.light .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  body.light .p-lg-0 {
    padding: 0 !important;
  }
  body.light .pt-lg-0 {
    padding-top: 0 !important;
  }
  body.light .pr-lg-0 {
    padding-right: 0 !important;
  }
  body.light .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  body.light .pl-lg-0 {
    padding-left: 0 !important;
  }
  body.light .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  body.light .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  body.light .p-lg-1 {
    padding: 0.25rem !important;
  }
  body.light .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  body.light .pr-lg-1 {
    padding-right: 0.25rem !important;
  }
  body.light .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  body.light .pl-lg-1 {
    padding-left: 0.25rem !important;
  }
  body.light .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  body.light .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  body.light .p-lg-2 {
    padding: 0.5rem !important;
  }
  body.light .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  body.light .pr-lg-2 {
    padding-right: 0.5rem !important;
  }
  body.light .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  body.light .pl-lg-2 {
    padding-left: 0.5rem !important;
  }
  body.light .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  body.light .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  body.light .p-lg-3 {
    padding: 1rem !important;
  }
  body.light .pt-lg-3 {
    padding-top: 1rem !important;
  }
  body.light .pr-lg-3 {
    padding-right: 1rem !important;
  }
  body.light .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  body.light .pl-lg-3 {
    padding-left: 1rem !important;
  }
  body.light .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  body.light .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  body.light .p-lg-4 {
    padding: 1.5rem !important;
  }
  body.light .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  body.light .pr-lg-4 {
    padding-right: 1.5rem !important;
  }
  body.light .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  body.light .pl-lg-4 {
    padding-left: 1.5rem !important;
  }
  body.light .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  body.light .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  body.light .p-lg-5 {
    padding: 3rem !important;
  }
  body.light .pt-lg-5 {
    padding-top: 3rem !important;
  }
  body.light .pr-lg-5 {
    padding-right: 3rem !important;
  }
  body.light .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  body.light .pl-lg-5 {
    padding-left: 3rem !important;
  }
  body.light .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  body.light .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  body.light .m-lg-auto {
    margin: auto !important;
  }
  body.light .mt-lg-auto {
    margin-top: auto !important;
  }
  body.light .mr-lg-auto {
    margin-right: auto !important;
  }
  body.light .mb-lg-auto {
    margin-bottom: auto !important;
  }
  body.light .ml-lg-auto {
    margin-left: auto !important;
  }
  body.light .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  body.light .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}
@media (min-width: 1200px) {
  body.light .m-xl-0 {
    margin: 0 !important;
  }
  body.light .mt-xl-0 {
    margin-top: 0 !important;
  }
  body.light .mr-xl-0 {
    margin-right: 0 !important;
  }
  body.light .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  body.light .ml-xl-0 {
    margin-left: 0 !important;
  }
  body.light .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  body.light .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  body.light .m-xl-1 {
    margin: 0.25rem !important;
  }
  body.light .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  body.light .mr-xl-1 {
    margin-right: 0.25rem !important;
  }
  body.light .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  body.light .ml-xl-1 {
    margin-left: 0.25rem !important;
  }
  body.light .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  body.light .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  body.light .m-xl-2 {
    margin: 0.5rem !important;
  }
  body.light .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  body.light .mr-xl-2 {
    margin-right: 0.5rem !important;
  }
  body.light .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  body.light .ml-xl-2 {
    margin-left: 0.5rem !important;
  }
  body.light .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  body.light .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  body.light .m-xl-3 {
    margin: 1rem !important;
  }
  body.light .mt-xl-3 {
    margin-top: 1rem !important;
  }
  body.light .mr-xl-3 {
    margin-right: 1rem !important;
  }
  body.light .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  body.light .ml-xl-3 {
    margin-left: 1rem !important;
  }
  body.light .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  body.light .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  body.light .m-xl-4 {
    margin: 1.5rem !important;
  }
  body.light .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  body.light .mr-xl-4 {
    margin-right: 1.5rem !important;
  }
  body.light .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  body.light .ml-xl-4 {
    margin-left: 1.5rem !important;
  }
  body.light .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  body.light .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  body.light .m-xl-5 {
    margin: 3rem !important;
  }
  body.light .mt-xl-5 {
    margin-top: 3rem !important;
  }
  body.light .mr-xl-5 {
    margin-right: 3rem !important;
  }
  body.light .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  body.light .ml-xl-5 {
    margin-left: 3rem !important;
  }
  body.light .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  body.light .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  body.light .p-xl-0 {
    padding: 0 !important;
  }
  body.light .pt-xl-0 {
    padding-top: 0 !important;
  }
  body.light .pr-xl-0 {
    padding-right: 0 !important;
  }
  body.light .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  body.light .pl-xl-0 {
    padding-left: 0 !important;
  }
  body.light .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  body.light .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  body.light .p-xl-1 {
    padding: 0.25rem !important;
  }
  body.light .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  body.light .pr-xl-1 {
    padding-right: 0.25rem !important;
  }
  body.light .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  body.light .pl-xl-1 {
    padding-left: 0.25rem !important;
  }
  body.light .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  body.light .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  body.light .p-xl-2 {
    padding: 0.5rem !important;
  }
  body.light .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  body.light .pr-xl-2 {
    padding-right: 0.5rem !important;
  }
  body.light .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  body.light .pl-xl-2 {
    padding-left: 0.5rem !important;
  }
  body.light .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  body.light .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  body.light .p-xl-3 {
    padding: 1rem !important;
  }
  body.light .pt-xl-3 {
    padding-top: 1rem !important;
  }
  body.light .pr-xl-3 {
    padding-right: 1rem !important;
  }
  body.light .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  body.light .pl-xl-3 {
    padding-left: 1rem !important;
  }
  body.light .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  body.light .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  body.light .p-xl-4 {
    padding: 1.5rem !important;
  }
  body.light .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  body.light .pr-xl-4 {
    padding-right: 1.5rem !important;
  }
  body.light .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  body.light .pl-xl-4 {
    padding-left: 1.5rem !important;
  }
  body.light .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  body.light .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  body.light .p-xl-5 {
    padding: 3rem !important;
  }
  body.light .pt-xl-5 {
    padding-top: 3rem !important;
  }
  body.light .pr-xl-5 {
    padding-right: 3rem !important;
  }
  body.light .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  body.light .pl-xl-5 {
    padding-left: 3rem !important;
  }
  body.light .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  body.light .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  body.light .m-xl-auto {
    margin: auto !important;
  }
  body.light .mt-xl-auto {
    margin-top: auto !important;
  }
  body.light .mr-xl-auto {
    margin-right: auto !important;
  }
  body.light .mb-xl-auto {
    margin-bottom: auto !important;
  }
  body.light .ml-xl-auto {
    margin-left: auto !important;
  }
  body.light .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  body.light .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}
body.light .float-left {
  float: left !important;
}
body.light .float-none {
  float: none !important;
}
body.light .float-right {
  float: right !important;
}
@media (min-width: 576px) {
  body.light .float-sm-left {
    float: left !important;
  }
  body.light .float-sm-none {
    float: none !important;
  }
  body.light .float-sm-right {
    float: right !important;
  }
}
@media (min-width: 768px) {
  body.light .float-md-left {
    float: left !important;
  }
  body.light .float-md-none {
    float: none !important;
  }
  body.light .float-md-right {
    float: right !important;
  }
}
@media (min-width: 992px) {
  body.light .float-lg-left {
    float: left !important;
  }
  body.light .float-lg-none {
    float: none !important;
  }
  body.light .float-lg-right {
    float: right !important;
  }
}
@media (min-width: 1200px) {
  body.light .float-xl-left {
    float: left !important;
  }
  body.light .float-xl-none {
    float: none !important;
  }
  body.light .float-xl-right {
    float: right !important;
  }
}
body.light .o3-default-border {
  border: 1px solid rgba(0, 0, 0, 0.12);
}
body.light .o3-default-border-top {
  border-top: 1px solid rgba(0, 0, 0, 0.12);
}
body.light .o3-default-border-right {
  border-right: 1px solid rgba(0, 0, 0, 0.12);
}
body.light .o3-default-border-bottom {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
body.light .o3-default-border-left {
  border-left: 1px solid rgba(0, 0, 0, 0.12);
}
body.light .wizard-tabs {
  overflow: hidden;
  box-shadow: none;
  height: 100%;
}
body.light .wizard-tabs.o3-one-tab .mat-tab-header .mat-tab-labels .mat-tab-label::after {
  display: none;
}
body.light .wizard-tabs > .mat-tab-header {
  border-bottom: none;
}
body.light .wizard-tabs > .mat-tab-header .mat-tab-labels {
  justify-content: center;
}
body.light .wizard-tabs > .mat-tab-header .mat-tab-labels .mat-tab-label {
  line-height: 36px;
  height: 60px;
  background-color: transparent;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  opacity: 1;
  display: block;
}
body.light .wizard-tabs > .mat-tab-header .mat-tab-labels .mat-tab-label .mat-tab-label-content {
  display: block;
}
body.light .wizard-tabs > .mat-tab-header .mat-tab-labels .mat-tab-label .wizard-step-num {
  line-height: 24px;
  margin: 0 auto;
  width: 24px;
  height: 24px;
  background-color: #607D8B;
  color: #fff;
  border-radius: 50%;
  outline: 10px solid #fff;
}
body.light .wizard-tabs > .mat-tab-header .mat-tab-labels .mat-tab-label:focus {
  background-color: transparent;
}
body.light .wizard-tabs > .mat-tab-header .mat-tab-labels .mat-tab-label.mat-tab-disabled {
  opacity: 0.6;
}
body.light .wizard-tabs > .mat-tab-header .mat-tab-labels .mat-tab-label.mat-tab-disabled.mat-tab-label-active {
  opacity: 1;
}
body.light .wizard-tabs > .mat-tab-header .mat-tab-labels .mat-tab-label::after {
  content: "";
  width: 100%;
  border-top: 1px solid #E0E0E0;
  position: absolute;
  top: 12px;
  left: 0;
  z-index: -1;
}
body.light .wizard-tabs > .mat-tab-header .mat-tab-labels .mat-tab-label:first-child::after {
  left: 50%;
}
body.light .wizard-tabs > .mat-tab-header .mat-tab-labels .mat-tab-label:last-child::after {
  width: 50%;
}
body.light .wizard-tabs > .mat-tab-header .mat-ink-bar {
  background-color: #607d8b !important;
}
body.light div.overlay-input {
  position: relative;
  padding: 0.44em 0 0.7em 0;
  width: 100%;
}
body.light div.overlay-input:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: calc(0.7em - 1px);
  width: 100%;
  height: 1px;
  background: rgba(0, 0, 0, 0.42);
}
body.light div.overlay-input .input-label {
  position: absolute;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
body.light div.overlay-input > label {
  margin-bottom: 0 !important;
  font-size: 14px;
  transform: scale(0.75);
  transform-origin: 0 0;
  color: rgba(0, 0, 0, 0.54);
}
body.light div.overlay-input > label.input-label {
  margin-top: -0.11em;
}
body.light tree-viewport {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
}
body.light tree-viewport tree-node .tree-node .node-content-wrapper-active,
body.light tree-viewport tree-node .tree-node .node-content-wrapper-focused,
body.light tree-viewport tree-node .tree-node .node-content-wrapper:hover {
  background: transparent;
  box-shadow: none;
}
body.light .o3-select--filterable-tree tree-viewport > div {
  height: unset !important;
}
body.light tree-root.o3-flat tree-viewport span.toggle-children-placeholder-custom {
  width: 0px;
  min-width: 0px;
  max-width: 0px;
  padding: 0px;
}
body.light tree-root.o3-flat tree-viewport .option-row {
  padding-left: 11px;
}
body.light tree-root.o3-flat tree-viewport .option-row.o3-filterable-tree--checkbox-node mat-checkbox {
  margin-right: 5px;
}
body.light tree-root.o3-not-flat tree-viewport .node-content-wrapper {
  height: 100%;
  width: calc(100% - 30px);
}
body.light tree-root.o3-not-flat tree-viewport .node-content-wrapper .option-row.o3-filterable-tree--checkbox-node mat-checkbox {
  margin-right: 5px;
}
body.light tree-root.o3-not-flat tree-viewport .node-content-wrapper .option-row:not(.o3-filterable-tree--checkbox-node) {
  margin-left: -30px;
  padding-left: 30px;
  width: calc(100% + 30px);
}
body.light o3-filterable-tree {
  background-color: #fff;
}
body.light o3-filterable-tree .dropdown-filter {
  padding: 4px 8px;
  width: 100%;
  max-width: 100%;
  margin-bottom: 5px;
}
body.light o3-filterable-tree tree-viewport .angular-tree-component {
  margin-top: -2px;
}
body.light o3-filterable-tree tree-viewport tree-node-wrapper tree-node-expander .toggle-children-wrapper {
  line-height: 41px;
}
body.light o3-filterable-tree tree-viewport tree-node-wrapper tree-node-expander .toggle-children-placeholder {
  width: 23px;
}
body.light o3-filterable-tree tree-viewport .tree-node .node-drop-slot {
  display: none;
}
body.light o3-filterable-tree tree-viewport .tree-node > tree-node-wrapper .node-wrapper {
  transition: background-color 0.2s ease;
  background-color: transparent;
}
body.light o3-filterable-tree tree-viewport .tree-node > tree-node-wrapper .node-wrapper:focus-within, body.light o3-filterable-tree tree-viewport .tree-node > tree-node-wrapper .node-wrapper:hover {
  background-color: #f2f2f2;
}
body.light o3-filterable-tree tree-viewport .node-content-wrapper-active,
body.light o3-filterable-tree tree-viewport .node-content-wrapper.node-content-wrapper-active:hover,
body.light o3-filterable-tree tree-viewport .node-content-wrapper-active.node-content-wrapper-focused,
body.light o3-filterable-tree tree-viewport .node-content-wrapper-focused {
  background: transparent;
  box-shadow: none;
}
body.light o3-filterable-tree tree-viewport .toggle-children-wrapper {
  margin-left: 10px;
  line-height: 31px;
}
body.light o3-filterable-tree tree-viewport .node-content-wrapper {
  width: 100%;
  max-width: 100%;
  border-radius: 0px;
  padding: 0px;
  height: 100%;
  font-family: "Open Sans", "Helvetica Neue", sans-serif;
  font-size: 14px !important;
}
body.light o3-filterable-tree tree-viewport .node-content-wrapper div.option-row.o3-filterable-tree--selected-node:not(.o3-filterable-tree--checkbox-node) {
  background-color: #dedede;
  color: #2196f3 !important;
}
body.light o3-filterable-tree tree-viewport .node-wrapper:hover {
  background: rgba(0, 0, 0, 0.04);
}
body.light .o3-overlay--dropdown-container .input-container,
body.light .o3-overlay--dropdown-container .button-container, body.light o3-filterable-tree .input-container,
body.light o3-filterable-tree .button-container {
  padding: 10px 10px 10px 10px;
}
body.light .o3-overlay--dropdown-container hr, body.light o3-filterable-tree hr {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}
body.light .o3-overlay--dropdown-container tree-viewport {
  max-height: 35vh;
}
body.light .console-log-container {
  min-height: 300px;
  height: 100%;
  width: 100%;
  position: relative;
}
body.light .console-log-container.filtered {
  height: calc(100% - 60px);
}
body.light .console-log-container .console-log {
  background: #dedbc4;
  color: #000000;
  height: 100%;
  width: calc(100% - 15px);
  position: absolute;
  font-family: Consolas, monospace;
  font-size: 12px;
  line-height: 13px;
  overflow-y: hidden;
}
body.light .console-log-container .console-log table, body.light .console-log-container .console-log tr, body.light .console-log-container .console-log td {
  padding: 0em;
  margin-left: 0;
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, Courier, monospace;
  font-size: 10px;
}
body.light .console-log-container .console-log table {
  margin: 0;
  padding: 5px;
  overflow-x: hidden;
  border-spacing: 0;
}
body.light .console-log-container .console-log tr {
  white-space: nowrap;
  text-overflow: initial;
  overflow-x: visible;
}
body.light .console-log-container .console-log span.resizer {
  display: block;
  resize: horizontal;
  padding-right: 10px;
}
body.light .console-log-container .console-log .entry-cell {
  min-height: 13px;
}
body.light .console-log-container .console-log tr span,
body.light .console-log-container .console-log tr div {
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, Courier, monospace;
  font-size: 10px;
}
body.light .console-log-container .console-log td {
  margin-right: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
body.light .console-log-container .console-log td > * {
  margin: 0px 5px;
}
body.light .console-log-container .console-log td > * > span {
  display: block;
}
body.light .console-log-container .console-log td span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
body.light .console-log-container .console-log .console-ln {
  color: #388e3c;
  font-weight: bold;
  min-width: 35px;
}
body.light .console-log-container .console-log .console-ts {
  color: #2a52ff;
}
body.light .console-log-container .console-log .console-log-input .console-input-container {
  position: absolute;
  width: calc(100% - 15px);
}
body.light .console-log-container .console-log .console-log-input .console-input-container .console-log-prompt {
  color: #388e3c;
  margin-right: 5px;
  display: inline;
}
body.light .console-log-container .console-log .console-log-input .console-input-container input {
  line-height: 12px;
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, Courier, monospace;
  font-size: 10px;
  border: 0;
  width: 95%;
  background-color: #dedbc4;
  color: #000;
}
body.light .console-log-container .console-log .console-log-input .console-input-container input:focus {
  outline: none !important;
}
body.light .console-log-container .console-log .pager {
  padding: 5px;
  text-align: center;
  cursor: pointer;
}
body.light .console-log-container .console-log .pager.pager-previous {
  border-bottom: 1px dashed #fff;
  margin-bottom: 5px;
}
body.light .console-log-container .console-log .pager.pager-next {
  border-top: 1px dashed #fff;
  margin-top: 5px;
}
body.light .console-log-container .configure-button {
  position: absolute !important;
  padding: 0 !important;
  top: 10px !important;
  right: 15px !important;
  display: none;
}
body.light .console-log-container .configure-button i.o3-configure {
  background-color: white;
  font-size: 34px;
  line-height: 34px;
  max-width: 34px;
  border-radius: 4px;
}
body.light .console-log-container:hover .configure-button {
  display: block;
}
body.light .console-log-container .console-log-virtual-scroll {
  position: absolute;
  top: 0;
  bottom: 0;
  height: 100%;
  right: 0;
  width: 15px;
  background-color: #f5f5f5;
  overflow-y: hidden;
}
body.light .console-log-container .console-log-virtual-scroll .console-log-virtual-scroll-thumb {
  background-color: #999999;
  border: 2px solid #999999;
  position: absolute;
  width: 100%;
  height: 50px;
  cursor: grab;
  z-index: 100;
  min-height: 15px;
}
body.light .console-log-container .console-log::-webkit-scrollbar {
  width: 0;
  height: 7.5px;
}
body.light .console-log-container .console-log::-webkit-scrollbar-thumb {
  background-color: #999999;
}
body.light .console-log-container .console-log::-webkit-scrollbar-track {
  background-color: #f5f5f5;
}
body.light .mat-chip-list-wrapper .mat-chip:not(.mat-basic-chip) {
  margin-bottom: 5px;
}
body.light .mat-chip:not(.mat-basic-chip) {
  background-color: #fff;
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  margin-right: 5px;
}
body.light .mat-chip:not(.mat-basic-chip) i.o3 {
  font-size: 14px;
}
body.light .mat-chip:not(.mat-basic-chip) i.o3.o3-filter-outline {
  margin-right: 2.5px;
}
body.light .mat-chip:not(.mat-basic-chip) .remove-filter {
  cursor: pointer;
  border-left: 1px solid rgba(0, 0, 0, 0.26);
  padding-left: 5px;
  margin-left: 5px;
}
body.light .mat-chip.mat-standard-chip .mat-chip-remove {
  line-height: 1em;
  font-size: 18px;
}
body.light .carousel-inner {
  padding: 0 10%;
}
body.light .carousel-control-prev,
body.light .carousel-control-next {
  background-color: #fff;
  bottom: 5%;
  top: auto;
}
body.light .carousel-control-prev:hover,
body.light .carousel-control-next:hover {
  background: #fff;
}
@media only screen and (max-width: 960px) {
  body.light .carousel-control-next,
body.light .carousel-control-prev {
    opacity: 1 !important;
  }
}
body.light button.o3-map--control-button {
  position: absolute !important;
  background-color: white;
  color: #83888D;
  border-radius: 0px;
  width: 32px;
  height: 32px;
  box-shadow: rgba(0, 0, 0, 0.16) 0 0 4px;
}
body.light button.o3-map--control-button:active {
  background-color: #f1f1f1;
}
body.light button.o3-map--control-button .mat-button-wrapper .mat-icon {
  font-size: 20px;
}
body.light .mapboxgl-canvas-container {
  position: static;
}
body.light .atlas-map-canvas {
  outline: none;
}
body.light .o3-gps-map--path.has-popup .mapboxgl-canvas-container {
  cursor: pointer !important;
}
body.light .o3-gps-map--path.dragging-scrubber .mapboxgl-canvas-container {
  cursor: grabbing !important;
}
body.light table {
  border-spacing: 1px;
}
body.light th {
  text-align: left;
}
body.light table.table-padded td {
  padding: 1rem !important;
}
body.light .table-footer {
  background: white;
  border-top: solid rgba(0, 0, 0, 0.12) 1px;
  color: rgba(0, 0, 0, 0.87);
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  box-sizing: content-box;
  display: block;
  margin: 0;
  transition: margin 225ms cubic-bezier(0.4, 0, 0.2, 1);
}
body.light .table-footer:hover {
  background: #f5f5f5;
}
body.light .table-footer .table-footer-content {
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
  padding: 19px 24px;
}
body.light table.input-table th td:first-child, body.light table.input-table tr td:first-child {
  width: 70%;
}
@media only screen and (min-width: 960px) {
  body.light table.input-table th td:first-child, body.light table.input-table tr td:first-child {
    width: 33%;
  }
}
body.light table.input-table th td:not(:first-child), body.light table.input-table tr td:not(:first-child) {
  text-align: right;
}
@media only screen and (min-width: 960px) {
  body.light table.input-table th td:not(:first-child), body.light table.input-table tr td:not(:first-child) {
    text-align: left;
  }
}
body.light .cdk-virtual-scroll-content-wrapper {
  width: 100%;
}
body.light .o3-table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f5f5f5;
}
body.light table.o3-table-wide {
  width: 100%;
}
body.light .mat-card.report-element .mat-card-title {
  text-align: left;
  padding: 12px 12px 12px 24px;
  color: #2196F3;
  margin-left: 0;
  margin-right: 0;
}
body.light .mat-card.report-element .mat-card-title h2 {
  font-size: 18px;
  font-weight: normal;
  line-height: 24px;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 68%;
  display: inline-block;
  vertical-align: bottom;
}
body.light .mat-card.report-element > .mat-card-content {
  height: 500px;
  overflow: hidden;
  position: relative;
  padding: 10px 20px;
}
body.light .mat-card.report-element > .mat-card-content .chart-container {
  height: 100%;
}
body.light .mat-card.report-element > .mat-card-content .chart-optio3-container {
  width: 100%;
  height: 500px;
  margin: 0 auto;
}
body.light .mat-card.report-element.report-element-dynamic-height > .mat-card-content {
  height: inherit;
}
body.light .popup-content-container:focus {
  outline: none;
}
body.light .mat-dialog-container {
  padding: 0 !important;
}
body.light .mat-dialog-container,
body.light .o3-overlay--content-container {
  font-size: var(--base-font-size);
}
body.light .mat-dialog-container .dialog-header,
body.light .o3-overlay--content-container .dialog-header {
  padding: 1.5rem 1.5rem 0;
}
body.light .mat-dialog-container .dialog-footer,
body.light .o3-overlay--content-container .dialog-footer {
  padding: 1.5rem 1.5rem;
}
body.light .mat-dialog-container .dialog-footer button,
body.light .o3-overlay--content-container .dialog-footer button {
  margin-right: 8px;
}
body.light .mat-dialog-container .dialog-body,
body.light .o3-overlay--content-container .dialog-body {
  padding: 1.5rem 1.5rem;
}
body.light .mat-dialog-container .dialog-body + .dialog-footer,
body.light .o3-overlay--content-container .dialog-body + .dialog-footer {
  padding-top: 0;
}
body.light .mat-dialog-container.dialog-sm,
body.light .o3-overlay--content-container.dialog-sm {
  min-width: 300px;
  max-height: 90vh;
}
body.light .mat-dialog-container.dialog-md, body.light .mat-dialog-container .dialog-md, body.light .mat-dialog-container.dialog-lg, body.light .mat-dialog-container .dialog-lg,
body.light .o3-overlay--content-container.dialog-md,
body.light .o3-overlay--content-container .dialog-md,
body.light .o3-overlay--content-container.dialog-lg,
body.light .o3-overlay--content-container .dialog-lg {
  min-width: 200px;
  max-height: 95vh;
}
body.light .mat-dialog-container.dialog-xl, body.light .mat-dialog-container .dialog-xl,
body.light .o3-overlay--content-container.dialog-xl,
body.light .o3-overlay--content-container .dialog-xl {
  width: 90vw;
  height: 95vh;
}
body.light .mat-dialog-container.dialog-xl-wide, body.light .mat-dialog-container .dialog-xl-wide,
body.light .o3-overlay--content-container.dialog-xl-wide,
body.light .o3-overlay--content-container .dialog-xl-wide {
  width: 90vw;
}
@media only screen and (min-width: 600px) {
  body.light .mat-dialog-container.dialog-md, body.light .mat-dialog-container .dialog-md, body.light .mat-dialog-container.dialog-lg, body.light .mat-dialog-container .dialog-lg,
body.light .o3-overlay--content-container.dialog-md,
body.light .o3-overlay--content-container .dialog-md,
body.light .o3-overlay--content-container.dialog-lg,
body.light .o3-overlay--content-container .dialog-lg {
    min-width: 450px;
  }
}
@media only screen and (min-width: 960px) {
  body.light .mat-dialog-container.dialog-md, body.light .mat-dialog-container .dialog-md,
body.light .o3-overlay--content-container.dialog-md,
body.light .o3-overlay--content-container .dialog-md {
    min-width: 600px;
  }
  body.light .mat-dialog-container.dialog-lg, body.light .mat-dialog-container .dialog-lg,
body.light .o3-overlay--content-container.dialog-lg,
body.light .o3-overlay--content-container .dialog-lg {
    min-width: 730px;
  }
}
@media only screen and (min-width: 1280px) {
  body.light .mat-dialog-container.dialog-lg, body.light .mat-dialog-container .dialog-lg,
body.light .o3-overlay--content-container.dialog-lg,
body.light .o3-overlay--content-container .dialog-lg {
    min-width: 800px;
  }
}
body.light .o3--is-dragging {
  cursor: grabbing !important;
}
body.light o3-widget-container.cdk-drag-preview * {
  pointer-events: none !important;
}
body.light .selectable {
  user-select: text;
}
body.light .mat-card-title,
body.light .mat-expansion-panel-header,
body.light .status-text {
  user-select: text;
}
body.light .o3-content-protector {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}
body.light .mat-sidenav-container.start-page-container {
  background-color: #263237;
}
body.light .mat-drawer-content {
  overflow-x: hidden;
  overflow-y: auto;
}
body.light .mat-drawer-content > div.area-start {
  height: 100%;
}
body.light .mat-toolbar.topnav-container.area-dashboard {
  background: #2196F3;
}
body.light .mat-toolbar.topnav-container.area-alerts {
  background: #FF9800;
}
body.light .mat-toolbar.topnav-container.area-devices {
  background: #673AB7;
}
body.light .mat-toolbar.topnav-container.area-device-elements {
  background: #6153FF;
}
body.light .mat-toolbar.topnav-container.area-equipment {
  background: #C70039;
}
body.light .mat-toolbar.topnav-container.area-usage-trends {
  background: #4CAF50;
}
body.light .mat-toolbar.topnav-container.area-configuration {
  background: #64A0A0;
}
body.light .mat-toolbar.topnav-container.area-visualization {
  background: #3ABD3A;
}
body.light i.o3-home {
  color: #2196F3;
}
body.light i.o3-alert {
  color: #FF9800;
}
body.light i.o3-device {
  color: #673AB7;
}
body.light i.o3-device-element {
  color: #6153FF;
}
body.light i.o3-equipment {
  color: #C70039;
}
body.light i.o3-usage-trend {
  color: #4CAF50;
}
body.light i.o3-configure {
  color: #64A0A0;
}
body.light i.o3-database-search {
  color: #3ABD3A;
}
body.light div.page-container {
  position: relative;
  min-height: 100%;
}
body.light div.page-container .bold {
  font-weight: bold;
}
body.light div.page-container.area-dashboard .mat-toolbar.mat-primary {
  background-color: #2196F3;
}
body.light div.page-container.area-dashboard .mat-tab-group-actions .mat-icon, body.light div.page-container.area-dashboard .projector-container .mat-icon {
  color: #2196F3;
}
body.light div.page-container.area-dashboard .mat-ink-bar {
  background-color: #2196F3;
}
body.light div.page-container.area-dashboard .area-primary-color {
  color: #2196F3;
}
body.light div.page-container.area-dashboard .mat-tab-link.active,
body.light div.page-container.area-dashboard .mat-tab-label.mat-tab-label-active {
  color: #2196f3;
}
body.light div.page-container.area-dashboard .area-color {
  color: #2196f3;
}
body.light div.page-container.area-dashboard .mat-form-field.mat-focused:not(.mat-form-field-invalid).o3-page-color-border {
  border-color: #2196F3;
}
body.light div.page-container.area-dashboard .mat-form-field.mat-focused:not(.mat-form-field-invalid) .mat-form-field-label {
  color: #2196F3;
}
body.light div.page-container.area-dashboard .mat-form-field.mat-focused:not(.mat-form-field-invalid) .mat-form-field-ripple {
  background-color: #2196F3;
}
body.light div.page-container.area-dashboard .mat-card .mat-card-title {
  color: #1565C0;
}
body.light div.page-container.area-alerts .mat-toolbar.mat-primary {
  background-color: #FF9800;
}
body.light div.page-container.area-alerts .mat-tab-group-actions .mat-icon, body.light div.page-container.area-alerts .projector-container .mat-icon {
  color: #FF9800;
}
body.light div.page-container.area-alerts .mat-ink-bar {
  background-color: #FF9800;
}
body.light div.page-container.area-alerts .area-primary-color {
  color: #FF9800;
}
body.light div.page-container.area-alerts .mat-tab-link.active,
body.light div.page-container.area-alerts .mat-tab-label.mat-tab-label-active {
  color: #EF6C00;
}
body.light div.page-container.area-alerts .area-color {
  color: #EF6C00;
}
body.light div.page-container.area-alerts .mat-form-field.mat-focused:not(.mat-form-field-invalid).o3-page-color-border {
  border-color: #FF9800;
}
body.light div.page-container.area-alerts .mat-form-field.mat-focused:not(.mat-form-field-invalid) .mat-form-field-label {
  color: #FF9800;
}
body.light div.page-container.area-alerts .mat-form-field.mat-focused:not(.mat-form-field-invalid) .mat-form-field-ripple {
  background-color: #FF9800;
}
body.light div.page-container.area-devices .mat-toolbar.mat-primary {
  background-color: #673AB7;
}
body.light div.page-container.area-devices .mat-tab-group-actions .mat-icon, body.light div.page-container.area-devices .projector-container .mat-icon {
  color: #673AB7;
}
body.light div.page-container.area-devices .mat-ink-bar {
  background-color: #673AB7;
}
body.light div.page-container.area-devices .area-primary-color {
  color: #673AB7;
}
body.light div.page-container.area-devices .mat-tab-link.active,
body.light div.page-container.area-devices .mat-tab-label.mat-tab-label-active {
  color: #4527A0;
}
body.light div.page-container.area-devices .area-color {
  color: #4527A0;
}
body.light div.page-container.area-devices .mat-form-field.mat-focused:not(.mat-form-field-invalid).o3-page-color-border {
  border-color: #673AB7;
}
body.light div.page-container.area-devices .mat-form-field.mat-focused:not(.mat-form-field-invalid) .mat-form-field-label {
  color: #673AB7;
}
body.light div.page-container.area-devices .mat-form-field.mat-focused:not(.mat-form-field-invalid) .mat-form-field-ripple {
  background-color: #673AB7;
}
body.light div.page-container.area-device-elements .mat-toolbar.mat-primary {
  background-color: #6153FF;
}
body.light div.page-container.area-device-elements .mat-tab-group-actions .mat-icon, body.light div.page-container.area-device-elements .projector-container .mat-icon {
  color: #6153FF;
}
body.light div.page-container.area-device-elements .mat-ink-bar {
  background-color: #6153FF;
}
body.light div.page-container.area-device-elements .area-primary-color {
  color: #6153FF;
}
body.light div.page-container.area-device-elements .mat-tab-link.active,
body.light div.page-container.area-device-elements .mat-tab-label.mat-tab-label-active {
  color: #4C41C4;
}
body.light div.page-container.area-device-elements .area-color {
  color: #4C41C4;
}
body.light div.page-container.area-device-elements .mat-form-field.mat-focused:not(.mat-form-field-invalid).o3-page-color-border {
  border-color: #6153FF;
}
body.light div.page-container.area-device-elements .mat-form-field.mat-focused:not(.mat-form-field-invalid) .mat-form-field-label {
  color: #6153FF;
}
body.light div.page-container.area-device-elements .mat-form-field.mat-focused:not(.mat-form-field-invalid) .mat-form-field-ripple {
  background-color: #6153FF;
}
body.light div.page-container.area-equipment .mat-toolbar.mat-primary {
  background-color: #C70039;
}
body.light div.page-container.area-equipment .mat-tab-group-actions .mat-icon, body.light div.page-container.area-equipment .projector-container .mat-icon {
  color: #C70039;
}
body.light div.page-container.area-equipment .mat-ink-bar {
  background-color: #C70039;
}
body.light div.page-container.area-equipment .area-primary-color {
  color: #C70039;
}
body.light div.page-container.area-equipment .mat-tab-link.active,
body.light div.page-container.area-equipment .mat-tab-label.mat-tab-label-active {
  color: #B30033;
}
body.light div.page-container.area-equipment .area-color {
  color: #B30033;
}
body.light div.page-container.area-equipment .mat-form-field.mat-focused:not(.mat-form-field-invalid).o3-page-color-border {
  border-color: #C70039;
}
body.light div.page-container.area-equipment .mat-form-field.mat-focused:not(.mat-form-field-invalid) .mat-form-field-label {
  color: #C70039;
}
body.light div.page-container.area-equipment .mat-form-field.mat-focused:not(.mat-form-field-invalid) .mat-form-field-ripple {
  background-color: #C70039;
}
body.light div.page-container.area-visualization .mat-toolbar.mat-primary {
  background-color: #3ABD3A;
}
body.light div.page-container.area-visualization .mat-tab-group-actions .mat-icon, body.light div.page-container.area-visualization .projector-container .mat-icon {
  color: #3ABD3A;
}
body.light div.page-container.area-visualization .mat-ink-bar {
  background-color: #3ABD3A;
}
body.light div.page-container.area-visualization .area-primary-color {
  color: #3ABD3A;
}
body.light div.page-container.area-visualization .mat-tab-link.active,
body.light div.page-container.area-visualization .mat-tab-label.mat-tab-label-active {
  color: #2E972E;
}
body.light div.page-container.area-visualization .area-color {
  color: #2E972E;
}
body.light div.page-container.area-visualization .mat-form-field.mat-focused:not(.mat-form-field-invalid).o3-page-color-border {
  border-color: #3ABD3A;
}
body.light div.page-container.area-visualization .mat-form-field.mat-focused:not(.mat-form-field-invalid) .mat-form-field-label {
  color: #3ABD3A;
}
body.light div.page-container.area-visualization .mat-form-field.mat-focused:not(.mat-form-field-invalid) .mat-form-field-ripple {
  background-color: #3ABD3A;
}
body.light div.page-container.area-configuration .mat-toolbar.mat-primary {
  background-color: #64A0A0;
}
body.light div.page-container.area-configuration .mat-tab-group-actions .mat-icon, body.light div.page-container.area-configuration .projector-container .mat-icon {
  color: #64A0A0;
}
body.light div.page-container.area-configuration .mat-ink-bar {
  background-color: #64A0A0;
}
body.light div.page-container.area-configuration .area-primary-color {
  color: #64A0A0;
}
body.light div.page-container.area-configuration .mat-tab-link.active,
body.light div.page-container.area-configuration .mat-tab-label.mat-tab-label-active {
  color: #37474F;
}
body.light div.page-container.area-configuration .area-color {
  color: #37474F;
}
body.light div.page-container.area-configuration .mat-form-field.mat-focused:not(.mat-form-field-invalid).o3-page-color-border {
  border-color: #64A0A0;
}
body.light div.page-container.area-configuration .mat-form-field.mat-focused:not(.mat-form-field-invalid) .mat-form-field-label {
  color: #64A0A0;
}
body.light div.page-container.area-configuration .mat-form-field.mat-focused:not(.mat-form-field-invalid) .mat-form-field-ripple {
  background-color: #64A0A0;
}
body.light .mat-raised-button.mat-primary,
body.light .mat-fab.mat-primary,
body.light .mat-mini-fab.mat-primary {
  background-color: #607D8B;
}
body.light .mat-button-toggle .mat-button-toggle-label {
  margin: 0;
}
body.light .clickable-input {
  cursor: pointer;
  transition-property: background;
  transition-duration: 0.3s;
  transition-timing-function: linear;
}
body.light .clickable-input:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
body.light .clickable-input input {
  cursor: pointer;
}
body.light .status-icon.status-failure {
  color: #F44336;
}
body.light .status-icon.status-info {
  color: #2196F3;
}
body.light .status-icon.status-recall {
  color: #FF9800;
}
body.light .status-icon.status-success {
  color: #4CAF50;
}
body.light .status-icon.status-certification {
  color: #AB47BC;
}
body.light .o3-alert-color {
  color: #FF9800;
}
body.light .o3-device-color {
  color: #673AB7;
}
body.light .o3-usage-trend-color {
  color: #4CAF50;
}
body.light .o3-configuration-color {
  color: #64A0A0;
}
body.light ngb-carousel:focus {
  outline: none;
}
body.light .mat-tooltip {
  white-space: pre-wrap;
  max-width: 600px !important;
}
body.light .o3-wide-tooltip {
  white-space: pre-wrap;
  max-width: 1200px !important;
}
body.light section.bs .o3-fieldset-with-border fieldset {
  border: 1px solid;
  padding: 8px;
  margin-bottom: 12px;
}
body.light section.bs .o3-fieldset-with-border fieldset legend {
  font-size: 1.2rem;
  margin-bottom: 0;
}
body.light .o3-wizard {
  display: flex;
  flex-direction: column;
}
body.light .o3-wizard .mat-card-content {
  flex: 1 1 auto;
}
body.light .o3-wizard.modal-mode {
  height: 100%;
  margin: 0px;
}
body.light .o3-wizard.modal-mode .mat-card-title {
  padding: 8px 0px;
}
body.light .o3-wizard.modal-mode > .mat-card-title {
  padding: 8px 12px;
}
body.light .o3-wizard.modal-mode > .mat-card-content {
  padding: 16px 0px 0px 0px;
}
@media only screen and (max-width: 600px) {
  body.light .o3-wizard.modal-mode > .mat-card-content {
    padding: 0px;
  }
}
body.light .o3-wizard.modal-mode > .mat-card-content .mat-tab-body-wrapper {
  height: calc(95vh - 179px);
  padding: 8px 0px 4px;
}
@media only screen and (max-width: 600px) {
  body.light .o3-wizard.modal-mode > .mat-card-content .mat-tab-body-wrapper {
    height: calc(95vh - 138px);
  }
}
body.light .o3-wizard.modal-mode o3-context-pane-card .mat-button-toggle-label-content {
  line-height: 25px;
}
body.light .o3-wizard.modal-mode o3-context-pane-card > .mat-card .mat-form-field {
  width: 100%;
}
body.light .o3-wizard.modal-mode o3-context-pane-card > .mat-card > .mat-card-content, body.light .o3-wizard.modal-mode o3-context-pane-card > .mat-card .mat-card-title {
  padding: 5px 10px;
}
body.light .o3-wizard.modal-mode o3-context-pane-card > .mat-card .mat-form-field-underline {
  display: none;
}
body.light .o3-wizard .mat-tab-body-content {
  padding: 0px 12px;
}
body.light .cdk-overlay-pane.chart-tooltip-container, body.light .cdk-overlay-pane .chart-tooltip {
  pointer-events: none;
}
body.light .cdk-overlay-pane .chart-tooltip {
  max-width: 95vw;
  background-color: rgba(0, 0, 0, 0.75);
  border-radius: 5px;
  position: relative;
}
body.light .cdk-overlay-pane .chart-tooltip .chart-tooltip-content {
  padding: 10px;
  font-size: 11px;
  color: #fff;
  white-space: nowrap;
}
body.light .cdk-overlay-pane .chart-tooltip .chart-tooltip-content .chart-prop {
  font-weight: bolder;
  color: yellow;
}
body.light .cdk-overlay-pane .chart-tooltip .chart-tooltip-content .chart-info {
  font-weight: lighter;
  font-style: italic;
  color: #EEEEEE;
  margin-top: 4px;
}
body.light .cdk-overlay-pane .chart-tooltip .chart-tooltip-content.o3-chart-tooltip--mobile {
  white-space: normal;
}
body.light .cdk-overlay-pane .chart-tooltip .arrow {
  position: absolute;
}
body.light .cdk-overlay-pane .chart-tooltip .arrow::after {
  border: solid rgba(0, 0, 0, 0);
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  border-width: 6px;
}
body.light .cdk-overlay-pane.top .chart-tooltip .arrow, body.light .cdk-overlay-pane.bottom .chart-tooltip .arrow {
  left: 50%;
}
body.light .cdk-overlay-pane.top .chart-tooltip .arrow::after, body.light .cdk-overlay-pane.bottom .chart-tooltip .arrow::after {
  margin-left: -6px;
}
body.light .cdk-overlay-pane.top .chart-tooltip {
  margin-bottom: 5px;
}
body.light .cdk-overlay-pane.top .chart-tooltip .arrow {
  top: 100%;
}
body.light .cdk-overlay-pane.top .chart-tooltip .arrow::after {
  border-top-color: rgba(0, 0, 0, 0.75);
}
body.light .cdk-overlay-pane.bottom .chart-tooltip {
  margin-top: 5px;
}
body.light .cdk-overlay-pane.bottom .chart-tooltip .arrow {
  bottom: calc(100% + 12px);
}
body.light .cdk-overlay-pane.bottom .chart-tooltip .arrow::after {
  border-bottom-color: rgba(0, 0, 0, 0.75);
}
body.light .cdk-overlay-pane.left .chart-tooltip .arrow, body.light .cdk-overlay-pane.right .chart-tooltip .arrow {
  top: 50%;
}
body.light .cdk-overlay-pane.left .chart-tooltip .arrow::after, body.light .cdk-overlay-pane.right .chart-tooltip .arrow::after {
  margin-top: -6px;
}
body.light .cdk-overlay-pane.left .chart-tooltip {
  margin-right: 5px;
}
body.light .cdk-overlay-pane.left .chart-tooltip .arrow {
  left: 100%;
}
body.light .cdk-overlay-pane.left .chart-tooltip .arrow::after {
  border-left-color: rgba(0, 0, 0, 0.75);
}
body.light .cdk-overlay-pane.right .chart-tooltip {
  margin-left: 5px;
}
body.light .cdk-overlay-pane.right .chart-tooltip .arrow {
  left: -12px;
}
body.light .cdk-overlay-pane.right .chart-tooltip .arrow::after {
  border-right-color: rgba(0, 0, 0, 0.75);
}
body.light .mat-badge-small .mat-badge-content {
  font-size: 12px/1.3;
}
body.light .mat-flat-button.with-icon .mat-button-wrapper, body.light .mat-raised-button.with-icon .mat-button-wrapper, body.light mat-button.with-icon .mat-button-wrapper {
  display: flex;
  align-items: center;
}
body.light .mat-flat-button.with-icon .mat-button-wrapper .mat-icon, body.light .mat-raised-button.with-icon .mat-button-wrapper .mat-icon, body.light mat-button.with-icon .mat-button-wrapper .mat-icon {
  margin-left: 10px;
  line-height: 24px;
}
body.light .range-toggle .range-toggle-button {
  padding: 4px 10px;
}
body.light .range-toggle .range-toggle-button button {
  padding: 0;
  line-height: 1em;
}
body.light .range-toggle .range-toggle-button button .mat-button-toggle-label-content {
  line-height: 1em;
  padding: 0;
}
body.light .mat-menu-content:not(:empty) {
  padding: 0px;
}
body.light .cdk-overlay-pane .mat-card > .mat-card-content {
  box-shadow: none;
}
body.light .cdk-overlay-pane .mat-tab-body-wrapper {
  transition: none;
}
body.light .report-layout {
  box-sizing: border-box;
  font-size: 10pt;
}
body.light .report-layout .container {
  min-width: initial !important;
  max-width: initial !important;
  padding: 0px;
}
body.light .report-layout .table tbody td,
body.light .report-layout .table thead th {
  padding: 0.5em;
  page-break-inside: avoid !important;
  page-break-before: always !important;
}
body.light .report-layout .table thead th {
  height: auto;
  background-color: #607D8B !important;
  color: #fff;
  text-transform: uppercase;
  font-size: 10pt;
  vertical-align: middle;
}
body.light .report-layout .report {
  background-color: #fff;
}
body.light .report-layout .report .report-title,
body.light .report-layout .report .report-section {
  margin: 1em 0em;
  padding-bottom: 1em;
  padding-left: 0.5em;
  padding-right: 0.5em;
  position: relative;
}
body.light .report-layout .report .report-title:first-child,
body.light .report-layout .report .report-section:first-child {
  margin-top: 0px;
}
body.light .report-layout .report .report-title p,
body.light .report-layout .report .report-section p {
  margin-bottom: 0.5em;
}
body.light .report-layout .report .report-title.full-width,
body.light .report-layout .report .report-section.full-width {
  padding-left: 0px;
  padding-right: 0px;
}
body.light .report-layout .report .report-title .report-section-column-container,
body.light .report-layout .report .report-section .report-section-column-container {
  display: flex;
}
body.light .report-layout .report .report-title .report-section-column-container .report-section-column,
body.light .report-layout .report .report-section .report-section-column-container .report-section-column {
  position: relative;
  padding: 10px;
  margin: 0 0.5em;
}
body.light .report-layout .report .report-title .o3-no-break,
body.light .report-layout .report .report-section .o3-no-break {
  page-break-inside: avoid;
}
body.light .report-layout .report .report-title {
  text-align: center;
}
body.light .report-layout .report .report-title h1 {
  font-size: 1.6em;
  line-height: 1.6em;
  margin-bottom: 0em;
  font-weight: bold;
  text-transform: uppercase;
}
body.light .report-layout .report .report-progress {
  position: absolute;
  left: 40%;
  top: 40%;
  width: 20%;
  margin: auto;
  text-align: center;
}
body.light .report-layout .report .report-progress h3 {
  font-size: 18px;
  margin-bottom: 15px;
}
body.light .report-layout .report .report-progress .mat-progress-bar {
  height: 8px;
}
body.light .report-layout .report .report-section *:not(.ql-editor) > h2 {
  text-align: center;
  font-size: 1.2em;
  line-height: 1.4em;
  margin-bottom: 1em;
  text-transform: uppercase;
  font-weight: bold;
}
body.light .report-layout .report .report-section *:not(.ql-editor) > label {
  font-weight: bold;
  margin-bottom: 0px;
}
body.light .report-layout .report .report-section *:not(.ql-editor) > label.mat-checkbox-layout {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  font-weight: normal;
}
body.light .report-layout .report .report-box {
  border: 2px solid #607D8B;
  padding: 1em;
  text-align: center;
  margin-bottom: 1em;
  max-width: 200px;
  height: 100px;
  margin: 0em auto 1em;
}
body.light .report-layout .report .report-box span {
  font-weight: bold;
  font-size: 3.5em;
  display: block;
  color: #EF6C00;
}
body.light .report-layout .report .row {
  margin-right: 0px;
  margin-left: 0px;
}
body.light .report-layout .report .row p:last-child {
  margin-bottom: 0px;
}
body.light .report-layout .report .row + .row {
  margin-top: 1em;
}
body.light o3-context-pane-card .mat-button-toggle-label-content {
  line-height: 25px;
}
body.light o3-context-pane-card > .mat-card .mat-form-field {
  width: 100%;
}
body.light o3-context-pane-card > .mat-card > .mat-card-content, body.light o3-context-pane-card > .mat-card .mat-card-title {
  padding: 5px 10px;
}
body.light o3-context-pane-card > .mat-card .mat-form-field-underline {
  display: none;
}
*[hidden] {
  display: none !important;
}
:root {
  --base-font-size: 14px;
  --widget-padding: 4px;
  --widget-toolbar-height: 41px;
}
