/* @import "https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@100;200;300;400;500;600;700&display=swap"; /*!
 * Font Awesome Free 6.3.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2023 Fonticons, Inc.
 */
.fa {
  font-family: var(--fa-style-family, "Font Awesome 6 Free");
  font-weight: var(--fa-style, 900);
}
.fa,
.fa-classic,
.fa-sharp,
.fas,
.fa-solid,
.far,
.fa-regular,
.fab,
.fa-brands {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
}
.fas,
.fa-classic,
.fa-solid,
.far,
.fa-regular {
  font-family: "Font Awesome 6 Free";
}
.fab,
.fa-brands {
  font-family: "Font Awesome 6 Brands";
}
.fa-1x {
  font-size: 1em;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-6x {
  font-size: 6em;
}
.fa-7x {
  font-size: 7em;
}
.fa-8x {
  font-size: 8em;
}
.fa-9x {
  font-size: 9em;
}
.fa-10x {
  font-size: 10em;
}
.fa-2xs {
  font-size: 0.625em;
  line-height: 0.1em;
  vertical-align: 0.225em;
}
.fa-xs {
  font-size: 0.75em;
  line-height: 0.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 {
  -webkit-animation-name: fa-beat;
  animation-name: fa-beat;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
  animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: var(--fa-animation-direction, normal);
  animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
  animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: var(
    --fa-animation-iteration-count,
    infinite
  );
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, ease-in-out);
  animation-timing-function: var(--fa-animation-timing, ease-in-out);
}
.fa-bounce {
  -webkit-animation-name: fa-bounce;
  animation-name: fa-bounce;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
  animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: var(--fa-animation-direction, normal);
  animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
  animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: var(
    --fa-animation-iteration-count,
    infinite
  );
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(
    --fa-animation-timing,
    cubic-bezier(0.28, 0.84, 0.42, 1)
  );
  animation-timing-function: var(
    --fa-animation-timing,
    cubic-bezier(0.28, 0.84, 0.42, 1)
  );
}
.fa-fade {
  -webkit-animation-name: fa-fade;
  animation-name: fa-fade;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
  animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: var(--fa-animation-direction, normal);
  animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
  animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: var(
    --fa-animation-iteration-count,
    infinite
  );
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(
    --fa-animation-timing,
    cubic-bezier(0.4, 0, 0.6, 1)
  );
  animation-timing-function: var(
    --fa-animation-timing,
    cubic-bezier(0.4, 0, 0.6, 1)
  );
}
.fa-beat-fade {
  -webkit-animation-name: fa-beat-fade;
  animation-name: fa-beat-fade;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
  animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: var(--fa-animation-direction, normal);
  animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
  animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: var(
    --fa-animation-iteration-count,
    infinite
  );
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(
    --fa-animation-timing,
    cubic-bezier(0.4, 0, 0.6, 1)
  );
  animation-timing-function: var(
    --fa-animation-timing,
    cubic-bezier(0.4, 0, 0.6, 1)
  );
}
.fa-flip {
  -webkit-animation-name: fa-flip;
  animation-name: fa-flip;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
  animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: var(--fa-animation-direction, normal);
  animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
  animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: var(
    --fa-animation-iteration-count,
    infinite
  );
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, ease-in-out);
  animation-timing-function: var(--fa-animation-timing, ease-in-out);
}
.fa-shake {
  -webkit-animation-name: fa-shake;
  animation-name: fa-shake;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
  animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: var(--fa-animation-direction, normal);
  animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
  animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: var(
    --fa-animation-iteration-count,
    infinite
  );
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, linear);
  animation-timing-function: var(--fa-animation-timing, linear);
}
.fa-spin {
  -webkit-animation-name: fa-spin;
  animation-name: fa-spin;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
  animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: var(--fa-animation-direction, normal);
  animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 2s);
  animation-duration: var(--fa-animation-duration, 2s);
  -webkit-animation-iteration-count: var(
    --fa-animation-iteration-count,
    infinite
  );
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, linear);
  animation-timing-function: var(--fa-animation-timing, linear);
}
.fa-spin-reverse {
  --fa-animation-direction: reverse;
}
.fa-pulse,
.fa-spin-pulse {
  -webkit-animation-name: fa-spin;
  animation-name: fa-spin;
  -webkit-animation-direction: var(--fa-animation-direction, normal);
  animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
  animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: var(
    --fa-animation-iteration-count,
    infinite
  );
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, steps(8));
  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 {
    -webkit-animation-delay: -1ms;
    animation-delay: -1ms;
    -webkit-animation-duration: 1ms;
    animation-duration: 1ms;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-duration: 0s;
    transition-duration: 0s;
  }
}
@-webkit-keyframes fa-beat {
  0%,
  90% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  45% {
    -webkit-transform: scale(var(--fa-beat-scale, 1.25));
    transform: scale(var(--fa-beat-scale, 1.25));
  }
}
@keyframes fa-beat {
  0%,
  90% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  45% {
    -webkit-transform: scale(var(--fa-beat-scale, 1.25));
    transform: scale(var(--fa-beat-scale, 1.25));
  }
}
@-webkit-keyframes fa-bounce {
  0% {
    -webkit-transform: scale(1, 1) translateY(0);
    transform: scale(1) translateY(0);
  }
  10% {
    -webkit-transform: scale(
        var(--fa-bounce-start-scale-x, 1.1),
        var(--fa-bounce-start-scale-y, 0.9)
      )
      translateY(0);
    transform: scale(
        var(--fa-bounce-start-scale-x, 1.1),
        var(--fa-bounce-start-scale-y, 0.9)
      )
      translateY(0);
  }
  30% {
    -webkit-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));
    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% {
    -webkit-transform: scale(
        var(--fa-bounce-land-scale-x, 1.05),
        var(--fa-bounce-land-scale-y, 0.95)
      )
      translateY(0);
    transform: scale(
        var(--fa-bounce-land-scale-x, 1.05),
        var(--fa-bounce-land-scale-y, 0.95)
      )
      translateY(0);
  }
  57% {
    -webkit-transform: scale(1, 1)
      translateY(var(--fa-bounce-rebound, -0.125em));
    transform: scale(1) translateY(var(--fa-bounce-rebound, -0.125em));
  }
  64% {
    -webkit-transform: scale(1, 1) translateY(0);
    transform: scale(1) translateY(0);
  }
  to {
    -webkit-transform: scale(1, 1) translateY(0);
    transform: scale(1) translateY(0);
  }
}
@keyframes fa-bounce {
  0% {
    -webkit-transform: scale(1, 1) translateY(0);
    transform: scale(1) translateY(0);
  }
  10% {
    -webkit-transform: scale(
        var(--fa-bounce-start-scale-x, 1.1),
        var(--fa-bounce-start-scale-y, 0.9)
      )
      translateY(0);
    transform: scale(
        var(--fa-bounce-start-scale-x, 1.1),
        var(--fa-bounce-start-scale-y, 0.9)
      )
      translateY(0);
  }
  30% {
    -webkit-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));
    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% {
    -webkit-transform: scale(
        var(--fa-bounce-land-scale-x, 1.05),
        var(--fa-bounce-land-scale-y, 0.95)
      )
      translateY(0);
    transform: scale(
        var(--fa-bounce-land-scale-x, 1.05),
        var(--fa-bounce-land-scale-y, 0.95)
      )
      translateY(0);
  }
  57% {
    -webkit-transform: scale(1, 1)
      translateY(var(--fa-bounce-rebound, -0.125em));
    transform: scale(1) translateY(var(--fa-bounce-rebound, -0.125em));
  }
  64% {
    -webkit-transform: scale(1, 1) translateY(0);
    transform: scale(1) translateY(0);
  }
  to {
    -webkit-transform: scale(1, 1) translateY(0);
    transform: scale(1) translateY(0);
  }
}
@-webkit-keyframes fa-fade {
  50% {
    opacity: var(--fa-fade-opacity, 0.4);
  }
}
@keyframes fa-fade {
  50% {
    opacity: var(--fa-fade-opacity, 0.4);
  }
}
@-webkit-keyframes fa-beat-fade {
  0%,
  to {
    opacity: var(--fa-beat-fade-opacity, 0.4);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(var(--fa-beat-fade-scale, 1.125));
    transform: scale(var(--fa-beat-fade-scale, 1.125));
  }
}
@keyframes fa-beat-fade {
  0%,
  to {
    opacity: var(--fa-beat-fade-opacity, 0.4);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(var(--fa-beat-fade-scale, 1.125));
    transform: scale(var(--fa-beat-fade-scale, 1.125));
  }
}
@-webkit-keyframes fa-flip {
  50% {
    -webkit-transform: rotate3d(
      var(--fa-flip-x, 0),
      var(--fa-flip-y, 1),
      var(--fa-flip-z, 0),
      var(--fa-flip-angle, -180deg)
    );
    transform: rotate3d(
      var(--fa-flip-x, 0),
      var(--fa-flip-y, 1),
      var(--fa-flip-z, 0),
      var(--fa-flip-angle, -180deg)
    );
  }
}
@keyframes fa-flip {
  50% {
    -webkit-transform: rotate3d(
      var(--fa-flip-x, 0),
      var(--fa-flip-y, 1),
      var(--fa-flip-z, 0),
      var(--fa-flip-angle, -180deg)
    );
    transform: rotate3d(
      var(--fa-flip-x, 0),
      var(--fa-flip-y, 1),
      var(--fa-flip-z, 0),
      var(--fa-flip-angle, -180deg)
    );
  }
}
@-webkit-keyframes fa-shake {
  0% {
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
  }
  4% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  8%,
  24% {
    -webkit-transform: rotate(-18deg);
    transform: rotate(-18deg);
  }
  12%,
  28% {
    -webkit-transform: rotate(18deg);
    transform: rotate(18deg);
  }
  16% {
    -webkit-transform: rotate(-22deg);
    transform: rotate(-22deg);
  }
  20% {
    -webkit-transform: rotate(22deg);
    transform: rotate(22deg);
  }
  32% {
    -webkit-transform: rotate(-12deg);
    transform: rotate(-12deg);
  }
  36% {
    -webkit-transform: rotate(12deg);
    transform: rotate(12deg);
  }
  40%,
  to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0);
  }
}
@keyframes fa-shake {
  0% {
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
  }
  4% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  8%,
  24% {
    -webkit-transform: rotate(-18deg);
    transform: rotate(-18deg);
  }
  12%,
  28% {
    -webkit-transform: rotate(18deg);
    transform: rotate(18deg);
  }
  16% {
    -webkit-transform: rotate(-22deg);
    transform: rotate(-22deg);
  }
  20% {
    -webkit-transform: rotate(22deg);
    transform: rotate(22deg);
  }
  32% {
    -webkit-transform: rotate(-12deg);
    transform: rotate(-12deg);
  }
  36% {
    -webkit-transform: rotate(12deg);
    transform: rotate(12deg);
  }
  40%,
  to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0);
  }
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.fa-rotate-90 {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -webkit-transform: scale(-1, 1);
  transform: scaleX(-1);
}
.fa-flip-vertical {
  -webkit-transform: scale(1, -1);
  transform: scaleY(-1);
}
.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
  -webkit-transform: scale(-1, -1);
  transform: scale(-1);
}
.fa-rotate-by {
  -webkit-transform: rotate(var(--fa-rotate-angle, none));
  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);
}
.fa-0:before {
  content: "0";
}
.fa-1:before {
  content: "1";
}
.fa-2:before {
  content: "2";
}
.fa-3:before {
  content: "3";
}
.fa-4:before {
  content: "4";
}
.fa-5:before {
  content: "5";
}
.fa-6:before {
  content: "6";
}
.fa-7:before {
  content: "7";
}
.fa-8:before {
  content: "8";
}
.fa-9:before {
  content: "9";
}
.fa-fill-drip:before {
  content: "ï•¶";
}
.fa-arrows-to-circle:before {
  content: "î’½";
}
.fa-circle-chevron-right:before {
  content: "ï„¸";
}
.fa-chevron-circle-right:before {
  content: "ï„¸";
}
.fa-at:before {
  content: "@";
}
.fa-trash-can:before {
  content: "ï‹­";
}
.fa-trash-alt:before {
  content: "ï‹­";
}
.fa-text-height:before {
  content: "ï€´";
}
.fa-user-xmark:before {
  content: "ïˆµ";
}
.fa-user-times:before {
  content: "ïˆµ";
}
.fa-stethoscope:before {
  content: "ïƒ±";
}
.fa-message:before {
  content: "ï‰º";
}
.fa-comment-alt:before {
  content: "ï‰º";
}
.fa-info:before {
  content: "ï„©";
}
.fa-down-left-and-up-right-to-center:before {
  content: "ï¢";
}
.fa-compress-alt:before {
  content: "ï¢";
}
.fa-explosion:before {
  content: "î“©";
}
.fa-file-lines:before {
  content: "ï…œ";
}
.fa-file-alt:before {
  content: "ï…œ";
}
.fa-file-text:before {
  content: "ï…œ";
}
.fa-wave-square:before {
  content: "ï ¾";
}
.fa-ring:before {
  content: "ïœ‹";
}
.fa-building-un:before {
  content: "î“™";
}
.fa-dice-three:before {
  content: "ï”§";
}
.fa-calendar-days:before {
  content: "ï³";
}
.fa-calendar-alt:before {
  content: "ï³";
}
.fa-anchor-circle-check:before {
  content: "î’ª";
}
.fa-building-circle-arrow-right:before {
  content: "î“‘";
}
.fa-volleyball:before {
  content: "ï‘Ÿ";
}
.fa-volleyball-ball:before {
  content: "ï‘Ÿ";
}
.fa-arrows-up-to-line:before {
  content: "î“‚";
}
.fa-sort-down:before {
  content: "ïƒ";
}
.fa-sort-desc:before {
  content: "ïƒ";
}
.fa-circle-minus:before {
  content: "ï–";
}
.fa-minus-circle:before {
  content: "ï–";
}
.fa-door-open:before {
  content: "ï”«";
}
.fa-right-from-bracket:before {
  content: "ï‹µ";
}
.fa-sign-out-alt:before {
  content: "ï‹µ";
}
.fa-atom:before {
  content: "ï—’";
}
.fa-soap:before {
  content: "î®";
}
.fa-icons:before {
  content: "ï¡­";
}
.fa-heart-music-camera-bolt:before {
  content: "ï¡­";
}
.fa-microphone-lines-slash:before {
  content: "ï”¹";
}
.fa-microphone-alt-slash:before {
  content: "ï”¹";
}
.fa-bridge-circle-check:before {
  content: "î“‰";
}
.fa-pump-medical:before {
  content: "îª";
}
.fa-fingerprint:before {
  content: "ï•·";
}
.fa-hand-point-right:before {
  content: "ï‚¤";
}
.fa-magnifying-glass-location:before {
  content: "ïš‰";
}
.fa-search-location:before {
  content: "ïš‰";
}
.fa-forward-step:before {
  content: "ï‘";
}
.fa-step-forward:before {
  content: "ï‘";
}
.fa-face-smile-beam:before {
  content: "ï–¸";
}
.fa-smile-beam:before {
  content: "ï–¸";
}
.fa-flag-checkered:before {
  content: "ï„ž";
}
.fa-football:before {
  content: "ï‘Ž";
}
.fa-football-ball:before {
  content: "ï‘Ž";
}
.fa-school-circle-exclamation:before {
  content: "î•¬";
}
.fa-crop:before {
  content: "ï„¥";
}
.fa-angles-down:before {
  content: "ï„ƒ";
}
.fa-angle-double-down:before {
  content: "ï„ƒ";
}
.fa-users-rectangle:before {
  content: "î–”";
}
.fa-people-roof:before {
  content: "î”·";
}
.fa-people-line:before {
  content: "î”´";
}
.fa-beer-mug-empty:before {
  content: "ïƒ¼";
}
.fa-beer:before {
  content: "ïƒ¼";
}
.fa-diagram-predecessor:before {
  content: "î‘·";
}
.fa-arrow-up-long:before {
  content: "ï…¶";
}
.fa-long-arrow-up:before {
  content: "ï…¶";
}
.fa-fire-flame-simple:before {
  content: "ï‘ª";
}
.fa-burn:before {
  content: "ï‘ª";
}
.fa-person:before {
  content: "ï†ƒ";
}
.fa-male:before {
  content: "ï†ƒ";
}
.fa-laptop:before {
  content: "ï„‰";
}
.fa-file-csv:before {
  content: "ï›";
}
.fa-menorah:before {
  content: "ï™¶";
}
.fa-truck-plane:before {
  content: "î–";
}
.fa-record-vinyl:before {
  content: "ï£™";
}
.fa-face-grin-stars:before {
  content: "ï–‡";
}
.fa-grin-stars:before {
  content: "ï–‡";
}
.fa-bong:before {
  content: "ï•œ";
}
.fa-spaghetti-monster-flying:before {
  content: "ï™»";
}
.fa-pastafarianism:before {
  content: "ï™»";
}
.fa-arrow-down-up-across-line:before {
  content: "î’¯";
}
.fa-spoon:before {
  content: "ï‹¥";
}
.fa-utensil-spoon:before {
  content: "ï‹¥";
}
.fa-jar-wheat:before {
  content: "î”—";
}
.fa-envelopes-bulk:before {
  content: "ï™´";
}
.fa-mail-bulk:before {
  content: "ï™´";
}
.fa-file-circle-exclamation:before {
  content: "î“«";
}
.fa-circle-h:before {
  content: "ï‘¾";
}
.fa-hospital-symbol:before {
  content: "ï‘¾";
}
.fa-pager:before {
  content: "ï •";
}
.fa-address-book:before {
  content: "ïŠ¹";
}
.fa-contact-book:before {
  content: "ïŠ¹";
}
.fa-strikethrough:before {
  content: "ïƒŒ";
}
.fa-k:before {
  content: "K";
}
.fa-landmark-flag:before {
  content: "î”œ";
}
.fa-pencil:before {
  content: "ïŒƒ";
}
.fa-pencil-alt:before {
  content: "ïŒƒ";
}
.fa-backward:before {
  content: "ïŠ";
}
.fa-caret-right:before {
  content: "ïƒš";
}
.fa-comments:before {
  content: "ï‚†";
}
.fa-paste:before {
  content: "ïƒª";
}
.fa-file-clipboard:before {
  content: "ïƒª";
}
.fa-code-pull-request:before {
  content: "î„¼";
}
.fa-clipboard-list:before {
  content: "ï‘­";
}
.fa-truck-ramp-box:before {
  content: "ï“ž";
}
.fa-truck-loading:before {
  content: "ï“ž";
}
.fa-user-check:before {
  content: "ï“¼";
}
.fa-vial-virus:before {
  content: "î–—";
}
.fa-sheet-plastic:before {
  content: "î•±";
}
.fa-blog:before {
  content: "ïž";
}
.fa-user-ninja:before {
  content: "ï”„";
}
.fa-person-arrow-up-from-line:before {
  content: "î”¹";
}
.fa-scroll-torah:before {
  content: "ïš ";
}
.fa-torah:before {
  content: "ïš ";
}
.fa-broom-ball:before {
  content: "ï‘˜";
}
.fa-quidditch:before {
  content: "ï‘˜";
}
.fa-quidditch-broom-ball:before {
  content: "ï‘˜";
}
.fa-toggle-off:before {
  content: "ïˆ„";
}
.fa-box-archive:before {
  content: "ï†‡";
}
.fa-archive:before {
  content: "ï†‡";
}
.fa-person-drowning:before {
  content: "î•…";
}
.fa-arrow-down-9-1:before {
  content: "ï¢†";
}
.fa-sort-numeric-desc:before {
  content: "ï¢†";
}
.fa-sort-numeric-down-alt:before {
  content: "ï¢†";
}
.fa-face-grin-tongue-squint:before {
  content: "ï–Š";
}
.fa-grin-tongue-squint:before {
  content: "ï–Š";
}
.fa-spray-can:before {
  content: "ï–½";
}
.fa-truck-monster:before {
  content: "ï˜»";
}
.fa-w:before {
  content: "W";
}
.fa-earth-africa:before {
  content: "ï•¼";
}
.fa-globe-africa:before {
  content: "ï•¼";
}
.fa-rainbow:before {
  content: "ï›";
}
.fa-circle-notch:before {
  content: "ï‡Ž";
}
.fa-tablet-screen-button:before {
  content: "ïº";
}
.fa-tablet-alt:before {
  content: "ïº";
}
.fa-paw:before {
  content: "ï†°";
}
.fa-cloud:before {
  content: "ïƒ‚";
}
.fa-trowel-bricks:before {
  content: "î–Š";
}
.fa-face-flushed:before {
  content: "ï•¹";
}
.fa-flushed:before {
  content: "ï•¹";
}
.fa-hospital-user:before {
  content: "ï ";
}
.fa-tent-arrow-left-right:before {
  content: "î•¿";
}
.fa-gavel:before {
  content: "ïƒ£";
}
.fa-legal:before {
  content: "ïƒ£";
}
.fa-binoculars:before {
  content: "ï‡¥";
}
.fa-microphone-slash:before {
  content: "ï„±";
}
.fa-box-tissue:before {
  content: "î›";
}
.fa-motorcycle:before {
  content: "ïˆœ";
}
.fa-bell-concierge:before {
  content: "ï•¢";
}
.fa-concierge-bell:before {
  content: "ï•¢";
}
.fa-pen-ruler:before {
  content: "ï–®";
}
.fa-pencil-ruler:before {
  content: "ï–®";
}
.fa-people-arrows:before {
  content: "î¨";
}
.fa-people-arrows-left-right:before {
  content: "î¨";
}
.fa-mars-and-venus-burst:before {
  content: "î”£";
}
.fa-square-caret-right:before {
  content: "ï…’";
}
.fa-caret-square-right:before {
  content: "ï…’";
}
.fa-scissors:before {
  content: "ïƒ„";
}
.fa-cut:before {
  content: "ïƒ„";
}
.fa-sun-plant-wilt:before {
  content: "î•º";
}
.fa-toilets-portable:before {
  content: "î–„";
}
.fa-hockey-puck:before {
  content: "ï‘“";
}
.fa-table:before {
  content: "ïƒŽ";
}
.fa-magnifying-glass-arrow-right:before {
  content: "î”¡";
}
.fa-tachograph-digital:before {
  content: "ï•¦";
}
.fa-digital-tachograph:before {
  content: "ï•¦";
}
.fa-users-slash:before {
  content: "î³";
}
.fa-clover:before {
  content: "î„¹";
}
.fa-reply:before {
  content: "ï¥";
}
.fa-mail-reply:before {
  content: "ï¥";
}
.fa-star-and-crescent:before {
  content: "ïš™";
}
.fa-house-fire:before {
  content: "î”Œ";
}
.fa-square-minus:before {
  content: "ï…†";
}
.fa-minus-square:before {
  content: "ï…†";
}
.fa-helicopter:before {
  content: "ï”³";
}
.fa-compass:before {
  content: "ï…Ž";
}
.fa-square-caret-down:before {
  content: "ï…";
}
.fa-caret-square-down:before {
  content: "ï…";
}
.fa-file-circle-question:before {
  content: "î“¯";
}
.fa-laptop-code:before {
  content: "ï—¼";
}
.fa-swatchbook:before {
  content: "ï—ƒ";
}
.fa-prescription-bottle:before {
  content: "ï’…";
}
.fa-bars:before {
  content: "ïƒ‰";
}
.fa-navicon:before {
  content: "ïƒ‰";
}
.fa-people-group:before {
  content: "î”³";
}
.fa-hourglass-end:before {
  content: "ï‰“";
}
.fa-hourglass-3:before {
  content: "ï‰“";
}
.fa-heart-crack:before {
  content: "ïž©";
}
.fa-heart-broken:before {
  content: "ïž©";
}
.fa-square-up-right:before {
  content: "ï ";
}
.fa-external-link-square-alt:before {
  content: "ï ";
}
.fa-face-kiss-beam:before {
  content: "ï–—";
}
.fa-kiss-beam:before {
  content: "ï–—";
}
.fa-film:before {
  content: "ï€ˆ";
}
.fa-ruler-horizontal:before {
  content: "ï•‡";
}
.fa-people-robbery:before {
  content: "î”¶";
}
.fa-lightbulb:before {
  content: "ïƒ«";
}
.fa-caret-left:before {
  content: "ïƒ™";
}
.fa-circle-exclamation:before {
  content: "ïª";
}
.fa-exclamation-circle:before {
  content: "ïª";
}
.fa-school-circle-xmark:before {
  content: "î•­";
}
.fa-arrow-right-from-bracket:before {
  content: "ï‚‹";
}
.fa-sign-out:before {
  content: "ï‚‹";
}
.fa-circle-chevron-down:before {
  content: "ï„º";
}
.fa-chevron-circle-down:before {
  content: "ï„º";
}
.fa-unlock-keyhole:before {
  content: "ï„¾";
}
.fa-unlock-alt:before {
  content: "ï„¾";
}
.fa-cloud-showers-heavy:before {
  content: "ï€";
}
.fa-headphones-simple:before {
  content: "ï–";
}
.fa-headphones-alt:before {
  content: "ï–";
}
.fa-sitemap:before {
  content: "ïƒ¨";
}
.fa-circle-dollar-to-slot:before {
  content: "ï’¹";
}
.fa-donate:before {
  content: "ï’¹";
}
.fa-memory:before {
  content: "ï”¸";
}
.fa-road-spikes:before {
  content: "î•¨";
}
.fa-fire-burner:before {
  content: "î“±";
}
.fa-flag:before {
  content: "ï€¤";
}
.fa-hanukiah:before {
  content: "ï›¦";
}
.fa-feather:before {
  content: "ï”­";
}
.fa-volume-low:before {
  content: "ï€§";
}
.fa-volume-down:before {
  content: "ï€§";
}
.fa-comment-slash:before {
  content: "ï’³";
}
.fa-cloud-sun-rain:before {
  content: "ïƒ";
}
.fa-compress:before {
  content: "ï¦";
}
.fa-wheat-awn:before {
  content: "î‹";
}
.fa-wheat-alt:before {
  content: "î‹";
}
.fa-ankh:before {
  content: "ï™„";
}
.fa-hands-holding-child:before {
  content: "î“º";
}
.fa-asterisk:before {
  content: "*";
}
.fa-square-check:before {
  content: "ï…Š";
}
.fa-check-square:before {
  content: "ï…Š";
}
.fa-peseta-sign:before {
  content: "îˆ¡";
}
.fa-heading:before {
  content: "ï‡œ";
}
.fa-header:before {
  content: "ï‡œ";
}
.fa-ghost:before {
  content: "ï›¢";
}
.fa-list:before {
  content: "ï€º";
}
.fa-list-squares:before {
  content: "ï€º";
}
.fa-square-phone-flip:before {
  content: "ï¡»";
}
.fa-phone-square-alt:before {
  content: "ï¡»";
}
.fa-cart-plus:before {
  content: "ïˆ—";
}
.fa-gamepad:before {
  content: "ï„›";
}
.fa-circle-dot:before {
  content: "ï†’";
}
.fa-dot-circle:before {
  content: "ï†’";
}
.fa-face-dizzy:before {
  content: "ï•§";
}
.fa-dizzy:before {
  content: "ï•§";
}
.fa-egg:before {
  content: "ïŸ»";
}
.fa-house-medical-circle-xmark:before {
  content: "î”“";
}
.fa-campground:before {
  content: "ïš»";
}
.fa-folder-plus:before {
  content: "ï™ž";
}
.fa-futbol:before {
  content: "ï‡£";
}
.fa-futbol-ball:before {
  content: "ï‡£";
}
.fa-soccer-ball:before {
  content: "ï‡£";
}
.fa-paintbrush:before {
  content: "ï‡¼";
}
.fa-paint-brush:before {
  content: "ï‡¼";
}
.fa-lock:before {
  content: "ï€£";
}
.fa-gas-pump:before {
  content: "ï”¯";
}
.fa-hot-tub-person:before {
  content: "ï–“";
}
.fa-hot-tub:before {
  content: "ï–“";
}
.fa-map-location:before {
  content: "ï–Ÿ";
}
.fa-map-marked:before {
  content: "ï–Ÿ";
}
.fa-house-flood-water:before {
  content: "î”Ž";
}
.fa-tree:before {
  content: "ï†»";
}
.fa-bridge-lock:before {
  content: "î“Œ";
}
.fa-sack-dollar:before {
  content: "ï ";
}
.fa-pen-to-square:before {
  content: "ï„";
}
.fa-edit:before {
  content: "ï„";
}
.fa-car-side:before {
  content: "ï—¤";
}
.fa-share-nodes:before {
  content: "ï‡ ";
}
.fa-share-alt:before {
  content: "ï‡ ";
}
.fa-heart-circle-minus:before {
  content: "î“¿";
}
.fa-hourglass-half:before {
  content: "ï‰’";
}
.fa-hourglass-2:before {
  content: "ï‰’";
}
.fa-microscope:before {
  content: "ï˜";
}
.fa-sink:before {
  content: "î­";
}
.fa-bag-shopping:before {
  content: "ïŠ";
}
.fa-shopping-bag:before {
  content: "ïŠ";
}
.fa-arrow-down-z-a:before {
  content: "ï¢";
}
.fa-sort-alpha-desc:before {
  content: "ï¢";
}
.fa-sort-alpha-down-alt:before {
  content: "ï¢";
}
.fa-mitten:before {
  content: "ïžµ";
}
.fa-person-rays:before {
  content: "î•";
}
.fa-users:before {
  content: "ïƒ€";
}
.fa-eye-slash:before {
  content: "ï°";
}
.fa-flask-vial:before {
  content: "î“³";
}
.fa-hand:before {
  content: "ï‰–";
}
.fa-hand-paper:before {
  content: "ï‰–";
}
.fa-om:before {
  content: "ï™¹";
}
.fa-worm:before {
  content: "î–™";
}
.fa-house-circle-xmark:before {
  content: "î”‹";
}
.fa-plug:before {
  content: "ï‡¦";
}
.fa-chevron-up:before {
  content: "ï·";
}
.fa-hand-spock:before {
  content: "ï‰™";
}
.fa-stopwatch:before {
  content: "ï‹²";
}
.fa-face-kiss:before {
  content: "ï––";
}
.fa-kiss:before {
  content: "ï––";
}
.fa-bridge-circle-xmark:before {
  content: "î“‹";
}
.fa-face-grin-tongue:before {
  content: "ï–‰";
}
.fa-grin-tongue:before {
  content: "ï–‰";
}
.fa-chess-bishop:before {
  content: "ïº";
}
.fa-face-grin-wink:before {
  content: "ï–Œ";
}
.fa-grin-wink:before {
  content: "ï–Œ";
}
.fa-ear-deaf:before {
  content: "ïŠ¤";
}
.fa-deaf:before {
  content: "ïŠ¤";
}
.fa-deafness:before {
  content: "ïŠ¤";
}
.fa-hard-of-hearing:before {
  content: "ïŠ¤";
}
.fa-road-circle-check:before {
  content: "î•¤";
}
.fa-dice-five:before {
  content: "ï”£";
}
.fa-square-rss:before {
  content: "ï…ƒ";
}
.fa-rss-square:before {
  content: "ï…ƒ";
}
.fa-land-mine-on:before {
  content: "î”›";
}
.fa-i-cursor:before {
  content: "ï‰†";
}
.fa-stamp:before {
  content: "ï–¿";
}
.fa-stairs:before {
  content: "îŠ‰";
}
.fa-i:before {
  content: "I";
}
.fa-hryvnia-sign:before {
  content: "ï›²";
}
.fa-hryvnia:before {
  content: "ï›²";
}
.fa-pills:before {
  content: "ï’„";
}
.fa-face-grin-wide:before {
  content: "ï–";
}
.fa-grin-alt:before {
  content: "ï–";
}
.fa-tooth:before {
  content: "ï—‰";
}
.fa-v:before {
  content: "V";
}
.fa-bangladeshi-taka-sign:before {
  content: "î‹¦";
}
.fa-bicycle:before {
  content: "ïˆ†";
}
.fa-staff-snake:before {
  content: "î•¹";
}
.fa-rod-asclepius:before {
  content: "î•¹";
}
.fa-rod-snake:before {
  content: "î•¹";
}
.fa-staff-aesculapius:before {
  content: "î•¹";
}
.fa-head-side-cough-slash:before {
  content: "î¢";
}
.fa-truck-medical:before {
  content: "ïƒ¹";
}
.fa-ambulance:before {
  content: "ïƒ¹";
}
.fa-wheat-awn-circle-exclamation:before {
  content: "î–˜";
}
.fa-snowman:before {
  content: "ïŸ";
}
.fa-mortar-pestle:before {
  content: "ï–§";
}
.fa-road-barrier:before {
  content: "î•¢";
}
.fa-school:before {
  content: "ï•‰";
}
.fa-igloo:before {
  content: "ïž®";
}
.fa-joint:before {
  content: "ï–•";
}
.fa-angle-right:before {
  content: "ï„…";
}
.fa-horse:before {
  content: "ï›°";
}
.fa-q:before {
  content: "Q";
}
.fa-g:before {
  content: "G";
}
.fa-notes-medical:before {
  content: "ï’";
}
.fa-temperature-half:before {
  content: "ï‹‰";
}
.fa-temperature-2:before {
  content: "ï‹‰";
}
.fa-thermometer-2:before {
  content: "ï‹‰";
}
.fa-thermometer-half:before {
  content: "ï‹‰";
}
.fa-dong-sign:before {
  content: "î…©";
}
.fa-capsules:before {
  content: "ï‘«";
}
.fa-poo-storm:before {
  content: "ïš";
}
.fa-poo-bolt:before {
  content: "ïš";
}
.fa-face-frown-open:before {
  content: "ï•º";
}
.fa-frown-open:before {
  content: "ï•º";
}
.fa-hand-point-up:before {
  content: "ï‚¦";
}
.fa-money-bill:before {
  content: "ïƒ–";
}
.fa-bookmark:before {
  content: "ï€®";
}
.fa-align-justify:before {
  content: "ï€¹";
}
.fa-umbrella-beach:before {
  content: "ï—Š";
}
.fa-helmet-un:before {
  content: "î”ƒ";
}
.fa-bullseye:before {
  content: "ï…€";
}
.fa-bacon:before {
  content: "ïŸ¥";
}
.fa-hand-point-down:before {
  content: "ï‚§";
}
.fa-arrow-up-from-bracket:before {
  content: "î‚š";
}
.fa-folder:before {
  content: "ï»";
}
.fa-folder-blank:before {
  content: "ï»";
}
.fa-file-waveform:before {
  content: "ï‘¸";
}
.fa-file-medical-alt:before {
  content: "ï‘¸";
}
.fa-radiation:before {
  content: "ïž¹";
}
.fa-chart-simple:before {
  content: "î‘³";
}
.fa-mars-stroke:before {
  content: "ïˆ©";
}
.fa-vial:before {
  content: "ï’’";
}
.fa-gauge:before {
  content: "ï˜¤";
}
.fa-dashboard:before {
  content: "ï˜¤";
}
.fa-gauge-med:before {
  content: "ï˜¤";
}
.fa-tachometer-alt-average:before {
  content: "ï˜¤";
}
.fa-wand-magic-sparkles:before {
  content: "î‹Š";
}
.fa-magic-wand-sparkles:before {
  content: "î‹Š";
}
.fa-e:before {
  content: "E";
}
.fa-pen-clip:before {
  content: "ïŒ…";
}
.fa-pen-alt:before {
  content: "ïŒ…";
}
.fa-bridge-circle-exclamation:before {
  content: "î“Š";
}
.fa-user:before {
  content: "ï€‡";
}
.fa-school-circle-check:before {
  content: "î•«";
}
.fa-dumpster:before {
  content: "ïž“";
}
.fa-van-shuttle:before {
  content: "ï–¶";
}
.fa-shuttle-van:before {
  content: "ï–¶";
}
.fa-building-user:before {
  content: "î“š";
}
.fa-square-caret-left:before {
  content: "ï†‘";
}
.fa-caret-square-left:before {
  content: "ï†‘";
}
.fa-highlighter:before {
  content: "ï–‘";
}
.fa-key:before {
  content: "ï‚„";
}
.fa-bullhorn:before {
  content: "ï‚¡";
}
.fa-globe:before {
  content: "ï‚¬";
}
.fa-synagogue:before {
  content: "ïš›";
}
.fa-person-half-dress:before {
  content: "î•ˆ";
}
.fa-road-bridge:before {
  content: "î•£";
}
.fa-location-arrow:before {
  content: "ï„¤";
}
.fa-c:before {
  content: "C";
}
.fa-tablet-button:before {
  content: "ï„Š";
}
.fa-building-lock:before {
  content: "î“–";
}
.fa-pizza-slice:before {
  content: "ï ˜";
}
.fa-money-bill-wave:before {
  content: "ï”º";
}
.fa-chart-area:before {
  content: "ï‡¾";
}
.fa-area-chart:before {
  content: "ï‡¾";
}
.fa-house-flag:before {
  content: "î”";
}
.fa-person-circle-minus:before {
  content: "î•€";
}
.fa-ban:before {
  content: "ïž";
}
.fa-cancel:before {
  content: "ïž";
}
.fa-camera-rotate:before {
  content: "îƒ˜";
}
.fa-spray-can-sparkles:before {
  content: "ï—";
}
.fa-air-freshener:before {
  content: "ï—";
}
.fa-star:before {
  content: "ï€…";
}
.fa-repeat:before {
  content: "ï£";
}
.fa-cross:before {
  content: "ï™”";
}
.fa-box:before {
  content: "ï‘¦";
}
.fa-venus-mars:before {
  content: "ïˆ¨";
}
.fa-arrow-pointer:before {
  content: "ï‰…";
}
.fa-mouse-pointer:before {
  content: "ï‰…";
}
.fa-maximize:before {
  content: "ïŒž";
}
.fa-expand-arrows-alt:before {
  content: "ïŒž";
}
.fa-charging-station:before {
  content: "ï—§";
}
.fa-shapes:before {
  content: "ï˜Ÿ";
}
.fa-triangle-circle-square:before {
  content: "ï˜Ÿ";
}
.fa-shuffle:before {
  content: "ï´";
}
.fa-random:before {
  content: "ï´";
}
.fa-person-running:before {
  content: "ïœŒ";
}
.fa-running:before {
  content: "ïœŒ";
}
.fa-mobile-retro:before {
  content: "î”§";
}
.fa-grip-lines-vertical:before {
  content: "ïž¥";
}
.fa-spider:before {
  content: "ïœ—";
}
.fa-hands-bound:before {
  content: "î“¹";
}
.fa-file-invoice-dollar:before {
  content: "ï•±";
}
.fa-plane-circle-exclamation:before {
  content: "î•–";
}
.fa-x-ray:before {
  content: "ï’—";
}
.fa-spell-check:before {
  content: "ï¢‘";
}
.fa-slash:before {
  content: "ïœ•";
}
.fa-computer-mouse:before {
  content: "ï£Œ";
}
.fa-mouse:before {
  content: "ï£Œ";
}
.fa-arrow-right-to-bracket:before {
  content: "ï‚";
}
.fa-sign-in:before {
  content: "ï‚";
}
.fa-shop-slash:before {
  content: "î°";
}
.fa-store-alt-slash:before {
  content: "î°";
}
.fa-server:before {
  content: "ïˆ³";
}
.fa-virus-covid-slash:before {
  content: "î’©";
}
.fa-shop-lock:before {
  content: "î’¥";
}
.fa-hourglass-start:before {
  content: "ï‰‘";
}
.fa-hourglass-1:before {
  content: "ï‰‘";
}
.fa-blender-phone:before {
  content: "ïš¶";
}
.fa-building-wheat:before {
  content: "î“›";
}
.fa-person-breastfeeding:before {
  content: "î”º";
}
.fa-right-to-bracket:before {
  content: "ï‹¶";
}
.fa-sign-in-alt:before {
  content: "ï‹¶";
}
.fa-venus:before {
  content: "ïˆ¡";
}
.fa-passport:before {
  content: "ï–«";
}
.fa-heart-pulse:before {
  content: "ïˆž";
}
.fa-heartbeat:before {
  content: "ïˆž";
}
.fa-people-carry-box:before {
  content: "ï“Ž";
}
.fa-people-carry:before {
  content: "ï“Ž";
}
.fa-temperature-high:before {
  content: "ï©";
}
.fa-microchip:before {
  content: "ï‹›";
}
.fa-crown:before {
  content: "ï”¡";
}
.fa-weight-hanging:before {
  content: "ï—";
}
.fa-xmarks-lines:before {
  content: "î–š";
}
.fa-file-prescription:before {
  content: "ï•²";
}
.fa-weight-scale:before {
  content: "ï’–";
}
.fa-weight:before {
  content: "ï’–";
}
.fa-user-group:before {
  content: "ï”€";
}
.fa-user-friends:before {
  content: "ï”€";
}
.fa-arrow-up-a-z:before {
  content: "ï…ž";
}
.fa-sort-alpha-up:before {
  content: "ï…ž";
}
.fa-chess-knight:before {
  content: "ï‘";
}
.fa-face-laugh-squint:before {
  content: "ï–›";
}
.fa-laugh-squint:before {
  content: "ï–›";
}
.fa-wheelchair:before {
  content: "ï†“";
}
.fa-circle-arrow-up:before {
  content: "ï‚ª";
}
.fa-arrow-circle-up:before {
  content: "ï‚ª";
}
.fa-toggle-on:before {
  content: "ïˆ…";
}
.fa-person-walking:before {
  content: "ï•”";
}
.fa-walking:before {
  content: "ï•”";
}
.fa-l:before {
  content: "L";
}
.fa-fire:before {
  content: "ï­";
}
.fa-bed-pulse:before {
  content: "ï’‡";
}
.fa-procedures:before {
  content: "ï’‡";
}
.fa-shuttle-space:before {
  content: "ï†—";
}
.fa-space-shuttle:before {
  content: "ï†—";
}
.fa-face-laugh:before {
  content: "ï–™";
}
.fa-laugh:before {
  content: "ï–™";
}
.fa-folder-open:before {
  content: "ï¼";
}
.fa-heart-circle-plus:before {
  content: "î”€";
}
.fa-code-fork:before {
  content: "î„»";
}
.fa-city:before {
  content: "ï™";
}
.fa-microphone-lines:before {
  content: "ï‰";
}
.fa-microphone-alt:before {
  content: "ï‰";
}
.fa-pepper-hot:before {
  content: "ï –";
}
.fa-unlock:before {
  content: "ï‚œ";
}
.fa-colon-sign:before {
  content: "î…€";
}
.fa-headset:before {
  content: "ï–";
}
.fa-store-slash:before {
  content: "î±";
}
.fa-road-circle-xmark:before {
  content: "î•¦";
}
.fa-user-minus:before {
  content: "ï”ƒ";
}
.fa-mars-stroke-up:before {
  content: "ïˆª";
}
.fa-mars-stroke-v:before {
  content: "ïˆª";
}
.fa-champagne-glasses:before {
  content: "ïžŸ";
}
.fa-glass-cheers:before {
  content: "ïžŸ";
}
.fa-clipboard:before {
  content: "ïŒ¨";
}
.fa-house-circle-exclamation:before {
  content: "î”Š";
}
.fa-file-arrow-up:before {
  content: "ï•´";
}
.fa-file-upload:before {
  content: "ï•´";
}
.fa-wifi:before {
  content: "ï‡«";
}
.fa-wifi-3:before {
  content: "ï‡«";
}
.fa-wifi-strong:before {
  content: "ï‡«";
}
.fa-bath:before {
  content: "ï‹";
}
.fa-bathtub:before {
  content: "ï‹";
}
.fa-underline:before {
  content: "ïƒ";
}
.fa-user-pen:before {
  content: "ï“¿";
}
.fa-user-edit:before {
  content: "ï“¿";
}
.fa-signature:before {
  content: "ï–·";
}
.fa-stroopwafel:before {
  content: "ï•‘";
}
.fa-bold:before {
  content: "ï€²";
}
.fa-anchor-lock:before {
  content: "î’­";
}
.fa-building-ngo:before {
  content: "î“—";
}
.fa-manat-sign:before {
  content: "î‡•";
}
.fa-not-equal:before {
  content: "ï”¾";
}
.fa-border-top-left:before {
  content: "ï¡“";
}
.fa-border-style:before {
  content: "ï¡“";
}
.fa-map-location-dot:before {
  content: "ï– ";
}
.fa-map-marked-alt:before {
  content: "ï– ";
}
.fa-jedi:before {
  content: "ï™©";
}
.fa-square-poll-vertical:before {
  content: "ïš";
}
.fa-poll:before {
  content: "ïš";
}
.fa-mug-hot:before {
  content: "ïž¶";
}
.fa-car-battery:before {
  content: "ï—Ÿ";
}
.fa-battery-car:before {
  content: "ï—Ÿ";
}
.fa-gift:before {
  content: "ï«";
}
.fa-dice-two:before {
  content: "ï”¨";
}
.fa-chess-queen:before {
  content: "ï‘…";
}
.fa-glasses:before {
  content: "ï”°";
}
.fa-chess-board:before {
  content: "ï¼";
}
.fa-building-circle-check:before {
  content: "î“’";
}
.fa-person-chalkboard:before {
  content: "î”½";
}
.fa-mars-stroke-right:before {
  content: "ïˆ«";
}
.fa-mars-stroke-h:before {
  content: "ïˆ«";
}
.fa-hand-back-fist:before {
  content: "ï‰•";
}
.fa-hand-rock:before {
  content: "ï‰•";
}
.fa-square-caret-up:before {
  content: "ï…‘";
}
.fa-caret-square-up:before {
  content: "ï…‘";
}
.fa-cloud-showers-water:before {
  content: "î“¤";
}
.fa-chart-bar:before {
  content: "ï‚€";
}
.fa-bar-chart:before {
  content: "ï‚€";
}
.fa-hands-bubbles:before {
  content: "îž";
}
.fa-hands-wash:before {
  content: "îž";
}
.fa-less-than-equal:before {
  content: "ï”·";
}
.fa-train:before {
  content: "ïˆ¸";
}
.fa-eye-low-vision:before {
  content: "ïŠ¨";
}
.fa-low-vision:before {
  content: "ïŠ¨";
}
.fa-crow:before {
  content: "ï” ";
}
.fa-sailboat:before {
  content: "î‘…";
}
.fa-window-restore:before {
  content: "ï‹’";
}
.fa-square-plus:before {
  content: "ïƒ¾";
}
.fa-plus-square:before {
  content: "ïƒ¾";
}
.fa-torii-gate:before {
  content: "ïš¡";
}
.fa-frog:before {
  content: "ï”®";
}
.fa-bucket:before {
  content: "î“";
}
.fa-image:before {
  content: "ï€¾";
}
.fa-microphone:before {
  content: "ï„°";
}
.fa-cow:before {
  content: "ï›ˆ";
}
.fa-caret-up:before {
  content: "ïƒ˜";
}
.fa-screwdriver:before {
  content: "ï•Š";
}
.fa-folder-closed:before {
  content: "î†…";
}
.fa-house-tsunami:before {
  content: "î”•";
}
.fa-square-nfi:before {
  content: "î•¶";
}
.fa-arrow-up-from-ground-water:before {
  content: "î’µ";
}
.fa-martini-glass:before {
  content: "ï•»";
}
.fa-glass-martini-alt:before {
  content: "ï•»";
}
.fa-rotate-left:before {
  content: "ï‹ª";
}
.fa-rotate-back:before {
  content: "ï‹ª";
}
.fa-rotate-backward:before {
  content: "ï‹ª";
}
.fa-undo-alt:before {
  content: "ï‹ª";
}
.fa-table-columns:before {
  content: "ïƒ›";
}
.fa-columns:before {
  content: "ïƒ›";
}
.fa-lemon:before {
  content: "ï‚”";
}
.fa-head-side-mask:before {
  content: "î£";
}
.fa-handshake:before {
  content: "ïŠµ";
}
.fa-gem:before {
  content: "ïŽ¥";
}
.fa-dolly:before {
  content: "ï‘²";
}
.fa-dolly-box:before {
  content: "ï‘²";
}
.fa-smoking:before {
  content: "ï’";
}
.fa-minimize:before {
  content: "ïžŒ";
}
.fa-compress-arrows-alt:before {
  content: "ïžŒ";
}
.fa-monument:before {
  content: "ï–¦";
}
.fa-snowplow:before {
  content: "ïŸ’";
}
.fa-angles-right:before {
  content: "ï„";
}
.fa-angle-double-right:before {
  content: "ï„";
}
.fa-cannabis:before {
  content: "ï•Ÿ";
}
.fa-circle-play:before {
  content: "ï…„";
}
.fa-play-circle:before {
  content: "ï…„";
}
.fa-tablets:before {
  content: "ï’";
}
.fa-ethernet:before {
  content: "ïž–";
}
.fa-euro-sign:before {
  content: "ï…“";
}
.fa-eur:before {
  content: "ï…“";
}
.fa-euro:before {
  content: "ï…“";
}
.fa-chair:before {
  content: "ï›€";
}
.fa-circle-check:before {
  content: "ï˜";
}
.fa-check-circle:before {
  content: "ï˜";
}
.fa-circle-stop:before {
  content: "ïŠ";
}
.fa-stop-circle:before {
  content: "ïŠ";
}
.fa-compass-drafting:before {
  content: "ï•¨";
}
.fa-drafting-compass:before {
  content: "ï•¨";
}
.fa-plate-wheat:before {
  content: "î•š";
}
.fa-icicles:before {
  content: "ïž­";
}
.fa-person-shelter:before {
  content: "î•";
}
.fa-neuter:before {
  content: "ïˆ¬";
}
.fa-id-badge:before {
  content: "ï‹";
}
.fa-marker:before {
  content: "ï–¡";
}
.fa-face-laugh-beam:before {
  content: "ï–š";
}
.fa-laugh-beam:before {
  content: "ï–š";
}
.fa-helicopter-symbol:before {
  content: "î”‚";
}
.fa-universal-access:before {
  content: "ïŠš";
}
.fa-circle-chevron-up:before {
  content: "ï„¹";
}
.fa-chevron-circle-up:before {
  content: "ï„¹";
}
.fa-lari-sign:before {
  content: "î‡ˆ";
}
.fa-volcano:before {
  content: "ï°";
}
.fa-person-walking-dashed-line-arrow-right:before {
  content: "î•“";
}
.fa-sterling-sign:before {
  content: "ï…”";
}
.fa-gbp:before {
  content: "ï…”";
}
.fa-pound-sign:before {
  content: "ï…”";
}
.fa-viruses:before {
  content: "î¶";
}
.fa-square-person-confined:before {
  content: "î•·";
}
.fa-user-tie:before {
  content: "ï”ˆ";
}
.fa-arrow-down-long:before {
  content: "ï…µ";
}
.fa-long-arrow-down:before {
  content: "ï…µ";
}
.fa-tent-arrow-down-to-line:before {
  content: "î•¾";
}
.fa-certificate:before {
  content: "ï‚£";
}
.fa-reply-all:before {
  content: "ï„¢";
}
.fa-mail-reply-all:before {
  content: "ï„¢";
}
.fa-suitcase:before {
  content: "ïƒ²";
}
.fa-person-skating:before {
  content: "ïŸ…";
}
.fa-skating:before {
  content: "ïŸ…";
}
.fa-filter-circle-dollar:before {
  content: "ï™¢";
}
.fa-funnel-dollar:before {
  content: "ï™¢";
}
.fa-camera-retro:before {
  content: "ï‚ƒ";
}
.fa-circle-arrow-down:before {
  content: "ï‚«";
}
.fa-arrow-circle-down:before {
  content: "ï‚«";
}
.fa-file-import:before {
  content: "ï•¯";
}
.fa-arrow-right-to-file:before {
  content: "ï•¯";
}
.fa-square-arrow-up-right:before {
  content: "ï…Œ";
}
.fa-external-link-square:before {
  content: "ï…Œ";
}
.fa-box-open:before {
  content: "ï’ž";
}
.fa-scroll:before {
  content: "ïœŽ";
}
.fa-spa:before {
  content: "ï–»";
}
.fa-location-pin-lock:before {
  content: "î”Ÿ";
}
.fa-pause:before {
  content: "ïŒ";
}
.fa-hill-avalanche:before {
  content: "î”‡";
}
.fa-temperature-empty:before {
  content: "ï‹‹";
}
.fa-temperature-0:before {
  content: "ï‹‹";
}
.fa-thermometer-0:before {
  content: "ï‹‹";
}
.fa-thermometer-empty:before {
  content: "ï‹‹";
}
.fa-bomb:before {
  content: "ï‡¢";
}
.fa-registered:before {
  content: "ï‰";
}
.fa-address-card:before {
  content: "ïŠ»";
}
.fa-contact-card:before {
  content: "ïŠ»";
}
.fa-vcard:before {
  content: "ïŠ»";
}
.fa-scale-unbalanced-flip:before {
  content: "ï”–";
}
.fa-balance-scale-right:before {
  content: "ï”–";
}
.fa-subscript:before {
  content: "ï„¬";
}
.fa-diamond-turn-right:before {
  content: "ï—«";
}
.fa-directions:before {
  content: "ï—«";
}
.fa-burst:before {
  content: "î“œ";
}
.fa-house-laptop:before {
  content: "î¦";
}
.fa-laptop-house:before {
  content: "î¦";
}
.fa-face-tired:before {
  content: "ï—ˆ";
}
.fa-tired:before {
  content: "ï—ˆ";
}
.fa-money-bills:before {
  content: "î‡³";
}
.fa-smog:before {
  content: "ïŸ";
}
.fa-crutch:before {
  content: "ïŸ·";
}
.fa-cloud-arrow-up:before {
  content: "ïƒ®";
}
.fa-cloud-upload:before {
  content: "ïƒ®";
}
.fa-cloud-upload-alt:before {
  content: "ïƒ®";
}
.fa-palette:before {
  content: "ï”¿";
}
.fa-arrows-turn-right:before {
  content: "î“€";
}
.fa-vest:before {
  content: "î‚…";
}
.fa-ferry:before {
  content: "î“ª";
}
.fa-arrows-down-to-people:before {
  content: "î’¹";
}
.fa-seedling:before {
  content: "ï“˜";
}
.fa-sprout:before {
  content: "ï“˜";
}
.fa-left-right:before {
  content: "ïŒ·";
}
.fa-arrows-alt-h:before {
  content: "ïŒ·";
}
.fa-boxes-packing:before {
  content: "î“‡";
}
.fa-circle-arrow-left:before {
  content: "ï‚¨";
}
.fa-arrow-circle-left:before {
  content: "ï‚¨";
}
.fa-group-arrows-rotate:before {
  content: "î“¶";
}
.fa-bowl-food:before {
  content: "î“†";
}
.fa-candy-cane:before {
  content: "ïž†";
}
.fa-arrow-down-wide-short:before {
  content: "ï… ";
}
.fa-sort-amount-asc:before {
  content: "ï… ";
}
.fa-sort-amount-down:before {
  content: "ï… ";
}
.fa-cloud-bolt:before {
  content: "ï¬";
}
.fa-thunderstorm:before {
  content: "ï¬";
}
.fa-text-slash:before {
  content: "ï¡½";
}
.fa-remove-format:before {
  content: "ï¡½";
}
.fa-face-smile-wink:before {
  content: "ï“š";
}
.fa-smile-wink:before {
  content: "ï“š";
}
.fa-file-word:before {
  content: "ï‡‚";
}
.fa-file-powerpoint:before {
  content: "ï‡„";
}
.fa-arrows-left-right:before {
  content: "ï¾";
}
.fa-arrows-h:before {
  content: "ï¾";
}
.fa-house-lock:before {
  content: "î”";
}
.fa-cloud-arrow-down:before {
  content: "ïƒ­";
}
.fa-cloud-download:before {
  content: "ïƒ­";
}
.fa-cloud-download-alt:before {
  content: "ïƒ­";
}
.fa-children:before {
  content: "î“¡";
}
.fa-chalkboard:before {
  content: "ï”›";
}
.fa-blackboard:before {
  content: "ï”›";
}
.fa-user-large-slash:before {
  content: "ï“º";
}
.fa-user-alt-slash:before {
  content: "ï“º";
}
.fa-envelope-open:before {
  content: "ïŠ¶";
}
.fa-handshake-simple-slash:before {
  content: "îŸ";
}
.fa-handshake-alt-slash:before {
  content: "îŸ";
}
.fa-mattress-pillow:before {
  content: "î”¥";
}
.fa-guarani-sign:before {
  content: "î†š";
}
.fa-arrows-rotate:before {
  content: "ï€¡";
}
.fa-refresh:before {
  content: "ï€¡";
}
.fa-sync:before {
  content: "ï€¡";
}
.fa-fire-extinguisher:before {
  content: "ï„´";
}
.fa-cruzeiro-sign:before {
  content: "î…’";
}
.fa-greater-than-equal:before {
  content: "ï”²";
}
.fa-shield-halved:before {
  content: "ï­";
}
.fa-shield-alt:before {
  content: "ï­";
}
.fa-book-atlas:before {
  content: "ï•˜";
}
.fa-atlas:before {
  content: "ï•˜";
}
.fa-virus:before {
  content: "î´";
}
.fa-envelope-circle-check:before {
  content: "î“¨";
}
.fa-layer-group:before {
  content: "ï—½";
}
.fa-arrows-to-dot:before {
  content: "î’¾";
}
.fa-archway:before {
  content: "ï•—";
}
.fa-heart-circle-check:before {
  content: "î“½";
}
.fa-house-chimney-crack:before {
  content: "ï›±";
}
.fa-house-damage:before {
  content: "ï›±";
}
.fa-file-zipper:before {
  content: "ï‡†";
}
.fa-file-archive:before {
  content: "ï‡†";
}
.fa-square:before {
  content: "ïƒˆ";
}
.fa-martini-glass-empty:before {
  content: "ï€€";
}
.fa-glass-martini:before {
  content: "ï€€";
}
.fa-couch:before {
  content: "ï’¸";
}
.fa-cedi-sign:before {
  content: "îƒŸ";
}
.fa-italic:before {
  content: "ï€³";
}
.fa-church:before {
  content: "ï”";
}
.fa-comments-dollar:before {
  content: "ï™“";
}
.fa-democrat:before {
  content: "ï‡";
}
.fa-z:before {
  content: "Z";
}
.fa-person-skiing:before {
  content: "ïŸ‰";
}
.fa-skiing:before {
  content: "ïŸ‰";
}
.fa-road-lock:before {
  content: "î•§";
}
.fa-a:before {
  content: "A";
}
.fa-temperature-arrow-down:before {
  content: "î€¿";
}
.fa-temperature-down:before {
  content: "î€¿";
}
.fa-feather-pointed:before {
  content: "ï•«";
}
.fa-feather-alt:before {
  content: "ï•«";
}
.fa-p:before {
  content: "P";
}
.fa-snowflake:before {
  content: "ï‹œ";
}
.fa-newspaper:before {
  content: "ï‡ª";
}
.fa-rectangle-ad:before {
  content: "ï™";
}
.fa-ad:before {
  content: "ï™";
}
.fa-circle-arrow-right:before {
  content: "ï‚©";
}
.fa-arrow-circle-right:before {
  content: "ï‚©";
}
.fa-filter-circle-xmark:before {
  content: "î…»";
}
.fa-locust:before {
  content: "î” ";
}
.fa-sort:before {
  content: "ïƒœ";
}
.fa-unsorted:before {
  content: "ïƒœ";
}
.fa-list-ol:before {
  content: "ïƒ‹";
}
.fa-list-1-2:before {
  content: "ïƒ‹";
}
.fa-list-numeric:before {
  content: "ïƒ‹";
}
.fa-person-dress-burst:before {
  content: "î•„";
}
.fa-money-check-dollar:before {
  content: "ï”½";
}
.fa-money-check-alt:before {
  content: "ï”½";
}
.fa-vector-square:before {
  content: "ï—‹";
}
.fa-bread-slice:before {
  content: "ïŸ¬";
}
.fa-language:before {
  content: "ï†«";
}
.fa-face-kiss-wink-heart:before {
  content: "ï–˜";
}
.fa-kiss-wink-heart:before {
  content: "ï–˜";
}
.fa-filter:before {
  content: "ï‚°";
}
.fa-question:before {
  content: "?";
}
.fa-file-signature:before {
  content: "ï•³";
}
.fa-up-down-left-right:before {
  content: "ï‚²";
}
.fa-arrows-alt:before {
  content: "ï‚²";
}
.fa-house-chimney-user:before {
  content: "î¥";
}
.fa-hand-holding-heart:before {
  content: "ï’¾";
}
.fa-puzzle-piece:before {
  content: "ï„®";
}
.fa-money-check:before {
  content: "ï”¼";
}
.fa-star-half-stroke:before {
  content: "ï—€";
}
.fa-star-half-alt:before {
  content: "ï—€";
}
.fa-code:before {
  content: "ï„¡";
}
.fa-whiskey-glass:before {
  content: "ïž ";
}
.fa-glass-whiskey:before {
  content: "ïž ";
}
.fa-building-circle-exclamation:before {
  content: "î““";
}
.fa-magnifying-glass-chart:before {
  content: "î”¢";
}
.fa-arrow-up-right-from-square:before {
  content: "ï‚Ž";
}
.fa-external-link:before {
  content: "ï‚Ž";
}
.fa-cubes-stacked:before {
  content: "î“¦";
}
.fa-won-sign:before {
  content: "ï…™";
}
.fa-krw:before {
  content: "ï…™";
}
.fa-won:before {
  content: "ï…™";
}
.fa-virus-covid:before {
  content: "î’¨";
}
.fa-austral-sign:before {
  content: "î‚©";
}
.fa-f:before {
  content: "F";
}
.fa-leaf:before {
  content: "ï¬";
}
.fa-road:before {
  content: "ï€˜";
}
.fa-taxi:before {
  content: "ï†º";
}
.fa-cab:before {
  content: "ï†º";
}
.fa-person-circle-plus:before {
  content: "î•";
}
.fa-chart-pie:before {
  content: "ïˆ€";
}
.fa-pie-chart:before {
  content: "ïˆ€";
}
.fa-bolt-lightning:before {
  content: "î‚·";
}
.fa-sack-xmark:before {
  content: "î•ª";
}
.fa-file-excel:before {
  content: "ï‡ƒ";
}
.fa-file-contract:before {
  content: "ï•¬";
}
.fa-fish-fins:before {
  content: "î“²";
}
.fa-building-flag:before {
  content: "î“•";
}
.fa-face-grin-beam:before {
  content: "ï–‚";
}
.fa-grin-beam:before {
  content: "ï–‚";
}
.fa-object-ungroup:before {
  content: "ï‰ˆ";
}
.fa-poop:before {
  content: "ï˜™";
}
.fa-location-pin:before {
  content: "ï";
}
.fa-map-marker:before {
  content: "ï";
}
.fa-kaaba:before {
  content: "ï™«";
}
.fa-toilet-paper:before {
  content: "ïœž";
}
.fa-helmet-safety:before {
  content: "ï ‡";
}
.fa-hard-hat:before {
  content: "ï ‡";
}
.fa-hat-hard:before {
  content: "ï ‡";
}
.fa-eject:before {
  content: "ï’";
}
.fa-circle-right:before {
  content: "ïš";
}
.fa-arrow-alt-circle-right:before {
  content: "ïš";
}
.fa-plane-circle-check:before {
  content: "î••";
}
.fa-face-rolling-eyes:before {
  content: "ï–¥";
}
.fa-meh-rolling-eyes:before {
  content: "ï–¥";
}
.fa-object-group:before {
  content: "ï‰‡";
}
.fa-chart-line:before {
  content: "ïˆ";
}
.fa-line-chart:before {
  content: "ïˆ";
}
.fa-mask-ventilator:before {
  content: "î”¤";
}
.fa-arrow-right:before {
  content: "ï¡";
}
.fa-signs-post:before {
  content: "ï‰·";
}
.fa-map-signs:before {
  content: "ï‰·";
}
.fa-cash-register:before {
  content: "ïžˆ";
}
.fa-person-circle-question:before {
  content: "î•‚";
}
.fa-h:before {
  content: "H";
}
.fa-tarp:before {
  content: "î•»";
}
.fa-screwdriver-wrench:before {
  content: "ïŸ™";
}
.fa-tools:before {
  content: "ïŸ™";
}
.fa-arrows-to-eye:before {
  content: "î’¿";
}
.fa-plug-circle-bolt:before {
  content: "î•›";
}
.fa-heart:before {
  content: "ï€„";
}
.fa-mars-and-venus:before {
  content: "ïˆ¤";
}
.fa-house-user:before {
  content: "î†°";
}
.fa-home-user:before {
  content: "î†°";
}
.fa-dumpster-fire:before {
  content: "ïž”";
}
.fa-house-crack:before {
  content: "îŽ±";
}
.fa-martini-glass-citrus:before {
  content: "ï•¡";
}
.fa-cocktail:before {
  content: "ï•¡";
}
.fa-face-surprise:before {
  content: "ï—‚";
}
.fa-surprise:before {
  content: "ï—‚";
}
.fa-bottle-water:before {
  content: "î“…";
}
.fa-circle-pause:before {
  content: "ïŠ‹";
}
.fa-pause-circle:before {
  content: "ïŠ‹";
}
.fa-toilet-paper-slash:before {
  content: "î²";
}
.fa-apple-whole:before {
  content: "ï—‘";
}
.fa-apple-alt:before {
  content: "ï—‘";
}
.fa-kitchen-set:before {
  content: "î”š";
}
.fa-r:before {
  content: "R";
}
.fa-temperature-quarter:before {
  content: "ï‹Š";
}
.fa-temperature-1:before {
  content: "ï‹Š";
}
.fa-thermometer-1:before {
  content: "ï‹Š";
}
.fa-thermometer-quarter:before {
  content: "ï‹Š";
}
.fa-cube:before {
  content: "ï†²";
}
.fa-bitcoin-sign:before {
  content: "î‚´";
}
.fa-shield-dog:before {
  content: "î•³";
}
.fa-solar-panel:before {
  content: "ï–º";
}
.fa-lock-open:before {
  content: "ï";
}
.fa-elevator:before {
  content: "î…­";
}
.fa-money-bill-transfer:before {
  content: "î”¨";
}
.fa-money-bill-trend-up:before {
  content: "î”©";
}
.fa-house-flood-water-circle-arrow-right:before {
  content: "î”";
}
.fa-square-poll-horizontal:before {
  content: "ïš‚";
}
.fa-poll-h:before {
  content: "ïš‚";
}
.fa-circle:before {
  content: "ï„‘";
}
.fa-backward-fast:before {
  content: "ï‰";
}
.fa-fast-backward:before {
  content: "ï‰";
}
.fa-recycle:before {
  content: "ï†¸";
}
.fa-user-astronaut:before {
  content: "ï“»";
}
.fa-plane-slash:before {
  content: "î©";
}
.fa-trademark:before {
  content: "ï‰œ";
}
.fa-basketball:before {
  content: "ï´";
}
.fa-basketball-ball:before {
  content: "ï´";
}
.fa-satellite-dish:before {
  content: "ïŸ€";
}
.fa-circle-up:before {
  content: "ï›";
}
.fa-arrow-alt-circle-up:before {
  content: "ï›";
}
.fa-mobile-screen-button:before {
  content: "ï";
}
.fa-mobile-alt:before {
  content: "ï";
}
.fa-volume-high:before {
  content: "ï€¨";
}
.fa-volume-up:before {
  content: "ï€¨";
}
.fa-users-rays:before {
  content: "î–“";
}
.fa-wallet:before {
  content: "ï••";
}
.fa-clipboard-check:before {
  content: "ï‘¬";
}
.fa-file-audio:before {
  content: "ï‡‡";
}
.fa-burger:before {
  content: "ï …";
}
.fa-hamburger:before {
  content: "ï …";
}
.fa-wrench:before {
  content: "ï‚­";
}
.fa-bugs:before {
  content: "î“";
}
.fa-rupee-sign:before {
  content: "ï…–";
}
.fa-rupee:before {
  content: "ï…–";
}
.fa-file-image:before {
  content: "ï‡…";
}
.fa-circle-question:before {
  content: "ï™";
}
.fa-question-circle:before {
  content: "ï™";
}
.fa-plane-departure:before {
  content: "ï–°";
}
.fa-handshake-slash:before {
  content: "î ";
}
.fa-book-bookmark:before {
  content: "î‚»";
}
.fa-code-branch:before {
  content: "ï„¦";
}
.fa-hat-cowboy:before {
  content: "ï£€";
}
.fa-bridge:before {
  content: "î“ˆ";
}
.fa-phone-flip:before {
  content: "ï¡¹";
}
.fa-phone-alt:before {
  content: "ï¡¹";
}
.fa-truck-front:before {
  content: "îŠ·";
}
.fa-cat:before {
  content: "ïš¾";
}
.fa-anchor-circle-exclamation:before {
  content: "î’«";
}
.fa-truck-field:before {
  content: "î–";
}
.fa-route:before {
  content: "ï“—";
}
.fa-clipboard-question:before {
  content: "î“£";
}
.fa-panorama:before {
  content: "îˆ‰";
}
.fa-comment-medical:before {
  content: "ïŸµ";
}
.fa-teeth-open:before {
  content: "ï˜¯";
}
.fa-file-circle-minus:before {
  content: "î“­";
}
.fa-tags:before {
  content: "ï€¬";
}
.fa-wine-glass:before {
  content: "ï“£";
}
.fa-forward-fast:before {
  content: "ï";
}
.fa-fast-forward:before {
  content: "ï";
}
.fa-face-meh-blank:before {
  content: "ï–¤";
}
.fa-meh-blank:before {
  content: "ï–¤";
}
.fa-square-parking:before {
  content: "ï•€";
}
.fa-parking:before {
  content: "ï•€";
}
.fa-house-signal:before {
  content: "î€’";
}
.fa-bars-progress:before {
  content: "ï ¨";
}
.fa-tasks-alt:before {
  content: "ï ¨";
}
.fa-faucet-drip:before {
  content: "î€†";
}
.fa-cart-flatbed:before {
  content: "ï‘´";
}
.fa-dolly-flatbed:before {
  content: "ï‘´";
}
.fa-ban-smoking:before {
  content: "ï•";
}
.fa-smoking-ban:before {
  content: "ï•";
}
.fa-terminal:before {
  content: "ï„ ";
}
.fa-mobile-button:before {
  content: "ï„‹";
}
.fa-house-medical-flag:before {
  content: "î””";
}
.fa-basket-shopping:before {
  content: "ïŠ‘";
}
.fa-shopping-basket:before {
  content: "ïŠ‘";
}
.fa-tape:before {
  content: "ï“›";
}
.fa-bus-simple:before {
  content: "ï•ž";
}
.fa-bus-alt:before {
  content: "ï•ž";
}
.fa-eye:before {
  content: "ï®";
}
.fa-face-sad-cry:before {
  content: "ï–³";
}
.fa-sad-cry:before {
  content: "ï–³";
}
.fa-audio-description:before {
  content: "ïŠž";
}
.fa-person-military-to-person:before {
  content: "î•Œ";
}
.fa-file-shield:before {
  content: "î“°";
}
.fa-user-slash:before {
  content: "ï”†";
}
.fa-pen:before {
  content: "ïŒ„";
}
.fa-tower-observation:before {
  content: "î–†";
}
.fa-file-code:before {
  content: "ï‡‰";
}
.fa-signal:before {
  content: "ï€’";
}
.fa-signal-5:before {
  content: "ï€’";
}
.fa-signal-perfect:before {
  content: "ï€’";
}
.fa-bus:before {
  content: "ïˆ‡";
}
.fa-heart-circle-xmark:before {
  content: "î”";
}
.fa-house-chimney:before {
  content: "îŽ¯";
}
.fa-home-lg:before {
  content: "îŽ¯";
}
.fa-window-maximize:before {
  content: "ï‹";
}
.fa-face-frown:before {
  content: "ï„™";
}
.fa-frown:before {
  content: "ï„™";
}
.fa-prescription:before {
  content: "ï–±";
}
.fa-shop:before {
  content: "ï•";
}
.fa-store-alt:before {
  content: "ï•";
}
.fa-floppy-disk:before {
  content: "ïƒ‡";
}
.fa-save:before {
  content: "ïƒ‡";
}
.fa-vihara:before {
  content: "ïš§";
}
.fa-scale-unbalanced:before {
  content: "ï”•";
}
.fa-balance-scale-left:before {
  content: "ï”•";
}
.fa-sort-up:before {
  content: "ïƒž";
}
.fa-sort-asc:before {
  content: "ïƒž";
}
.fa-comment-dots:before {
  content: "ï’­";
}
.fa-commenting:before {
  content: "ï’­";
}
.fa-plant-wilt:before {
  content: "î–ª";
}
.fa-diamond:before {
  content: "ïˆ™";
}
.fa-face-grin-squint:before {
  content: "ï–…";
}
.fa-grin-squint:before {
  content: "ï–…";
}
.fa-hand-holding-dollar:before {
  content: "ï“€";
}
.fa-hand-holding-usd:before {
  content: "ï“€";
}
.fa-bacterium:before {
  content: "îš";
}
.fa-hand-pointer:before {
  content: "ï‰š";
}
.fa-drum-steelpan:before {
  content: "ï•ª";
}
.fa-hand-scissors:before {
  content: "ï‰—";
}
.fa-hands-praying:before {
  content: "ïš„";
}
.fa-praying-hands:before {
  content: "ïš„";
}
.fa-arrow-rotate-right:before {
  content: "ï€ž";
}
.fa-arrow-right-rotate:before {
  content: "ï€ž";
}
.fa-arrow-rotate-forward:before {
  content: "ï€ž";
}
.fa-redo:before {
  content: "ï€ž";
}
.fa-biohazard:before {
  content: "ïž€";
}
.fa-location-crosshairs:before {
  content: "ï˜";
}
.fa-location:before {
  content: "ï˜";
}
.fa-mars-double:before {
  content: "ïˆ§";
}
.fa-child-dress:before {
  content: "î–œ";
}
.fa-users-between-lines:before {
  content: "î–‘";
}
.fa-lungs-virus:before {
  content: "î§";
}
.fa-face-grin-tears:before {
  content: "ï–ˆ";
}
.fa-grin-tears:before {
  content: "ï–ˆ";
}
.fa-phone:before {
  content: "ï‚•";
}
.fa-calendar-xmark:before {
  content: "ï‰³";
}
.fa-calendar-times:before {
  content: "ï‰³";
}
.fa-child-reaching:before {
  content: "î–";
}
.fa-head-side-virus:before {
  content: "î¤";
}
.fa-user-gear:before {
  content: "ï“¾";
}
.fa-user-cog:before {
  content: "ï“¾";
}
.fa-arrow-up-1-9:before {
  content: "ï…£";
}
.fa-sort-numeric-up:before {
  content: "ï…£";
}
.fa-door-closed:before {
  content: "ï”ª";
}
.fa-shield-virus:before {
  content: "î¬";
}
.fa-dice-six:before {
  content: "ï”¦";
}
.fa-mosquito-net:before {
  content: "î”¬";
}
.fa-bridge-water:before {
  content: "î“Ž";
}
.fa-person-booth:before {
  content: "ï–";
}
.fa-text-width:before {
  content: "ï€µ";
}
.fa-hat-wizard:before {
  content: "ï›¨";
}
.fa-pen-fancy:before {
  content: "ï–¬";
}
.fa-person-digging:before {
  content: "ï¡ž";
}
.fa-digging:before {
  content: "ï¡ž";
}
.fa-trash:before {
  content: "ï‡¸";
}
.fa-gauge-simple:before {
  content: "ï˜©";
}
.fa-gauge-simple-med:before {
  content: "ï˜©";
}
.fa-tachometer-average:before {
  content: "ï˜©";
}
.fa-book-medical:before {
  content: "ïŸ¦";
}
.fa-poo:before {
  content: "ï‹¾";
}
.fa-quote-right:before {
  content: "ï„Ž";
}
.fa-quote-right-alt:before {
  content: "ï„Ž";
}
.fa-shirt:before {
  content: "ï•“";
}
.fa-t-shirt:before {
  content: "ï•“";
}
.fa-tshirt:before {
  content: "ï•“";
}
.fa-cubes:before {
  content: "ï†³";
}
.fa-divide:before {
  content: "ï”©";
}
.fa-tenge-sign:before {
  content: "ïŸ—";
}
.fa-tenge:before {
  content: "ïŸ—";
}
.fa-headphones:before {
  content: "ï€¥";
}
.fa-hands-holding:before {
  content: "ï“‚";
}
.fa-hands-clapping:before {
  content: "î†¨";
}
.fa-republican:before {
  content: "ïž";
}
.fa-arrow-left:before {
  content: "ï ";
}
.fa-person-circle-xmark:before {
  content: "î•ƒ";
}
.fa-ruler:before {
  content: "ï•…";
}
.fa-align-left:before {
  content: "ï€¶";
}
.fa-dice-d6:before {
  content: "ï›‘";
}
.fa-restroom:before {
  content: "ïž½";
}
.fa-j:before {
  content: "J";
}
.fa-users-viewfinder:before {
  content: "î–•";
}
.fa-file-video:before {
  content: "ï‡ˆ";
}
.fa-up-right-from-square:before {
  content: "ï";
}
.fa-external-link-alt:before {
  content: "ï";
}
.fa-table-cells:before {
  content: "ï€Š";
}
.fa-th:before {
  content: "ï€Š";
}
.fa-file-pdf:before {
  content: "ï‡";
}
.fa-book-bible:before {
  content: "ï™‡";
}
.fa-bible:before {
  content: "ï™‡";
}
.fa-o:before {
  content: "O";
}
.fa-suitcase-medical:before {
  content: "ïƒº";
}
.fa-medkit:before {
  content: "ïƒº";
}
.fa-user-secret:before {
  content: "ïˆ›";
}
.fa-otter:before {
  content: "ïœ€";
}
.fa-person-dress:before {
  content: "ï†‚";
}
.fa-female:before {
  content: "ï†‚";
}
.fa-comment-dollar:before {
  content: "ï™‘";
}
.fa-business-time:before {
  content: "ï™Š";
}
.fa-briefcase-clock:before {
  content: "ï™Š";
}
.fa-table-cells-large:before {
  content: "ï€‰";
}
.fa-th-large:before {
  content: "ï€‰";
}
.fa-book-tanakh:before {
  content: "ï §";
}
.fa-tanakh:before {
  content: "ï §";
}
.fa-phone-volume:before {
  content: "ïŠ ";
}
.fa-volume-control-phone:before {
  content: "ïŠ ";
}
.fa-hat-cowboy-side:before {
  content: "ï£";
}
.fa-clipboard-user:before {
  content: "ïŸ³";
}
.fa-child:before {
  content: "ï†®";
}
.fa-lira-sign:before {
  content: "ï†•";
}
.fa-satellite:before {
  content: "ïž¿";
}
.fa-plane-lock:before {
  content: "î•˜";
}
.fa-tag:before {
  content: "ï€«";
}
.fa-comment:before {
  content: "ïµ";
}
.fa-cake-candles:before {
  content: "ï‡½";
}
.fa-birthday-cake:before {
  content: "ï‡½";
}
.fa-cake:before {
  content: "ï‡½";
}
.fa-envelope:before {
  content: "ïƒ ";
}
.fa-angles-up:before {
  content: "ï„‚";
}
.fa-angle-double-up:before {
  content: "ï„‚";
}
.fa-paperclip:before {
  content: "ïƒ†";
}
.fa-arrow-right-to-city:before {
  content: "î’³";
}
.fa-ribbon:before {
  content: "ï“–";
}
.fa-lungs:before {
  content: "ï˜„";
}
.fa-arrow-up-9-1:before {
  content: "ï¢‡";
}
.fa-sort-numeric-up-alt:before {
  content: "ï¢‡";
}
.fa-litecoin-sign:before {
  content: "î‡“";
}
.fa-border-none:before {
  content: "ï¡";
}
.fa-circle-nodes:before {
  content: "î“¢";
}
.fa-parachute-box:before {
  content: "ï“";
}
.fa-indent:before {
  content: "ï€¼";
}
.fa-truck-field-un:before {
  content: "î–Ž";
}
.fa-hourglass:before {
  content: "ï‰”";
}
.fa-hourglass-empty:before {
  content: "ï‰”";
}
.fa-mountain:before {
  content: "ï›¼";
}
.fa-user-doctor:before {
  content: "ïƒ°";
}
.fa-user-md:before {
  content: "ïƒ°";
}
.fa-circle-info:before {
  content: "ïš";
}
.fa-info-circle:before {
  content: "ïš";
}
.fa-cloud-meatball:before {
  content: "ïœ»";
}
.fa-camera:before {
  content: "ï€°";
}
.fa-camera-alt:before {
  content: "ï€°";
}
.fa-square-virus:before {
  content: "î•¸";
}
.fa-meteor:before {
  content: "ï“";
}
.fa-car-on:before {
  content: "î“";
}
.fa-sleigh:before {
  content: "ïŸŒ";
}
.fa-arrow-down-1-9:before {
  content: "ï…¢";
}
.fa-sort-numeric-asc:before {
  content: "ï…¢";
}
.fa-sort-numeric-down:before {
  content: "ï…¢";
}
.fa-hand-holding-droplet:before {
  content: "ï“";
}
.fa-hand-holding-water:before {
  content: "ï“";
}
.fa-water:before {
  content: "ï³";
}
.fa-calendar-check:before {
  content: "ï‰´";
}
.fa-braille:before {
  content: "ïŠ¡";
}
.fa-prescription-bottle-medical:before {
  content: "ï’†";
}
.fa-prescription-bottle-alt:before {
  content: "ï’†";
}
.fa-landmark:before {
  content: "ï™¯";
}
.fa-truck:before {
  content: "ïƒ‘";
}
.fa-crosshairs:before {
  content: "ï›";
}
.fa-person-cane:before {
  content: "î”¼";
}
.fa-tent:before {
  content: "î•½";
}
.fa-vest-patches:before {
  content: "î‚†";
}
.fa-check-double:before {
  content: "ï• ";
}
.fa-arrow-down-a-z:before {
  content: "ï…";
}
.fa-sort-alpha-asc:before {
  content: "ï…";
}
.fa-sort-alpha-down:before {
  content: "ï…";
}
.fa-money-bill-wheat:before {
  content: "î”ª";
}
.fa-cookie:before {
  content: "ï•£";
}
.fa-arrow-rotate-left:before {
  content: "ïƒ¢";
}
.fa-arrow-left-rotate:before {
  content: "ïƒ¢";
}
.fa-arrow-rotate-back:before {
  content: "ïƒ¢";
}
.fa-arrow-rotate-backward:before {
  content: "ïƒ¢";
}
.fa-undo:before {
  content: "ïƒ¢";
}
.fa-hard-drive:before {
  content: "ï‚ ";
}
.fa-hdd:before {
  content: "ï‚ ";
}
.fa-face-grin-squint-tears:before {
  content: "ï–†";
}
.fa-grin-squint-tears:before {
  content: "ï–†";
}
.fa-dumbbell:before {
  content: "ï‘‹";
}
.fa-rectangle-list:before {
  content: "ï€¢";
}
.fa-list-alt:before {
  content: "ï€¢";
}
.fa-tarp-droplet:before {
  content: "î•¼";
}
.fa-house-medical-circle-check:before {
  content: "î”‘";
}
.fa-person-skiing-nordic:before {
  content: "ïŸŠ";
}
.fa-skiing-nordic:before {
  content: "ïŸŠ";
}
.fa-calendar-plus:before {
  content: "ï‰±";
}
.fa-plane-arrival:before {
  content: "ï–¯";
}
.fa-circle-left:before {
  content: "ï™";
}
.fa-arrow-alt-circle-left:before {
  content: "ï™";
}
.fa-train-subway:before {
  content: "ïˆ¹";
}
.fa-subway:before {
  content: "ïˆ¹";
}
.fa-chart-gantt:before {
  content: "îƒ¤";
}
.fa-indian-rupee-sign:before {
  content: "î†¼";
}
.fa-indian-rupee:before {
  content: "î†¼";
}
.fa-inr:before {
  content: "î†¼";
}
.fa-crop-simple:before {
  content: "ï•¥";
}
.fa-crop-alt:before {
  content: "ï•¥";
}
.fa-money-bill-1:before {
  content: "ï‘";
}
.fa-money-bill-alt:before {
  content: "ï‘";
}
.fa-left-long:before {
  content: "ïŒŠ";
}
.fa-long-arrow-alt-left:before {
  content: "ïŒŠ";
}
.fa-dna:before {
  content: "ï‘±";
}
.fa-virus-slash:before {
  content: "îµ";
}
.fa-minus:before {
  content: "ï¨";
}
.fa-subtract:before {
  content: "ï¨";
}
.fa-chess:before {
  content: "ï¹";
}
.fa-arrow-left-long:before {
  content: "ï…·";
}
.fa-long-arrow-left:before {
  content: "ï…·";
}
.fa-plug-circle-check:before {
  content: "î•œ";
}
.fa-street-view:before {
  content: "ïˆ";
}
.fa-franc-sign:before {
  content: "î†";
}
.fa-volume-off:before {
  content: "ï€¦";
}
.fa-hands-asl-interpreting:before {
  content: "ïŠ£";
}
.fa-american-sign-language-interpreting:before {
  content: "ïŠ£";
}
.fa-asl-interpreting:before {
  content: "ïŠ£";
}
.fa-hands-american-sign-language-interpreting:before {
  content: "ïŠ£";
}
.fa-gear:before {
  content: "ï€“";
}
.fa-cog:before {
  content: "ï€“";
}
.fa-droplet-slash:before {
  content: "ï—‡";
}
.fa-tint-slash:before {
  content: "ï—‡";
}
.fa-mosque:before {
  content: "ï™¸";
}
.fa-mosquito:before {
  content: "î”«";
}
.fa-star-of-david:before {
  content: "ïšš";
}
.fa-person-military-rifle:before {
  content: "î•‹";
}
.fa-cart-shopping:before {
  content: "ïº";
}
.fa-shopping-cart:before {
  content: "ïº";
}
.fa-vials:before {
  content: "ï’“";
}
.fa-plug-circle-plus:before {
  content: "î•Ÿ";
}
.fa-place-of-worship:before {
  content: "ï™¿";
}
.fa-grip-vertical:before {
  content: "ï–Ž";
}
.fa-arrow-turn-up:before {
  content: "ï…ˆ";
}
.fa-level-up:before {
  content: "ï…ˆ";
}
.fa-u:before {
  content: "U";
}
.fa-square-root-variable:before {
  content: "ïš˜";
}
.fa-square-root-alt:before {
  content: "ïš˜";
}
.fa-clock:before {
  content: "ï€—";
}
.fa-clock-four:before {
  content: "ï€—";
}
.fa-backward-step:before {
  content: "ïˆ";
}
.fa-step-backward:before {
  content: "ïˆ";
}
.fa-pallet:before {
  content: "ï’‚";
}
.fa-faucet:before {
  content: "î€…";
}
.fa-baseball-bat-ball:before {
  content: "ï²";
}
.fa-s:before {
  content: "S";
}
.fa-timeline:before {
  content: "îŠœ";
}
.fa-keyboard:before {
  content: "ï„œ";
}
.fa-caret-down:before {
  content: "ïƒ—";
}
.fa-house-chimney-medical:before {
  content: "ïŸ²";
}
.fa-clinic-medical:before {
  content: "ïŸ²";
}
.fa-temperature-three-quarters:before {
  content: "ï‹ˆ";
}
.fa-temperature-3:before {
  content: "ï‹ˆ";
}
.fa-thermometer-3:before {
  content: "ï‹ˆ";
}
.fa-thermometer-three-quarters:before {
  content: "ï‹ˆ";
}
.fa-mobile-screen:before {
  content: "ï";
}
.fa-mobile-android-alt:before {
  content: "ï";
}
.fa-plane-up:before {
  content: "îˆ­";
}
.fa-piggy-bank:before {
  content: "ï““";
}
.fa-battery-half:before {
  content: "ï‰‚";
}
.fa-battery-3:before {
  content: "ï‰‚";
}
.fa-mountain-city:before {
  content: "î”®";
}
.fa-coins:before {
  content: "ï”ž";
}
.fa-khanda:before {
  content: "ï™­";
}
.fa-sliders:before {
  content: "ï‡ž";
}
.fa-sliders-h:before {
  content: "ï‡ž";
}
.fa-folder-tree:before {
  content: "ï ‚";
}
.fa-network-wired:before {
  content: "ï›¿";
}
.fa-map-pin:before {
  content: "ï‰¶";
}
.fa-hamsa:before {
  content: "ï™¥";
}
.fa-cent-sign:before {
  content: "îµ";
}
.fa-flask:before {
  content: "ïƒƒ";
}
.fa-person-pregnant:before {
  content: "îŒž";
}
.fa-wand-sparkles:before {
  content: "ïœ«";
}
.fa-ellipsis-vertical:before {
  content: "ï…‚";
}
.fa-ellipsis-v:before {
  content: "ï…‚";
}
.fa-ticket:before {
  content: "ï……";
}
.fa-power-off:before {
  content: "ï€‘";
}
.fa-right-long:before {
  content: "ïŒ‹";
}
.fa-long-arrow-alt-right:before {
  content: "ïŒ‹";
}
.fa-flag-usa:before {
  content: "ï";
}
.fa-laptop-file:before {
  content: "î”";
}
.fa-tty:before {
  content: "ï‡¤";
}
.fa-teletype:before {
  content: "ï‡¤";
}
.fa-diagram-next:before {
  content: "î‘¶";
}
.fa-person-rifle:before {
  content: "î•Ž";
}
.fa-house-medical-circle-exclamation:before {
  content: "î”’";
}
.fa-closed-captioning:before {
  content: "ïˆŠ";
}
.fa-person-hiking:before {
  content: "ï›¬";
}
.fa-hiking:before {
  content: "ï›¬";
}
.fa-venus-double:before {
  content: "ïˆ¦";
}
.fa-images:before {
  content: "ïŒ‚";
}
.fa-calculator:before {
  content: "ï‡¬";
}
.fa-people-pulling:before {
  content: "î”µ";
}
.fa-n:before {
  content: "N";
}
.fa-cable-car:before {
  content: "ïŸš";
}
.fa-tram:before {
  content: "ïŸš";
}
.fa-cloud-rain:before {
  content: "ïœ½";
}
.fa-building-circle-xmark:before {
  content: "î“”";
}
.fa-ship:before {
  content: "ïˆš";
}
.fa-arrows-down-to-line:before {
  content: "î’¸";
}
.fa-download:before {
  content: "ï€™";
}
.fa-face-grin:before {
  content: "ï–€";
}
.fa-grin:before {
  content: "ï–€";
}
.fa-delete-left:before {
  content: "ï•š";
}
.fa-backspace:before {
  content: "ï•š";
}
.fa-eye-dropper:before {
  content: "ï‡»";
}
.fa-eye-dropper-empty:before {
  content: "ï‡»";
}
.fa-eyedropper:before {
  content: "ï‡»";
}
.fa-file-circle-check:before {
  content: "î– ";
}
.fa-forward:before {
  content: "ïŽ";
}
.fa-mobile:before {
  content: "ïŽ";
}
.fa-mobile-android:before {
  content: "ïŽ";
}
.fa-mobile-phone:before {
  content: "ïŽ";
}
.fa-face-meh:before {
  content: "ï„š";
}
.fa-meh:before {
  content: "ï„š";
}
.fa-align-center:before {
  content: "ï€·";
}
.fa-book-skull:before {
  content: "ïš·";
}
.fa-book-dead:before {
  content: "ïš·";
}
.fa-id-card:before {
  content: "ï‹‚";
}
.fa-drivers-license:before {
  content: "ï‹‚";
}
.fa-outdent:before {
  content: "ï€»";
}
.fa-dedent:before {
  content: "ï€»";
}
.fa-heart-circle-exclamation:before {
  content: "î“¾";
}
.fa-house:before {
  content: "ï€•";
}
.fa-home:before {
  content: "ï€•";
}
.fa-home-alt:before {
  content: "ï€•";
}
.fa-home-lg-alt:before {
  content: "ï€•";
}
.fa-calendar-week:before {
  content: "ïž„";
}
.fa-laptop-medical:before {
  content: "ï ’";
}
.fa-b:before {
  content: "B";
}
.fa-file-medical:before {
  content: "ï‘·";
}
.fa-dice-one:before {
  content: "ï”¥";
}
.fa-kiwi-bird:before {
  content: "ï”µ";
}
.fa-arrow-right-arrow-left:before {
  content: "ïƒ¬";
}
.fa-exchange:before {
  content: "ïƒ¬";
}
.fa-rotate-right:before {
  content: "ï‹¹";
}
.fa-redo-alt:before {
  content: "ï‹¹";
}
.fa-rotate-forward:before {
  content: "ï‹¹";
}
.fa-utensils:before {
  content: "ï‹§";
}
.fa-cutlery:before {
  content: "ï‹§";
}
.fa-arrow-up-wide-short:before {
  content: "ï…¡";
}
.fa-sort-amount-up:before {
  content: "ï…¡";
}
.fa-mill-sign:before {
  content: "î‡­";
}
.fa-bowl-rice:before {
  content: "î‹«";
}
.fa-skull:before {
  content: "ï•Œ";
}
.fa-tower-broadcast:before {
  content: "ï”™";
}
.fa-broadcast-tower:before {
  content: "ï”™";
}
.fa-truck-pickup:before {
  content: "ï˜¼";
}
.fa-up-long:before {
  content: "ïŒŒ";
}
.fa-long-arrow-alt-up:before {
  content: "ïŒŒ";
}
.fa-stop:before {
  content: "ï";
}
.fa-code-merge:before {
  content: "ïŽ‡";
}
.fa-upload:before {
  content: "ï‚“";
}
.fa-hurricane:before {
  content: "ï‘";
}
.fa-mound:before {
  content: "î”­";
}
.fa-toilet-portable:before {
  content: "î–ƒ";
}
.fa-compact-disc:before {
  content: "ï”Ÿ";
}
.fa-file-arrow-down:before {
  content: "ï•­";
}
.fa-file-download:before {
  content: "ï•­";
}
.fa-caravan:before {
  content: "ï£¿";
}
.fa-shield-cat:before {
  content: "î•²";
}
.fa-bolt:before {
  content: "ïƒ§";
}
.fa-zap:before {
  content: "ïƒ§";
}
.fa-glass-water:before {
  content: "î“´";
}
.fa-oil-well:before {
  content: "î”²";
}
.fa-vault:before {
  content: "î‹…";
}
.fa-mars:before {
  content: "ïˆ¢";
}
.fa-toilet:before {
  content: "ïŸ˜";
}
.fa-plane-circle-xmark:before {
  content: "î•—";
}
.fa-yen-sign:before {
  content: "ï…—";
}
.fa-cny:before {
  content: "ï…—";
}
.fa-jpy:before {
  content: "ï…—";
}
.fa-rmb:before {
  content: "ï…—";
}
.fa-yen:before {
  content: "ï…—";
}
.fa-ruble-sign:before {
  content: "ï…˜";
}
.fa-rouble:before {
  content: "ï…˜";
}
.fa-rub:before {
  content: "ï…˜";
}
.fa-ruble:before {
  content: "ï…˜";
}
.fa-sun:before {
  content: "ï†…";
}
.fa-guitar:before {
  content: "ïž¦";
}
.fa-face-laugh-wink:before {
  content: "ï–œ";
}
.fa-laugh-wink:before {
  content: "ï–œ";
}
.fa-horse-head:before {
  content: "ïž«";
}
.fa-bore-hole:before {
  content: "î“ƒ";
}
.fa-industry:before {
  content: "ï‰µ";
}
.fa-circle-down:before {
  content: "ï˜";
}
.fa-arrow-alt-circle-down:before {
  content: "ï˜";
}
.fa-arrows-turn-to-dots:before {
  content: "î“";
}
.fa-florin-sign:before {
  content: "î†„";
}
.fa-arrow-down-short-wide:before {
  content: "ï¢„";
}
.fa-sort-amount-desc:before {
  content: "ï¢„";
}
.fa-sort-amount-down-alt:before {
  content: "ï¢„";
}
.fa-less-than:before {
  content: "<";
}
.fa-angle-down:before {
  content: "ï„‡";
}
.fa-car-tunnel:before {
  content: "î“ž";
}
.fa-head-side-cough:before {
  content: "î¡";
}
.fa-grip-lines:before {
  content: "ïž¤";
}
.fa-thumbs-down:before {
  content: "ï…¥";
}
.fa-user-lock:before {
  content: "ï”‚";
}
.fa-arrow-right-long:before {
  content: "ï…¸";
}
.fa-long-arrow-right:before {
  content: "ï…¸";
}
.fa-anchor-circle-xmark:before {
  content: "î’¬";
}
.fa-ellipsis:before {
  content: "ï…";
}
.fa-ellipsis-h:before {
  content: "ï…";
}
.fa-chess-pawn:before {
  content: "ï‘ƒ";
}
.fa-kit-medical:before {
  content: "ï‘¹";
}
.fa-first-aid:before {
  content: "ï‘¹";
}
.fa-person-through-window:before {
  content: "î–©";
}
.fa-toolbox:before {
  content: "ï•’";
}
.fa-hands-holding-circle:before {
  content: "î“»";
}
.fa-bug:before {
  content: "ï†ˆ";
}
.fa-credit-card:before {
  content: "ï‚";
}
.fa-credit-card-alt:before {
  content: "ï‚";
}
.fa-car:before {
  content: "ï†¹";
}
.fa-automobile:before {
  content: "ï†¹";
}
.fa-hand-holding-hand:before {
  content: "î“·";
}
.fa-book-open-reader:before {
  content: "ï—š";
}
.fa-book-reader:before {
  content: "ï—š";
}
.fa-mountain-sun:before {
  content: "î”¯";
}
.fa-arrows-left-right-to-line:before {
  content: "î’º";
}
.fa-dice-d20:before {
  content: "ï›";
}
.fa-truck-droplet:before {
  content: "î–Œ";
}
.fa-file-circle-xmark:before {
  content: "î–¡";
}
.fa-temperature-arrow-up:before {
  content: "î€";
}
.fa-temperature-up:before {
  content: "î€";
}
.fa-medal:before {
  content: "ï–¢";
}
.fa-bed:before {
  content: "ïˆ¶";
}
.fa-square-h:before {
  content: "ïƒ½";
}
.fa-h-square:before {
  content: "ïƒ½";
}
.fa-podcast:before {
  content: "ï‹Ž";
}
.fa-temperature-full:before {
  content: "ï‹‡";
}
.fa-temperature-4:before {
  content: "ï‹‡";
}
.fa-thermometer-4:before {
  content: "ï‹‡";
}
.fa-thermometer-full:before {
  content: "ï‹‡";
}
.fa-bell:before {
  content: "ïƒ³";
}
.fa-superscript:before {
  content: "ï„«";
}
.fa-plug-circle-xmark:before {
  content: "î• ";
}
.fa-star-of-life:before {
  content: "ï˜¡";
}
.fa-phone-slash:before {
  content: "ï";
}
.fa-paint-roller:before {
  content: "ï–ª";
}
.fa-handshake-angle:before {
  content: "ï“„";
}
.fa-hands-helping:before {
  content: "ï“„";
}
.fa-location-dot:before {
  content: "ï…";
}
.fa-map-marker-alt:before {
  content: "ï…";
}
.fa-file:before {
  content: "ï…›";
}
.fa-greater-than:before {
  content: ">";
}
.fa-person-swimming:before {
  content: "ï—„";
}
.fa-swimmer:before {
  content: "ï—„";
}
.fa-arrow-down:before {
  content: "ï£";
}
.fa-droplet:before {
  content: "ïƒ";
}
.fa-tint:before {
  content: "ïƒ";
}
.fa-eraser:before {
  content: "ï„­";
}
.fa-earth-americas:before {
  content: "ï•½";
}
.fa-earth:before {
  content: "ï•½";
}
.fa-earth-america:before {
  content: "ï•½";
}
.fa-globe-americas:before {
  content: "ï•½";
}
.fa-person-burst:before {
  content: "î”»";
}
.fa-dove:before {
  content: "ï’º";
}
.fa-battery-empty:before {
  content: "ï‰„";
}
.fa-battery-0:before {
  content: "ï‰„";
}
.fa-socks:before {
  content: "ïš–";
}
.fa-inbox:before {
  content: "ï€œ";
}
.fa-section:before {
  content: "î‘‡";
}
.fa-gauge-high:before {
  content: "ï˜¥";
}
.fa-tachometer-alt:before {
  content: "ï˜¥";
}
.fa-tachometer-alt-fast:before {
  content: "ï˜¥";
}
.fa-envelope-open-text:before {
  content: "ï™˜";
}
.fa-hospital:before {
  content: "ïƒ¸";
}
.fa-hospital-alt:before {
  content: "ïƒ¸";
}
.fa-hospital-wide:before {
  content: "ïƒ¸";
}
.fa-wine-bottle:before {
  content: "ïœ¯";
}
.fa-chess-rook:before {
  content: "ï‘‡";
}
.fa-bars-staggered:before {
  content: "ï•";
}
.fa-reorder:before {
  content: "ï•";
}
.fa-stream:before {
  content: "ï•";
}
.fa-dharmachakra:before {
  content: "ï™•";
}
.fa-hotdog:before {
  content: "ï ";
}
.fa-person-walking-with-cane:before {
  content: "ïŠ";
}
.fa-blind:before {
  content: "ïŠ";
}
.fa-drum:before {
  content: "ï•©";
}
.fa-ice-cream:before {
  content: "ï ";
}
.fa-heart-circle-bolt:before {
  content: "î“¼";
}
.fa-fax:before {
  content: "ï†¬";
}
.fa-paragraph:before {
  content: "ï‡";
}
.fa-check-to-slot:before {
  content: "ï²";
}
.fa-vote-yea:before {
  content: "ï²";
}
.fa-star-half:before {
  content: "ï‚‰";
}
.fa-boxes-stacked:before {
  content: "ï‘¨";
}
.fa-boxes:before {
  content: "ï‘¨";
}
.fa-boxes-alt:before {
  content: "ï‘¨";
}
.fa-link:before {
  content: "ïƒ";
}
.fa-chain:before {
  content: "ïƒ";
}
.fa-ear-listen:before {
  content: "ïŠ¢";
}
.fa-assistive-listening-systems:before {
  content: "ïŠ¢";
}
.fa-tree-city:before {
  content: "î–‡";
}
.fa-play:before {
  content: "ï‹";
}
.fa-font:before {
  content: "ï€±";
}
.fa-rupiah-sign:before {
  content: "îˆ½";
}
.fa-magnifying-glass:before {
  content: "ï€‚";
}
.fa-search:before {
  content: "ï€‚";
}
.fa-table-tennis-paddle-ball:before {
  content: "ï‘";
}
.fa-ping-pong-paddle-ball:before {
  content: "ï‘";
}
.fa-table-tennis:before {
  content: "ï‘";
}
.fa-person-dots-from-line:before {
  content: "ï‘°";
}
.fa-diagnoses:before {
  content: "ï‘°";
}
.fa-trash-can-arrow-up:before {
  content: "ï ª";
}
.fa-trash-restore-alt:before {
  content: "ï ª";
}
.fa-naira-sign:before {
  content: "î‡¶";
}
.fa-cart-arrow-down:before {
  content: "ïˆ˜";
}
.fa-walkie-talkie:before {
  content: "ï£¯";
}
.fa-file-pen:before {
  content: "ïŒœ";
}
.fa-file-edit:before {
  content: "ïŒœ";
}
.fa-receipt:before {
  content: "ï•ƒ";
}
.fa-square-pen:before {
  content: "ï…‹";
}
.fa-pen-square:before {
  content: "ï…‹";
}
.fa-pencil-square:before {
  content: "ï…‹";
}
.fa-suitcase-rolling:before {
  content: "ï—";
}
.fa-person-circle-exclamation:before {
  content: "î”¿";
}
.fa-chevron-down:before {
  content: "ï¸";
}
.fa-battery-full:before {
  content: "ï‰€";
}
.fa-battery:before {
  content: "ï‰€";
}
.fa-battery-5:before {
  content: "ï‰€";
}
.fa-skull-crossbones:before {
  content: "ïœ”";
}
.fa-code-compare:before {
  content: "î„º";
}
.fa-list-ul:before {
  content: "ïƒŠ";
}
.fa-list-dots:before {
  content: "ïƒŠ";
}
.fa-school-lock:before {
  content: "î•¯";
}
.fa-tower-cell:before {
  content: "î–…";
}
.fa-down-long:before {
  content: "ïŒ‰";
}
.fa-long-arrow-alt-down:before {
  content: "ïŒ‰";
}
.fa-ranking-star:before {
  content: "î•¡";
}
.fa-chess-king:before {
  content: "ï¿";
}
.fa-person-harassing:before {
  content: "î•‰";
}
.fa-brazilian-real-sign:before {
  content: "î‘¬";
}
.fa-landmark-dome:before {
  content: "ï’";
}
.fa-landmark-alt:before {
  content: "ï’";
}
.fa-arrow-up:before {
  content: "ï¢";
}
.fa-tv:before {
  content: "ï‰¬";
}
.fa-television:before {
  content: "ï‰¬";
}
.fa-tv-alt:before {
  content: "ï‰¬";
}
.fa-shrimp:before {
  content: "î‘ˆ";
}
.fa-list-check:before {
  content: "ï‚®";
}
.fa-tasks:before {
  content: "ï‚®";
}
.fa-jug-detergent:before {
  content: "î”™";
}
.fa-circle-user:before {
  content: "ïŠ½";
}
.fa-user-circle:before {
  content: "ïŠ½";
}
.fa-user-shield:before {
  content: "ï”…";
}
.fa-wind:before {
  content: "ïœ®";
}
.fa-car-burst:before {
  content: "ï—¡";
}
.fa-car-crash:before {
  content: "ï—¡";
}
.fa-y:before {
  content: "Y";
}
.fa-person-snowboarding:before {
  content: "ïŸŽ";
}
.fa-snowboarding:before {
  content: "ïŸŽ";
}
.fa-truck-fast:before {
  content: "ï’‹";
}
.fa-shipping-fast:before {
  content: "ï’‹";
}
.fa-fish:before {
  content: "ï•¸";
}
.fa-user-graduate:before {
  content: "ï”";
}
.fa-circle-half-stroke:before {
  content: "ï‚";
}
.fa-adjust:before {
  content: "ï‚";
}
.fa-clapperboard:before {
  content: "î„±";
}
.fa-circle-radiation:before {
  content: "ïžº";
}
.fa-radiation-alt:before {
  content: "ïžº";
}
.fa-baseball:before {
  content: "ï³";
}
.fa-baseball-ball:before {
  content: "ï³";
}
.fa-jet-fighter-up:before {
  content: "î”˜";
}
.fa-diagram-project:before {
  content: "ï•‚";
}
.fa-project-diagram:before {
  content: "ï•‚";
}
.fa-copy:before {
  content: "ïƒ…";
}
.fa-volume-xmark:before {
  content: "ïš©";
}
.fa-volume-mute:before {
  content: "ïš©";
}
.fa-volume-times:before {
  content: "ïš©";
}
.fa-hand-sparkles:before {
  content: "î";
}
.fa-grip:before {
  content: "ï–";
}
.fa-grip-horizontal:before {
  content: "ï–";
}
.fa-share-from-square:before {
  content: "ï…";
}
.fa-share-square:before {
  content: "ï…";
}
.fa-child-combatant:before {
  content: "î“ ";
}
.fa-child-rifle:before {
  content: "î“ ";
}
.fa-gun:before {
  content: "î†›";
}
.fa-square-phone:before {
  content: "ï‚˜";
}
.fa-phone-square:before {
  content: "ï‚˜";
}
.fa-plus:before {
  content: "+";
}
.fa-add:before {
  content: "+";
}
.fa-expand:before {
  content: "ï¥";
}
.fa-computer:before {
  content: "î“¥";
}
.fa-xmark:before {
  content: "ï€";
}
.fa-close:before {
  content: "ï€";
}
.fa-multiply:before {
  content: "ï€";
}
.fa-remove:before {
  content: "ï€";
}
.fa-times:before {
  content: "ï€";
}
.fa-arrows-up-down-left-right:before {
  content: "ï‡";
}
.fa-arrows:before {
  content: "ï‡";
}
.fa-chalkboard-user:before {
  content: "ï”œ";
}
.fa-chalkboard-teacher:before {
  content: "ï”œ";
}
.fa-peso-sign:before {
  content: "îˆ¢";
}
.fa-building-shield:before {
  content: "î“˜";
}
.fa-baby:before {
  content: "ï¼";
}
.fa-users-line:before {
  content: "î–’";
}
.fa-quote-left:before {
  content: "ï„";
}
.fa-quote-left-alt:before {
  content: "ï„";
}
.fa-tractor:before {
  content: "ïœ¢";
}
.fa-trash-arrow-up:before {
  content: "ï ©";
}
.fa-trash-restore:before {
  content: "ï ©";
}
.fa-arrow-down-up-lock:before {
  content: "î’°";
}
.fa-lines-leaning:before {
  content: "î”ž";
}
.fa-ruler-combined:before {
  content: "ï•†";
}
.fa-copyright:before {
  content: "ï‡¹";
}
.fa-equals:before {
  content: "=";
}
.fa-blender:before {
  content: "ï”—";
}
.fa-teeth:before {
  content: "ï˜®";
}
.fa-shekel-sign:before {
  content: "ïˆ‹";
}
.fa-ils:before {
  content: "ïˆ‹";
}
.fa-shekel:before {
  content: "ïˆ‹";
}
.fa-sheqel:before {
  content: "ïˆ‹";
}
.fa-sheqel-sign:before {
  content: "ïˆ‹";
}
.fa-map:before {
  content: "ï‰¹";
}
.fa-rocket:before {
  content: "ï„µ";
}
.fa-photo-film:before {
  content: "ï¡¼";
}
.fa-photo-video:before {
  content: "ï¡¼";
}
.fa-folder-minus:before {
  content: "ï™";
}
.fa-store:before {
  content: "ï•Ž";
}
.fa-arrow-trend-up:before {
  content: "î‚˜";
}
.fa-plug-circle-minus:before {
  content: "î•ž";
}
.fa-sign-hanging:before {
  content: "ï“™";
}
.fa-sign:before {
  content: "ï“™";
}
.fa-bezier-curve:before {
  content: "ï•›";
}
.fa-bell-slash:before {
  content: "ï‡¶";
}
.fa-tablet:before {
  content: "ï»";
}
.fa-tablet-android:before {
  content: "ï»";
}
.fa-school-flag:before {
  content: "î•®";
}
.fa-fill:before {
  content: "ï•µ";
}
.fa-angle-up:before {
  content: "ï„†";
}
.fa-drumstick-bite:before {
  content: "ï›—";
}
.fa-holly-berry:before {
  content: "ïžª";
}
.fa-chevron-left:before {
  content: "ï“";
}
.fa-bacteria:before {
  content: "î™";
}
.fa-hand-lizard:before {
  content: "ï‰˜";
}
.fa-notdef:before {
  content: "î‡¾";
}
.fa-disease:before {
  content: "ïŸº";
}
.fa-briefcase-medical:before {
  content: "ï‘©";
}
.fa-genderless:before {
  content: "ïˆ­";
}
.fa-chevron-right:before {
  content: "ï”";
}
.fa-retweet:before {
  content: "ï¹";
}
.fa-car-rear:before {
  content: "ï—ž";
}
.fa-car-alt:before {
  content: "ï—ž";
}
.fa-pump-soap:before {
  content: "î«";
}
.fa-video-slash:before {
  content: "ï“¢";
}
.fa-battery-quarter:before {
  content: "ï‰ƒ";
}
.fa-battery-2:before {
  content: "ï‰ƒ";
}
.fa-radio:before {
  content: "ï£—";
}
.fa-baby-carriage:before {
  content: "ï½";
}
.fa-carriage-baby:before {
  content: "ï½";
}
.fa-traffic-light:before {
  content: "ï˜·";
}
.fa-thermometer:before {
  content: "ï’‘";
}
.fa-vr-cardboard:before {
  content: "ïœ©";
}
.fa-hand-middle-finger:before {
  content: "ï †";
}
.fa-percent:before {
  content: "%";
}
.fa-percentage:before {
  content: "%";
}
.fa-truck-moving:before {
  content: "ï“Ÿ";
}
.fa-glass-water-droplet:before {
  content: "î“µ";
}
.fa-display:before {
  content: "î…£";
}
.fa-face-smile:before {
  content: "ï„˜";
}
.fa-smile:before {
  content: "ï„˜";
}
.fa-thumbtack:before {
  content: "ï‚";
}
.fa-thumb-tack:before {
  content: "ï‚";
}
.fa-trophy:before {
  content: "ï‚‘";
}
.fa-person-praying:before {
  content: "ïšƒ";
}
.fa-pray:before {
  content: "ïšƒ";
}
.fa-hammer:before {
  content: "ï›£";
}
.fa-hand-peace:before {
  content: "ï‰›";
}
.fa-rotate:before {
  content: "ï‹±";
}
.fa-sync-alt:before {
  content: "ï‹±";
}
.fa-spinner:before {
  content: "ï„";
}
.fa-robot:before {
  content: "ï•„";
}
.fa-peace:before {
  content: "ï™¼";
}
.fa-gears:before {
  content: "ï‚…";
}
.fa-cogs:before {
  content: "ï‚…";
}
.fa-warehouse:before {
  content: "ï’”";
}
.fa-arrow-up-right-dots:before {
  content: "î’·";
}
.fa-splotch:before {
  content: "ï–¼";
}
.fa-face-grin-hearts:before {
  content: "ï–„";
}
.fa-grin-hearts:before {
  content: "ï–„";
}
.fa-dice-four:before {
  content: "ï”¤";
}
.fa-sim-card:before {
  content: "ïŸ„";
}
.fa-transgender:before {
  content: "ïˆ¥";
}
.fa-transgender-alt:before {
  content: "ïˆ¥";
}
.fa-mercury:before {
  content: "ïˆ£";
}
.fa-arrow-turn-down:before {
  content: "ï…‰";
}
.fa-level-down:before {
  content: "ï…‰";
}
.fa-person-falling-burst:before {
  content: "î•‡";
}
.fa-award:before {
  content: "ï•™";
}
.fa-ticket-simple:before {
  content: "ï¿";
}
.fa-ticket-alt:before {
  content: "ï¿";
}
.fa-building:before {
  content: "ï†­";
}
.fa-angles-left:before {
  content: "ï„€";
}
.fa-angle-double-left:before {
  content: "ï„€";
}
.fa-qrcode:before {
  content: "ï€©";
}
.fa-clock-rotate-left:before {
  content: "ï‡š";
}
.fa-history:before {
  content: "ï‡š";
}
.fa-face-grin-beam-sweat:before {
  content: "ï–ƒ";
}
.fa-grin-beam-sweat:before {
  content: "ï–ƒ";
}
.fa-file-export:before {
  content: "ï•®";
}
.fa-arrow-right-from-file:before {
  content: "ï•®";
}
.fa-shield:before {
  content: "ï„²";
}
.fa-shield-blank:before {
  content: "ï„²";
}
.fa-arrow-up-short-wide:before {
  content: "ï¢…";
}
.fa-sort-amount-up-alt:before {
  content: "ï¢…";
}
.fa-house-medical:before {
  content: "îŽ²";
}
.fa-golf-ball-tee:before {
  content: "ï‘";
}
.fa-golf-ball:before {
  content: "ï‘";
}
.fa-circle-chevron-left:before {
  content: "ï„·";
}
.fa-chevron-circle-left:before {
  content: "ï„·";
}
.fa-house-chimney-window:before {
  content: "î€";
}
.fa-pen-nib:before {
  content: "ï–­";
}
.fa-tent-arrow-turn-left:before {
  content: "î–€";
}
.fa-tents:before {
  content: "î–‚";
}
.fa-wand-magic:before {
  content: "ïƒ";
}
.fa-magic:before {
  content: "ïƒ";
}
.fa-dog:before {
  content: "ï›“";
}
.fa-carrot:before {
  content: "ïž‡";
}
.fa-moon:before {
  content: "ï††";
}
.fa-wine-glass-empty:before {
  content: "ï—Ž";
}
.fa-wine-glass-alt:before {
  content: "ï—Ž";
}
.fa-cheese:before {
  content: "ïŸ¯";
}
.fa-yin-yang:before {
  content: "ïš­";
}
.fa-music:before {
  content: "ï€";
}
.fa-code-commit:before {
  content: "ïŽ†";
}
.fa-temperature-low:before {
  content: "ï«";
}
.fa-person-biking:before {
  content: "ï¡Š";
}
.fa-biking:before {
  content: "ï¡Š";
}
.fa-broom:before {
  content: "ï”š";
}
.fa-shield-heart:before {
  content: "î•´";
}
.fa-gopuram:before {
  content: "ï™¤";
}
.fa-earth-oceania:before {
  content: "î‘»";
}
.fa-globe-oceania:before {
  content: "î‘»";
}
.fa-square-xmark:before {
  content: "ï‹“";
}
.fa-times-square:before {
  content: "ï‹“";
}
.fa-xmark-square:before {
  content: "ï‹“";
}
.fa-hashtag:before {
  content: "#";
}
.fa-up-right-and-down-left-from-center:before {
  content: "ï¤";
}
.fa-expand-alt:before {
  content: "ï¤";
}
.fa-oil-can:before {
  content: "ï˜“";
}
.fa-t:before {
  content: "T";
}
.fa-hippo:before {
  content: "ï›­";
}
.fa-chart-column:before {
  content: "îƒ£";
}
.fa-infinity:before {
  content: "ï”´";
}
.fa-vial-circle-check:before {
  content: "î––";
}
.fa-person-arrow-down-to-line:before {
  content: "î”¸";
}
.fa-voicemail:before {
  content: "ï¢—";
}
.fa-fan:before {
  content: "ï¡£";
}
.fa-person-walking-luggage:before {
  content: "î•”";
}
.fa-up-down:before {
  content: "ïŒ¸";
}
.fa-arrows-alt-v:before {
  content: "ïŒ¸";
}
.fa-cloud-moon-rain:before {
  content: "ïœ¼";
}
.fa-calendar:before {
  content: "ï„³";
}
.fa-trailer:before {
  content: "î";
}
.fa-bahai:before {
  content: "ï™¦";
}
.fa-haykal:before {
  content: "ï™¦";
}
.fa-sd-card:before {
  content: "ïŸ‚";
}
.fa-dragon:before {
  content: "ï›•";
}
.fa-shoe-prints:before {
  content: "ï•‹";
}
.fa-circle-plus:before {
  content: "ï•";
}
.fa-plus-circle:before {
  content: "ï•";
}
.fa-face-grin-tongue-wink:before {
  content: "ï–‹";
}
.fa-grin-tongue-wink:before {
  content: "ï–‹";
}
.fa-hand-holding:before {
  content: "ï’½";
}
.fa-plug-circle-exclamation:before {
  content: "î•";
}
.fa-link-slash:before {
  content: "ï„§";
}
.fa-chain-broken:before {
  content: "ï„§";
}
.fa-chain-slash:before {
  content: "ï„§";
}
.fa-unlink:before {
  content: "ï„§";
}
.fa-clone:before {
  content: "ï‰";
}
.fa-person-walking-arrow-loop-left:before {
  content: "î•‘";
}
.fa-arrow-up-z-a:before {
  content: "ï¢‚";
}
.fa-sort-alpha-up-alt:before {
  content: "ï¢‚";
}
.fa-fire-flame-curved:before {
  content: "ïŸ¤";
}
.fa-fire-alt:before {
  content: "ïŸ¤";
}
.fa-tornado:before {
  content: "ï¯";
}
.fa-file-circle-plus:before {
  content: "î’”";
}
.fa-book-quran:before {
  content: "ïš‡";
}
.fa-quran:before {
  content: "ïš‡";
}
.fa-anchor:before {
  content: "ï„½";
}
.fa-border-all:before {
  content: "ï¡Œ";
}
.fa-face-angry:before {
  content: "ï•–";
}
.fa-angry:before {
  content: "ï•–";
}
.fa-cookie-bite:before {
  content: "ï•¤";
}
.fa-arrow-trend-down:before {
  content: "î‚—";
}
.fa-rss:before {
  content: "ï‚ž";
}
.fa-feed:before {
  content: "ï‚ž";
}
.fa-draw-polygon:before {
  content: "ï—®";
}
.fa-scale-balanced:before {
  content: "ï‰Ž";
}
.fa-balance-scale:before {
  content: "ï‰Ž";
}
.fa-gauge-simple-high:before {
  content: "ï˜ª";
}
.fa-tachometer:before {
  content: "ï˜ª";
}
.fa-tachometer-fast:before {
  content: "ï˜ª";
}
.fa-shower:before {
  content: "ï‹Œ";
}
.fa-desktop:before {
  content: "ïŽ";
}
.fa-desktop-alt:before {
  content: "ïŽ";
}
.fa-m:before {
  content: "M";
}
.fa-table-list:before {
  content: "ï€‹";
}
.fa-th-list:before {
  content: "ï€‹";
}
.fa-comment-sms:before {
  content: "ïŸ";
}
.fa-sms:before {
  content: "ïŸ";
}
.fa-book:before {
  content: "ï€­";
}
.fa-user-plus:before {
  content: "ïˆ´";
}
.fa-check:before {
  content: "ï€Œ";
}
.fa-battery-three-quarters:before {
  content: "ï‰";
}
.fa-battery-4:before {
  content: "ï‰";
}
.fa-house-circle-check:before {
  content: "î”‰";
}
.fa-angle-left:before {
  content: "ï„„";
}
.fa-diagram-successor:before {
  content: "î‘º";
}
.fa-truck-arrow-right:before {
  content: "î–‹";
}
.fa-arrows-split-up-and-left:before {
  content: "î’¼";
}
.fa-hand-fist:before {
  content: "ï›ž";
}
.fa-fist-raised:before {
  content: "ï›ž";
}
.fa-cloud-moon:before {
  content: "ï›ƒ";
}
.fa-briefcase:before {
  content: "ï‚±";
}
.fa-person-falling:before {
  content: "î•†";
}
.fa-image-portrait:before {
  content: "ï ";
}
.fa-portrait:before {
  content: "ï ";
}
.fa-user-tag:before {
  content: "ï”‡";
}
.fa-rug:before {
  content: "î•©";
}
.fa-earth-europe:before {
  content: "ïž¢";
}
.fa-globe-europe:before {
  content: "ïž¢";
}
.fa-cart-flatbed-suitcase:before {
  content: "ï–";
}
.fa-luggage-cart:before {
  content: "ï–";
}
.fa-rectangle-xmark:before {
  content: "ï";
}
.fa-rectangle-times:before {
  content: "ï";
}
.fa-times-rectangle:before {
  content: "ï";
}
.fa-window-close:before {
  content: "ï";
}
.fa-baht-sign:before {
  content: "î‚¬";
}
.fa-book-open:before {
  content: "ï”˜";
}
.fa-book-journal-whills:before {
  content: "ï™ª";
}
.fa-journal-whills:before {
  content: "ï™ª";
}
.fa-handcuffs:before {
  content: "î“¸";
}
.fa-triangle-exclamation:before {
  content: "ï±";
}
.fa-exclamation-triangle:before {
  content: "ï±";
}
.fa-warning:before {
  content: "ï±";
}
.fa-database:before {
  content: "ï‡€";
}
.fa-share:before {
  content: "ï¤";
}
.fa-arrow-turn-right:before {
  content: "ï¤";
}
.fa-mail-forward:before {
  content: "ï¤";
}
.fa-bottle-droplet:before {
  content: "î“„";
}
.fa-mask-face:before {
  content: "î‡—";
}
.fa-hill-rockslide:before {
  content: "î”ˆ";
}
.fa-right-left:before {
  content: "ï¢";
}
.fa-exchange-alt:before {
  content: "ï¢";
}
.fa-paper-plane:before {
  content: "ï‡˜";
}
.fa-road-circle-exclamation:before {
  content: "î•¥";
}
.fa-dungeon:before {
  content: "ï›™";
}
.fa-align-right:before {
  content: "ï€¸";
}
.fa-money-bill-1-wave:before {
  content: "ï”»";
}
.fa-money-bill-wave-alt:before {
  content: "ï”»";
}
.fa-life-ring:before {
  content: "ï‡";
}
.fa-hands:before {
  content: "ïŠ§";
}
.fa-sign-language:before {
  content: "ïŠ§";
}
.fa-signing:before {
  content: "ïŠ§";
}
.fa-calendar-day:before {
  content: "ïžƒ";
}
.fa-water-ladder:before {
  content: "ï—…";
}
.fa-ladder-water:before {
  content: "ï—…";
}
.fa-swimming-pool:before {
  content: "ï—…";
}
.fa-arrows-up-down:before {
  content: "ï½";
}
.fa-arrows-v:before {
  content: "ï½";
}
.fa-face-grimace:before {
  content: "ï•¿";
}
.fa-grimace:before {
  content: "ï•¿";
}
.fa-wheelchair-move:before {
  content: "î‹Ž";
}
.fa-wheelchair-alt:before {
  content: "î‹Ž";
}
.fa-turn-down:before {
  content: "ïŽ¾";
}
.fa-level-down-alt:before {
  content: "ïŽ¾";
}
.fa-person-walking-arrow-right:before {
  content: "î•’";
}
.fa-square-envelope:before {
  content: "ï†™";
}
.fa-envelope-square:before {
  content: "ï†™";
}
.fa-dice:before {
  content: "ï”¢";
}
.fa-bowling-ball:before {
  content: "ï¶";
}
.fa-brain:before {
  content: "ï—œ";
}
.fa-bandage:before {
  content: "ï‘¢";
}
.fa-band-aid:before {
  content: "ï‘¢";
}
.fa-calendar-minus:before {
  content: "ï‰²";
}
.fa-circle-xmark:before {
  content: "ï—";
}
.fa-times-circle:before {
  content: "ï—";
}
.fa-xmark-circle:before {
  content: "ï—";
}
.fa-gifts:before {
  content: "ïžœ";
}
.fa-hotel:before {
  content: "ï–”";
}
.fa-earth-asia:before {
  content: "ï•¾";
}
.fa-globe-asia:before {
  content: "ï•¾";
}
.fa-id-card-clip:before {
  content: "ï‘¿";
}
.fa-id-card-alt:before {
  content: "ï‘¿";
}
.fa-magnifying-glass-plus:before {
  content: "ï€Ž";
}
.fa-search-plus:before {
  content: "ï€Ž";
}
.fa-thumbs-up:before {
  content: "ï…¤";
}
.fa-user-clock:before {
  content: "ï“½";
}
.fa-hand-dots:before {
  content: "ï‘¡";
}
.fa-allergies:before {
  content: "ï‘¡";
}
.fa-file-invoice:before {
  content: "ï•°";
}
.fa-window-minimize:before {
  content: "ï‹‘";
}
.fa-mug-saucer:before {
  content: "ïƒ´";
}
.fa-coffee:before {
  content: "ïƒ´";
}
.fa-brush:before {
  content: "ï•";
}
.fa-mask:before {
  content: "ï›º";
}
.fa-magnifying-glass-minus:before {
  content: "ï€";
}
.fa-search-minus:before {
  content: "ï€";
}
.fa-ruler-vertical:before {
  content: "ï•ˆ";
}
.fa-user-large:before {
  content: "ï†";
}
.fa-user-alt:before {
  content: "ï†";
}
.fa-train-tram:before {
  content: "î–´";
}
.fa-user-nurse:before {
  content: "ï ¯";
}
.fa-syringe:before {
  content: "ï’Ž";
}
.fa-cloud-sun:before {
  content: "ï›„";
}
.fa-stopwatch-20:before {
  content: "î¯";
}
.fa-square-full:before {
  content: "ï‘œ";
}
.fa-magnet:before {
  content: "ï¶";
}
.fa-jar:before {
  content: "î”–";
}
.fa-note-sticky:before {
  content: "ï‰‰";
}
.fa-sticky-note:before {
  content: "ï‰‰";
}
.fa-bug-slash:before {
  content: "î’";
}
.fa-arrow-up-from-water-pump:before {
  content: "î’¶";
}
.fa-bone:before {
  content: "ï——";
}
.fa-user-injured:before {
  content: "ïœ¨";
}
.fa-face-sad-tear:before {
  content: "ï–´";
}
.fa-sad-tear:before {
  content: "ï–´";
}
.fa-plane:before {
  content: "ï²";
}
.fa-tent-arrows-down:before {
  content: "î–";
}
.fa-exclamation:before {
  content: "!";
}
.fa-arrows-spin:before {
  content: "î’»";
}
.fa-print:before {
  content: "ï€¯";
}
.fa-turkish-lira-sign:before {
  content: "îŠ»";
}
.fa-try:before {
  content: "îŠ»";
}
.fa-turkish-lira:before {
  content: "îŠ»";
}
.fa-dollar-sign:before {
  content: "$";
}
.fa-dollar:before {
  content: "$";
}
.fa-usd:before {
  content: "$";
}
.fa-x:before {
  content: "X";
}
.fa-magnifying-glass-dollar:before {
  content: "ïšˆ";
}
.fa-search-dollar:before {
  content: "ïšˆ";
}
.fa-users-gear:before {
  content: "ï”‰";
}
.fa-users-cog:before {
  content: "ï”‰";
}
.fa-person-military-pointing:before {
  content: "î•Š";
}
.fa-building-columns:before {
  content: "ï†œ";
}
.fa-bank:before {
  content: "ï†œ";
}
.fa-institution:before {
  content: "ï†œ";
}
.fa-museum:before {
  content: "ï†œ";
}
.fa-university:before {
  content: "ï†œ";
}
.fa-umbrella:before {
  content: "ïƒ©";
}
.fa-trowel:before {
  content: "î–‰";
}
.fa-d:before {
  content: "D";
}
.fa-stapler:before {
  content: "î–¯";
}
.fa-masks-theater:before {
  content: "ï˜°";
}
.fa-theater-masks:before {
  content: "ï˜°";
}
.fa-kip-sign:before {
  content: "î‡„";
}
.fa-hand-point-left:before {
  content: "ï‚¥";
}
.fa-handshake-simple:before {
  content: "ï“†";
}
.fa-handshake-alt:before {
  content: "ï“†";
}
.fa-jet-fighter:before {
  content: "ïƒ»";
}
.fa-fighter-jet:before {
  content: "ïƒ»";
}
.fa-square-share-nodes:before {
  content: "ï‡¡";
}
.fa-share-alt-square:before {
  content: "ï‡¡";
}
.fa-barcode:before {
  content: "ï€ª";
}
.fa-plus-minus:before {
  content: "î¼";
}
.fa-video:before {
  content: "ï€½";
}
.fa-video-camera:before {
  content: "ï€½";
}
.fa-graduation-cap:before {
  content: "ï†";
}
.fa-mortar-board:before {
  content: "ï†";
}
.fa-hand-holding-medical:before {
  content: "îœ";
}
.fa-person-circle-check:before {
  content: "î”¾";
}
.fa-turn-up:before {
  content: "ïŽ¿";
}
.fa-level-up-alt:before {
  content: "ïŽ¿";
}
.sr-only,
.fa-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.sr-only-focusable:not(:focus),
.fa-sr-only-focusable:not(:focus) {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
:root,
:host {
  --fa-style-family-brands: "Font Awesome 6 Brands";
  --fa-font-brands: normal 400 1em/1 "Font Awesome 6 Brands";
}
@font-face {
  font-family: "Font Awesome 6 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(./fa-brands-400.woff2) format("woff2"),
    url(./fa-brands-400.ttf) format("truetype");
}
.fab,
.fa-brands {
  font-weight: 400;
}
.fa-monero:before {
  content: "ï";
}
.fa-hooli:before {
  content: "ï§";
}
.fa-yelp:before {
  content: "ï‡©";
}
.fa-cc-visa:before {
  content: "ï‡°";
}
.fa-lastfm:before {
  content: "ïˆ‚";
}
.fa-shopware:before {
  content: "ï–µ";
}
.fa-creative-commons-nc:before {
  content: "ï“¨";
}
.fa-aws:before {
  content: "ïµ";
}
.fa-redhat:before {
  content: "ïž¼";
}
.fa-yoast:before {
  content: "ïŠ±";
}
.fa-cloudflare:before {
  content: "î½";
}
.fa-ups:before {
  content: "ïŸ ";
}
.fa-wpexplorer:before {
  content: "ï‹ž";
}
.fa-dyalog:before {
  content: "ïŽ™";
}
.fa-bity:before {
  content: "ïº";
}
.fa-stackpath:before {
  content: "ï¡‚";
}
.fa-buysellads:before {
  content: "ïˆ";
}
.fa-first-order:before {
  content: "ïŠ°";
}
.fa-modx:before {
  content: "ïŠ…";
}
.fa-guilded:before {
  content: "î¾";
}
.fa-vnv:before {
  content: "ï‹";
}
.fa-square-js:before {
  content: "ïŽ¹";
}
.fa-js-square:before {
  content: "ïŽ¹";
}
.fa-microsoft:before {
  content: "ïŠ";
}
.fa-qq:before {
  content: "ï‡–";
}
.fa-orcid:before {
  content: "ï£’";
}
.fa-java:before {
  content: "ï“¤";
}
.fa-invision:before {
  content: "ïž°";
}
.fa-creative-commons-pd-alt:before {
  content: "ï“­";
}
.fa-centercode:before {
  content: "ïŽ€";
}
.fa-glide-g:before {
  content: "ïŠ¦";
}
.fa-drupal:before {
  content: "ï†©";
}
.fa-hire-a-helper:before {
  content: "ïŽ°";
}
.fa-creative-commons-by:before {
  content: "ï“§";
}
.fa-unity:before {
  content: "î‰";
}
.fa-whmcs:before {
  content: "ï";
}
.fa-rocketchat:before {
  content: "ï¨";
}
.fa-vk:before {
  content: "ï†‰";
}
.fa-untappd:before {
  content: "ï…";
}
.fa-mailchimp:before {
  content: "ï–ž";
}
.fa-css3-alt:before {
  content: "ïŽ‹";
}
.fa-square-reddit:before {
  content: "ï†¢";
}
.fa-reddit-square:before {
  content: "ï†¢";
}
.fa-vimeo-v:before {
  content: "ï‰½";
}
.fa-contao:before {
  content: "ï‰­";
}
.fa-square-font-awesome:before {
  content: "î–­";
}
.fa-deskpro:before {
  content: "ïŽ";
}
.fa-sistrix:before {
  content: "ï®";
}
.fa-square-instagram:before {
  content: "î•";
}
.fa-instagram-square:before {
  content: "î•";
}
.fa-battle-net:before {
  content: "ï µ";
}
.fa-the-red-yeti:before {
  content: "ïš";
}
.fa-square-hacker-news:before {
  content: "ïŽ¯";
}
.fa-hacker-news-square:before {
  content: "ïŽ¯";
}
.fa-edge:before {
  content: "ïŠ‚";
}
.fa-napster:before {
  content: "ï’";
}
.fa-square-snapchat:before {
  content: "ïŠ­";
}
.fa-snapchat-square:before {
  content: "ïŠ­";
}
.fa-google-plus-g:before {
  content: "ïƒ•";
}
.fa-artstation:before {
  content: "ïº";
}
.fa-markdown:before {
  content: "ï˜";
}
.fa-sourcetree:before {
  content: "ïŸ“";
}
.fa-google-plus:before {
  content: "ïŠ³";
}
.fa-diaspora:before {
  content: "ïž‘";
}
.fa-foursquare:before {
  content: "ï†€";
}
.fa-stack-overflow:before {
  content: "ï…¬";
}
.fa-github-alt:before {
  content: "ï„“";
}
.fa-phoenix-squadron:before {
  content: "ï”‘";
}
.fa-pagelines:before {
  content: "ï†Œ";
}
.fa-algolia:before {
  content: "ï¬";
}
.fa-red-river:before {
  content: "ï£";
}
.fa-creative-commons-sa:before {
  content: "ï“¯";
}
.fa-safari:before {
  content: "ï‰§";
}
.fa-google:before {
  content: "ï† ";
}
.fa-square-font-awesome-stroke:before {
  content: "ïœ";
}
.fa-font-awesome-alt:before {
  content: "ïœ";
}
.fa-atlassian:before {
  content: "ï»";
}
.fa-linkedin-in:before {
  content: "ïƒ¡";
}
.fa-digital-ocean:before {
  content: "ïŽ‘";
}
.fa-nimblr:before {
  content: "ï–¨";
}
.fa-chromecast:before {
  content: "ï ¸";
}
.fa-evernote:before {
  content: "ï ¹";
}
.fa-hacker-news:before {
  content: "ï‡”";
}
.fa-creative-commons-sampling:before {
  content: "ï“°";
}
.fa-adversal:before {
  content: "ïª";
}
.fa-creative-commons:before {
  content: "ï‰ž";
}
.fa-watchman-monitoring:before {
  content: "î‚‡";
}
.fa-fonticons:before {
  content: "ïŠ€";
}
.fa-weixin:before {
  content: "ï‡—";
}
.fa-shirtsinbulk:before {
  content: "ïˆ”";
}
.fa-codepen:before {
  content: "ï‡‹";
}
.fa-git-alt:before {
  content: "ï¡";
}
.fa-lyft:before {
  content: "ïƒ";
}
.fa-rev:before {
  content: "ï–²";
}
.fa-windows:before {
  content: "ï…º";
}
.fa-wizards-of-the-coast:before {
  content: "ïœ°";
}
.fa-square-viadeo:before {
  content: "ïŠª";
}
.fa-viadeo-square:before {
  content: "ïŠª";
}
.fa-meetup:before {
  content: "ï‹ ";
}
.fa-centos:before {
  content: "ïž‰";
}
.fa-adn:before {
  content: "ï…°";
}
.fa-cloudsmith:before {
  content: "ïŽ„";
}
.fa-pied-piper-alt:before {
  content: "ï†¨";
}
.fa-square-dribbble:before {
  content: "ïŽ—";
}
.fa-dribbble-square:before {
  content: "ïŽ—";
}
.fa-codiepie:before {
  content: "ïŠ„";
}
.fa-node:before {
  content: "ï™";
}
.fa-mix:before {
  content: "ï‹";
}
.fa-steam:before {
  content: "ï†¶";
}
.fa-cc-apple-pay:before {
  content: "ï–";
}
.fa-scribd:before {
  content: "ïŠŠ";
}
.fa-openid:before {
  content: "ï†›";
}
.fa-instalod:before {
  content: "î‚";
}
.fa-expeditedssl:before {
  content: "ïˆ¾";
}
.fa-sellcast:before {
  content: "ï‹š";
}
.fa-square-twitter:before {
  content: "ï‚";
}
.fa-twitter-square:before {
  content: "ï‚";
}
.fa-r-project:before {
  content: "ï“·";
}
.fa-delicious:before {
  content: "ï†¥";
}
.fa-freebsd:before {
  content: "ïŽ¤";
}
.fa-vuejs:before {
  content: "ïŸ";
}
.fa-accusoft:before {
  content: "ï©";
}
.fa-ioxhost:before {
  content: "ïˆˆ";
}
.fa-fonticons-fi:before {
  content: "ïŽ¢";
}
.fa-app-store:before {
  content: "ï¯";
}
.fa-cc-mastercard:before {
  content: "ï‡±";
}
.fa-itunes-note:before {
  content: "ïŽµ";
}
.fa-golang:before {
  content: "î";
}
.fa-kickstarter:before {
  content: "ïŽ»";
}
.fa-grav:before {
  content: "ï‹–";
}
.fa-weibo:before {
  content: "ï†Š";
}
.fa-uncharted:before {
  content: "î‚„";
}
.fa-firstdraft:before {
  content: "ïŽ¡";
}
.fa-square-youtube:before {
  content: "ï±";
}
.fa-youtube-square:before {
  content: "ï±";
}
.fa-wikipedia-w:before {
  content: "ï‰¦";
}
.fa-wpressr:before {
  content: "ï¤";
}
.fa-rendact:before {
  content: "ï¤";
}
.fa-angellist:before {
  content: "ïˆ‰";
}
.fa-galactic-republic:before {
  content: "ï”Œ";
}
.fa-nfc-directional:before {
  content: "î”°";
}
.fa-skype:before {
  content: "ï…¾";
}
.fa-joget:before {
  content: "ïŽ·";
}
.fa-fedora:before {
  content: "ïž˜";
}
.fa-stripe-s:before {
  content: "ïª";
}
.fa-meta:before {
  content: "î’›";
}
.fa-laravel:before {
  content: "ïŽ½";
}
.fa-hotjar:before {
  content: "ïŽ±";
}
.fa-bluetooth-b:before {
  content: "ïŠ”";
}
.fa-sticker-mule:before {
  content: "ï·";
}
.fa-creative-commons-zero:before {
  content: "ï“³";
}
.fa-hips:before {
  content: "ï‘’";
}
.fa-behance:before {
  content: "ï†´";
}
.fa-reddit:before {
  content: "ï†¡";
}
.fa-discord:before {
  content: "ïŽ’";
}
.fa-chrome:before {
  content: "ï‰¨";
}
.fa-app-store-ios:before {
  content: "ï°";
}
.fa-cc-discover:before {
  content: "ï‡²";
}
.fa-wpbeginner:before {
  content: "ïŠ—";
}
.fa-confluence:before {
  content: "ïž";
}
.fa-mdb:before {
  content: "ï£Š";
}
.fa-dochub:before {
  content: "ïŽ”";
}
.fa-accessible-icon:before {
  content: "ï¨";
}
.fa-ebay:before {
  content: "ï“´";
}
.fa-amazon:before {
  content: "ï‰°";
}
.fa-unsplash:before {
  content: "î¼";
}
.fa-yarn:before {
  content: "ïŸ£";
}
.fa-square-steam:before {
  content: "ï†·";
}
.fa-steam-square:before {
  content: "ï†·";
}
.fa-500px:before {
  content: "ï‰®";
}
.fa-square-vimeo:before {
  content: "ï†”";
}
.fa-vimeo-square:before {
  content: "ï†”";
}
.fa-asymmetrik:before {
  content: "ï²";
}
.fa-font-awesome:before {
  content: "ïŠ´";
}
.fa-font-awesome-flag:before {
  content: "ïŠ´";
}
.fa-font-awesome-logo-full:before {
  content: "ïŠ´";
}
.fa-gratipay:before {
  content: "ï†„";
}
.fa-apple:before {
  content: "ï…¹";
}
.fa-hive:before {
  content: "î¿";
}
.fa-gitkraken:before {
  content: "ïŽ¦";
}
.fa-keybase:before {
  content: "ï“µ";
}
.fa-apple-pay:before {
  content: "ï•";
}
.fa-padlet:before {
  content: "î’ ";
}
.fa-amazon-pay:before {
  content: "ï¬";
}
.fa-square-github:before {
  content: "ï‚’";
}
.fa-github-square:before {
  content: "ï‚’";
}
.fa-stumbleupon:before {
  content: "ï†¤";
}
.fa-fedex:before {
  content: "ïž—";
}
.fa-phoenix-framework:before {
  content: "ïœ";
}
.fa-shopify:before {
  content: "î—";
}
.fa-neos:before {
  content: "ï˜’";
}
.fa-hackerrank:before {
  content: "ï—·";
}
.fa-researchgate:before {
  content: "ï“¸";
}
.fa-swift:before {
  content: "ï£¡";
}
.fa-angular:before {
  content: "ï ";
}
.fa-speakap:before {
  content: "ï³";
}
.fa-angrycreative:before {
  content: "ï®";
}
.fa-y-combinator:before {
  content: "ïˆ»";
}
.fa-empire:before {
  content: "ï‡‘";
}
.fa-envira:before {
  content: "ïŠ™";
}
.fa-square-gitlab:before {
  content: "î–®";
}
.fa-gitlab-square:before {
  content: "î–®";
}
.fa-studiovinari:before {
  content: "ï¸";
}
.fa-pied-piper:before {
  content: "ïŠ®";
}
.fa-wordpress:before {
  content: "ï†š";
}
.fa-product-hunt:before {
  content: "ïŠˆ";
}
.fa-firefox:before {
  content: "ï‰©";
}
.fa-linode:before {
  content: "ïŠ¸";
}
.fa-goodreads:before {
  content: "ïŽ¨";
}
.fa-square-odnoklassniki:before {
  content: "ï‰¤";
}
.fa-odnoklassniki-square:before {
  content: "ï‰¤";
}
.fa-jsfiddle:before {
  content: "ï‡Œ";
}
.fa-sith:before {
  content: "ï”’";
}
.fa-themeisle:before {
  content: "ïŠ²";
}
.fa-page4:before {
  content: "ï—";
}
.fa-hashnode:before {
  content: "î’™";
}
.fa-react:before {
  content: "ï›";
}
.fa-cc-paypal:before {
  content: "ï‡´";
}
.fa-squarespace:before {
  content: "ï–¾";
}
.fa-cc-stripe:before {
  content: "ï‡µ";
}
.fa-creative-commons-share:before {
  content: "ï“²";
}
.fa-bitcoin:before {
  content: "ï¹";
}
.fa-keycdn:before {
  content: "ïŽº";
}
.fa-opera:before {
  content: "ï‰ª";
}
.fa-itch-io:before {
  content: "ï º";
}
.fa-umbraco:before {
  content: "ï£¨";
}
.fa-galactic-senate:before {
  content: "ï”";
}
.fa-ubuntu:before {
  content: "ïŸŸ";
}
.fa-draft2digital:before {
  content: "ïŽ–";
}
.fa-stripe:before {
  content: "ï©";
}
.fa-houzz:before {
  content: "ï‰¼";
}
.fa-gg:before {
  content: "ï‰ ";
}
.fa-dhl:before {
  content: "ïž";
}
.fa-square-pinterest:before {
  content: "ïƒ“";
}
.fa-pinterest-square:before {
  content: "ïƒ“";
}
.fa-xing:before {
  content: "ï…¨";
}
.fa-blackberry:before {
  content: "ï»";
}
.fa-creative-commons-pd:before {
  content: "ï“¬";
}
.fa-playstation:before {
  content: "ïŸ";
}
.fa-quinscape:before {
  content: "ï‘™";
}
.fa-less:before {
  content: "ï";
}
.fa-blogger-b:before {
  content: "ï½";
}
.fa-opencart:before {
  content: "ïˆ½";
}
.fa-vine:before {
  content: "ï‡Š";
}
.fa-paypal:before {
  content: "ï‡­";
}
.fa-gitlab:before {
  content: "ïŠ–";
}
.fa-typo3:before {
  content: "ï«";
}
.fa-reddit-alien:before {
  content: "ïŠ";
}
.fa-yahoo:before {
  content: "ï†ž";
}
.fa-dailymotion:before {
  content: "î’";
}
.fa-affiliatetheme:before {
  content: "ï«";
}
.fa-pied-piper-pp:before {
  content: "ï†§";
}
.fa-bootstrap:before {
  content: "ï ¶";
}
.fa-odnoklassniki:before {
  content: "ï‰£";
}
.fa-nfc-symbol:before {
  content: "î”±";
}
.fa-ethereum:before {
  content: "ï®";
}
.fa-speaker-deck:before {
  content: "ï ¼";
}
.fa-creative-commons-nc-eu:before {
  content: "ï“©";
}
.fa-patreon:before {
  content: "ï™";
}
.fa-avianex:before {
  content: "ï´";
}
.fa-ello:before {
  content: "ï—±";
}
.fa-gofore:before {
  content: "ïŽ§";
}
.fa-bimobject:before {
  content: "ï¸";
}
.fa-facebook-f:before {
  content: "ïŽž";
}
.fa-square-google-plus:before {
  content: "ïƒ”";
}
.fa-google-plus-square:before {
  content: "ïƒ”";
}
.fa-mandalorian:before {
  content: "ï”";
}
.fa-first-order-alt:before {
  content: "ï”Š";
}
.fa-osi:before {
  content: "ïš";
}
.fa-google-wallet:before {
  content: "ï‡®";
}
.fa-d-and-d-beyond:before {
  content: "ï›Š";
}
.fa-periscope:before {
  content: "ïš";
}
.fa-fulcrum:before {
  content: "ï”‹";
}
.fa-cloudscale:before {
  content: "ïŽƒ";
}
.fa-forumbee:before {
  content: "ïˆ‘";
}
.fa-mizuni:before {
  content: "ïŒ";
}
.fa-schlix:before {
  content: "ïª";
}
.fa-square-xing:before {
  content: "ï…©";
}
.fa-xing-square:before {
  content: "ï…©";
}
.fa-bandcamp:before {
  content: "ï‹•";
}
.fa-wpforms:before {
  content: "ïŠ˜";
}
.fa-cloudversify:before {
  content: "ïŽ…";
}
.fa-usps:before {
  content: "ïŸ¡";
}
.fa-megaport:before {
  content: "ï–£";
}
.fa-magento:before {
  content: "ï„";
}
.fa-spotify:before {
  content: "ï†¼";
}
.fa-optin-monster:before {
  content: "ïˆ¼";
}
.fa-fly:before {
  content: "ï—";
}
.fa-aviato:before {
  content: "ï¡";
}
.fa-itunes:before {
  content: "ïŽ´";
}
.fa-cuttlefish:before {
  content: "ïŽŒ";
}
.fa-blogger:before {
  content: "ï¼";
}
.fa-flickr:before {
  content: "ï…®";
}
.fa-viber:before {
  content: "ï‰";
}
.fa-soundcloud:before {
  content: "ï†¾";
}
.fa-digg:before {
  content: "ï†¦";
}
.fa-tencent-weibo:before {
  content: "ï‡•";
}
.fa-symfony:before {
  content: "ï ½";
}
.fa-maxcdn:before {
  content: "ï„¶";
}
.fa-etsy:before {
  content: "ï‹—";
}
.fa-facebook-messenger:before {
  content: "ïŽŸ";
}
.fa-audible:before {
  content: "ï³";
}
.fa-think-peaks:before {
  content: "ïœ±";
}
.fa-bilibili:before {
  content: "î™";
}
.fa-erlang:before {
  content: "ïŽ";
}
.fa-cotton-bureau:before {
  content: "ï¢ž";
}
.fa-dashcube:before {
  content: "ïˆ";
}
.fa-42-group:before {
  content: "î‚€";
}
.fa-innosoft:before {
  content: "î‚€";
}
.fa-stack-exchange:before {
  content: "ï†";
}
.fa-elementor:before {
  content: "ï°";
}
.fa-square-pied-piper:before {
  content: "î€ž";
}
.fa-pied-piper-square:before {
  content: "î€ž";
}
.fa-creative-commons-nd:before {
  content: "ï“«";
}
.fa-palfed:before {
  content: "ï˜";
}
.fa-superpowers:before {
  content: "ï‹";
}
.fa-resolving:before {
  content: "ï§";
}
.fa-xbox:before {
  content: "ï’";
}
.fa-searchengin:before {
  content: "ï«";
}
.fa-tiktok:before {
  content: "î»";
}
.fa-square-facebook:before {
  content: "ï‚‚";
}
.fa-facebook-square:before {
  content: "ï‚‚";
}
.fa-renren:before {
  content: "ï†‹";
}
.fa-linux:before {
  content: "ï…¼";
}
.fa-glide:before {
  content: "ïŠ¥";
}
.fa-linkedin:before {
  content: "ï‚Œ";
}
.fa-hubspot:before {
  content: "ïŽ²";
}
.fa-deploydog:before {
  content: "ïŽŽ";
}
.fa-twitch:before {
  content: "ï‡¨";
}
.fa-ravelry:before {
  content: "ï‹™";
}
.fa-mixer:before {
  content: "î–";
}
.fa-square-lastfm:before {
  content: "ïˆƒ";
}
.fa-lastfm-square:before {
  content: "ïˆƒ";
}
.fa-vimeo:before {
  content: "ïŠ";
}
.fa-mendeley:before {
  content: "ïž³";
}
.fa-uniregistry:before {
  content: "ï„";
}
.fa-figma:before {
  content: "ïž™";
}
.fa-creative-commons-remix:before {
  content: "ï“®";
}
.fa-cc-amazon-pay:before {
  content: "ï­";
}
.fa-dropbox:before {
  content: "ï…«";
}
.fa-instagram:before {
  content: "ï…­";
}
.fa-cmplid:before {
  content: "î ";
}
.fa-facebook:before {
  content: "ï‚š";
}
.fa-gripfire:before {
  content: "ïŽ¬";
}
.fa-jedi-order:before {
  content: "ï”Ž";
}
.fa-uikit:before {
  content: "ïƒ";
}
.fa-fort-awesome-alt:before {
  content: "ïŽ£";
}
.fa-phabricator:before {
  content: "ï›";
}
.fa-ussunnah:before {
  content: "ï‡";
}
.fa-earlybirds:before {
  content: "ïŽš";
}
.fa-trade-federation:before {
  content: "ï”“";
}
.fa-autoprefixer:before {
  content: "ïœ";
}
.fa-whatsapp:before {
  content: "ïˆ²";
}
.fa-slideshare:before {
  content: "ï‡§";
}
.fa-google-play:before {
  content: "ïŽ«";
}
.fa-viadeo:before {
  content: "ïŠ©";
}
.fa-line:before {
  content: "ï€";
}
.fa-google-drive:before {
  content: "ïŽª";
}
.fa-servicestack:before {
  content: "ï¬";
}
.fa-simplybuilt:before {
  content: "ïˆ•";
}
.fa-bitbucket:before {
  content: "ï…±";
}
.fa-imdb:before {
  content: "ï‹˜";
}
.fa-deezer:before {
  content: "î·";
}
.fa-raspberry-pi:before {
  content: "ïž»";
}
.fa-jira:before {
  content: "ïž±";
}
.fa-docker:before {
  content: "ïŽ•";
}
.fa-screenpal:before {
  content: "î•°";
}
.fa-bluetooth:before {
  content: "ïŠ“";
}
.fa-gitter:before {
  content: "ï¦";
}
.fa-d-and-d:before {
  content: "ïŽ";
}
.fa-microblog:before {
  content: "î€š";
}
.fa-cc-diners-club:before {
  content: "ï‰Œ";
}
.fa-gg-circle:before {
  content: "ï‰¡";
}
.fa-pied-piper-hat:before {
  content: "ï“¥";
}
.fa-kickstarter-k:before {
  content: "ïŽ¼";
}
.fa-yandex:before {
  content: "ï“";
}
.fa-readme:before {
  content: "ï“•";
}
.fa-html5:before {
  content: "ï„»";
}
.fa-sellsy:before {
  content: "ïˆ“";
}
.fa-sass:before {
  content: "ïž";
}
.fa-wirsindhandwerk:before {
  content: "î‹";
}
.fa-wsh:before {
  content: "î‹";
}
.fa-buromobelexperte:before {
  content: "ï¿";
}
.fa-salesforce:before {
  content: "ï »";
}
.fa-octopus-deploy:before {
  content: "î‚‚";
}
.fa-medapps:before {
  content: "ï†";
}
.fa-ns8:before {
  content: "ï•";
}
.fa-pinterest-p:before {
  content: "ïˆ±";
}
.fa-apper:before {
  content: "ï±";
}
.fa-fort-awesome:before {
  content: "ïŠ†";
}
.fa-waze:before {
  content: "ï ¿";
}
.fa-cc-jcb:before {
  content: "ï‰‹";
}
.fa-snapchat:before {
  content: "ïŠ«";
}
.fa-snapchat-ghost:before {
  content: "ïŠ«";
}
.fa-fantasy-flight-games:before {
  content: "ï›œ";
}
.fa-rust:before {
  content: "îº";
}
.fa-wix:before {
  content: "ï—";
}
.fa-square-behance:before {
  content: "ï†µ";
}
.fa-behance-square:before {
  content: "ï†µ";
}
.fa-supple:before {
  content: "ï¹";
}
.fa-rebel:before {
  content: "ï‡";
}
.fa-css3:before {
  content: "ï„¼";
}
.fa-staylinked:before {
  content: "ïµ";
}
.fa-kaggle:before {
  content: "ï—º";
}
.fa-space-awesome:before {
  content: "î–¬";
}
.fa-deviantart:before {
  content: "ï†½";
}
.fa-cpanel:before {
  content: "ïŽˆ";
}
.fa-goodreads-g:before {
  content: "ïŽ©";
}
.fa-square-git:before {
  content: "ï‡’";
}
.fa-git-square:before {
  content: "ï‡’";
}
.fa-square-tumblr:before {
  content: "ï…´";
}
.fa-tumblr-square:before {
  content: "ï…´";
}
.fa-trello:before {
  content: "ï†";
}
.fa-creative-commons-nc-jp:before {
  content: "ï“ª";
}
.fa-get-pocket:before {
  content: "ï‰¥";
}
.fa-perbyte:before {
  content: "î‚ƒ";
}
.fa-grunt:before {
  content: "ïŽ­";
}
.fa-weebly:before {
  content: "ï—Œ";
}
.fa-connectdevelop:before {
  content: "ïˆŽ";
}
.fa-leanpub:before {
  content: "ïˆ’";
}
.fa-black-tie:before {
  content: "ï‰¾";
}
.fa-themeco:before {
  content: "ï—†";
}
.fa-python:before {
  content: "ï¢";
}
.fa-android:before {
  content: "ï…»";
}
.fa-bots:before {
  content: "î€";
}
.fa-free-code-camp:before {
  content: "ï‹…";
}
.fa-hornbill:before {
  content: "ï–’";
}
.fa-js:before {
  content: "ïŽ¸";
}
.fa-ideal:before {
  content: "î€“";
}
.fa-git:before {
  content: "ï‡“";
}
.fa-dev:before {
  content: "ï›Œ";
}
.fa-sketch:before {
  content: "ïŸ†";
}
.fa-yandex-international:before {
  content: "ï”";
}
.fa-cc-amex:before {
  content: "ï‡³";
}
.fa-uber:before {
  content: "ï‚";
}
.fa-github:before {
  content: "ï‚›";
}
.fa-php:before {
  content: "ï‘—";
}
.fa-alipay:before {
  content: "ï™‚";
}
.fa-youtube:before {
  content: "ï…§";
}
.fa-skyatlas:before {
  content: "ïˆ–";
}
.fa-firefox-browser:before {
  content: "î€‡";
}
.fa-replyd:before {
  content: "ï¦";
}
.fa-suse:before {
  content: "ïŸ–";
}
.fa-jenkins:before {
  content: "ïŽ¶";
}
.fa-twitter:before {
  content: "ï‚™";
}
.fa-rockrms:before {
  content: "ï©";
}
.fa-pinterest:before {
  content: "ïƒ’";
}
.fa-buffer:before {
  content: "ï ·";
}
.fa-npm:before {
  content: "ï”";
}
.fa-yammer:before {
  content: "ï¡€";
}
.fa-btc:before {
  content: "ï…š";
}
.fa-dribbble:before {
  content: "ï…½";
}
.fa-stumbleupon-circle:before {
  content: "ï†£";
}
.fa-internet-explorer:before {
  content: "ï‰«";
}
.fa-stubber:before {
  content: "î—‡";
}
.fa-telegram:before {
  content: "ï‹†";
}
.fa-telegram-plane:before {
  content: "ï‹†";
}
.fa-old-republic:before {
  content: "ï”";
}
.fa-odysee:before {
  content: "î—†";
}
.fa-square-whatsapp:before {
  content: "ïŒ";
}
.fa-whatsapp-square:before {
  content: "ïŒ";
}
.fa-node-js:before {
  content: "ï“";
}
.fa-edge-legacy:before {
  content: "î¸";
}
.fa-slack:before {
  content: "ï†˜";
}
.fa-slack-hash:before {
  content: "ï†˜";
}
.fa-medrt:before {
  content: "ïˆ";
}
.fa-usb:before {
  content: "ïŠ‡";
}
.fa-tumblr:before {
  content: "ï…³";
}
.fa-vaadin:before {
  content: "ïˆ";
}
.fa-quora:before {
  content: "ï‹„";
}
.fa-reacteurope:before {
  content: "ï";
}
.fa-medium:before {
  content: "ïˆº";
}
.fa-medium-m:before {
  content: "ïˆº";
}
.fa-amilia:before {
  content: "ï­";
}
.fa-mixcloud:before {
  content: "ïŠ‰";
}
.fa-flipboard:before {
  content: "ï‘";
}
.fa-viacoin:before {
  content: "ïˆ·";
}
.fa-critical-role:before {
  content: "ï›‰";
}
.fa-sitrox:before {
  content: "î‘Š";
}
.fa-discourse:before {
  content: "ïŽ“";
}
.fa-joomla:before {
  content: "ï†ª";
}
.fa-mastodon:before {
  content: "ï“¶";
}
.fa-airbnb:before {
  content: "ï ´";
}
.fa-wolf-pack-battalion:before {
  content: "ï””";
}
.fa-buy-n-large:before {
  content: "ï¢¦";
}
.fa-gulp:before {
  content: "ïŽ®";
}
.fa-creative-commons-sampling-plus:before {
  content: "ï“±";
}
.fa-strava:before {
  content: "ï¨";
}
.fa-ember:before {
  content: "ï£";
}
.fa-canadian-maple-leaf:before {
  content: "ïž…";
}
.fa-teamspeak:before {
  content: "ï“¹";
}
.fa-pushed:before {
  content: "ï¡";
}
.fa-wordpress-simple:before {
  content: "ï‘";
}
.fa-nutritionix:before {
  content: "ï–";
}
.fa-wodu:before {
  content: "î‚ˆ";
}
.fa-google-pay:before {
  content: "î¹";
}
.fa-intercom:before {
  content: "ïž¯";
}
.fa-zhihu:before {
  content: "ï˜¿";
}
.fa-korvue:before {
  content: "ï¯";
}
.fa-pix:before {
  content: "îº";
}
.fa-steam-symbol:before {
  content: "ï¶";
}
:root,
:host {
  --fa-style-family-classic: "Font Awesome 6 Free";
  --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.woff2) format("woff2"),
    url(./fa-regular-400.ttf) format("truetype");
}
.far,
.fa-regular {
  font-weight: 400;
}
:root,
:host {
  --fa-style-family-classic: "Font Awesome 6 Free";
  --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.woff2) format("woff2"),
    url(./fa-solid-900.ttf) format("truetype");
}
.fas,
.fa-solid {
  font-weight: 900;
}
@font-face {
  font-family: "Font Awesome 5 Brands";
  font-display: block;
  font-weight: 400;
  src: url(./fa-brands-400.woff2) format("woff2"),
    url(./fa-brands-400.ttf) format("truetype");
}
@font-face {
  font-family: "Font Awesome 5 Free";
  font-display: block;
  font-weight: 900;
  src: url(./fa-solid-900.woff2) format("woff2"),
    url(./fa-solid-900.ttf) format("truetype");
}
@font-face {
  font-family: "Font Awesome 5 Free";
  font-display: block;
  font-weight: 400;
  src: url(./fa-regular-400.woff2) format("woff2"),
    url(./fa-regular-400.ttf) format("truetype");
}
@font-face {
  font-family: FontAwesome;
  font-display: block;
  src: url(./fa-solid-900.woff2) format("woff2"),
    url(./fa-solid-900.ttf) format("truetype");
}
@font-face {
  font-family: FontAwesome;
  font-display: block;
  src: url(./fa-brands-400.woff2) format("woff2"),
    url(./fa-brands-400.ttf) format("truetype");
}
@font-face {
  font-family: FontAwesome;
  font-display: block;
  src: url(./fa-regular-400.woff2) format("woff2"),
    url(./fa-regular-400.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: Material Design Icons;
  src: url(./materialdesignicons-webfont.eot?v=7.1.96);
  src: url(./materialdesignicons-webfont.eot?#iefix&v=7.1.96)
      format("embedded-opentype"),
    url(./materialdesignicons-webfont.woff2?v=7.1.96) format("woff2"),
    url(./materialdesignicons-webfont.woff?v=7.1.96) format("woff"),
    url(./materialdesignicons-webfont.ttf?v=7.1.96) format("truetype");
  font-weight: 400;
  font-style: normal;
}
.mdi:before,
.mdi-set {
  display: inline-block;
  font: 24px/1 Material Design Icons;
  font-size: inherit;
  text-rendering: auto;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.mdi-ab-testing:before {
  content: "ó°‡‰";
}
.mdi-abacus:before {
  content: "ó±› ";
}
.mdi-abjad-arabic:before {
  content: "ó±Œ¨";
}
.mdi-abjad-hebrew:before {
  content: "ó±Œ©";
}
.mdi-abugida-devanagari:before {
  content: "ó±Œª";
}
.mdi-abugida-thai:before {
  content: "ó±Œ«";
}
.mdi-access-point:before {
  content: "ó°€ƒ";
}
.mdi-access-point-check:before {
  content: "ó±”¸";
}
.mdi-access-point-minus:before {
  content: "ó±”¹";
}
.mdi-access-point-network:before {
  content: "ó°€‚";
}
.mdi-access-point-network-off:before {
  content: "ó°¯¡";
}
.mdi-access-point-off:before {
  content: "ó±”‘";
}
.mdi-access-point-plus:before {
  content: "ó±”º";
}
.mdi-access-point-remove:before {
  content: "ó±”»";
}
.mdi-account:before {
  content: "ó°€„";
}
.mdi-account-alert:before {
  content: "ó°€…";
}
.mdi-account-alert-outline:before {
  content: "ó°­";
}
.mdi-account-arrow-down:before {
  content: "ó±¡¨";
}
.mdi-account-arrow-down-outline:before {
  content: "ó±¡©";
}
.mdi-account-arrow-left:before {
  content: "ó°­‘";
}
.mdi-account-arrow-left-outline:before {
  content: "ó°­’";
}
.mdi-account-arrow-right:before {
  content: "ó°­“";
}
.mdi-account-arrow-right-outline:before {
  content: "ó°­”";
}
.mdi-account-arrow-up:before {
  content: "ó±¡§";
}
.mdi-account-arrow-up-outline:before {
  content: "ó±¡ª";
}
.mdi-account-badge:before {
  content: "ó±¬Š";
}
.mdi-account-badge-outline:before {
  content: "ó±¬‹";
}
.mdi-account-box:before {
  content: "ó°€†";
}
.mdi-account-box-multiple:before {
  content: "ó°¤´";
}
.mdi-account-box-multiple-outline:before {
  content: "ó±€Š";
}
.mdi-account-box-outline:before {
  content: "ó°€‡";
}
.mdi-account-cancel:before {
  content: "ó±‹Ÿ";
}
.mdi-account-cancel-outline:before {
  content: "ó±‹ ";
}
.mdi-account-card:before {
  content: "ó±®¤";
}
.mdi-account-card-outline:before {
  content: "ó±®¥";
}
.mdi-account-cash:before {
  content: "ó±‚—";
}
.mdi-account-cash-outline:before {
  content: "ó±‚˜";
}
.mdi-account-check:before {
  content: "ó°€ˆ";
}
.mdi-account-check-outline:before {
  content: "ó°¯¢";
}
.mdi-account-child:before {
  content: "ó°ª‰";
}
.mdi-account-child-circle:before {
  content: "ó°ªŠ";
}
.mdi-account-child-outline:before {
  content: "ó±ƒˆ";
}
.mdi-account-circle:before {
  content: "ó°€‰";
}
.mdi-account-circle-outline:before {
  content: "ó°­•";
}
.mdi-account-clock:before {
  content: "ó°­–";
}
.mdi-account-clock-outline:before {
  content: "ó°­—";
}
.mdi-account-cog:before {
  content: "ó±°";
}
.mdi-account-cog-outline:before {
  content: "ó±±";
}
.mdi-account-convert:before {
  content: "ó°€Š";
}
.mdi-account-convert-outline:before {
  content: "ó±Œ";
}
.mdi-account-cowboy-hat:before {
  content: "ó°º›";
}
.mdi-account-cowboy-hat-outline:before {
  content: "ó±Ÿ³";
}
.mdi-account-credit-card:before {
  content: "ó±®¦";
}
.mdi-account-credit-card-outline:before {
  content: "ó±®§";
}
.mdi-account-details:before {
  content: "ó°˜±";
}
.mdi-account-details-outline:before {
  content: "ó±²";
}
.mdi-account-edit:before {
  content: "ó°š¼";
}
.mdi-account-edit-outline:before {
  content: "ó°¿»";
}
.mdi-account-eye:before {
  content: "ó° ";
}
.mdi-account-eye-outline:before {
  content: "ó±‰»";
}
.mdi-account-filter:before {
  content: "ó°¤¶";
}
.mdi-account-filter-outline:before {
  content: "ó°¾";
}
.mdi-account-group:before {
  content: "ó°¡‰";
}
.mdi-account-group-outline:before {
  content: "ó°­˜";
}
.mdi-account-hard-hat:before {
  content: "ó°–µ";
}
.mdi-account-hard-hat-outline:before {
  content: "ó±¨Ÿ";
}
.mdi-account-heart:before {
  content: "ó°¢™";
}
.mdi-account-heart-outline:before {
  content: "ó°¯£";
}
.mdi-account-injury:before {
  content: "ó± •";
}
.mdi-account-injury-outline:before {
  content: "ó± –";
}
.mdi-account-key:before {
  content: "ó°€‹";
}
.mdi-account-key-outline:before {
  content: "ó°¯¤";
}
.mdi-account-lock:before {
  content: "ó±…ž";
}
.mdi-account-lock-open:before {
  content: "ó±¥ ";
}
.mdi-account-lock-open-outline:before {
  content: "ó±¥¡";
}
.mdi-account-lock-outline:before {
  content: "ó±…Ÿ";
}
.mdi-account-minus:before {
  content: "ó°€";
}
.mdi-account-minus-outline:before {
  content: "ó°«¬";
}
.mdi-account-multiple:before {
  content: "ó°€Ž";
}
.mdi-account-multiple-check:before {
  content: "ó°£…";
}
.mdi-account-multiple-check-outline:before {
  content: "ó±‡¾";
}
.mdi-account-multiple-minus:before {
  content: "ó°—“";
}
.mdi-account-multiple-minus-outline:before {
  content: "ó°¯¥";
}
.mdi-account-multiple-outline:before {
  content: "ó°€";
}
.mdi-account-multiple-plus:before {
  content: "ó°€";
}
.mdi-account-multiple-plus-outline:before {
  content: "ó° €";
}
.mdi-account-multiple-remove:before {
  content: "ó±ˆŠ";
}
.mdi-account-multiple-remove-outline:before {
  content: "ó±ˆ‹";
}
.mdi-account-music:before {
  content: "ó° ƒ";
}
.mdi-account-music-outline:before {
  content: "ó°³©";
}
.mdi-account-network:before {
  content: "ó°€‘";
}
.mdi-account-network-off:before {
  content: "ó±«±";
}
.mdi-account-network-off-outline:before {
  content: "ó±«²";
}
.mdi-account-network-outline:before {
  content: "ó°¯¦";
}
.mdi-account-off:before {
  content: "ó°€’";
}
.mdi-account-off-outline:before {
  content: "ó°¯§";
}
.mdi-account-outline:before {
  content: "ó°€“";
}
.mdi-account-plus:before {
  content: "ó°€”";
}
.mdi-account-plus-outline:before {
  content: "ó° ";
}
.mdi-account-question:before {
  content: "ó°­™";
}
.mdi-account-question-outline:before {
  content: "ó°­š";
}
.mdi-account-reactivate:before {
  content: "ó±”«";
}
.mdi-account-reactivate-outline:before {
  content: "ó±”¬";
}
.mdi-account-remove:before {
  content: "ó°€•";
}
.mdi-account-remove-outline:before {
  content: "ó°«­";
}
.mdi-account-school:before {
  content: "ó±¨ ";
}
.mdi-account-school-outline:before {
  content: "ó±¨¡";
}
.mdi-account-search:before {
  content: "ó°€–";
}
.mdi-account-search-outline:before {
  content: "ó°¤µ";
}
.mdi-account-settings:before {
  content: "ó°˜°";
}
.mdi-account-settings-outline:before {
  content: "ó±ƒ‰";
}
.mdi-account-star:before {
  content: "ó°€—";
}
.mdi-account-star-outline:before {
  content: "ó°¯¨";
}
.mdi-account-supervisor:before {
  content: "ó°ª‹";
}
.mdi-account-supervisor-circle:before {
  content: "ó°ªŒ";
}
.mdi-account-supervisor-circle-outline:before {
  content: "ó±“¬";
}
.mdi-account-supervisor-outline:before {
  content: "ó±„­";
}
.mdi-account-switch:before {
  content: "ó°€™";
}
.mdi-account-switch-outline:before {
  content: "ó°“‹";
}
.mdi-account-sync:before {
  content: "ó±¤›";
}
.mdi-account-sync-outline:before {
  content: "ó±¤œ";
}
.mdi-account-tag:before {
  content: "ó±°›";
}
.mdi-account-tag-outline:before {
  content: "ó±°œ";
}
.mdi-account-tie:before {
  content: "ó°³£";
}
.mdi-account-tie-hat:before {
  content: "ó±¢˜";
}
.mdi-account-tie-hat-outline:before {
  content: "ó±¢™";
}
.mdi-account-tie-outline:before {
  content: "ó±ƒŠ";
}
.mdi-account-tie-voice:before {
  content: "ó±Œˆ";
}
.mdi-account-tie-voice-off:before {
  content: "ó±ŒŠ";
}
.mdi-account-tie-voice-off-outline:before {
  content: "ó±Œ‹";
}
.mdi-account-tie-voice-outline:before {
  content: "ó±Œ‰";
}
.mdi-account-tie-woman:before {
  content: "ó±ªŒ";
}
.mdi-account-voice:before {
  content: "ó°—‹";
}
.mdi-account-voice-off:before {
  content: "ó°»”";
}
.mdi-account-wrench:before {
  content: "ó±¢š";
}
.mdi-account-wrench-outline:before {
  content: "ó±¢›";
}
.mdi-adjust:before {
  content: "ó°€š";
}
.mdi-advertisements:before {
  content: "ó±¤ª";
}
.mdi-advertisements-off:before {
  content: "ó±¤«";
}
.mdi-air-conditioner:before {
  content: "ó°€›";
}
.mdi-air-filter:before {
  content: "ó°µƒ";
}
.mdi-air-horn:before {
  content: "ó°¶¬";
}
.mdi-air-humidifier:before {
  content: "ó±‚™";
}
.mdi-air-humidifier-off:before {
  content: "ó±‘¦";
}
.mdi-air-purifier:before {
  content: "ó°µ„";
}
.mdi-air-purifier-off:before {
  content: "ó±­—";
}
.mdi-airbag:before {
  content: "ó°¯©";
}
.mdi-airballoon:before {
  content: "ó°€œ";
}
.mdi-airballoon-outline:before {
  content: "ó±€‹";
}
.mdi-airplane:before {
  content: "ó°€";
}
.mdi-airplane-alert:before {
  content: "ó±¡º";
}
.mdi-airplane-check:before {
  content: "ó±¡»";
}
.mdi-airplane-clock:before {
  content: "ó±¡¼";
}
.mdi-airplane-cog:before {
  content: "ó±¡½";
}
.mdi-airplane-edit:before {
  content: "ó±¡¾";
}
.mdi-airplane-landing:before {
  content: "ó°—”";
}
.mdi-airplane-marker:before {
  content: "ó±¡¿";
}
.mdi-airplane-minus:before {
  content: "ó±¢€";
}
.mdi-airplane-off:before {
  content: "ó°€ž";
}
.mdi-airplane-plus:before {
  content: "ó±¢";
}
.mdi-airplane-remove:before {
  content: "ó±¢‚";
}
.mdi-airplane-search:before {
  content: "ó±¢ƒ";
}
.mdi-airplane-settings:before {
  content: "ó±¢„";
}
.mdi-airplane-takeoff:before {
  content: "ó°—•";
}
.mdi-airport:before {
  content: "ó°¡‹";
}
.mdi-alarm:before {
  content: "ó°€ ";
}
.mdi-alarm-bell:before {
  content: "ó°žŽ";
}
.mdi-alarm-check:before {
  content: "ó°€¡";
}
.mdi-alarm-light:before {
  content: "ó°ž";
}
.mdi-alarm-light-off:before {
  content: "ó±œž";
}
.mdi-alarm-light-off-outline:before {
  content: "ó±œŸ";
}
.mdi-alarm-light-outline:before {
  content: "ó°¯ª";
}
.mdi-alarm-multiple:before {
  content: "ó°€¢";
}
.mdi-alarm-note:before {
  content: "ó°¹±";
}
.mdi-alarm-note-off:before {
  content: "ó°¹²";
}
.mdi-alarm-off:before {
  content: "ó°€£";
}
.mdi-alarm-panel:before {
  content: "ó±—„";
}
.mdi-alarm-panel-outline:before {
  content: "ó±—…";
}
.mdi-alarm-plus:before {
  content: "ó°€¤";
}
.mdi-alarm-snooze:before {
  content: "ó°šŽ";
}
.mdi-album:before {
  content: "ó°€¥";
}
.mdi-alert:before {
  content: "ó°€¦";
}
.mdi-alert-box:before {
  content: "ó°€§";
}
.mdi-alert-box-outline:before {
  content: "ó°³¤";
}
.mdi-alert-circle:before {
  content: "ó°€¨";
}
.mdi-alert-circle-check:before {
  content: "ó±‡­";
}
.mdi-alert-circle-check-outline:before {
  content: "ó±‡®";
}
.mdi-alert-circle-outline:before {
  content: "ó°—–";
}
.mdi-alert-decagram:before {
  content: "ó°š½";
}
.mdi-alert-decagram-outline:before {
  content: "ó°³¥";
}
.mdi-alert-minus:before {
  content: "ó±’»";
}
.mdi-alert-minus-outline:before {
  content: "ó±’¾";
}
.mdi-alert-octagon:before {
  content: "ó°€©";
}
.mdi-alert-octagon-outline:before {
  content: "ó°³¦";
}
.mdi-alert-octagram:before {
  content: "ó°§";
}
.mdi-alert-octagram-outline:before {
  content: "ó°³§";
}
.mdi-alert-outline:before {
  content: "ó°€ª";
}
.mdi-alert-plus:before {
  content: "ó±’º";
}
.mdi-alert-plus-outline:before {
  content: "ó±’½";
}
.mdi-alert-remove:before {
  content: "ó±’¼";
}
.mdi-alert-remove-outline:before {
  content: "ó±’¿";
}
.mdi-alert-rhombus:before {
  content: "ó±‡Ž";
}
.mdi-alert-rhombus-outline:before {
  content: "ó±‡";
}
.mdi-alien:before {
  content: "ó°¢š";
}
.mdi-alien-outline:before {
  content: "ó±ƒ‹";
}
.mdi-align-horizontal-center:before {
  content: "ó±‡ƒ";
}
.mdi-align-horizontal-distribute:before {
  content: "ó±¥¢";
}
.mdi-align-horizontal-left:before {
  content: "ó±‡‚";
}
.mdi-align-horizontal-right:before {
  content: "ó±‡„";
}
.mdi-align-vertical-bottom:before {
  content: "ó±‡…";
}
.mdi-align-vertical-center:before {
  content: "ó±‡†";
}
.mdi-align-vertical-distribute:before {
  content: "ó±¥£";
}
.mdi-align-vertical-top:before {
  content: "ó±‡‡";
}
.mdi-all-inclusive:before {
  content: "ó°š¾";
}
.mdi-all-inclusive-box:before {
  content: "ó±¢";
}
.mdi-all-inclusive-box-outline:before {
  content: "ó±¢Ž";
}
.mdi-allergy:before {
  content: "ó±‰˜";
}
.mdi-alpha:before {
  content: "ó°€«";
}
.mdi-alpha-a:before {
  content: "ó°«®";
}
.mdi-alpha-a-box:before {
  content: "ó°¬ˆ";
}
.mdi-alpha-a-box-outline:before {
  content: "ó°¯«";
}
.mdi-alpha-a-circle:before {
  content: "ó°¯¬";
}
.mdi-alpha-a-circle-outline:before {
  content: "ó°¯­";
}
.mdi-alpha-b:before {
  content: "ó°«¯";
}
.mdi-alpha-b-box:before {
  content: "ó°¬‰";
}
.mdi-alpha-b-box-outline:before {
  content: "ó°¯®";
}
.mdi-alpha-b-circle:before {
  content: "ó°¯¯";
}
.mdi-alpha-b-circle-outline:before {
  content: "ó°¯°";
}
.mdi-alpha-c:before {
  content: "ó°«°";
}
.mdi-alpha-c-box:before {
  content: "ó°¬Š";
}
.mdi-alpha-c-box-outline:before {
  content: "ó°¯±";
}
.mdi-alpha-c-circle:before {
  content: "ó°¯²";
}
.mdi-alpha-c-circle-outline:before {
  content: "ó°¯³";
}
.mdi-alpha-d:before {
  content: "ó°«±";
}
.mdi-alpha-d-box:before {
  content: "ó°¬‹";
}
.mdi-alpha-d-box-outline:before {
  content: "ó°¯´";
}
.mdi-alpha-d-circle:before {
  content: "ó°¯µ";
}
.mdi-alpha-d-circle-outline:before {
  content: "ó°¯¶";
}
.mdi-alpha-e:before {
  content: "ó°«²";
}
.mdi-alpha-e-box:before {
  content: "ó°¬Œ";
}
.mdi-alpha-e-box-outline:before {
  content: "ó°¯·";
}
.mdi-alpha-e-circle:before {
  content: "ó°¯¸";
}
.mdi-alpha-e-circle-outline:before {
  content: "ó°¯¹";
}
.mdi-alpha-f:before {
  content: "ó°«³";
}
.mdi-alpha-f-box:before {
  content: "ó°¬";
}
.mdi-alpha-f-box-outline:before {
  content: "ó°¯º";
}
.mdi-alpha-f-circle:before {
  content: "ó°¯»";
}
.mdi-alpha-f-circle-outline:before {
  content: "ó°¯¼";
}
.mdi-alpha-g:before {
  content: "ó°«´";
}
.mdi-alpha-g-box:before {
  content: "ó°¬Ž";
}
.mdi-alpha-g-box-outline:before {
  content: "ó°¯½";
}
.mdi-alpha-g-circle:before {
  content: "ó°¯¾";
}
.mdi-alpha-g-circle-outline:before {
  content: "ó°¯¿";
}
.mdi-alpha-h:before {
  content: "ó°«µ";
}
.mdi-alpha-h-box:before {
  content: "ó°¬";
}
.mdi-alpha-h-box-outline:before {
  content: "ó°°€";
}
.mdi-alpha-h-circle:before {
  content: "ó°°";
}
.mdi-alpha-h-circle-outline:before {
  content: "ó°°‚";
}
.mdi-alpha-i:before {
  content: "ó°«¶";
}
.mdi-alpha-i-box:before {
  content: "ó°¬";
}
.mdi-alpha-i-box-outline:before {
  content: "ó°°ƒ";
}
.mdi-alpha-i-circle:before {
  content: "ó°°„";
}
.mdi-alpha-i-circle-outline:before {
  content: "ó°°…";
}
.mdi-alpha-j:before {
  content: "ó°«·";
}
.mdi-alpha-j-box:before {
  content: "ó°¬‘";
}
.mdi-alpha-j-box-outline:before {
  content: "ó°°†";
}
.mdi-alpha-j-circle:before {
  content: "ó°°‡";
}
.mdi-alpha-j-circle-outline:before {
  content: "ó°°ˆ";
}
.mdi-alpha-k:before {
  content: "ó°«¸";
}
.mdi-alpha-k-box:before {
  content: "ó°¬’";
}
.mdi-alpha-k-box-outline:before {
  content: "ó°°‰";
}
.mdi-alpha-k-circle:before {
  content: "ó°°Š";
}
.mdi-alpha-k-circle-outline:before {
  content: "ó°°‹";
}
.mdi-alpha-l:before {
  content: "ó°«¹";
}
.mdi-alpha-l-box:before {
  content: "ó°¬“";
}
.mdi-alpha-l-box-outline:before {
  content: "ó°°Œ";
}
.mdi-alpha-l-circle:before {
  content: "ó°°";
}
.mdi-alpha-l-circle-outline:before {
  content: "ó°°Ž";
}
.mdi-alpha-m:before {
  content: "ó°«º";
}
.mdi-alpha-m-box:before {
  content: "ó°¬”";
}
.mdi-alpha-m-box-outline:before {
  content: "ó°°";
}
.mdi-alpha-m-circle:before {
  content: "ó°°";
}
.mdi-alpha-m-circle-outline:before {
  content: "ó°°‘";
}
.mdi-alpha-n:before {
  content: "ó°«»";
}
.mdi-alpha-n-box:before {
  content: "ó°¬•";
}
.mdi-alpha-n-box-outline:before {
  content: "ó°°’";
}
.mdi-alpha-n-circle:before {
  content: "ó°°“";
}
.mdi-alpha-n-circle-outline:before {
  content: "ó°°”";
}
.mdi-alpha-o:before {
  content: "ó°«¼";
}
.mdi-alpha-o-box:before {
  content: "ó°¬–";
}
.mdi-alpha-o-box-outline:before {
  content: "ó°°•";
}
.mdi-alpha-o-circle:before {
  content: "ó°°–";
}
.mdi-alpha-o-circle-outline:before {
  content: "ó°°—";
}
.mdi-alpha-p:before {
  content: "ó°«½";
}
.mdi-alpha-p-box:before {
  content: "ó°¬—";
}
.mdi-alpha-p-box-outline:before {
  content: "ó°°˜";
}
.mdi-alpha-p-circle:before {
  content: "ó°°™";
}
.mdi-alpha-p-circle-outline:before {
  content: "ó°°š";
}
.mdi-alpha-q:before {
  content: "ó°«¾";
}
.mdi-alpha-q-box:before {
  content: "ó°¬˜";
}
.mdi-alpha-q-box-outline:before {
  content: "ó°°›";
}
.mdi-alpha-q-circle:before {
  content: "ó°°œ";
}
.mdi-alpha-q-circle-outline:before {
  content: "ó°°";
}
.mdi-alpha-r:before {
  content: "ó°«¿";
}
.mdi-alpha-r-box:before {
  content: "ó°¬™";
}
.mdi-alpha-r-box-outline:before {
  content: "ó°°ž";
}
.mdi-alpha-r-circle:before {
  content: "ó°°Ÿ";
}
.mdi-alpha-r-circle-outline:before {
  content: "ó°° ";
}
.mdi-alpha-s:before {
  content: "ó°¬€";
}
.mdi-alpha-s-box:before {
  content: "ó°¬š";
}
.mdi-alpha-s-box-outline:before {
  content: "ó°°¡";
}
.mdi-alpha-s-circle:before {
  content: "ó°°¢";
}
.mdi-alpha-s-circle-outline:before {
  content: "ó°°£";
}
.mdi-alpha-t:before {
  content: "ó°¬";
}
.mdi-alpha-t-box:before {
  content: "ó°¬›";
}
.mdi-alpha-t-box-outline:before {
  content: "ó°°¤";
}
.mdi-alpha-t-circle:before {
  content: "ó°°¥";
}
.mdi-alpha-t-circle-outline:before {
  content: "ó°°¦";
}
.mdi-alpha-u:before {
  content: "ó°¬‚";
}
.mdi-alpha-u-box:before {
  content: "ó°¬œ";
}
.mdi-alpha-u-box-outline:before {
  content: "ó°°§";
}
.mdi-alpha-u-circle:before {
  content: "ó°°¨";
}
.mdi-alpha-u-circle-outline:before {
  content: "ó°°©";
}
.mdi-alpha-v:before {
  content: "ó°¬ƒ";
}
.mdi-alpha-v-box:before {
  content: "ó°¬";
}
.mdi-alpha-v-box-outline:before {
  content: "ó°°ª";
}
.mdi-alpha-v-circle:before {
  content: "ó°°«";
}
.mdi-alpha-v-circle-outline:before {
  content: "ó°°¬";
}
.mdi-alpha-w:before {
  content: "ó°¬„";
}
.mdi-alpha-w-box:before {
  content: "ó°¬ž";
}
.mdi-alpha-w-box-outline:before {
  content: "ó°°­";
}
.mdi-alpha-w-circle:before {
  content: "ó°°®";
}
.mdi-alpha-w-circle-outline:before {
  content: "ó°°¯";
}
.mdi-alpha-x:before {
  content: "ó°¬…";
}
.mdi-alpha-x-box:before {
  content: "ó°¬Ÿ";
}
.mdi-alpha-x-box-outline:before {
  content: "ó°°°";
}
.mdi-alpha-x-circle:before {
  content: "ó°°±";
}
.mdi-alpha-x-circle-outline:before {
  content: "ó°°²";
}
.mdi-alpha-y:before {
  content: "ó°¬†";
}
.mdi-alpha-y-box:before {
  content: "ó°¬ ";
}
.mdi-alpha-y-box-outline:before {
  content: "ó°°³";
}
.mdi-alpha-y-circle:before {
  content: "ó°°´";
}
.mdi-alpha-y-circle-outline:before {
  content: "ó°°µ";
}
.mdi-alpha-z:before {
  content: "ó°¬‡";
}
.mdi-alpha-z-box:before {
  content: "ó°¬¡";
}
.mdi-alpha-z-box-outline:before {
  content: "ó°°¶";
}
.mdi-alpha-z-circle:before {
  content: "ó°°·";
}
.mdi-alpha-z-circle-outline:before {
  content: "ó°°¸";
}
.mdi-alphabet-aurebesh:before {
  content: "ó±Œ¬";
}
.mdi-alphabet-cyrillic:before {
  content: "ó±Œ­";
}
.mdi-alphabet-greek:before {
  content: "ó±Œ®";
}
.mdi-alphabet-latin:before {
  content: "ó±Œ¯";
}
.mdi-alphabet-piqad:before {
  content: "ó±Œ°";
}
.mdi-alphabet-tengwar:before {
  content: "ó±Œ·";
}
.mdi-alphabetical:before {
  content: "ó°€¬";
}
.mdi-alphabetical-off:before {
  content: "ó±€Œ";
}
.mdi-alphabetical-variant:before {
  content: "ó±€";
}
.mdi-alphabetical-variant-off:before {
  content: "ó±€Ž";
}
.mdi-altimeter:before {
  content: "ó°——";
}
.mdi-ambulance:before {
  content: "ó°€¯";
}
.mdi-ammunition:before {
  content: "ó°³¨";
}
.mdi-ampersand:before {
  content: "ó°ª";
}
.mdi-amplifier:before {
  content: "ó°€°";
}
.mdi-amplifier-off:before {
  content: "ó±†µ";
}
.mdi-anchor:before {
  content: "ó°€±";
}
.mdi-android:before {
  content: "ó°€²";
}
.mdi-android-studio:before {
  content: "ó°€´";
}
.mdi-angle-acute:before {
  content: "ó°¤·";
}
.mdi-angle-obtuse:before {
  content: "ó°¤¸";
}
.mdi-angle-right:before {
  content: "ó°¤¹";
}
.mdi-angular:before {
  content: "ó°š²";
}
.mdi-angularjs:before {
  content: "ó°š¿";
}
.mdi-animation:before {
  content: "ó°—˜";
}
.mdi-animation-outline:before {
  content: "ó°ª";
}
.mdi-animation-play:before {
  content: "ó°¤º";
}
.mdi-animation-play-outline:before {
  content: "ó°ª";
}
.mdi-ansible:before {
  content: "ó±‚š";
}
.mdi-antenna:before {
  content: "ó±„™";
}
.mdi-anvil:before {
  content: "ó°¢›";
}
.mdi-apache-kafka:before {
  content: "ó±€";
}
.mdi-api:before {
  content: "ó±‚›";
}
.mdi-api-off:before {
  content: "ó±‰—";
}
.mdi-apple:before {
  content: "ó°€µ";
}
.mdi-apple-finder:before {
  content: "ó°€¶";
}
.mdi-apple-icloud:before {
  content: "ó°€¸";
}
.mdi-apple-ios:before {
  content: "ó°€·";
}
.mdi-apple-keyboard-caps:before {
  content: "ó°˜²";
}
.mdi-apple-keyboard-command:before {
  content: "ó°˜³";
}
.mdi-apple-keyboard-control:before {
  content: "ó°˜´";
}
.mdi-apple-keyboard-option:before {
  content: "ó°˜µ";
}
.mdi-apple-keyboard-shift:before {
  content: "ó°˜¶";
}
.mdi-apple-safari:before {
  content: "ó°€¹";
}
.mdi-application:before {
  content: "ó°£†";
}
.mdi-application-array:before {
  content: "ó±ƒµ";
}
.mdi-application-array-outline:before {
  content: "ó±ƒ¶";
}
.mdi-application-braces:before {
  content: "ó±ƒ·";
}
.mdi-application-braces-outline:before {
  content: "ó±ƒ¸";
}
.mdi-application-brackets:before {
  content: "ó°²‹";
}
.mdi-application-brackets-outline:before {
  content: "ó°²Œ";
}
.mdi-application-cog:before {
  content: "ó°™µ";
}
.mdi-application-cog-outline:before {
  content: "ó±•·";
}
.mdi-application-edit:before {
  content: "ó°‚®";
}
.mdi-application-edit-outline:before {
  content: "ó°˜™";
}
.mdi-application-export:before {
  content: "ó°¶­";
}
.mdi-application-import:before {
  content: "ó°¶®";
}
.mdi-application-outline:before {
  content: "ó°˜”";
}
.mdi-application-parentheses:before {
  content: "ó±ƒ¹";
}
.mdi-application-parentheses-outline:before {
  content: "ó±ƒº";
}
.mdi-application-settings:before {
  content: "ó°­ ";
}
.mdi-application-settings-outline:before {
  content: "ó±••";
}
.mdi-application-variable:before {
  content: "ó±ƒ»";
}
.mdi-application-variable-outline:before {
  content: "ó±ƒ¼";
}
.mdi-approximately-equal:before {
  content: "ó°¾ž";
}
.mdi-approximately-equal-box:before {
  content: "ó°¾Ÿ";
}
.mdi-apps:before {
  content: "ó°€»";
}
.mdi-apps-box:before {
  content: "ó°µ†";
}
.mdi-arch:before {
  content: "ó°£‡";
}
.mdi-archive:before {
  content: "ó°€¼";
}
.mdi-archive-alert:before {
  content: "ó±“½";
}
.mdi-archive-alert-outline:before {
  content: "ó±“¾";
}
.mdi-archive-arrow-down:before {
  content: "ó±‰™";
}
.mdi-archive-arrow-down-outline:before {
  content: "ó±‰š";
}
.mdi-archive-arrow-up:before {
  content: "ó±‰›";
}
.mdi-archive-arrow-up-outline:before {
  content: "ó±‰œ";
}
.mdi-archive-cancel:before {
  content: "ó±‹";
}
.mdi-archive-cancel-outline:before {
  content: "ó±Œ";
}
.mdi-archive-check:before {
  content: "ó±";
}
.mdi-archive-check-outline:before {
  content: "ó±Ž";
}
.mdi-archive-clock:before {
  content: "ó±";
}
.mdi-archive-clock-outline:before {
  content: "ó±";
}
.mdi-archive-cog:before {
  content: "ó±‘";
}
.mdi-archive-cog-outline:before {
  content: "ó±’";
}
.mdi-archive-edit:before {
  content: "ó±“";
}
.mdi-archive-edit-outline:before {
  content: "ó±”";
}
.mdi-archive-eye:before {
  content: "ó±•";
}
.mdi-archive-eye-outline:before {
  content: "ó±–";
}
.mdi-archive-lock:before {
  content: "ó±—";
}
.mdi-archive-lock-open:before {
  content: "ó±˜";
}
.mdi-archive-lock-open-outline:before {
  content: "ó±™";
}
.mdi-archive-lock-outline:before {
  content: "ó±š";
}
.mdi-archive-marker:before {
  content: "ó±›";
}
.mdi-archive-marker-outline:before {
  content: "ó±œ";
}
.mdi-archive-minus:before {
  content: "ó±";
}
.mdi-archive-minus-outline:before {
  content: "ó±ž";
}
.mdi-archive-music:before {
  content: "ó±Ÿ";
}
.mdi-archive-music-outline:before {
  content: "ó± ";
}
.mdi-archive-off:before {
  content: "ó±¡";
}
.mdi-archive-off-outline:before {
  content: "ó±¢";
}
.mdi-archive-outline:before {
  content: "ó±ˆŽ";
}
.mdi-archive-plus:before {
  content: "ó±£";
}
.mdi-archive-plus-outline:before {
  content: "ó±¤";
}
.mdi-archive-refresh:before {
  content: "ó±¥";
}
.mdi-archive-refresh-outline:before {
  content: "ó±¦";
}
.mdi-archive-remove:before {
  content: "ó±§";
}
.mdi-archive-remove-outline:before {
  content: "ó±¨";
}
.mdi-archive-search:before {
  content: "ó±©";
}
.mdi-archive-search-outline:before {
  content: "ó±ª";
}
.mdi-archive-settings:before {
  content: "ó±«";
}
.mdi-archive-settings-outline:before {
  content: "ó±¬";
}
.mdi-archive-star:before {
  content: "ó±­";
}
.mdi-archive-star-outline:before {
  content: "ó±®";
}
.mdi-archive-sync:before {
  content: "ó±¯";
}
.mdi-archive-sync-outline:before {
  content: "ó±°";
}
.mdi-arm-flex:before {
  content: "ó°¿—";
}
.mdi-arm-flex-outline:before {
  content: "ó°¿–";
}
.mdi-arrange-bring-forward:before {
  content: "ó°€½";
}
.mdi-arrange-bring-to-front:before {
  content: "ó°€¾";
}
.mdi-arrange-send-backward:before {
  content: "ó°€¿";
}
.mdi-arrange-send-to-back:before {
  content: "ó°€";
}
.mdi-arrow-all:before {
  content: "ó°";
}
.mdi-arrow-bottom-left:before {
  content: "ó°‚";
}
.mdi-arrow-bottom-left-bold-box:before {
  content: "ó±¥¤";
}
.mdi-arrow-bottom-left-bold-box-outline:before {
  content: "ó±¥¥";
}
.mdi-arrow-bottom-left-bold-outline:before {
  content: "ó°¦·";
}
.mdi-arrow-bottom-left-thick:before {
  content: "ó°¦¸";
}
.mdi-arrow-bottom-left-thin:before {
  content: "ó±¦¶";
}
.mdi-arrow-bottom-left-thin-circle-outline:before {
  content: "ó±––";
}
.mdi-arrow-bottom-right:before {
  content: "ó°ƒ";
}
.mdi-arrow-bottom-right-bold-box:before {
  content: "ó±¥¦";
}
.mdi-arrow-bottom-right-bold-box-outline:before {
  content: "ó±¥§";
}
.mdi-arrow-bottom-right-bold-outline:before {
  content: "ó°¦¹";
}
.mdi-arrow-bottom-right-thick:before {
  content: "ó°¦º";
}
.mdi-arrow-bottom-right-thin:before {
  content: "ó±¦·";
}
.mdi-arrow-bottom-right-thin-circle-outline:before {
  content: "ó±–•";
}
.mdi-arrow-collapse:before {
  content: "ó°˜•";
}
.mdi-arrow-collapse-all:before {
  content: "ó°„";
}
.mdi-arrow-collapse-down:before {
  content: "ó°ž’";
}
.mdi-arrow-collapse-horizontal:before {
  content: "ó°¡Œ";
}
.mdi-arrow-collapse-left:before {
  content: "ó°ž“";
}
.mdi-arrow-collapse-right:before {
  content: "ó°ž”";
}
.mdi-arrow-collapse-up:before {
  content: "ó°ž•";
}
.mdi-arrow-collapse-vertical:before {
  content: "ó°¡";
}
.mdi-arrow-decision:before {
  content: "ó°¦»";
}
.mdi-arrow-decision-auto:before {
  content: "ó°¦¼";
}
.mdi-arrow-decision-auto-outline:before {
  content: "ó°¦½";
}
.mdi-arrow-decision-outline:before {
  content: "ó°¦¾";
}
.mdi-arrow-down:before {
  content: "ó°…";
}
.mdi-arrow-down-bold:before {
  content: "ó°œ®";
}
.mdi-arrow-down-bold-box:before {
  content: "ó°œ¯";
}
.mdi-arrow-down-bold-box-outline:before {
  content: "ó°œ°";
}
.mdi-arrow-down-bold-circle:before {
  content: "ó°‡";
}
.mdi-arrow-down-bold-circle-outline:before {
  content: "ó°ˆ";
}
.mdi-arrow-down-bold-hexagon-outline:before {
  content: "ó°‰";
}
.mdi-arrow-down-bold-outline:before {
  content: "ó°¦¿";
}
.mdi-arrow-down-box:before {
  content: "ó°›€";
}
.mdi-arrow-down-circle:before {
  content: "ó°³›";
}
.mdi-arrow-down-circle-outline:before {
  content: "ó°³œ";
}
.mdi-arrow-down-drop-circle:before {
  content: "ó°Š";
}
.mdi-arrow-down-drop-circle-outline:before {
  content: "ó°‹";
}
.mdi-arrow-down-left:before {
  content: "ó±ž¡";
}
.mdi-arrow-down-left-bold:before {
  content: "ó±ž¢";
}
.mdi-arrow-down-right:before {
  content: "ó±ž£";
}
.mdi-arrow-down-right-bold:before {
  content: "ó±ž¤";
}
.mdi-arrow-down-thick:before {
  content: "ó°†";
}
.mdi-arrow-down-thin:before {
  content: "ó±¦³";
}
.mdi-arrow-down-thin-circle-outline:before {
  content: "ó±–™";
}
.mdi-arrow-expand:before {
  content: "ó°˜–";
}
.mdi-arrow-expand-all:before {
  content: "ó°Œ";
}
.mdi-arrow-expand-down:before {
  content: "ó°ž–";
}
.mdi-arrow-expand-horizontal:before {
  content: "ó°¡Ž";
}
.mdi-arrow-expand-left:before {
  content: "ó°ž—";
}
.mdi-arrow-expand-right:before {
  content: "ó°ž˜";
}
.mdi-arrow-expand-up:before {
  content: "ó°ž™";
}
.mdi-arrow-expand-vertical:before {
  content: "ó°¡";
}
.mdi-arrow-horizontal-lock:before {
  content: "ó±…›";
}
.mdi-arrow-left:before {
  content: "ó°";
}
.mdi-arrow-left-bold:before {
  content: "ó°œ±";
}
.mdi-arrow-left-bold-box:before {
  content: "ó°œ²";
}
.mdi-arrow-left-bold-box-outline:before {
  content: "ó°œ³";
}
.mdi-arrow-left-bold-circle:before {
  content: "ó°";
}
.mdi-arrow-left-bold-circle-outline:before {
  content: "ó°";
}
.mdi-arrow-left-bold-hexagon-outline:before {
  content: "ó°‘";
}
.mdi-arrow-left-bold-outline:before {
  content: "ó°§€";
}
.mdi-arrow-left-bottom:before {
  content: "ó±ž¥";
}
.mdi-arrow-left-bottom-bold:before {
  content: "ó±ž¦";
}
.mdi-arrow-left-box:before {
  content: "ó°›";
}
.mdi-arrow-left-circle:before {
  content: "ó°³";
}
.mdi-arrow-left-circle-outline:before {
  content: "ó°³ž";
}
.mdi-arrow-left-drop-circle:before {
  content: "ó°’";
}
.mdi-arrow-left-drop-circle-outline:before {
  content: "ó°“";
}
.mdi-arrow-left-right:before {
  content: "ó°¹³";
}
.mdi-arrow-left-right-bold:before {
  content: "ó°¹´";
}
.mdi-arrow-left-right-bold-outline:before {
  content: "ó°§";
}
.mdi-arrow-left-thick:before {
  content: "ó°Ž";
}
.mdi-arrow-left-thin:before {
  content: "ó±¦±";
}
.mdi-arrow-left-thin-circle-outline:before {
  content: "ó±–š";
}
.mdi-arrow-left-top:before {
  content: "ó±ž§";
}
.mdi-arrow-left-top-bold:before {
  content: "ó±ž¨";
}
.mdi-arrow-projectile:before {
  content: "ó±¡€";
}
.mdi-arrow-projectile-multiple:before {
  content: "ó± ¿";
}
.mdi-arrow-right:before {
  content: "ó°”";
}
.mdi-arrow-right-bold:before {
  content: "ó°œ´";
}
.mdi-arrow-right-bold-box:before {
  content: "ó°œµ";
}
.mdi-arrow-right-bold-box-outline:before {
  content: "ó°œ¶";
}
.mdi-arrow-right-bold-circle:before {
  content: "ó°–";
}
.mdi-arrow-right-bold-circle-outline:before {
  content: "ó°—";
}
.mdi-arrow-right-bold-hexagon-outline:before {
  content: "ó°˜";
}
.mdi-arrow-right-bold-outline:before {
  content: "ó°§‚";
}
.mdi-arrow-right-bottom:before {
  content: "ó±ž©";
}
.mdi-arrow-right-bottom-bold:before {
  content: "ó±žª";
}
.mdi-arrow-right-box:before {
  content: "ó°›‚";
}
.mdi-arrow-right-circle:before {
  content: "ó°³Ÿ";
}
.mdi-arrow-right-circle-outline:before {
  content: "ó°³ ";
}
.mdi-arrow-right-drop-circle:before {
  content: "ó°™";
}
.mdi-arrow-right-drop-circle-outline:before {
  content: "ó°š";
}
.mdi-arrow-right-thick:before {
  content: "ó°•";
}
.mdi-arrow-right-thin:before {
  content: "ó±¦°";
}
.mdi-arrow-right-thin-circle-outline:before {
  content: "ó±–˜";
}
.mdi-arrow-right-top:before {
  content: "ó±ž«";
}
.mdi-arrow-right-top-bold:before {
  content: "ó±ž¬";
}
.mdi-arrow-split-horizontal:before {
  content: "ó°¤»";
}
.mdi-arrow-split-vertical:before {
  content: "ó°¤¼";
}
.mdi-arrow-top-left:before {
  content: "ó°›";
}
.mdi-arrow-top-left-bold-box:before {
  content: "ó±¥¨";
}
.mdi-arrow-top-left-bold-box-outline:before {
  content: "ó±¥©";
}
.mdi-arrow-top-left-bold-outline:before {
  content: "ó°§ƒ";
}
.mdi-arrow-top-left-bottom-right:before {
  content: "ó°¹µ";
}
.mdi-arrow-top-left-bottom-right-bold:before {
  content: "ó°¹¶";
}
.mdi-arrow-top-left-thick:before {
  content: "ó°§„";
}
.mdi-arrow-top-left-thin:before {
  content: "ó±¦µ";
}
.mdi-arrow-top-left-thin-circle-outline:before {
  content: "ó±–“";
}
.mdi-arrow-top-right:before {
  content: "ó°œ";
}
.mdi-arrow-top-right-bold-box:before {
  content: "ó±¥ª";
}
.mdi-arrow-top-right-bold-box-outline:before {
  content: "ó±¥«";
}
.mdi-arrow-top-right-bold-outline:before {
  content: "ó°§…";
}
.mdi-arrow-top-right-bottom-left:before {
  content: "ó°¹·";
}
.mdi-arrow-top-right-bottom-left-bold:before {
  content: "ó°¹¸";
}
.mdi-arrow-top-right-thick:before {
  content: "ó°§†";
}
.mdi-arrow-top-right-thin:before {
  content: "ó±¦´";
}
.mdi-arrow-top-right-thin-circle-outline:before {
  content: "ó±–”";
}
.mdi-arrow-u-down-left:before {
  content: "ó±ž­";
}
.mdi-arrow-u-down-left-bold:before {
  content: "ó±ž®";
}
.mdi-arrow-u-down-right:before {
  content: "ó±ž¯";
}
.mdi-arrow-u-down-right-bold:before {
  content: "ó±ž°";
}
.mdi-arrow-u-left-bottom:before {
  content: "ó±ž±";
}
.mdi-arrow-u-left-bottom-bold:before {
  content: "ó±ž²";
}
.mdi-arrow-u-left-top:before {
  content: "ó±ž³";
}
.mdi-arrow-u-left-top-bold:before {
  content: "ó±ž´";
}
.mdi-arrow-u-right-bottom:before {
  content: "ó±žµ";
}
.mdi-arrow-u-right-bottom-bold:before {
  content: "ó±ž¶";
}
.mdi-arrow-u-right-top:before {
  content: "ó±ž·";
}
.mdi-arrow-u-right-top-bold:before {
  content: "ó±ž¸";
}
.mdi-arrow-u-up-left:before {
  content: "ó±ž¹";
}
.mdi-arrow-u-up-left-bold:before {
  content: "ó±žº";
}
.mdi-arrow-u-up-right:before {
  content: "ó±ž»";
}
.mdi-arrow-u-up-right-bold:before {
  content: "ó±ž¼";
}
.mdi-arrow-up:before {
  content: "ó°";
}
.mdi-arrow-up-bold:before {
  content: "ó°œ·";
}
.mdi-arrow-up-bold-box:before {
  content: "ó°œ¸";
}
.mdi-arrow-up-bold-box-outline:before {
  content: "ó°œ¹";
}
.mdi-arrow-up-bold-circle:before {
  content: "ó°Ÿ";
}
.mdi-arrow-up-bold-circle-outline:before {
  content: "ó° ";
}
.mdi-arrow-up-bold-hexagon-outline:before {
  content: "ó°¡";
}
.mdi-arrow-up-bold-outline:before {
  content: "ó°§‡";
}
.mdi-arrow-up-box:before {
  content: "ó°›ƒ";
}
.mdi-arrow-up-circle:before {
  content: "ó°³¡";
}
.mdi-arrow-up-circle-outline:before {
  content: "ó°³¢";
}
.mdi-arrow-up-down:before {
  content: "ó°¹¹";
}
.mdi-arrow-up-down-bold:before {
  content: "ó°¹º";
}
.mdi-arrow-up-down-bold-outline:before {
  content: "ó°§ˆ";
}
.mdi-arrow-up-drop-circle:before {
  content: "ó°¢";
}
.mdi-arrow-up-drop-circle-outline:before {
  content: "ó°£";
}
.mdi-arrow-up-left:before {
  content: "ó±ž½";
}
.mdi-arrow-up-left-bold:before {
  content: "ó±ž¾";
}
.mdi-arrow-up-right:before {
  content: "ó±ž¿";
}
.mdi-arrow-up-right-bold:before {
  content: "ó±Ÿ€";
}
.mdi-arrow-up-thick:before {
  content: "ó°ž";
}
.mdi-arrow-up-thin:before {
  content: "ó±¦²";
}
.mdi-arrow-up-thin-circle-outline:before {
  content: "ó±–—";
}
.mdi-arrow-vertical-lock:before {
  content: "ó±…œ";
}
.mdi-artboard:before {
  content: "ó±®š";
}
.mdi-artstation:before {
  content: "ó°­›";
}
.mdi-aspect-ratio:before {
  content: "ó°¨¤";
}
.mdi-assistant:before {
  content: "ó°¤";
}
.mdi-asterisk:before {
  content: "ó°›„";
}
.mdi-asterisk-circle-outline:before {
  content: "ó±¨§";
}
.mdi-at:before {
  content: "ó°¥";
}
.mdi-atlassian:before {
  content: "ó° „";
}
.mdi-atm:before {
  content: "ó°µ‡";
}
.mdi-atom:before {
  content: "ó°¨";
}
.mdi-atom-variant:before {
  content: "ó°¹»";
}
.mdi-attachment:before {
  content: "ó°¦";
}
.mdi-attachment-check:before {
  content: "ó±«";
}
.mdi-attachment-lock:before {
  content: "ó±§„";
}
.mdi-attachment-minus:before {
  content: "ó±«‚";
}
.mdi-attachment-off:before {
  content: "ó±«ƒ";
}
.mdi-attachment-plus:before {
  content: "ó±«„";
}
.mdi-attachment-remove:before {
  content: "ó±«…";
}
.mdi-atv:before {
  content: "ó±­°";
}
.mdi-audio-input-rca:before {
  content: "ó±¡«";
}
.mdi-audio-input-stereo-minijack:before {
  content: "ó±¡¬";
}
.mdi-audio-input-xlr:before {
  content: "ó±¡­";
}
.mdi-audio-video:before {
  content: "ó°¤½";
}
.mdi-audio-video-off:before {
  content: "ó±†¶";
}
.mdi-augmented-reality:before {
  content: "ó°¡";
}
.mdi-aurora:before {
  content: "ó±®¹";
}
.mdi-auto-download:before {
  content: "ó±¾";
}
.mdi-auto-fix:before {
  content: "ó°¨";
}
.mdi-auto-upload:before {
  content: "ó°©";
}
.mdi-autorenew:before {
  content: "ó°ª";
}
.mdi-autorenew-off:before {
  content: "ó±§§";
}
.mdi-av-timer:before {
  content: "ó°«";
}
.mdi-awning:before {
  content: "ó±®‡";
}
.mdi-awning-outline:before {
  content: "ó±®ˆ";
}
.mdi-aws:before {
  content: "ó°¸";
}
.mdi-axe:before {
  content: "ó°£ˆ";
}
.mdi-axe-battle:before {
  content: "ó±¡‚";
}
.mdi-axis:before {
  content: "ó°µˆ";
}
.mdi-axis-arrow:before {
  content: "ó°µ‰";
}
.mdi-axis-arrow-info:before {
  content: "ó±Ž";
}
.mdi-axis-arrow-lock:before {
  content: "ó°µŠ";
}
.mdi-axis-lock:before {
  content: "ó°µ‹";
}
.mdi-axis-x-arrow:before {
  content: "ó°µŒ";
}
.mdi-axis-x-arrow-lock:before {
  content: "ó°µ";
}
.mdi-axis-x-rotate-clockwise:before {
  content: "ó°µŽ";
}
.mdi-axis-x-rotate-counterclockwise:before {
  content: "ó°µ";
}
.mdi-axis-x-y-arrow-lock:before {
  content: "ó°µ";
}
.mdi-axis-y-arrow:before {
  content: "ó°µ‘";
}
.mdi-axis-y-arrow-lock:before {
  content: "ó°µ’";
}
.mdi-axis-y-rotate-clockwise:before {
  content: "ó°µ“";
}
.mdi-axis-y-rotate-counterclockwise:before {
  content: "ó°µ”";
}
.mdi-axis-z-arrow:before {
  content: "ó°µ•";
}
.mdi-axis-z-arrow-lock:before {
  content: "ó°µ–";
}
.mdi-axis-z-rotate-clockwise:before {
  content: "ó°µ—";
}
.mdi-axis-z-rotate-counterclockwise:before {
  content: "ó°µ˜";
}
.mdi-babel:before {
  content: "ó°¨¥";
}
.mdi-baby:before {
  content: "ó°¬";
}
.mdi-baby-bottle:before {
  content: "ó°¼¹";
}
.mdi-baby-bottle-outline:before {
  content: "ó°¼º";
}
.mdi-baby-buggy:before {
  content: "ó± ";
}
.mdi-baby-buggy-off:before {
  content: "ó±«³";
}
.mdi-baby-carriage:before {
  content: "ó°š";
}
.mdi-baby-carriage-off:before {
  content: "ó°¾ ";
}
.mdi-baby-face:before {
  content: "ó°¹¼";
}
.mdi-baby-face-outline:before {
  content: "ó°¹½";
}
.mdi-backburger:before {
  content: "ó°­";
}
.mdi-backspace:before {
  content: "ó°®";
}
.mdi-backspace-outline:before {
  content: "ó°­œ";
}
.mdi-backspace-reverse:before {
  content: "ó°¹¾";
}
.mdi-backspace-reverse-outline:before {
  content: "ó°¹¿";
}
.mdi-backup-restore:before {
  content: "ó°¯";
}
.mdi-bacteria:before {
  content: "ó°»•";
}
.mdi-bacteria-outline:before {
  content: "ó°»–";
}
.mdi-badge-account:before {
  content: "ó°¶§";
}
.mdi-badge-account-alert:before {
  content: "ó°¶¨";
}
.mdi-badge-account-alert-outline:before {
  content: "ó°¶©";
}
.mdi-badge-account-horizontal:before {
  content: "ó°¸";
}
.mdi-badge-account-horizontal-outline:before {
  content: "ó°¸Ž";
}
.mdi-badge-account-outline:before {
  content: "ó°¶ª";
}
.mdi-badminton:before {
  content: "ó°¡‘";
}
.mdi-bag-carry-on:before {
  content: "ó°¼»";
}
.mdi-bag-carry-on-check:before {
  content: "ó°µ¥";
}
.mdi-bag-carry-on-off:before {
  content: "ó°¼¼";
}
.mdi-bag-checked:before {
  content: "ó°¼½";
}
.mdi-bag-personal:before {
  content: "ó°¸";
}
.mdi-bag-personal-off:before {
  content: "ó°¸‘";
}
.mdi-bag-personal-off-outline:before {
  content: "ó°¸’";
}
.mdi-bag-personal-outline:before {
  content: "ó°¸“";
}
.mdi-bag-personal-tag:before {
  content: "ó±¬Œ";
}
.mdi-bag-personal-tag-outline:before {
  content: "ó±¬";
}
.mdi-bag-suitcase:before {
  content: "ó±–‹";
}
.mdi-bag-suitcase-off:before {
  content: "ó±–";
}
.mdi-bag-suitcase-off-outline:before {
  content: "ó±–Ž";
}
.mdi-bag-suitcase-outline:before {
  content: "ó±–Œ";
}
.mdi-baguette:before {
  content: "ó°¼¾";
}
.mdi-balcony:before {
  content: "ó± —";
}
.mdi-balloon:before {
  content: "ó°¨¦";
}
.mdi-ballot:before {
  content: "ó°§‰";
}
.mdi-ballot-outline:before {
  content: "ó°§Š";
}
.mdi-ballot-recount:before {
  content: "ó°°¹";
}
.mdi-ballot-recount-outline:before {
  content: "ó°°º";
}
.mdi-bandage:before {
  content: "ó°¶¯";
}
.mdi-bank:before {
  content: "ó°°";
}
.mdi-bank-check:before {
  content: "ó±™•";
}
.mdi-bank-circle:before {
  content: "ó±°ƒ";
}
.mdi-bank-circle-outline:before {
  content: "ó±°„";
}
.mdi-bank-minus:before {
  content: "ó°¶°";
}
.mdi-bank-off:before {
  content: "ó±™–";
}
.mdi-bank-off-outline:before {
  content: "ó±™—";
}
.mdi-bank-outline:before {
  content: "ó°º€";
}
.mdi-bank-plus:before {
  content: "ó°¶±";
}
.mdi-bank-remove:before {
  content: "ó°¶²";
}
.mdi-bank-transfer:before {
  content: "ó°¨§";
}
.mdi-bank-transfer-in:before {
  content: "ó°¨¨";
}
.mdi-bank-transfer-out:before {
  content: "ó°¨©";
}
.mdi-barcode:before {
  content: "ó°±";
}
.mdi-barcode-off:before {
  content: "ó±ˆ¶";
}
.mdi-barcode-scan:before {
  content: "ó°²";
}
.mdi-barley:before {
  content: "ó°³";
}
.mdi-barley-off:before {
  content: "ó°­";
}
.mdi-barn:before {
  content: "ó°­ž";
}
.mdi-barrel:before {
  content: "ó°´";
}
.mdi-barrel-outline:before {
  content: "ó±¨¨";
}
.mdi-baseball:before {
  content: "ó°¡’";
}
.mdi-baseball-bat:before {
  content: "ó°¡“";
}
.mdi-baseball-diamond:before {
  content: "ó±—¬";
}
.mdi-baseball-diamond-outline:before {
  content: "ó±—­";
}
.mdi-bash:before {
  content: "ó±†ƒ";
}
.mdi-basket:before {
  content: "ó°¶";
}
.mdi-basket-check:before {
  content: "ó±£¥";
}
.mdi-basket-check-outline:before {
  content: "ó±£¦";
}
.mdi-basket-fill:before {
  content: "ó°·";
}
.mdi-basket-minus:before {
  content: "ó±”£";
}
.mdi-basket-minus-outline:before {
  content: "ó±”¤";
}
.mdi-basket-off:before {
  content: "ó±”¥";
}
.mdi-basket-off-outline:before {
  content: "ó±”¦";
}
.mdi-basket-outline:before {
  content: "ó±†";
}
.mdi-basket-plus:before {
  content: "ó±”§";
}
.mdi-basket-plus-outline:before {
  content: "ó±”¨";
}
.mdi-basket-remove:before {
  content: "ó±”©";
}
.mdi-basket-remove-outline:before {
  content: "ó±”ª";
}
.mdi-basket-unfill:before {
  content: "ó°¸";
}
.mdi-basketball:before {
  content: "ó° †";
}
.mdi-basketball-hoop:before {
  content: "ó°°»";
}
.mdi-basketball-hoop-outline:before {
  content: "ó°°¼";
}
.mdi-bat:before {
  content: "ó°­Ÿ";
}
.mdi-bathtub:before {
  content: "ó± ˜";
}
.mdi-bathtub-outline:before {
  content: "ó± ™";
}
.mdi-battery:before {
  content: "ó°¹";
}
.mdi-battery-10:before {
  content: "ó°º";
}
.mdi-battery-10-bluetooth:before {
  content: "ó°¤¾";
}
.mdi-battery-20:before {
  content: "ó°»";
}
.mdi-battery-20-bluetooth:before {
  content: "ó°¤¿";
}
.mdi-battery-30:before {
  content: "ó°¼";
}
.mdi-battery-30-bluetooth:before {
  content: "ó°¥€";
}
.mdi-battery-40:before {
  content: "ó°½";
}
.mdi-battery-40-bluetooth:before {
  content: "ó°¥";
}
.mdi-battery-50:before {
  content: "ó°¾";
}
.mdi-battery-50-bluetooth:before {
  content: "ó°¥‚";
}
.mdi-battery-60:before {
  content: "ó°¿";
}
.mdi-battery-60-bluetooth:before {
  content: "ó°¥ƒ";
}
.mdi-battery-70:before {
  content: "ó°‚€";
}
.mdi-battery-70-bluetooth:before {
  content: "ó°¥„";
}
.mdi-battery-80:before {
  content: "ó°‚";
}
.mdi-battery-80-bluetooth:before {
  content: "ó°¥…";
}
.mdi-battery-90:before {
  content: "ó°‚‚";
}
.mdi-battery-90-bluetooth:before {
  content: "ó°¥†";
}
.mdi-battery-alert:before {
  content: "ó°‚ƒ";
}
.mdi-battery-alert-bluetooth:before {
  content: "ó°¥‡";
}
.mdi-battery-alert-variant:before {
  content: "ó±ƒŒ";
}
.mdi-battery-alert-variant-outline:before {
  content: "ó±ƒ";
}
.mdi-battery-arrow-down:before {
  content: "ó±Ÿž";
}
.mdi-battery-arrow-down-outline:before {
  content: "ó±ŸŸ";
}
.mdi-battery-arrow-up:before {
  content: "ó±Ÿ ";
}
.mdi-battery-arrow-up-outline:before {
  content: "ó±Ÿ¡";
}
.mdi-battery-bluetooth:before {
  content: "ó°¥ˆ";
}
.mdi-battery-bluetooth-variant:before {
  content: "ó°¥‰";
}
.mdi-battery-charging:before {
  content: "ó°‚„";
}
.mdi-battery-charging-10:before {
  content: "ó°¢œ";
}
.mdi-battery-charging-100:before {
  content: "ó°‚…";
}
.mdi-battery-charging-20:before {
  content: "ó°‚†";
}
.mdi-battery-charging-30:before {
  content: "ó°‚‡";
}
.mdi-battery-charging-40:before {
  content: "ó°‚ˆ";
}
.mdi-battery-charging-50:before {
  content: "ó°¢";
}
.mdi-battery-charging-60:before {
  content: "ó°‚‰";
}
.mdi-battery-charging-70:before {
  content: "ó°¢ž";
}
.mdi-battery-charging-80:before {
  content: "ó°‚Š";
}
.mdi-battery-charging-90:before {
  content: "ó°‚‹";
}
.mdi-battery-charging-high:before {
  content: "ó±Š¦";
}
.mdi-battery-charging-low:before {
  content: "ó±Š¤";
}
.mdi-battery-charging-medium:before {
  content: "ó±Š¥";
}
.mdi-battery-charging-outline:before {
  content: "ó°¢Ÿ";
}
.mdi-battery-charging-wireless:before {
  content: "ó° ‡";
}
.mdi-battery-charging-wireless-10:before {
  content: "ó° ˆ";
}
.mdi-battery-charging-wireless-20:before {
  content: "ó° ‰";
}
.mdi-battery-charging-wireless-30:before {
  content: "ó° Š";
}
.mdi-battery-charging-wireless-40:before {
  content: "ó° ‹";
}
.mdi-battery-charging-wireless-50:before {
  content: "ó° Œ";
}
.mdi-battery-charging-wireless-60:before {
  content: "ó° ";
}
.mdi-battery-charging-wireless-70:before {
  content: "ó° Ž";
}
.mdi-battery-charging-wireless-80:before {
  content: "ó° ";
}
.mdi-battery-charging-wireless-90:before {
  content: "ó° ";
}
.mdi-battery-charging-wireless-alert:before {
  content: "ó° ‘";
}
.mdi-battery-charging-wireless-outline:before {
  content: "ó° ’";
}
.mdi-battery-check:before {
  content: "ó±Ÿ¢";
}
.mdi-battery-check-outline:before {
  content: "ó±Ÿ£";
}
.mdi-battery-clock:before {
  content: "ó±§¥";
}
.mdi-battery-clock-outline:before {
  content: "ó±§¦";
}
.mdi-battery-heart:before {
  content: "ó±ˆ";
}
.mdi-battery-heart-outline:before {
  content: "ó±ˆ";
}
.mdi-battery-heart-variant:before {
  content: "ó±ˆ‘";
}
.mdi-battery-high:before {
  content: "ó±Š£";
}
.mdi-battery-lock:before {
  content: "ó±žœ";
}
.mdi-battery-lock-open:before {
  content: "ó±ž";
}
.mdi-battery-low:before {
  content: "ó±Š¡";
}
.mdi-battery-medium:before {
  content: "ó±Š¢";
}
.mdi-battery-minus:before {
  content: "ó±Ÿ¤";
}
.mdi-battery-minus-outline:before {
  content: "ó±Ÿ¥";
}
.mdi-battery-minus-variant:before {
  content: "ó°‚Œ";
}
.mdi-battery-negative:before {
  content: "ó°‚";
}
.mdi-battery-off:before {
  content: "ó±‰";
}
.mdi-battery-off-outline:before {
  content: "ó±‰ž";
}
.mdi-battery-outline:before {
  content: "ó°‚Ž";
}
.mdi-battery-plus:before {
  content: "ó±Ÿ¦";
}
.mdi-battery-plus-outline:before {
  content: "ó±Ÿ§";
}
.mdi-battery-plus-variant:before {
  content: "ó°‚";
}
.mdi-battery-positive:before {
  content: "ó°‚";
}
.mdi-battery-remove:before {
  content: "ó±Ÿ¨";
}
.mdi-battery-remove-outline:before {
  content: "ó±Ÿ©";
}
.mdi-battery-sync:before {
  content: "ó± ´";
}
.mdi-battery-sync-outline:before {
  content: "ó± µ";
}
.mdi-battery-unknown:before {
  content: "ó°‚‘";
}
.mdi-battery-unknown-bluetooth:before {
  content: "ó°¥Š";
}
.mdi-beach:before {
  content: "ó°‚’";
}
.mdi-beaker:before {
  content: "ó°³ª";
}
.mdi-beaker-alert:before {
  content: "ó±ˆ©";
}
.mdi-beaker-alert-outline:before {
  content: "ó±ˆª";
}
.mdi-beaker-check:before {
  content: "ó±ˆ«";
}
.mdi-beaker-check-outline:before {
  content: "ó±ˆ¬";
}
.mdi-beaker-minus:before {
  content: "ó±ˆ­";
}
.mdi-beaker-minus-outline:before {
  content: "ó±ˆ®";
}
.mdi-beaker-outline:before {
  content: "ó°š";
}
.mdi-beaker-plus:before {
  content: "ó±ˆ¯";
}
.mdi-beaker-plus-outline:before {
  content: "ó±ˆ°";
}
.mdi-beaker-question:before {
  content: "ó±ˆ±";
}
.mdi-beaker-question-outline:before {
  content: "ó±ˆ²";
}
.mdi-beaker-remove:before {
  content: "ó±ˆ³";
}
.mdi-beaker-remove-outline:before {
  content: "ó±ˆ´";
}
.mdi-bed:before {
  content: "ó°‹£";
}
.mdi-bed-clock:before {
  content: "ó±®”";
}
.mdi-bed-double:before {
  content: "ó°¿”";
}
.mdi-bed-double-outline:before {
  content: "ó°¿“";
}
.mdi-bed-empty:before {
  content: "ó°¢ ";
}
.mdi-bed-king:before {
  content: "ó°¿’";
}
.mdi-bed-king-outline:before {
  content: "ó°¿‘";
}
.mdi-bed-outline:before {
  content: "ó°‚™";
}
.mdi-bed-queen:before {
  content: "ó°¿";
}
.mdi-bed-queen-outline:before {
  content: "ó°¿›";
}
.mdi-bed-single:before {
  content: "ó±­";
}
.mdi-bed-single-outline:before {
  content: "ó±®";
}
.mdi-bee:before {
  content: "ó°¾¡";
}
.mdi-bee-flower:before {
  content: "ó°¾¢";
}
.mdi-beehive-off-outline:before {
  content: "ó±­";
}
.mdi-beehive-outline:before {
  content: "ó±ƒŽ";
}
.mdi-beekeeper:before {
  content: "ó±“¢";
}
.mdi-beer:before {
  content: "ó°‚˜";
}
.mdi-beer-outline:before {
  content: "ó±ŒŒ";
}
.mdi-bell:before {
  content: "ó°‚š";
}
.mdi-bell-alert:before {
  content: "ó°µ™";
}
.mdi-bell-alert-outline:before {
  content: "ó°º";
}
.mdi-bell-badge:before {
  content: "ó±…«";
}
.mdi-bell-badge-outline:before {
  content: "ó°…¸";
}
.mdi-bell-cancel:before {
  content: "ó±§";
}
.mdi-bell-cancel-outline:before {
  content: "ó±¨";
}
.mdi-bell-check:before {
  content: "ó±‡¥";
}
.mdi-bell-check-outline:before {
  content: "ó±‡¦";
}
.mdi-bell-circle:before {
  content: "ó°µš";
}
.mdi-bell-circle-outline:before {
  content: "ó°µ›";
}
.mdi-bell-cog:before {
  content: "ó±¨©";
}
.mdi-bell-cog-outline:before {
  content: "ó±¨ª";
}
.mdi-bell-minus:before {
  content: "ó±©";
}
.mdi-bell-minus-outline:before {
  content: "ó±ª";
}
.mdi-bell-off:before {
  content: "ó°‚›";
}
.mdi-bell-off-outline:before {
  content: "ó°ª‘";
}
.mdi-bell-outline:before {
  content: "ó°‚œ";
}
.mdi-bell-plus:before {
  content: "ó°‚";
}
.mdi-bell-plus-outline:before {
  content: "ó°ª’";
}
.mdi-bell-remove:before {
  content: "ó±«";
}
.mdi-bell-remove-outline:before {
  content: "ó±¬";
}
.mdi-bell-ring:before {
  content: "ó°‚ž";
}
.mdi-bell-ring-outline:before {
  content: "ó°‚Ÿ";
}
.mdi-bell-sleep:before {
  content: "ó°‚ ";
}
.mdi-bell-sleep-outline:before {
  content: "ó°ª“";
}
.mdi-beta:before {
  content: "ó°‚¡";
}
.mdi-betamax:before {
  content: "ó°§‹";
}
.mdi-biathlon:before {
  content: "ó°¸”";
}
.mdi-bicycle:before {
  content: "ó±‚œ";
}
.mdi-bicycle-basket:before {
  content: "ó±ˆµ";
}
.mdi-bicycle-cargo:before {
  content: "ó±¢œ";
}
.mdi-bicycle-electric:before {
  content: "ó±–´";
}
.mdi-bicycle-penny-farthing:before {
  content: "ó±—©";
}
.mdi-bike:before {
  content: "ó°‚£";
}
.mdi-bike-fast:before {
  content: "ó±„Ÿ";
}
.mdi-billboard:before {
  content: "ó±€";
}
.mdi-billiards:before {
  content: "ó°­¡";
}
.mdi-billiards-rack:before {
  content: "ó°­¢";
}
.mdi-binoculars:before {
  content: "ó°‚¥";
}
.mdi-bio:before {
  content: "ó°‚¦";
}
.mdi-biohazard:before {
  content: "ó°‚§";
}
.mdi-bird:before {
  content: "ó±—†";
}
.mdi-bitbucket:before {
  content: "ó°‚¨";
}
.mdi-bitcoin:before {
  content: "ó° “";
}
.mdi-black-mesa:before {
  content: "ó°‚©";
}
.mdi-blender:before {
  content: "ó°³«";
}
.mdi-blender-outline:before {
  content: "ó± š";
}
.mdi-blender-software:before {
  content: "ó°‚«";
}
.mdi-blinds:before {
  content: "ó°‚¬";
}
.mdi-blinds-horizontal:before {
  content: "ó±¨«";
}
.mdi-blinds-horizontal-closed:before {
  content: "ó±¨¬";
}
.mdi-blinds-open:before {
  content: "ó±€‘";
}
.mdi-blinds-vertical:before {
  content: "ó±¨­";
}
.mdi-blinds-vertical-closed:before {
  content: "ó±¨®";
}
.mdi-block-helper:before {
  content: "ó°‚­";
}
.mdi-blood-bag:before {
  content: "ó°³¬";
}
.mdi-bluetooth:before {
  content: "ó°‚¯";
}
.mdi-bluetooth-audio:before {
  content: "ó°‚°";
}
.mdi-bluetooth-connect:before {
  content: "ó°‚±";
}
.mdi-bluetooth-off:before {
  content: "ó°‚²";
}
.mdi-bluetooth-settings:before {
  content: "ó°‚³";
}
.mdi-bluetooth-transfer:before {
  content: "ó°‚´";
}
.mdi-blur:before {
  content: "ó°‚µ";
}
.mdi-blur-linear:before {
  content: "ó°‚¶";
}
.mdi-blur-off:before {
  content: "ó°‚·";
}
.mdi-blur-radial:before {
  content: "ó°‚¸";
}
.mdi-bolt:before {
  content: "ó°¶³";
}
.mdi-bomb:before {
  content: "ó°š‘";
}
.mdi-bomb-off:before {
  content: "ó°›…";
}
.mdi-bone:before {
  content: "ó°‚¹";
}
.mdi-bone-off:before {
  content: "ó±§ ";
}
.mdi-book:before {
  content: "ó°‚º";
}
.mdi-book-account:before {
  content: "ó±Ž­";
}
.mdi-book-account-outline:before {
  content: "ó±Ž®";
}
.mdi-book-alert:before {
  content: "ó±™¼";
}
.mdi-book-alert-outline:before {
  content: "ó±™½";
}
.mdi-book-alphabet:before {
  content: "ó°˜";
}
.mdi-book-arrow-down:before {
  content: "ó±™¾";
}
.mdi-book-arrow-down-outline:before {
  content: "ó±™¿";
}
.mdi-book-arrow-left:before {
  content: "ó±š€";
}
.mdi-book-arrow-left-outline:before {
  content: "ó±š";
}
.mdi-book-arrow-right:before {
  content: "ó±š‚";
}
.mdi-book-arrow-right-outline:before {
  content: "ó±šƒ";
}
.mdi-book-arrow-up:before {
  content: "ó±š„";
}
.mdi-book-arrow-up-outline:before {
  content: "ó±š…";
}
.mdi-book-cancel:before {
  content: "ó±š†";
}
.mdi-book-cancel-outline:before {
  content: "ó±š‡";
}
.mdi-book-check:before {
  content: "ó±“³";
}
.mdi-book-check-outline:before {
  content: "ó±“´";
}
.mdi-book-clock:before {
  content: "ó±šˆ";
}
.mdi-book-clock-outline:before {
  content: "ó±š‰";
}
.mdi-book-cog:before {
  content: "ó±šŠ";
}
.mdi-book-cog-outline:before {
  content: "ó±š‹";
}
.mdi-book-cross:before {
  content: "ó°‚¢";
}
.mdi-book-edit:before {
  content: "ó±šŒ";
}
.mdi-book-edit-outline:before {
  content: "ó±š";
}
.mdi-book-education:before {
  content: "ó±›‰";
}
.mdi-book-education-outline:before {
  content: "ó±›Š";
}
.mdi-book-heart:before {
  content: "ó±¨";
}
.mdi-book-heart-outline:before {
  content: "ó±¨ž";
}
.mdi-book-information-variant:before {
  content: "ó±¯";
}
.mdi-book-lock:before {
  content: "ó°žš";
}
.mdi-book-lock-open:before {
  content: "ó°ž›";
}
.mdi-book-lock-open-outline:before {
  content: "ó±šŽ";
}
.mdi-book-lock-outline:before {
  content: "ó±š";
}
.mdi-book-marker:before {
  content: "ó±š";
}
.mdi-book-marker-outline:before {
  content: "ó±š‘";
}
.mdi-book-minus:before {
  content: "ó°—™";
}
.mdi-book-minus-multiple:before {
  content: "ó°ª”";
}
.mdi-book-minus-multiple-outline:before {
  content: "ó°¤‹";
}
.mdi-book-minus-outline:before {
  content: "ó±š’";
}
.mdi-book-multiple:before {
  content: "ó°‚»";
}
.mdi-book-multiple-outline:before {
  content: "ó°¶";
}
.mdi-book-music:before {
  content: "ó°§";
}
.mdi-book-music-outline:before {
  content: "ó±š“";
}
.mdi-book-off:before {
  content: "ó±š”";
}
.mdi-book-off-outline:before {
  content: "ó±š•";
}
.mdi-book-open:before {
  content: "ó°‚½";
}
.mdi-book-open-blank-variant:before {
  content: "ó°‚¾";
}
.mdi-book-open-outline:before {
  content: "ó°­£";
}
.mdi-book-open-page-variant:before {
  content: "ó°—š";
}
.mdi-book-open-page-variant-outline:before {
  content: "ó±—–";
}
.mdi-book-open-variant:before {
  content: "ó±“·";
}
.mdi-book-outline:before {
  content: "ó°­¤";
}
.mdi-book-play:before {
  content: "ó°º‚";
}
.mdi-book-play-outline:before {
  content: "ó°ºƒ";
}
.mdi-book-plus:before {
  content: "ó°—›";
}
.mdi-book-plus-multiple:before {
  content: "ó°ª•";
}
.mdi-book-plus-multiple-outline:before {
  content: "ó°«ž";
}
.mdi-book-plus-outline:before {
  content: "ó±š–";
}
.mdi-book-refresh:before {
  content: "ó±š—";
}
.mdi-book-refresh-outline:before {
  content: "ó±š˜";
}
.mdi-book-remove:before {
  content: "ó°ª—";
}
.mdi-book-remove-multiple:before {
  content: "ó°ª–";
}
.mdi-book-remove-multiple-outline:before {
  content: "ó°“Š";
}
.mdi-book-remove-outline:before {
  content: "ó±š™";
}
.mdi-book-search:before {
  content: "ó°º„";
}
.mdi-book-search-outline:before {
  content: "ó°º…";
}
.mdi-book-settings:before {
  content: "ó±šš";
}
.mdi-book-settings-outline:before {
  content: "ó±š›";
}
.mdi-book-sync:before {
  content: "ó±šœ";
}
.mdi-book-sync-outline:before {
  content: "ó±›ˆ";
}
.mdi-book-variant:before {
  content: "ó°‚¿";
}
.mdi-bookmark:before {
  content: "ó°ƒ€";
}
.mdi-bookmark-box:before {
  content: "ó±­µ";
}
.mdi-bookmark-box-multiple:before {
  content: "ó±¥¬";
}
.mdi-bookmark-box-multiple-outline:before {
  content: "ó±¥­";
}
.mdi-bookmark-box-outline:before {
  content: "ó±­¶";
}
.mdi-bookmark-check:before {
  content: "ó°ƒ";
}
.mdi-bookmark-check-outline:before {
  content: "ó±»";
}
.mdi-bookmark-minus:before {
  content: "ó°§Œ";
}
.mdi-bookmark-minus-outline:before {
  content: "ó°§";
}
.mdi-bookmark-multiple:before {
  content: "ó°¸•";
}
.mdi-bookmark-multiple-outline:before {
  content: "ó°¸–";
}
.mdi-bookmark-music:before {
  content: "ó°ƒ‚";
}
.mdi-bookmark-music-outline:before {
  content: "ó±¹";
}
.mdi-bookmark-off:before {
  content: "ó°§Ž";
}
.mdi-bookmark-off-outline:before {
  content: "ó°§";
}
.mdi-bookmark-outline:before {
  content: "ó°ƒƒ";
}
.mdi-bookmark-plus:before {
  content: "ó°ƒ…";
}
.mdi-bookmark-plus-outline:before {
  content: "ó°ƒ„";
}
.mdi-bookmark-remove:before {
  content: "ó°ƒ†";
}
.mdi-bookmark-remove-outline:before {
  content: "ó±º";
}
.mdi-bookshelf:before {
  content: "ó±‰Ÿ";
}
.mdi-boom-gate:before {
  content: "ó°º†";
}
.mdi-boom-gate-alert:before {
  content: "ó°º‡";
}
.mdi-boom-gate-alert-outline:before {
  content: "ó°ºˆ";
}
.mdi-boom-gate-arrow-down:before {
  content: "ó°º‰";
}
.mdi-boom-gate-arrow-down-outline:before {
  content: "ó°ºŠ";
}
.mdi-boom-gate-arrow-up:before {
  content: "ó°ºŒ";
}
.mdi-boom-gate-arrow-up-outline:before {
  content: "ó°º";
}
.mdi-boom-gate-outline:before {
  content: "ó°º‹";
}
.mdi-boom-gate-up:before {
  content: "ó±Ÿ¹";
}
.mdi-boom-gate-up-outline:before {
  content: "ó±Ÿº";
}
.mdi-boombox:before {
  content: "ó°—œ";
}
.mdi-boomerang:before {
  content: "ó±ƒ";
}
.mdi-bootstrap:before {
  content: "ó°›†";
}
.mdi-border-all:before {
  content: "ó°ƒ‡";
}
.mdi-border-all-variant:before {
  content: "ó°¢¡";
}
.mdi-border-bottom:before {
  content: "ó°ƒˆ";
}
.mdi-border-bottom-variant:before {
  content: "ó°¢¢";
}
.mdi-border-color:before {
  content: "ó°ƒ‰";
}
.mdi-border-horizontal:before {
  content: "ó°ƒŠ";
}
.mdi-border-inside:before {
  content: "ó°ƒ‹";
}
.mdi-border-left:before {
  content: "ó°ƒŒ";
}
.mdi-border-left-variant:before {
  content: "ó°¢£";
}
.mdi-border-none:before {
  content: "ó°ƒ";
}
.mdi-border-none-variant:before {
  content: "ó°¢¤";
}
.mdi-border-outside:before {
  content: "ó°ƒŽ";
}
.mdi-border-radius:before {
  content: "ó±«´";
}
.mdi-border-right:before {
  content: "ó°ƒ";
}
.mdi-border-right-variant:before {
  content: "ó°¢¥";
}
.mdi-border-style:before {
  content: "ó°ƒ";
}
.mdi-border-top:before {
  content: "ó°ƒ‘";
}
.mdi-border-top-variant:before {
  content: "ó°¢¦";
}
.mdi-border-vertical:before {
  content: "ó°ƒ’";
}
.mdi-bottle-soda:before {
  content: "ó±°";
}
.mdi-bottle-soda-classic:before {
  content: "ó±±";
}
.mdi-bottle-soda-classic-outline:before {
  content: "ó±£";
}
.mdi-bottle-soda-outline:before {
  content: "ó±²";
}
.mdi-bottle-tonic:before {
  content: "ó±„®";
}
.mdi-bottle-tonic-outline:before {
  content: "ó±„¯";
}
.mdi-bottle-tonic-plus:before {
  content: "ó±„°";
}
.mdi-bottle-tonic-plus-outline:before {
  content: "ó±„±";
}
.mdi-bottle-tonic-skull:before {
  content: "ó±„²";
}
.mdi-bottle-tonic-skull-outline:before {
  content: "ó±„³";
}
.mdi-bottle-wine:before {
  content: "ó°¡”";
}
.mdi-bottle-wine-outline:before {
  content: "ó±Œ";
}
.mdi-bow-arrow:before {
  content: "ó±¡";
}
.mdi-bow-tie:before {
  content: "ó°™¸";
}
.mdi-bowl:before {
  content: "ó°ŠŽ";
}
.mdi-bowl-mix:before {
  content: "ó°˜—";
}
.mdi-bowl-mix-outline:before {
  content: "ó°‹¤";
}
.mdi-bowl-outline:before {
  content: "ó°Š©";
}
.mdi-bowling:before {
  content: "ó°ƒ“";
}
.mdi-box:before {
  content: "ó°ƒ”";
}
.mdi-box-cutter:before {
  content: "ó°ƒ•";
}
.mdi-box-cutter-off:before {
  content: "ó°­Š";
}
.mdi-box-shadow:before {
  content: "ó°˜·";
}
.mdi-boxing-glove:before {
  content: "ó°­¥";
}
.mdi-braille:before {
  content: "ó°§";
}
.mdi-brain:before {
  content: "ó°§‘";
}
.mdi-bread-slice:before {
  content: "ó°³®";
}
.mdi-bread-slice-outline:before {
  content: "ó°³¯";
}
.mdi-bridge:before {
  content: "ó°˜˜";
}
.mdi-briefcase:before {
  content: "ó°ƒ–";
}
.mdi-briefcase-account:before {
  content: "ó°³°";
}
.mdi-briefcase-account-outline:before {
  content: "ó°³±";
}
.mdi-briefcase-arrow-left-right:before {
  content: "ó±ª";
}
.mdi-briefcase-arrow-left-right-outline:before {
  content: "ó±ªŽ";
}
.mdi-briefcase-arrow-up-down:before {
  content: "ó±ª";
}
.mdi-briefcase-arrow-up-down-outline:before {
  content: "ó±ª";
}
.mdi-briefcase-check:before {
  content: "ó°ƒ—";
}
.mdi-briefcase-check-outline:before {
  content: "ó±Œž";
}
.mdi-briefcase-clock:before {
  content: "ó±ƒ";
}
.mdi-briefcase-clock-outline:before {
  content: "ó±ƒ‘";
}
.mdi-briefcase-download:before {
  content: "ó°ƒ˜";
}
.mdi-briefcase-download-outline:before {
  content: "ó°°½";
}
.mdi-briefcase-edit:before {
  content: "ó°ª˜";
}
.mdi-briefcase-edit-outline:before {
  content: "ó°°¾";
}
.mdi-briefcase-eye:before {
  content: "ó±Ÿ™";
}
.mdi-briefcase-eye-outline:before {
  content: "ó±Ÿš";
}
.mdi-briefcase-minus:before {
  content: "ó°¨ª";
}
.mdi-briefcase-minus-outline:before {
  content: "ó°°¿";
}
.mdi-briefcase-off:before {
  content: "ó±™˜";
}
.mdi-briefcase-off-outline:before {
  content: "ó±™™";
}
.mdi-briefcase-outline:before {
  content: "ó° ”";
}
.mdi-briefcase-plus:before {
  content: "ó°¨«";
}
.mdi-briefcase-plus-outline:before {
  content: "ó°±€";
}
.mdi-briefcase-remove:before {
  content: "ó°¨¬";
}
.mdi-briefcase-remove-outline:before {
  content: "ó°±";
}
.mdi-briefcase-search:before {
  content: "ó°¨­";
}
.mdi-briefcase-search-outline:before {
  content: "ó°±‚";
}
.mdi-briefcase-upload:before {
  content: "ó°ƒ™";
}
.mdi-briefcase-upload-outline:before {
  content: "ó°±ƒ";
}
.mdi-briefcase-variant:before {
  content: "ó±’”";
}
.mdi-briefcase-variant-off:before {
  content: "ó±™š";
}
.mdi-briefcase-variant-off-outline:before {
  content: "ó±™›";
}
.mdi-briefcase-variant-outline:before {
  content: "ó±’•";
}
.mdi-brightness-1:before {
  content: "ó°ƒš";
}
.mdi-brightness-2:before {
  content: "ó°ƒ›";
}
.mdi-brightness-3:before {
  content: "ó°ƒœ";
}
.mdi-brightness-4:before {
  content: "ó°ƒ";
}
.mdi-brightness-5:before {
  content: "ó°ƒž";
}
.mdi-brightness-6:before {
  content: "ó°ƒŸ";
}
.mdi-brightness-7:before {
  content: "ó°ƒ ";
}
.mdi-brightness-auto:before {
  content: "ó°ƒ¡";
}
.mdi-brightness-percent:before {
  content: "ó°³²";
}
.mdi-broadcast:before {
  content: "ó±œ ";
}
.mdi-broadcast-off:before {
  content: "ó±œ¡";
}
.mdi-broom:before {
  content: "ó°ƒ¢";
}
.mdi-brush:before {
  content: "ó°ƒ£";
}
.mdi-brush-off:before {
  content: "ó±±";
}
.mdi-brush-outline:before {
  content: "ó±¨";
}
.mdi-brush-variant:before {
  content: "ó± “";
}
.mdi-bucket:before {
  content: "ó±•";
}
.mdi-bucket-outline:before {
  content: "ó±–";
}
.mdi-buffet:before {
  content: "ó°•¸";
}
.mdi-bug:before {
  content: "ó°ƒ¤";
}
.mdi-bug-check:before {
  content: "ó°¨®";
}
.mdi-bug-check-outline:before {
  content: "ó°¨¯";
}
.mdi-bug-outline:before {
  content: "ó°¨°";
}
.mdi-bug-pause:before {
  content: "ó±«µ";
}
.mdi-bug-pause-outline:before {
  content: "ó±«¶";
}
.mdi-bug-play:before {
  content: "ó±«·";
}
.mdi-bug-play-outline:before {
  content: "ó±«¸";
}
.mdi-bug-stop:before {
  content: "ó±«¹";
}
.mdi-bug-stop-outline:before {
  content: "ó±«º";
}
.mdi-bugle:before {
  content: "ó°¶´";
}
.mdi-bulkhead-light:before {
  content: "ó±¨¯";
}
.mdi-bulldozer:before {
  content: "ó°¬¢";
}
.mdi-bullet:before {
  content: "ó°³³";
}
.mdi-bulletin-board:before {
  content: "ó°ƒ¥";
}
.mdi-bullhorn:before {
  content: "ó°ƒ¦";
}
.mdi-bullhorn-outline:before {
  content: "ó°¬£";
}
.mdi-bullhorn-variant:before {
  content: "ó±¥®";
}
.mdi-bullhorn-variant-outline:before {
  content: "ó±¥¯";
}
.mdi-bullseye:before {
  content: "ó°—";
}
.mdi-bullseye-arrow:before {
  content: "ó°£‰";
}
.mdi-bulma:before {
  content: "ó±‹§";
}
.mdi-bunk-bed:before {
  content: "ó±Œ‚";
}
.mdi-bunk-bed-outline:before {
  content: "ó°‚—";
}
.mdi-bus:before {
  content: "ó°ƒ§";
}
.mdi-bus-alert:before {
  content: "ó°ª™";
}
.mdi-bus-articulated-end:before {
  content: "ó°žœ";
}
.mdi-bus-articulated-front:before {
  content: "ó°ž";
}
.mdi-bus-clock:before {
  content: "ó°£Š";
}
.mdi-bus-double-decker:before {
  content: "ó°žž";
}
.mdi-bus-electric:before {
  content: "ó±¤";
}
.mdi-bus-marker:before {
  content: "ó±ˆ’";
}
.mdi-bus-multiple:before {
  content: "ó°¼¿";
}
.mdi-bus-school:before {
  content: "ó°žŸ";
}
.mdi-bus-side:before {
  content: "ó°ž ";
}
.mdi-bus-stop:before {
  content: "ó±€’";
}
.mdi-bus-stop-covered:before {
  content: "ó±€“";
}
.mdi-bus-stop-uncovered:before {
  content: "ó±€”";
}
.mdi-butterfly:before {
  content: "ó±–‰";
}
.mdi-butterfly-outline:before {
  content: "ó±–Š";
}
.mdi-button-cursor:before {
  content: "ó±­";
}
.mdi-button-pointer:before {
  content: "ó±­";
}
.mdi-cabin-a-frame:before {
  content: "ó±¢Œ";
}
.mdi-cable-data:before {
  content: "ó±Ž”";
}
.mdi-cached:before {
  content: "ó°ƒ¨";
}
.mdi-cactus:before {
  content: "ó°¶µ";
}
.mdi-cake:before {
  content: "ó°ƒ©";
}
.mdi-cake-layered:before {
  content: "ó°ƒª";
}
.mdi-cake-variant:before {
  content: "ó°ƒ«";
}
.mdi-cake-variant-outline:before {
  content: "ó±Ÿ°";
}
.mdi-calculator:before {
  content: "ó°ƒ¬";
}
.mdi-calculator-variant:before {
  content: "ó°ªš";
}
.mdi-calculator-variant-outline:before {
  content: "ó±–¦";
}
.mdi-calendar:before {
  content: "ó°ƒ­";
}
.mdi-calendar-account:before {
  content: "ó°»—";
}
.mdi-calendar-account-outline:before {
  content: "ó°»˜";
}
.mdi-calendar-alert:before {
  content: "ó°¨±";
}
.mdi-calendar-alert-outline:before {
  content: "ó±­¢";
}
.mdi-calendar-arrow-left:before {
  content: "ó±„´";
}
.mdi-calendar-arrow-right:before {
  content: "ó±„µ";
}
.mdi-calendar-badge:before {
  content: "ó±®";
}
.mdi-calendar-badge-outline:before {
  content: "ó±®ž";
}
.mdi-calendar-blank:before {
  content: "ó°ƒ®";
}
.mdi-calendar-blank-multiple:before {
  content: "ó±³";
}
.mdi-calendar-blank-outline:before {
  content: "ó°­¦";
}
.mdi-calendar-check:before {
  content: "ó°ƒ¯";
}
.mdi-calendar-check-outline:before {
  content: "ó°±„";
}
.mdi-calendar-clock:before {
  content: "ó°ƒ°";
}
.mdi-calendar-clock-outline:before {
  content: "ó±›¡";
}
.mdi-calendar-collapse-horizontal:before {
  content: "ó±¢";
}
.mdi-calendar-collapse-horizontal-outline:before {
  content: "ó±­£";
}
.mdi-calendar-cursor:before {
  content: "ó±•»";
}
.mdi-calendar-cursor-outline:before {
  content: "ó±­¤";
}
.mdi-calendar-edit:before {
  content: "ó°¢§";
}
.mdi-calendar-edit-outline:before {
  content: "ó±­¥";
}
.mdi-calendar-end:before {
  content: "ó±™¬";
}
.mdi-calendar-end-outline:before {
  content: "ó±­¦";
}
.mdi-calendar-expand-horizontal:before {
  content: "ó±¢ž";
}
.mdi-calendar-expand-horizontal-outline:before {
  content: "ó±­§";
}
.mdi-calendar-export:before {
  content: "ó°¬¤";
}
.mdi-calendar-export-outline:before {
  content: "ó±­¨";
}
.mdi-calendar-filter:before {
  content: "ó±¨²";
}
.mdi-calendar-filter-outline:before {
  content: "ó±¨³";
}
.mdi-calendar-heart:before {
  content: "ó°§’";
}
.mdi-calendar-heart-outline:before {
  content: "ó±­©";
}
.mdi-calendar-import:before {
  content: "ó°¬¥";
}
.mdi-calendar-import-outline:before {
  content: "ó±­ª";
}
.mdi-calendar-lock:before {
  content: "ó±™";
}
.mdi-calendar-lock-open:before {
  content: "ó±­›";
}
.mdi-calendar-lock-open-outline:before {
  content: "ó±­œ";
}
.mdi-calendar-lock-outline:before {
  content: "ó±™‚";
}
.mdi-calendar-minus:before {
  content: "ó°µœ";
}
.mdi-calendar-minus-outline:before {
  content: "ó±­«";
}
.mdi-calendar-month:before {
  content: "ó°¸—";
}
.mdi-calendar-month-outline:before {
  content: "ó°¸˜";
}
.mdi-calendar-multiple:before {
  content: "ó°ƒ±";
}
.mdi-calendar-multiple-check:before {
  content: "ó°ƒ²";
}
.mdi-calendar-multiselect:before {
  content: "ó°¨²";
}
.mdi-calendar-multiselect-outline:before {
  content: "ó±­•";
}
.mdi-calendar-outline:before {
  content: "ó°­§";
}
.mdi-calendar-plus:before {
  content: "ó°ƒ³";
}
.mdi-calendar-plus-outline:before {
  content: "ó±­¬";
}
.mdi-calendar-question:before {
  content: "ó°š’";
}
.mdi-calendar-question-outline:before {
  content: "ó±­­";
}
.mdi-calendar-range:before {
  content: "ó°™¹";
}
.mdi-calendar-range-outline:before {
  content: "ó°­¨";
}
.mdi-calendar-refresh:before {
  content: "ó°‡¡";
}
.mdi-calendar-refresh-outline:before {
  content: "ó°ˆƒ";
}
.mdi-calendar-remove:before {
  content: "ó°ƒ´";
}
.mdi-calendar-remove-outline:before {
  content: "ó°±…";
}
.mdi-calendar-search:before {
  content: "ó°¥Œ";
}
.mdi-calendar-search-outline:before {
  content: "ó±­®";
}
.mdi-calendar-star:before {
  content: "ó°§“";
}
.mdi-calendar-star-outline:before {
  content: "ó±­“";
}
.mdi-calendar-start:before {
  content: "ó±™­";
}
.mdi-calendar-start-outline:before {
  content: "ó±­¯";
}
.mdi-calendar-sync:before {
  content: "ó°ºŽ";
}
.mdi-calendar-sync-outline:before {
  content: "ó°º";
}
.mdi-calendar-text:before {
  content: "ó°ƒµ";
}
.mdi-calendar-text-outline:before {
  content: "ó°±†";
}
.mdi-calendar-today:before {
  content: "ó°ƒ¶";
}
.mdi-calendar-today-outline:before {
  content: "ó±¨°";
}
.mdi-calendar-week:before {
  content: "ó°¨³";
}
.mdi-calendar-week-begin:before {
  content: "ó°¨´";
}
.mdi-calendar-week-begin-outline:before {
  content: "ó±¨±";
}
.mdi-calendar-week-outline:before {
  content: "ó±¨´";
}
.mdi-calendar-weekend:before {
  content: "ó°»™";
}
.mdi-calendar-weekend-outline:before {
  content: "ó°»š";
}
.mdi-call-made:before {
  content: "ó°ƒ·";
}
.mdi-call-merge:before {
  content: "ó°ƒ¸";
}
.mdi-call-missed:before {
  content: "ó°ƒ¹";
}
.mdi-call-received:before {
  content: "ó°ƒº";
}
.mdi-call-split:before {
  content: "ó°ƒ»";
}
.mdi-camcorder:before {
  content: "ó°ƒ¼";
}
.mdi-camcorder-off:before {
  content: "ó°ƒ¿";
}
.mdi-camera:before {
  content: "ó°„€";
}
.mdi-camera-account:before {
  content: "ó°£‹";
}
.mdi-camera-burst:before {
  content: "ó°š“";
}
.mdi-camera-control:before {
  content: "ó°­©";
}
.mdi-camera-document:before {
  content: "ó±¡±";
}
.mdi-camera-document-off:before {
  content: "ó±¡²";
}
.mdi-camera-enhance:before {
  content: "ó°„";
}
.mdi-camera-enhance-outline:before {
  content: "ó°­ª";
}
.mdi-camera-flip:before {
  content: "ó±—™";
}
.mdi-camera-flip-outline:before {
  content: "ó±—š";
}
.mdi-camera-front:before {
  content: "ó°„‚";
}
.mdi-camera-front-variant:before {
  content: "ó°„ƒ";
}
.mdi-camera-gopro:before {
  content: "ó°ž¡";
}
.mdi-camera-image:before {
  content: "ó°£Œ";
}
.mdi-camera-iris:before {
  content: "ó°„„";
}
.mdi-camera-lock:before {
  content: "ó±¨”";
}
.mdi-camera-lock-open:before {
  content: "ó±°";
}
.mdi-camera-lock-open-outline:before {
  content: "ó±°Ž";
}
.mdi-camera-lock-outline:before {
  content: "ó±¨•";
}
.mdi-camera-marker:before {
  content: "ó±¦§";
}
.mdi-camera-marker-outline:before {
  content: "ó±¦¨";
}
.mdi-camera-metering-center:before {
  content: "ó°ž¢";
}
.mdi-camera-metering-matrix:before {
  content: "ó°ž£";
}
.mdi-camera-metering-partial:before {
  content: "ó°ž¤";
}
.mdi-camera-metering-spot:before {
  content: "ó°ž¥";
}
.mdi-camera-off:before {
  content: "ó°—Ÿ";
}
.mdi-camera-off-outline:before {
  content: "ó±¦¿";
}
.mdi-camera-outline:before {
  content: "ó°µ";
}
.mdi-camera-party-mode:before {
  content: "ó°„…";
}
.mdi-camera-plus:before {
  content: "ó°»›";
}
.mdi-camera-plus-outline:before {
  content: "ó°»œ";
}
.mdi-camera-rear:before {
  content: "ó°„†";
}
.mdi-camera-rear-variant:before {
  content: "ó°„‡";
}
.mdi-camera-retake:before {
  content: "ó°¸™";
}
.mdi-camera-retake-outline:before {
  content: "ó°¸š";
}
.mdi-camera-switch:before {
  content: "ó°„ˆ";
}
.mdi-camera-switch-outline:before {
  content: "ó°¡Š";
}
.mdi-camera-timer:before {
  content: "ó°„‰";
}
.mdi-camera-wireless:before {
  content: "ó°¶¶";
}
.mdi-camera-wireless-outline:before {
  content: "ó°¶·";
}
.mdi-campfire:before {
  content: "ó°»";
}
.mdi-cancel:before {
  content: "ó°œº";
}
.mdi-candelabra:before {
  content: "ó±Ÿ’";
}
.mdi-candelabra-fire:before {
  content: "ó±Ÿ“";
}
.mdi-candle:before {
  content: "ó°—¢";
}
.mdi-candy:before {
  content: "ó±¥°";
}
.mdi-candy-off:before {
  content: "ó±¥±";
}
.mdi-candy-off-outline:before {
  content: "ó±¥²";
}
.mdi-candy-outline:before {
  content: "ó±¥³";
}
.mdi-candycane:before {
  content: "ó°„Š";
}
.mdi-cannabis:before {
  content: "ó°ž¦";
}
.mdi-cannabis-off:before {
  content: "ó±™®";
}
.mdi-caps-lock:before {
  content: "ó°ª›";
}
.mdi-car:before {
  content: "ó°„‹";
}
.mdi-car-2-plus:before {
  content: "ó±€•";
}
.mdi-car-3-plus:before {
  content: "ó±€–";
}
.mdi-car-arrow-left:before {
  content: "ó±Ž²";
}
.mdi-car-arrow-right:before {
  content: "ó±Ž³";
}
.mdi-car-back:before {
  content: "ó°¸›";
}
.mdi-car-battery:before {
  content: "ó°„Œ";
}
.mdi-car-brake-abs:before {
  content: "ó°±‡";
}
.mdi-car-brake-alert:before {
  content: "ó°±ˆ";
}
.mdi-car-brake-fluid-level:before {
  content: "ó±¤‰";
}
.mdi-car-brake-hold:before {
  content: "ó°µž";
}
.mdi-car-brake-low-pressure:before {
  content: "ó±¤Š";
}
.mdi-car-brake-parking:before {
  content: "ó°µŸ";
}
.mdi-car-brake-retarder:before {
  content: "ó±€—";
}
.mdi-car-brake-temperature:before {
  content: "ó±¤‹";
}
.mdi-car-brake-worn-linings:before {
  content: "ó±¤Œ";
}
.mdi-car-child-seat:before {
  content: "ó°¾£";
}
.mdi-car-clock:before {
  content: "ó±¥´";
}
.mdi-car-clutch:before {
  content: "ó±€˜";
}
.mdi-car-cog:before {
  content: "ó±Œ";
}
.mdi-car-connected:before {
  content: "ó°„";
}
.mdi-car-convertible:before {
  content: "ó°ž§";
}
.mdi-car-coolant-level:before {
  content: "ó±€™";
}
.mdi-car-cruise-control:before {
  content: "ó°µ ";
}
.mdi-car-defrost-front:before {
  content: "ó°µ¡";
}
.mdi-car-defrost-rear:before {
  content: "ó°µ¢";
}
.mdi-car-door:before {
  content: "ó°­«";
}
.mdi-car-door-lock:before {
  content: "ó±‚";
}
.mdi-car-electric:before {
  content: "ó°­¬";
}
.mdi-car-electric-outline:before {
  content: "ó±–µ";
}
.mdi-car-emergency:before {
  content: "ó±˜";
}
.mdi-car-esp:before {
  content: "ó°±‰";
}
.mdi-car-estate:before {
  content: "ó°ž¨";
}
.mdi-car-hatchback:before {
  content: "ó°ž©";
}
.mdi-car-info:before {
  content: "ó±†¾";
}
.mdi-car-key:before {
  content: "ó°­­";
}
.mdi-car-lifted-pickup:before {
  content: "ó±”­";
}
.mdi-car-light-alert:before {
  content: "ó±¤";
}
.mdi-car-light-dimmed:before {
  content: "ó°±Š";
}
.mdi-car-light-fog:before {
  content: "ó°±‹";
}
.mdi-car-light-high:before {
  content: "ó°±Œ";
}
.mdi-car-limousine:before {
  content: "ó°£";
}
.mdi-car-multiple:before {
  content: "ó°­®";
}
.mdi-car-off:before {
  content: "ó°¸œ";
}
.mdi-car-outline:before {
  content: "ó±“­";
}
.mdi-car-parking-lights:before {
  content: "ó°µ£";
}
.mdi-car-pickup:before {
  content: "ó°žª";
}
.mdi-car-search:before {
  content: "ó±®";
}
.mdi-car-search-outline:before {
  content: "ó±®Ž";
}
.mdi-car-seat:before {
  content: "ó°¾¤";
}
.mdi-car-seat-cooler:before {
  content: "ó°¾¥";
}
.mdi-car-seat-heater:before {
  content: "ó°¾¦";
}
.mdi-car-select:before {
  content: "ó±¡¹";
}
.mdi-car-settings:before {
  content: "ó±";
}
.mdi-car-shift-pattern:before {
  content: "ó°½€";
}
.mdi-car-side:before {
  content: "ó°ž«";
}
.mdi-car-speed-limiter:before {
  content: "ó±¤Ž";
}
.mdi-car-sports:before {
  content: "ó°ž¬";
}
.mdi-car-tire-alert:before {
  content: "ó°±";
}
.mdi-car-traction-control:before {
  content: "ó°µ¤";
}
.mdi-car-turbocharger:before {
  content: "ó±€š";
}
.mdi-car-wash:before {
  content: "ó°„Ž";
}
.mdi-car-windshield:before {
  content: "ó±€›";
}
.mdi-car-windshield-outline:before {
  content: "ó±€œ";
}
.mdi-car-wireless:before {
  content: "ó±¡¸";
}
.mdi-car-wrench:before {
  content: "ó± ”";
}
.mdi-carabiner:before {
  content: "ó±“€";
}
.mdi-caravan:before {
  content: "ó°ž­";
}
.mdi-card:before {
  content: "ó°­¯";
}
.mdi-card-account-details:before {
  content: "ó°—’";
}
.mdi-card-account-details-outline:before {
  content: "ó°¶«";
}
.mdi-card-account-details-star:before {
  content: "ó°Š£";
}
.mdi-card-account-details-star-outline:before {
  content: "ó°››";
}
.mdi-card-account-mail:before {
  content: "ó°†Ž";
}
.mdi-card-account-mail-outline:before {
  content: "ó°º˜";
}
.mdi-card-account-phone:before {
  content: "ó°º™";
}
.mdi-card-account-phone-outline:before {
  content: "ó°ºš";
}
.mdi-card-bulleted:before {
  content: "ó°­°";
}
.mdi-card-bulleted-off:before {
  content: "ó°­±";
}
.mdi-card-bulleted-off-outline:before {
  content: "ó°­²";
}
.mdi-card-bulleted-outline:before {
  content: "ó°­³";
}
.mdi-card-bulleted-settings:before {
  content: "ó°­´";
}
.mdi-card-bulleted-settings-outline:before {
  content: "ó°­µ";
}
.mdi-card-minus:before {
  content: "ó±˜€";
}
.mdi-card-minus-outline:before {
  content: "ó±˜";
}
.mdi-card-multiple:before {
  content: "ó±Ÿ±";
}
.mdi-card-multiple-outline:before {
  content: "ó±Ÿ²";
}
.mdi-card-off:before {
  content: "ó±˜‚";
}
.mdi-card-off-outline:before {
  content: "ó±˜ƒ";
}
.mdi-card-outline:before {
  content: "ó°­¶";
}
.mdi-card-plus:before {
  content: "ó±‡¿";
}
.mdi-card-plus-outline:before {
  content: "ó±ˆ€";
}
.mdi-card-remove:before {
  content: "ó±˜„";
}
.mdi-card-remove-outline:before {
  content: "ó±˜…";
}
.mdi-card-search:before {
  content: "ó±´";
}
.mdi-card-search-outline:before {
  content: "ó±µ";
}
.mdi-card-text:before {
  content: "ó°­·";
}
.mdi-card-text-outline:before {
  content: "ó°­¸";
}
.mdi-cards:before {
  content: "ó°˜¸";
}
.mdi-cards-club:before {
  content: "ó°£Ž";
}
.mdi-cards-club-outline:before {
  content: "ó±¢Ÿ";
}
.mdi-cards-diamond:before {
  content: "ó°£";
}
.mdi-cards-diamond-outline:before {
  content: "ó±€";
}
.mdi-cards-heart:before {
  content: "ó°£";
}
.mdi-cards-heart-outline:before {
  content: "ó±¢ ";
}
.mdi-cards-outline:before {
  content: "ó°˜¹";
}
.mdi-cards-playing:before {
  content: "ó±¢¡";
}
.mdi-cards-playing-club:before {
  content: "ó±¢¢";
}
.mdi-cards-playing-club-multiple:before {
  content: "ó±¢£";
}
.mdi-cards-playing-club-multiple-outline:before {
  content: "ó±¢¤";
}
.mdi-cards-playing-club-outline:before {
  content: "ó±¢¥";
}
.mdi-cards-playing-diamond:before {
  content: "ó±¢¦";
}
.mdi-cards-playing-diamond-multiple:before {
  content: "ó±¢§";
}
.mdi-cards-playing-diamond-multiple-outline:before {
  content: "ó±¢¨";
}
.mdi-cards-playing-diamond-outline:before {
  content: "ó±¢©";
}
.mdi-cards-playing-heart:before {
  content: "ó±¢ª";
}
.mdi-cards-playing-heart-multiple:before {
  content: "ó±¢«";
}
.mdi-cards-playing-heart-multiple-outline:before {
  content: "ó±¢¬";
}
.mdi-cards-playing-heart-outline:before {
  content: "ó±¢­";
}
.mdi-cards-playing-outline:before {
  content: "ó°˜º";
}
.mdi-cards-playing-spade:before {
  content: "ó±¢®";
}
.mdi-cards-playing-spade-multiple:before {
  content: "ó±¢¯";
}
.mdi-cards-playing-spade-multiple-outline:before {
  content: "ó±¢°";
}
.mdi-cards-playing-spade-outline:before {
  content: "ó±¢±";
}
.mdi-cards-spade:before {
  content: "ó°£‘";
}
.mdi-cards-spade-outline:before {
  content: "ó±¢²";
}
.mdi-cards-variant:before {
  content: "ó°›‡";
}
.mdi-carrot:before {
  content: "ó°„";
}
.mdi-cart:before {
  content: "ó°„";
}
.mdi-cart-arrow-down:before {
  content: "ó°µ¦";
}
.mdi-cart-arrow-right:before {
  content: "ó°±Ž";
}
.mdi-cart-arrow-up:before {
  content: "ó°µ§";
}
.mdi-cart-check:before {
  content: "ó±—ª";
}
.mdi-cart-heart:before {
  content: "ó±£ ";
}
.mdi-cart-minus:before {
  content: "ó°µ¨";
}
.mdi-cart-off:before {
  content: "ó°™«";
}
.mdi-cart-outline:before {
  content: "ó°„‘";
}
.mdi-cart-percent:before {
  content: "ó±®®";
}
.mdi-cart-plus:before {
  content: "ó°„’";
}
.mdi-cart-remove:before {
  content: "ó°µ©";
}
.mdi-cart-variant:before {
  content: "ó±—«";
}
.mdi-case-sensitive-alt:before {
  content: "ó°„“";
}
.mdi-cash:before {
  content: "ó°„”";
}
.mdi-cash-100:before {
  content: "ó°„•";
}
.mdi-cash-check:before {
  content: "ó±“®";
}
.mdi-cash-clock:before {
  content: "ó±ª‘";
}
.mdi-cash-fast:before {
  content: "ó±¡œ";
}
.mdi-cash-lock:before {
  content: "ó±“ª";
}
.mdi-cash-lock-open:before {
  content: "ó±“«";
}
.mdi-cash-marker:before {
  content: "ó°¶¸";
}
.mdi-cash-minus:before {
  content: "ó±‰ ";
}
.mdi-cash-multiple:before {
  content: "ó°„–";
}
.mdi-cash-plus:before {
  content: "ó±‰¡";
}
.mdi-cash-refund:before {
  content: "ó°ªœ";
}
.mdi-cash-register:before {
  content: "ó°³´";
}
.mdi-cash-remove:before {
  content: "ó±‰¢";
}
.mdi-cash-sync:before {
  content: "ó±ª’";
}
.mdi-cassette:before {
  content: "ó°§”";
}
.mdi-cast:before {
  content: "ó°„˜";
}
.mdi-cast-audio:before {
  content: "ó±€ž";
}
.mdi-cast-audio-variant:before {
  content: "ó±‰";
}
.mdi-cast-connected:before {
  content: "ó°„™";
}
.mdi-cast-education:before {
  content: "ó°¸";
}
.mdi-cast-off:before {
  content: "ó°žŠ";
}
.mdi-cast-variant:before {
  content: "ó°€Ÿ";
}
.mdi-castle:before {
  content: "ó°„š";
}
.mdi-cat:before {
  content: "ó°„›";
}
.mdi-cctv:before {
  content: "ó°ž®";
}
.mdi-cctv-off:before {
  content: "ó±¡Ÿ";
}
.mdi-ceiling-fan:before {
  content: "ó±ž—";
}
.mdi-ceiling-fan-light:before {
  content: "ó±ž˜";
}
.mdi-ceiling-light:before {
  content: "ó°©";
}
.mdi-ceiling-light-multiple:before {
  content: "ó±£";
}
.mdi-ceiling-light-multiple-outline:before {
  content: "ó±£ž";
}
.mdi-ceiling-light-outline:before {
  content: "ó±Ÿ‡";
}
.mdi-cellphone:before {
  content: "ó°„œ";
}
.mdi-cellphone-arrow-down:before {
  content: "ó°§•";
}
.mdi-cellphone-arrow-down-variant:before {
  content: "ó±§…";
}
.mdi-cellphone-basic:before {
  content: "ó°„ž";
}
.mdi-cellphone-charging:before {
  content: "ó±Ž—";
}
.mdi-cellphone-check:before {
  content: "ó±Ÿ½";
}
.mdi-cellphone-cog:before {
  content: "ó°¥‘";
}
.mdi-cellphone-dock:before {
  content: "ó°„Ÿ";
}
.mdi-cellphone-information:before {
  content: "ó°½";
}
.mdi-cellphone-key:before {
  content: "ó°¥Ž";
}
.mdi-cellphone-link:before {
  content: "ó°„¡";
}
.mdi-cellphone-link-off:before {
  content: "ó°„¢";
}
.mdi-cellphone-lock:before {
  content: "ó°¥";
}
.mdi-cellphone-marker:before {
  content: "ó± º";
}
.mdi-cellphone-message:before {
  content: "ó°£“";
}
.mdi-cellphone-message-off:before {
  content: "ó±ƒ’";
}
.mdi-cellphone-nfc:before {
  content: "ó°º";
}
.mdi-cellphone-nfc-off:before {
  content: "ó±‹˜";
}
.mdi-cellphone-off:before {
  content: "ó°¥";
}
.mdi-cellphone-play:before {
  content: "ó±€Ÿ";
}
.mdi-cellphone-remove:before {
  content: "ó°¥";
}
.mdi-cellphone-screenshot:before {
  content: "ó°¨µ";
}
.mdi-cellphone-settings:before {
  content: "ó°„£";
}
.mdi-cellphone-sound:before {
  content: "ó°¥’";
}
.mdi-cellphone-text:before {
  content: "ó°£’";
}
.mdi-cellphone-wireless:before {
  content: "ó° •";
}
.mdi-centos:before {
  content: "ó±„š";
}
.mdi-certificate:before {
  content: "ó°„¤";
}
.mdi-certificate-outline:before {
  content: "ó±†ˆ";
}
.mdi-chair-rolling:before {
  content: "ó°½ˆ";
}
.mdi-chair-school:before {
  content: "ó°„¥";
}
.mdi-chandelier:before {
  content: "ó±ž“";
}
.mdi-charity:before {
  content: "ó°±";
}
.mdi-chart-arc:before {
  content: "ó°„¦";
}
.mdi-chart-areaspline:before {
  content: "ó°„§";
}
.mdi-chart-areaspline-variant:before {
  content: "ó°º‘";
}
.mdi-chart-bar:before {
  content: "ó°„¨";
}
.mdi-chart-bar-stacked:before {
  content: "ó°ª";
}
.mdi-chart-bell-curve:before {
  content: "ó°±";
}
.mdi-chart-bell-curve-cumulative:before {
  content: "ó°¾§";
}
.mdi-chart-box:before {
  content: "ó±•";
}
.mdi-chart-box-outline:before {
  content: "ó±•Ž";
}
.mdi-chart-box-plus-outline:before {
  content: "ó±•";
}
.mdi-chart-bubble:before {
  content: "ó°—£";
}
.mdi-chart-donut:before {
  content: "ó°ž¯";
}
.mdi-chart-donut-variant:before {
  content: "ó°ž°";
}
.mdi-chart-gantt:before {
  content: "ó°™¬";
}
.mdi-chart-histogram:before {
  content: "ó°„©";
}
.mdi-chart-line:before {
  content: "ó°„ª";
}
.mdi-chart-line-stacked:before {
  content: "ó°«";
}
.mdi-chart-line-variant:before {
  content: "ó°ž±";
}
.mdi-chart-multiline:before {
  content: "ó°£”";
}
.mdi-chart-multiple:before {
  content: "ó±ˆ“";
}
.mdi-chart-pie:before {
  content: "ó°„«";
}
.mdi-chart-pie-outline:before {
  content: "ó±¯Ÿ";
}
.mdi-chart-ppf:before {
  content: "ó±Ž€";
}
.mdi-chart-sankey:before {
  content: "ó±‡Ÿ";
}
.mdi-chart-sankey-variant:before {
  content: "ó±‡ ";
}
.mdi-chart-scatter-plot:before {
  content: "ó°º’";
}
.mdi-chart-scatter-plot-hexbin:before {
  content: "ó°™­";
}
.mdi-chart-timeline:before {
  content: "ó°™®";
}
.mdi-chart-timeline-variant:before {
  content: "ó°º“";
}
.mdi-chart-timeline-variant-shimmer:before {
  content: "ó±–¶";
}
.mdi-chart-tree:before {
  content: "ó°º”";
}
.mdi-chart-waterfall:before {
  content: "ó±¤˜";
}
.mdi-chat:before {
  content: "ó°­¹";
}
.mdi-chat-alert:before {
  content: "ó°­º";
}
.mdi-chat-alert-outline:before {
  content: "ó±‹‰";
}
.mdi-chat-minus:before {
  content: "ó±";
}
.mdi-chat-minus-outline:before {
  content: "ó±“";
}
.mdi-chat-outline:before {
  content: "ó°»ž";
}
.mdi-chat-plus:before {
  content: "ó±";
}
.mdi-chat-plus-outline:before {
  content: "ó±’";
}
.mdi-chat-processing:before {
  content: "ó°­»";
}
.mdi-chat-processing-outline:before {
  content: "ó±‹Š";
}
.mdi-chat-question:before {
  content: "ó±œ¸";
}
.mdi-chat-question-outline:before {
  content: "ó±œ¹";
}
.mdi-chat-remove:before {
  content: "ó±‘";
}
.mdi-chat-remove-outline:before {
  content: "ó±”";
}
.mdi-chat-sleep:before {
  content: "ó±‹‘";
}
.mdi-chat-sleep-outline:before {
  content: "ó±‹’";
}
.mdi-check:before {
  content: "ó°„¬";
}
.mdi-check-all:before {
  content: "ó°„­";
}
.mdi-check-bold:before {
  content: "ó°¸ž";
}
.mdi-check-circle:before {
  content: "ó°— ";
}
.mdi-check-circle-outline:before {
  content: "ó°—¡";
}
.mdi-check-decagram:before {
  content: "ó°ž‘";
}
.mdi-check-decagram-outline:before {
  content: "ó±€";
}
.mdi-check-network:before {
  content: "ó°±“";
}
.mdi-check-network-outline:before {
  content: "ó°±”";
}
.mdi-check-outline:before {
  content: "ó°¡•";
}
.mdi-check-underline:before {
  content: "ó°¸Ÿ";
}
.mdi-check-underline-circle:before {
  content: "ó°¸ ";
}
.mdi-check-underline-circle-outline:before {
  content: "ó°¸¡";
}
.mdi-checkbook:before {
  content: "ó°ª";
}
.mdi-checkbox-blank:before {
  content: "ó°„®";
}
.mdi-checkbox-blank-badge:before {
  content: "ó±…¶";
}
.mdi-checkbox-blank-badge-outline:before {
  content: "ó°„—";
}
.mdi-checkbox-blank-circle:before {
  content: "ó°„¯";
}
.mdi-checkbox-blank-circle-outline:before {
  content: "ó°„°";
}
.mdi-checkbox-blank-off:before {
  content: "ó±‹¬";
}
.mdi-checkbox-blank-off-outline:before {
  content: "ó±‹­";
}
.mdi-checkbox-blank-outline:before {
  content: "ó°„±";
}
.mdi-checkbox-intermediate:before {
  content: "ó°¡–";
}
.mdi-checkbox-intermediate-variant:before {
  content: "ó±­”";
}
.mdi-checkbox-marked:before {
  content: "ó°„²";
}
.mdi-checkbox-marked-circle:before {
  content: "ó°„³";
}
.mdi-checkbox-marked-circle-outline:before {
  content: "ó°„´";
}
.mdi-checkbox-marked-circle-plus-outline:before {
  content: "ó±¤§";
}
.mdi-checkbox-marked-outline:before {
  content: "ó°„µ";
}
.mdi-checkbox-multiple-blank:before {
  content: "ó°„¶";
}
.mdi-checkbox-multiple-blank-circle:before {
  content: "ó°˜»";
}
.mdi-checkbox-multiple-blank-circle-outline:before {
  content: "ó°˜¼";
}
.mdi-checkbox-multiple-blank-outline:before {
  content: "ó°„·";
}
.mdi-checkbox-multiple-marked:before {
  content: "ó°„¸";
}
.mdi-checkbox-multiple-marked-circle:before {
  content: "ó°˜½";
}
.mdi-checkbox-multiple-marked-circle-outline:before {
  content: "ó°˜¾";
}
.mdi-checkbox-multiple-marked-outline:before {
  content: "ó°„¹";
}
.mdi-checkbox-multiple-outline:before {
  content: "ó°±‘";
}
.mdi-checkbox-outline:before {
  content: "ó°±’";
}
.mdi-checkerboard:before {
  content: "ó°„º";
}
.mdi-checkerboard-minus:before {
  content: "ó±ˆ‚";
}
.mdi-checkerboard-plus:before {
  content: "ó±ˆ";
}
.mdi-checkerboard-remove:before {
  content: "ó±ˆƒ";
}
.mdi-cheese:before {
  content: "ó±Š¹";
}
.mdi-cheese-off:before {
  content: "ó±®";
}
.mdi-chef-hat:before {
  content: "ó°­¼";
}
.mdi-chemical-weapon:before {
  content: "ó°„»";
}
.mdi-chess-bishop:before {
  content: "ó°¡œ";
}
.mdi-chess-king:before {
  content: "ó°¡—";
}
.mdi-chess-knight:before {
  content: "ó°¡˜";
}
.mdi-chess-pawn:before {
  content: "ó°¡™";
}
.mdi-chess-queen:before {
  content: "ó°¡š";
}
.mdi-chess-rook:before {
  content: "ó°¡›";
}
.mdi-chevron-double-down:before {
  content: "ó°„¼";
}
.mdi-chevron-double-left:before {
  content: "ó°„½";
}
.mdi-chevron-double-right:before {
  content: "ó°„¾";
}
.mdi-chevron-double-up:before {
  content: "ó°„¿";
}
.mdi-chevron-down:before {
  content: "ó°…€";
}
.mdi-chevron-down-box:before {
  content: "ó°§–";
}
.mdi-chevron-down-box-outline:before {
  content: "ó°§—";
}
.mdi-chevron-down-circle:before {
  content: "ó°¬¦";
}
.mdi-chevron-down-circle-outline:before {
  content: "ó°¬§";
}
.mdi-chevron-left:before {
  content: "ó°…";
}
.mdi-chevron-left-box:before {
  content: "ó°§˜";
}
.mdi-chevron-left-box-outline:before {
  content: "ó°§™";
}
.mdi-chevron-left-circle:before {
  content: "ó°¬¨";
}
.mdi-chevron-left-circle-outline:before {
  content: "ó°¬©";
}
.mdi-chevron-right:before {
  content: "ó°…‚";
}
.mdi-chevron-right-box:before {
  content: "ó°§š";
}
.mdi-chevron-right-box-outline:before {
  content: "ó°§›";
}
.mdi-chevron-right-circle:before {
  content: "ó°¬ª";
}
.mdi-chevron-right-circle-outline:before {
  content: "ó°¬«";
}
.mdi-chevron-triple-down:before {
  content: "ó°¶¹";
}
.mdi-chevron-triple-left:before {
  content: "ó°¶º";
}
.mdi-chevron-triple-right:before {
  content: "ó°¶»";
}
.mdi-chevron-triple-up:before {
  content: "ó°¶¼";
}
.mdi-chevron-up:before {
  content: "ó°…ƒ";
}
.mdi-chevron-up-box:before {
  content: "ó°§œ";
}
.mdi-chevron-up-box-outline:before {
  content: "ó°§";
}
.mdi-chevron-up-circle:before {
  content: "ó°¬¬";
}
.mdi-chevron-up-circle-outline:before {
  content: "ó°¬­";
}
.mdi-chili-alert:before {
  content: "ó±Ÿª";
}
.mdi-chili-alert-outline:before {
  content: "ó±Ÿ«";
}
.mdi-chili-hot:before {
  content: "ó°ž²";
}
.mdi-chili-hot-outline:before {
  content: "ó±Ÿ¬";
}
.mdi-chili-medium:before {
  content: "ó°ž³";
}
.mdi-chili-medium-outline:before {
  content: "ó±Ÿ­";
}
.mdi-chili-mild:before {
  content: "ó°ž´";
}
.mdi-chili-mild-outline:before {
  content: "ó±Ÿ®";
}
.mdi-chili-off:before {
  content: "ó±‘§";
}
.mdi-chili-off-outline:before {
  content: "ó±Ÿ¯";
}
.mdi-chip:before {
  content: "ó°˜š";
}
.mdi-church:before {
  content: "ó°…„";
}
.mdi-church-outline:before {
  content: "ó±¬‚";
}
.mdi-cigar:before {
  content: "ó±†‰";
}
.mdi-cigar-off:before {
  content: "ó±›";
}
.mdi-circle:before {
  content: "ó°¥";
}
.mdi-circle-box:before {
  content: "ó±—œ";
}
.mdi-circle-box-outline:before {
  content: "ó±—";
}
.mdi-circle-double:before {
  content: "ó°º•";
}
.mdi-circle-edit-outline:before {
  content: "ó°£•";
}
.mdi-circle-expand:before {
  content: "ó°º–";
}
.mdi-circle-half:before {
  content: "ó±Ž•";
}
.mdi-circle-half-full:before {
  content: "ó±Ž–";
}
.mdi-circle-medium:before {
  content: "ó°§ž";
}
.mdi-circle-multiple:before {
  content: "ó°¬¸";
}
.mdi-circle-multiple-outline:before {
  content: "ó°š•";
}
.mdi-circle-off-outline:before {
  content: "ó±ƒ“";
}
.mdi-circle-opacity:before {
  content: "ó±¡“";
}
.mdi-circle-outline:before {
  content: "ó°¦";
}
.mdi-circle-slice-1:before {
  content: "ó°ªž";
}
.mdi-circle-slice-2:before {
  content: "ó°ªŸ";
}
.mdi-circle-slice-3:before {
  content: "ó°ª ";
}
.mdi-circle-slice-4:before {
  content: "ó°ª¡";
}
.mdi-circle-slice-5:before {
  content: "ó°ª¢";
}
.mdi-circle-slice-6:before {
  content: "ó°ª£";
}
.mdi-circle-slice-7:before {
  content: "ó°ª¤";
}
.mdi-circle-slice-8:before {
  content: "ó°ª¥";
}
.mdi-circle-small:before {
  content: "ó°§Ÿ";
}
.mdi-circular-saw:before {
  content: "ó°¸¢";
}
.mdi-city:before {
  content: "ó°…†";
}
.mdi-city-variant:before {
  content: "ó°¨¶";
}
.mdi-city-variant-outline:before {
  content: "ó°¨·";
}
.mdi-clipboard:before {
  content: "ó°…‡";
}
.mdi-clipboard-account:before {
  content: "ó°…ˆ";
}
.mdi-clipboard-account-outline:before {
  content: "ó°±•";
}
.mdi-clipboard-alert:before {
  content: "ó°…‰";
}
.mdi-clipboard-alert-outline:before {
  content: "ó°³·";
}
.mdi-clipboard-arrow-down:before {
  content: "ó°…Š";
}
.mdi-clipboard-arrow-down-outline:before {
  content: "ó°±–";
}
.mdi-clipboard-arrow-left:before {
  content: "ó°…‹";
}
.mdi-clipboard-arrow-left-outline:before {
  content: "ó°³¸";
}
.mdi-clipboard-arrow-right:before {
  content: "ó°³¹";
}
.mdi-clipboard-arrow-right-outline:before {
  content: "ó°³º";
}
.mdi-clipboard-arrow-up:before {
  content: "ó°±—";
}
.mdi-clipboard-arrow-up-outline:before {
  content: "ó°±˜";
}
.mdi-clipboard-check:before {
  content: "ó°…Ž";
}
.mdi-clipboard-check-multiple:before {
  content: "ó±‰£";
}
.mdi-clipboard-check-multiple-outline:before {
  content: "ó±‰¤";
}
.mdi-clipboard-check-outline:before {
  content: "ó°¢¨";
}
.mdi-clipboard-clock:before {
  content: "ó±›¢";
}
.mdi-clipboard-clock-outline:before {
  content: "ó±›£";
}
.mdi-clipboard-edit:before {
  content: "ó±“¥";
}
.mdi-clipboard-edit-outline:before {
  content: "ó±“¦";
}
.mdi-clipboard-file:before {
  content: "ó±‰¥";
}
.mdi-clipboard-file-outline:before {
  content: "ó±‰¦";
}
.mdi-clipboard-flow:before {
  content: "ó°›ˆ";
}
.mdi-clipboard-flow-outline:before {
  content: "ó±„—";
}
.mdi-clipboard-list:before {
  content: "ó±ƒ”";
}
.mdi-clipboard-list-outline:before {
  content: "ó±ƒ•";
}
.mdi-clipboard-minus:before {
  content: "ó±˜˜";
}
.mdi-clipboard-minus-outline:before {
  content: "ó±˜™";
}
.mdi-clipboard-multiple:before {
  content: "ó±‰§";
}
.mdi-clipboard-multiple-outline:before {
  content: "ó±‰¨";
}
.mdi-clipboard-off:before {
  content: "ó±˜š";
}
.mdi-clipboard-off-outline:before {
  content: "ó±˜›";
}
.mdi-clipboard-outline:before {
  content: "ó°…Œ";
}
.mdi-clipboard-play:before {
  content: "ó°±™";
}
.mdi-clipboard-play-multiple:before {
  content: "ó±‰©";
}
.mdi-clipboard-play-multiple-outline:before {
  content: "ó±‰ª";
}
.mdi-clipboard-play-outline:before {
  content: "ó°±š";
}
.mdi-clipboard-plus:before {
  content: "ó°‘";
}
.mdi-clipboard-plus-outline:before {
  content: "ó±ŒŸ";
}
.mdi-clipboard-pulse:before {
  content: "ó°¡";
}
.mdi-clipboard-pulse-outline:before {
  content: "ó°¡ž";
}
.mdi-clipboard-remove:before {
  content: "ó±˜œ";
}
.mdi-clipboard-remove-outline:before {
  content: "ó±˜";
}
.mdi-clipboard-search:before {
  content: "ó±˜ž";
}
.mdi-clipboard-search-outline:before {
  content: "ó±˜Ÿ";
}
.mdi-clipboard-text:before {
  content: "ó°…";
}
.mdi-clipboard-text-clock:before {
  content: "ó±£¹";
}
.mdi-clipboard-text-clock-outline:before {
  content: "ó±£º";
}
.mdi-clipboard-text-multiple:before {
  content: "ó±‰«";
}
.mdi-clipboard-text-multiple-outline:before {
  content: "ó±‰¬";
}
.mdi-clipboard-text-off:before {
  content: "ó±˜ ";
}
.mdi-clipboard-text-off-outline:before {
  content: "ó±˜¡";
}
.mdi-clipboard-text-outline:before {
  content: "ó°¨¸";
}
.mdi-clipboard-text-play:before {
  content: "ó°±›";
}
.mdi-clipboard-text-play-outline:before {
  content: "ó°±œ";
}
.mdi-clipboard-text-search:before {
  content: "ó±˜¢";
}
.mdi-clipboard-text-search-outline:before {
  content: "ó±˜£";
}
.mdi-clippy:before {
  content: "ó°…";
}
.mdi-clock:before {
  content: "ó°¥”";
}
.mdi-clock-alert:before {
  content: "ó°¥•";
}
.mdi-clock-alert-outline:before {
  content: "ó°—Ž";
}
.mdi-clock-check:before {
  content: "ó°¾¨";
}
.mdi-clock-check-outline:before {
  content: "ó°¾©";
}
.mdi-clock-digital:before {
  content: "ó°º—";
}
.mdi-clock-edit:before {
  content: "ó±¦º";
}
.mdi-clock-edit-outline:before {
  content: "ó±¦»";
}
.mdi-clock-end:before {
  content: "ó°…‘";
}
.mdi-clock-fast:before {
  content: "ó°…’";
}
.mdi-clock-in:before {
  content: "ó°…“";
}
.mdi-clock-minus:before {
  content: "ó±¡£";
}
.mdi-clock-minus-outline:before {
  content: "ó±¡¤";
}
.mdi-clock-out:before {
  content: "ó°…”";
}
.mdi-clock-outline:before {
  content: "ó°…";
}
.mdi-clock-plus:before {
  content: "ó±¡¡";
}
.mdi-clock-plus-outline:before {
  content: "ó±¡¢";
}
.mdi-clock-remove:before {
  content: "ó±¡¥";
}
.mdi-clock-remove-outline:before {
  content: "ó±¡¦";
}
.mdi-clock-start:before {
  content: "ó°…•";
}
.mdi-clock-time-eight:before {
  content: "ó±‘†";
}
.mdi-clock-time-eight-outline:before {
  content: "ó±‘’";
}
.mdi-clock-time-eleven:before {
  content: "ó±‘‰";
}
.mdi-clock-time-eleven-outline:before {
  content: "ó±‘•";
}
.mdi-clock-time-five:before {
  content: "ó±‘ƒ";
}
.mdi-clock-time-five-outline:before {
  content: "ó±‘";
}
.mdi-clock-time-four:before {
  content: "ó±‘‚";
}
.mdi-clock-time-four-outline:before {
  content: "ó±‘Ž";
}
.mdi-clock-time-nine:before {
  content: "ó±‘‡";
}
.mdi-clock-time-nine-outline:before {
  content: "ó±‘“";
}
.mdi-clock-time-one:before {
  content: "ó±¿";
}
.mdi-clock-time-one-outline:before {
  content: "ó±‘‹";
}
.mdi-clock-time-seven:before {
  content: "ó±‘…";
}
.mdi-clock-time-seven-outline:before {
  content: "ó±‘‘";
}
.mdi-clock-time-six:before {
  content: "ó±‘„";
}
.mdi-clock-time-six-outline:before {
  content: "ó±‘";
}
.mdi-clock-time-ten:before {
  content: "ó±‘ˆ";
}
.mdi-clock-time-ten-outline:before {
  content: "ó±‘”";
}
.mdi-clock-time-three:before {
  content: "ó±‘";
}
.mdi-clock-time-three-outline:before {
  content: "ó±‘";
}
.mdi-clock-time-twelve:before {
  content: "ó±‘Š";
}
.mdi-clock-time-twelve-outline:before {
  content: "ó±‘–";
}
.mdi-clock-time-two:before {
  content: "ó±‘€";
}
.mdi-clock-time-two-outline:before {
  content: "ó±‘Œ";
}
.mdi-close:before {
  content: "ó°…–";
}
.mdi-close-box:before {
  content: "ó°…—";
}
.mdi-close-box-multiple:before {
  content: "ó°±";
}
.mdi-close-box-multiple-outline:before {
  content: "ó°±ž";
}
.mdi-close-box-outline:before {
  content: "ó°…˜";
}
.mdi-close-circle:before {
  content: "ó°…™";
}
.mdi-close-circle-multiple:before {
  content: "ó°˜ª";
}
.mdi-close-circle-multiple-outline:before {
  content: "ó°¢ƒ";
}
.mdi-close-circle-outline:before {
  content: "ó°…š";
}
.mdi-close-network:before {
  content: "ó°…›";
}
.mdi-close-network-outline:before {
  content: "ó°±Ÿ";
}
.mdi-close-octagon:before {
  content: "ó°…œ";
}
.mdi-close-octagon-outline:before {
  content: "ó°…";
}
.mdi-close-outline:before {
  content: "ó°›‰";
}
.mdi-close-thick:before {
  content: "ó±Ž˜";
}
.mdi-closed-caption:before {
  content: "ó°…ž";
}
.mdi-closed-caption-outline:before {
  content: "ó°¶½";
}
.mdi-cloud:before {
  content: "ó°…Ÿ";
}
.mdi-cloud-alert:before {
  content: "ó°§ ";
}
.mdi-cloud-alert-outline:before {
  content: "ó±¯ ";
}
.mdi-cloud-arrow-down:before {
  content: "ó±¯¡";
}
.mdi-cloud-arrow-down-outline:before {
  content: "ó±¯¢";
}
.mdi-cloud-arrow-left:before {
  content: "ó±¯£";
}
.mdi-cloud-arrow-left-outline:before {
  content: "ó±¯¤";
}
.mdi-cloud-arrow-right:before {
  content: "ó±¯¥";
}
.mdi-cloud-arrow-right-outline:before {
  content: "ó±¯¦";
}
.mdi-cloud-arrow-up:before {
  content: "ó±¯§";
}
.mdi-cloud-arrow-up-outline:before {
  content: "ó±¯¨";
}
.mdi-cloud-braces:before {
  content: "ó°žµ";
}
.mdi-cloud-cancel:before {
  content: "ó±¯©";
}
.mdi-cloud-cancel-outline:before {
  content: "ó±¯ª";
}
.mdi-cloud-check:before {
  content: "ó±¯«";
}
.mdi-cloud-check-outline:before {
  content: "ó±¯¬";
}
.mdi-cloud-check-variant:before {
  content: "ó°… ";
}
.mdi-cloud-check-variant-outline:before {
  content: "ó±‹Œ";
}
.mdi-cloud-circle:before {
  content: "ó°…¡";
}
.mdi-cloud-circle-outline:before {
  content: "ó±¯­";
}
.mdi-cloud-clock:before {
  content: "ó±¯®";
}
.mdi-cloud-clock-outline:before {
  content: "ó±¯¯";
}
.mdi-cloud-cog:before {
  content: "ó±¯°";
}
.mdi-cloud-cog-outline:before {
  content: "ó±¯±";
}
.mdi-cloud-download:before {
  content: "ó°…¢";
}
.mdi-cloud-download-outline:before {
  content: "ó°­½";
}
.mdi-cloud-lock:before {
  content: "ó±‡±";
}
.mdi-cloud-lock-open:before {
  content: "ó±¯²";
}
.mdi-cloud-lock-open-outline:before {
  content: "ó±¯³";
}
.mdi-cloud-lock-outline:before {
  content: "ó±‡²";
}
.mdi-cloud-minus:before {
  content: "ó±¯´";
}
.mdi-cloud-minus-outline:before {
  content: "ó±¯µ";
}
.mdi-cloud-off:before {
  content: "ó±¯¶";
}
.mdi-cloud-off-outline:before {
  content: "ó°…¤";
}
.mdi-cloud-outline:before {
  content: "ó°…£";
}
.mdi-cloud-percent:before {
  content: "ó±¨µ";
}
.mdi-cloud-percent-outline:before {
  content: "ó±¨¶";
}
.mdi-cloud-plus:before {
  content: "ó±¯·";
}
.mdi-cloud-plus-outline:before {
  content: "ó±¯¸";
}
.mdi-cloud-print:before {
  content: "ó°…¥";
}
.mdi-cloud-print-outline:before {
  content: "ó°…¦";
}
.mdi-cloud-question:before {
  content: "ó°¨¹";
}
.mdi-cloud-question-outline:before {
  content: "ó±¯¹";
}
.mdi-cloud-refresh:before {
  content: "ó±¯º";
}
.mdi-cloud-refresh-outline:before {
  content: "ó±¯»";
}
.mdi-cloud-refresh-variant:before {
  content: "ó°”ª";
}
.mdi-cloud-refresh-variant-outline:before {
  content: "ó±¯¼";
}
.mdi-cloud-remove:before {
  content: "ó±¯½";
}
.mdi-cloud-remove-outline:before {
  content: "ó±¯¾";
}
.mdi-cloud-search:before {
  content: "ó°¥–";
}
.mdi-cloud-search-outline:before {
  content: "ó°¥—";
}
.mdi-cloud-sync:before {
  content: "ó°˜¿";
}
.mdi-cloud-sync-outline:before {
  content: "ó±‹–";
}
.mdi-cloud-tags:before {
  content: "ó°ž¶";
}
.mdi-cloud-upload:before {
  content: "ó°…§";
}
.mdi-cloud-upload-outline:before {
  content: "ó°­¾";
}
.mdi-clouds:before {
  content: "ó±®•";
}
.mdi-clover:before {
  content: "ó° –";
}
.mdi-coach-lamp:before {
  content: "ó±€ ";
}
.mdi-coach-lamp-variant:before {
  content: "ó±¨·";
}
.mdi-coat-rack:before {
  content: "ó±‚ž";
}
.mdi-code-array:before {
  content: "ó°…¨";
}
.mdi-code-braces:before {
  content: "ó°…©";
}
.mdi-code-braces-box:before {
  content: "ó±ƒ–";
}
.mdi-code-brackets:before {
  content: "ó°…ª";
}
.mdi-code-equal:before {
  content: "ó°…«";
}
.mdi-code-greater-than:before {
  content: "ó°…¬";
}
.mdi-code-greater-than-or-equal:before {
  content: "ó°…­";
}
.mdi-code-json:before {
  content: "ó°˜¦";
}
.mdi-code-less-than:before {
  content: "ó°…®";
}
.mdi-code-less-than-or-equal:before {
  content: "ó°…¯";
}
.mdi-code-not-equal:before {
  content: "ó°…°";
}
.mdi-code-not-equal-variant:before {
  content: "ó°…±";
}
.mdi-code-parentheses:before {
  content: "ó°…²";
}
.mdi-code-parentheses-box:before {
  content: "ó±ƒ—";
}
.mdi-code-string:before {
  content: "ó°…³";
}
.mdi-code-tags:before {
  content: "ó°…´";
}
.mdi-code-tags-check:before {
  content: "ó°š”";
}
.mdi-codepen:before {
  content: "ó°…µ";
}
.mdi-coffee:before {
  content: "ó°…¶";
}
.mdi-coffee-maker:before {
  content: "ó±‚Ÿ";
}
.mdi-coffee-maker-check:before {
  content: "ó±¤±";
}
.mdi-coffee-maker-check-outline:before {
  content: "ó±¤²";
}
.mdi-coffee-maker-outline:before {
  content: "ó± ›";
}
.mdi-coffee-off:before {
  content: "ó°¾ª";
}
.mdi-coffee-off-outline:before {
  content: "ó°¾«";
}
.mdi-coffee-outline:before {
  content: "ó°›Š";
}
.mdi-coffee-to-go:before {
  content: "ó°…·";
}
.mdi-coffee-to-go-outline:before {
  content: "ó±ŒŽ";
}
.mdi-coffin:before {
  content: "ó°­¿";
}
.mdi-cog:before {
  content: "ó°’“";
}
.mdi-cog-box:before {
  content: "ó°’”";
}
.mdi-cog-clockwise:before {
  content: "ó±‡";
}
.mdi-cog-counterclockwise:before {
  content: "ó±‡ž";
}
.mdi-cog-off:before {
  content: "ó±Ž";
}
.mdi-cog-off-outline:before {
  content: "ó±";
}
.mdi-cog-outline:before {
  content: "ó°¢»";
}
.mdi-cog-pause:before {
  content: "ó±¤³";
}
.mdi-cog-pause-outline:before {
  content: "ó±¤´";
}
.mdi-cog-play:before {
  content: "ó±¤µ";
}
.mdi-cog-play-outline:before {
  content: "ó±¤¶";
}
.mdi-cog-refresh:before {
  content: "ó±‘ž";
}
.mdi-cog-refresh-outline:before {
  content: "ó±‘Ÿ";
}
.mdi-cog-stop:before {
  content: "ó±¤·";
}
.mdi-cog-stop-outline:before {
  content: "ó±¤¸";
}
.mdi-cog-sync:before {
  content: "ó±‘ ";
}
.mdi-cog-sync-outline:before {
  content: "ó±‘¡";
}
.mdi-cog-transfer:before {
  content: "ó±›";
}
.mdi-cog-transfer-outline:before {
  content: "ó±œ";
}
.mdi-cogs:before {
  content: "ó°£–";
}
.mdi-collage:before {
  content: "ó°™€";
}
.mdi-collapse-all:before {
  content: "ó°ª¦";
}
.mdi-collapse-all-outline:before {
  content: "ó°ª§";
}
.mdi-color-helper:before {
  content: "ó°…¹";
}
.mdi-comma:before {
  content: "ó°¸£";
}
.mdi-comma-box:before {
  content: "ó°¸«";
}
.mdi-comma-box-outline:before {
  content: "ó°¸¤";
}
.mdi-comma-circle:before {
  content: "ó°¸¥";
}
.mdi-comma-circle-outline:before {
  content: "ó°¸¦";
}
.mdi-comment:before {
  content: "ó°…º";
}
.mdi-comment-account:before {
  content: "ó°…»";
}
.mdi-comment-account-outline:before {
  content: "ó°…¼";
}
.mdi-comment-alert:before {
  content: "ó°…½";
}
.mdi-comment-alert-outline:before {
  content: "ó°…¾";
}
.mdi-comment-arrow-left:before {
  content: "ó°§¡";
}
.mdi-comment-arrow-left-outline:before {
  content: "ó°§¢";
}
.mdi-comment-arrow-right:before {
  content: "ó°§£";
}
.mdi-comment-arrow-right-outline:before {
  content: "ó°§¤";
}
.mdi-comment-bookmark:before {
  content: "ó±–®";
}
.mdi-comment-bookmark-outline:before {
  content: "ó±–¯";
}
.mdi-comment-check:before {
  content: "ó°…¿";
}
.mdi-comment-check-outline:before {
  content: "ó°†€";
}
.mdi-comment-edit:before {
  content: "ó±†¿";
}
.mdi-comment-edit-outline:before {
  content: "ó±‹„";
}
.mdi-comment-eye:before {
  content: "ó°¨º";
}
.mdi-comment-eye-outline:before {
  content: "ó°¨»";
}
.mdi-comment-flash:before {
  content: "ó±–°";
}
.mdi-comment-flash-outline:before {
  content: "ó±–±";
}
.mdi-comment-minus:before {
  content: "ó±—Ÿ";
}
.mdi-comment-minus-outline:before {
  content: "ó±— ";
}
.mdi-comment-multiple:before {
  content: "ó°¡Ÿ";
}
.mdi-comment-multiple-outline:before {
  content: "ó°†";
}
.mdi-comment-off:before {
  content: "ó±—¡";
}
.mdi-comment-off-outline:before {
  content: "ó±—¢";
}
.mdi-comment-outline:before {
  content: "ó°†‚";
}
.mdi-comment-plus:before {
  content: "ó°§¥";
}
.mdi-comment-plus-outline:before {
  content: "ó°†ƒ";
}
.mdi-comment-processing:before {
  content: "ó°†„";
}
.mdi-comment-processing-outline:before {
  content: "ó°†…";
}
.mdi-comment-question:before {
  content: "ó° —";
}
.mdi-comment-question-outline:before {
  content: "ó°††";
}
.mdi-comment-quote:before {
  content: "ó±€¡";
}
.mdi-comment-quote-outline:before {
  content: "ó±€¢";
}
.mdi-comment-remove:before {
  content: "ó°—ž";
}
.mdi-comment-remove-outline:before {
  content: "ó°†‡";
}
.mdi-comment-search:before {
  content: "ó°¨¼";
}
.mdi-comment-search-outline:before {
  content: "ó°¨½";
}
.mdi-comment-text:before {
  content: "ó°†ˆ";
}
.mdi-comment-text-multiple:before {
  content: "ó°¡ ";
}
.mdi-comment-text-multiple-outline:before {
  content: "ó°¡¡";
}
.mdi-comment-text-outline:before {
  content: "ó°†‰";
}
.mdi-compare:before {
  content: "ó°†Š";
}
.mdi-compare-horizontal:before {
  content: "ó±’’";
}
.mdi-compare-remove:before {
  content: "ó±¢³";
}
.mdi-compare-vertical:before {
  content: "ó±’“";
}
.mdi-compass:before {
  content: "ó°†‹";
}
.mdi-compass-off:before {
  content: "ó°®€";
}
.mdi-compass-off-outline:before {
  content: "ó°®";
}
.mdi-compass-outline:before {
  content: "ó°†Œ";
}
.mdi-compass-rose:before {
  content: "ó±Ž‚";
}
.mdi-compost:before {
  content: "ó±¨¸";
}
.mdi-cone:before {
  content: "ó±¥Œ";
}
.mdi-cone-off:before {
  content: "ó±¥";
}
.mdi-connection:before {
  content: "ó±˜–";
}
.mdi-console:before {
  content: "ó°†";
}
.mdi-console-line:before {
  content: "ó°ž·";
}
.mdi-console-network:before {
  content: "ó°¢©";
}
.mdi-console-network-outline:before {
  content: "ó°± ";
}
.mdi-consolidate:before {
  content: "ó±ƒ˜";
}
.mdi-contactless-payment:before {
  content: "ó°µª";
}
.mdi-contactless-payment-circle:before {
  content: "ó°Œ¡";
}
.mdi-contactless-payment-circle-outline:before {
  content: "ó°ˆ";
}
.mdi-contacts:before {
  content: "ó°›‹";
}
.mdi-contacts-outline:before {
  content: "ó°–¸";
}
.mdi-contain:before {
  content: "ó°¨¾";
}
.mdi-contain-end:before {
  content: "ó°¨¿";
}
.mdi-contain-start:before {
  content: "ó°©€";
}
.mdi-content-copy:before {
  content: "ó°†";
}
.mdi-content-cut:before {
  content: "ó°†";
}
.mdi-content-duplicate:before {
  content: "ó°†‘";
}
.mdi-content-paste:before {
  content: "ó°†’";
}
.mdi-content-save:before {
  content: "ó°†“";
}
.mdi-content-save-alert:before {
  content: "ó°½‚";
}
.mdi-content-save-alert-outline:before {
  content: "ó°½ƒ";
}
.mdi-content-save-all:before {
  content: "ó°†”";
}
.mdi-content-save-all-outline:before {
  content: "ó°½„";
}
.mdi-content-save-check:before {
  content: "ó±£ª";
}
.mdi-content-save-check-outline:before {
  content: "ó±£«";
}
.mdi-content-save-cog:before {
  content: "ó±‘›";
}
.mdi-content-save-cog-outline:before {
  content: "ó±‘œ";
}
.mdi-content-save-edit:before {
  content: "ó°³»";
}
.mdi-content-save-edit-outline:before {
  content: "ó°³¼";
}
.mdi-content-save-minus:before {
  content: "ó±­ƒ";
}
.mdi-content-save-minus-outline:before {
  content: "ó±­„";
}
.mdi-content-save-move:before {
  content: "ó°¸§";
}
.mdi-content-save-move-outline:before {
  content: "ó°¸¨";
}
.mdi-content-save-off:before {
  content: "ó±™ƒ";
}
.mdi-content-save-off-outline:before {
  content: "ó±™„";
}
.mdi-content-save-outline:before {
  content: "ó° ˜";
}
.mdi-content-save-plus:before {
  content: "ó±­";
}
.mdi-content-save-plus-outline:before {
  content: "ó±­‚";
}
.mdi-content-save-settings:before {
  content: "ó°˜›";
}
.mdi-content-save-settings-outline:before {
  content: "ó°¬®";
}
.mdi-contrast:before {
  content: "ó°†•";
}
.mdi-contrast-box:before {
  content: "ó°†–";
}
.mdi-contrast-circle:before {
  content: "ó°†—";
}
.mdi-controller:before {
  content: "ó°Š´";
}
.mdi-controller-classic:before {
  content: "ó°®‚";
}
.mdi-controller-classic-outline:before {
  content: "ó°®ƒ";
}
.mdi-controller-off:before {
  content: "ó°Šµ";
}
.mdi-cookie:before {
  content: "ó°†˜";
}
.mdi-cookie-alert:before {
  content: "ó±›";
}
.mdi-cookie-alert-outline:before {
  content: "ó±›‘";
}
.mdi-cookie-check:before {
  content: "ó±›’";
}
.mdi-cookie-check-outline:before {
  content: "ó±›“";
}
.mdi-cookie-clock:before {
  content: "ó±›¤";
}
.mdi-cookie-clock-outline:before {
  content: "ó±›¥";
}
.mdi-cookie-cog:before {
  content: "ó±›”";
}
.mdi-cookie-cog-outline:before {
  content: "ó±›•";
}
.mdi-cookie-edit:before {
  content: "ó±›¦";
}
.mdi-cookie-edit-outline:before {
  content: "ó±›§";
}
.mdi-cookie-lock:before {
  content: "ó±›¨";
}
.mdi-cookie-lock-outline:before {
  content: "ó±›©";
}
.mdi-cookie-minus:before {
  content: "ó±›š";
}
.mdi-cookie-minus-outline:before {
  content: "ó±››";
}
.mdi-cookie-off:before {
  content: "ó±›ª";
}
.mdi-cookie-off-outline:before {
  content: "ó±›«";
}
.mdi-cookie-outline:before {
  content: "ó±›ž";
}
.mdi-cookie-plus:before {
  content: "ó±›–";
}
.mdi-cookie-plus-outline:before {
  content: "ó±›—";
}
.mdi-cookie-refresh:before {
  content: "ó±›¬";
}
.mdi-cookie-refresh-outline:before {
  content: "ó±›­";
}
.mdi-cookie-remove:before {
  content: "ó±›˜";
}
.mdi-cookie-remove-outline:before {
  content: "ó±›™";
}
.mdi-cookie-settings:before {
  content: "ó±›œ";
}
.mdi-cookie-settings-outline:before {
  content: "ó±›";
}
.mdi-coolant-temperature:before {
  content: "ó°ˆ";
}
.mdi-copyleft:before {
  content: "ó±¤¹";
}
.mdi-copyright:before {
  content: "ó°—¦";
}
.mdi-cordova:before {
  content: "ó°¥˜";
}
.mdi-corn:before {
  content: "ó°ž¸";
}
.mdi-corn-off:before {
  content: "ó±¯";
}
.mdi-cosine-wave:before {
  content: "ó±‘¹";
}
.mdi-counter:before {
  content: "ó°†™";
}
.mdi-countertop:before {
  content: "ó± œ";
}
.mdi-countertop-outline:before {
  content: "ó± ";
}
.mdi-cow:before {
  content: "ó°†š";
}
.mdi-cow-off:before {
  content: "ó±£¼";
}
.mdi-cpu-32-bit:before {
  content: "ó°»Ÿ";
}
.mdi-cpu-64-bit:before {
  content: "ó°» ";
}
.mdi-cradle:before {
  content: "ó±¦‹";
}
.mdi-cradle-outline:before {
  content: "ó±¦‘";
}
.mdi-crane:before {
  content: "ó°¡¢";
}
.mdi-creation:before {
  content: "ó°™´";
}
.mdi-creative-commons:before {
  content: "ó°µ«";
}
.mdi-credit-card:before {
  content: "ó°¿¯";
}
.mdi-credit-card-check:before {
  content: "ó±";
}
.mdi-credit-card-check-outline:before {
  content: "ó±‘";
}
.mdi-credit-card-chip:before {
  content: "ó±¤";
}
.mdi-credit-card-chip-outline:before {
  content: "ó±¤";
}
.mdi-credit-card-clock:before {
  content: "ó°»¡";
}
.mdi-credit-card-clock-outline:before {
  content: "ó°»¢";
}
.mdi-credit-card-edit:before {
  content: "ó±Ÿ—";
}
.mdi-credit-card-edit-outline:before {
  content: "ó±Ÿ˜";
}
.mdi-credit-card-fast:before {
  content: "ó±¤‘";
}
.mdi-credit-card-fast-outline:before {
  content: "ó±¤’";
}
.mdi-credit-card-lock:before {
  content: "ó±£§";
}
.mdi-credit-card-lock-outline:before {
  content: "ó±£¨";
}
.mdi-credit-card-marker:before {
  content: "ó°š¨";
}
.mdi-credit-card-marker-outline:before {
  content: "ó°¶¾";
}
.mdi-credit-card-minus:before {
  content: "ó°¾¬";
}
.mdi-credit-card-minus-outline:before {
  content: "ó°¾­";
}
.mdi-credit-card-multiple:before {
  content: "ó°¿°";
}
.mdi-credit-card-multiple-outline:before {
  content: "ó°†œ";
}
.mdi-credit-card-off:before {
  content: "ó°¿±";
}
.mdi-credit-card-off-outline:before {
  content: "ó°—¤";
}
.mdi-credit-card-outline:before {
  content: "ó°†›";
}
.mdi-credit-card-plus:before {
  content: "ó°¿²";
}
.mdi-credit-card-plus-outline:before {
  content: "ó°™¶";
}
.mdi-credit-card-refresh:before {
  content: "ó±™…";
}
.mdi-credit-card-refresh-outline:before {
  content: "ó±™†";
}
.mdi-credit-card-refund:before {
  content: "ó°¿³";
}
.mdi-credit-card-refund-outline:before {
  content: "ó°ª¨";
}
.mdi-credit-card-remove:before {
  content: "ó°¾®";
}
.mdi-credit-card-remove-outline:before {
  content: "ó°¾¯";
}
.mdi-credit-card-scan:before {
  content: "ó°¿´";
}
.mdi-credit-card-scan-outline:before {
  content: "ó°†";
}
.mdi-credit-card-search:before {
  content: "ó±™‡";
}
.mdi-credit-card-search-outline:before {
  content: "ó±™ˆ";
}
.mdi-credit-card-settings:before {
  content: "ó°¿µ";
}
.mdi-credit-card-settings-outline:before {
  content: "ó°£—";
}
.mdi-credit-card-sync:before {
  content: "ó±™‰";
}
.mdi-credit-card-sync-outline:before {
  content: "ó±™Š";
}
.mdi-credit-card-wireless:before {
  content: "ó° ‚";
}
.mdi-credit-card-wireless-off:before {
  content: "ó°•º";
}
.mdi-credit-card-wireless-off-outline:before {
  content: "ó°•»";
}
.mdi-credit-card-wireless-outline:before {
  content: "ó°µ¬";
}
.mdi-cricket:before {
  content: "ó°µ­";
}
.mdi-crop:before {
  content: "ó°†ž";
}
.mdi-crop-free:before {
  content: "ó°†Ÿ";
}
.mdi-crop-landscape:before {
  content: "ó°† ";
}
.mdi-crop-portrait:before {
  content: "ó°†¡";
}
.mdi-crop-rotate:before {
  content: "ó°š–";
}
.mdi-crop-square:before {
  content: "ó°†¢";
}
.mdi-cross:before {
  content: "ó°¥“";
}
.mdi-cross-bolnisi:before {
  content: "ó°³­";
}
.mdi-cross-celtic:before {
  content: "ó°³µ";
}
.mdi-cross-outline:before {
  content: "ó°³¶";
}
.mdi-crosshairs:before {
  content: "ó°†£";
}
.mdi-crosshairs-gps:before {
  content: "ó°†¤";
}
.mdi-crosshairs-off:before {
  content: "ó°½…";
}
.mdi-crosshairs-question:before {
  content: "ó±„¶";
}
.mdi-crowd:before {
  content: "ó±¥µ";
}
.mdi-crown:before {
  content: "ó°†¥";
}
.mdi-crown-circle:before {
  content: "ó±Ÿœ";
}
.mdi-crown-circle-outline:before {
  content: "ó±Ÿ";
}
.mdi-crown-outline:before {
  content: "ó±‡";
}
.mdi-cryengine:before {
  content: "ó°¥™";
}
.mdi-crystal-ball:before {
  content: "ó°¬¯";
}
.mdi-cube:before {
  content: "ó°†¦";
}
.mdi-cube-off:before {
  content: "ó±œ";
}
.mdi-cube-off-outline:before {
  content: "ó±";
}
.mdi-cube-outline:before {
  content: "ó°†§";
}
.mdi-cube-scan:before {
  content: "ó°®„";
}
.mdi-cube-send:before {
  content: "ó°†¨";
}
.mdi-cube-unfolded:before {
  content: "ó°†©";
}
.mdi-cup:before {
  content: "ó°†ª";
}
.mdi-cup-off:before {
  content: "ó°—¥";
}
.mdi-cup-off-outline:before {
  content: "ó±½";
}
.mdi-cup-outline:before {
  content: "ó±Œ";
}
.mdi-cup-water:before {
  content: "ó°†«";
}
.mdi-cupboard:before {
  content: "ó°½†";
}
.mdi-cupboard-outline:before {
  content: "ó°½‡";
}
.mdi-cupcake:before {
  content: "ó°¥š";
}
.mdi-curling:before {
  content: "ó°¡£";
}
.mdi-currency-bdt:before {
  content: "ó°¡¤";
}
.mdi-currency-brl:before {
  content: "ó°®…";
}
.mdi-currency-btc:before {
  content: "ó°†¬";
}
.mdi-currency-cny:before {
  content: "ó°žº";
}
.mdi-currency-eth:before {
  content: "ó°ž»";
}
.mdi-currency-eur:before {
  content: "ó°†­";
}
.mdi-currency-eur-off:before {
  content: "ó±Œ•";
}
.mdi-currency-fra:before {
  content: "ó±¨¹";
}
.mdi-currency-gbp:before {
  content: "ó°†®";
}
.mdi-currency-ils:before {
  content: "ó°±¡";
}
.mdi-currency-inr:before {
  content: "ó°†¯";
}
.mdi-currency-jpy:before {
  content: "ó°ž¼";
}
.mdi-currency-krw:before {
  content: "ó°ž½";
}
.mdi-currency-kzt:before {
  content: "ó°¡¥";
}
.mdi-currency-mnt:before {
  content: "ó±”’";
}
.mdi-currency-ngn:before {
  content: "ó°†°";
}
.mdi-currency-php:before {
  content: "ó°§¦";
}
.mdi-currency-rial:before {
  content: "ó°ºœ";
}
.mdi-currency-rub:before {
  content: "ó°†±";
}
.mdi-currency-rupee:before {
  content: "ó±¥¶";
}
.mdi-currency-sign:before {
  content: "ó°ž¾";
}
.mdi-currency-thb:before {
  content: "ó±°…";
}
.mdi-currency-try:before {
  content: "ó°†²";
}
.mdi-currency-twd:before {
  content: "ó°ž¿";
}
.mdi-currency-uah:before {
  content: "ó±®›";
}
.mdi-currency-usd:before {
  content: "ó°‡";
}
.mdi-currency-usd-off:before {
  content: "ó°™º";
}
.mdi-current-ac:before {
  content: "ó±’€";
}
.mdi-current-dc:before {
  content: "ó°¥œ";
}
.mdi-cursor-default:before {
  content: "ó°‡€";
}
.mdi-cursor-default-click:before {
  content: "ó°³½";
}
.mdi-cursor-default-click-outline:before {
  content: "ó°³¾";
}
.mdi-cursor-default-gesture:before {
  content: "ó±„§";
}
.mdi-cursor-default-gesture-outline:before {
  content: "ó±„¨";
}
.mdi-cursor-default-outline:before {
  content: "ó°†¿";
}
.mdi-cursor-move:before {
  content: "ó°†¾";
}
.mdi-cursor-pointer:before {
  content: "ó°†½";
}
.mdi-cursor-text:before {
  content: "ó°—§";
}
.mdi-curtains:before {
  content: "ó±¡†";
}
.mdi-curtains-closed:before {
  content: "ó±¡‡";
}
.mdi-cylinder:before {
  content: "ó±¥Ž";
}
.mdi-cylinder-off:before {
  content: "ó±¥";
}
.mdi-dance-ballroom:before {
  content: "ó±—»";
}
.mdi-dance-pole:before {
  content: "ó±•¸";
}
.mdi-data-matrix:before {
  content: "ó±”¼";
}
.mdi-data-matrix-edit:before {
  content: "ó±”½";
}
.mdi-data-matrix-minus:before {
  content: "ó±”¾";
}
.mdi-data-matrix-plus:before {
  content: "ó±”¿";
}
.mdi-data-matrix-remove:before {
  content: "ó±•€";
}
.mdi-data-matrix-scan:before {
  content: "ó±•";
}
.mdi-database:before {
  content: "ó°†¼";
}
.mdi-database-alert:before {
  content: "ó±˜º";
}
.mdi-database-alert-outline:before {
  content: "ó±˜¤";
}
.mdi-database-arrow-down:before {
  content: "ó±˜»";
}
.mdi-database-arrow-down-outline:before {
  content: "ó±˜¥";
}
.mdi-database-arrow-left:before {
  content: "ó±˜¼";
}
.mdi-database-arrow-left-outline:before {
  content: "ó±˜¦";
}
.mdi-database-arrow-right:before {
  content: "ó±˜½";
}
.mdi-database-arrow-right-outline:before {
  content: "ó±˜§";
}
.mdi-database-arrow-up:before {
  content: "ó±˜¾";
}
.mdi-database-arrow-up-outline:before {
  content: "ó±˜¨";
}
.mdi-database-check:before {
  content: "ó°ª©";
}
.mdi-database-check-outline:before {
  content: "ó±˜©";
}
.mdi-database-clock:before {
  content: "ó±˜¿";
}
.mdi-database-clock-outline:before {
  content: "ó±˜ª";
}
.mdi-database-cog:before {
  content: "ó±™‹";
}
.mdi-database-cog-outline:before {
  content: "ó±™Œ";
}
.mdi-database-edit:before {
  content: "ó°®†";
}
.mdi-database-edit-outline:before {
  content: "ó±˜«";
}
.mdi-database-export:before {
  content: "ó°¥ž";
}
.mdi-database-export-outline:before {
  content: "ó±˜¬";
}
.mdi-database-eye:before {
  content: "ó±¤Ÿ";
}
.mdi-database-eye-off:before {
  content: "ó±¤ ";
}
.mdi-database-eye-off-outline:before {
  content: "ó±¤¡";
}
.mdi-database-eye-outline:before {
  content: "ó±¤¢";
}
.mdi-database-import:before {
  content: "ó°¥";
}
.mdi-database-import-outline:before {
  content: "ó±˜­";
}
.mdi-database-lock:before {
  content: "ó°ªª";
}
.mdi-database-lock-outline:before {
  content: "ó±˜®";
}
.mdi-database-marker:before {
  content: "ó±‹¶";
}
.mdi-database-marker-outline:before {
  content: "ó±˜¯";
}
.mdi-database-minus:before {
  content: "ó°†»";
}
.mdi-database-minus-outline:before {
  content: "ó±˜°";
}
.mdi-database-off:before {
  content: "ó±™€";
}
.mdi-database-off-outline:before {
  content: "ó±˜±";
}
.mdi-database-outline:before {
  content: "ó±˜²";
}
.mdi-database-plus:before {
  content: "ó°†º";
}
.mdi-database-plus-outline:before {
  content: "ó±˜³";
}
.mdi-database-refresh:before {
  content: "ó°—‚";
}
.mdi-database-refresh-outline:before {
  content: "ó±˜´";
}
.mdi-database-remove:before {
  content: "ó°´€";
}
.mdi-database-remove-outline:before {
  content: "ó±˜µ";
}
.mdi-database-search:before {
  content: "ó°¡¦";
}
.mdi-database-search-outline:before {
  content: "ó±˜¶";
}
.mdi-database-settings:before {
  content: "ó°´";
}
.mdi-database-settings-outline:before {
  content: "ó±˜·";
}
.mdi-database-sync:before {
  content: "ó°³¿";
}
.mdi-database-sync-outline:before {
  content: "ó±˜¸";
}
.mdi-death-star:before {
  content: "ó°£˜";
}
.mdi-death-star-variant:before {
  content: "ó°£™";
}
.mdi-deathly-hallows:before {
  content: "ó°®‡";
}
.mdi-debian:before {
  content: "ó°£š";
}
.mdi-debug-step-into:before {
  content: "ó°†¹";
}
.mdi-debug-step-out:before {
  content: "ó°†¸";
}
.mdi-debug-step-over:before {
  content: "ó°†·";
}
.mdi-decagram:before {
  content: "ó°¬";
}
.mdi-decagram-outline:before {
  content: "ó°­";
}
.mdi-decimal:before {
  content: "ó±‚¡";
}
.mdi-decimal-comma:before {
  content: "ó±‚¢";
}
.mdi-decimal-comma-decrease:before {
  content: "ó±‚£";
}
.mdi-decimal-comma-increase:before {
  content: "ó±‚¤";
}
.mdi-decimal-decrease:before {
  content: "ó°†¶";
}
.mdi-decimal-increase:before {
  content: "ó°†µ";
}
.mdi-delete:before {
  content: "ó°†´";
}
.mdi-delete-alert:before {
  content: "ó±‚¥";
}
.mdi-delete-alert-outline:before {
  content: "ó±‚¦";
}
.mdi-delete-circle:before {
  content: "ó°šƒ";
}
.mdi-delete-circle-outline:before {
  content: "ó°®ˆ";
}
.mdi-delete-clock:before {
  content: "ó±•–";
}
.mdi-delete-clock-outline:before {
  content: "ó±•—";
}
.mdi-delete-empty:before {
  content: "ó°›Œ";
}
.mdi-delete-empty-outline:before {
  content: "ó°º";
}
.mdi-delete-forever:before {
  content: "ó°—¨";
}
.mdi-delete-forever-outline:before {
  content: "ó°®‰";
}
.mdi-delete-off:before {
  content: "ó±‚§";
}
.mdi-delete-off-outline:before {
  content: "ó±‚¨";
}
.mdi-delete-outline:before {
  content: "ó°§§";
}
.mdi-delete-restore:before {
  content: "ó° ™";
}
.mdi-delete-sweep:before {
  content: "ó°—©";
}
.mdi-delete-sweep-outline:before {
  content: "ó°±¢";
}
.mdi-delete-variant:before {
  content: "ó°†³";
}
.mdi-delta:before {
  content: "ó°‡‚";
}
.mdi-desk:before {
  content: "ó±ˆ¹";
}
.mdi-desk-lamp:before {
  content: "ó°¥Ÿ";
}
.mdi-desk-lamp-off:before {
  content: "ó±¬Ÿ";
}
.mdi-desk-lamp-on:before {
  content: "ó±¬ ";
}
.mdi-deskphone:before {
  content: "ó°‡ƒ";
}
.mdi-desktop-classic:before {
  content: "ó°Ÿ€";
}
.mdi-desktop-tower:before {
  content: "ó°‡…";
}
.mdi-desktop-tower-monitor:before {
  content: "ó°ª«";
}
.mdi-details:before {
  content: "ó°‡†";
}
.mdi-dev-to:before {
  content: "ó°µ®";
}
.mdi-developer-board:before {
  content: "ó°š—";
}
.mdi-deviantart:before {
  content: "ó°‡‡";
}
.mdi-devices:before {
  content: "ó°¾°";
}
.mdi-dharmachakra:before {
  content: "ó°¥‹";
}
.mdi-diabetes:before {
  content: "ó±„¦";
}
.mdi-dialpad:before {
  content: "ó°˜œ";
}
.mdi-diameter:before {
  content: "ó°±£";
}
.mdi-diameter-outline:before {
  content: "ó°±¤";
}
.mdi-diameter-variant:before {
  content: "ó°±¥";
}
.mdi-diamond:before {
  content: "ó°®Š";
}
.mdi-diamond-outline:before {
  content: "ó°®‹";
}
.mdi-diamond-stone:before {
  content: "ó°‡ˆ";
}
.mdi-dice-1:before {
  content: "ó°‡Š";
}
.mdi-dice-1-outline:before {
  content: "ó±…Š";
}
.mdi-dice-2:before {
  content: "ó°‡‹";
}
.mdi-dice-2-outline:before {
  content: "ó±…‹";
}
.mdi-dice-3:before {
  content: "ó°‡Œ";
}
.mdi-dice-3-outline:before {
  content: "ó±…Œ";
}
.mdi-dice-4:before {
  content: "ó°‡";
}
.mdi-dice-4-outline:before {
  content: "ó±…";
}
.mdi-dice-5:before {
  content: "ó°‡Ž";
}
.mdi-dice-5-outline:before {
  content: "ó±…Ž";
}
.mdi-dice-6:before {
  content: "ó°‡";
}
.mdi-dice-6-outline:before {
  content: "ó±…";
}
.mdi-dice-d10:before {
  content: "ó±…“";
}
.mdi-dice-d10-outline:before {
  content: "ó°¯";
}
.mdi-dice-d12:before {
  content: "ó±…”";
}
.mdi-dice-d12-outline:before {
  content: "ó°¡§";
}
.mdi-dice-d20:before {
  content: "ó±…•";
}
.mdi-dice-d20-outline:before {
  content: "ó°—ª";
}
.mdi-dice-d4:before {
  content: "ó±…";
}
.mdi-dice-d4-outline:before {
  content: "ó°—«";
}
.mdi-dice-d6:before {
  content: "ó±…‘";
}
.mdi-dice-d6-outline:before {
  content: "ó°—­";
}
.mdi-dice-d8:before {
  content: "ó±…’";
}
.mdi-dice-d8-outline:before {
  content: "ó°—¬";
}
.mdi-dice-multiple:before {
  content: "ó°®";
}
.mdi-dice-multiple-outline:before {
  content: "ó±…–";
}
.mdi-digital-ocean:before {
  content: "ó±ˆ·";
}
.mdi-dip-switch:before {
  content: "ó°Ÿ";
}
.mdi-directions:before {
  content: "ó°‡";
}
.mdi-directions-fork:before {
  content: "ó°™";
}
.mdi-disc:before {
  content: "ó°—®";
}
.mdi-disc-alert:before {
  content: "ó°‡‘";
}
.mdi-disc-player:before {
  content: "ó°¥ ";
}
.mdi-dishwasher:before {
  content: "ó°ª¬";
}
.mdi-dishwasher-alert:before {
  content: "ó±†¸";
}
.mdi-dishwasher-off:before {
  content: "ó±†¹";
}
.mdi-disqus:before {
  content: "ó°‡’";
}
.mdi-distribute-horizontal-center:before {
  content: "ó±‡‰";
}
.mdi-distribute-horizontal-left:before {
  content: "ó±‡ˆ";
}
.mdi-distribute-horizontal-right:before {
  content: "ó±‡Š";
}
.mdi-distribute-vertical-bottom:before {
  content: "ó±‡‹";
}
.mdi-distribute-vertical-center:before {
  content: "ó±‡Œ";
}
.mdi-distribute-vertical-top:before {
  content: "ó±‡";
}
.mdi-diversify:before {
  content: "ó±¡·";
}
.mdi-diving:before {
  content: "ó±¥·";
}
.mdi-diving-flippers:before {
  content: "ó°¶¿";
}
.mdi-diving-helmet:before {
  content: "ó°·€";
}
.mdi-diving-scuba:before {
  content: "ó±­·";
}
.mdi-diving-scuba-flag:before {
  content: "ó°·‚";
}
.mdi-diving-scuba-mask:before {
  content: "ó°·";
}
.mdi-diving-scuba-tank:before {
  content: "ó°·ƒ";
}
.mdi-diving-scuba-tank-multiple:before {
  content: "ó°·„";
}
.mdi-diving-snorkel:before {
  content: "ó°·…";
}
.mdi-division:before {
  content: "ó°‡”";
}
.mdi-division-box:before {
  content: "ó°‡•";
}
.mdi-dlna:before {
  content: "ó°©";
}
.mdi-dna:before {
  content: "ó°š„";
}
.mdi-dns:before {
  content: "ó°‡–";
}
.mdi-dns-outline:before {
  content: "ó°®Œ";
}
.mdi-dock-bottom:before {
  content: "ó±‚©";
}
.mdi-dock-left:before {
  content: "ó±‚ª";
}
.mdi-dock-right:before {
  content: "ó±‚«";
}
.mdi-dock-top:before {
  content: "ó±”“";
}
.mdi-dock-window:before {
  content: "ó±‚¬";
}
.mdi-docker:before {
  content: "ó°¡¨";
}
.mdi-doctor:before {
  content: "ó°©‚";
}
.mdi-dog:before {
  content: "ó°©ƒ";
}
.mdi-dog-service:before {
  content: "ó°ª­";
}
.mdi-dog-side:before {
  content: "ó°©„";
}
.mdi-dog-side-off:before {
  content: "ó±›®";
}
.mdi-dolby:before {
  content: "ó°š³";
}
.mdi-dolly:before {
  content: "ó°ºž";
}
.mdi-dolphin:before {
  content: "ó±¢´";
}
.mdi-domain:before {
  content: "ó°‡—";
}
.mdi-domain-off:before {
  content: "ó°µ¯";
}
.mdi-domain-plus:before {
  content: "ó±‚­";
}
.mdi-domain-remove:before {
  content: "ó±‚®";
}
.mdi-dome-light:before {
  content: "ó±ž";
}
.mdi-domino-mask:before {
  content: "ó±€£";
}
.mdi-donkey:before {
  content: "ó°Ÿ‚";
}
.mdi-door:before {
  content: "ó° š";
}
.mdi-door-closed:before {
  content: "ó° ›";
}
.mdi-door-closed-lock:before {
  content: "ó±‚¯";
}
.mdi-door-open:before {
  content: "ó° œ";
}
.mdi-door-sliding:before {
  content: "ó± ž";
}
.mdi-door-sliding-lock:before {
  content: "ó± Ÿ";
}
.mdi-door-sliding-open:before {
  content: "ó±  ";
}
.mdi-doorbell:before {
  content: "ó±‹¦";
}
.mdi-doorbell-video:before {
  content: "ó°¡©";
}
.mdi-dot-net:before {
  content: "ó°ª®";
}
.mdi-dots-circle:before {
  content: "ó±¥¸";
}
.mdi-dots-grid:before {
  content: "ó±—¼";
}
.mdi-dots-hexagon:before {
  content: "ó±—¿";
}
.mdi-dots-horizontal:before {
  content: "ó°‡˜";
}
.mdi-dots-horizontal-circle:before {
  content: "ó°Ÿƒ";
}
.mdi-dots-horizontal-circle-outline:before {
  content: "ó°®";
}
.mdi-dots-square:before {
  content: "ó±—½";
}
.mdi-dots-triangle:before {
  content: "ó±—¾";
}
.mdi-dots-vertical:before {
  content: "ó°‡™";
}
.mdi-dots-vertical-circle:before {
  content: "ó°Ÿ„";
}
.mdi-dots-vertical-circle-outline:before {
  content: "ó°®Ž";
}
.mdi-download:before {
  content: "ó°‡š";
}
.mdi-download-box:before {
  content: "ó±‘¢";
}
.mdi-download-box-outline:before {
  content: "ó±‘£";
}
.mdi-download-circle:before {
  content: "ó±‘¤";
}
.mdi-download-circle-outline:before {
  content: "ó±‘¥";
}
.mdi-download-lock:before {
  content: "ó±Œ ";
}
.mdi-download-lock-outline:before {
  content: "ó±Œ¡";
}
.mdi-download-multiple:before {
  content: "ó°§©";
}
.mdi-download-network:before {
  content: "ó°›´";
}
.mdi-download-network-outline:before {
  content: "ó°±¦";
}
.mdi-download-off:before {
  content: "ó±‚°";
}
.mdi-download-off-outline:before {
  content: "ó±‚±";
}
.mdi-download-outline:before {
  content: "ó°®";
}
.mdi-drag:before {
  content: "ó°‡›";
}
.mdi-drag-horizontal:before {
  content: "ó°‡œ";
}
.mdi-drag-horizontal-variant:before {
  content: "ó±‹°";
}
.mdi-drag-variant:before {
  content: "ó°®";
}
.mdi-drag-vertical:before {
  content: "ó°‡";
}
.mdi-drag-vertical-variant:before {
  content: "ó±‹±";
}
.mdi-drama-masks:before {
  content: "ó°´‚";
}
.mdi-draw:before {
  content: "ó°½‰";
}
.mdi-draw-pen:before {
  content: "ó±¦¹";
}
.mdi-drawing:before {
  content: "ó°‡ž";
}
.mdi-drawing-box:before {
  content: "ó°‡Ÿ";
}
.mdi-dresser:before {
  content: "ó°½Š";
}
.mdi-dresser-outline:before {
  content: "ó°½‹";
}
.mdi-drone:before {
  content: "ó°‡¢";
}
.mdi-dropbox:before {
  content: "ó°‡£";
}
.mdi-drupal:before {
  content: "ó°‡¤";
}
.mdi-duck:before {
  content: "ó°‡¥";
}
.mdi-dumbbell:before {
  content: "ó°‡¦";
}
.mdi-dump-truck:before {
  content: "ó°±§";
}
.mdi-ear-hearing:before {
  content: "ó°Ÿ…";
}
.mdi-ear-hearing-loop:before {
  content: "ó±«®";
}
.mdi-ear-hearing-off:before {
  content: "ó°©…";
}
.mdi-earbuds:before {
  content: "ó±¡";
}
.mdi-earbuds-off:before {
  content: "ó±¡";
}
.mdi-earbuds-off-outline:before {
  content: "ó±¡‘";
}
.mdi-earbuds-outline:before {
  content: "ó±¡’";
}
.mdi-earth:before {
  content: "ó°‡§";
}
.mdi-earth-arrow-right:before {
  content: "ó±Œ‘";
}
.mdi-earth-box:before {
  content: "ó°›";
}
.mdi-earth-box-minus:before {
  content: "ó±‡";
}
.mdi-earth-box-off:before {
  content: "ó°›Ž";
}
.mdi-earth-box-plus:before {
  content: "ó±†";
}
.mdi-earth-box-remove:before {
  content: "ó±ˆ";
}
.mdi-earth-minus:before {
  content: "ó±„";
}
.mdi-earth-off:before {
  content: "ó°‡¨";
}
.mdi-earth-plus:before {
  content: "ó±ƒ";
}
.mdi-earth-remove:before {
  content: "ó±…";
}
.mdi-egg:before {
  content: "ó°ª¯";
}
.mdi-egg-easter:before {
  content: "ó°ª°";
}
.mdi-egg-fried:before {
  content: "ó±¡Š";
}
.mdi-egg-off:before {
  content: "ó±°";
}
.mdi-egg-off-outline:before {
  content: "ó±±";
}
.mdi-egg-outline:before {
  content: "ó±²";
}
.mdi-eiffel-tower:before {
  content: "ó±•«";
}
.mdi-eight-track:before {
  content: "ó°§ª";
}
.mdi-eject:before {
  content: "ó°‡ª";
}
.mdi-eject-circle:before {
  content: "ó±¬£";
}
.mdi-eject-circle-outline:before {
  content: "ó±¬¤";
}
.mdi-eject-outline:before {
  content: "ó°®‘";
}
.mdi-electric-switch:before {
  content: "ó°ºŸ";
}
.mdi-electric-switch-closed:before {
  content: "ó±ƒ™";
}
.mdi-electron-framework:before {
  content: "ó±€¤";
}
.mdi-elephant:before {
  content: "ó°Ÿ†";
}
.mdi-elevation-decline:before {
  content: "ó°‡«";
}
.mdi-elevation-rise:before {
  content: "ó°‡¬";
}
.mdi-elevator:before {
  content: "ó°‡­";
}
.mdi-elevator-down:before {
  content: "ó±‹‚";
}
.mdi-elevator-passenger:before {
  content: "ó±Ž";
}
.mdi-elevator-passenger-off:before {
  content: "ó±¥¹";
}
.mdi-elevator-passenger-off-outline:before {
  content: "ó±¥º";
}
.mdi-elevator-passenger-outline:before {
  content: "ó±¥»";
}
.mdi-elevator-up:before {
  content: "ó±‹";
}
.mdi-ellipse:before {
  content: "ó°º ";
}
.mdi-ellipse-outline:before {
  content: "ó°º¡";
}
.mdi-email:before {
  content: "ó°‡®";
}
.mdi-email-alert:before {
  content: "ó°›";
}
.mdi-email-alert-outline:before {
  content: "ó°µ‚";
}
.mdi-email-arrow-left:before {
  content: "ó±ƒš";
}
.mdi-email-arrow-left-outline:before {
  content: "ó±ƒ›";
}
.mdi-email-arrow-right:before {
  content: "ó±ƒœ";
}
.mdi-email-arrow-right-outline:before {
  content: "ó±ƒ";
}
.mdi-email-box:before {
  content: "ó°´ƒ";
}
.mdi-email-check:before {
  content: "ó°ª±";
}
.mdi-email-check-outline:before {
  content: "ó°ª²";
}
.mdi-email-edit:before {
  content: "ó°»£";
}
.mdi-email-edit-outline:before {
  content: "ó°»¤";
}
.mdi-email-fast:before {
  content: "ó±¡¯";
}
.mdi-email-fast-outline:before {
  content: "ó±¡°";
}
.mdi-email-lock:before {
  content: "ó°‡±";
}
.mdi-email-lock-outline:before {
  content: "ó±­¡";
}
.mdi-email-mark-as-unread:before {
  content: "ó°®’";
}
.mdi-email-minus:before {
  content: "ó°»¥";
}
.mdi-email-minus-outline:before {
  content: "ó°»¦";
}
.mdi-email-multiple:before {
  content: "ó°»§";
}
.mdi-email-multiple-outline:before {
  content: "ó°»¨";
}
.mdi-email-newsletter:before {
  content: "ó°¾±";
}
.mdi-email-off:before {
  content: "ó±£";
}
.mdi-email-off-outline:before {
  content: "ó±¤";
}
.mdi-email-open:before {
  content: "ó°‡¯";
}
.mdi-email-open-multiple:before {
  content: "ó°»©";
}
.mdi-email-open-multiple-outline:before {
  content: "ó°»ª";
}
.mdi-email-open-outline:before {
  content: "ó°—¯";
}
.mdi-email-outline:before {
  content: "ó°‡°";
}
.mdi-email-plus:before {
  content: "ó°§«";
}
.mdi-email-plus-outline:before {
  content: "ó°§¬";
}
.mdi-email-remove:before {
  content: "ó±™¡";
}
.mdi-email-remove-outline:before {
  content: "ó±™¢";
}
.mdi-email-seal:before {
  content: "ó±¥›";
}
.mdi-email-seal-outline:before {
  content: "ó±¥œ";
}
.mdi-email-search:before {
  content: "ó°¥¡";
}
.mdi-email-search-outline:before {
  content: "ó°¥¢";
}
.mdi-email-sync:before {
  content: "ó±‹‡";
}
.mdi-email-sync-outline:before {
  content: "ó±‹ˆ";
}
.mdi-email-variant:before {
  content: "ó°—°";
}
.mdi-ember:before {
  content: "ó°¬°";
}
.mdi-emby:before {
  content: "ó°š´";
}
.mdi-emoticon:before {
  content: "ó°±¨";
}
.mdi-emoticon-angry:before {
  content: "ó°±©";
}
.mdi-emoticon-angry-outline:before {
  content: "ó°±ª";
}
.mdi-emoticon-confused:before {
  content: "ó±ƒž";
}
.mdi-emoticon-confused-outline:before {
  content: "ó±ƒŸ";
}
.mdi-emoticon-cool:before {
  content: "ó°±«";
}
.mdi-emoticon-cool-outline:before {
  content: "ó°‡³";
}
.mdi-emoticon-cry:before {
  content: "ó°±¬";
}
.mdi-emoticon-cry-outline:before {
  content: "ó°±­";
}
.mdi-emoticon-dead:before {
  content: "ó°±®";
}
.mdi-emoticon-dead-outline:before {
  content: "ó°š›";
}
.mdi-emoticon-devil:before {
  content: "ó°±¯";
}
.mdi-emoticon-devil-outline:before {
  content: "ó°‡´";
}
.mdi-emoticon-excited:before {
  content: "ó°±°";
}
.mdi-emoticon-excited-outline:before {
  content: "ó°šœ";
}
.mdi-emoticon-frown:before {
  content: "ó°½Œ";
}
.mdi-emoticon-frown-outline:before {
  content: "ó°½";
}
.mdi-emoticon-happy:before {
  content: "ó°±±";
}
.mdi-emoticon-happy-outline:before {
  content: "ó°‡µ";
}
.mdi-emoticon-kiss:before {
  content: "ó°±²";
}
.mdi-emoticon-kiss-outline:before {
  content: "ó°±³";
}
.mdi-emoticon-lol:before {
  content: "ó±ˆ”";
}
.mdi-emoticon-lol-outline:before {
  content: "ó±ˆ•";
}
.mdi-emoticon-neutral:before {
  content: "ó°±´";
}
.mdi-emoticon-neutral-outline:before {
  content: "ó°‡¶";
}
.mdi-emoticon-outline:before {
  content: "ó°‡²";
}
.mdi-emoticon-poop:before {
  content: "ó°‡·";
}
.mdi-emoticon-poop-outline:before {
  content: "ó°±µ";
}
.mdi-emoticon-sad:before {
  content: "ó°±¶";
}
.mdi-emoticon-sad-outline:before {
  content: "ó°‡¸";
}
.mdi-emoticon-sick:before {
  content: "ó±•¼";
}
.mdi-emoticon-sick-outline:before {
  content: "ó±•½";
}
.mdi-emoticon-tongue:before {
  content: "ó°‡¹";
}
.mdi-emoticon-tongue-outline:before {
  content: "ó°±·";
}
.mdi-emoticon-wink:before {
  content: "ó°±¸";
}
.mdi-emoticon-wink-outline:before {
  content: "ó°±¹";
}
.mdi-engine:before {
  content: "ó°‡º";
}
.mdi-engine-off:before {
  content: "ó°©†";
}
.mdi-engine-off-outline:before {
  content: "ó°©‡";
}
.mdi-engine-outline:before {
  content: "ó°‡»";
}
.mdi-epsilon:before {
  content: "ó±ƒ ";
}
.mdi-equal:before {
  content: "ó°‡¼";
}
.mdi-equal-box:before {
  content: "ó°‡½";
}
.mdi-equalizer:before {
  content: "ó°º¢";
}
.mdi-equalizer-outline:before {
  content: "ó°º£";
}
.mdi-eraser:before {
  content: "ó°‡¾";
}
.mdi-eraser-variant:before {
  content: "ó°™‚";
}
.mdi-escalator:before {
  content: "ó°‡¿";
}
.mdi-escalator-box:before {
  content: "ó±Ž™";
}
.mdi-escalator-down:before {
  content: "ó±‹€";
}
.mdi-escalator-up:before {
  content: "ó±Š¿";
}
.mdi-eslint:before {
  content: "ó°±º";
}
.mdi-et:before {
  content: "ó°ª³";
}
.mdi-ethereum:before {
  content: "ó°¡ª";
}
.mdi-ethernet:before {
  content: "ó°ˆ€";
}
.mdi-ethernet-cable:before {
  content: "ó°ˆ";
}
.mdi-ethernet-cable-off:before {
  content: "ó°ˆ‚";
}
.mdi-ev-plug-ccs1:before {
  content: "ó±”™";
}
.mdi-ev-plug-ccs2:before {
  content: "ó±”š";
}
.mdi-ev-plug-chademo:before {
  content: "ó±”›";
}
.mdi-ev-plug-tesla:before {
  content: "ó±”œ";
}
.mdi-ev-plug-type1:before {
  content: "ó±”";
}
.mdi-ev-plug-type2:before {
  content: "ó±”ž";
}
.mdi-ev-station:before {
  content: "ó°—±";
}
.mdi-evernote:before {
  content: "ó°ˆ„";
}
.mdi-excavator:before {
  content: "ó±€¥";
}
.mdi-exclamation:before {
  content: "ó°ˆ…";
}
.mdi-exclamation-thick:before {
  content: "ó±ˆ¸";
}
.mdi-exit-run:before {
  content: "ó°©ˆ";
}
.mdi-exit-to-app:before {
  content: "ó°ˆ†";
}
.mdi-expand-all:before {
  content: "ó°ª´";
}
.mdi-expand-all-outline:before {
  content: "ó°ªµ";
}
.mdi-expansion-card:before {
  content: "ó°¢®";
}
.mdi-expansion-card-variant:before {
  content: "ó°¾²";
}
.mdi-exponent:before {
  content: "ó°¥£";
}
.mdi-exponent-box:before {
  content: "ó°¥¤";
}
.mdi-export:before {
  content: "ó°ˆ‡";
}
.mdi-export-variant:before {
  content: "ó°®“";
}
.mdi-eye:before {
  content: "ó°ˆˆ";
}
.mdi-eye-arrow-left:before {
  content: "ó±£½";
}
.mdi-eye-arrow-left-outline:before {
  content: "ó±£¾";
}
.mdi-eye-arrow-right:before {
  content: "ó±£¿";
}
.mdi-eye-arrow-right-outline:before {
  content: "ó±¤€";
}
.mdi-eye-check:before {
  content: "ó°´„";
}
.mdi-eye-check-outline:before {
  content: "ó°´…";
}
.mdi-eye-circle:before {
  content: "ó°®”";
}
.mdi-eye-circle-outline:before {
  content: "ó°®•";
}
.mdi-eye-lock:before {
  content: "ó±°†";
}
.mdi-eye-lock-open:before {
  content: "ó±°‡";
}
.mdi-eye-lock-open-outline:before {
  content: "ó±°ˆ";
}
.mdi-eye-lock-outline:before {
  content: "ó±°‰";
}
.mdi-eye-minus:before {
  content: "ó±€¦";
}
.mdi-eye-minus-outline:before {
  content: "ó±€§";
}
.mdi-eye-off:before {
  content: "ó°ˆ‰";
}
.mdi-eye-off-outline:before {
  content: "ó°›‘";
}
.mdi-eye-outline:before {
  content: "ó°›";
}
.mdi-eye-plus:before {
  content: "ó°¡«";
}
.mdi-eye-plus-outline:before {
  content: "ó°¡¬";
}
.mdi-eye-refresh:before {
  content: "ó±¥¼";
}
.mdi-eye-refresh-outline:before {
  content: "ó±¥½";
}
.mdi-eye-remove:before {
  content: "ó±—£";
}
.mdi-eye-remove-outline:before {
  content: "ó±—¤";
}
.mdi-eye-settings:before {
  content: "ó°¡­";
}
.mdi-eye-settings-outline:before {
  content: "ó°¡®";
}
.mdi-eyedropper:before {
  content: "ó°ˆŠ";
}
.mdi-eyedropper-minus:before {
  content: "ó±";
}
.mdi-eyedropper-off:before {
  content: "ó±Ÿ";
}
.mdi-eyedropper-plus:before {
  content: "ó±œ";
}
.mdi-eyedropper-remove:before {
  content: "ó±ž";
}
.mdi-eyedropper-variant:before {
  content: "ó°ˆ‹";
}
.mdi-face-agent:before {
  content: "ó°µ°";
}
.mdi-face-man:before {
  content: "ó°™ƒ";
}
.mdi-face-man-outline:before {
  content: "ó°®–";
}
.mdi-face-man-profile:before {
  content: "ó°™„";
}
.mdi-face-man-shimmer:before {
  content: "ó±—Œ";
}
.mdi-face-man-shimmer-outline:before {
  content: "ó±—";
}
.mdi-face-mask:before {
  content: "ó±–†";
}
.mdi-face-mask-outline:before {
  content: "ó±–‡";
}
.mdi-face-recognition:before {
  content: "ó°±»";
}
.mdi-face-woman:before {
  content: "ó±·";
}
.mdi-face-woman-outline:before {
  content: "ó±¸";
}
.mdi-face-woman-profile:before {
  content: "ó±¶";
}
.mdi-face-woman-shimmer:before {
  content: "ó±—Ž";
}
.mdi-face-woman-shimmer-outline:before {
  content: "ó±—";
}
.mdi-facebook:before {
  content: "ó°ˆŒ";
}
.mdi-facebook-gaming:before {
  content: "ó°Ÿ";
}
.mdi-facebook-messenger:before {
  content: "ó°ˆŽ";
}
.mdi-facebook-workplace:before {
  content: "ó°¬±";
}
.mdi-factory:before {
  content: "ó°ˆ";
}
.mdi-family-tree:before {
  content: "ó±˜Ž";
}
.mdi-fan:before {
  content: "ó°ˆ";
}
.mdi-fan-alert:before {
  content: "ó±‘¬";
}
.mdi-fan-auto:before {
  content: "ó±œ";
}
.mdi-fan-chevron-down:before {
  content: "ó±‘­";
}
.mdi-fan-chevron-up:before {
  content: "ó±‘®";
}
.mdi-fan-clock:before {
  content: "ó±¨º";
}
.mdi-fan-minus:before {
  content: "ó±‘°";
}
.mdi-fan-off:before {
  content: "ó° ";
}
.mdi-fan-plus:before {
  content: "ó±‘¯";
}
.mdi-fan-remove:before {
  content: "ó±‘±";
}
.mdi-fan-speed-1:before {
  content: "ó±‘²";
}
.mdi-fan-speed-2:before {
  content: "ó±‘³";
}
.mdi-fan-speed-3:before {
  content: "ó±‘´";
}
.mdi-fast-forward:before {
  content: "ó°ˆ‘";
}
.mdi-fast-forward-10:before {
  content: "ó°µ±";
}
.mdi-fast-forward-15:before {
  content: "ó±¤º";
}
.mdi-fast-forward-30:before {
  content: "ó°´†";
}
.mdi-fast-forward-45:before {
  content: "ó±¬’";
}
.mdi-fast-forward-5:before {
  content: "ó±‡¸";
}
.mdi-fast-forward-60:before {
  content: "ó±˜‹";
}
.mdi-fast-forward-outline:before {
  content: "ó°›’";
}
.mdi-faucet:before {
  content: "ó±¬©";
}
.mdi-faucet-variant:before {
  content: "ó±¬ª";
}
.mdi-fax:before {
  content: "ó°ˆ’";
}
.mdi-feather:before {
  content: "ó°›“";
}
.mdi-feature-search:before {
  content: "ó°©‰";
}
.mdi-feature-search-outline:before {
  content: "ó°©Š";
}
.mdi-fedora:before {
  content: "ó°£›";
}
.mdi-fence:before {
  content: "ó±žš";
}
.mdi-fence-electric:before {
  content: "ó±Ÿ¶";
}
.mdi-fencing:before {
  content: "ó±“";
}
.mdi-ferris-wheel:before {
  content: "ó°º¤";
}
.mdi-ferry:before {
  content: "ó°ˆ“";
}
.mdi-file:before {
  content: "ó°ˆ”";
}
.mdi-file-account:before {
  content: "ó°œ»";
}
.mdi-file-account-outline:before {
  content: "ó±€¨";
}
.mdi-file-alert:before {
  content: "ó°©‹";
}
.mdi-file-alert-outline:before {
  content: "ó°©Œ";
}
.mdi-file-arrow-left-right:before {
  content: "ó±ª“";
}
.mdi-file-arrow-left-right-outline:before {
  content: "ó±ª”";
}
.mdi-file-arrow-up-down:before {
  content: "ó±ª•";
}
.mdi-file-arrow-up-down-outline:before {
  content: "ó±ª–";
}
.mdi-file-cabinet:before {
  content: "ó°ª¶";
}
.mdi-file-cad:before {
  content: "ó°»«";
}
.mdi-file-cad-box:before {
  content: "ó°»¬";
}
.mdi-file-cancel:before {
  content: "ó°·†";
}
.mdi-file-cancel-outline:before {
  content: "ó°·‡";
}
.mdi-file-certificate:before {
  content: "ó±††";
}
.mdi-file-certificate-outline:before {
  content: "ó±†‡";
}
.mdi-file-chart:before {
  content: "ó°ˆ•";
}
.mdi-file-chart-check:before {
  content: "ó±§†";
}
.mdi-file-chart-check-outline:before {
  content: "ó±§‡";
}
.mdi-file-chart-outline:before {
  content: "ó±€©";
}
.mdi-file-check:before {
  content: "ó°ˆ–";
}
.mdi-file-check-outline:before {
  content: "ó°¸©";
}
.mdi-file-clock:before {
  content: "ó±‹¡";
}
.mdi-file-clock-outline:before {
  content: "ó±‹¢";
}
.mdi-file-cloud:before {
  content: "ó°ˆ—";
}
.mdi-file-cloud-outline:before {
  content: "ó±€ª";
}
.mdi-file-code:before {
  content: "ó°ˆ®";
}
.mdi-file-code-outline:before {
  content: "ó±€«";
}
.mdi-file-cog:before {
  content: "ó±»";
}
.mdi-file-cog-outline:before {
  content: "ó±¼";
}
.mdi-file-compare:before {
  content: "ó°¢ª";
}
.mdi-file-delimited:before {
  content: "ó°ˆ˜";
}
.mdi-file-delimited-outline:before {
  content: "ó°º¥";
}
.mdi-file-document:before {
  content: "ó°ˆ™";
}
.mdi-file-document-alert:before {
  content: "ó±ª—";
}
.mdi-file-document-alert-outline:before {
  content: "ó±ª˜";
}
.mdi-file-document-arrow-right:before {
  content: "ó±°";
}
.mdi-file-document-arrow-right-outline:before {
  content: "ó±°";
}
.mdi-file-document-check:before {
  content: "ó±ª™";
}
.mdi-file-document-check-outline:before {
  content: "ó±ªš";
}
.mdi-file-document-edit:before {
  content: "ó°·ˆ";
}
.mdi-file-document-edit-outline:before {
  content: "ó°·‰";
}
.mdi-file-document-minus:before {
  content: "ó±ª›";
}
.mdi-file-document-minus-outline:before {
  content: "ó±ªœ";
}
.mdi-file-document-multiple:before {
  content: "ó±”—";
}
.mdi-file-document-multiple-outline:before {
  content: "ó±”˜";
}
.mdi-file-document-outline:before {
  content: "ó°§®";
}
.mdi-file-document-plus:before {
  content: "ó±ª";
}
.mdi-file-document-plus-outline:before {
  content: "ó±ªž";
}
.mdi-file-document-remove:before {
  content: "ó±ªŸ";
}
.mdi-file-document-remove-outline:before {
  content: "ó±ª ";
}
.mdi-file-download:before {
  content: "ó°¥¥";
}
.mdi-file-download-outline:before {
  content: "ó°¥¦";
}
.mdi-file-edit:before {
  content: "ó±‡§";
}
.mdi-file-edit-outline:before {
  content: "ó±‡¨";
}
.mdi-file-excel:before {
  content: "ó°ˆ›";
}
.mdi-file-excel-box:before {
  content: "ó°ˆœ";
}
.mdi-file-excel-box-outline:before {
  content: "ó±€¬";
}
.mdi-file-excel-outline:before {
  content: "ó±€­";
}
.mdi-file-export:before {
  content: "ó°ˆ";
}
.mdi-file-export-outline:before {
  content: "ó±€®";
}
.mdi-file-eye:before {
  content: "ó°·Š";
}
.mdi-file-eye-outline:before {
  content: "ó°·‹";
}
.mdi-file-find:before {
  content: "ó°ˆž";
}
.mdi-file-find-outline:before {
  content: "ó°®—";
}
.mdi-file-gif-box:before {
  content: "ó°µ¸";
}
.mdi-file-hidden:before {
  content: "ó°˜“";
}
.mdi-file-image:before {
  content: "ó°ˆŸ";
}
.mdi-file-image-marker:before {
  content: "ó±²";
}
.mdi-file-image-marker-outline:before {
  content: "ó±³";
}
.mdi-file-image-minus:before {
  content: "ó±¤»";
}
.mdi-file-image-minus-outline:before {
  content: "ó±¤¼";
}
.mdi-file-image-outline:before {
  content: "ó°º°";
}
.mdi-file-image-plus:before {
  content: "ó±¤½";
}
.mdi-file-image-plus-outline:before {
  content: "ó±¤¾";
}
.mdi-file-image-remove:before {
  content: "ó±¤¿";
}
.mdi-file-image-remove-outline:before {
  content: "ó±¥€";
}
.mdi-file-import:before {
  content: "ó°ˆ ";
}
.mdi-file-import-outline:before {
  content: "ó±€¯";
}
.mdi-file-jpg-box:before {
  content: "ó°ˆ¥";
}
.mdi-file-key:before {
  content: "ó±†„";
}
.mdi-file-key-outline:before {
  content: "ó±†…";
}
.mdi-file-link:before {
  content: "ó±…·";
}
.mdi-file-link-outline:before {
  content: "ó±…¸";
}
.mdi-file-lock:before {
  content: "ó°ˆ¡";
}
.mdi-file-lock-open:before {
  content: "ó±§ˆ";
}
.mdi-file-lock-open-outline:before {
  content: "ó±§‰";
}
.mdi-file-lock-outline:before {
  content: "ó±€°";
}
.mdi-file-marker:before {
  content: "ó±´";
}
.mdi-file-marker-outline:before {
  content: "ó±µ";
}
.mdi-file-minus:before {
  content: "ó±ª¡";
}
.mdi-file-minus-outline:before {
  content: "ó±ª¢";
}
.mdi-file-move:before {
  content: "ó°ª¹";
}
.mdi-file-move-outline:before {
  content: "ó±€±";
}
.mdi-file-multiple:before {
  content: "ó°ˆ¢";
}
.mdi-file-multiple-outline:before {
  content: "ó±€²";
}
.mdi-file-music:before {
  content: "ó°ˆ£";
}
.mdi-file-music-outline:before {
  content: "ó°¸ª";
}
.mdi-file-outline:before {
  content: "ó°ˆ¤";
}
.mdi-file-pdf-box:before {
  content: "ó°ˆ¦";
}
.mdi-file-percent:before {
  content: "ó° ž";
}
.mdi-file-percent-outline:before {
  content: "ó±€³";
}
.mdi-file-phone:before {
  content: "ó±…¹";
}
.mdi-file-phone-outline:before {
  content: "ó±…º";
}
.mdi-file-plus:before {
  content: "ó°’";
}
.mdi-file-plus-outline:before {
  content: "ó°»­";
}
.mdi-file-png-box:before {
  content: "ó°¸­";
}
.mdi-file-powerpoint:before {
  content: "ó°ˆ§";
}
.mdi-file-powerpoint-box:before {
  content: "ó°ˆ¨";
}
.mdi-file-powerpoint-box-outline:before {
  content: "ó±€´";
}
.mdi-file-powerpoint-outline:before {
  content: "ó±€µ";
}
.mdi-file-presentation-box:before {
  content: "ó°ˆ©";
}
.mdi-file-question:before {
  content: "ó°¡¯";
}
.mdi-file-question-outline:before {
  content: "ó±€¶";
}
.mdi-file-refresh:before {
  content: "ó°¤˜";
}
.mdi-file-refresh-outline:before {
  content: "ó°•";
}
.mdi-file-remove:before {
  content: "ó°®˜";
}
.mdi-file-remove-outline:before {
  content: "ó±€·";
}
.mdi-file-replace:before {
  content: "ó°¬²";
}
.mdi-file-replace-outline:before {
  content: "ó°¬³";
}
.mdi-file-restore:before {
  content: "ó°™°";
}
.mdi-file-restore-outline:before {
  content: "ó±€¸";
}
.mdi-file-rotate-left:before {
  content: "ó±¨»";
}
.mdi-file-rotate-left-outline:before {
  content: "ó±¨¼";
}
.mdi-file-rotate-right:before {
  content: "ó±¨½";
}
.mdi-file-rotate-right-outline:before {
  content: "ó±¨¾";
}
.mdi-file-search:before {
  content: "ó°±¼";
}
.mdi-file-search-outline:before {
  content: "ó°±½";
}
.mdi-file-send:before {
  content: "ó°ˆª";
}
.mdi-file-send-outline:before {
  content: "ó±€¹";
}
.mdi-file-settings:before {
  content: "ó±¹";
}
.mdi-file-settings-outline:before {
  content: "ó±º";
}
.mdi-file-sign:before {
  content: "ó±§ƒ";
}
.mdi-file-star:before {
  content: "ó±€º";
}
.mdi-file-star-outline:before {
  content: "ó±€»";
}
.mdi-file-swap:before {
  content: "ó°¾´";
}
.mdi-file-swap-outline:before {
  content: "ó°¾µ";
}
.mdi-file-sync:before {
  content: "ó±ˆ–";
}
.mdi-file-sync-outline:before {
  content: "ó±ˆ—";
}
.mdi-file-table:before {
  content: "ó°±¾";
}
.mdi-file-table-box:before {
  content: "ó±ƒ¡";
}
.mdi-file-table-box-multiple:before {
  content: "ó±ƒ¢";
}
.mdi-file-table-box-multiple-outline:before {
  content: "ó±ƒ£";
}
.mdi-file-table-box-outline:before {
  content: "ó±ƒ¤";
}
.mdi-file-table-outline:before {
  content: "ó°±¿";
}
.mdi-file-tree:before {
  content: "ó°™…";
}
.mdi-file-tree-outline:before {
  content: "ó±’";
}
.mdi-file-undo:before {
  content: "ó°£œ";
}
.mdi-file-undo-outline:before {
  content: "ó±€¼";
}
.mdi-file-upload:before {
  content: "ó°©";
}
.mdi-file-upload-outline:before {
  content: "ó°©Ž";
}
.mdi-file-video:before {
  content: "ó°ˆ«";
}
.mdi-file-video-outline:before {
  content: "ó°¸¬";
}
.mdi-file-word:before {
  content: "ó°ˆ¬";
}
.mdi-file-word-box:before {
  content: "ó°ˆ­";
}
.mdi-file-word-box-outline:before {
  content: "ó±€½";
}
.mdi-file-word-outline:before {
  content: "ó±€¾";
}
.mdi-file-xml-box:before {
  content: "ó±­‹";
}
.mdi-film:before {
  content: "ó°ˆ¯";
}
.mdi-filmstrip:before {
  content: "ó°ˆ°";
}
.mdi-filmstrip-box:before {
  content: "ó°Œ²";
}
.mdi-filmstrip-box-multiple:before {
  content: "ó°´˜";
}
.mdi-filmstrip-off:before {
  content: "ó°ˆ±";
}
.mdi-filter:before {
  content: "ó°ˆ²";
}
.mdi-filter-check:before {
  content: "ó±£¬";
}
.mdi-filter-check-outline:before {
  content: "ó±£­";
}
.mdi-filter-cog:before {
  content: "ó±ª£";
}
.mdi-filter-cog-outline:before {
  content: "ó±ª¤";
}
.mdi-filter-menu:before {
  content: "ó±ƒ¥";
}
.mdi-filter-menu-outline:before {
  content: "ó±ƒ¦";
}
.mdi-filter-minus:before {
  content: "ó°»®";
}
.mdi-filter-minus-outline:before {
  content: "ó°»¯";
}
.mdi-filter-multiple:before {
  content: "ó±¨¿";
}
.mdi-filter-multiple-outline:before {
  content: "ó±©€";
}
.mdi-filter-off:before {
  content: "ó±“¯";
}
.mdi-filter-off-outline:before {
  content: "ó±“°";
}
.mdi-filter-outline:before {
  content: "ó°ˆ³";
}
.mdi-filter-plus:before {
  content: "ó°»°";
}
.mdi-filter-plus-outline:before {
  content: "ó°»±";
}
.mdi-filter-remove:before {
  content: "ó°ˆ´";
}
.mdi-filter-remove-outline:before {
  content: "ó°ˆµ";
}
.mdi-filter-settings:before {
  content: "ó±ª¥";
}
.mdi-filter-settings-outline:before {
  content: "ó±ª¦";
}
.mdi-filter-variant:before {
  content: "ó°ˆ¶";
}
.mdi-filter-variant-minus:before {
  content: "ó±„’";
}
.mdi-filter-variant-plus:before {
  content: "ó±„“";
}
.mdi-filter-variant-remove:before {
  content: "ó±€¿";
}
.mdi-finance:before {
  content: "ó° Ÿ";
}
.mdi-find-replace:before {
  content: "ó°›”";
}
.mdi-fingerprint:before {
  content: "ó°ˆ·";
}
.mdi-fingerprint-off:before {
  content: "ó°º±";
}
.mdi-fire:before {
  content: "ó°ˆ¸";
}
.mdi-fire-alert:before {
  content: "ó±——";
}
.mdi-fire-circle:before {
  content: "ó± ‡";
}
.mdi-fire-extinguisher:before {
  content: "ó°»²";
}
.mdi-fire-hydrant:before {
  content: "ó±„·";
}
.mdi-fire-hydrant-alert:before {
  content: "ó±„¸";
}
.mdi-fire-hydrant-off:before {
  content: "ó±„¹";
}
.mdi-fire-off:before {
  content: "ó±œ¢";
}
.mdi-fire-truck:before {
  content: "ó°¢«";
}
.mdi-firebase:before {
  content: "ó°¥§";
}
.mdi-firefox:before {
  content: "ó°ˆ¹";
}
.mdi-fireplace:before {
  content: "ó°¸®";
}
.mdi-fireplace-off:before {
  content: "ó°¸¯";
}
.mdi-firewire:before {
  content: "ó°–¾";
}
.mdi-firework:before {
  content: "ó°¸°";
}
.mdi-firework-off:before {
  content: "ó±œ£";
}
.mdi-fish:before {
  content: "ó°ˆº";
}
.mdi-fish-off:before {
  content: "ó±³";
}
.mdi-fishbowl:before {
  content: "ó°»³";
}
.mdi-fishbowl-outline:before {
  content: "ó°»´";
}
.mdi-fit-to-page:before {
  content: "ó°»µ";
}
.mdi-fit-to-page-outline:before {
  content: "ó°»¶";
}
.mdi-fit-to-screen:before {
  content: "ó±£´";
}
.mdi-fit-to-screen-outline:before {
  content: "ó±£µ";
}
.mdi-flag:before {
  content: "ó°ˆ»";
}
.mdi-flag-checkered:before {
  content: "ó°ˆ¼";
}
.mdi-flag-minus:before {
  content: "ó°®™";
}
.mdi-flag-minus-outline:before {
  content: "ó±‚²";
}
.mdi-flag-off:before {
  content: "ó±£®";
}
.mdi-flag-off-outline:before {
  content: "ó±£¯";
}
.mdi-flag-outline:before {
  content: "ó°ˆ½";
}
.mdi-flag-plus:before {
  content: "ó°®š";
}
.mdi-flag-plus-outline:before {
  content: "ó±‚³";
}
.mdi-flag-remove:before {
  content: "ó°®›";
}
.mdi-flag-remove-outline:before {
  content: "ó±‚´";
}
.mdi-flag-triangle:before {
  content: "ó°ˆ¿";
}
.mdi-flag-variant:before {
  content: "ó°‰€";
}
.mdi-flag-variant-minus:before {
  content: "ó±®´";
}
.mdi-flag-variant-minus-outline:before {
  content: "ó±®µ";
}
.mdi-flag-variant-off:before {
  content: "ó±®°";
}
.mdi-flag-variant-off-outline:before {
  content: "ó±®±";
}
.mdi-flag-variant-outline:before {
  content: "ó°ˆ¾";
}
.mdi-flag-variant-plus:before {
  content: "ó±®²";
}
.mdi-flag-variant-plus-outline:before {
  content: "ó±®³";
}
.mdi-flag-variant-remove:before {
  content: "ó±®¶";
}
.mdi-flag-variant-remove-outline:before {
  content: "ó±®·";
}
.mdi-flare:before {
  content: "ó°µ²";
}
.mdi-flash:before {
  content: "ó°‰";
}
.mdi-flash-alert:before {
  content: "ó°»·";
}
.mdi-flash-alert-outline:before {
  content: "ó°»¸";
}
.mdi-flash-auto:before {
  content: "ó°‰‚";
}
.mdi-flash-off:before {
  content: "ó°‰ƒ";
}
.mdi-flash-off-outline:before {
  content: "ó±­…";
}
.mdi-flash-outline:before {
  content: "ó°›•";
}
.mdi-flash-red-eye:before {
  content: "ó°™»";
}
.mdi-flash-triangle:before {
  content: "ó±¬";
}
.mdi-flash-triangle-outline:before {
  content: "ó±¬ž";
}
.mdi-flashlight:before {
  content: "ó°‰„";
}
.mdi-flashlight-off:before {
  content: "ó°‰…";
}
.mdi-flask:before {
  content: "ó°‚“";
}
.mdi-flask-empty:before {
  content: "ó°‚”";
}
.mdi-flask-empty-minus:before {
  content: "ó±ˆº";
}
.mdi-flask-empty-minus-outline:before {
  content: "ó±ˆ»";
}
.mdi-flask-empty-off:before {
  content: "ó±´";
}
.mdi-flask-empty-off-outline:before {
  content: "ó±µ";
}
.mdi-flask-empty-outline:before {
  content: "ó°‚•";
}
.mdi-flask-empty-plus:before {
  content: "ó±ˆ¼";
}
.mdi-flask-empty-plus-outline:before {
  content: "ó±ˆ½";
}
.mdi-flask-empty-remove:before {
  content: "ó±ˆ¾";
}
.mdi-flask-empty-remove-outline:before {
  content: "ó±ˆ¿";
}
.mdi-flask-minus:before {
  content: "ó±‰€";
}
.mdi-flask-minus-outline:before {
  content: "ó±‰";
}
.mdi-flask-off:before {
  content: "ó±¶";
}
.mdi-flask-off-outline:before {
  content: "ó±·";
}
.mdi-flask-outline:before {
  content: "ó°‚–";
}
.mdi-flask-plus:before {
  content: "ó±‰‚";
}
.mdi-flask-plus-outline:before {
  content: "ó±‰ƒ";
}
.mdi-flask-remove:before {
  content: "ó±‰„";
}
.mdi-flask-remove-outline:before {
  content: "ó±‰…";
}
.mdi-flask-round-bottom:before {
  content: "ó±‰‹";
}
.mdi-flask-round-bottom-empty:before {
  content: "ó±‰Œ";
}
.mdi-flask-round-bottom-empty-outline:before {
  content: "ó±‰";
}
.mdi-flask-round-bottom-outline:before {
  content: "ó±‰Ž";
}
.mdi-fleur-de-lis:before {
  content: "ó±Œƒ";
}
.mdi-flip-horizontal:before {
  content: "ó±ƒ§";
}
.mdi-flip-to-back:before {
  content: "ó°‰‡";
}
.mdi-flip-to-front:before {
  content: "ó°‰ˆ";
}
.mdi-flip-vertical:before {
  content: "ó±ƒ¨";
}
.mdi-floor-lamp:before {
  content: "ó°£";
}
.mdi-floor-lamp-dual:before {
  content: "ó±€";
}
.mdi-floor-lamp-dual-outline:before {
  content: "ó±ŸŽ";
}
.mdi-floor-lamp-outline:before {
  content: "ó±Ÿˆ";
}
.mdi-floor-lamp-torchiere:before {
  content: "ó±‡";
}
.mdi-floor-lamp-torchiere-outline:before {
  content: "ó±Ÿ–";
}
.mdi-floor-lamp-torchiere-variant:before {
  content: "ó±";
}
.mdi-floor-lamp-torchiere-variant-outline:before {
  content: "ó±Ÿ";
}
.mdi-floor-plan:before {
  content: "ó° ¡";
}
.mdi-floppy:before {
  content: "ó°‰‰";
}
.mdi-floppy-variant:before {
  content: "ó°§¯";
}
.mdi-flower:before {
  content: "ó°‰Š";
}
.mdi-flower-outline:before {
  content: "ó°§°";
}
.mdi-flower-pollen:before {
  content: "ó±¢…";
}
.mdi-flower-pollen-outline:before {
  content: "ó±¢†";
}
.mdi-flower-poppy:before {
  content: "ó°´ˆ";
}
.mdi-flower-tulip:before {
  content: "ó°§±";
}
.mdi-flower-tulip-outline:before {
  content: "ó°§²";
}
.mdi-focus-auto:before {
  content: "ó°½Ž";
}
.mdi-focus-field:before {
  content: "ó°½";
}
.mdi-focus-field-horizontal:before {
  content: "ó°½";
}
.mdi-focus-field-vertical:before {
  content: "ó°½‘";
}
.mdi-folder:before {
  content: "ó°‰‹";
}
.mdi-folder-account:before {
  content: "ó°‰Œ";
}
.mdi-folder-account-outline:before {
  content: "ó°®œ";
}
.mdi-folder-alert:before {
  content: "ó°·Œ";
}
.mdi-folder-alert-outline:before {
  content: "ó°·";
}
.mdi-folder-arrow-down:before {
  content: "ó±§¨";
}
.mdi-folder-arrow-down-outline:before {
  content: "ó±§©";
}
.mdi-folder-arrow-left:before {
  content: "ó±§ª";
}
.mdi-folder-arrow-left-outline:before {
  content: "ó±§«";
}
.mdi-folder-arrow-left-right:before {
  content: "ó±§¬";
}
.mdi-folder-arrow-left-right-outline:before {
  content: "ó±§­";
}
.mdi-folder-arrow-right:before {
  content: "ó±§®";
}
.mdi-folder-arrow-right-outline:before {
  content: "ó±§¯";
}
.mdi-folder-arrow-up:before {
  content: "ó±§°";
}
.mdi-folder-arrow-up-down:before {
  content: "ó±§±";
}
.mdi-folder-arrow-up-down-outline:before {
  content: "ó±§²";
}
.mdi-folder-arrow-up-outline:before {
  content: "ó±§³";
}
.mdi-folder-cancel:before {
  content: "ó±§´";
}
.mdi-folder-cancel-outline:before {
  content: "ó±§µ";
}
.mdi-folder-check:before {
  content: "ó±¥¾";
}
.mdi-folder-check-outline:before {
  content: "ó±¥¿";
}
.mdi-folder-clock:before {
  content: "ó°ªº";
}
.mdi-folder-clock-outline:before {
  content: "ó°ª»";
}
.mdi-folder-cog:before {
  content: "ó±¿";
}
.mdi-folder-cog-outline:before {
  content: "ó±‚€";
}
.mdi-folder-download:before {
  content: "ó°‰";
}
.mdi-folder-download-outline:before {
  content: "ó±ƒ©";
}
.mdi-folder-edit:before {
  content: "ó°£ž";
}
.mdi-folder-edit-outline:before {
  content: "ó°·Ž";
}
.mdi-folder-eye:before {
  content: "ó±žŠ";
}
.mdi-folder-eye-outline:before {
  content: "ó±ž‹";
}
.mdi-folder-file:before {
  content: "ó±§¶";
}
.mdi-folder-file-outline:before {
  content: "ó±§·";
}
.mdi-folder-google-drive:before {
  content: "ó°‰Ž";
}
.mdi-folder-heart:before {
  content: "ó±ƒª";
}
.mdi-folder-heart-outline:before {
  content: "ó±ƒ«";
}
.mdi-folder-hidden:before {
  content: "ó±žž";
}
.mdi-folder-home:before {
  content: "ó±‚µ";
}
.mdi-folder-home-outline:before {
  content: "ó±‚¶";
}
.mdi-folder-image:before {
  content: "ó°‰";
}
.mdi-folder-information:before {
  content: "ó±‚·";
}
.mdi-folder-information-outline:before {
  content: "ó±‚¸";
}
.mdi-folder-key:before {
  content: "ó°¢¬";
}
.mdi-folder-key-network:before {
  content: "ó°¢­";
}
.mdi-folder-key-network-outline:before {
  content: "ó°²€";
}
.mdi-folder-key-outline:before {
  content: "ó±ƒ¬";
}
.mdi-folder-lock:before {
  content: "ó°‰";
}
.mdi-folder-lock-open:before {
  content: "ó°‰‘";
}
.mdi-folder-lock-open-outline:before {
  content: "ó±ª§";
}
.mdi-folder-lock-outline:before {
  content: "ó±ª¨";
}
.mdi-folder-marker:before {
  content: "ó±‰­";
}
.mdi-folder-marker-outline:before {
  content: "ó±‰®";
}
.mdi-folder-minus:before {
  content: "ó±­‰";
}
.mdi-folder-minus-outline:before {
  content: "ó±­Š";
}
.mdi-folder-move:before {
  content: "ó°‰’";
}
.mdi-folder-move-outline:before {
  content: "ó±‰†";
}
.mdi-folder-multiple:before {
  content: "ó°‰“";
}
.mdi-folder-multiple-image:before {
  content: "ó°‰”";
}
.mdi-folder-multiple-outline:before {
  content: "ó°‰•";
}
.mdi-folder-multiple-plus:before {
  content: "ó±‘¾";
}
.mdi-folder-multiple-plus-outline:before {
  content: "ó±‘¿";
}
.mdi-folder-music:before {
  content: "ó±™";
}
.mdi-folder-music-outline:before {
  content: "ó±š";
}
.mdi-folder-network:before {
  content: "ó°¡°";
}
.mdi-folder-network-outline:before {
  content: "ó°²";
}
.mdi-folder-off:before {
  content: "ó±§¸";
}
.mdi-folder-off-outline:before {
  content: "ó±§¹";
}
.mdi-folder-open:before {
  content: "ó°°";
}
.mdi-folder-open-outline:before {
  content: "ó°·";
}
.mdi-folder-outline:before {
  content: "ó°‰–";
}
.mdi-folder-play:before {
  content: "ó±§º";
}
.mdi-folder-play-outline:before {
  content: "ó±§»";
}
.mdi-folder-plus:before {
  content: "ó°‰—";
}
.mdi-folder-plus-outline:before {
  content: "ó°®";
}
.mdi-folder-pound:before {
  content: "ó°´‰";
}
.mdi-folder-pound-outline:before {
  content: "ó°´Š";
}
.mdi-folder-question:before {
  content: "ó±§Š";
}
.mdi-folder-question-outline:before {
  content: "ó±§‹";
}
.mdi-folder-refresh:before {
  content: "ó°‰";
}
.mdi-folder-refresh-outline:before {
  content: "ó°•‚";
}
.mdi-folder-remove:before {
  content: "ó°‰˜";
}
.mdi-folder-remove-outline:before {
  content: "ó°®ž";
}
.mdi-folder-search:before {
  content: "ó°¥¨";
}
.mdi-folder-search-outline:before {
  content: "ó°¥©";
}
.mdi-folder-settings:before {
  content: "ó±½";
}
.mdi-folder-settings-outline:before {
  content: "ó±¾";
}
.mdi-folder-star:before {
  content: "ó°š";
}
.mdi-folder-star-multiple:before {
  content: "ó±“";
}
.mdi-folder-star-multiple-outline:before {
  content: "ó±”";
}
.mdi-folder-star-outline:before {
  content: "ó°®Ÿ";
}
.mdi-folder-swap:before {
  content: "ó°¾¶";
}
.mdi-folder-swap-outline:before {
  content: "ó°¾·";
}
.mdi-folder-sync:before {
  content: "ó°´‹";
}
.mdi-folder-sync-outline:before {
  content: "ó°´Œ";
}
.mdi-folder-table:before {
  content: "ó±‹£";
}
.mdi-folder-table-outline:before {
  content: "ó±‹¤";
}
.mdi-folder-text:before {
  content: "ó°²‚";
}
.mdi-folder-text-outline:before {
  content: "ó°²ƒ";
}
.mdi-folder-upload:before {
  content: "ó°‰™";
}
.mdi-folder-upload-outline:before {
  content: "ó±ƒ­";
}
.mdi-folder-wrench:before {
  content: "ó±§¼";
}
.mdi-folder-wrench-outline:before {
  content: "ó±§½";
}
.mdi-folder-zip:before {
  content: "ó°›«";
}
.mdi-folder-zip-outline:before {
  content: "ó°ž¹";
}
.mdi-font-awesome:before {
  content: "ó°€º";
}
.mdi-food:before {
  content: "ó°‰š";
}
.mdi-food-apple:before {
  content: "ó°‰›";
}
.mdi-food-apple-outline:before {
  content: "ó°²„";
}
.mdi-food-croissant:before {
  content: "ó°Ÿˆ";
}
.mdi-food-drumstick:before {
  content: "ó±Ÿ";
}
.mdi-food-drumstick-off:before {
  content: "ó±‘¨";
}
.mdi-food-drumstick-off-outline:before {
  content: "ó±‘©";
}
.mdi-food-drumstick-outline:before {
  content: "ó± ";
}
.mdi-food-fork-drink:before {
  content: "ó°—²";
}
.mdi-food-halal:before {
  content: "ó±•²";
}
.mdi-food-hot-dog:before {
  content: "ó±¡‹";
}
.mdi-food-kosher:before {
  content: "ó±•³";
}
.mdi-food-off:before {
  content: "ó°—³";
}
.mdi-food-off-outline:before {
  content: "ó±¤•";
}
.mdi-food-outline:before {
  content: "ó±¤–";
}
.mdi-food-steak:before {
  content: "ó±‘ª";
}
.mdi-food-steak-off:before {
  content: "ó±‘«";
}
.mdi-food-takeout-box:before {
  content: "ó± ¶";
}
.mdi-food-takeout-box-outline:before {
  content: "ó± ·";
}
.mdi-food-turkey:before {
  content: "ó±œœ";
}
.mdi-food-variant:before {
  content: "ó°‰œ";
}
.mdi-food-variant-off:before {
  content: "ó±¥";
}
.mdi-foot-print:before {
  content: "ó°½’";
}
.mdi-football:before {
  content: "ó°‰";
}
.mdi-football-australian:before {
  content: "ó°‰ž";
}
.mdi-football-helmet:before {
  content: "ó°‰Ÿ";
}
.mdi-forest:before {
  content: "ó±¢—";
}
.mdi-forklift:before {
  content: "ó°Ÿ‰";
}
.mdi-form-dropdown:before {
  content: "ó±€";
}
.mdi-form-select:before {
  content: "ó±";
}
.mdi-form-textarea:before {
  content: "ó±‚•";
}
.mdi-form-textbox:before {
  content: "ó°˜Ž";
}
.mdi-form-textbox-lock:before {
  content: "ó±";
}
.mdi-form-textbox-password:before {
  content: "ó°Ÿµ";
}
.mdi-format-align-bottom:before {
  content: "ó°“";
}
.mdi-format-align-center:before {
  content: "ó°‰ ";
}
.mdi-format-align-justify:before {
  content: "ó°‰¡";
}
.mdi-format-align-left:before {
  content: "ó°‰¢";
}
.mdi-format-align-middle:before {
  content: "ó°”";
}
.mdi-format-align-right:before {
  content: "ó°‰£";
}
.mdi-format-align-top:before {
  content: "ó°•";
}
.mdi-format-annotation-minus:before {
  content: "ó°ª¼";
}
.mdi-format-annotation-plus:before {
  content: "ó°™†";
}
.mdi-format-bold:before {
  content: "ó°‰¤";
}
.mdi-format-clear:before {
  content: "ó°‰¥";
}
.mdi-format-color-fill:before {
  content: "ó°‰¦";
}
.mdi-format-color-highlight:before {
  content: "ó°¸±";
}
.mdi-format-color-marker-cancel:before {
  content: "ó±Œ“";
}
.mdi-format-color-text:before {
  content: "ó°šž";
}
.mdi-format-columns:before {
  content: "ó°£Ÿ";
}
.mdi-format-float-center:before {
  content: "ó°‰§";
}
.mdi-format-float-left:before {
  content: "ó°‰¨";
}
.mdi-format-float-none:before {
  content: "ó°‰©";
}
.mdi-format-float-right:before {
  content: "ó°‰ª";
}
.mdi-format-font:before {
  content: "ó°›–";
}
.mdi-format-font-size-decrease:before {
  content: "ó°§³";
}
.mdi-format-font-size-increase:before {
  content: "ó°§´";
}
.mdi-format-header-1:before {
  content: "ó°‰«";
}
.mdi-format-header-2:before {
  content: "ó°‰¬";
}
.mdi-format-header-3:before {
  content: "ó°‰­";
}
.mdi-format-header-4:before {
  content: "ó°‰®";
}
.mdi-format-header-5:before {
  content: "ó°‰¯";
}
.mdi-format-header-6:before {
  content: "ó°‰°";
}
.mdi-format-header-decrease:before {
  content: "ó°‰±";
}
.mdi-format-header-equal:before {
  content: "ó°‰²";
}
.mdi-format-header-increase:before {
  content: "ó°‰³";
}
.mdi-format-header-pound:before {
  content: "ó°‰´";
}
.mdi-format-horizontal-align-center:before {
  content: "ó°˜ž";
}
.mdi-format-horizontal-align-left:before {
  content: "ó°˜Ÿ";
}
.mdi-format-horizontal-align-right:before {
  content: "ó°˜ ";
}
.mdi-format-indent-decrease:before {
  content: "ó°‰µ";
}
.mdi-format-indent-increase:before {
  content: "ó°‰¶";
}
.mdi-format-italic:before {
  content: "ó°‰·";
}
.mdi-format-letter-case:before {
  content: "ó°¬´";
}
.mdi-format-letter-case-lower:before {
  content: "ó°¬µ";
}
.mdi-format-letter-case-upper:before {
  content: "ó°¬¶";
}
.mdi-format-letter-ends-with:before {
  content: "ó°¾¸";
}
.mdi-format-letter-matches:before {
  content: "ó°¾¹";
}
.mdi-format-letter-spacing:before {
  content: "ó±¥–";
}
.mdi-format-letter-spacing-variant:before {
  content: "ó±«»";
}
.mdi-format-letter-starts-with:before {
  content: "ó°¾º";
}
.mdi-format-line-height:before {
  content: "ó±«¼";
}
.mdi-format-line-spacing:before {
  content: "ó°‰¸";
}
.mdi-format-line-style:before {
  content: "ó°—ˆ";
}
.mdi-format-line-weight:before {
  content: "ó°—‰";
}
.mdi-format-list-bulleted:before {
  content: "ó°‰¹";
}
.mdi-format-list-bulleted-square:before {
  content: "ó°·";
}
.mdi-format-list-bulleted-triangle:before {
  content: "ó°º²";
}
.mdi-format-list-bulleted-type:before {
  content: "ó°‰º";
}
.mdi-format-list-checkbox:before {
  content: "ó°¥ª";
}
.mdi-format-list-checks:before {
  content: "ó°–";
}
.mdi-format-list-group:before {
  content: "ó±¡ ";
}
.mdi-format-list-group-plus:before {
  content: "ó±­–";
}
.mdi-format-list-numbered:before {
  content: "ó°‰»";
}
.mdi-format-list-numbered-rtl:before {
  content: "ó°´";
}
.mdi-format-list-text:before {
  content: "ó±‰¯";
}
.mdi-format-overline:before {
  content: "ó°º³";
}
.mdi-format-page-break:before {
  content: "ó°›—";
}
.mdi-format-page-split:before {
  content: "ó±¤—";
}
.mdi-format-paint:before {
  content: "ó°‰¼";
}
.mdi-format-paragraph:before {
  content: "ó°‰½";
}
.mdi-format-paragraph-spacing:before {
  content: "ó±«½";
}
.mdi-format-pilcrow:before {
  content: "ó°›˜";
}
.mdi-format-pilcrow-arrow-left:before {
  content: "ó°Š†";
}
.mdi-format-pilcrow-arrow-right:before {
  content: "ó°Š…";
}
.mdi-format-quote-close:before {
  content: "ó°‰¾";
}
.mdi-format-quote-close-outline:before {
  content: "ó±†¨";
}
.mdi-format-quote-open:before {
  content: "ó°—";
}
.mdi-format-quote-open-outline:before {
  content: "ó±†§";
}
.mdi-format-rotate-90:before {
  content: "ó°šª";
}
.mdi-format-section:before {
  content: "ó°šŸ";
}
.mdi-format-size:before {
  content: "ó°‰¿";
}
.mdi-format-strikethrough:before {
  content: "ó°Š€";
}
.mdi-format-strikethrough-variant:before {
  content: "ó°Š";
}
.mdi-format-subscript:before {
  content: "ó°Š‚";
}
.mdi-format-superscript:before {
  content: "ó°Šƒ";
}
.mdi-format-text:before {
  content: "ó°Š„";
}
.mdi-format-text-rotation-angle-down:before {
  content: "ó°¾»";
}
.mdi-format-text-rotation-angle-up:before {
  content: "ó°¾¼";
}
.mdi-format-text-rotation-down:before {
  content: "ó°µ³";
}
.mdi-format-text-rotation-down-vertical:before {
  content: "ó°¾½";
}
.mdi-format-text-rotation-none:before {
  content: "ó°µ´";
}
.mdi-format-text-rotation-up:before {
  content: "ó°¾¾";
}
.mdi-format-text-rotation-vertical:before {
  content: "ó°¾¿";
}
.mdi-format-text-variant:before {
  content: "ó°¸²";
}
.mdi-format-text-variant-outline:before {
  content: "ó±”";
}
.mdi-format-text-wrapping-clip:before {
  content: "ó°´Ž";
}
.mdi-format-text-wrapping-overflow:before {
  content: "ó°´";
}
.mdi-format-text-wrapping-wrap:before {
  content: "ó°´";
}
.mdi-format-textbox:before {
  content: "ó°´‘";
}
.mdi-format-title:before {
  content: "ó°—´";
}
.mdi-format-underline:before {
  content: "ó°Š‡";
}
.mdi-format-underline-wavy:before {
  content: "ó±£©";
}
.mdi-format-vertical-align-bottom:before {
  content: "ó°˜¡";
}
.mdi-format-vertical-align-center:before {
  content: "ó°˜¢";
}
.mdi-format-vertical-align-top:before {
  content: "ó°˜£";
}
.mdi-format-wrap-inline:before {
  content: "ó°Šˆ";
}
.mdi-format-wrap-square:before {
  content: "ó°Š‰";
}
.mdi-format-wrap-tight:before {
  content: "ó°ŠŠ";
}
.mdi-format-wrap-top-bottom:before {
  content: "ó°Š‹";
}
.mdi-forum:before {
  content: "ó°ŠŒ";
}
.mdi-forum-minus:before {
  content: "ó±ª©";
}
.mdi-forum-minus-outline:before {
  content: "ó±ªª";
}
.mdi-forum-outline:before {
  content: "ó° ¢";
}
.mdi-forum-plus:before {
  content: "ó±ª«";
}
.mdi-forum-plus-outline:before {
  content: "ó±ª¬";
}
.mdi-forum-remove:before {
  content: "ó±ª­";
}
.mdi-forum-remove-outline:before {
  content: "ó±ª®";
}
.mdi-forward:before {
  content: "ó°Š";
}
.mdi-forwardburger:before {
  content: "ó°µµ";
}
.mdi-fountain:before {
  content: "ó°¥«";
}
.mdi-fountain-pen:before {
  content: "ó°´’";
}
.mdi-fountain-pen-tip:before {
  content: "ó°´“";
}
.mdi-fraction-one-half:before {
  content: "ó±¦’";
}
.mdi-freebsd:before {
  content: "ó°£ ";
}
.mdi-french-fries:before {
  content: "ó±¥—";
}
.mdi-frequently-asked-questions:before {
  content: "ó°º´";
}
.mdi-fridge:before {
  content: "ó°Š";
}
.mdi-fridge-alert:before {
  content: "ó±†±";
}
.mdi-fridge-alert-outline:before {
  content: "ó±†²";
}
.mdi-fridge-bottom:before {
  content: "ó°Š’";
}
.mdi-fridge-industrial:before {
  content: "ó±—®";
}
.mdi-fridge-industrial-alert:before {
  content: "ó±—¯";
}
.mdi-fridge-industrial-alert-outline:before {
  content: "ó±—°";
}
.mdi-fridge-industrial-off:before {
  content: "ó±—±";
}
.mdi-fridge-industrial-off-outline:before {
  content: "ó±—²";
}
.mdi-fridge-industrial-outline:before {
  content: "ó±—³";
}
.mdi-fridge-off:before {
  content: "ó±†¯";
}
.mdi-fridge-off-outline:before {
  content: "ó±†°";
}
.mdi-fridge-outline:before {
  content: "ó°Š";
}
.mdi-fridge-top:before {
  content: "ó°Š‘";
}
.mdi-fridge-variant:before {
  content: "ó±—´";
}
.mdi-fridge-variant-alert:before {
  content: "ó±—µ";
}
.mdi-fridge-variant-alert-outline:before {
  content: "ó±—¶";
}
.mdi-fridge-variant-off:before {
  content: "ó±—·";
}
.mdi-fridge-variant-off-outline:before {
  content: "ó±—¸";
}
.mdi-fridge-variant-outline:before {
  content: "ó±—¹";
}
.mdi-fruit-cherries:before {
  content: "ó±‚";
}
.mdi-fruit-cherries-off:before {
  content: "ó±¸";
}
.mdi-fruit-citrus:before {
  content: "ó±ƒ";
}
.mdi-fruit-citrus-off:before {
  content: "ó±¹";
}
.mdi-fruit-grapes:before {
  content: "ó±„";
}
.mdi-fruit-grapes-outline:before {
  content: "ó±…";
}
.mdi-fruit-pear:before {
  content: "ó±¨Ž";
}
.mdi-fruit-pineapple:before {
  content: "ó±†";
}
.mdi-fruit-watermelon:before {
  content: "ó±‡";
}
.mdi-fuel:before {
  content: "ó°ŸŠ";
}
.mdi-fuel-cell:before {
  content: "ó±¢µ";
}
.mdi-fullscreen:before {
  content: "ó°Š“";
}
.mdi-fullscreen-exit:before {
  content: "ó°Š”";
}
.mdi-function:before {
  content: "ó°Š•";
}
.mdi-function-variant:before {
  content: "ó°¡±";
}
.mdi-furigana-horizontal:before {
  content: "ó±‚";
}
.mdi-furigana-vertical:before {
  content: "ó±‚‚";
}
.mdi-fuse:before {
  content: "ó°²…";
}
.mdi-fuse-alert:before {
  content: "ó±­";
}
.mdi-fuse-blade:before {
  content: "ó°²†";
}
.mdi-fuse-off:before {
  content: "ó±¬";
}
.mdi-gamepad:before {
  content: "ó°Š–";
}
.mdi-gamepad-circle:before {
  content: "ó°¸³";
}
.mdi-gamepad-circle-down:before {
  content: "ó°¸´";
}
.mdi-gamepad-circle-left:before {
  content: "ó°¸µ";
}
.mdi-gamepad-circle-outline:before {
  content: "ó°¸¶";
}
.mdi-gamepad-circle-right:before {
  content: "ó°¸·";
}
.mdi-gamepad-circle-up:before {
  content: "ó°¸¸";
}
.mdi-gamepad-down:before {
  content: "ó°¸¹";
}
.mdi-gamepad-left:before {
  content: "ó°¸º";
}
.mdi-gamepad-outline:before {
  content: "ó±¤™";
}
.mdi-gamepad-right:before {
  content: "ó°¸»";
}
.mdi-gamepad-round:before {
  content: "ó°¸¼";
}
.mdi-gamepad-round-down:before {
  content: "ó°¸½";
}
.mdi-gamepad-round-left:before {
  content: "ó°¸¾";
}
.mdi-gamepad-round-outline:before {
  content: "ó°¸¿";
}
.mdi-gamepad-round-right:before {
  content: "ó°¹€";
}
.mdi-gamepad-round-up:before {
  content: "ó°¹";
}
.mdi-gamepad-square:before {
  content: "ó°ºµ";
}
.mdi-gamepad-square-outline:before {
  content: "ó°º¶";
}
.mdi-gamepad-up:before {
  content: "ó°¹‚";
}
.mdi-gamepad-variant:before {
  content: "ó°Š—";
}
.mdi-gamepad-variant-outline:before {
  content: "ó°º·";
}
.mdi-gamma:before {
  content: "ó±ƒ®";
}
.mdi-gantry-crane:before {
  content: "ó°·‘";
}
.mdi-garage:before {
  content: "ó°›™";
}
.mdi-garage-alert:before {
  content: "ó°¡²";
}
.mdi-garage-alert-variant:before {
  content: "ó±‹•";
}
.mdi-garage-lock:before {
  content: "ó±Ÿ»";
}
.mdi-garage-open:before {
  content: "ó°›š";
}
.mdi-garage-open-variant:before {
  content: "ó±‹”";
}
.mdi-garage-variant:before {
  content: "ó±‹“";
}
.mdi-garage-variant-lock:before {
  content: "ó±Ÿ¼";
}
.mdi-gas-burner:before {
  content: "ó±¨›";
}
.mdi-gas-cylinder:before {
  content: "ó°™‡";
}
.mdi-gas-station:before {
  content: "ó°Š˜";
}
.mdi-gas-station-off:before {
  content: "ó±‰";
}
.mdi-gas-station-off-outline:before {
  content: "ó±Š";
}
.mdi-gas-station-outline:before {
  content: "ó°º¸";
}
.mdi-gate:before {
  content: "ó°Š™";
}
.mdi-gate-alert:before {
  content: "ó±Ÿ¸";
}
.mdi-gate-and:before {
  content: "ó°£¡";
}
.mdi-gate-arrow-left:before {
  content: "ó±Ÿ·";
}
.mdi-gate-arrow-right:before {
  content: "ó±…©";
}
.mdi-gate-buffer:before {
  content: "ó±«¾";
}
.mdi-gate-nand:before {
  content: "ó°£¢";
}
.mdi-gate-nor:before {
  content: "ó°££";
}
.mdi-gate-not:before {
  content: "ó°£¤";
}
.mdi-gate-open:before {
  content: "ó±…ª";
}
.mdi-gate-or:before {
  content: "ó°£¥";
}
.mdi-gate-xnor:before {
  content: "ó°£¦";
}
.mdi-gate-xor:before {
  content: "ó°£§";
}
.mdi-gatsby:before {
  content: "ó°¹ƒ";
}
.mdi-gauge:before {
  content: "ó°Šš";
}
.mdi-gauge-empty:before {
  content: "ó°¡³";
}
.mdi-gauge-full:before {
  content: "ó°¡´";
}
.mdi-gauge-low:before {
  content: "ó°¡µ";
}
.mdi-gavel:before {
  content: "ó°Š›";
}
.mdi-gender-female:before {
  content: "ó°Šœ";
}
.mdi-gender-male:before {
  content: "ó°Š";
}
.mdi-gender-male-female:before {
  content: "ó°Šž";
}
.mdi-gender-male-female-variant:before {
  content: "ó±„¿";
}
.mdi-gender-non-binary:before {
  content: "ó±…€";
}
.mdi-gender-transgender:before {
  content: "ó°ŠŸ";
}
.mdi-gentoo:before {
  content: "ó°£¨";
}
.mdi-gesture:before {
  content: "ó°Ÿ‹";
}
.mdi-gesture-double-tap:before {
  content: "ó°œ¼";
}
.mdi-gesture-pinch:before {
  content: "ó°ª½";
}
.mdi-gesture-spread:before {
  content: "ó°ª¾";
}
.mdi-gesture-swipe:before {
  content: "ó°µ¶";
}
.mdi-gesture-swipe-down:before {
  content: "ó°œ½";
}
.mdi-gesture-swipe-horizontal:before {
  content: "ó°ª¿";
}
.mdi-gesture-swipe-left:before {
  content: "ó°œ¾";
}
.mdi-gesture-swipe-right:before {
  content: "ó°œ¿";
}
.mdi-gesture-swipe-up:before {
  content: "ó°€";
}
.mdi-gesture-swipe-vertical:before {
  content: "ó°«€";
}
.mdi-gesture-tap:before {
  content: "ó°";
}
.mdi-gesture-tap-box:before {
  content: "ó±Š©";
}
.mdi-gesture-tap-button:before {
  content: "ó±Š¨";
}
.mdi-gesture-tap-hold:before {
  content: "ó°µ·";
}
.mdi-gesture-two-double-tap:before {
  content: "ó°‚";
}
.mdi-gesture-two-tap:before {
  content: "ó°ƒ";
}
.mdi-ghost:before {
  content: "ó°Š ";
}
.mdi-ghost-off:before {
  content: "ó°§µ";
}
.mdi-ghost-off-outline:before {
  content: "ó±™œ";
}
.mdi-ghost-outline:before {
  content: "ó±™";
}
.mdi-gift:before {
  content: "ó°¹„";
}
.mdi-gift-off:before {
  content: "ó±›¯";
}
.mdi-gift-off-outline:before {
  content: "ó±›°";
}
.mdi-gift-open:before {
  content: "ó±›±";
}
.mdi-gift-open-outline:before {
  content: "ó±›²";
}
.mdi-gift-outline:before {
  content: "ó°Š¡";
}
.mdi-git:before {
  content: "ó°Š¢";
}
.mdi-github:before {
  content: "ó°Š¤";
}
.mdi-gitlab:before {
  content: "ó°® ";
}
.mdi-glass-cocktail:before {
  content: "ó°–";
}
.mdi-glass-cocktail-off:before {
  content: "ó±—¦";
}
.mdi-glass-flute:before {
  content: "ó°Š¥";
}
.mdi-glass-fragile:before {
  content: "ó±¡³";
}
.mdi-glass-mug:before {
  content: "ó°Š¦";
}
.mdi-glass-mug-off:before {
  content: "ó±—§";
}
.mdi-glass-mug-variant:before {
  content: "ó±„–";
}
.mdi-glass-mug-variant-off:before {
  content: "ó±—¨";
}
.mdi-glass-pint-outline:before {
  content: "ó±Œ";
}
.mdi-glass-stange:before {
  content: "ó°Š§";
}
.mdi-glass-tulip:before {
  content: "ó°Š¨";
}
.mdi-glass-wine:before {
  content: "ó°¡¶";
}
.mdi-glasses:before {
  content: "ó°Šª";
}
.mdi-globe-light:before {
  content: "ó°™¯";
}
.mdi-globe-light-outline:before {
  content: "ó±‹—";
}
.mdi-globe-model:before {
  content: "ó°£©";
}
.mdi-gmail:before {
  content: "ó°Š«";
}
.mdi-gnome:before {
  content: "ó°Š¬";
}
.mdi-go-kart:before {
  content: "ó°µ¹";
}
.mdi-go-kart-track:before {
  content: "ó°µº";
}
.mdi-gog:before {
  content: "ó°®¡";
}
.mdi-gold:before {
  content: "ó±‰";
}
.mdi-golf:before {
  content: "ó° £";
}
.mdi-golf-cart:before {
  content: "ó±†¤";
}
.mdi-golf-tee:before {
  content: "ó±‚ƒ";
}
.mdi-gondola:before {
  content: "ó°š†";
}
.mdi-goodreads:before {
  content: "ó°µ»";
}
.mdi-google:before {
  content: "ó°Š­";
}
.mdi-google-ads:before {
  content: "ó°²‡";
}
.mdi-google-analytics:before {
  content: "ó°ŸŒ";
}
.mdi-google-assistant:before {
  content: "ó°Ÿ";
}
.mdi-google-cardboard:before {
  content: "ó°Š®";
}
.mdi-google-chrome:before {
  content: "ó°Š¯";
}
.mdi-google-circles:before {
  content: "ó°Š°";
}
.mdi-google-circles-communities:before {
  content: "ó°Š±";
}
.mdi-google-circles-extended:before {
  content: "ó°Š²";
}
.mdi-google-circles-group:before {
  content: "ó°Š³";
}
.mdi-google-classroom:before {
  content: "ó°‹€";
}
.mdi-google-cloud:before {
  content: "ó±‡¶";
}
.mdi-google-downasaur:before {
  content: "ó±¢";
}
.mdi-google-drive:before {
  content: "ó°Š¶";
}
.mdi-google-earth:before {
  content: "ó°Š·";
}
.mdi-google-fit:before {
  content: "ó°¥¬";
}
.mdi-google-glass:before {
  content: "ó°Š¸";
}
.mdi-google-hangouts:before {
  content: "ó°‹‰";
}
.mdi-google-keep:before {
  content: "ó°›œ";
}
.mdi-google-lens:before {
  content: "ó°§¶";
}
.mdi-google-maps:before {
  content: "ó°—µ";
}
.mdi-google-my-business:before {
  content: "ó±ˆ";
}
.mdi-google-nearby:before {
  content: "ó°Š¹";
}
.mdi-google-play:before {
  content: "ó°Š¼";
}
.mdi-google-plus:before {
  content: "ó°Š½";
}
.mdi-google-podcast:before {
  content: "ó°º¹";
}
.mdi-google-spreadsheet:before {
  content: "ó°§·";
}
.mdi-google-street-view:before {
  content: "ó°²ˆ";
}
.mdi-google-translate:before {
  content: "ó°Š¿";
}
.mdi-gradient-horizontal:before {
  content: "ó±Š";
}
.mdi-gradient-vertical:before {
  content: "ó°š ";
}
.mdi-grain:before {
  content: "ó°µ¼";
}
.mdi-graph:before {
  content: "ó±‰";
}
.mdi-graph-outline:before {
  content: "ó±Š";
}
.mdi-graphql:before {
  content: "ó°¡·";
}
.mdi-grass:before {
  content: "ó±”";
}
.mdi-grave-stone:before {
  content: "ó°®¢";
}
.mdi-grease-pencil:before {
  content: "ó°™ˆ";
}
.mdi-greater-than:before {
  content: "ó°¥­";
}
.mdi-greater-than-or-equal:before {
  content: "ó°¥®";
}
.mdi-greenhouse:before {
  content: "ó°€­";
}
.mdi-grid:before {
  content: "ó°‹";
}
.mdi-grid-large:before {
  content: "ó°˜";
}
.mdi-grid-off:before {
  content: "ó°‹‚";
}
.mdi-grill:before {
  content: "ó°¹…";
}
.mdi-grill-outline:before {
  content: "ó±†Š";
}
.mdi-group:before {
  content: "ó°‹ƒ";
}
.mdi-guitar-acoustic:before {
  content: "ó°±";
}
.mdi-guitar-electric:before {
  content: "ó°‹„";
}
.mdi-guitar-pick:before {
  content: "ó°‹…";
}
.mdi-guitar-pick-outline:before {
  content: "ó°‹†";
}
.mdi-guy-fawkes-mask:before {
  content: "ó° ¥";
}
.mdi-gymnastics:before {
  content: "ó±©";
}
.mdi-hail:before {
  content: "ó°«";
}
.mdi-hair-dryer:before {
  content: "ó±ƒ¯";
}
.mdi-hair-dryer-outline:before {
  content: "ó±ƒ°";
}
.mdi-halloween:before {
  content: "ó°®£";
}
.mdi-hamburger:before {
  content: "ó°š…";
}
.mdi-hamburger-check:before {
  content: "ó±¶";
}
.mdi-hamburger-minus:before {
  content: "ó±·";
}
.mdi-hamburger-off:before {
  content: "ó±¸";
}
.mdi-hamburger-plus:before {
  content: "ó±¹";
}
.mdi-hamburger-remove:before {
  content: "ó±º";
}
.mdi-hammer:before {
  content: "ó°£ª";
}
.mdi-hammer-screwdriver:before {
  content: "ó±Œ¢";
}
.mdi-hammer-sickle:before {
  content: "ó±¢‡";
}
.mdi-hammer-wrench:before {
  content: "ó±Œ£";
}
.mdi-hand-back-left:before {
  content: "ó°¹†";
}
.mdi-hand-back-left-off:before {
  content: "ó± °";
}
.mdi-hand-back-left-off-outline:before {
  content: "ó± ²";
}
.mdi-hand-back-left-outline:before {
  content: "ó± ¬";
}
.mdi-hand-back-right:before {
  content: "ó°¹‡";
}
.mdi-hand-back-right-off:before {
  content: "ó± ±";
}
.mdi-hand-back-right-off-outline:before {
  content: "ó± ³";
}
.mdi-hand-back-right-outline:before {
  content: "ó± ­";
}
.mdi-hand-clap:before {
  content: "ó±¥‹";
}
.mdi-hand-clap-off:before {
  content: "ó±©‚";
}
.mdi-hand-coin:before {
  content: "ó±¢";
}
.mdi-hand-coin-outline:before {
  content: "ó±¢";
}
.mdi-hand-cycle:before {
  content: "ó±®œ";
}
.mdi-hand-extended:before {
  content: "ó±¢¶";
}
.mdi-hand-extended-outline:before {
  content: "ó±¢·";
}
.mdi-hand-front-left:before {
  content: "ó± «";
}
.mdi-hand-front-left-outline:before {
  content: "ó± ®";
}
.mdi-hand-front-right:before {
  content: "ó°©";
}
.mdi-hand-front-right-outline:before {
  content: "ó± ¯";
}
.mdi-hand-heart:before {
  content: "ó±ƒ±";
}
.mdi-hand-heart-outline:before {
  content: "ó±•¾";
}
.mdi-hand-okay:before {
  content: "ó°©";
}
.mdi-hand-peace:before {
  content: "ó°©‘";
}
.mdi-hand-peace-variant:before {
  content: "ó°©’";
}
.mdi-hand-pointing-down:before {
  content: "ó°©“";
}
.mdi-hand-pointing-left:before {
  content: "ó°©”";
}
.mdi-hand-pointing-right:before {
  content: "ó°‹‡";
}
.mdi-hand-pointing-up:before {
  content: "ó°©•";
}
.mdi-hand-saw:before {
  content: "ó°¹ˆ";
}
.mdi-hand-wash:before {
  content: "ó±•¿";
}
.mdi-hand-wash-outline:before {
  content: "ó±–€";
}
.mdi-hand-water:before {
  content: "ó±ŽŸ";
}
.mdi-hand-wave:before {
  content: "ó± ¡";
}
.mdi-hand-wave-outline:before {
  content: "ó± ¢";
}
.mdi-handball:before {
  content: "ó°½“";
}
.mdi-handcuffs:before {
  content: "ó±„¾";
}
.mdi-hands-pray:before {
  content: "ó°•¹";
}
.mdi-handshake:before {
  content: "ó±ˆ˜";
}
.mdi-handshake-outline:before {
  content: "ó±–¡";
}
.mdi-hanger:before {
  content: "ó°‹ˆ";
}
.mdi-hard-hat:before {
  content: "ó°¥¯";
}
.mdi-harddisk:before {
  content: "ó°‹Š";
}
.mdi-harddisk-plus:before {
  content: "ó±‹";
}
.mdi-harddisk-remove:before {
  content: "ó±Œ";
}
.mdi-hat-fedora:before {
  content: "ó°®¤";
}
.mdi-hazard-lights:before {
  content: "ó°²‰";
}
.mdi-hdmi-port:before {
  content: "ó±®¸";
}
.mdi-hdr:before {
  content: "ó°µ½";
}
.mdi-hdr-off:before {
  content: "ó°µ¾";
}
.mdi-head:before {
  content: "ó±ž";
}
.mdi-head-alert:before {
  content: "ó±Œ¸";
}
.mdi-head-alert-outline:before {
  content: "ó±Œ¹";
}
.mdi-head-check:before {
  content: "ó±Œº";
}
.mdi-head-check-outline:before {
  content: "ó±Œ»";
}
.mdi-head-cog:before {
  content: "ó±Œ¼";
}
.mdi-head-cog-outline:before {
  content: "ó±Œ½";
}
.mdi-head-dots-horizontal:before {
  content: "ó±Œ¾";
}
.mdi-head-dots-horizontal-outline:before {
  content: "ó±Œ¿";
}
.mdi-head-flash:before {
  content: "ó±€";
}
.mdi-head-flash-outline:before {
  content: "ó±";
}
.mdi-head-heart:before {
  content: "ó±‚";
}
.mdi-head-heart-outline:before {
  content: "ó±ƒ";
}
.mdi-head-lightbulb:before {
  content: "ó±„";
}
.mdi-head-lightbulb-outline:before {
  content: "ó±…";
}
.mdi-head-minus:before {
  content: "ó±†";
}
.mdi-head-minus-outline:before {
  content: "ó±‡";
}
.mdi-head-outline:before {
  content: "ó±Ÿ";
}
.mdi-head-plus:before {
  content: "ó±ˆ";
}
.mdi-head-plus-outline:before {
  content: "ó±‰";
}
.mdi-head-question:before {
  content: "ó±Š";
}
.mdi-head-question-outline:before {
  content: "ó±‹";
}
.mdi-head-remove:before {
  content: "ó±Œ";
}
.mdi-head-remove-outline:before {
  content: "ó±";
}
.mdi-head-snowflake:before {
  content: "ó±Ž";
}
.mdi-head-snowflake-outline:before {
  content: "ó±";
}
.mdi-head-sync:before {
  content: "ó±";
}
.mdi-head-sync-outline:before {
  content: "ó±‘";
}
.mdi-headphones:before {
  content: "ó°‹‹";
}
.mdi-headphones-bluetooth:before {
  content: "ó°¥°";
}
.mdi-headphones-box:before {
  content: "ó°‹Œ";
}
.mdi-headphones-off:before {
  content: "ó°ŸŽ";
}
.mdi-headphones-settings:before {
  content: "ó°‹";
}
.mdi-headset:before {
  content: "ó°‹Ž";
}
.mdi-headset-dock:before {
  content: "ó°‹";
}
.mdi-headset-off:before {
  content: "ó°‹";
}
.mdi-heart:before {
  content: "ó°‹‘";
}
.mdi-heart-box:before {
  content: "ó°‹’";
}
.mdi-heart-box-outline:before {
  content: "ó°‹“";
}
.mdi-heart-broken:before {
  content: "ó°‹”";
}
.mdi-heart-broken-outline:before {
  content: "ó°´”";
}
.mdi-heart-circle:before {
  content: "ó°¥±";
}
.mdi-heart-circle-outline:before {
  content: "ó°¥²";
}
.mdi-heart-cog:before {
  content: "ó±™£";
}
.mdi-heart-cog-outline:before {
  content: "ó±™¤";
}
.mdi-heart-flash:before {
  content: "ó°»¹";
}
.mdi-heart-half:before {
  content: "ó°›Ÿ";
}
.mdi-heart-half-full:before {
  content: "ó°›ž";
}
.mdi-heart-half-outline:before {
  content: "ó°› ";
}
.mdi-heart-minus:before {
  content: "ó±¯";
}
.mdi-heart-minus-outline:before {
  content: "ó±²";
}
.mdi-heart-multiple:before {
  content: "ó°©–";
}
.mdi-heart-multiple-outline:before {
  content: "ó°©—";
}
.mdi-heart-off:before {
  content: "ó°™";
}
.mdi-heart-off-outline:before {
  content: "ó±´";
}
.mdi-heart-outline:before {
  content: "ó°‹•";
}
.mdi-heart-plus:before {
  content: "ó±®";
}
.mdi-heart-plus-outline:before {
  content: "ó±±";
}
.mdi-heart-pulse:before {
  content: "ó°—¶";
}
.mdi-heart-remove:before {
  content: "ó±°";
}
.mdi-heart-remove-outline:before {
  content: "ó±³";
}
.mdi-heart-settings:before {
  content: "ó±™¥";
}
.mdi-heart-settings-outline:before {
  content: "ó±™¦";
}
.mdi-heat-pump:before {
  content: "ó±©ƒ";
}
.mdi-heat-pump-outline:before {
  content: "ó±©„";
}
.mdi-heat-wave:before {
  content: "ó±©…";
}
.mdi-heating-coil:before {
  content: "ó±ª¯";
}
.mdi-helicopter:before {
  content: "ó°«‚";
}
.mdi-help:before {
  content: "ó°‹–";
}
.mdi-help-box:before {
  content: "ó°ž‹";
}
.mdi-help-box-multiple:before {
  content: "ó±°Š";
}
.mdi-help-box-multiple-outline:before {
  content: "ó±°‹";
}
.mdi-help-box-outline:before {
  content: "ó±°Œ";
}
.mdi-help-circle:before {
  content: "ó°‹—";
}
.mdi-help-circle-outline:before {
  content: "ó°˜¥";
}
.mdi-help-network:before {
  content: "ó°›µ";
}
.mdi-help-network-outline:before {
  content: "ó°²Š";
}
.mdi-help-rhombus:before {
  content: "ó°®¥";
}
.mdi-help-rhombus-outline:before {
  content: "ó°®¦";
}
.mdi-hexadecimal:before {
  content: "ó±Š§";
}
.mdi-hexagon:before {
  content: "ó°‹˜";
}
.mdi-hexagon-multiple:before {
  content: "ó°›¡";
}
.mdi-hexagon-multiple-outline:before {
  content: "ó±ƒ²";
}
.mdi-hexagon-outline:before {
  content: "ó°‹™";
}
.mdi-hexagon-slice-1:before {
  content: "ó°«ƒ";
}
.mdi-hexagon-slice-2:before {
  content: "ó°«„";
}
.mdi-hexagon-slice-3:before {
  content: "ó°«…";
}
.mdi-hexagon-slice-4:before {
  content: "ó°«†";
}
.mdi-hexagon-slice-5:before {
  content: "ó°«‡";
}
.mdi-hexagon-slice-6:before {
  content: "ó°«ˆ";
}
.mdi-hexagram:before {
  content: "ó°«‰";
}
.mdi-hexagram-outline:before {
  content: "ó°«Š";
}
.mdi-high-definition:before {
  content: "ó°Ÿ";
}
.mdi-high-definition-box:before {
  content: "ó°¡¸";
}
.mdi-highway:before {
  content: "ó°—·";
}
.mdi-hiking:before {
  content: "ó°µ¿";
}
.mdi-history:before {
  content: "ó°‹š";
}
.mdi-hockey-puck:before {
  content: "ó°¡¹";
}
.mdi-hockey-sticks:before {
  content: "ó°¡º";
}
.mdi-hololens:before {
  content: "ó°‹›";
}
.mdi-home:before {
  content: "ó°‹œ";
}
.mdi-home-account:before {
  content: "ó° ¦";
}
.mdi-home-alert:before {
  content: "ó°¡»";
}
.mdi-home-alert-outline:before {
  content: "ó±—";
}
.mdi-home-analytics:before {
  content: "ó°ºº";
}
.mdi-home-assistant:before {
  content: "ó°Ÿ";
}
.mdi-home-automation:before {
  content: "ó°Ÿ‘";
}
.mdi-home-battery:before {
  content: "ó±¤";
}
.mdi-home-battery-outline:before {
  content: "ó±¤‚";
}
.mdi-home-circle:before {
  content: "ó°Ÿ’";
}
.mdi-home-circle-outline:before {
  content: "ó±";
}
.mdi-home-city:before {
  content: "ó°´•";
}
.mdi-home-city-outline:before {
  content: "ó°´–";
}
.mdi-home-clock:before {
  content: "ó±¨’";
}
.mdi-home-clock-outline:before {
  content: "ó±¨“";
}
.mdi-home-edit:before {
  content: "ó±…™";
}
.mdi-home-edit-outline:before {
  content: "ó±…š";
}
.mdi-home-export-outline:before {
  content: "ó°¾›";
}
.mdi-home-flood:before {
  content: "ó°»º";
}
.mdi-home-floor-0:before {
  content: "ó°·’";
}
.mdi-home-floor-1:before {
  content: "ó°¶€";
}
.mdi-home-floor-2:before {
  content: "ó°¶";
}
.mdi-home-floor-3:before {
  content: "ó°¶‚";
}
.mdi-home-floor-a:before {
  content: "ó°¶ƒ";
}
.mdi-home-floor-b:before {
  content: "ó°¶„";
}
.mdi-home-floor-g:before {
  content: "ó°¶…";
}
.mdi-home-floor-l:before {
  content: "ó°¶†";
}
.mdi-home-floor-negative-1:before {
  content: "ó°·“";
}
.mdi-home-group:before {
  content: "ó°·”";
}
.mdi-home-group-minus:before {
  content: "ó±§";
}
.mdi-home-group-plus:before {
  content: "ó±§€";
}
.mdi-home-group-remove:before {
  content: "ó±§‚";
}
.mdi-home-heart:before {
  content: "ó° §";
}
.mdi-home-import-outline:before {
  content: "ó°¾œ";
}
.mdi-home-lightbulb:before {
  content: "ó±‰‘";
}
.mdi-home-lightbulb-outline:before {
  content: "ó±‰’";
}
.mdi-home-lightning-bolt:before {
  content: "ó±¤ƒ";
}
.mdi-home-lightning-bolt-outline:before {
  content: "ó±¤„";
}
.mdi-home-lock:before {
  content: "ó°£«";
}
.mdi-home-lock-open:before {
  content: "ó°£¬";
}
.mdi-home-map-marker:before {
  content: "ó°—¸";
}
.mdi-home-minus:before {
  content: "ó°¥´";
}
.mdi-home-minus-outline:before {
  content: "ó±•";
}
.mdi-home-modern:before {
  content: "ó°‹";
}
.mdi-home-off:before {
  content: "ó±©†";
}
.mdi-home-off-outline:before {
  content: "ó±©‡";
}
.mdi-home-outline:before {
  content: "ó°š¡";
}
.mdi-home-plus:before {
  content: "ó°¥µ";
}
.mdi-home-plus-outline:before {
  content: "ó±–";
}
.mdi-home-remove:before {
  content: "ó±‰‡";
}
.mdi-home-remove-outline:before {
  content: "ó±—";
}
.mdi-home-roof:before {
  content: "ó±„«";
}
.mdi-home-search:before {
  content: "ó±Ž°";
}
.mdi-home-search-outline:before {
  content: "ó±Ž±";
}
.mdi-home-silo:before {
  content: "ó±® ";
}
.mdi-home-silo-outline:before {
  content: "ó±®¡";
}
.mdi-home-switch:before {
  content: "ó±ž”";
}
.mdi-home-switch-outline:before {
  content: "ó±ž•";
}
.mdi-home-thermometer:before {
  content: "ó°½”";
}
.mdi-home-thermometer-outline:before {
  content: "ó°½•";
}
.mdi-home-variant:before {
  content: "ó°‹ž";
}
.mdi-home-variant-outline:before {
  content: "ó°®§";
}
.mdi-hook:before {
  content: "ó°›¢";
}
.mdi-hook-off:before {
  content: "ó°›£";
}
.mdi-hoop-house:before {
  content: "ó°¹–";
}
.mdi-hops:before {
  content: "ó°‹Ÿ";
}
.mdi-horizontal-rotate-clockwise:before {
  content: "ó±ƒ³";
}
.mdi-horizontal-rotate-counterclockwise:before {
  content: "ó±ƒ´";
}
.mdi-horse:before {
  content: "ó±–¿";
}
.mdi-horse-human:before {
  content: "ó±—€";
}
.mdi-horse-variant:before {
  content: "ó±—";
}
.mdi-horse-variant-fast:before {
  content: "ó±¡®";
}
.mdi-horseshoe:before {
  content: "ó°©˜";
}
.mdi-hospital:before {
  content: "ó°¿¶";
}
.mdi-hospital-box:before {
  content: "ó°‹ ";
}
.mdi-hospital-box-outline:before {
  content: "ó°¿·";
}
.mdi-hospital-building:before {
  content: "ó°‹¡";
}
.mdi-hospital-marker:before {
  content: "ó°‹¢";
}
.mdi-hot-tub:before {
  content: "ó° ¨";
}
.mdi-hours-24:before {
  content: "ó±‘¸";
}
.mdi-hubspot:before {
  content: "ó°´—";
}
.mdi-hulu:before {
  content: "ó° ©";
}
.mdi-human:before {
  content: "ó°‹¦";
}
.mdi-human-baby-changing-table:before {
  content: "ó±Ž‹";
}
.mdi-human-cane:before {
  content: "ó±–";
}
.mdi-human-capacity-decrease:before {
  content: "ó±–›";
}
.mdi-human-capacity-increase:before {
  content: "ó±–œ";
}
.mdi-human-child:before {
  content: "ó°‹§";
}
.mdi-human-dolly:before {
  content: "ó±¦€";
}
.mdi-human-edit:before {
  content: "ó±“¨";
}
.mdi-human-female:before {
  content: "ó°™‰";
}
.mdi-human-female-boy:before {
  content: "ó°©™";
}
.mdi-human-female-dance:before {
  content: "ó±—‰";
}
.mdi-human-female-female:before {
  content: "ó°©š";
}
.mdi-human-female-girl:before {
  content: "ó°©›";
}
.mdi-human-greeting:before {
  content: "ó±Ÿ„";
}
.mdi-human-greeting-proximity:before {
  content: "ó±–";
}
.mdi-human-greeting-variant:before {
  content: "ó°™Š";
}
.mdi-human-handsdown:before {
  content: "ó°™‹";
}
.mdi-human-handsup:before {
  content: "ó°™Œ";
}
.mdi-human-male:before {
  content: "ó°™";
}
.mdi-human-male-board:before {
  content: "ó°¢";
}
.mdi-human-male-board-poll:before {
  content: "ó°¡†";
}
.mdi-human-male-boy:before {
  content: "ó°©œ";
}
.mdi-human-male-child:before {
  content: "ó±ŽŒ";
}
.mdi-human-male-female:before {
  content: "ó°‹¨";
}
.mdi-human-male-female-child:before {
  content: "ó± £";
}
.mdi-human-male-girl:before {
  content: "ó°©";
}
.mdi-human-male-height:before {
  content: "ó°»»";
}
.mdi-human-male-height-variant:before {
  content: "ó°»¼";
}
.mdi-human-male-male:before {
  content: "ó°©ž";
}
.mdi-human-non-binary:before {
  content: "ó±¡ˆ";
}
.mdi-human-pregnant:before {
  content: "ó°—";
}
.mdi-human-queue:before {
  content: "ó±•±";
}
.mdi-human-scooter:before {
  content: "ó±‡©";
}
.mdi-human-walker:before {
  content: "ó±­±";
}
.mdi-human-wheelchair:before {
  content: "ó±Ž";
}
.mdi-human-white-cane:before {
  content: "ó±¦";
}
.mdi-humble-bundle:before {
  content: "ó°„";
}
.mdi-hvac:before {
  content: "ó±’";
}
.mdi-hvac-off:before {
  content: "ó±–ž";
}
.mdi-hydraulic-oil-level:before {
  content: "ó±Œ¤";
}
.mdi-hydraulic-oil-temperature:before {
  content: "ó±Œ¥";
}
.mdi-hydro-power:before {
  content: "ó±‹¥";
}
.mdi-hydrogen-station:before {
  content: "ó±¢”";
}
.mdi-ice-cream:before {
  content: "ó° ª";
}
.mdi-ice-cream-off:before {
  content: "ó°¹’";
}
.mdi-ice-pop:before {
  content: "ó°»½";
}
.mdi-id-card:before {
  content: "ó°¿€";
}
.mdi-identifier:before {
  content: "ó°»¾";
}
.mdi-ideogram-cjk:before {
  content: "ó±Œ±";
}
.mdi-ideogram-cjk-variant:before {
  content: "ó±Œ²";
}
.mdi-image:before {
  content: "ó°‹©";
}
.mdi-image-album:before {
  content: "ó°‹ª";
}
.mdi-image-area:before {
  content: "ó°‹«";
}
.mdi-image-area-close:before {
  content: "ó°‹¬";
}
.mdi-image-auto-adjust:before {
  content: "ó°¿";
}
.mdi-image-broken:before {
  content: "ó°‹­";
}
.mdi-image-broken-variant:before {
  content: "ó°‹®";
}
.mdi-image-check:before {
  content: "ó±¬¥";
}
.mdi-image-check-outline:before {
  content: "ó±¬¦";
}
.mdi-image-edit:before {
  content: "ó±‡£";
}
.mdi-image-edit-outline:before {
  content: "ó±‡¤";
}
.mdi-image-filter-black-white:before {
  content: "ó°‹°";
}
.mdi-image-filter-center-focus:before {
  content: "ó°‹±";
}
.mdi-image-filter-center-focus-strong:before {
  content: "ó°»¿";
}
.mdi-image-filter-center-focus-strong-outline:before {
  content: "ó°¼€";
}
.mdi-image-filter-center-focus-weak:before {
  content: "ó°‹²";
}
.mdi-image-filter-drama:before {
  content: "ó°‹³";
}
.mdi-image-filter-drama-outline:before {
  content: "ó±¯¿";
}
.mdi-image-filter-frames:before {
  content: "ó°‹´";
}
.mdi-image-filter-hdr:before {
  content: "ó°‹µ";
}
.mdi-image-filter-none:before {
  content: "ó°‹¶";
}
.mdi-image-filter-tilt-shift:before {
  content: "ó°‹·";
}
.mdi-image-filter-vintage:before {
  content: "ó°‹¸";
}
.mdi-image-frame:before {
  content: "ó°¹‰";
}
.mdi-image-lock:before {
  content: "ó±ª°";
}
.mdi-image-lock-outline:before {
  content: "ó±ª±";
}
.mdi-image-marker:before {
  content: "ó±»";
}
.mdi-image-marker-outline:before {
  content: "ó±¼";
}
.mdi-image-minus:before {
  content: "ó±™";
}
.mdi-image-minus-outline:before {
  content: "ó±­‡";
}
.mdi-image-move:before {
  content: "ó°§¸";
}
.mdi-image-multiple:before {
  content: "ó°‹¹";
}
.mdi-image-multiple-outline:before {
  content: "ó°‹¯";
}
.mdi-image-off:before {
  content: "ó° «";
}
.mdi-image-off-outline:before {
  content: "ó±‡‘";
}
.mdi-image-outline:before {
  content: "ó°¥¶";
}
.mdi-image-plus:before {
  content: "ó°¡¼";
}
.mdi-image-plus-outline:before {
  content: "ó±­†";
}
.mdi-image-refresh:before {
  content: "ó±§¾";
}
.mdi-image-refresh-outline:before {
  content: "ó±§¿";
}
.mdi-image-remove:before {
  content: "ó±˜";
}
.mdi-image-remove-outline:before {
  content: "ó±­ˆ";
}
.mdi-image-search:before {
  content: "ó°¥·";
}
.mdi-image-search-outline:before {
  content: "ó°¥¸";
}
.mdi-image-size-select-actual:before {
  content: "ó°²";
}
.mdi-image-size-select-large:before {
  content: "ó°²Ž";
}
.mdi-image-size-select-small:before {
  content: "ó°²";
}
.mdi-image-sync:before {
  content: "ó±¨€";
}
.mdi-image-sync-outline:before {
  content: "ó±¨";
}
.mdi-image-text:before {
  content: "ó±˜";
}
.mdi-import:before {
  content: "ó°‹º";
}
.mdi-inbox:before {
  content: "ó°š‡";
}
.mdi-inbox-arrow-down:before {
  content: "ó°‹»";
}
.mdi-inbox-arrow-down-outline:before {
  content: "ó±‰°";
}
.mdi-inbox-arrow-up:before {
  content: "ó°‘";
}
.mdi-inbox-arrow-up-outline:before {
  content: "ó±‰±";
}
.mdi-inbox-full:before {
  content: "ó±‰²";
}
.mdi-inbox-full-outline:before {
  content: "ó±‰³";
}
.mdi-inbox-multiple:before {
  content: "ó°¢°";
}
.mdi-inbox-multiple-outline:before {
  content: "ó°®¨";
}
.mdi-inbox-outline:before {
  content: "ó±‰´";
}
.mdi-inbox-remove:before {
  content: "ó±–Ÿ";
}
.mdi-inbox-remove-outline:before {
  content: "ó±– ";
}
.mdi-incognito:before {
  content: "ó°—¹";
}
.mdi-incognito-circle:before {
  content: "ó±¡";
}
.mdi-incognito-circle-off:before {
  content: "ó±¢";
}
.mdi-incognito-off:before {
  content: "ó°µ";
}
.mdi-induction:before {
  content: "ó±¡Œ";
}
.mdi-infinity:before {
  content: "ó°›¤";
}
.mdi-information:before {
  content: "ó°‹¼";
}
.mdi-information-off:before {
  content: "ó±žŒ";
}
.mdi-information-off-outline:before {
  content: "ó±ž";
}
.mdi-information-outline:before {
  content: "ó°‹½";
}
.mdi-information-variant:before {
  content: "ó°™Ž";
}
.mdi-instagram:before {
  content: "ó°‹¾";
}
.mdi-instrument-triangle:before {
  content: "ó±Ž";
}
.mdi-integrated-circuit-chip:before {
  content: "ó±¤“";
}
.mdi-invert-colors:before {
  content: "ó°Œ";
}
.mdi-invert-colors-off:before {
  content: "ó°¹Š";
}
.mdi-iobroker:before {
  content: "ó±‹¨";
}
.mdi-ip:before {
  content: "ó°©Ÿ";
}
.mdi-ip-network:before {
  content: "ó°© ";
}
.mdi-ip-network-outline:before {
  content: "ó°²";
}
.mdi-ip-outline:before {
  content: "ó±¦‚";
}
.mdi-ipod:before {
  content: "ó°²‘";
}
.mdi-iron:before {
  content: "ó± ¤";
}
.mdi-iron-board:before {
  content: "ó± ¸";
}
.mdi-iron-outline:before {
  content: "ó± ¥";
}
.mdi-island:before {
  content: "ó±";
}
.mdi-iv-bag:before {
  content: "ó±‚¹";
}
.mdi-jabber:before {
  content: "ó°·•";
}
.mdi-jeepney:before {
  content: "ó°Œ‚";
}
.mdi-jellyfish:before {
  content: "ó°¼";
}
.mdi-jellyfish-outline:before {
  content: "ó°¼‚";
}
.mdi-jira:before {
  content: "ó°Œƒ";
}
.mdi-jquery:before {
  content: "ó°¡½";
}
.mdi-jsfiddle:before {
  content: "ó°Œ„";
}
.mdi-jump-rope:before {
  content: "ó±‹¿";
}
.mdi-kabaddi:before {
  content: "ó°¶‡";
}
.mdi-kangaroo:before {
  content: "ó±•˜";
}
.mdi-karate:before {
  content: "ó° ¬";
}
.mdi-kayaking:before {
  content: "ó°¢¯";
}
.mdi-keg:before {
  content: "ó°Œ…";
}
.mdi-kettle:before {
  content: "ó°—º";
}
.mdi-kettle-alert:before {
  content: "ó±Œ—";
}
.mdi-kettle-alert-outline:before {
  content: "ó±Œ˜";
}
.mdi-kettle-off:before {
  content: "ó±Œ›";
}
.mdi-kettle-off-outline:before {
  content: "ó±Œœ";
}
.mdi-kettle-outline:before {
  content: "ó°½–";
}
.mdi-kettle-pour-over:before {
  content: "ó±œ¼";
}
.mdi-kettle-steam:before {
  content: "ó±Œ™";
}
.mdi-kettle-steam-outline:before {
  content: "ó±Œš";
}
.mdi-kettlebell:before {
  content: "ó±Œ€";
}
.mdi-key:before {
  content: "ó°Œ†";
}
.mdi-key-alert:before {
  content: "ó±¦ƒ";
}
.mdi-key-alert-outline:before {
  content: "ó±¦„";
}
.mdi-key-arrow-right:before {
  content: "ó±Œ’";
}
.mdi-key-chain:before {
  content: "ó±•´";
}
.mdi-key-chain-variant:before {
  content: "ó±•µ";
}
.mdi-key-change:before {
  content: "ó°Œ‡";
}
.mdi-key-link:before {
  content: "ó±†Ÿ";
}
.mdi-key-minus:before {
  content: "ó°Œˆ";
}
.mdi-key-outline:before {
  content: "ó°·–";
}
.mdi-key-plus:before {
  content: "ó°Œ‰";
}
.mdi-key-remove:before {
  content: "ó°ŒŠ";
}
.mdi-key-star:before {
  content: "ó±†ž";
}
.mdi-key-variant:before {
  content: "ó°Œ‹";
}
.mdi-key-wireless:before {
  content: "ó°¿‚";
}
.mdi-keyboard:before {
  content: "ó°ŒŒ";
}
.mdi-keyboard-backspace:before {
  content: "ó°Œ";
}
.mdi-keyboard-caps:before {
  content: "ó°ŒŽ";
}
.mdi-keyboard-close:before {
  content: "ó°Œ";
}
.mdi-keyboard-close-outline:before {
  content: "ó±°€";
}
.mdi-keyboard-esc:before {
  content: "ó±Š·";
}
.mdi-keyboard-f1:before {
  content: "ó±Š«";
}
.mdi-keyboard-f10:before {
  content: "ó±Š´";
}
.mdi-keyboard-f11:before {
  content: "ó±Šµ";
}
.mdi-keyboard-f12:before {
  content: "ó±Š¶";
}
.mdi-keyboard-f2:before {
  content: "ó±Š¬";
}
.mdi-keyboard-f3:before {
  content: "ó±Š­";
}
.mdi-keyboard-f4:before {
  content: "ó±Š®";
}
.mdi-keyboard-f5:before {
  content: "ó±Š¯";
}
.mdi-keyboard-f6:before {
  content: "ó±Š°";
}
.mdi-keyboard-f7:before {
  content: "ó±Š±";
}
.mdi-keyboard-f8:before {
  content: "ó±Š²";
}
.mdi-keyboard-f9:before {
  content: "ó±Š³";
}
.mdi-keyboard-off:before {
  content: "ó°Œ";
}
.mdi-keyboard-off-outline:before {
  content: "ó°¹‹";
}
.mdi-keyboard-outline:before {
  content: "ó°¥»";
}
.mdi-keyboard-return:before {
  content: "ó°Œ‘";
}
.mdi-keyboard-settings:before {
  content: "ó°§¹";
}
.mdi-keyboard-settings-outline:before {
  content: "ó°§º";
}
.mdi-keyboard-space:before {
  content: "ó±";
}
.mdi-keyboard-tab:before {
  content: "ó°Œ’";
}
.mdi-keyboard-tab-reverse:before {
  content: "ó°Œ¥";
}
.mdi-keyboard-variant:before {
  content: "ó°Œ“";
}
.mdi-khanda:before {
  content: "ó±ƒ½";
}
.mdi-kickstarter:before {
  content: "ó°…";
}
.mdi-kite:before {
  content: "ó±¦…";
}
.mdi-kite-outline:before {
  content: "ó±¦†";
}
.mdi-kitesurfing:before {
  content: "ó±„";
}
.mdi-klingon:before {
  content: "ó±›";
}
.mdi-knife:before {
  content: "ó°§»";
}
.mdi-knife-military:before {
  content: "ó°§¼";
}
.mdi-knob:before {
  content: "ó±®–";
}
.mdi-koala:before {
  content: "ó±œ¿";
}
.mdi-kodi:before {
  content: "ó°Œ”";
}
.mdi-kubernetes:before {
  content: "ó±ƒ¾";
}
.mdi-label:before {
  content: "ó°Œ•";
}
.mdi-label-multiple:before {
  content: "ó±µ";
}
.mdi-label-multiple-outline:before {
  content: "ó±¶";
}
.mdi-label-off:before {
  content: "ó°«‹";
}
.mdi-label-off-outline:before {
  content: "ó°«Œ";
}
.mdi-label-outline:before {
  content: "ó°Œ–";
}
.mdi-label-percent:before {
  content: "ó±‹ª";
}
.mdi-label-percent-outline:before {
  content: "ó±‹«";
}
.mdi-label-variant:before {
  content: "ó°«";
}
.mdi-label-variant-outline:before {
  content: "ó°«Ž";
}
.mdi-ladder:before {
  content: "ó±–¢";
}
.mdi-ladybug:before {
  content: "ó° ­";
}
.mdi-lambda:before {
  content: "ó°˜§";
}
.mdi-lamp:before {
  content: "ó°šµ";
}
.mdi-lamp-outline:before {
  content: "ó±Ÿ";
}
.mdi-lamps:before {
  content: "ó±•¶";
}
.mdi-lamps-outline:before {
  content: "ó±Ÿ‘";
}
.mdi-lan:before {
  content: "ó°Œ—";
}
.mdi-lan-check:before {
  content: "ó±Šª";
}
.mdi-lan-connect:before {
  content: "ó°Œ˜";
}
.mdi-lan-disconnect:before {
  content: "ó°Œ™";
}
.mdi-lan-pending:before {
  content: "ó°Œš";
}
.mdi-land-fields:before {
  content: "ó±ª²";
}
.mdi-land-plots:before {
  content: "ó±ª³";
}
.mdi-land-plots-circle:before {
  content: "ó±ª´";
}
.mdi-land-plots-circle-variant:before {
  content: "ó±ªµ";
}
.mdi-land-rows-horizontal:before {
  content: "ó±ª¶";
}
.mdi-land-rows-vertical:before {
  content: "ó±ª·";
}
.mdi-landslide:before {
  content: "ó±©ˆ";
}
.mdi-landslide-outline:before {
  content: "ó±©‰";
}
.mdi-language-c:before {
  content: "ó°™±";
}
.mdi-language-cpp:before {
  content: "ó°™²";
}
.mdi-language-csharp:before {
  content: "ó°Œ›";
}
.mdi-language-css3:before {
  content: "ó°Œœ";
}
.mdi-language-fortran:before {
  content: "ó±ˆš";
}
.mdi-language-go:before {
  content: "ó°Ÿ“";
}
.mdi-language-haskell:before {
  content: "ó°²’";
}
.mdi-language-html5:before {
  content: "ó°Œ";
}
.mdi-language-java:before {
  content: "ó°¬·";
}
.mdi-language-javascript:before {
  content: "ó°Œž";
}
.mdi-language-kotlin:before {
  content: "ó±ˆ™";
}
.mdi-language-lua:before {
  content: "ó°¢±";
}
.mdi-language-markdown:before {
  content: "ó°”";
}
.mdi-language-markdown-outline:before {
  content: "ó°½›";
}
.mdi-language-php:before {
  content: "ó°ŒŸ";
}
.mdi-language-python:before {
  content: "ó°Œ ";
}
.mdi-language-r:before {
  content: "ó°Ÿ”";
}
.mdi-language-ruby:before {
  content: "ó°´­";
}
.mdi-language-ruby-on-rails:before {
  content: "ó°«";
}
.mdi-language-rust:before {
  content: "ó±˜—";
}
.mdi-language-swift:before {
  content: "ó°›¥";
}
.mdi-language-typescript:before {
  content: "ó°›¦";
}
.mdi-language-xaml:before {
  content: "ó°™³";
}
.mdi-laptop:before {
  content: "ó°Œ¢";
}
.mdi-laptop-account:before {
  content: "ó±©Š";
}
.mdi-laptop-off:before {
  content: "ó°›§";
}
.mdi-laravel:before {
  content: "ó°«";
}
.mdi-laser-pointer:before {
  content: "ó±’„";
}
.mdi-lasso:before {
  content: "ó°¼ƒ";
}
.mdi-lastpass:before {
  content: "ó°‘†";
}
.mdi-latitude:before {
  content: "ó°½—";
}
.mdi-launch:before {
  content: "ó°Œ§";
}
.mdi-lava-lamp:before {
  content: "ó°Ÿ•";
}
.mdi-layers:before {
  content: "ó°Œ¨";
}
.mdi-layers-edit:before {
  content: "ó±¢’";
}
.mdi-layers-minus:before {
  content: "ó°¹Œ";
}
.mdi-layers-off:before {
  content: "ó°Œ©";
}
.mdi-layers-off-outline:before {
  content: "ó°§½";
}
.mdi-layers-outline:before {
  content: "ó°§¾";
}
.mdi-layers-plus:before {
  content: "ó°¹";
}
.mdi-layers-remove:before {
  content: "ó°¹Ž";
}
.mdi-layers-search:before {
  content: "ó±ˆ†";
}
.mdi-layers-search-outline:before {
  content: "ó±ˆ‡";
}
.mdi-layers-triple:before {
  content: "ó°½˜";
}
.mdi-layers-triple-outline:before {
  content: "ó°½™";
}
.mdi-lead-pencil:before {
  content: "ó°™";
}
.mdi-leaf:before {
  content: "ó°Œª";
}
.mdi-leaf-circle:before {
  content: "ó±¤…";
}
.mdi-leaf-circle-outline:before {
  content: "ó±¤†";
}
.mdi-leaf-maple:before {
  content: "ó°²“";
}
.mdi-leaf-maple-off:before {
  content: "ó±‹š";
}
.mdi-leaf-off:before {
  content: "ó±‹™";
}
.mdi-leak:before {
  content: "ó°·—";
}
.mdi-leak-off:before {
  content: "ó°·˜";
}
.mdi-lectern:before {
  content: "ó±«°";
}
.mdi-led-off:before {
  content: "ó°Œ«";
}
.mdi-led-on:before {
  content: "ó°Œ¬";
}
.mdi-led-outline:before {
  content: "ó°Œ­";
}
.mdi-led-strip:before {
  content: "ó°Ÿ–";
}
.mdi-led-strip-variant:before {
  content: "ó±‘";
}
.mdi-led-strip-variant-off:before {
  content: "ó±©‹";
}
.mdi-led-variant-off:before {
  content: "ó°Œ®";
}
.mdi-led-variant-on:before {
  content: "ó°Œ¯";
}
.mdi-led-variant-outline:before {
  content: "ó°Œ°";
}
.mdi-leek:before {
  content: "ó±…½";
}
.mdi-less-than:before {
  content: "ó°¥¼";
}
.mdi-less-than-or-equal:before {
  content: "ó°¥½";
}
.mdi-library:before {
  content: "ó°Œ±";
}
.mdi-library-outline:before {
  content: "ó±¨¢";
}
.mdi-library-shelves:before {
  content: "ó°®©";
}
.mdi-license:before {
  content: "ó°¿ƒ";
}
.mdi-lifebuoy:before {
  content: "ó°¡¾";
}
.mdi-light-flood-down:before {
  content: "ó±¦‡";
}
.mdi-light-flood-up:before {
  content: "ó±¦ˆ";
}
.mdi-light-recessed:before {
  content: "ó±ž›";
}
.mdi-light-switch:before {
  content: "ó°¥¾";
}
.mdi-light-switch-off:before {
  content: "ó±¨¤";
}
.mdi-lightbulb:before {
  content: "ó°Œµ";
}
.mdi-lightbulb-alert:before {
  content: "ó±§¡";
}
.mdi-lightbulb-alert-outline:before {
  content: "ó±§¢";
}
.mdi-lightbulb-auto:before {
  content: "ó± €";
}
.mdi-lightbulb-auto-outline:before {
  content: "ó± ";
}
.mdi-lightbulb-cfl:before {
  content: "ó±ˆˆ";
}
.mdi-lightbulb-cfl-off:before {
  content: "ó±ˆ‰";
}
.mdi-lightbulb-cfl-spiral:before {
  content: "ó±‰µ";
}
.mdi-lightbulb-cfl-spiral-off:before {
  content: "ó±‹ƒ";
}
.mdi-lightbulb-fluorescent-tube:before {
  content: "ó± „";
}
.mdi-lightbulb-fluorescent-tube-outline:before {
  content: "ó± …";
}
.mdi-lightbulb-group:before {
  content: "ó±‰“";
}
.mdi-lightbulb-group-off:before {
  content: "ó±‹";
}
.mdi-lightbulb-group-off-outline:before {
  content: "ó±‹Ž";
}
.mdi-lightbulb-group-outline:before {
  content: "ó±‰”";
}
.mdi-lightbulb-multiple:before {
  content: "ó±‰•";
}
.mdi-lightbulb-multiple-off:before {
  content: "ó±‹";
}
.mdi-lightbulb-multiple-off-outline:before {
  content: "ó±‹";
}
.mdi-lightbulb-multiple-outline:before {
  content: "ó±‰–";
}
.mdi-lightbulb-night:before {
  content: "ó±©Œ";
}
.mdi-lightbulb-night-outline:before {
  content: "ó±©";
}
.mdi-lightbulb-off:before {
  content: "ó°¹";
}
.mdi-lightbulb-off-outline:before {
  content: "ó°¹";
}
.mdi-lightbulb-on:before {
  content: "ó°›¨";
}
.mdi-lightbulb-on-10:before {
  content: "ó±©Ž";
}
.mdi-lightbulb-on-20:before {
  content: "ó±©";
}
.mdi-lightbulb-on-30:before {
  content: "ó±©";
}
.mdi-lightbulb-on-40:before {
  content: "ó±©‘";
}
.mdi-lightbulb-on-50:before {
  content: "ó±©’";
}
.mdi-lightbulb-on-60:before {
  content: "ó±©“";
}
.mdi-lightbulb-on-70:before {
  content: "ó±©”";
}
.mdi-lightbulb-on-80:before {
  content: "ó±©•";
}
.mdi-lightbulb-on-90:before {
  content: "ó±©–";
}
.mdi-lightbulb-on-outline:before {
  content: "ó°›©";
}
.mdi-lightbulb-outline:before {
  content: "ó°Œ¶";
}
.mdi-lightbulb-question:before {
  content: "ó±§£";
}
.mdi-lightbulb-question-outline:before {
  content: "ó±§¤";
}
.mdi-lightbulb-spot:before {
  content: "ó±Ÿ´";
}
.mdi-lightbulb-spot-off:before {
  content: "ó±Ÿµ";
}
.mdi-lightbulb-variant:before {
  content: "ó± ‚";
}
.mdi-lightbulb-variant-outline:before {
  content: "ó± ƒ";
}
.mdi-lighthouse:before {
  content: "ó°§¿";
}
.mdi-lighthouse-on:before {
  content: "ó°¨€";
}
.mdi-lightning-bolt:before {
  content: "ó±‹";
}
.mdi-lightning-bolt-circle:before {
  content: "ó°  ";
}
.mdi-lightning-bolt-outline:before {
  content: "ó±Œ";
}
.mdi-line-scan:before {
  content: "ó°˜¤";
}
.mdi-lingerie:before {
  content: "ó±‘¶";
}
.mdi-link:before {
  content: "ó°Œ·";
}
.mdi-link-box:before {
  content: "ó°´š";
}
.mdi-link-box-outline:before {
  content: "ó°´›";
}
.mdi-link-box-variant:before {
  content: "ó°´œ";
}
.mdi-link-box-variant-outline:before {
  content: "ó°´";
}
.mdi-link-lock:before {
  content: "ó±‚º";
}
.mdi-link-off:before {
  content: "ó°Œ¸";
}
.mdi-link-plus:before {
  content: "ó°²”";
}
.mdi-link-variant:before {
  content: "ó°Œ¹";
}
.mdi-link-variant-minus:before {
  content: "ó±ƒ¿";
}
.mdi-link-variant-off:before {
  content: "ó°Œº";
}
.mdi-link-variant-plus:before {
  content: "ó±„€";
}
.mdi-link-variant-remove:before {
  content: "ó±„";
}
.mdi-linkedin:before {
  content: "ó°Œ»";
}
.mdi-linux:before {
  content: "ó°Œ½";
}
.mdi-linux-mint:before {
  content: "ó°£­";
}
.mdi-lipstick:before {
  content: "ó±Žµ";
}
.mdi-liquid-spot:before {
  content: "ó± ¦";
}
.mdi-liquor:before {
  content: "ó±¤ž";
}
.mdi-list-box:before {
  content: "ó±­»";
}
.mdi-list-box-outline:before {
  content: "ó±­¼";
}
.mdi-list-status:before {
  content: "ó±–«";
}
.mdi-litecoin:before {
  content: "ó°©¡";
}
.mdi-loading:before {
  content: "ó°²";
}
.mdi-location-enter:before {
  content: "ó°¿„";
}
.mdi-location-exit:before {
  content: "ó°¿…";
}
.mdi-lock:before {
  content: "ó°Œ¾";
}
.mdi-lock-alert:before {
  content: "ó°£®";
}
.mdi-lock-alert-outline:before {
  content: "ó±—‘";
}
.mdi-lock-check:before {
  content: "ó±Žš";
}
.mdi-lock-check-outline:before {
  content: "ó±š¨";
}
.mdi-lock-clock:before {
  content: "ó°¥¿";
}
.mdi-lock-minus:before {
  content: "ó±š©";
}
.mdi-lock-minus-outline:before {
  content: "ó±šª";
}
.mdi-lock-off:before {
  content: "ó±™±";
}
.mdi-lock-off-outline:before {
  content: "ó±™²";
}
.mdi-lock-open:before {
  content: "ó°Œ¿";
}
.mdi-lock-open-alert:before {
  content: "ó±Ž›";
}
.mdi-lock-open-alert-outline:before {
  content: "ó±—’";
}
.mdi-lock-open-check:before {
  content: "ó±Žœ";
}
.mdi-lock-open-check-outline:before {
  content: "ó±š«";
}
.mdi-lock-open-minus:before {
  content: "ó±š¬";
}
.mdi-lock-open-minus-outline:before {
  content: "ó±š­";
}
.mdi-lock-open-outline:before {
  content: "ó°€";
}
.mdi-lock-open-plus:before {
  content: "ó±š®";
}
.mdi-lock-open-plus-outline:before {
  content: "ó±š¯";
}
.mdi-lock-open-remove:before {
  content: "ó±š°";
}
.mdi-lock-open-remove-outline:before {
  content: "ó±š±";
}
.mdi-lock-open-variant:before {
  content: "ó°¿†";
}
.mdi-lock-open-variant-outline:before {
  content: "ó°¿‡";
}
.mdi-lock-outline:before {
  content: "ó°";
}
.mdi-lock-pattern:before {
  content: "ó°›ª";
}
.mdi-lock-percent:before {
  content: "ó±°’";
}
.mdi-lock-percent-open:before {
  content: "ó±°“";
}
.mdi-lock-percent-open-outline:before {
  content: "ó±°”";
}
.mdi-lock-percent-open-variant:before {
  content: "ó±°•";
}
.mdi-lock-percent-open-variant-outline:before {
  content: "ó±°–";
}
.mdi-lock-percent-outline:before {
  content: "ó±°—";
}
.mdi-lock-plus:before {
  content: "ó°—»";
}
.mdi-lock-plus-outline:before {
  content: "ó±š²";
}
.mdi-lock-question:before {
  content: "ó°£¯";
}
.mdi-lock-remove:before {
  content: "ó±š³";
}
.mdi-lock-remove-outline:before {
  content: "ó±š´";
}
.mdi-lock-reset:before {
  content: "ó°³";
}
.mdi-lock-smart:before {
  content: "ó°¢²";
}
.mdi-locker:before {
  content: "ó°Ÿ—";
}
.mdi-locker-multiple:before {
  content: "ó°Ÿ˜";
}
.mdi-login:before {
  content: "ó°‚";
}
.mdi-login-variant:before {
  content: "ó°—¼";
}
.mdi-logout:before {
  content: "ó°ƒ";
}
.mdi-logout-variant:before {
  content: "ó°—½";
}
.mdi-longitude:before {
  content: "ó°½š";
}
.mdi-looks:before {
  content: "ó°„";
}
.mdi-lotion:before {
  content: "ó±–‚";
}
.mdi-lotion-outline:before {
  content: "ó±–ƒ";
}
.mdi-lotion-plus:before {
  content: "ó±–„";
}
.mdi-lotion-plus-outline:before {
  content: "ó±–…";
}
.mdi-loupe:before {
  content: "ó°…";
}
.mdi-lumx:before {
  content: "ó°†";
}
.mdi-lungs:before {
  content: "ó±‚„";
}
.mdi-mace:before {
  content: "ó±¡ƒ";
}
.mdi-magazine-pistol:before {
  content: "ó°Œ¤";
}
.mdi-magazine-rifle:before {
  content: "ó°Œ£";
}
.mdi-magic-staff:before {
  content: "ó±¡„";
}
.mdi-magnet:before {
  content: "ó°‡";
}
.mdi-magnet-on:before {
  content: "ó°ˆ";
}
.mdi-magnify:before {
  content: "ó°‰";
}
.mdi-magnify-close:before {
  content: "ó°¦€";
}
.mdi-magnify-expand:before {
  content: "ó±¡´";
}
.mdi-magnify-minus:before {
  content: "ó°Š";
}
.mdi-magnify-minus-cursor:before {
  content: "ó°©¢";
}
.mdi-magnify-minus-outline:before {
  content: "ó°›¬";
}
.mdi-magnify-plus:before {
  content: "ó°‹";
}
.mdi-magnify-plus-cursor:before {
  content: "ó°©£";
}
.mdi-magnify-plus-outline:before {
  content: "ó°›­";
}
.mdi-magnify-remove-cursor:before {
  content: "ó±ˆŒ";
}
.mdi-magnify-remove-outline:before {
  content: "ó±ˆ";
}
.mdi-magnify-scan:before {
  content: "ó±‰¶";
}
.mdi-mail:before {
  content: "ó°º»";
}
.mdi-mailbox:before {
  content: "ó°›®";
}
.mdi-mailbox-open:before {
  content: "ó°¶ˆ";
}
.mdi-mailbox-open-outline:before {
  content: "ó°¶‰";
}
.mdi-mailbox-open-up:before {
  content: "ó°¶Š";
}
.mdi-mailbox-open-up-outline:before {
  content: "ó°¶‹";
}
.mdi-mailbox-outline:before {
  content: "ó°¶Œ";
}
.mdi-mailbox-up:before {
  content: "ó°¶";
}
.mdi-mailbox-up-outline:before {
  content: "ó°¶Ž";
}
.mdi-manjaro:before {
  content: "ó±˜Š";
}
.mdi-map:before {
  content: "ó°";
}
.mdi-map-check:before {
  content: "ó°º¼";
}
.mdi-map-check-outline:before {
  content: "ó°º½";
}
.mdi-map-clock:before {
  content: "ó°´ž";
}
.mdi-map-clock-outline:before {
  content: "ó°´Ÿ";
}
.mdi-map-legend:before {
  content: "ó°¨";
}
.mdi-map-marker:before {
  content: "ó°Ž";
}
.mdi-map-marker-account:before {
  content: "ó±££";
}
.mdi-map-marker-account-outline:before {
  content: "ó±£¤";
}
.mdi-map-marker-alert:before {
  content: "ó°¼…";
}
.mdi-map-marker-alert-outline:before {
  content: "ó°¼†";
}
.mdi-map-marker-check:before {
  content: "ó°²•";
}
.mdi-map-marker-check-outline:before {
  content: "ó±‹»";
}
.mdi-map-marker-circle:before {
  content: "ó°";
}
.mdi-map-marker-distance:before {
  content: "ó°£°";
}
.mdi-map-marker-down:before {
  content: "ó±„‚";
}
.mdi-map-marker-left:before {
  content: "ó±‹›";
}
.mdi-map-marker-left-outline:before {
  content: "ó±‹";
}
.mdi-map-marker-minus:before {
  content: "ó°™";
}
.mdi-map-marker-minus-outline:before {
  content: "ó±‹¹";
}
.mdi-map-marker-multiple:before {
  content: "ó°";
}
.mdi-map-marker-multiple-outline:before {
  content: "ó±‰·";
}
.mdi-map-marker-off:before {
  content: "ó°‘";
}
.mdi-map-marker-off-outline:before {
  content: "ó±‹½";
}
.mdi-map-marker-outline:before {
  content: "ó°Ÿ™";
}
.mdi-map-marker-path:before {
  content: "ó°´ ";
}
.mdi-map-marker-plus:before {
  content: "ó°™‘";
}
.mdi-map-marker-plus-outline:before {
  content: "ó±‹¸";
}
.mdi-map-marker-question:before {
  content: "ó°¼‡";
}
.mdi-map-marker-question-outline:before {
  content: "ó°¼ˆ";
}
.mdi-map-marker-radius:before {
  content: "ó°’";
}
.mdi-map-marker-radius-outline:before {
  content: "ó±‹¼";
}
.mdi-map-marker-remove:before {
  content: "ó°¼‰";
}
.mdi-map-marker-remove-outline:before {
  content: "ó±‹º";
}
.mdi-map-marker-remove-variant:before {
  content: "ó°¼Š";
}
.mdi-map-marker-right:before {
  content: "ó±‹œ";
}
.mdi-map-marker-right-outline:before {
  content: "ó±‹ž";
}
.mdi-map-marker-star:before {
  content: "ó±˜ˆ";
}
.mdi-map-marker-star-outline:before {
  content: "ó±˜‰";
}
.mdi-map-marker-up:before {
  content: "ó±„ƒ";
}
.mdi-map-minus:before {
  content: "ó°¦";
}
.mdi-map-outline:before {
  content: "ó°¦‚";
}
.mdi-map-plus:before {
  content: "ó°¦ƒ";
}
.mdi-map-search:before {
  content: "ó°¦„";
}
.mdi-map-search-outline:before {
  content: "ó°¦…";
}
.mdi-mapbox:before {
  content: "ó°®ª";
}
.mdi-margin:before {
  content: "ó°“";
}
.mdi-marker:before {
  content: "ó°™’";
}
.mdi-marker-cancel:before {
  content: "ó°·™";
}
.mdi-marker-check:before {
  content: "ó°•";
}
.mdi-mastodon:before {
  content: "ó°«‘";
}
.mdi-material-design:before {
  content: "ó°¦†";
}
.mdi-material-ui:before {
  content: "ó°—";
}
.mdi-math-compass:before {
  content: "ó°˜";
}
.mdi-math-cos:before {
  content: "ó°²–";
}
.mdi-math-integral:before {
  content: "ó°¿ˆ";
}
.mdi-math-integral-box:before {
  content: "ó°¿‰";
}
.mdi-math-log:before {
  content: "ó±‚…";
}
.mdi-math-norm:before {
  content: "ó°¿Š";
}
.mdi-math-norm-box:before {
  content: "ó°¿‹";
}
.mdi-math-sin:before {
  content: "ó°²—";
}
.mdi-math-tan:before {
  content: "ó°²˜";
}
.mdi-matrix:before {
  content: "ó°˜¨";
}
.mdi-medal:before {
  content: "ó°¦‡";
}
.mdi-medal-outline:before {
  content: "ó±Œ¦";
}
.mdi-medical-bag:before {
  content: "ó°›¯";
}
.mdi-medical-cotton-swab:before {
  content: "ó±ª¸";
}
.mdi-medication:before {
  content: "ó±¬”";
}
.mdi-medication-outline:before {
  content: "ó±¬•";
}
.mdi-meditation:before {
  content: "ó±…»";
}
.mdi-memory:before {
  content: "ó°›";
}
.mdi-menorah:before {
  content: "ó±Ÿ”";
}
.mdi-menorah-fire:before {
  content: "ó±Ÿ•";
}
.mdi-menu:before {
  content: "ó°œ";
}
.mdi-menu-down:before {
  content: "ó°";
}
.mdi-menu-down-outline:before {
  content: "ó°š¶";
}
.mdi-menu-left:before {
  content: "ó°ž";
}
.mdi-menu-left-outline:before {
  content: "ó°¨‚";
}
.mdi-menu-open:before {
  content: "ó°®«";
}
.mdi-menu-right:before {
  content: "ó°Ÿ";
}
.mdi-menu-right-outline:before {
  content: "ó°¨ƒ";
}
.mdi-menu-swap:before {
  content: "ó°©¤";
}
.mdi-menu-swap-outline:before {
  content: "ó°©¥";
}
.mdi-menu-up:before {
  content: "ó° ";
}
.mdi-menu-up-outline:before {
  content: "ó°š·";
}
.mdi-merge:before {
  content: "ó°½œ";
}
.mdi-message:before {
  content: "ó°¡";
}
.mdi-message-alert:before {
  content: "ó°¢";
}
.mdi-message-alert-outline:before {
  content: "ó°¨„";
}
.mdi-message-arrow-left:before {
  content: "ó±‹²";
}
.mdi-message-arrow-left-outline:before {
  content: "ó±‹³";
}
.mdi-message-arrow-right:before {
  content: "ó±‹´";
}
.mdi-message-arrow-right-outline:before {
  content: "ó±‹µ";
}
.mdi-message-badge:before {
  content: "ó±¥";
}
.mdi-message-badge-outline:before {
  content: "ó±¥‚";
}
.mdi-message-bookmark:before {
  content: "ó±–¬";
}
.mdi-message-bookmark-outline:before {
  content: "ó±–­";
}
.mdi-message-bulleted:before {
  content: "ó°š¢";
}
.mdi-message-bulleted-off:before {
  content: "ó°š£";
}
.mdi-message-check:before {
  content: "ó±®Š";
}
.mdi-message-check-outline:before {
  content: "ó±®‹";
}
.mdi-message-cog:before {
  content: "ó°›±";
}
.mdi-message-cog-outline:before {
  content: "ó±…²";
}
.mdi-message-draw:before {
  content: "ó°£";
}
.mdi-message-fast:before {
  content: "ó±§Œ";
}
.mdi-message-fast-outline:before {
  content: "ó±§";
}
.mdi-message-flash:before {
  content: "ó±–©";
}
.mdi-message-flash-outline:before {
  content: "ó±–ª";
}
.mdi-message-image:before {
  content: "ó°¤";
}
.mdi-message-image-outline:before {
  content: "ó±…¬";
}
.mdi-message-lock:before {
  content: "ó°¿Œ";
}
.mdi-message-lock-outline:before {
  content: "ó±…­";
}
.mdi-message-minus:before {
  content: "ó±…®";
}
.mdi-message-minus-outline:before {
  content: "ó±…¯";
}
.mdi-message-off:before {
  content: "ó±™";
}
.mdi-message-off-outline:before {
  content: "ó±™Ž";
}
.mdi-message-outline:before {
  content: "ó°¥";
}
.mdi-message-plus:before {
  content: "ó°™“";
}
.mdi-message-plus-outline:before {
  content: "ó±‚»";
}
.mdi-message-processing:before {
  content: "ó°¦";
}
.mdi-message-processing-outline:before {
  content: "ó±…°";
}
.mdi-message-question:before {
  content: "ó±œº";
}
.mdi-message-question-outline:before {
  content: "ó±œ»";
}
.mdi-message-reply:before {
  content: "ó°§";
}
.mdi-message-reply-outline:before {
  content: "ó±œ½";
}
.mdi-message-reply-text:before {
  content: "ó°¨";
}
.mdi-message-reply-text-outline:before {
  content: "ó±œ¾";
}
.mdi-message-settings:before {
  content: "ó°›°";
}
.mdi-message-settings-outline:before {
  content: "ó±…±";
}
.mdi-message-star:before {
  content: "ó°šš";
}
.mdi-message-star-outline:before {
  content: "ó±‰";
}
.mdi-message-text:before {
  content: "ó°©";
}
.mdi-message-text-clock:before {
  content: "ó±…³";
}
.mdi-message-text-clock-outline:before {
  content: "ó±…´";
}
.mdi-message-text-fast:before {
  content: "ó±§Ž";
}
.mdi-message-text-fast-outline:before {
  content: "ó±§";
}
.mdi-message-text-lock:before {
  content: "ó°¿";
}
.mdi-message-text-lock-outline:before {
  content: "ó±…µ";
}
.mdi-message-text-outline:before {
  content: "ó°ª";
}
.mdi-message-video:before {
  content: "ó°«";
}
.mdi-meteor:before {
  content: "ó°˜©";
}
.mdi-meter-electric:before {
  content: "ó±©—";
}
.mdi-meter-electric-outline:before {
  content: "ó±©˜";
}
.mdi-meter-gas:before {
  content: "ó±©™";
}
.mdi-meter-gas-outline:before {
  content: "ó±©š";
}
.mdi-metronome:before {
  content: "ó°Ÿš";
}
.mdi-metronome-tick:before {
  content: "ó°Ÿ›";
}
.mdi-micro-sd:before {
  content: "ó°Ÿœ";
}
.mdi-microphone:before {
  content: "ó°¬";
}
.mdi-microphone-message:before {
  content: "ó°”Š";
}
.mdi-microphone-message-off:before {
  content: "ó°”‹";
}
.mdi-microphone-minus:before {
  content: "ó°¢³";
}
.mdi-microphone-off:before {
  content: "ó°­";
}
.mdi-microphone-outline:before {
  content: "ó°®";
}
.mdi-microphone-plus:before {
  content: "ó°¢´";
}
.mdi-microphone-question:before {
  content: "ó±¦‰";
}
.mdi-microphone-question-outline:before {
  content: "ó±¦Š";
}
.mdi-microphone-settings:before {
  content: "ó°¯";
}
.mdi-microphone-variant:before {
  content: "ó°°";
}
.mdi-microphone-variant-off:before {
  content: "ó°±";
}
.mdi-microscope:before {
  content: "ó°™”";
}
.mdi-microsoft:before {
  content: "ó°²";
}
.mdi-microsoft-access:before {
  content: "ó±ŽŽ";
}
.mdi-microsoft-azure:before {
  content: "ó° …";
}
.mdi-microsoft-azure-devops:before {
  content: "ó°¿•";
}
.mdi-microsoft-bing:before {
  content: "ó°‚¤";
}
.mdi-microsoft-dynamics-365:before {
  content: "ó°¦ˆ";
}
.mdi-microsoft-edge:before {
  content: "ó°‡©";
}
.mdi-microsoft-excel:before {
  content: "ó±Ž";
}
.mdi-microsoft-internet-explorer:before {
  content: "ó°Œ€";
}
.mdi-microsoft-office:before {
  content: "ó°†";
}
.mdi-microsoft-onedrive:before {
  content: "ó°Š";
}
.mdi-microsoft-onenote:before {
  content: "ó°‡";
}
.mdi-microsoft-outlook:before {
  content: "ó°´¢";
}
.mdi-microsoft-powerpoint:before {
  content: "ó±Ž";
}
.mdi-microsoft-sharepoint:before {
  content: "ó±Ž‘";
}
.mdi-microsoft-teams:before {
  content: "ó°Š»";
}
.mdi-microsoft-visual-studio:before {
  content: "ó°˜";
}
.mdi-microsoft-visual-studio-code:before {
  content: "ó°¨ž";
}
.mdi-microsoft-windows:before {
  content: "ó°–³";
}
.mdi-microsoft-windows-classic:before {
  content: "ó°¨¡";
}
.mdi-microsoft-word:before {
  content: "ó±Ž’";
}
.mdi-microsoft-xbox:before {
  content: "ó°–¹";
}
.mdi-microsoft-xbox-controller:before {
  content: "ó°–º";
}
.mdi-microsoft-xbox-controller-battery-alert:before {
  content: "ó°‹";
}
.mdi-microsoft-xbox-controller-battery-charging:before {
  content: "ó°¨¢";
}
.mdi-microsoft-xbox-controller-battery-empty:before {
  content: "ó°Œ";
}
.mdi-microsoft-xbox-controller-battery-full:before {
  content: "ó°";
}
.mdi-microsoft-xbox-controller-battery-low:before {
  content: "ó°Ž";
}
.mdi-microsoft-xbox-controller-battery-medium:before {
  content: "ó°";
}
.mdi-microsoft-xbox-controller-battery-unknown:before {
  content: "ó°";
}
.mdi-microsoft-xbox-controller-menu:before {
  content: "ó°¹¯";
}
.mdi-microsoft-xbox-controller-off:before {
  content: "ó°–»";
}
.mdi-microsoft-xbox-controller-view:before {
  content: "ó°¹°";
}
.mdi-microwave:before {
  content: "ó°²™";
}
.mdi-microwave-off:before {
  content: "ó±£";
}
.mdi-middleware:before {
  content: "ó°½";
}
.mdi-middleware-outline:before {
  content: "ó°½ž";
}
.mdi-midi:before {
  content: "ó°£±";
}
.mdi-midi-port:before {
  content: "ó°£²";
}
.mdi-mine:before {
  content: "ó°·š";
}
.mdi-minecraft:before {
  content: "ó°³";
}
.mdi-mini-sd:before {
  content: "ó°¨…";
}
.mdi-minidisc:before {
  content: "ó°¨†";
}
.mdi-minus:before {
  content: "ó°´";
}
.mdi-minus-box:before {
  content: "ó°µ";
}
.mdi-minus-box-multiple:before {
  content: "ó±…";
}
.mdi-minus-box-multiple-outline:before {
  content: "ó±…‚";
}
.mdi-minus-box-outline:before {
  content: "ó°›²";
}
.mdi-minus-circle:before {
  content: "ó°¶";
}
.mdi-minus-circle-multiple:before {
  content: "ó°š";
}
.mdi-minus-circle-multiple-outline:before {
  content: "ó°«“";
}
.mdi-minus-circle-off:before {
  content: "ó±‘™";
}
.mdi-minus-circle-off-outline:before {
  content: "ó±‘š";
}
.mdi-minus-circle-outline:before {
  content: "ó°·";
}
.mdi-minus-network:before {
  content: "ó°¸";
}
.mdi-minus-network-outline:before {
  content: "ó°²š";
}
.mdi-minus-thick:before {
  content: "ó±˜¹";
}
.mdi-mirror:before {
  content: "ó±‡½";
}
.mdi-mirror-rectangle:before {
  content: "ó±žŸ";
}
.mdi-mirror-variant:before {
  content: "ó±ž ";
}
.mdi-mixed-martial-arts:before {
  content: "ó°¶";
}
.mdi-mixed-reality:before {
  content: "ó°¡¿";
}
.mdi-molecule:before {
  content: "ó°®¬";
}
.mdi-molecule-co:before {
  content: "ó±‹¾";
}
.mdi-molecule-co2:before {
  content: "ó°Ÿ¤";
}
.mdi-monitor:before {
  content: "ó°¹";
}
.mdi-monitor-account:before {
  content: "ó±©›";
}
.mdi-monitor-arrow-down:before {
  content: "ó±§";
}
.mdi-monitor-arrow-down-variant:before {
  content: "ó±§‘";
}
.mdi-monitor-cellphone:before {
  content: "ó°¦‰";
}
.mdi-monitor-cellphone-star:before {
  content: "ó°¦Š";
}
.mdi-monitor-dashboard:before {
  content: "ó°¨‡";
}
.mdi-monitor-edit:before {
  content: "ó±‹†";
}
.mdi-monitor-eye:before {
  content: "ó±Ž´";
}
.mdi-monitor-lock:before {
  content: "ó°·›";
}
.mdi-monitor-multiple:before {
  content: "ó°º";
}
.mdi-monitor-off:before {
  content: "ó°¶";
}
.mdi-monitor-screenshot:before {
  content: "ó°¹‘";
}
.mdi-monitor-share:before {
  content: "ó±’ƒ";
}
.mdi-monitor-shimmer:before {
  content: "ó±„„";
}
.mdi-monitor-small:before {
  content: "ó±¡¶";
}
.mdi-monitor-speaker:before {
  content: "ó°½Ÿ";
}
.mdi-monitor-speaker-off:before {
  content: "ó°½ ";
}
.mdi-monitor-star:before {
  content: "ó°·œ";
}
.mdi-moon-first-quarter:before {
  content: "ó°½¡";
}
.mdi-moon-full:before {
  content: "ó°½¢";
}
.mdi-moon-last-quarter:before {
  content: "ó°½£";
}
.mdi-moon-new:before {
  content: "ó°½¤";
}
.mdi-moon-waning-crescent:before {
  content: "ó°½¥";
}
.mdi-moon-waning-gibbous:before {
  content: "ó°½¦";
}
.mdi-moon-waxing-crescent:before {
  content: "ó°½§";
}
.mdi-moon-waxing-gibbous:before {
  content: "ó°½¨";
}
.mdi-moped:before {
  content: "ó±‚†";
}
.mdi-moped-electric:before {
  content: "ó±–·";
}
.mdi-moped-electric-outline:before {
  content: "ó±–¸";
}
.mdi-moped-outline:before {
  content: "ó±–¹";
}
.mdi-more:before {
  content: "ó°»";
}
.mdi-mortar-pestle:before {
  content: "ó±ˆ";
}
.mdi-mortar-pestle-plus:before {
  content: "ó°±";
}
.mdi-mosque:before {
  content: "ó°µ…";
}
.mdi-mosque-outline:before {
  content: "ó± §";
}
.mdi-mother-heart:before {
  content: "ó±Œ”";
}
.mdi-mother-nurse:before {
  content: "ó°´¡";
}
.mdi-motion:before {
  content: "ó±–²";
}
.mdi-motion-outline:before {
  content: "ó±–³";
}
.mdi-motion-pause:before {
  content: "ó±–";
}
.mdi-motion-pause-outline:before {
  content: "ó±–’";
}
.mdi-motion-play:before {
  content: "ó±–";
}
.mdi-motion-play-outline:before {
  content: "ó±–‘";
}
.mdi-motion-sensor:before {
  content: "ó°¶‘";
}
.mdi-motion-sensor-off:before {
  content: "ó±µ";
}
.mdi-motorbike:before {
  content: "ó°¼";
}
.mdi-motorbike-electric:before {
  content: "ó±–º";
}
.mdi-motorbike-off:before {
  content: "ó±¬–";
}
.mdi-mouse:before {
  content: "ó°½";
}
.mdi-mouse-bluetooth:before {
  content: "ó°¦‹";
}
.mdi-mouse-move-down:before {
  content: "ó±•";
}
.mdi-mouse-move-up:before {
  content: "ó±•‘";
}
.mdi-mouse-move-vertical:before {
  content: "ó±•’";
}
.mdi-mouse-off:before {
  content: "ó°¾";
}
.mdi-mouse-variant:before {
  content: "ó°¿";
}
.mdi-mouse-variant-off:before {
  content: "ó°Ž€";
}
.mdi-move-resize:before {
  content: "ó°™•";
}
.mdi-move-resize-variant:before {
  content: "ó°™–";
}
.mdi-movie:before {
  content: "ó°Ž";
}
.mdi-movie-check:before {
  content: "ó±›³";
}
.mdi-movie-check-outline:before {
  content: "ó±›´";
}
.mdi-movie-cog:before {
  content: "ó±›µ";
}
.mdi-movie-cog-outline:before {
  content: "ó±›¶";
}
.mdi-movie-edit:before {
  content: "ó±„¢";
}
.mdi-movie-edit-outline:before {
  content: "ó±„£";
}
.mdi-movie-filter:before {
  content: "ó±„¤";
}
.mdi-movie-filter-outline:before {
  content: "ó±„¥";
}
.mdi-movie-minus:before {
  content: "ó±›·";
}
.mdi-movie-minus-outline:before {
  content: "ó±›¸";
}
.mdi-movie-off:before {
  content: "ó±›¹";
}
.mdi-movie-off-outline:before {
  content: "ó±›º";
}
.mdi-movie-open:before {
  content: "ó°¿Ž";
}
.mdi-movie-open-check:before {
  content: "ó±›»";
}
.mdi-movie-open-check-outline:before {
  content: "ó±›¼";
}
.mdi-movie-open-cog:before {
  content: "ó±›½";
}
.mdi-movie-open-cog-outline:before {
  content: "ó±›¾";
}
.mdi-movie-open-edit:before {
  content: "ó±›¿";
}
.mdi-movie-open-edit-outline:before {
  content: "ó±œ€";
}
.mdi-movie-open-minus:before {
  content: "ó±œ";
}
.mdi-movie-open-minus-outline:before {
  content: "ó±œ‚";
}
.mdi-movie-open-off:before {
  content: "ó±œƒ";
}
.mdi-movie-open-off-outline:before {
  content: "ó±œ„";
}
.mdi-movie-open-outline:before {
  content: "ó°¿";
}
.mdi-movie-open-play:before {
  content: "ó±œ…";
}
.mdi-movie-open-play-outline:before {
  content: "ó±œ†";
}
.mdi-movie-open-plus:before {
  content: "ó±œ‡";
}
.mdi-movie-open-plus-outline:before {
  content: "ó±œˆ";
}
.mdi-movie-open-remove:before {
  content: "ó±œ‰";
}
.mdi-movie-open-remove-outline:before {
  content: "ó±œŠ";
}
.mdi-movie-open-settings:before {
  content: "ó±œ‹";
}
.mdi-movie-open-settings-outline:before {
  content: "ó±œŒ";
}
.mdi-movie-open-star:before {
  content: "ó±œ";
}
.mdi-movie-open-star-outline:before {
  content: "ó±œŽ";
}
.mdi-movie-outline:before {
  content: "ó°·";
}
.mdi-movie-play:before {
  content: "ó±œ";
}
.mdi-movie-play-outline:before {
  content: "ó±œ";
}
.mdi-movie-plus:before {
  content: "ó±œ‘";
}
.mdi-movie-plus-outline:before {
  content: "ó±œ’";
}
.mdi-movie-remove:before {
  content: "ó±œ“";
}
.mdi-movie-remove-outline:before {
  content: "ó±œ”";
}
.mdi-movie-roll:before {
  content: "ó°Ÿž";
}
.mdi-movie-search:before {
  content: "ó±‡’";
}
.mdi-movie-search-outline:before {
  content: "ó±‡“";
}
.mdi-movie-settings:before {
  content: "ó±œ•";
}
.mdi-movie-settings-outline:before {
  content: "ó±œ–";
}
.mdi-movie-star:before {
  content: "ó±œ—";
}
.mdi-movie-star-outline:before {
  content: "ó±œ˜";
}
.mdi-mower:before {
  content: "ó±™¯";
}
.mdi-mower-bag:before {
  content: "ó±™°";
}
.mdi-mower-bag-on:before {
  content: "ó±­ ";
}
.mdi-mower-on:before {
  content: "ó±­Ÿ";
}
.mdi-muffin:before {
  content: "ó°¦Œ";
}
.mdi-multicast:before {
  content: "ó±¢“";
}
.mdi-multimedia:before {
  content: "ó±®—";
}
.mdi-multiplication:before {
  content: "ó°Ž‚";
}
.mdi-multiplication-box:before {
  content: "ó°Žƒ";
}
.mdi-mushroom:before {
  content: "ó°ŸŸ";
}
.mdi-mushroom-off:before {
  content: "ó±º";
}
.mdi-mushroom-off-outline:before {
  content: "ó±»";
}
.mdi-mushroom-outline:before {
  content: "ó°Ÿ ";
}
.mdi-music:before {
  content: "ó°š";
}
.mdi-music-accidental-double-flat:before {
  content: "ó°½©";
}
.mdi-music-accidental-double-sharp:before {
  content: "ó°½ª";
}
.mdi-music-accidental-flat:before {
  content: "ó°½«";
}
.mdi-music-accidental-natural:before {
  content: "ó°½¬";
}
.mdi-music-accidental-sharp:before {
  content: "ó°½­";
}
.mdi-music-box:before {
  content: "ó°Ž„";
}
.mdi-music-box-multiple:before {
  content: "ó°Œ³";
}
.mdi-music-box-multiple-outline:before {
  content: "ó°¼„";
}
.mdi-music-box-outline:before {
  content: "ó°Ž…";
}
.mdi-music-circle:before {
  content: "ó°Ž†";
}
.mdi-music-circle-outline:before {
  content: "ó°«”";
}
.mdi-music-clef-alto:before {
  content: "ó°½®";
}
.mdi-music-clef-bass:before {
  content: "ó°½¯";
}
.mdi-music-clef-treble:before {
  content: "ó°½°";
}
.mdi-music-note:before {
  content: "ó°Ž‡";
}
.mdi-music-note-bluetooth:before {
  content: "ó°—¾";
}
.mdi-music-note-bluetooth-off:before {
  content: "ó°—¿";
}
.mdi-music-note-eighth:before {
  content: "ó°Žˆ";
}
.mdi-music-note-eighth-dotted:before {
  content: "ó°½±";
}
.mdi-music-note-half:before {
  content: "ó°Ž‰";
}
.mdi-music-note-half-dotted:before {
  content: "ó°½²";
}
.mdi-music-note-minus:before {
  content: "ó±®‰";
}
.mdi-music-note-off:before {
  content: "ó°ŽŠ";
}
.mdi-music-note-off-outline:before {
  content: "ó°½³";
}
.mdi-music-note-outline:before {
  content: "ó°½´";
}
.mdi-music-note-plus:before {
  content: "ó°·ž";
}
.mdi-music-note-quarter:before {
  content: "ó°Ž‹";
}
.mdi-music-note-quarter-dotted:before {
  content: "ó°½µ";
}
.mdi-music-note-sixteenth:before {
  content: "ó°ŽŒ";
}
.mdi-music-note-sixteenth-dotted:before {
  content: "ó°½¶";
}
.mdi-music-note-whole:before {
  content: "ó°Ž";
}
.mdi-music-note-whole-dotted:before {
  content: "ó°½·";
}
.mdi-music-off:before {
  content: "ó°›";
}
.mdi-music-rest-eighth:before {
  content: "ó°½¸";
}
.mdi-music-rest-half:before {
  content: "ó°½¹";
}
.mdi-music-rest-quarter:before {
  content: "ó°½º";
}
.mdi-music-rest-sixteenth:before {
  content: "ó°½»";
}
.mdi-music-rest-whole:before {
  content: "ó°½¼";
}
.mdi-mustache:before {
  content: "ó±—ž";
}
.mdi-nail:before {
  content: "ó°·Ÿ";
}
.mdi-nas:before {
  content: "ó°£³";
}
.mdi-nativescript:before {
  content: "ó°¢€";
}
.mdi-nature:before {
  content: "ó°ŽŽ";
}
.mdi-nature-people:before {
  content: "ó°Ž";
}
.mdi-navigation:before {
  content: "ó°Ž";
}
.mdi-navigation-outline:before {
  content: "ó±˜‡";
}
.mdi-navigation-variant:before {
  content: "ó±£°";
}
.mdi-navigation-variant-outline:before {
  content: "ó±£±";
}
.mdi-near-me:before {
  content: "ó°—";
}
.mdi-necklace:before {
  content: "ó°¼‹";
}
.mdi-needle:before {
  content: "ó°Ž‘";
}
.mdi-needle-off:before {
  content: "ó±§’";
}
.mdi-netflix:before {
  content: "ó°†";
}
.mdi-network:before {
  content: "ó°›³";
}
.mdi-network-off:before {
  content: "ó°²›";
}
.mdi-network-off-outline:before {
  content: "ó°²œ";
}
.mdi-network-outline:before {
  content: "ó°²";
}
.mdi-network-pos:before {
  content: "ó±«‹";
}
.mdi-network-strength-1:before {
  content: "ó°£´";
}
.mdi-network-strength-1-alert:before {
  content: "ó°£µ";
}
.mdi-network-strength-2:before {
  content: "ó°£¶";
}
.mdi-network-strength-2-alert:before {
  content: "ó°£·";
}
.mdi-network-strength-3:before {
  content: "ó°£¸";
}
.mdi-network-strength-3-alert:before {
  content: "ó°£¹";
}
.mdi-network-strength-4:before {
  content: "ó°£º";
}
.mdi-network-strength-4-alert:before {
  content: "ó°£»";
}
.mdi-network-strength-4-cog:before {
  content: "ó±¤š";
}
.mdi-network-strength-off:before {
  content: "ó°£¼";
}
.mdi-network-strength-off-outline:before {
  content: "ó°£½";
}
.mdi-network-strength-outline:before {
  content: "ó°£¾";
}
.mdi-new-box:before {
  content: "ó°Ž”";
}
.mdi-newspaper:before {
  content: "ó°Ž•";
}
.mdi-newspaper-check:before {
  content: "ó±¥ƒ";
}
.mdi-newspaper-minus:before {
  content: "ó°¼Œ";
}
.mdi-newspaper-plus:before {
  content: "ó°¼";
}
.mdi-newspaper-remove:before {
  content: "ó±¥„";
}
.mdi-newspaper-variant:before {
  content: "ó±€";
}
.mdi-newspaper-variant-multiple:before {
  content: "ó±€‚";
}
.mdi-newspaper-variant-multiple-outline:before {
  content: "ó±€ƒ";
}
.mdi-newspaper-variant-outline:before {
  content: "ó±€„";
}
.mdi-nfc:before {
  content: "ó°Ž–";
}
.mdi-nfc-search-variant:before {
  content: "ó°¹“";
}
.mdi-nfc-tap:before {
  content: "ó°Ž—";
}
.mdi-nfc-variant:before {
  content: "ó°Ž˜";
}
.mdi-nfc-variant-off:before {
  content: "ó°¹”";
}
.mdi-ninja:before {
  content: "ó°´";
}
.mdi-nintendo-game-boy:before {
  content: "ó±Ž“";
}
.mdi-nintendo-switch:before {
  content: "ó°Ÿ¡";
}
.mdi-nintendo-wii:before {
  content: "ó°–«";
}
.mdi-nintendo-wiiu:before {
  content: "ó°œ­";
}
.mdi-nix:before {
  content: "ó±„…";
}
.mdi-nodejs:before {
  content: "ó°Ž™";
}
.mdi-noodles:before {
  content: "ó±…¾";
}
.mdi-not-equal:before {
  content: "ó°¦";
}
.mdi-not-equal-variant:before {
  content: "ó°¦Ž";
}
.mdi-note:before {
  content: "ó°Žš";
}
.mdi-note-alert:before {
  content: "ó±½";
}
.mdi-note-alert-outline:before {
  content: "ó±¾";
}
.mdi-note-check:before {
  content: "ó±¿";
}
.mdi-note-check-outline:before {
  content: "ó±ž€";
}
.mdi-note-edit:before {
  content: "ó±ž";
}
.mdi-note-edit-outline:before {
  content: "ó±ž‚";
}
.mdi-note-minus:before {
  content: "ó±™";
}
.mdi-note-minus-outline:before {
  content: "ó±™";
}
.mdi-note-multiple:before {
  content: "ó°š¸";
}
.mdi-note-multiple-outline:before {
  content: "ó°š¹";
}
.mdi-note-off:before {
  content: "ó±žƒ";
}
.mdi-note-off-outline:before {
  content: "ó±ž„";
}
.mdi-note-outline:before {
  content: "ó°Ž›";
}
.mdi-note-plus:before {
  content: "ó°Žœ";
}
.mdi-note-plus-outline:before {
  content: "ó°Ž";
}
.mdi-note-remove:before {
  content: "ó±™‘";
}
.mdi-note-remove-outline:before {
  content: "ó±™’";
}
.mdi-note-search:before {
  content: "ó±™“";
}
.mdi-note-search-outline:before {
  content: "ó±™”";
}
.mdi-note-text:before {
  content: "ó°Žž";
}
.mdi-note-text-outline:before {
  content: "ó±‡—";
}
.mdi-notebook:before {
  content: "ó° ®";
}
.mdi-notebook-check:before {
  content: "ó±“µ";
}
.mdi-notebook-check-outline:before {
  content: "ó±“¶";
}
.mdi-notebook-edit:before {
  content: "ó±“§";
}
.mdi-notebook-edit-outline:before {
  content: "ó±“©";
}
.mdi-notebook-heart:before {
  content: "ó±¨‹";
}
.mdi-notebook-heart-outline:before {
  content: "ó±¨Œ";
}
.mdi-notebook-minus:before {
  content: "ó±˜";
}
.mdi-notebook-minus-outline:before {
  content: "ó±˜‘";
}
.mdi-notebook-multiple:before {
  content: "ó°¹•";
}
.mdi-notebook-outline:before {
  content: "ó°º¿";
}
.mdi-notebook-plus:before {
  content: "ó±˜’";
}
.mdi-notebook-plus-outline:before {
  content: "ó±˜“";
}
.mdi-notebook-remove:before {
  content: "ó±˜”";
}
.mdi-notebook-remove-outline:before {
  content: "ó±˜•";
}
.mdi-notification-clear-all:before {
  content: "ó°ŽŸ";
}
.mdi-npm:before {
  content: "ó°›·";
}
.mdi-nuke:before {
  content: "ó°š¤";
}
.mdi-null:before {
  content: "ó°Ÿ¢";
}
.mdi-numeric:before {
  content: "ó°Ž ";
}
.mdi-numeric-0:before {
  content: "ó°¬¹";
}
.mdi-numeric-0-box:before {
  content: "ó°Ž¡";
}
.mdi-numeric-0-box-multiple:before {
  content: "ó°¼Ž";
}
.mdi-numeric-0-box-multiple-outline:before {
  content: "ó°Ž¢";
}
.mdi-numeric-0-box-outline:before {
  content: "ó°Ž£";
}
.mdi-numeric-0-circle:before {
  content: "ó°²ž";
}
.mdi-numeric-0-circle-outline:before {
  content: "ó°²Ÿ";
}
.mdi-numeric-1:before {
  content: "ó°¬º";
}
.mdi-numeric-1-box:before {
  content: "ó°Ž¤";
}
.mdi-numeric-1-box-multiple:before {
  content: "ó°¼";
}
.mdi-numeric-1-box-multiple-outline:before {
  content: "ó°Ž¥";
}
.mdi-numeric-1-box-outline:before {
  content: "ó°Ž¦";
}
.mdi-numeric-1-circle:before {
  content: "ó°² ";
}
.mdi-numeric-1-circle-outline:before {
  content: "ó°²¡";
}
.mdi-numeric-10:before {
  content: "ó°¿©";
}
.mdi-numeric-10-box:before {
  content: "ó°½½";
}
.mdi-numeric-10-box-multiple:before {
  content: "ó°¿ª";
}
.mdi-numeric-10-box-multiple-outline:before {
  content: "ó°¿«";
}
.mdi-numeric-10-box-outline:before {
  content: "ó°½¾";
}
.mdi-numeric-10-circle:before {
  content: "ó°¿¬";
}
.mdi-numeric-10-circle-outline:before {
  content: "ó°¿­";
}
.mdi-numeric-2:before {
  content: "ó°¬»";
}
.mdi-numeric-2-box:before {
  content: "ó°Ž§";
}
.mdi-numeric-2-box-multiple:before {
  content: "ó°¼";
}
.mdi-numeric-2-box-multiple-outline:before {
  content: "ó°Ž¨";
}
.mdi-numeric-2-box-outline:before {
  content: "ó°Ž©";
}
.mdi-numeric-2-circle:before {
  content: "ó°²¢";
}
.mdi-numeric-2-circle-outline:before {
  content: "ó°²£";
}
.mdi-numeric-3:before {
  content: "ó°¬¼";
}
.mdi-numeric-3-box:before {
  content: "ó°Žª";
}
.mdi-numeric-3-box-multiple:before {
  content: "ó°¼‘";
}
.mdi-numeric-3-box-multiple-outline:before {
  content: "ó°Ž«";
}
.mdi-numeric-3-box-outline:before {
  content: "ó°Ž¬";
}
.mdi-numeric-3-circle:before {
  content: "ó°²¤";
}
.mdi-numeric-3-circle-outline:before {
  content: "ó°²¥";
}
.mdi-numeric-4:before {
  content: "ó°¬½";
}
.mdi-numeric-4-box:before {
  content: "ó°Ž­";
}
.mdi-numeric-4-box-multiple:before {
  content: "ó°¼’";
}
.mdi-numeric-4-box-multiple-outline:before {
  content: "ó°Ž²";
}
.mdi-numeric-4-box-outline:before {
  content: "ó°Ž®";
}
.mdi-numeric-4-circle:before {
  content: "ó°²¦";
}
.mdi-numeric-4-circle-outline:before {
  content: "ó°²§";
}
.mdi-numeric-5:before {
  content: "ó°¬¾";
}
.mdi-numeric-5-box:before {
  content: "ó°Ž±";
}
.mdi-numeric-5-box-multiple:before {
  content: "ó°¼“";
}
.mdi-numeric-5-box-multiple-outline:before {
  content: "ó°Ž¯";
}
.mdi-numeric-5-box-outline:before {
  content: "ó°Ž°";
}
.mdi-numeric-5-circle:before {
  content: "ó°²¨";
}
.mdi-numeric-5-circle-outline:before {
  content: "ó°²©";
}
.mdi-numeric-6:before {
  content: "ó°¬¿";
}
.mdi-numeric-6-box:before {
  content: "ó°Ž³";
}
.mdi-numeric-6-box-multiple:before {
  content: "ó°¼”";
}
.mdi-numeric-6-box-multiple-outline:before {
  content: "ó°Ž´";
}
.mdi-numeric-6-box-outline:before {
  content: "ó°Žµ";
}
.mdi-numeric-6-circle:before {
  content: "ó°²ª";
}
.mdi-numeric-6-circle-outline:before {
  content: "ó°²«";
}
.mdi-numeric-7:before {
  content: "ó°­€";
}
.mdi-numeric-7-box:before {
  content: "ó°Ž¶";
}
.mdi-numeric-7-box-multiple:before {
  content: "ó°¼•";
}
.mdi-numeric-7-box-multiple-outline:before {
  content: "ó°Ž·";
}
.mdi-numeric-7-box-outline:before {
  content: "ó°Ž¸";
}
.mdi-numeric-7-circle:before {
  content: "ó°²¬";
}
.mdi-numeric-7-circle-outline:before {
  content: "ó°²­";
}
.mdi-numeric-8:before {
  content: "ó°­";
}
.mdi-numeric-8-box:before {
  content: "ó°Ž¹";
}
.mdi-numeric-8-box-multiple:before {
  content: "ó°¼–";
}
.mdi-numeric-8-box-multiple-outline:before {
  content: "ó°Žº";
}
.mdi-numeric-8-box-outline:before {
  content: "ó°Ž»";
}
.mdi-numeric-8-circle:before {
  content: "ó°²®";
}
.mdi-numeric-8-circle-outline:before {
  content: "ó°²¯";
}
.mdi-numeric-9:before {
  content: "ó°­‚";
}
.mdi-numeric-9-box:before {
  content: "ó°Ž¼";
}
.mdi-numeric-9-box-multiple:before {
  content: "ó°¼—";
}
.mdi-numeric-9-box-multiple-outline:before {
  content: "ó°Ž½";
}
.mdi-numeric-9-box-outline:before {
  content: "ó°Ž¾";
}
.mdi-numeric-9-circle:before {
  content: "ó°²°";
}
.mdi-numeric-9-circle-outline:before {
  content: "ó°²±";
}
.mdi-numeric-9-plus:before {
  content: "ó°¿®";
}
.mdi-numeric-9-plus-box:before {
  content: "ó°Ž¿";
}
.mdi-numeric-9-plus-box-multiple:before {
  content: "ó°¼˜";
}
.mdi-numeric-9-plus-box-multiple-outline:before {
  content: "ó°€";
}
.mdi-numeric-9-plus-box-outline:before {
  content: "ó°";
}
.mdi-numeric-9-plus-circle:before {
  content: "ó°²²";
}
.mdi-numeric-9-plus-circle-outline:before {
  content: "ó°²³";
}
.mdi-numeric-negative-1:before {
  content: "ó±’";
}
.mdi-numeric-off:before {
  content: "ó±§“";
}
.mdi-numeric-positive-1:before {
  content: "ó±—‹";
}
.mdi-nut:before {
  content: "ó°›¸";
}
.mdi-nutrition:before {
  content: "ó°‚";
}
.mdi-nuxt:before {
  content: "ó±„†";
}
.mdi-oar:before {
  content: "ó°™¼";
}
.mdi-ocarina:before {
  content: "ó°· ";
}
.mdi-oci:before {
  content: "ó±‹©";
}
.mdi-ocr:before {
  content: "ó±„º";
}
.mdi-octagon:before {
  content: "ó°ƒ";
}
.mdi-octagon-outline:before {
  content: "ó°„";
}
.mdi-octagram:before {
  content: "ó°›¹";
}
.mdi-octagram-outline:before {
  content: "ó°µ";
}
.mdi-octahedron:before {
  content: "ó±¥";
}
.mdi-octahedron-off:before {
  content: "ó±¥‘";
}
.mdi-odnoklassniki:before {
  content: "ó°…";
}
.mdi-offer:before {
  content: "ó±ˆ›";
}
.mdi-office-building:before {
  content: "ó°¦‘";
}
.mdi-office-building-cog:before {
  content: "ó±¥‰";
}
.mdi-office-building-cog-outline:before {
  content: "ó±¥Š";
}
.mdi-office-building-marker:before {
  content: "ó±” ";
}
.mdi-office-building-marker-outline:before {
  content: "ó±”¡";
}
.mdi-office-building-minus:before {
  content: "ó±®ª";
}
.mdi-office-building-minus-outline:before {
  content: "ó±®«";
}
.mdi-office-building-outline:before {
  content: "ó±”Ÿ";
}
.mdi-office-building-plus:before {
  content: "ó±®¨";
}
.mdi-office-building-plus-outline:before {
  content: "ó±®©";
}
.mdi-office-building-remove:before {
  content: "ó±®¬";
}
.mdi-office-building-remove-outline:before {
  content: "ó±®­";
}
.mdi-oil:before {
  content: "ó°‡";
}
.mdi-oil-lamp:before {
  content: "ó°¼™";
}
.mdi-oil-level:before {
  content: "ó±“";
}
.mdi-oil-temperature:before {
  content: "ó°¿¸";
}
.mdi-om:before {
  content: "ó°¥³";
}
.mdi-omega:before {
  content: "ó°‰";
}
.mdi-one-up:before {
  content: "ó°®­";
}
.mdi-onepassword:before {
  content: "ó°¢";
}
.mdi-opacity:before {
  content: "ó°—Œ";
}
.mdi-open-in-app:before {
  content: "ó°‹";
}
.mdi-open-in-new:before {
  content: "ó°Œ";
}
.mdi-open-source-initiative:before {
  content: "ó°®®";
}
.mdi-openid:before {
  content: "ó°";
}
.mdi-opera:before {
  content: "ó°Ž";
}
.mdi-orbit:before {
  content: "ó°€˜";
}
.mdi-orbit-variant:before {
  content: "ó±—›";
}
.mdi-order-alphabetical-ascending:before {
  content: "ó°ˆ";
}
.mdi-order-alphabetical-descending:before {
  content: "ó°´‡";
}
.mdi-order-bool-ascending:before {
  content: "ó°Š¾";
}
.mdi-order-bool-ascending-variant:before {
  content: "ó°¦";
}
.mdi-order-bool-descending:before {
  content: "ó±Ž„";
}
.mdi-order-bool-descending-variant:before {
  content: "ó°¦";
}
.mdi-order-numeric-ascending:before {
  content: "ó°•…";
}
.mdi-order-numeric-descending:before {
  content: "ó°•†";
}
.mdi-origin:before {
  content: "ó°­ƒ";
}
.mdi-ornament:before {
  content: "ó°";
}
.mdi-ornament-variant:before {
  content: "ó°";
}
.mdi-outdoor-lamp:before {
  content: "ó±”";
}
.mdi-overscan:before {
  content: "ó±€…";
}
.mdi-owl:before {
  content: "ó°’";
}
.mdi-pac-man:before {
  content: "ó°®¯";
}
.mdi-package:before {
  content: "ó°“";
}
.mdi-package-check:before {
  content: "ó±­‘";
}
.mdi-package-down:before {
  content: "ó°”";
}
.mdi-package-up:before {
  content: "ó°•";
}
.mdi-package-variant:before {
  content: "ó°–";
}
.mdi-package-variant-closed:before {
  content: "ó°—";
}
.mdi-package-variant-closed-check:before {
  content: "ó±­’";
}
.mdi-package-variant-closed-minus:before {
  content: "ó±§”";
}
.mdi-package-variant-closed-plus:before {
  content: "ó±§•";
}
.mdi-package-variant-closed-remove:before {
  content: "ó±§–";
}
.mdi-package-variant-minus:before {
  content: "ó±§—";
}
.mdi-package-variant-plus:before {
  content: "ó±§˜";
}
.mdi-package-variant-remove:before {
  content: "ó±§™";
}
.mdi-page-first:before {
  content: "ó°˜€";
}
.mdi-page-last:before {
  content: "ó°˜";
}
.mdi-page-layout-body:before {
  content: "ó°›º";
}
.mdi-page-layout-footer:before {
  content: "ó°›»";
}
.mdi-page-layout-header:before {
  content: "ó°›¼";
}
.mdi-page-layout-header-footer:before {
  content: "ó°½¿";
}
.mdi-page-layout-sidebar-left:before {
  content: "ó°›½";
}
.mdi-page-layout-sidebar-right:before {
  content: "ó°›¾";
}
.mdi-page-next:before {
  content: "ó°®°";
}
.mdi-page-next-outline:before {
  content: "ó°®±";
}
.mdi-page-previous:before {
  content: "ó°®²";
}
.mdi-page-previous-outline:before {
  content: "ó°®³";
}
.mdi-pail:before {
  content: "ó±—";
}
.mdi-pail-minus:before {
  content: "ó±·";
}
.mdi-pail-minus-outline:before {
  content: "ó±¼";
}
.mdi-pail-off:before {
  content: "ó±¹";
}
.mdi-pail-off-outline:before {
  content: "ó±¾";
}
.mdi-pail-outline:before {
  content: "ó±º";
}
.mdi-pail-plus:before {
  content: "ó±¶";
}
.mdi-pail-plus-outline:before {
  content: "ó±»";
}
.mdi-pail-remove:before {
  content: "ó±¸";
}
.mdi-pail-remove-outline:before {
  content: "ó±½";
}
.mdi-palette:before {
  content: "ó°˜";
}
.mdi-palette-advanced:before {
  content: "ó°™";
}
.mdi-palette-outline:before {
  content: "ó°¸Œ";
}
.mdi-palette-swatch:before {
  content: "ó°¢µ";
}
.mdi-palette-swatch-outline:before {
  content: "ó±œ";
}
.mdi-palette-swatch-variant:before {
  content: "ó±¥š";
}
.mdi-palm-tree:before {
  content: "ó±•";
}
.mdi-pan:before {
  content: "ó°®´";
}
.mdi-pan-bottom-left:before {
  content: "ó°®µ";
}
.mdi-pan-bottom-right:before {
  content: "ó°®¶";
}
.mdi-pan-down:before {
  content: "ó°®·";
}
.mdi-pan-horizontal:before {
  content: "ó°®¸";
}
.mdi-pan-left:before {
  content: "ó°®¹";
}
.mdi-pan-right:before {
  content: "ó°®º";
}
.mdi-pan-top-left:before {
  content: "ó°®»";
}
.mdi-pan-top-right:before {
  content: "ó°®¼";
}
.mdi-pan-up:before {
  content: "ó°®½";
}
.mdi-pan-vertical:before {
  content: "ó°®¾";
}
.mdi-panda:before {
  content: "ó°š";
}
.mdi-pandora:before {
  content: "ó°›";
}
.mdi-panorama:before {
  content: "ó°œ";
}
.mdi-panorama-fisheye:before {
  content: "ó°";
}
.mdi-panorama-horizontal:before {
  content: "ó±¤¨";
}
.mdi-panorama-horizontal-outline:before {
  content: "ó°ž";
}
.mdi-panorama-outline:before {
  content: "ó±¦Œ";
}
.mdi-panorama-sphere:before {
  content: "ó±¦";
}
.mdi-panorama-sphere-outline:before {
  content: "ó±¦Ž";
}
.mdi-panorama-variant:before {
  content: "ó±¦";
}
.mdi-panorama-variant-outline:before {
  content: "ó±¦";
}
.mdi-panorama-vertical:before {
  content: "ó±¤©";
}
.mdi-panorama-vertical-outline:before {
  content: "ó°Ÿ";
}
.mdi-panorama-wide-angle:before {
  content: "ó±¥Ÿ";
}
.mdi-panorama-wide-angle-outline:before {
  content: "ó° ";
}
.mdi-paper-cut-vertical:before {
  content: "ó°¡";
}
.mdi-paper-roll:before {
  content: "ó±…—";
}
.mdi-paper-roll-outline:before {
  content: "ó±…˜";
}
.mdi-paperclip:before {
  content: "ó°¢";
}
.mdi-paperclip-check:before {
  content: "ó±«†";
}
.mdi-paperclip-lock:before {
  content: "ó±§š";
}
.mdi-paperclip-minus:before {
  content: "ó±«‡";
}
.mdi-paperclip-off:before {
  content: "ó±«ˆ";
}
.mdi-paperclip-plus:before {
  content: "ó±«‰";
}
.mdi-paperclip-remove:before {
  content: "ó±«Š";
}
.mdi-parachute:before {
  content: "ó°²´";
}
.mdi-parachute-outline:before {
  content: "ó°²µ";
}
.mdi-paragliding:before {
  content: "ó±…";
}
.mdi-parking:before {
  content: "ó°£";
}
.mdi-party-popper:before {
  content: "ó±–";
}
.mdi-passport:before {
  content: "ó°Ÿ£";
}
.mdi-passport-biometric:before {
  content: "ó°·¡";
}
.mdi-pasta:before {
  content: "ó±… ";
}
.mdi-patio-heater:before {
  content: "ó°¾€";
}
.mdi-patreon:before {
  content: "ó°¢‚";
}
.mdi-pause:before {
  content: "ó°¤";
}
.mdi-pause-box:before {
  content: "ó°‚¼";
}
.mdi-pause-box-outline:before {
  content: "ó±­º";
}
.mdi-pause-circle:before {
  content: "ó°¥";
}
.mdi-pause-circle-outline:before {
  content: "ó°¦";
}
.mdi-pause-octagon:before {
  content: "ó°§";
}
.mdi-pause-octagon-outline:before {
  content: "ó°¨";
}
.mdi-paw:before {
  content: "ó°©";
}
.mdi-paw-off:before {
  content: "ó°™—";
}
.mdi-paw-off-outline:before {
  content: "ó±™¶";
}
.mdi-paw-outline:before {
  content: "ó±™µ";
}
.mdi-peace:before {
  content: "ó°¢„";
}
.mdi-peanut:before {
  content: "ó°¿¼";
}
.mdi-peanut-off:before {
  content: "ó°¿½";
}
.mdi-peanut-off-outline:before {
  content: "ó°¿¿";
}
.mdi-peanut-outline:before {
  content: "ó°¿¾";
}
.mdi-pen:before {
  content: "ó°ª";
}
.mdi-pen-lock:before {
  content: "ó°·¢";
}
.mdi-pen-minus:before {
  content: "ó°·£";
}
.mdi-pen-off:before {
  content: "ó°·¤";
}
.mdi-pen-plus:before {
  content: "ó°·¥";
}
.mdi-pen-remove:before {
  content: "ó°·¦";
}
.mdi-pencil:before {
  content: "ó°«";
}
.mdi-pencil-box:before {
  content: "ó°¬";
}
.mdi-pencil-box-multiple:before {
  content: "ó±…„";
}
.mdi-pencil-box-multiple-outline:before {
  content: "ó±……";
}
.mdi-pencil-box-outline:before {
  content: "ó°­";
}
.mdi-pencil-circle:before {
  content: "ó°›¿";
}
.mdi-pencil-circle-outline:before {
  content: "ó°¶";
}
.mdi-pencil-lock:before {
  content: "ó°®";
}
.mdi-pencil-lock-outline:before {
  content: "ó°·§";
}
.mdi-pencil-minus:before {
  content: "ó°·¨";
}
.mdi-pencil-minus-outline:before {
  content: "ó°·©";
}
.mdi-pencil-off:before {
  content: "ó°¯";
}
.mdi-pencil-off-outline:before {
  content: "ó°·ª";
}
.mdi-pencil-outline:before {
  content: "ó°²¶";
}
.mdi-pencil-plus:before {
  content: "ó°·«";
}
.mdi-pencil-plus-outline:before {
  content: "ó°·¬";
}
.mdi-pencil-remove:before {
  content: "ó°·­";
}
.mdi-pencil-remove-outline:before {
  content: "ó°·®";
}
.mdi-pencil-ruler:before {
  content: "ó±“";
}
.mdi-pencil-ruler-outline:before {
  content: "ó±°‘";
}
.mdi-penguin:before {
  content: "ó°»€";
}
.mdi-pentagon:before {
  content: "ó°œ";
}
.mdi-pentagon-outline:before {
  content: "ó°œ€";
}
.mdi-pentagram:before {
  content: "ó±™§";
}
.mdi-percent:before {
  content: "ó°°";
}
.mdi-percent-box:before {
  content: "ó±¨‚";
}
.mdi-percent-box-outline:before {
  content: "ó±¨ƒ";
}
.mdi-percent-circle:before {
  content: "ó±¨„";
}
.mdi-percent-circle-outline:before {
  content: "ó±¨…";
}
.mdi-percent-outline:before {
  content: "ó±‰¸";
}
.mdi-periodic-table:before {
  content: "ó°¢¶";
}
.mdi-perspective-less:before {
  content: "ó°´£";
}
.mdi-perspective-more:before {
  content: "ó°´¤";
}
.mdi-ph:before {
  content: "ó±Ÿ…";
}
.mdi-phone:before {
  content: "ó°²";
}
.mdi-phone-alert:before {
  content: "ó°¼š";
}
.mdi-phone-alert-outline:before {
  content: "ó±†Ž";
}
.mdi-phone-bluetooth:before {
  content: "ó°³";
}
.mdi-phone-bluetooth-outline:before {
  content: "ó±†";
}
.mdi-phone-cancel:before {
  content: "ó±‚¼";
}
.mdi-phone-cancel-outline:before {
  content: "ó±†";
}
.mdi-phone-check:before {
  content: "ó±†©";
}
.mdi-phone-check-outline:before {
  content: "ó±†ª";
}
.mdi-phone-classic:before {
  content: "ó°˜‚";
}
.mdi-phone-classic-off:before {
  content: "ó±‰¹";
}
.mdi-phone-clock:before {
  content: "ó±§›";
}
.mdi-phone-dial:before {
  content: "ó±•™";
}
.mdi-phone-dial-outline:before {
  content: "ó±•š";
}
.mdi-phone-forward:before {
  content: "ó°´";
}
.mdi-phone-forward-outline:before {
  content: "ó±†‘";
}
.mdi-phone-hangup:before {
  content: "ó°µ";
}
.mdi-phone-hangup-outline:before {
  content: "ó±†’";
}
.mdi-phone-in-talk:before {
  content: "ó°¶";
}
.mdi-phone-in-talk-outline:before {
  content: "ó±†‚";
}
.mdi-phone-incoming:before {
  content: "ó°·";
}
.mdi-phone-incoming-outgoing:before {
  content: "ó±¬¿";
}
.mdi-phone-incoming-outgoing-outline:before {
  content: "ó±­€";
}
.mdi-phone-incoming-outline:before {
  content: "ó±†“";
}
.mdi-phone-lock:before {
  content: "ó°¸";
}
.mdi-phone-lock-outline:before {
  content: "ó±†”";
}
.mdi-phone-log:before {
  content: "ó°¹";
}
.mdi-phone-log-outline:before {
  content: "ó±†•";
}
.mdi-phone-message:before {
  content: "ó±†–";
}
.mdi-phone-message-outline:before {
  content: "ó±†—";
}
.mdi-phone-minus:before {
  content: "ó°™˜";
}
.mdi-phone-minus-outline:before {
  content: "ó±†˜";
}
.mdi-phone-missed:before {
  content: "ó°º";
}
.mdi-phone-missed-outline:before {
  content: "ó±†¥";
}
.mdi-phone-off:before {
  content: "ó°·¯";
}
.mdi-phone-off-outline:before {
  content: "ó±†¦";
}
.mdi-phone-outgoing:before {
  content: "ó°»";
}
.mdi-phone-outgoing-outline:before {
  content: "ó±†™";
}
.mdi-phone-outline:before {
  content: "ó°·°";
}
.mdi-phone-paused:before {
  content: "ó°¼";
}
.mdi-phone-paused-outline:before {
  content: "ó±†š";
}
.mdi-phone-plus:before {
  content: "ó°™™";
}
.mdi-phone-plus-outline:before {
  content: "ó±†›";
}
.mdi-phone-refresh:before {
  content: "ó±¦“";
}
.mdi-phone-refresh-outline:before {
  content: "ó±¦”";
}
.mdi-phone-remove:before {
  content: "ó±”¯";
}
.mdi-phone-remove-outline:before {
  content: "ó±”°";
}
.mdi-phone-return:before {
  content: "ó° ¯";
}
.mdi-phone-return-outline:before {
  content: "ó±†œ";
}
.mdi-phone-ring:before {
  content: "ó±†«";
}
.mdi-phone-ring-outline:before {
  content: "ó±†¬";
}
.mdi-phone-rotate-landscape:before {
  content: "ó°¢…";
}
.mdi-phone-rotate-portrait:before {
  content: "ó°¢†";
}
.mdi-phone-settings:before {
  content: "ó°½";
}
.mdi-phone-settings-outline:before {
  content: "ó±†";
}
.mdi-phone-sync:before {
  content: "ó±¦•";
}
.mdi-phone-sync-outline:before {
  content: "ó±¦–";
}
.mdi-phone-voip:before {
  content: "ó°¾";
}
.mdi-pi:before {
  content: "ó°¿";
}
.mdi-pi-box:before {
  content: "ó°€";
}
.mdi-pi-hole:before {
  content: "ó°·±";
}
.mdi-piano:before {
  content: "ó°™½";
}
.mdi-piano-off:before {
  content: "ó°š˜";
}
.mdi-pickaxe:before {
  content: "ó°¢·";
}
.mdi-picture-in-picture-bottom-right:before {
  content: "ó°¹—";
}
.mdi-picture-in-picture-bottom-right-outline:before {
  content: "ó°¹˜";
}
.mdi-picture-in-picture-top-right:before {
  content: "ó°¹™";
}
.mdi-picture-in-picture-top-right-outline:before {
  content: "ó°¹š";
}
.mdi-pier:before {
  content: "ó°¢‡";
}
.mdi-pier-crane:before {
  content: "ó°¢ˆ";
}
.mdi-pig:before {
  content: "ó°";
}
.mdi-pig-variant:before {
  content: "ó±€†";
}
.mdi-pig-variant-outline:before {
  content: "ó±™¸";
}
.mdi-piggy-bank:before {
  content: "ó±€‡";
}
.mdi-piggy-bank-outline:before {
  content: "ó±™¹";
}
.mdi-pill:before {
  content: "ó°‚";
}
.mdi-pill-multiple:before {
  content: "ó±­Œ";
}
.mdi-pill-off:before {
  content: "ó±©œ";
}
.mdi-pillar:before {
  content: "ó°œ‚";
}
.mdi-pin:before {
  content: "ó°ƒ";
}
.mdi-pin-off:before {
  content: "ó°„";
}
.mdi-pin-off-outline:before {
  content: "ó°¤°";
}
.mdi-pin-outline:before {
  content: "ó°¤±";
}
.mdi-pine-tree:before {
  content: "ó°…";
}
.mdi-pine-tree-box:before {
  content: "ó°†";
}
.mdi-pine-tree-fire:before {
  content: "ó±š";
}
.mdi-pinterest:before {
  content: "ó°‡";
}
.mdi-pinwheel:before {
  content: "ó°«•";
}
.mdi-pinwheel-outline:before {
  content: "ó°«–";
}
.mdi-pipe:before {
  content: "ó°Ÿ¥";
}
.mdi-pipe-disconnected:before {
  content: "ó°Ÿ¦";
}
.mdi-pipe-leak:before {
  content: "ó°¢‰";
}
.mdi-pipe-valve:before {
  content: "ó±¡";
}
.mdi-pipe-wrench:before {
  content: "ó±”";
}
.mdi-pirate:before {
  content: "ó°¨ˆ";
}
.mdi-pistol:before {
  content: "ó°œƒ";
}
.mdi-piston:before {
  content: "ó°¢Š";
}
.mdi-pitchfork:before {
  content: "ó±•“";
}
.mdi-pizza:before {
  content: "ó°‰";
}
.mdi-plane-car:before {
  content: "ó±«¿";
}
.mdi-plane-train:before {
  content: "ó±¬€";
}
.mdi-play:before {
  content: "ó°Š";
}
.mdi-play-box:before {
  content: "ó±‰º";
}
.mdi-play-box-lock:before {
  content: "ó±¨–";
}
.mdi-play-box-lock-open:before {
  content: "ó±¨—";
}
.mdi-play-box-lock-open-outline:before {
  content: "ó±¨˜";
}
.mdi-play-box-lock-outline:before {
  content: "ó±¨™";
}
.mdi-play-box-multiple:before {
  content: "ó°´™";
}
.mdi-play-box-multiple-outline:before {
  content: "ó±¦";
}
.mdi-play-box-outline:before {
  content: "ó°‹";
}
.mdi-play-circle:before {
  content: "ó°Œ";
}
.mdi-play-circle-outline:before {
  content: "ó°";
}
.mdi-play-network:before {
  content: "ó°¢‹";
}
.mdi-play-network-outline:before {
  content: "ó°²·";
}
.mdi-play-outline:before {
  content: "ó°¼›";
}
.mdi-play-pause:before {
  content: "ó°Ž";
}
.mdi-play-protected-content:before {
  content: "ó°";
}
.mdi-play-speed:before {
  content: "ó°£¿";
}
.mdi-playlist-check:before {
  content: "ó°—‡";
}
.mdi-playlist-edit:before {
  content: "ó°¤€";
}
.mdi-playlist-minus:before {
  content: "ó°";
}
.mdi-playlist-music:before {
  content: "ó°²¸";
}
.mdi-playlist-music-outline:before {
  content: "ó°²¹";
}
.mdi-playlist-play:before {
  content: "ó°‘";
}
.mdi-playlist-plus:before {
  content: "ó°’";
}
.mdi-playlist-remove:before {
  content: "ó°“";
}
.mdi-playlist-star:before {
  content: "ó°·²";
}
.mdi-plex:before {
  content: "ó°šº";
}
.mdi-pliers:before {
  content: "ó±¦¤";
}
.mdi-plus:before {
  content: "ó°•";
}
.mdi-plus-box:before {
  content: "ó°–";
}
.mdi-plus-box-multiple:before {
  content: "ó°Œ´";
}
.mdi-plus-box-multiple-outline:before {
  content: "ó±…ƒ";
}
.mdi-plus-box-outline:before {
  content: "ó°œ„";
}
.mdi-plus-circle:before {
  content: "ó°—";
}
.mdi-plus-circle-multiple:before {
  content: "ó°Œ";
}
.mdi-plus-circle-multiple-outline:before {
  content: "ó°˜";
}
.mdi-plus-circle-outline:before {
  content: "ó°™";
}
.mdi-plus-lock:before {
  content: "ó±©";
}
.mdi-plus-lock-open:before {
  content: "ó±©ž";
}
.mdi-plus-minus:before {
  content: "ó°¦’";
}
.mdi-plus-minus-box:before {
  content: "ó°¦“";
}
.mdi-plus-minus-variant:before {
  content: "ó±“‰";
}
.mdi-plus-network:before {
  content: "ó°š";
}
.mdi-plus-network-outline:before {
  content: "ó°²º";
}
.mdi-plus-outline:before {
  content: "ó°œ…";
}
.mdi-plus-thick:before {
  content: "ó±‡¬";
}
.mdi-podcast:before {
  content: "ó°¦”";
}
.mdi-podium:before {
  content: "ó°´¥";
}
.mdi-podium-bronze:before {
  content: "ó°´¦";
}
.mdi-podium-gold:before {
  content: "ó°´§";
}
.mdi-podium-silver:before {
  content: "ó°´¨";
}
.mdi-point-of-sale:before {
  content: "ó°¶’";
}
.mdi-pokeball:before {
  content: "ó°";
}
.mdi-pokemon-go:before {
  content: "ó°¨‰";
}
.mdi-poker-chip:before {
  content: "ó° °";
}
.mdi-polaroid:before {
  content: "ó°ž";
}
.mdi-police-badge:before {
  content: "ó±…§";
}
.mdi-police-badge-outline:before {
  content: "ó±…¨";
}
.mdi-police-station:before {
  content: "ó± ¹";
}
.mdi-poll:before {
  content: "ó°Ÿ";
}
.mdi-polo:before {
  content: "ó±“ƒ";
}
.mdi-polymer:before {
  content: "ó°¡";
}
.mdi-pool:before {
  content: "ó°˜†";
}
.mdi-pool-thermometer:before {
  content: "ó±©Ÿ";
}
.mdi-popcorn:before {
  content: "ó°¢";
}
.mdi-post:before {
  content: "ó±€ˆ";
}
.mdi-post-lamp:before {
  content: "ó±© ";
}
.mdi-post-outline:before {
  content: "ó±€‰";
}
.mdi-postage-stamp:before {
  content: "ó°²»";
}
.mdi-pot:before {
  content: "ó°‹¥";
}
.mdi-pot-mix:before {
  content: "ó°™›";
}
.mdi-pot-mix-outline:before {
  content: "ó°™·";
}
.mdi-pot-outline:before {
  content: "ó°‹¿";
}
.mdi-pot-steam:before {
  content: "ó°™š";
}
.mdi-pot-steam-outline:before {
  content: "ó°Œ¦";
}
.mdi-pound:before {
  content: "ó°£";
}
.mdi-pound-box:before {
  content: "ó°¤";
}
.mdi-pound-box-outline:before {
  content: "ó±…¿";
}
.mdi-power:before {
  content: "ó°¥";
}
.mdi-power-cycle:before {
  content: "ó°¤";
}
.mdi-power-off:before {
  content: "ó°¤‚";
}
.mdi-power-on:before {
  content: "ó°¤ƒ";
}
.mdi-power-plug:before {
  content: "ó°š¥";
}
.mdi-power-plug-off:before {
  content: "ó°š¦";
}
.mdi-power-plug-off-outline:before {
  content: "ó±¤";
}
.mdi-power-plug-outline:before {
  content: "ó±¥";
}
.mdi-power-settings:before {
  content: "ó°¦";
}
.mdi-power-sleep:before {
  content: "ó°¤„";
}
.mdi-power-socket:before {
  content: "ó°§";
}
.mdi-power-socket-au:before {
  content: "ó°¤…";
}
.mdi-power-socket-ch:before {
  content: "ó°¾³";
}
.mdi-power-socket-de:before {
  content: "ó±„‡";
}
.mdi-power-socket-eu:before {
  content: "ó°Ÿ§";
}
.mdi-power-socket-fr:before {
  content: "ó±„ˆ";
}
.mdi-power-socket-it:before {
  content: "ó±“¿";
}
.mdi-power-socket-jp:before {
  content: "ó±„‰";
}
.mdi-power-socket-uk:before {
  content: "ó°Ÿ¨";
}
.mdi-power-socket-us:before {
  content: "ó°Ÿ©";
}
.mdi-power-standby:before {
  content: "ó°¤†";
}
.mdi-powershell:before {
  content: "ó°¨Š";
}
.mdi-prescription:before {
  content: "ó°œ†";
}
.mdi-presentation:before {
  content: "ó°¨";
}
.mdi-presentation-play:before {
  content: "ó°©";
}
.mdi-pretzel:before {
  content: "ó±•¢";
}
.mdi-printer:before {
  content: "ó°ª";
}
.mdi-printer-3d:before {
  content: "ó°«";
}
.mdi-printer-3d-nozzle:before {
  content: "ó°¹›";
}
.mdi-printer-3d-nozzle-alert:before {
  content: "ó±‡€";
}
.mdi-printer-3d-nozzle-alert-outline:before {
  content: "ó±‡";
}
.mdi-printer-3d-nozzle-heat:before {
  content: "ó±¢¸";
}
.mdi-printer-3d-nozzle-heat-outline:before {
  content: "ó±¢¹";
}
.mdi-printer-3d-nozzle-off:before {
  content: "ó±¬™";
}
.mdi-printer-3d-nozzle-off-outline:before {
  content: "ó±¬š";
}
.mdi-printer-3d-nozzle-outline:before {
  content: "ó°¹œ";
}
.mdi-printer-3d-off:before {
  content: "ó±¬Ž";
}
.mdi-printer-alert:before {
  content: "ó°¬";
}
.mdi-printer-check:before {
  content: "ó±…†";
}
.mdi-printer-eye:before {
  content: "ó±‘˜";
}
.mdi-printer-off:before {
  content: "ó°¹";
}
.mdi-printer-off-outline:before {
  content: "ó±ž…";
}
.mdi-printer-outline:before {
  content: "ó±ž†";
}
.mdi-printer-pos:before {
  content: "ó±—";
}
.mdi-printer-pos-alert:before {
  content: "ó±®¼";
}
.mdi-printer-pos-alert-outline:before {
  content: "ó±®½";
}
.mdi-printer-pos-cancel:before {
  content: "ó±®¾";
}
.mdi-printer-pos-cancel-outline:before {
  content: "ó±®¿";
}
.mdi-printer-pos-check:before {
  content: "ó±¯€";
}
.mdi-printer-pos-check-outline:before {
  content: "ó±¯";
}
.mdi-printer-pos-cog:before {
  content: "ó±¯‚";
}
.mdi-printer-pos-cog-outline:before {
  content: "ó±¯ƒ";
}
.mdi-printer-pos-edit:before {
  content: "ó±¯„";
}
.mdi-printer-pos-edit-outline:before {
  content: "ó±¯…";
}
.mdi-printer-pos-minus:before {
  content: "ó±¯†";
}
.mdi-printer-pos-minus-outline:before {
  content: "ó±¯‡";
}
.mdi-printer-pos-network:before {
  content: "ó±¯ˆ";
}
.mdi-printer-pos-network-outline:before {
  content: "ó±¯‰";
}
.mdi-printer-pos-off:before {
  content: "ó±¯Š";
}
.mdi-printer-pos-off-outline:before {
  content: "ó±¯‹";
}
.mdi-printer-pos-outline:before {
  content: "ó±¯Œ";
}
.mdi-printer-pos-pause:before {
  content: "ó±¯";
}
.mdi-printer-pos-pause-outline:before {
  content: "ó±¯Ž";
}
.mdi-printer-pos-play:before {
  content: "ó±¯";
}
.mdi-printer-pos-play-outline:before {
  content: "ó±¯";
}
.mdi-printer-pos-plus:before {
  content: "ó±¯‘";
}
.mdi-printer-pos-plus-outline:before {
  content: "ó±¯’";
}
.mdi-printer-pos-refresh:before {
  content: "ó±¯“";
}
.mdi-printer-pos-refresh-outline:before {
  content: "ó±¯”";
}
.mdi-printer-pos-remove:before {
  content: "ó±¯•";
}
.mdi-printer-pos-remove-outline:before {
  content: "ó±¯–";
}
.mdi-printer-pos-star:before {
  content: "ó±¯—";
}
.mdi-printer-pos-star-outline:before {
  content: "ó±¯˜";
}
.mdi-printer-pos-stop:before {
  content: "ó±¯™";
}
.mdi-printer-pos-stop-outline:before {
  content: "ó±¯š";
}
.mdi-printer-pos-sync:before {
  content: "ó±¯›";
}
.mdi-printer-pos-sync-outline:before {
  content: "ó±¯œ";
}
.mdi-printer-pos-wrench:before {
  content: "ó±¯";
}
.mdi-printer-pos-wrench-outline:before {
  content: "ó±¯ž";
}
.mdi-printer-search:before {
  content: "ó±‘—";
}
.mdi-printer-settings:before {
  content: "ó°œ‡";
}
.mdi-printer-wireless:before {
  content: "ó°¨‹";
}
.mdi-priority-high:before {
  content: "ó°˜ƒ";
}
.mdi-priority-low:before {
  content: "ó°˜„";
}
.mdi-professional-hexagon:before {
  content: "ó°­";
}
.mdi-progress-alert:before {
  content: "ó°²¼";
}
.mdi-progress-check:before {
  content: "ó°¦•";
}
.mdi-progress-clock:before {
  content: "ó°¦–";
}
.mdi-progress-close:before {
  content: "ó±„Š";
}
.mdi-progress-download:before {
  content: "ó°¦—";
}
.mdi-progress-helper:before {
  content: "ó±®¢";
}
.mdi-progress-pencil:before {
  content: "ó±ž‡";
}
.mdi-progress-question:before {
  content: "ó±”¢";
}
.mdi-progress-star:before {
  content: "ó±žˆ";
}
.mdi-progress-upload:before {
  content: "ó°¦˜";
}
.mdi-progress-wrench:before {
  content: "ó°²½";
}
.mdi-projector:before {
  content: "ó°®";
}
.mdi-projector-off:before {
  content: "ó±¨£";
}
.mdi-projector-screen:before {
  content: "ó°¯";
}
.mdi-projector-screen-off:before {
  content: "ó± ";
}
.mdi-projector-screen-off-outline:before {
  content: "ó± Ž";
}
.mdi-projector-screen-outline:before {
  content: "ó±œ¤";
}
.mdi-projector-screen-variant:before {
  content: "ó± ";
}
.mdi-projector-screen-variant-off:before {
  content: "ó± ";
}
.mdi-projector-screen-variant-off-outline:before {
  content: "ó± ‘";
}
.mdi-projector-screen-variant-outline:before {
  content: "ó± ’";
}
.mdi-propane-tank:before {
  content: "ó±—";
}
.mdi-propane-tank-outline:before {
  content: "ó±˜";
}
.mdi-protocol:before {
  content: "ó°¿˜";
}
.mdi-publish:before {
  content: "ó°š§";
}
.mdi-publish-off:before {
  content: "ó±¥…";
}
.mdi-pulse:before {
  content: "ó°°";
}
.mdi-pump:before {
  content: "ó±‚";
}
.mdi-pump-off:before {
  content: "ó±¬¢";
}
.mdi-pumpkin:before {
  content: "ó°®¿";
}
.mdi-purse:before {
  content: "ó°¼œ";
}
.mdi-purse-outline:before {
  content: "ó°¼";
}
.mdi-puzzle:before {
  content: "ó°±";
}
.mdi-puzzle-check:before {
  content: "ó±¦";
}
.mdi-puzzle-check-outline:before {
  content: "ó±§";
}
.mdi-puzzle-edit:before {
  content: "ó±““";
}
.mdi-puzzle-edit-outline:before {
  content: "ó±“™";
}
.mdi-puzzle-heart:before {
  content: "ó±“”";
}
.mdi-puzzle-heart-outline:before {
  content: "ó±“š";
}
.mdi-puzzle-minus:before {
  content: "ó±“‘";
}
.mdi-puzzle-minus-outline:before {
  content: "ó±“—";
}
.mdi-puzzle-outline:before {
  content: "ó°©¦";
}
.mdi-puzzle-plus:before {
  content: "ó±“";
}
.mdi-puzzle-plus-outline:before {
  content: "ó±“–";
}
.mdi-puzzle-remove:before {
  content: "ó±“’";
}
.mdi-puzzle-remove-outline:before {
  content: "ó±“˜";
}
.mdi-puzzle-star:before {
  content: "ó±“•";
}
.mdi-puzzle-star-outline:before {
  content: "ó±“›";
}
.mdi-pyramid:before {
  content: "ó±¥’";
}
.mdi-pyramid-off:before {
  content: "ó±¥“";
}
.mdi-qi:before {
  content: "ó°¦™";
}
.mdi-qqchat:before {
  content: "ó°˜…";
}
.mdi-qrcode:before {
  content: "ó°²";
}
.mdi-qrcode-edit:before {
  content: "ó°¢¸";
}
.mdi-qrcode-minus:before {
  content: "ó±†Œ";
}
.mdi-qrcode-plus:before {
  content: "ó±†‹";
}
.mdi-qrcode-remove:before {
  content: "ó±†";
}
.mdi-qrcode-scan:before {
  content: "ó°³";
}
.mdi-quadcopter:before {
  content: "ó°´";
}
.mdi-quality-high:before {
  content: "ó°µ";
}
.mdi-quality-low:before {
  content: "ó°¨Œ";
}
.mdi-quality-medium:before {
  content: "ó°¨";
}
.mdi-quora:before {
  content: "ó°´©";
}
.mdi-rabbit:before {
  content: "ó°¤‡";
}
.mdi-rabbit-variant:before {
  content: "ó±©¡";
}
.mdi-rabbit-variant-outline:before {
  content: "ó±©¢";
}
.mdi-racing-helmet:before {
  content: "ó°¶“";
}
.mdi-racquetball:before {
  content: "ó°¶”";
}
.mdi-radar:before {
  content: "ó°·";
}
.mdi-radiator:before {
  content: "ó°¸";
}
.mdi-radiator-disabled:before {
  content: "ó°«—";
}
.mdi-radiator-off:before {
  content: "ó°«˜";
}
.mdi-radio:before {
  content: "ó°¹";
}
.mdi-radio-am:before {
  content: "ó°²¾";
}
.mdi-radio-fm:before {
  content: "ó°²¿";
}
.mdi-radio-handheld:before {
  content: "ó°º";
}
.mdi-radio-off:before {
  content: "ó±ˆœ";
}
.mdi-radio-tower:before {
  content: "ó°»";
}
.mdi-radioactive:before {
  content: "ó°¼";
}
.mdi-radioactive-circle:before {
  content: "ó±¡";
}
.mdi-radioactive-circle-outline:before {
  content: "ó±¡ž";
}
.mdi-radioactive-off:before {
  content: "ó°»";
}
.mdi-radiobox-blank:before {
  content: "ó°½";
}
.mdi-radiobox-marked:before {
  content: "ó°¾";
}
.mdi-radiology-box:before {
  content: "ó±“…";
}
.mdi-radiology-box-outline:before {
  content: "ó±“†";
}
.mdi-radius:before {
  content: "ó°³€";
}
.mdi-radius-outline:before {
  content: "ó°³";
}
.mdi-railroad-light:before {
  content: "ó°¼ž";
}
.mdi-rake:before {
  content: "ó±•„";
}
.mdi-raspberry-pi:before {
  content: "ó°¿";
}
.mdi-raw:before {
  content: "ó±¨";
}
.mdi-raw-off:before {
  content: "ó±¨";
}
.mdi-ray-end:before {
  content: "ó°‘€";
}
.mdi-ray-end-arrow:before {
  content: "ó°‘";
}
.mdi-ray-start:before {
  content: "ó°‘‚";
}
.mdi-ray-start-arrow:before {
  content: "ó°‘ƒ";
}
.mdi-ray-start-end:before {
  content: "ó°‘„";
}
.mdi-ray-start-vertex-end:before {
  content: "ó±—˜";
}
.mdi-ray-vertex:before {
  content: "ó°‘…";
}
.mdi-razor-double-edge:before {
  content: "ó±¦—";
}
.mdi-razor-single-edge:before {
  content: "ó±¦˜";
}
.mdi-react:before {
  content: "ó°œˆ";
}
.mdi-read:before {
  content: "ó°‘‡";
}
.mdi-receipt:before {
  content: "ó° ¤";
}
.mdi-receipt-outline:before {
  content: "ó°“·";
}
.mdi-receipt-text:before {
  content: "ó°‘‰";
}
.mdi-receipt-text-check:before {
  content: "ó±©£";
}
.mdi-receipt-text-check-outline:before {
  content: "ó±©¤";
}
.mdi-receipt-text-minus:before {
  content: "ó±©¥";
}
.mdi-receipt-text-minus-outline:before {
  content: "ó±©¦";
}
.mdi-receipt-text-outline:before {
  content: "ó±§œ";
}
.mdi-receipt-text-plus:before {
  content: "ó±©§";
}
.mdi-receipt-text-plus-outline:before {
  content: "ó±©¨";
}
.mdi-receipt-text-remove:before {
  content: "ó±©©";
}
.mdi-receipt-text-remove-outline:before {
  content: "ó±©ª";
}
.mdi-record:before {
  content: "ó°‘Š";
}
.mdi-record-circle:before {
  content: "ó°»‚";
}
.mdi-record-circle-outline:before {
  content: "ó°»ƒ";
}
.mdi-record-player:before {
  content: "ó°¦š";
}
.mdi-record-rec:before {
  content: "ó°‘‹";
}
.mdi-rectangle:before {
  content: "ó°¹ž";
}
.mdi-rectangle-outline:before {
  content: "ó°¹Ÿ";
}
.mdi-recycle:before {
  content: "ó°‘Œ";
}
.mdi-recycle-variant:before {
  content: "ó±Ž";
}
.mdi-reddit:before {
  content: "ó°‘";
}
.mdi-redhat:before {
  content: "ó±„›";
}
.mdi-redo:before {
  content: "ó°‘Ž";
}
.mdi-redo-variant:before {
  content: "ó°‘";
}
.mdi-reflect-horizontal:before {
  content: "ó°¨Ž";
}
.mdi-reflect-vertical:before {
  content: "ó°¨";
}
.mdi-refresh:before {
  content: "ó°‘";
}
.mdi-refresh-auto:before {
  content: "ó±£²";
}
.mdi-refresh-circle:before {
  content: "ó±·";
}
.mdi-regex:before {
  content: "ó°‘‘";
}
.mdi-registered-trademark:before {
  content: "ó°©§";
}
.mdi-reiterate:before {
  content: "ó±–ˆ";
}
.mdi-relation-many-to-many:before {
  content: "ó±’–";
}
.mdi-relation-many-to-one:before {
  content: "ó±’—";
}
.mdi-relation-many-to-one-or-many:before {
  content: "ó±’˜";
}
.mdi-relation-many-to-only-one:before {
  content: "ó±’™";
}
.mdi-relation-many-to-zero-or-many:before {
  content: "ó±’š";
}
.mdi-relation-many-to-zero-or-one:before {
  content: "ó±’›";
}
.mdi-relation-one-or-many-to-many:before {
  content: "ó±’œ";
}
.mdi-relation-one-or-many-to-one:before {
  content: "ó±’";
}
.mdi-relation-one-or-many-to-one-or-many:before {
  content: "ó±’ž";
}
.mdi-relation-one-or-many-to-only-one:before {
  content: "ó±’Ÿ";
}
.mdi-relation-one-or-many-to-zero-or-many:before {
  content: "ó±’ ";
}
.mdi-relation-one-or-many-to-zero-or-one:before {
  content: "ó±’¡";
}
.mdi-relation-one-to-many:before {
  content: "ó±’¢";
}
.mdi-relation-one-to-one:before {
  content: "ó±’£";
}
.mdi-relation-one-to-one-or-many:before {
  content: "ó±’¤";
}
.mdi-relation-one-to-only-one:before {
  content: "ó±’¥";
}
.mdi-relation-one-to-zero-or-many:before {
  content: "ó±’¦";
}
.mdi-relation-one-to-zero-or-one:before {
  content: "ó±’§";
}
.mdi-relation-only-one-to-many:before {
  content: "ó±’¨";
}
.mdi-relation-only-one-to-one:before {
  content: "ó±’©";
}
.mdi-relation-only-one-to-one-or-many:before {
  content: "ó±’ª";
}
.mdi-relation-only-one-to-only-one:before {
  content: "ó±’«";
}
.mdi-relation-only-one-to-zero-or-many:before {
  content: "ó±’¬";
}
.mdi-relation-only-one-to-zero-or-one:before {
  content: "ó±’­";
}
.mdi-relation-zero-or-many-to-many:before {
  content: "ó±’®";
}
.mdi-relation-zero-or-many-to-one:before {
  content: "ó±’¯";
}
.mdi-relation-zero-or-many-to-one-or-many:before {
  content: "ó±’°";
}
.mdi-relation-zero-or-many-to-only-one:before {
  content: "ó±’±";
}
.mdi-relation-zero-or-many-to-zero-or-many:before {
  content: "ó±’²";
}
.mdi-relation-zero-or-many-to-zero-or-one:before {
  content: "ó±’³";
}
.mdi-relation-zero-or-one-to-many:before {
  content: "ó±’´";
}
.mdi-relation-zero-or-one-to-one:before {
  content: "ó±’µ";
}
.mdi-relation-zero-or-one-to-one-or-many:before {
  content: "ó±’¶";
}
.mdi-relation-zero-or-one-to-only-one:before {
  content: "ó±’·";
}
.mdi-relation-zero-or-one-to-zero-or-many:before {
  content: "ó±’¸";
}
.mdi-relation-zero-or-one-to-zero-or-one:before {
  content: "ó±’¹";
}
.mdi-relative-scale:before {
  content: "ó°‘’";
}
.mdi-reload:before {
  content: "ó°‘“";
}
.mdi-reload-alert:before {
  content: "ó±„‹";
}
.mdi-reminder:before {
  content: "ó°¢Œ";
}
.mdi-remote:before {
  content: "ó°‘”";
}
.mdi-remote-desktop:before {
  content: "ó°¢¹";
}
.mdi-remote-off:before {
  content: "ó°»„";
}
.mdi-remote-tv:before {
  content: "ó°»…";
}
.mdi-remote-tv-off:before {
  content: "ó°»†";
}
.mdi-rename:before {
  content: "ó±°˜";
}
.mdi-rename-box:before {
  content: "ó°‘•";
}
.mdi-rename-box-outline:before {
  content: "ó±°™";
}
.mdi-rename-outline:before {
  content: "ó±°š";
}
.mdi-reorder-horizontal:before {
  content: "ó°šˆ";
}
.mdi-reorder-vertical:before {
  content: "ó°š‰";
}
.mdi-repeat:before {
  content: "ó°‘–";
}
.mdi-repeat-off:before {
  content: "ó°‘—";
}
.mdi-repeat-once:before {
  content: "ó°‘˜";
}
.mdi-repeat-variant:before {
  content: "ó°•‡";
}
.mdi-replay:before {
  content: "ó°‘™";
}
.mdi-reply:before {
  content: "ó°‘š";
}
.mdi-reply-all:before {
  content: "ó°‘›";
}
.mdi-reply-all-outline:before {
  content: "ó°¼Ÿ";
}
.mdi-reply-circle:before {
  content: "ó±†®";
}
.mdi-reply-outline:before {
  content: "ó°¼ ";
}
.mdi-reproduction:before {
  content: "ó°‘œ";
}
.mdi-resistor:before {
  content: "ó°­„";
}
.mdi-resistor-nodes:before {
  content: "ó°­…";
}
.mdi-resize:before {
  content: "ó°©¨";
}
.mdi-resize-bottom-right:before {
  content: "ó°‘";
}
.mdi-responsive:before {
  content: "ó°‘ž";
}
.mdi-restart:before {
  content: "ó°œ‰";
}
.mdi-restart-alert:before {
  content: "ó±„Œ";
}
.mdi-restart-off:before {
  content: "ó°¶•";
}
.mdi-restore:before {
  content: "ó°¦›";
}
.mdi-restore-alert:before {
  content: "ó±„";
}
.mdi-rewind:before {
  content: "ó°‘Ÿ";
}
.mdi-rewind-10:before {
  content: "ó°´ª";
}
.mdi-rewind-15:before {
  content: "ó±¥†";
}
.mdi-rewind-30:before {
  content: "ó°¶–";
}
.mdi-rewind-45:before {
  content: "ó±¬“";
}
.mdi-rewind-5:before {
  content: "ó±‡¹";
}
.mdi-rewind-60:before {
  content: "ó±˜Œ";
}
.mdi-rewind-outline:before {
  content: "ó°œŠ";
}
.mdi-rhombus:before {
  content: "ó°œ‹";
}
.mdi-rhombus-medium:before {
  content: "ó°¨";
}
.mdi-rhombus-medium-outline:before {
  content: "ó±“œ";
}
.mdi-rhombus-outline:before {
  content: "ó°œŒ";
}
.mdi-rhombus-split:before {
  content: "ó°¨‘";
}
.mdi-rhombus-split-outline:before {
  content: "ó±“";
}
.mdi-ribbon:before {
  content: "ó°‘ ";
}
.mdi-rice:before {
  content: "ó°Ÿª";
}
.mdi-rickshaw:before {
  content: "ó±–»";
}
.mdi-rickshaw-electric:before {
  content: "ó±–¼";
}
.mdi-ring:before {
  content: "ó°Ÿ«";
}
.mdi-rivet:before {
  content: "ó°¹ ";
}
.mdi-road:before {
  content: "ó°‘¡";
}
.mdi-road-variant:before {
  content: "ó°‘¢";
}
.mdi-robber:before {
  content: "ó±˜";
}
.mdi-robot:before {
  content: "ó°š©";
}
.mdi-robot-angry:before {
  content: "ó±š";
}
.mdi-robot-angry-outline:before {
  content: "ó±šž";
}
.mdi-robot-confused:before {
  content: "ó±šŸ";
}
.mdi-robot-confused-outline:before {
  content: "ó±š ";
}
.mdi-robot-dead:before {
  content: "ó±š¡";
}
.mdi-robot-dead-outline:before {
  content: "ó±š¢";
}
.mdi-robot-excited:before {
  content: "ó±š£";
}
.mdi-robot-excited-outline:before {
  content: "ó±š¤";
}
.mdi-robot-happy:before {
  content: "ó±œ™";
}
.mdi-robot-happy-outline:before {
  content: "ó±œš";
}
.mdi-robot-industrial:before {
  content: "ó°­†";
}
.mdi-robot-industrial-outline:before {
  content: "ó±¨š";
}
.mdi-robot-love:before {
  content: "ó±š¥";
}
.mdi-robot-love-outline:before {
  content: "ó±š¦";
}
.mdi-robot-mower:before {
  content: "ó±‡·";
}
.mdi-robot-mower-outline:before {
  content: "ó±‡³";
}
.mdi-robot-off:before {
  content: "ó±š§";
}
.mdi-robot-off-outline:before {
  content: "ó±™»";
}
.mdi-robot-outline:before {
  content: "ó±™º";
}
.mdi-robot-vacuum:before {
  content: "ó°œ";
}
.mdi-robot-vacuum-alert:before {
  content: "ó±­";
}
.mdi-robot-vacuum-off:before {
  content: "ó±°";
}
.mdi-robot-vacuum-variant:before {
  content: "ó°¤ˆ";
}
.mdi-robot-vacuum-variant-alert:before {
  content: "ó±­ž";
}
.mdi-robot-vacuum-variant-off:before {
  content: "ó±°‚";
}
.mdi-rocket:before {
  content: "ó°‘£";
}
.mdi-rocket-launch:before {
  content: "ó±“ž";
}
.mdi-rocket-launch-outline:before {
  content: "ó±“Ÿ";
}
.mdi-rocket-outline:before {
  content: "ó±Ž¯";
}
.mdi-rodent:before {
  content: "ó±Œ§";
}
.mdi-roller-shade:before {
  content: "ó±©«";
}
.mdi-roller-shade-closed:before {
  content: "ó±©¬";
}
.mdi-roller-skate:before {
  content: "ó°´«";
}
.mdi-roller-skate-off:before {
  content: "ó°……";
}
.mdi-rollerblade:before {
  content: "ó°´¬";
}
.mdi-rollerblade-off:before {
  content: "ó°€®";
}
.mdi-rollupjs:before {
  content: "ó°¯€";
}
.mdi-rolodex:before {
  content: "ó±ª¹";
}
.mdi-rolodex-outline:before {
  content: "ó±ªº";
}
.mdi-roman-numeral-1:before {
  content: "ó±‚ˆ";
}
.mdi-roman-numeral-10:before {
  content: "ó±‚‘";
}
.mdi-roman-numeral-2:before {
  content: "ó±‚‰";
}
.mdi-roman-numeral-3:before {
  content: "ó±‚Š";
}
.mdi-roman-numeral-4:before {
  content: "ó±‚‹";
}
.mdi-roman-numeral-5:before {
  content: "ó±‚Œ";
}
.mdi-roman-numeral-6:before {
  content: "ó±‚";
}
.mdi-roman-numeral-7:before {
  content: "ó±‚Ž";
}
.mdi-roman-numeral-8:before {
  content: "ó±‚";
}
.mdi-roman-numeral-9:before {
  content: "ó±‚";
}
.mdi-room-service:before {
  content: "ó°¢";
}
.mdi-room-service-outline:before {
  content: "ó°¶—";
}
.mdi-rotate-360:before {
  content: "ó±¦™";
}
.mdi-rotate-3d:before {
  content: "ó°»‡";
}
.mdi-rotate-3d-variant:before {
  content: "ó°‘¤";
}
.mdi-rotate-left:before {
  content: "ó°‘¥";
}
.mdi-rotate-left-variant:before {
  content: "ó°‘¦";
}
.mdi-rotate-orbit:before {
  content: "ó°¶˜";
}
.mdi-rotate-right:before {
  content: "ó°‘§";
}
.mdi-rotate-right-variant:before {
  content: "ó°‘¨";
}
.mdi-rounded-corner:before {
  content: "ó°˜‡";
}
.mdi-router:before {
  content: "ó±‡¢";
}
.mdi-router-network:before {
  content: "ó±‚‡";
}
.mdi-router-wireless:before {
  content: "ó°‘©";
}
.mdi-router-wireless-off:before {
  content: "ó±–£";
}
.mdi-router-wireless-settings:before {
  content: "ó°©©";
}
.mdi-routes:before {
  content: "ó°‘ª";
}
.mdi-routes-clock:before {
  content: "ó±™";
}
.mdi-rowing:before {
  content: "ó°˜ˆ";
}
.mdi-rss:before {
  content: "ó°‘«";
}
.mdi-rss-box:before {
  content: "ó°‘¬";
}
.mdi-rss-off:before {
  content: "ó°¼¡";
}
.mdi-rug:before {
  content: "ó±‘µ";
}
.mdi-rugby:before {
  content: "ó°¶™";
}
.mdi-ruler:before {
  content: "ó°‘­";
}
.mdi-ruler-square:before {
  content: "ó°³‚";
}
.mdi-ruler-square-compass:before {
  content: "ó°º¾";
}
.mdi-run:before {
  content: "ó°œŽ";
}
.mdi-run-fast:before {
  content: "ó°‘®";
}
.mdi-rv-truck:before {
  content: "ó±‡”";
}
.mdi-sack:before {
  content: "ó°´®";
}
.mdi-sack-percent:before {
  content: "ó°´¯";
}
.mdi-safe:before {
  content: "ó°©ª";
}
.mdi-safe-square:before {
  content: "ó±‰¼";
}
.mdi-safe-square-outline:before {
  content: "ó±‰½";
}
.mdi-safety-goggles:before {
  content: "ó°´°";
}
.mdi-sail-boat:before {
  content: "ó°»ˆ";
}
.mdi-sail-boat-sink:before {
  content: "ó±«¯";
}
.mdi-sale:before {
  content: "ó°‘¯";
}
.mdi-sale-outline:before {
  content: "ó±¨†";
}
.mdi-salesforce:before {
  content: "ó°¢Ž";
}
.mdi-sass:before {
  content: "ó°Ÿ¬";
}
.mdi-satellite:before {
  content: "ó°‘°";
}
.mdi-satellite-uplink:before {
  content: "ó°¤‰";
}
.mdi-satellite-variant:before {
  content: "ó°‘±";
}
.mdi-sausage:before {
  content: "ó°¢º";
}
.mdi-sausage-off:before {
  content: "ó±ž‰";
}
.mdi-saw-blade:before {
  content: "ó°¹¡";
}
.mdi-sawtooth-wave:before {
  content: "ó±‘º";
}
.mdi-saxophone:before {
  content: "ó°˜‰";
}
.mdi-scale:before {
  content: "ó°‘²";
}
.mdi-scale-balance:before {
  content: "ó°—‘";
}
.mdi-scale-bathroom:before {
  content: "ó°‘³";
}
.mdi-scale-off:before {
  content: "ó±š";
}
.mdi-scale-unbalanced:before {
  content: "ó±¦¸";
}
.mdi-scan-helper:before {
  content: "ó±˜";
}
.mdi-scanner:before {
  content: "ó°š«";
}
.mdi-scanner-off:before {
  content: "ó°¤Š";
}
.mdi-scatter-plot:before {
  content: "ó°»‰";
}
.mdi-scatter-plot-outline:before {
  content: "ó°»Š";
}
.mdi-scent:before {
  content: "ó±¥˜";
}
.mdi-scent-off:before {
  content: "ó±¥™";
}
.mdi-school:before {
  content: "ó°‘´";
}
.mdi-school-outline:before {
  content: "ó±†€";
}
.mdi-scissors-cutting:before {
  content: "ó°©«";
}
.mdi-scooter:before {
  content: "ó±–½";
}
.mdi-scooter-electric:before {
  content: "ó±–¾";
}
.mdi-scoreboard:before {
  content: "ó±‰¾";
}
.mdi-scoreboard-outline:before {
  content: "ó±‰¿";
}
.mdi-screen-rotation:before {
  content: "ó°‘µ";
}
.mdi-screen-rotation-lock:before {
  content: "ó°‘¸";
}
.mdi-screw-flat-top:before {
  content: "ó°·³";
}
.mdi-screw-lag:before {
  content: "ó°·´";
}
.mdi-screw-machine-flat-top:before {
  content: "ó°·µ";
}
.mdi-screw-machine-round-top:before {
  content: "ó°·¶";
}
.mdi-screw-round-top:before {
  content: "ó°··";
}
.mdi-screwdriver:before {
  content: "ó°‘¶";
}
.mdi-script:before {
  content: "ó°¯";
}
.mdi-script-outline:before {
  content: "ó°‘·";
}
.mdi-script-text:before {
  content: "ó°¯‚";
}
.mdi-script-text-key:before {
  content: "ó±œ¥";
}
.mdi-script-text-key-outline:before {
  content: "ó±œ¦";
}
.mdi-script-text-outline:before {
  content: "ó°¯ƒ";
}
.mdi-script-text-play:before {
  content: "ó±œ§";
}
.mdi-script-text-play-outline:before {
  content: "ó±œ¨";
}
.mdi-sd:before {
  content: "ó°‘¹";
}
.mdi-seal:before {
  content: "ó°‘º";
}
.mdi-seal-variant:before {
  content: "ó°¿™";
}
.mdi-search-web:before {
  content: "ó°œ";
}
.mdi-seat:before {
  content: "ó°³ƒ";
}
.mdi-seat-flat:before {
  content: "ó°‘»";
}
.mdi-seat-flat-angled:before {
  content: "ó°‘¼";
}
.mdi-seat-individual-suite:before {
  content: "ó°‘½";
}
.mdi-seat-legroom-extra:before {
  content: "ó°‘¾";
}
.mdi-seat-legroom-normal:before {
  content: "ó°‘¿";
}
.mdi-seat-legroom-reduced:before {
  content: "ó°’€";
}
.mdi-seat-outline:before {
  content: "ó°³„";
}
.mdi-seat-passenger:before {
  content: "ó±‰‰";
}
.mdi-seat-recline-extra:before {
  content: "ó°’";
}
.mdi-seat-recline-normal:before {
  content: "ó°’‚";
}
.mdi-seatbelt:before {
  content: "ó°³…";
}
.mdi-security:before {
  content: "ó°’ƒ";
}
.mdi-security-network:before {
  content: "ó°’„";
}
.mdi-seed:before {
  content: "ó°¹¢";
}
.mdi-seed-off:before {
  content: "ó±½";
}
.mdi-seed-off-outline:before {
  content: "ó±¾";
}
.mdi-seed-outline:before {
  content: "ó°¹£";
}
.mdi-seed-plus:before {
  content: "ó±©­";
}
.mdi-seed-plus-outline:before {
  content: "ó±©®";
}
.mdi-seesaw:before {
  content: "ó±–¤";
}
.mdi-segment:before {
  content: "ó°»‹";
}
.mdi-select:before {
  content: "ó°’…";
}
.mdi-select-all:before {
  content: "ó°’†";
}
.mdi-select-arrow-down:before {
  content: "ó±­™";
}
.mdi-select-arrow-up:before {
  content: "ó±­˜";
}
.mdi-select-color:before {
  content: "ó°´±";
}
.mdi-select-compare:before {
  content: "ó°«™";
}
.mdi-select-drag:before {
  content: "ó°©¬";
}
.mdi-select-group:before {
  content: "ó°¾‚";
}
.mdi-select-inverse:before {
  content: "ó°’‡";
}
.mdi-select-marker:before {
  content: "ó±Š€";
}
.mdi-select-multiple:before {
  content: "ó±Š";
}
.mdi-select-multiple-marker:before {
  content: "ó±Š‚";
}
.mdi-select-off:before {
  content: "ó°’ˆ";
}
.mdi-select-place:before {
  content: "ó°¿š";
}
.mdi-select-remove:before {
  content: "ó±Ÿ";
}
.mdi-select-search:before {
  content: "ó±ˆ„";
}
.mdi-selection:before {
  content: "ó°’‰";
}
.mdi-selection-drag:before {
  content: "ó°©­";
}
.mdi-selection-ellipse:before {
  content: "ó°´²";
}
.mdi-selection-ellipse-arrow-inside:before {
  content: "ó°¼¢";
}
.mdi-selection-ellipse-remove:before {
  content: "ó±Ÿ‚";
}
.mdi-selection-marker:before {
  content: "ó±Šƒ";
}
.mdi-selection-multiple:before {
  content: "ó±Š…";
}
.mdi-selection-multiple-marker:before {
  content: "ó±Š„";
}
.mdi-selection-off:before {
  content: "ó°·";
}
.mdi-selection-remove:before {
  content: "ó±Ÿƒ";
}
.mdi-selection-search:before {
  content: "ó±ˆ…";
}
.mdi-semantic-web:before {
  content: "ó±Œ–";
}
.mdi-send:before {
  content: "ó°’Š";
}
.mdi-send-check:before {
  content: "ó±…¡";
}
.mdi-send-check-outline:before {
  content: "ó±…¢";
}
.mdi-send-circle:before {
  content: "ó°·¸";
}
.mdi-send-circle-outline:before {
  content: "ó°·¹";
}
.mdi-send-clock:before {
  content: "ó±…£";
}
.mdi-send-clock-outline:before {
  content: "ó±…¤";
}
.mdi-send-lock:before {
  content: "ó°Ÿ­";
}
.mdi-send-lock-outline:before {
  content: "ó±…¦";
}
.mdi-send-outline:before {
  content: "ó±…¥";
}
.mdi-serial-port:before {
  content: "ó°™œ";
}
.mdi-server:before {
  content: "ó°’‹";
}
.mdi-server-minus:before {
  content: "ó°’Œ";
}
.mdi-server-network:before {
  content: "ó°’";
}
.mdi-server-network-off:before {
  content: "ó°’Ž";
}
.mdi-server-off:before {
  content: "ó°’";
}
.mdi-server-plus:before {
  content: "ó°’";
}
.mdi-server-remove:before {
  content: "ó°’‘";
}
.mdi-server-security:before {
  content: "ó°’’";
}
.mdi-set-all:before {
  content: "ó°¸";
}
.mdi-set-center:before {
  content: "ó°¹";
}
.mdi-set-center-right:before {
  content: "ó°º";
}
.mdi-set-left:before {
  content: "ó°»";
}
.mdi-set-left-center:before {
  content: "ó°¼";
}
.mdi-set-left-right:before {
  content: "ó°½";
}
.mdi-set-merge:before {
  content: "ó±“ ";
}
.mdi-set-none:before {
  content: "ó°¾";
}
.mdi-set-right:before {
  content: "ó°¿";
}
.mdi-set-split:before {
  content: "ó±“¡";
}
.mdi-set-square:before {
  content: "ó±‘";
}
.mdi-set-top-box:before {
  content: "ó°¦Ÿ";
}
.mdi-settings-helper:before {
  content: "ó°©®";
}
.mdi-shaker:before {
  content: "ó±„Ž";
}
.mdi-shaker-outline:before {
  content: "ó±„";
}
.mdi-shape:before {
  content: "ó° ±";
}
.mdi-shape-circle-plus:before {
  content: "ó°™";
}
.mdi-shape-outline:before {
  content: "ó° ²";
}
.mdi-shape-oval-plus:before {
  content: "ó±‡º";
}
.mdi-shape-plus:before {
  content: "ó°’•";
}
.mdi-shape-polygon-plus:before {
  content: "ó°™ž";
}
.mdi-shape-rectangle-plus:before {
  content: "ó°™Ÿ";
}
.mdi-shape-square-plus:before {
  content: "ó°™ ";
}
.mdi-shape-square-rounded-plus:before {
  content: "ó±“º";
}
.mdi-share:before {
  content: "ó°’–";
}
.mdi-share-all:before {
  content: "ó±‡´";
}
.mdi-share-all-outline:before {
  content: "ó±‡µ";
}
.mdi-share-circle:before {
  content: "ó±†­";
}
.mdi-share-off:before {
  content: "ó°¼£";
}
.mdi-share-off-outline:before {
  content: "ó°¼¤";
}
.mdi-share-outline:before {
  content: "ó°¤²";
}
.mdi-share-variant:before {
  content: "ó°’—";
}
.mdi-share-variant-outline:before {
  content: "ó±””";
}
.mdi-shark:before {
  content: "ó±¢º";
}
.mdi-shark-fin:before {
  content: "ó±™³";
}
.mdi-shark-fin-outline:before {
  content: "ó±™´";
}
.mdi-shark-off:before {
  content: "ó±¢»";
}
.mdi-sheep:before {
  content: "ó°³†";
}
.mdi-shield:before {
  content: "ó°’˜";
}
.mdi-shield-account:before {
  content: "ó°¢";
}
.mdi-shield-account-outline:before {
  content: "ó°¨’";
}
.mdi-shield-account-variant:before {
  content: "ó±–§";
}
.mdi-shield-account-variant-outline:before {
  content: "ó±–¨";
}
.mdi-shield-airplane:before {
  content: "ó°š»";
}
.mdi-shield-airplane-outline:before {
  content: "ó°³‡";
}
.mdi-shield-alert:before {
  content: "ó°»Œ";
}
.mdi-shield-alert-outline:before {
  content: "ó°»";
}
.mdi-shield-bug:before {
  content: "ó±š";
}
.mdi-shield-bug-outline:before {
  content: "ó±›";
}
.mdi-shield-car:before {
  content: "ó°¾ƒ";
}
.mdi-shield-check:before {
  content: "ó°•¥";
}
.mdi-shield-check-outline:before {
  content: "ó°³ˆ";
}
.mdi-shield-cross:before {
  content: "ó°³‰";
}
.mdi-shield-cross-outline:before {
  content: "ó°³Š";
}
.mdi-shield-crown:before {
  content: "ó±¢¼";
}
.mdi-shield-crown-outline:before {
  content: "ó±¢½";
}
.mdi-shield-edit:before {
  content: "ó±† ";
}
.mdi-shield-edit-outline:before {
  content: "ó±†¡";
}
.mdi-shield-half:before {
  content: "ó± ";
}
.mdi-shield-half-full:before {
  content: "ó°ž€";
}
.mdi-shield-home:before {
  content: "ó°šŠ";
}
.mdi-shield-home-outline:before {
  content: "ó°³‹";
}
.mdi-shield-key:before {
  content: "ó°¯„";
}
.mdi-shield-key-outline:before {
  content: "ó°¯…";
}
.mdi-shield-link-variant:before {
  content: "ó°´³";
}
.mdi-shield-link-variant-outline:before {
  content: "ó°´´";
}
.mdi-shield-lock:before {
  content: "ó°¦";
}
.mdi-shield-lock-open:before {
  content: "ó±¦š";
}
.mdi-shield-lock-open-outline:before {
  content: "ó±¦›";
}
.mdi-shield-lock-outline:before {
  content: "ó°³Œ";
}
.mdi-shield-moon:before {
  content: "ó± ¨";
}
.mdi-shield-moon-outline:before {
  content: "ó± ©";
}
.mdi-shield-off:before {
  content: "ó°¦ž";
}
.mdi-shield-off-outline:before {
  content: "ó°¦œ";
}
.mdi-shield-outline:before {
  content: "ó°’™";
}
.mdi-shield-plus:before {
  content: "ó°«š";
}
.mdi-shield-plus-outline:before {
  content: "ó°«›";
}
.mdi-shield-refresh:before {
  content: "ó°‚ª";
}
.mdi-shield-refresh-outline:before {
  content: "ó°‡ ";
}
.mdi-shield-remove:before {
  content: "ó°«œ";
}
.mdi-shield-remove-outline:before {
  content: "ó°«";
}
.mdi-shield-search:before {
  content: "ó°¶š";
}
.mdi-shield-star:before {
  content: "ó±„»";
}
.mdi-shield-star-outline:before {
  content: "ó±„¼";
}
.mdi-shield-sun:before {
  content: "ó±";
}
.mdi-shield-sun-outline:before {
  content: "ó±ž";
}
.mdi-shield-sword:before {
  content: "ó±¢¾";
}
.mdi-shield-sword-outline:before {
  content: "ó±¢¿";
}
.mdi-shield-sync:before {
  content: "ó±†¢";
}
.mdi-shield-sync-outline:before {
  content: "ó±†£";
}
.mdi-shimmer:before {
  content: "ó±•…";
}
.mdi-ship-wheel:before {
  content: "ó° ³";
}
.mdi-shipping-pallet:before {
  content: "ó±¡Ž";
}
.mdi-shoe-ballet:before {
  content: "ó±—Š";
}
.mdi-shoe-cleat:before {
  content: "ó±—‡";
}
.mdi-shoe-formal:before {
  content: "ó°­‡";
}
.mdi-shoe-heel:before {
  content: "ó°­ˆ";
}
.mdi-shoe-print:before {
  content: "ó°·º";
}
.mdi-shoe-sneaker:before {
  content: "ó±—ˆ";
}
.mdi-shopping:before {
  content: "ó°’š";
}
.mdi-shopping-music:before {
  content: "ó°’›";
}
.mdi-shopping-outline:before {
  content: "ó±‡•";
}
.mdi-shopping-search:before {
  content: "ó°¾„";
}
.mdi-shopping-search-outline:before {
  content: "ó±©¯";
}
.mdi-shore:before {
  content: "ó±“¹";
}
.mdi-shovel:before {
  content: "ó°œ";
}
.mdi-shovel-off:before {
  content: "ó°œ‘";
}
.mdi-shower:before {
  content: "ó°¦ ";
}
.mdi-shower-head:before {
  content: "ó°¦¡";
}
.mdi-shredder:before {
  content: "ó°’œ";
}
.mdi-shuffle:before {
  content: "ó°’";
}
.mdi-shuffle-disabled:before {
  content: "ó°’ž";
}
.mdi-shuffle-variant:before {
  content: "ó°’Ÿ";
}
.mdi-shuriken:before {
  content: "ó±¿";
}
.mdi-sickle:before {
  content: "ó±£€";
}
.mdi-sigma:before {
  content: "ó°’ ";
}
.mdi-sigma-lower:before {
  content: "ó°˜«";
}
.mdi-sign-caution:before {
  content: "ó°’¡";
}
.mdi-sign-direction:before {
  content: "ó°ž";
}
.mdi-sign-direction-minus:before {
  content: "ó±€€";
}
.mdi-sign-direction-plus:before {
  content: "ó°¿œ";
}
.mdi-sign-direction-remove:before {
  content: "ó°¿";
}
.mdi-sign-language:before {
  content: "ó±­";
}
.mdi-sign-language-outline:before {
  content: "ó±­Ž";
}
.mdi-sign-pole:before {
  content: "ó±“¸";
}
.mdi-sign-real-estate:before {
  content: "ó±„˜";
}
.mdi-sign-text:before {
  content: "ó°ž‚";
}
.mdi-sign-yield:before {
  content: "ó±®¯";
}
.mdi-signal:before {
  content: "ó°’¢";
}
.mdi-signal-2g:before {
  content: "ó°œ’";
}
.mdi-signal-3g:before {
  content: "ó°œ“";
}
.mdi-signal-4g:before {
  content: "ó°œ”";
}
.mdi-signal-5g:before {
  content: "ó°©¯";
}
.mdi-signal-cellular-1:before {
  content: "ó°¢¼";
}
.mdi-signal-cellular-2:before {
  content: "ó°¢½";
}
.mdi-signal-cellular-3:before {
  content: "ó°¢¾";
}
.mdi-signal-cellular-outline:before {
  content: "ó°¢¿";
}
.mdi-signal-distance-variant:before {
  content: "ó°¹¤";
}
.mdi-signal-hspa:before {
  content: "ó°œ•";
}
.mdi-signal-hspa-plus:before {
  content: "ó°œ–";
}
.mdi-signal-off:before {
  content: "ó°žƒ";
}
.mdi-signal-variant:before {
  content: "ó°˜Š";
}
.mdi-signature:before {
  content: "ó°·»";
}
.mdi-signature-freehand:before {
  content: "ó°·¼";
}
.mdi-signature-image:before {
  content: "ó°·½";
}
.mdi-signature-text:before {
  content: "ó°·¾";
}
.mdi-silo:before {
  content: "ó±®Ÿ";
}
.mdi-silo-outline:before {
  content: "ó°­‰";
}
.mdi-silverware:before {
  content: "ó°’£";
}
.mdi-silverware-clean:before {
  content: "ó°¿ž";
}
.mdi-silverware-fork:before {
  content: "ó°’¤";
}
.mdi-silverware-fork-knife:before {
  content: "ó°©°";
}
.mdi-silverware-spoon:before {
  content: "ó°’¥";
}
.mdi-silverware-variant:before {
  content: "ó°’¦";
}
.mdi-sim:before {
  content: "ó°’§";
}
.mdi-sim-alert:before {
  content: "ó°’¨";
}
.mdi-sim-alert-outline:before {
  content: "ó±—“";
}
.mdi-sim-off:before {
  content: "ó°’©";
}
.mdi-sim-off-outline:before {
  content: "ó±—”";
}
.mdi-sim-outline:before {
  content: "ó±—•";
}
.mdi-simple-icons:before {
  content: "ó±Œ";
}
.mdi-sina-weibo:before {
  content: "ó°«Ÿ";
}
.mdi-sine-wave:before {
  content: "ó°¥›";
}
.mdi-sitemap:before {
  content: "ó°’ª";
}
.mdi-sitemap-outline:before {
  content: "ó±¦œ";
}
.mdi-size-l:before {
  content: "ó±Ž¦";
}
.mdi-size-m:before {
  content: "ó±Ž¥";
}
.mdi-size-s:before {
  content: "ó±Ž¤";
}
.mdi-size-xl:before {
  content: "ó±Ž§";
}
.mdi-size-xs:before {
  content: "ó±Ž£";
}
.mdi-size-xxl:before {
  content: "ó±Ž¨";
}
.mdi-size-xxs:before {
  content: "ó±Ž¢";
}
.mdi-size-xxxl:before {
  content: "ó±Ž©";
}
.mdi-skate:before {
  content: "ó°´µ";
}
.mdi-skate-off:before {
  content: "ó°š™";
}
.mdi-skateboard:before {
  content: "ó±“‚";
}
.mdi-skateboarding:before {
  content: "ó°”";
}
.mdi-skew-less:before {
  content: "ó°´¶";
}
.mdi-skew-more:before {
  content: "ó°´·";
}
.mdi-ski:before {
  content: "ó±Œ„";
}
.mdi-ski-cross-country:before {
  content: "ó±Œ…";
}
.mdi-ski-water:before {
  content: "ó±Œ†";
}
.mdi-skip-backward:before {
  content: "ó°’«";
}
.mdi-skip-backward-outline:before {
  content: "ó°¼¥";
}
.mdi-skip-forward:before {
  content: "ó°’¬";
}
.mdi-skip-forward-outline:before {
  content: "ó°¼¦";
}
.mdi-skip-next:before {
  content: "ó°’­";
}
.mdi-skip-next-circle:before {
  content: "ó°™¡";
}
.mdi-skip-next-circle-outline:before {
  content: "ó°™¢";
}
.mdi-skip-next-outline:before {
  content: "ó°¼§";
}
.mdi-skip-previous:before {
  content: "ó°’®";
}
.mdi-skip-previous-circle:before {
  content: "ó°™£";
}
.mdi-skip-previous-circle-outline:before {
  content: "ó°™¤";
}
.mdi-skip-previous-outline:before {
  content: "ó°¼¨";
}
.mdi-skull:before {
  content: "ó°šŒ";
}
.mdi-skull-crossbones:before {
  content: "ó°¯†";
}
.mdi-skull-crossbones-outline:before {
  content: "ó°¯‡";
}
.mdi-skull-outline:before {
  content: "ó°¯ˆ";
}
.mdi-skull-scan:before {
  content: "ó±“‡";
}
.mdi-skull-scan-outline:before {
  content: "ó±“ˆ";
}
.mdi-skype:before {
  content: "ó°’¯";
}
.mdi-skype-business:before {
  content: "ó°’°";
}
.mdi-slack:before {
  content: "ó°’±";
}
.mdi-slash-forward:before {
  content: "ó°¿Ÿ";
}
.mdi-slash-forward-box:before {
  content: "ó°¿ ";
}
.mdi-sledding:before {
  content: "ó°›";
}
.mdi-sleep:before {
  content: "ó°’²";
}
.mdi-sleep-off:before {
  content: "ó°’³";
}
.mdi-slide:before {
  content: "ó±–¥";
}
.mdi-slope-downhill:before {
  content: "ó°·¿";
}
.mdi-slope-uphill:before {
  content: "ó°¸€";
}
.mdi-slot-machine:before {
  content: "ó±„”";
}
.mdi-slot-machine-outline:before {
  content: "ó±„•";
}
.mdi-smart-card:before {
  content: "ó±‚½";
}
.mdi-smart-card-off:before {
  content: "ó±£·";
}
.mdi-smart-card-off-outline:before {
  content: "ó±£¸";
}
.mdi-smart-card-outline:before {
  content: "ó±‚¾";
}
.mdi-smart-card-reader:before {
  content: "ó±‚¿";
}
.mdi-smart-card-reader-outline:before {
  content: "ó±ƒ€";
}
.mdi-smog:before {
  content: "ó°©±";
}
.mdi-smoke:before {
  content: "ó±ž™";
}
.mdi-smoke-detector:before {
  content: "ó°Ž’";
}
.mdi-smoke-detector-alert:before {
  content: "ó±¤®";
}
.mdi-smoke-detector-alert-outline:before {
  content: "ó±¤¯";
}
.mdi-smoke-detector-off:before {
  content: "ó± ‰";
}
.mdi-smoke-detector-off-outline:before {
  content: "ó± Š";
}
.mdi-smoke-detector-outline:before {
  content: "ó± ˆ";
}
.mdi-smoke-detector-variant:before {
  content: "ó± ‹";
}
.mdi-smoke-detector-variant-alert:before {
  content: "ó±¤°";
}
.mdi-smoke-detector-variant-off:before {
  content: "ó± Œ";
}
.mdi-smoking:before {
  content: "ó°’´";
}
.mdi-smoking-off:before {
  content: "ó°’µ";
}
.mdi-smoking-pipe:before {
  content: "ó±";
}
.mdi-smoking-pipe-off:before {
  content: "ó±¨";
}
.mdi-snail:before {
  content: "ó±™·";
}
.mdi-snake:before {
  content: "ó±”Ž";
}
.mdi-snapchat:before {
  content: "ó°’¶";
}
.mdi-snowboard:before {
  content: "ó±Œ‡";
}
.mdi-snowflake:before {
  content: "ó°œ—";
}
.mdi-snowflake-alert:before {
  content: "ó°¼©";
}
.mdi-snowflake-check:before {
  content: "ó±©°";
}
.mdi-snowflake-melt:before {
  content: "ó±‹‹";
}
.mdi-snowflake-off:before {
  content: "ó±“£";
}
.mdi-snowflake-thermometer:before {
  content: "ó±©±";
}
.mdi-snowflake-variant:before {
  content: "ó°¼ª";
}
.mdi-snowman:before {
  content: "ó°’·";
}
.mdi-snowmobile:before {
  content: "ó°›";
}
.mdi-snowshoeing:before {
  content: "ó±©²";
}
.mdi-soccer:before {
  content: "ó°’¸";
}
.mdi-soccer-field:before {
  content: "ó° ´";
}
.mdi-social-distance-2-meters:before {
  content: "ó±•¹";
}
.mdi-social-distance-6-feet:before {
  content: "ó±•º";
}
.mdi-sofa:before {
  content: "ó°’¹";
}
.mdi-sofa-outline:before {
  content: "ó±•­";
}
.mdi-sofa-single:before {
  content: "ó±•®";
}
.mdi-sofa-single-outline:before {
  content: "ó±•¯";
}
.mdi-solar-panel:before {
  content: "ó°¶›";
}
.mdi-solar-panel-large:before {
  content: "ó°¶œ";
}
.mdi-solar-power:before {
  content: "ó°©²";
}
.mdi-solar-power-variant:before {
  content: "ó±©³";
}
.mdi-solar-power-variant-outline:before {
  content: "ó±©´";
}
.mdi-soldering-iron:before {
  content: "ó±‚’";
}
.mdi-solid:before {
  content: "ó°š";
}
.mdi-sony-playstation:before {
  content: "ó°”";
}
.mdi-sort:before {
  content: "ó°’º";
}
.mdi-sort-alphabetical-ascending:before {
  content: "ó°–½";
}
.mdi-sort-alphabetical-ascending-variant:before {
  content: "ó±…ˆ";
}
.mdi-sort-alphabetical-descending:before {
  content: "ó°–¿";
}
.mdi-sort-alphabetical-descending-variant:before {
  content: "ó±…‰";
}
.mdi-sort-alphabetical-variant:before {
  content: "ó°’»";
}
.mdi-sort-ascending:before {
  content: "ó°’¼";
}
.mdi-sort-bool-ascending:before {
  content: "ó±Ž…";
}
.mdi-sort-bool-ascending-variant:before {
  content: "ó±Ž†";
}
.mdi-sort-bool-descending:before {
  content: "ó±Ž‡";
}
.mdi-sort-bool-descending-variant:before {
  content: "ó±Žˆ";
}
.mdi-sort-calendar-ascending:before {
  content: "ó±•‡";
}
.mdi-sort-calendar-descending:before {
  content: "ó±•ˆ";
}
.mdi-sort-clock-ascending:before {
  content: "ó±•‰";
}
.mdi-sort-clock-ascending-outline:before {
  content: "ó±•Š";
}
.mdi-sort-clock-descending:before {
  content: "ó±•‹";
}
.mdi-sort-clock-descending-outline:before {
  content: "ó±•Œ";
}
.mdi-sort-descending:before {
  content: "ó°’½";
}
.mdi-sort-numeric-ascending:before {
  content: "ó±Ž‰";
}
.mdi-sort-numeric-ascending-variant:before {
  content: "ó°¤";
}
.mdi-sort-numeric-descending:before {
  content: "ó±ŽŠ";
}
.mdi-sort-numeric-descending-variant:before {
  content: "ó°«’";
}
.mdi-sort-numeric-variant:before {
  content: "ó°’¾";
}
.mdi-sort-reverse-variant:before {
  content: "ó°Œ¼";
}
.mdi-sort-variant:before {
  content: "ó°’¿";
}
.mdi-sort-variant-lock:before {
  content: "ó°³";
}
.mdi-sort-variant-lock-open:before {
  content: "ó°³Ž";
}
.mdi-sort-variant-off:before {
  content: "ó±ª»";
}
.mdi-sort-variant-remove:before {
  content: "ó±…‡";
}
.mdi-soundbar:before {
  content: "ó±Ÿ›";
}
.mdi-soundcloud:before {
  content: "ó°“€";
}
.mdi-source-branch:before {
  content: "ó°˜¬";
}
.mdi-source-branch-check:before {
  content: "ó±“";
}
.mdi-source-branch-minus:before {
  content: "ó±“‹";
}
.mdi-source-branch-plus:before {
  content: "ó±“Š";
}
.mdi-source-branch-refresh:before {
  content: "ó±“";
}
.mdi-source-branch-remove:before {
  content: "ó±“Œ";
}
.mdi-source-branch-sync:before {
  content: "ó±“Ž";
}
.mdi-source-commit:before {
  content: "ó°œ˜";
}
.mdi-source-commit-end:before {
  content: "ó°œ™";
}
.mdi-source-commit-end-local:before {
  content: "ó°œš";
}
.mdi-source-commit-local:before {
  content: "ó°œ›";
}
.mdi-source-commit-next-local:before {
  content: "ó°œœ";
}
.mdi-source-commit-start:before {
  content: "ó°œ";
}
.mdi-source-commit-start-next-local:before {
  content: "ó°œž";
}
.mdi-source-fork:before {
  content: "ó°“";
}
.mdi-source-merge:before {
  content: "ó°˜­";
}
.mdi-source-pull:before {
  content: "ó°“‚";
}
.mdi-source-repository:before {
  content: "ó°³";
}
.mdi-source-repository-multiple:before {
  content: "ó°³";
}
.mdi-soy-sauce:before {
  content: "ó°Ÿ®";
}
.mdi-soy-sauce-off:before {
  content: "ó±¼";
}
.mdi-spa:before {
  content: "ó°³‘";
}
.mdi-spa-outline:before {
  content: "ó°³’";
}
.mdi-space-invaders:before {
  content: "ó°¯‰";
}
.mdi-space-station:before {
  content: "ó±Žƒ";
}
.mdi-spade:before {
  content: "ó°¹¥";
}
.mdi-speaker:before {
  content: "ó°“ƒ";
}
.mdi-speaker-bluetooth:before {
  content: "ó°¦¢";
}
.mdi-speaker-message:before {
  content: "ó±¬‘";
}
.mdi-speaker-multiple:before {
  content: "ó°´¸";
}
.mdi-speaker-off:before {
  content: "ó°“„";
}
.mdi-speaker-pause:before {
  content: "ó±­³";
}
.mdi-speaker-play:before {
  content: "ó±­²";
}
.mdi-speaker-stop:before {
  content: "ó±­´";
}
.mdi-speaker-wireless:before {
  content: "ó°œŸ";
}
.mdi-spear:before {
  content: "ó±¡…";
}
.mdi-speedometer:before {
  content: "ó°“…";
}
.mdi-speedometer-medium:before {
  content: "ó°¾…";
}
.mdi-speedometer-slow:before {
  content: "ó°¾†";
}
.mdi-spellcheck:before {
  content: "ó°“†";
}
.mdi-sphere:before {
  content: "ó±¥”";
}
.mdi-sphere-off:before {
  content: "ó±¥•";
}
.mdi-spider:before {
  content: "ó±‡ª";
}
.mdi-spider-thread:before {
  content: "ó±‡«";
}
.mdi-spider-web:before {
  content: "ó°¯Š";
}
.mdi-spirit-level:before {
  content: "ó±“±";
}
.mdi-spoon-sugar:before {
  content: "ó±©";
}
.mdi-spotify:before {
  content: "ó°“‡";
}
.mdi-spotlight:before {
  content: "ó°“ˆ";
}
.mdi-spotlight-beam:before {
  content: "ó°“‰";
}
.mdi-spray:before {
  content: "ó°™¥";
}
.mdi-spray-bottle:before {
  content: "ó°« ";
}
.mdi-sprinkler:before {
  content: "ó±Ÿ";
}
.mdi-sprinkler-fire:before {
  content: "ó±¦";
}
.mdi-sprinkler-variant:before {
  content: "ó± ";
}
.mdi-sprout:before {
  content: "ó°¹¦";
}
.mdi-sprout-outline:before {
  content: "ó°¹§";
}
.mdi-square:before {
  content: "ó°¤";
}
.mdi-square-circle:before {
  content: "ó±”€";
}
.mdi-square-edit-outline:before {
  content: "ó°¤Œ";
}
.mdi-square-medium:before {
  content: "ó°¨“";
}
.mdi-square-medium-outline:before {
  content: "ó°¨”";
}
.mdi-square-off:before {
  content: "ó±‹®";
}
.mdi-square-off-outline:before {
  content: "ó±‹¯";
}
.mdi-square-opacity:before {
  content: "ó±¡”";
}
.mdi-square-outline:before {
  content: "ó°£";
}
.mdi-square-root:before {
  content: "ó°ž„";
}
.mdi-square-root-box:before {
  content: "ó°¦£";
}
.mdi-square-rounded:before {
  content: "ó±“»";
}
.mdi-square-rounded-badge:before {
  content: "ó±¨‡";
}
.mdi-square-rounded-badge-outline:before {
  content: "ó±¨ˆ";
}
.mdi-square-rounded-outline:before {
  content: "ó±“¼";
}
.mdi-square-small:before {
  content: "ó°¨•";
}
.mdi-square-wave:before {
  content: "ó±‘»";
}
.mdi-squeegee:before {
  content: "ó°«¡";
}
.mdi-ssh:before {
  content: "ó°£€";
}
.mdi-stack-exchange:before {
  content: "ó°˜‹";
}
.mdi-stack-overflow:before {
  content: "ó°“Œ";
}
.mdi-stackpath:before {
  content: "ó°™";
}
.mdi-stadium:before {
  content: "ó°¿¹";
}
.mdi-stadium-outline:before {
  content: "ó±¬ƒ";
}
.mdi-stadium-variant:before {
  content: "ó°œ ";
}
.mdi-stairs:before {
  content: "ó°“";
}
.mdi-stairs-box:before {
  content: "ó±Žž";
}
.mdi-stairs-down:before {
  content: "ó±Š¾";
}
.mdi-stairs-up:before {
  content: "ó±Š½";
}
.mdi-stamper:before {
  content: "ó°´¹";
}
.mdi-standard-definition:before {
  content: "ó°Ÿ¯";
}
.mdi-star:before {
  content: "ó°“Ž";
}
.mdi-star-box:before {
  content: "ó°©³";
}
.mdi-star-box-multiple:before {
  content: "ó±Š†";
}
.mdi-star-box-multiple-outline:before {
  content: "ó±Š‡";
}
.mdi-star-box-outline:before {
  content: "ó°©´";
}
.mdi-star-check:before {
  content: "ó±•¦";
}
.mdi-star-check-outline:before {
  content: "ó±•ª";
}
.mdi-star-circle:before {
  content: "ó°“";
}
.mdi-star-circle-outline:before {
  content: "ó°¦¤";
}
.mdi-star-cog:before {
  content: "ó±™¨";
}
.mdi-star-cog-outline:before {
  content: "ó±™©";
}
.mdi-star-crescent:before {
  content: "ó°¥¹";
}
.mdi-star-david:before {
  content: "ó°¥º";
}
.mdi-star-face:before {
  content: "ó°¦¥";
}
.mdi-star-four-points:before {
  content: "ó°«¢";
}
.mdi-star-four-points-outline:before {
  content: "ó°«£";
}
.mdi-star-half:before {
  content: "ó°‰†";
}
.mdi-star-half-full:before {
  content: "ó°“";
}
.mdi-star-minus:before {
  content: "ó±•¤";
}
.mdi-star-minus-outline:before {
  content: "ó±•¨";
}
.mdi-star-off:before {
  content: "ó°“‘";
}
.mdi-star-off-outline:before {
  content: "ó±•›";
}
.mdi-star-outline:before {
  content: "ó°“’";
}
.mdi-star-plus:before {
  content: "ó±•£";
}
.mdi-star-plus-outline:before {
  content: "ó±•§";
}
.mdi-star-remove:before {
  content: "ó±•¥";
}
.mdi-star-remove-outline:before {
  content: "ó±•©";
}
.mdi-star-settings:before {
  content: "ó±™ª";
}
.mdi-star-settings-outline:before {
  content: "ó±™«";
}
.mdi-star-shooting:before {
  content: "ó±";
}
.mdi-star-shooting-outline:before {
  content: "ó±‚";
}
.mdi-star-three-points:before {
  content: "ó°«¤";
}
.mdi-star-three-points-outline:before {
  content: "ó°«¥";
}
.mdi-state-machine:before {
  content: "ó±‡¯";
}
.mdi-steam:before {
  content: "ó°““";
}
.mdi-steering:before {
  content: "ó°“”";
}
.mdi-steering-off:before {
  content: "ó°¤Ž";
}
.mdi-step-backward:before {
  content: "ó°“•";
}
.mdi-step-backward-2:before {
  content: "ó°“–";
}
.mdi-step-forward:before {
  content: "ó°“—";
}
.mdi-step-forward-2:before {
  content: "ó°“˜";
}
.mdi-stethoscope:before {
  content: "ó°“™";
}
.mdi-sticker:before {
  content: "ó±¤";
}
.mdi-sticker-alert:before {
  content: "ó±¥";
}
.mdi-sticker-alert-outline:before {
  content: "ó±¦";
}
.mdi-sticker-check:before {
  content: "ó±§";
}
.mdi-sticker-check-outline:before {
  content: "ó±¨";
}
.mdi-sticker-circle-outline:before {
  content: "ó°—";
}
.mdi-sticker-emoji:before {
  content: "ó°ž…";
}
.mdi-sticker-minus:before {
  content: "ó±©";
}
.mdi-sticker-minus-outline:before {
  content: "ó±ª";
}
.mdi-sticker-outline:before {
  content: "ó±«";
}
.mdi-sticker-plus:before {
  content: "ó±¬";
}
.mdi-sticker-plus-outline:before {
  content: "ó±­";
}
.mdi-sticker-remove:before {
  content: "ó±®";
}
.mdi-sticker-remove-outline:before {
  content: "ó±¯";
}
.mdi-sticker-text:before {
  content: "ó±žŽ";
}
.mdi-sticker-text-outline:before {
  content: "ó±ž";
}
.mdi-stocking:before {
  content: "ó°“š";
}
.mdi-stomach:before {
  content: "ó±‚“";
}
.mdi-stool:before {
  content: "ó±¥";
}
.mdi-stool-outline:before {
  content: "ó±¥ž";
}
.mdi-stop:before {
  content: "ó°“›";
}
.mdi-stop-circle:before {
  content: "ó°™¦";
}
.mdi-stop-circle-outline:before {
  content: "ó°™§";
}
.mdi-storage-tank:before {
  content: "ó±©µ";
}
.mdi-storage-tank-outline:before {
  content: "ó±©¶";
}
.mdi-store:before {
  content: "ó°“œ";
}
.mdi-store-24-hour:before {
  content: "ó°“";
}
.mdi-store-alert:before {
  content: "ó±£";
}
.mdi-store-alert-outline:before {
  content: "ó±£‚";
}
.mdi-store-check:before {
  content: "ó±£ƒ";
}
.mdi-store-check-outline:before {
  content: "ó±£„";
}
.mdi-store-clock:before {
  content: "ó±£…";
}
.mdi-store-clock-outline:before {
  content: "ó±£†";
}
.mdi-store-cog:before {
  content: "ó±£‡";
}
.mdi-store-cog-outline:before {
  content: "ó±£ˆ";
}
.mdi-store-edit:before {
  content: "ó±£‰";
}
.mdi-store-edit-outline:before {
  content: "ó±£Š";
}
.mdi-store-marker:before {
  content: "ó±£‹";
}
.mdi-store-marker-outline:before {
  content: "ó±£Œ";
}
.mdi-store-minus:before {
  content: "ó±™ž";
}
.mdi-store-minus-outline:before {
  content: "ó±£";
}
.mdi-store-off:before {
  content: "ó±£Ž";
}
.mdi-store-off-outline:before {
  content: "ó±£";
}
.mdi-store-outline:before {
  content: "ó±¡";
}
.mdi-store-plus:before {
  content: "ó±™Ÿ";
}
.mdi-store-plus-outline:before {
  content: "ó±£";
}
.mdi-store-remove:before {
  content: "ó±™ ";
}
.mdi-store-remove-outline:before {
  content: "ó±£‘";
}
.mdi-store-search:before {
  content: "ó±£’";
}
.mdi-store-search-outline:before {
  content: "ó±£“";
}
.mdi-store-settings:before {
  content: "ó±£”";
}
.mdi-store-settings-outline:before {
  content: "ó±£•";
}
.mdi-storefront:before {
  content: "ó°Ÿ‡";
}
.mdi-storefront-check:before {
  content: "ó±­½";
}
.mdi-storefront-check-outline:before {
  content: "ó±­¾";
}
.mdi-storefront-edit:before {
  content: "ó±­¿";
}
.mdi-storefront-edit-outline:before {
  content: "ó±®€";
}
.mdi-storefront-minus:before {
  content: "ó±®ƒ";
}
.mdi-storefront-minus-outline:before {
  content: "ó±®„";
}
.mdi-storefront-outline:before {
  content: "ó±ƒ";
}
.mdi-storefront-plus:before {
  content: "ó±®";
}
.mdi-storefront-plus-outline:before {
  content: "ó±®‚";
}
.mdi-storefront-remove:before {
  content: "ó±®…";
}
.mdi-storefront-remove-outline:before {
  content: "ó±®†";
}
.mdi-stove:before {
  content: "ó°“ž";
}
.mdi-strategy:before {
  content: "ó±‡–";
}
.mdi-stretch-to-page:before {
  content: "ó°¼«";
}
.mdi-stretch-to-page-outline:before {
  content: "ó°¼¬";
}
.mdi-string-lights:before {
  content: "ó±Šº";
}
.mdi-string-lights-off:before {
  content: "ó±Š»";
}
.mdi-subdirectory-arrow-left:before {
  content: "ó°˜Œ";
}
.mdi-subdirectory-arrow-right:before {
  content: "ó°˜";
}
.mdi-submarine:before {
  content: "ó±•¬";
}
.mdi-subtitles:before {
  content: "ó°¨–";
}
.mdi-subtitles-outline:before {
  content: "ó°¨—";
}
.mdi-subway:before {
  content: "ó°š¬";
}
.mdi-subway-alert-variant:before {
  content: "ó°¶";
}
.mdi-subway-variant:before {
  content: "ó°“Ÿ";
}
.mdi-summit:before {
  content: "ó°ž†";
}
.mdi-sun-angle:before {
  content: "ó±¬§";
}
.mdi-sun-angle-outline:before {
  content: "ó±¬¨";
}
.mdi-sun-clock:before {
  content: "ó±©·";
}
.mdi-sun-clock-outline:before {
  content: "ó±©¸";
}
.mdi-sun-compass:before {
  content: "ó±¦¥";
}
.mdi-sun-snowflake:before {
  content: "ó±ž–";
}
.mdi-sun-snowflake-variant:before {
  content: "ó±©¹";
}
.mdi-sun-thermometer:before {
  content: "ó±£–";
}
.mdi-sun-thermometer-outline:before {
  content: "ó±£—";
}
.mdi-sun-wireless:before {
  content: "ó±Ÿ¾";
}
.mdi-sun-wireless-outline:before {
  content: "ó±Ÿ¿";
}
.mdi-sunglasses:before {
  content: "ó°“ ";
}
.mdi-surfing:before {
  content: "ó±†";
}
.mdi-surround-sound:before {
  content: "ó°—…";
}
.mdi-surround-sound-2-0:before {
  content: "ó°Ÿ°";
}
.mdi-surround-sound-2-1:before {
  content: "ó±œ©";
}
.mdi-surround-sound-3-1:before {
  content: "ó°Ÿ±";
}
.mdi-surround-sound-5-1:before {
  content: "ó°Ÿ²";
}
.mdi-surround-sound-5-1-2:before {
  content: "ó±œª";
}
.mdi-surround-sound-7-1:before {
  content: "ó°Ÿ³";
}
.mdi-svg:before {
  content: "ó°œ¡";
}
.mdi-swap-horizontal:before {
  content: "ó°“¡";
}
.mdi-swap-horizontal-bold:before {
  content: "ó°¯";
}
.mdi-swap-horizontal-circle:before {
  content: "ó°¿¡";
}
.mdi-swap-horizontal-circle-outline:before {
  content: "ó°¿¢";
}
.mdi-swap-horizontal-variant:before {
  content: "ó°£";
}
.mdi-swap-vertical:before {
  content: "ó°“¢";
}
.mdi-swap-vertical-bold:before {
  content: "ó°¯Ž";
}
.mdi-swap-vertical-circle:before {
  content: "ó°¿£";
}
.mdi-swap-vertical-circle-outline:before {
  content: "ó°¿¤";
}
.mdi-swap-vertical-variant:before {
  content: "ó°£‚";
}
.mdi-swim:before {
  content: "ó°“£";
}
.mdi-switch:before {
  content: "ó°“¤";
}
.mdi-sword:before {
  content: "ó°“¥";
}
.mdi-sword-cross:before {
  content: "ó°ž‡";
}
.mdi-syllabary-hangul:before {
  content: "ó±Œ³";
}
.mdi-syllabary-hiragana:before {
  content: "ó±Œ´";
}
.mdi-syllabary-katakana:before {
  content: "ó±Œµ";
}
.mdi-syllabary-katakana-halfwidth:before {
  content: "ó±Œ¶";
}
.mdi-symbol:before {
  content: "ó±”";
}
.mdi-symfony:before {
  content: "ó°«¦";
}
.mdi-synagogue:before {
  content: "ó±¬„";
}
.mdi-synagogue-outline:before {
  content: "ó±¬…";
}
.mdi-sync:before {
  content: "ó°“¦";
}
.mdi-sync-alert:before {
  content: "ó°“§";
}
.mdi-sync-circle:before {
  content: "ó±¸";
}
.mdi-sync-off:before {
  content: "ó°“¨";
}
.mdi-tab:before {
  content: "ó°“©";
}
.mdi-tab-minus:before {
  content: "ó°­‹";
}
.mdi-tab-plus:before {
  content: "ó°œ";
}
.mdi-tab-remove:before {
  content: "ó°­Œ";
}
.mdi-tab-search:before {
  content: "ó±¦ž";
}
.mdi-tab-unselected:before {
  content: "ó°“ª";
}
.mdi-table:before {
  content: "ó°“«";
}
.mdi-table-account:before {
  content: "ó±Ž¹";
}
.mdi-table-alert:before {
  content: "ó±Žº";
}
.mdi-table-arrow-down:before {
  content: "ó±Ž»";
}
.mdi-table-arrow-left:before {
  content: "ó±Ž¼";
}
.mdi-table-arrow-right:before {
  content: "ó±Ž½";
}
.mdi-table-arrow-up:before {
  content: "ó±Ž¾";
}
.mdi-table-border:before {
  content: "ó°¨˜";
}
.mdi-table-cancel:before {
  content: "ó±Ž¿";
}
.mdi-table-chair:before {
  content: "ó±¡";
}
.mdi-table-check:before {
  content: "ó±€";
}
.mdi-table-clock:before {
  content: "ó±";
}
.mdi-table-cog:before {
  content: "ó±‚";
}
.mdi-table-column:before {
  content: "ó° µ";
}
.mdi-table-column-plus-after:before {
  content: "ó°“¬";
}
.mdi-table-column-plus-before:before {
  content: "ó°“­";
}
.mdi-table-column-remove:before {
  content: "ó°“®";
}
.mdi-table-column-width:before {
  content: "ó°“¯";
}
.mdi-table-edit:before {
  content: "ó°“°";
}
.mdi-table-eye:before {
  content: "ó±‚”";
}
.mdi-table-eye-off:before {
  content: "ó±ƒ";
}
.mdi-table-filter:before {
  content: "ó±®Œ";
}
.mdi-table-furniture:before {
  content: "ó°–¼";
}
.mdi-table-headers-eye:before {
  content: "ó±ˆ";
}
.mdi-table-headers-eye-off:before {
  content: "ó±ˆž";
}
.mdi-table-heart:before {
  content: "ó±„";
}
.mdi-table-key:before {
  content: "ó±…";
}
.mdi-table-large:before {
  content: "ó°“±";
}
.mdi-table-large-plus:before {
  content: "ó°¾‡";
}
.mdi-table-large-remove:before {
  content: "ó°¾ˆ";
}
.mdi-table-lock:before {
  content: "ó±†";
}
.mdi-table-merge-cells:before {
  content: "ó°¦¦";
}
.mdi-table-minus:before {
  content: "ó±‡";
}
.mdi-table-multiple:before {
  content: "ó±ˆ";
}
.mdi-table-network:before {
  content: "ó±‰";
}
.mdi-table-of-contents:before {
  content: "ó° ¶";
}
.mdi-table-off:before {
  content: "ó±Š";
}
.mdi-table-picnic:before {
  content: "ó±ƒ";
}
.mdi-table-pivot:before {
  content: "ó± ¼";
}
.mdi-table-plus:before {
  content: "ó°©µ";
}
.mdi-table-question:before {
  content: "ó±¬¡";
}
.mdi-table-refresh:before {
  content: "ó±Ž ";
}
.mdi-table-remove:before {
  content: "ó°©¶";
}
.mdi-table-row:before {
  content: "ó° ·";
}
.mdi-table-row-height:before {
  content: "ó°“²";
}
.mdi-table-row-plus-after:before {
  content: "ó°“³";
}
.mdi-table-row-plus-before:before {
  content: "ó°“´";
}
.mdi-table-row-remove:before {
  content: "ó°“µ";
}
.mdi-table-search:before {
  content: "ó°¤";
}
.mdi-table-settings:before {
  content: "ó° ¸";
}
.mdi-table-split-cell:before {
  content: "ó±ª";
}
.mdi-table-star:before {
  content: "ó±‹";
}
.mdi-table-sync:before {
  content: "ó±Ž¡";
}
.mdi-table-tennis:before {
  content: "ó°¹¨";
}
.mdi-tablet:before {
  content: "ó°“¶";
}
.mdi-tablet-cellphone:before {
  content: "ó°¦§";
}
.mdi-tablet-dashboard:before {
  content: "ó°»Ž";
}
.mdi-taco:before {
  content: "ó°¢";
}
.mdi-tag:before {
  content: "ó°“¹";
}
.mdi-tag-arrow-down:before {
  content: "ó±œ«";
}
.mdi-tag-arrow-down-outline:before {
  content: "ó±œ¬";
}
.mdi-tag-arrow-left:before {
  content: "ó±œ­";
}
.mdi-tag-arrow-left-outline:before {
  content: "ó±œ®";
}
.mdi-tag-arrow-right:before {
  content: "ó±œ¯";
}
.mdi-tag-arrow-right-outline:before {
  content: "ó±œ°";
}
.mdi-tag-arrow-up:before {
  content: "ó±œ±";
}
.mdi-tag-arrow-up-outline:before {
  content: "ó±œ²";
}
.mdi-tag-check:before {
  content: "ó±©º";
}
.mdi-tag-check-outline:before {
  content: "ó±©»";
}
.mdi-tag-faces:before {
  content: "ó°“º";
}
.mdi-tag-heart:before {
  content: "ó°š‹";
}
.mdi-tag-heart-outline:before {
  content: "ó°¯";
}
.mdi-tag-minus:before {
  content: "ó°¤";
}
.mdi-tag-minus-outline:before {
  content: "ó±ˆŸ";
}
.mdi-tag-multiple:before {
  content: "ó°“»";
}
.mdi-tag-multiple-outline:before {
  content: "ó±‹·";
}
.mdi-tag-off:before {
  content: "ó±ˆ ";
}
.mdi-tag-off-outline:before {
  content: "ó±ˆ¡";
}
.mdi-tag-outline:before {
  content: "ó°“¼";
}
.mdi-tag-plus:before {
  content: "ó°œ¢";
}
.mdi-tag-plus-outline:before {
  content: "ó±ˆ¢";
}
.mdi-tag-remove:before {
  content: "ó°œ£";
}
.mdi-tag-remove-outline:before {
  content: "ó±ˆ£";
}
.mdi-tag-search:before {
  content: "ó±¤‡";
}
.mdi-tag-search-outline:before {
  content: "ó±¤ˆ";
}
.mdi-tag-text:before {
  content: "ó±ˆ¤";
}
.mdi-tag-text-outline:before {
  content: "ó°“½";
}
.mdi-tailwind:before {
  content: "ó±¿";
}
.mdi-tally-mark-1:before {
  content: "ó±ª¼";
}
.mdi-tally-mark-2:before {
  content: "ó±ª½";
}
.mdi-tally-mark-3:before {
  content: "ó±ª¾";
}
.mdi-tally-mark-4:before {
  content: "ó±ª¿";
}
.mdi-tally-mark-5:before {
  content: "ó±«€";
}
.mdi-tangram:before {
  content: "ó°“¸";
}
.mdi-tank:before {
  content: "ó°´º";
}
.mdi-tanker-truck:before {
  content: "ó°¿¥";
}
.mdi-tape-drive:before {
  content: "ó±›Ÿ";
}
.mdi-tape-measure:before {
  content: "ó°­";
}
.mdi-target:before {
  content: "ó°“¾";
}
.mdi-target-account:before {
  content: "ó°¯";
}
.mdi-target-variant:before {
  content: "ó°©·";
}
.mdi-taxi:before {
  content: "ó°“¿";
}
.mdi-tea:before {
  content: "ó°¶ž";
}
.mdi-tea-outline:before {
  content: "ó°¶Ÿ";
}
.mdi-teamviewer:before {
  content: "ó°”€";
}
.mdi-teddy-bear:before {
  content: "ó±£»";
}
.mdi-telescope:before {
  content: "ó°­Ž";
}
.mdi-television:before {
  content: "ó°”‚";
}
.mdi-television-ambient-light:before {
  content: "ó±–";
}
.mdi-television-box:before {
  content: "ó° ¹";
}
.mdi-television-classic:before {
  content: "ó°Ÿ´";
}
.mdi-television-classic-off:before {
  content: "ó° º";
}
.mdi-television-guide:before {
  content: "ó°”ƒ";
}
.mdi-television-off:before {
  content: "ó° »";
}
.mdi-television-pause:before {
  content: "ó°¾‰";
}
.mdi-television-play:before {
  content: "ó°»";
}
.mdi-television-shimmer:before {
  content: "ó±„";
}
.mdi-television-speaker:before {
  content: "ó±¬›";
}
.mdi-television-speaker-off:before {
  content: "ó±¬œ";
}
.mdi-television-stop:before {
  content: "ó°¾Š";
}
.mdi-temperature-celsius:before {
  content: "ó°”„";
}
.mdi-temperature-fahrenheit:before {
  content: "ó°”…";
}
.mdi-temperature-kelvin:before {
  content: "ó°”†";
}
.mdi-temple-buddhist:before {
  content: "ó±¬†";
}
.mdi-temple-buddhist-outline:before {
  content: "ó±¬‡";
}
.mdi-temple-hindu:before {
  content: "ó±¬ˆ";
}
.mdi-temple-hindu-outline:before {
  content: "ó±¬‰";
}
.mdi-tennis:before {
  content: "ó°¶ ";
}
.mdi-tennis-ball:before {
  content: "ó°”‡";
}
.mdi-tent:before {
  content: "ó°”ˆ";
}
.mdi-terraform:before {
  content: "ó±¢";
}
.mdi-terrain:before {
  content: "ó°”‰";
}
.mdi-test-tube:before {
  content: "ó°™¨";
}
.mdi-test-tube-empty:before {
  content: "ó°¤‘";
}
.mdi-test-tube-off:before {
  content: "ó°¤’";
}
.mdi-text:before {
  content: "ó°¦¨";
}
.mdi-text-account:before {
  content: "ó±•°";
}
.mdi-text-box:before {
  content: "ó°ˆš";
}
.mdi-text-box-check:before {
  content: "ó°º¦";
}
.mdi-text-box-check-outline:before {
  content: "ó°º§";
}
.mdi-text-box-edit:before {
  content: "ó±©¼";
}
.mdi-text-box-edit-outline:before {
  content: "ó±©½";
}
.mdi-text-box-minus:before {
  content: "ó°º¨";
}
.mdi-text-box-minus-outline:before {
  content: "ó°º©";
}
.mdi-text-box-multiple:before {
  content: "ó°ª·";
}
.mdi-text-box-multiple-outline:before {
  content: "ó°ª¸";
}
.mdi-text-box-outline:before {
  content: "ó°§­";
}
.mdi-text-box-plus:before {
  content: "ó°ºª";
}
.mdi-text-box-plus-outline:before {
  content: "ó°º«";
}
.mdi-text-box-remove:before {
  content: "ó°º¬";
}
.mdi-text-box-remove-outline:before {
  content: "ó°º­";
}
.mdi-text-box-search:before {
  content: "ó°º®";
}
.mdi-text-box-search-outline:before {
  content: "ó°º¯";
}
.mdi-text-long:before {
  content: "ó°¦ª";
}
.mdi-text-recognition:before {
  content: "ó±„½";
}
.mdi-text-search:before {
  content: "ó±Ž¸";
}
.mdi-text-search-variant:before {
  content: "ó±©¾";
}
.mdi-text-shadow:before {
  content: "ó°™©";
}
.mdi-text-short:before {
  content: "ó°¦©";
}
.mdi-texture:before {
  content: "ó°”Œ";
}
.mdi-texture-box:before {
  content: "ó°¿¦";
}
.mdi-theater:before {
  content: "ó°”";
}
.mdi-theme-light-dark:before {
  content: "ó°”Ž";
}
.mdi-thermometer:before {
  content: "ó°”";
}
.mdi-thermometer-alert:before {
  content: "ó°¸";
}
.mdi-thermometer-auto:before {
  content: "ó±¬";
}
.mdi-thermometer-bluetooth:before {
  content: "ó±¢•";
}
.mdi-thermometer-check:before {
  content: "ó±©¿";
}
.mdi-thermometer-chevron-down:before {
  content: "ó°¸‚";
}
.mdi-thermometer-chevron-up:before {
  content: "ó°¸ƒ";
}
.mdi-thermometer-high:before {
  content: "ó±ƒ‚";
}
.mdi-thermometer-lines:before {
  content: "ó°”";
}
.mdi-thermometer-low:before {
  content: "ó±ƒƒ";
}
.mdi-thermometer-minus:before {
  content: "ó°¸„";
}
.mdi-thermometer-off:before {
  content: "ó±”±";
}
.mdi-thermometer-plus:before {
  content: "ó°¸…";
}
.mdi-thermometer-probe:before {
  content: "ó±¬«";
}
.mdi-thermometer-probe-off:before {
  content: "ó±¬¬";
}
.mdi-thermometer-water:before {
  content: "ó±ª€";
}
.mdi-thermostat:before {
  content: "ó°Ž“";
}
.mdi-thermostat-auto:before {
  content: "ó±¬—";
}
.mdi-thermostat-box:before {
  content: "ó°¢‘";
}
.mdi-thermostat-box-auto:before {
  content: "ó±¬˜";
}
.mdi-thought-bubble:before {
  content: "ó°Ÿ¶";
}
.mdi-thought-bubble-outline:before {
  content: "ó°Ÿ·";
}
.mdi-thumb-down:before {
  content: "ó°”‘";
}
.mdi-thumb-down-outline:before {
  content: "ó°”’";
}
.mdi-thumb-up:before {
  content: "ó°”“";
}
.mdi-thumb-up-outline:before {
  content: "ó°””";
}
.mdi-thumbs-up-down:before {
  content: "ó°”•";
}
.mdi-thumbs-up-down-outline:before {
  content: "ó±¤”";
}
.mdi-ticket:before {
  content: "ó°”–";
}
.mdi-ticket-account:before {
  content: "ó°”—";
}
.mdi-ticket-confirmation:before {
  content: "ó°”˜";
}
.mdi-ticket-confirmation-outline:before {
  content: "ó±Žª";
}
.mdi-ticket-outline:before {
  content: "ó°¤“";
}
.mdi-ticket-percent:before {
  content: "ó°œ¤";
}
.mdi-ticket-percent-outline:before {
  content: "ó±«";
}
.mdi-tie:before {
  content: "ó°”™";
}
.mdi-tilde:before {
  content: "ó°œ¥";
}
.mdi-tilde-off:before {
  content: "ó±£³";
}
.mdi-timelapse:before {
  content: "ó°”š";
}
.mdi-timeline:before {
  content: "ó°¯‘";
}
.mdi-timeline-alert:before {
  content: "ó°¾•";
}
.mdi-timeline-alert-outline:before {
  content: "ó°¾˜";
}
.mdi-timeline-check:before {
  content: "ó±”²";
}
.mdi-timeline-check-outline:before {
  content: "ó±”³";
}
.mdi-timeline-clock:before {
  content: "ó±‡»";
}
.mdi-timeline-clock-outline:before {
  content: "ó±‡¼";
}
.mdi-timeline-minus:before {
  content: "ó±”´";
}
.mdi-timeline-minus-outline:before {
  content: "ó±”µ";
}
.mdi-timeline-outline:before {
  content: "ó°¯’";
}
.mdi-timeline-plus:before {
  content: "ó°¾–";
}
.mdi-timeline-plus-outline:before {
  content: "ó°¾—";
}
.mdi-timeline-question:before {
  content: "ó°¾™";
}
.mdi-timeline-question-outline:before {
  content: "ó°¾š";
}
.mdi-timeline-remove:before {
  content: "ó±”¶";
}
.mdi-timeline-remove-outline:before {
  content: "ó±”·";
}
.mdi-timeline-text:before {
  content: "ó°¯“";
}
.mdi-timeline-text-outline:before {
  content: "ó°¯”";
}
.mdi-timer:before {
  content: "ó±Ž«";
}
.mdi-timer-10:before {
  content: "ó°”œ";
}
.mdi-timer-3:before {
  content: "ó°”";
}
.mdi-timer-alert:before {
  content: "ó±«Œ";
}
.mdi-timer-alert-outline:before {
  content: "ó±«";
}
.mdi-timer-cancel:before {
  content: "ó±«Ž";
}
.mdi-timer-cancel-outline:before {
  content: "ó±«";
}
.mdi-timer-check:before {
  content: "ó±«";
}
.mdi-timer-check-outline:before {
  content: "ó±«‘";
}
.mdi-timer-cog:before {
  content: "ó±¤¥";
}
.mdi-timer-cog-outline:before {
  content: "ó±¤¦";
}
.mdi-timer-edit:before {
  content: "ó±«’";
}
.mdi-timer-edit-outline:before {
  content: "ó±«“";
}
.mdi-timer-lock:before {
  content: "ó±«”";
}
.mdi-timer-lock-open:before {
  content: "ó±«•";
}
.mdi-timer-lock-open-outline:before {
  content: "ó±«–";
}
.mdi-timer-lock-outline:before {
  content: "ó±«—";
}
.mdi-timer-marker:before {
  content: "ó±«˜";
}
.mdi-timer-marker-outline:before {
  content: "ó±«™";
}
.mdi-timer-minus:before {
  content: "ó±«š";
}
.mdi-timer-minus-outline:before {
  content: "ó±«›";
}
.mdi-timer-music:before {
  content: "ó±«œ";
}
.mdi-timer-music-outline:before {
  content: "ó±«";
}
.mdi-timer-off:before {
  content: "ó±Ž¬";
}
.mdi-timer-off-outline:before {
  content: "ó°”ž";
}
.mdi-timer-outline:before {
  content: "ó°”›";
}
.mdi-timer-pause:before {
  content: "ó±«ž";
}
.mdi-timer-pause-outline:before {
  content: "ó±«Ÿ";
}
.mdi-timer-play:before {
  content: "ó±« ";
}
.mdi-timer-play-outline:before {
  content: "ó±«¡";
}
.mdi-timer-plus:before {
  content: "ó±«¢";
}
.mdi-timer-plus-outline:before {
  content: "ó±«£";
}
.mdi-timer-refresh:before {
  content: "ó±«¤";
}
.mdi-timer-refresh-outline:before {
  content: "ó±«¥";
}
.mdi-timer-remove:before {
  content: "ó±«¦";
}
.mdi-timer-remove-outline:before {
  content: "ó±«§";
}
.mdi-timer-sand:before {
  content: "ó°”Ÿ";
}
.mdi-timer-sand-complete:before {
  content: "ó±¦Ÿ";
}
.mdi-timer-sand-empty:before {
  content: "ó°š­";
}
.mdi-timer-sand-full:before {
  content: "ó°žŒ";
}
.mdi-timer-sand-paused:before {
  content: "ó±¦ ";
}
.mdi-timer-settings:before {
  content: "ó±¤£";
}
.mdi-timer-settings-outline:before {
  content: "ó±¤¤";
}
.mdi-timer-star:before {
  content: "ó±«¨";
}
.mdi-timer-star-outline:before {
  content: "ó±«©";
}
.mdi-timer-stop:before {
  content: "ó±«ª";
}
.mdi-timer-stop-outline:before {
  content: "ó±««";
}
.mdi-timer-sync:before {
  content: "ó±«¬";
}
.mdi-timer-sync-outline:before {
  content: "ó±«­";
}
.mdi-timetable:before {
  content: "ó°” ";
}
.mdi-tire:before {
  content: "ó±¢–";
}
.mdi-toaster:before {
  content: "ó±£";
}
.mdi-toaster-off:before {
  content: "ó±†·";
}
.mdi-toaster-oven:before {
  content: "ó°³“";
}
.mdi-toggle-switch:before {
  content: "ó°”¡";
}
.mdi-toggle-switch-off:before {
  content: "ó°”¢";
}
.mdi-toggle-switch-off-outline:before {
  content: "ó°¨™";
}
.mdi-toggle-switch-outline:before {
  content: "ó°¨š";
}
.mdi-toggle-switch-variant:before {
  content: "ó±¨¥";
}
.mdi-toggle-switch-variant-off:before {
  content: "ó±¨¦";
}
.mdi-toilet:before {
  content: "ó°¦«";
}
.mdi-toolbox:before {
  content: "ó°¦¬";
}
.mdi-toolbox-outline:before {
  content: "ó°¦­";
}
.mdi-tools:before {
  content: "ó±¤";
}
.mdi-tooltip:before {
  content: "ó°”£";
}
.mdi-tooltip-account:before {
  content: "ó°€Œ";
}
.mdi-tooltip-cellphone:before {
  content: "ó± »";
}
.mdi-tooltip-check:before {
  content: "ó±•œ";
}
.mdi-tooltip-check-outline:before {
  content: "ó±•";
}
.mdi-tooltip-edit:before {
  content: "ó°”¤";
}
.mdi-tooltip-edit-outline:before {
  content: "ó±‹…";
}
.mdi-tooltip-image:before {
  content: "ó°”¥";
}
.mdi-tooltip-image-outline:before {
  content: "ó°¯•";
}
.mdi-tooltip-minus:before {
  content: "ó±•ž";
}
.mdi-tooltip-minus-outline:before {
  content: "ó±•Ÿ";
}
.mdi-tooltip-outline:before {
  content: "ó°”¦";
}
.mdi-tooltip-plus:before {
  content: "ó°¯–";
}
.mdi-tooltip-plus-outline:before {
  content: "ó°”§";
}
.mdi-tooltip-question:before {
  content: "ó±®º";
}
.mdi-tooltip-question-outline:before {
  content: "ó±®»";
}
.mdi-tooltip-remove:before {
  content: "ó±• ";
}
.mdi-tooltip-remove-outline:before {
  content: "ó±•¡";
}
.mdi-tooltip-text:before {
  content: "ó°”¨";
}
.mdi-tooltip-text-outline:before {
  content: "ó°¯—";
}
.mdi-tooth:before {
  content: "ó°£ƒ";
}
.mdi-tooth-outline:before {
  content: "ó°”©";
}
.mdi-toothbrush:before {
  content: "ó±„©";
}
.mdi-toothbrush-electric:before {
  content: "ó±„¬";
}
.mdi-toothbrush-paste:before {
  content: "ó±„ª";
}
.mdi-torch:before {
  content: "ó±˜†";
}
.mdi-tortoise:before {
  content: "ó°´»";
}
.mdi-toslink:before {
  content: "ó±Š¸";
}
.mdi-tournament:before {
  content: "ó°¦®";
}
.mdi-tow-truck:before {
  content: "ó° ¼";
}
.mdi-tower-beach:before {
  content: "ó°š";
}
.mdi-tower-fire:before {
  content: "ó°š‚";
}
.mdi-town-hall:before {
  content: "ó±¡µ";
}
.mdi-toy-brick:before {
  content: "ó±Šˆ";
}
.mdi-toy-brick-marker:before {
  content: "ó±Š‰";
}
.mdi-toy-brick-marker-outline:before {
  content: "ó±ŠŠ";
}
.mdi-toy-brick-minus:before {
  content: "ó±Š‹";
}
.mdi-toy-brick-minus-outline:before {
  content: "ó±ŠŒ";
}
.mdi-toy-brick-outline:before {
  content: "ó±Š";
}
.mdi-toy-brick-plus:before {
  content: "ó±ŠŽ";
}
.mdi-toy-brick-plus-outline:before {
  content: "ó±Š";
}
.mdi-toy-brick-remove:before {
  content: "ó±Š";
}
.mdi-toy-brick-remove-outline:before {
  content: "ó±Š‘";
}
.mdi-toy-brick-search:before {
  content: "ó±Š’";
}
.mdi-toy-brick-search-outline:before {
  content: "ó±Š“";
}
.mdi-track-light:before {
  content: "ó°¤”";
}
.mdi-track-light-off:before {
  content: "ó±¬";
}
.mdi-trackpad:before {
  content: "ó°Ÿ¸";
}
.mdi-trackpad-lock:before {
  content: "ó°¤³";
}
.mdi-tractor:before {
  content: "ó°¢’";
}
.mdi-tractor-variant:before {
  content: "ó±“„";
}
.mdi-trademark:before {
  content: "ó°©¸";
}
.mdi-traffic-cone:before {
  content: "ó±¼";
}
.mdi-traffic-light:before {
  content: "ó°”«";
}
.mdi-traffic-light-outline:before {
  content: "ó± ª";
}
.mdi-train:before {
  content: "ó°”¬";
}
.mdi-train-car:before {
  content: "ó°¯˜";
}
.mdi-train-car-autorack:before {
  content: "ó±¬­";
}
.mdi-train-car-box:before {
  content: "ó±¬®";
}
.mdi-train-car-box-full:before {
  content: "ó±¬¯";
}
.mdi-train-car-box-open:before {
  content: "ó±¬°";
}
.mdi-train-car-caboose:before {
  content: "ó±¬±";
}
.mdi-train-car-centerbeam:before {
  content: "ó±¬²";
}
.mdi-train-car-centerbeam-full:before {
  content: "ó±¬³";
}
.mdi-train-car-container:before {
  content: "ó±¬´";
}
.mdi-train-car-flatbed:before {
  content: "ó±¬µ";
}
.mdi-train-car-flatbed-car:before {
  content: "ó±¬¶";
}
.mdi-train-car-flatbed-tank:before {
  content: "ó±¬·";
}
.mdi-train-car-gondola:before {
  content: "ó±¬¸";
}
.mdi-train-car-gondola-full:before {
  content: "ó±¬¹";
}
.mdi-train-car-hopper:before {
  content: "ó±¬º";
}
.mdi-train-car-hopper-covered:before {
  content: "ó±¬»";
}
.mdi-train-car-hopper-full:before {
  content: "ó±¬¼";
}
.mdi-train-car-intermodal:before {
  content: "ó±¬½";
}
.mdi-train-car-passenger:before {
  content: "ó±œ³";
}
.mdi-train-car-passenger-door:before {
  content: "ó±œ´";
}
.mdi-train-car-passenger-door-open:before {
  content: "ó±œµ";
}
.mdi-train-car-passenger-variant:before {
  content: "ó±œ¶";
}
.mdi-train-car-tank:before {
  content: "ó±¬¾";
}
.mdi-train-variant:before {
  content: "ó°£„";
}
.mdi-tram:before {
  content: "ó°”­";
}
.mdi-tram-side:before {
  content: "ó°¿§";
}
.mdi-transcribe:before {
  content: "ó°”®";
}
.mdi-transcribe-close:before {
  content: "ó°”¯";
}
.mdi-transfer:before {
  content: "ó±¥";
}
.mdi-transfer-down:before {
  content: "ó°¶¡";
}
.mdi-transfer-left:before {
  content: "ó°¶¢";
}
.mdi-transfer-right:before {
  content: "ó°”°";
}
.mdi-transfer-up:before {
  content: "ó°¶£";
}
.mdi-transit-connection:before {
  content: "ó°´¼";
}
.mdi-transit-connection-horizontal:before {
  content: "ó±•†";
}
.mdi-transit-connection-variant:before {
  content: "ó°´½";
}
.mdi-transit-detour:before {
  content: "ó°¾‹";
}
.mdi-transit-skip:before {
  content: "ó±”•";
}
.mdi-transit-transfer:before {
  content: "ó°š®";
}
.mdi-transition:before {
  content: "ó°¤•";
}
.mdi-transition-masked:before {
  content: "ó°¤–";
}
.mdi-translate:before {
  content: "ó°—Š";
}
.mdi-translate-off:before {
  content: "ó°¸†";
}
.mdi-translate-variant:before {
  content: "ó±®™";
}
.mdi-transmission-tower:before {
  content: "ó°´¾";
}
.mdi-transmission-tower-export:before {
  content: "ó±¤¬";
}
.mdi-transmission-tower-import:before {
  content: "ó±¤­";
}
.mdi-transmission-tower-off:before {
  content: "ó±§";
}
.mdi-trash-can:before {
  content: "ó°©¹";
}
.mdi-trash-can-outline:before {
  content: "ó°©º";
}
.mdi-tray:before {
  content: "ó±Š”";
}
.mdi-tray-alert:before {
  content: "ó±Š•";
}
.mdi-tray-arrow-down:before {
  content: "ó°„ ";
}
.mdi-tray-arrow-up:before {
  content: "ó°„";
}
.mdi-tray-full:before {
  content: "ó±Š–";
}
.mdi-tray-minus:before {
  content: "ó±Š—";
}
.mdi-tray-plus:before {
  content: "ó±Š˜";
}
.mdi-tray-remove:before {
  content: "ó±Š™";
}
.mdi-treasure-chest:before {
  content: "ó°œ¦";
}
.mdi-tree:before {
  content: "ó°”±";
}
.mdi-tree-outline:before {
  content: "ó°¹©";
}
.mdi-trello:before {
  content: "ó°”²";
}
.mdi-trending-down:before {
  content: "ó°”³";
}
.mdi-trending-neutral:before {
  content: "ó°”´";
}
.mdi-trending-up:before {
  content: "ó°”µ";
}
.mdi-triangle:before {
  content: "ó°”¶";
}
.mdi-triangle-outline:before {
  content: "ó°”·";
}
.mdi-triangle-small-down:before {
  content: "ó±¨‰";
}
.mdi-triangle-small-up:before {
  content: "ó±¨Š";
}
.mdi-triangle-wave:before {
  content: "ó±‘¼";
}
.mdi-triforce:before {
  content: "ó°¯™";
}
.mdi-trophy:before {
  content: "ó°”¸";
}
.mdi-trophy-award:before {
  content: "ó°”¹";
}
.mdi-trophy-broken:before {
  content: "ó°¶¤";
}
.mdi-trophy-outline:before {
  content: "ó°”º";
}
.mdi-trophy-variant:before {
  content: "ó°”»";
}
.mdi-trophy-variant-outline:before {
  content: "ó°”¼";
}
.mdi-truck:before {
  content: "ó°”½";
}
.mdi-truck-alert:before {
  content: "ó±§ž";
}
.mdi-truck-alert-outline:before {
  content: "ó±§Ÿ";
}
.mdi-truck-cargo-container:before {
  content: "ó±£˜";
}
.mdi-truck-check:before {
  content: "ó°³”";
}
.mdi-truck-check-outline:before {
  content: "ó±Šš";
}
.mdi-truck-delivery:before {
  content: "ó°”¾";
}
.mdi-truck-delivery-outline:before {
  content: "ó±Š›";
}
.mdi-truck-fast:before {
  content: "ó°žˆ";
}
.mdi-truck-fast-outline:before {
  content: "ó±Šœ";
}
.mdi-truck-flatbed:before {
  content: "ó±¢‘";
}
.mdi-truck-minus:before {
  content: "ó±¦®";
}
.mdi-truck-minus-outline:before {
  content: "ó±¦½";
}
.mdi-truck-outline:before {
  content: "ó±Š";
}
.mdi-truck-plus:before {
  content: "ó±¦­";
}
.mdi-truck-plus-outline:before {
  content: "ó±¦¼";
}
.mdi-truck-remove:before {
  content: "ó±¦¯";
}
.mdi-truck-remove-outline:before {
  content: "ó±¦¾";
}
.mdi-truck-snowflake:before {
  content: "ó±¦¦";
}
.mdi-truck-trailer:before {
  content: "ó°œ§";
}
.mdi-trumpet:before {
  content: "ó±‚–";
}
.mdi-tshirt-crew:before {
  content: "ó°©»";
}
.mdi-tshirt-crew-outline:before {
  content: "ó°”¿";
}
.mdi-tshirt-v:before {
  content: "ó°©¼";
}
.mdi-tshirt-v-outline:before {
  content: "ó°•€";
}
.mdi-tsunami:before {
  content: "ó±ª";
}
.mdi-tumble-dryer:before {
  content: "ó°¤—";
}
.mdi-tumble-dryer-alert:before {
  content: "ó±†º";
}
.mdi-tumble-dryer-off:before {
  content: "ó±†»";
}
.mdi-tune:before {
  content: "ó°˜®";
}
.mdi-tune-variant:before {
  content: "ó±•‚";
}
.mdi-tune-vertical:before {
  content: "ó°™ª";
}
.mdi-tune-vertical-variant:before {
  content: "ó±•ƒ";
}
.mdi-tunnel:before {
  content: "ó± ½";
}
.mdi-tunnel-outline:before {
  content: "ó± ¾";
}
.mdi-turbine:before {
  content: "ó±ª‚";
}
.mdi-turkey:before {
  content: "ó±œ›";
}
.mdi-turnstile:before {
  content: "ó°³•";
}
.mdi-turnstile-outline:before {
  content: "ó°³–";
}
.mdi-turtle:before {
  content: "ó°³—";
}
.mdi-twitch:before {
  content: "ó°•ƒ";
}
.mdi-twitter:before {
  content: "ó°•„";
}
.mdi-two-factor-authentication:before {
  content: "ó°¦¯";
}
.mdi-typewriter:before {
  content: "ó°¼­";
}
.mdi-ubisoft:before {
  content: "ó°¯š";
}
.mdi-ubuntu:before {
  content: "ó°•ˆ";
}
.mdi-ufo:before {
  content: "ó±ƒ„";
}
.mdi-ufo-outline:before {
  content: "ó±ƒ…";
}
.mdi-ultra-high-definition:before {
  content: "ó°Ÿ¹";
}
.mdi-umbraco:before {
  content: "ó°•‰";
}
.mdi-umbrella:before {
  content: "ó°•Š";
}
.mdi-umbrella-beach:before {
  content: "ó±¢Š";
}
.mdi-umbrella-beach-outline:before {
  content: "ó±¢‹";
}
.mdi-umbrella-closed:before {
  content: "ó°¦°";
}
.mdi-umbrella-closed-outline:before {
  content: "ó±¢";
}
.mdi-umbrella-closed-variant:before {
  content: "ó±¡";
}
.mdi-umbrella-outline:before {
  content: "ó°•‹";
}
.mdi-undo:before {
  content: "ó°•Œ";
}
.mdi-undo-variant:before {
  content: "ó°•";
}
.mdi-unfold-less-horizontal:before {
  content: "ó°•Ž";
}
.mdi-unfold-less-vertical:before {
  content: "ó° ";
}
.mdi-unfold-more-horizontal:before {
  content: "ó°•";
}
.mdi-unfold-more-vertical:before {
  content: "ó°¡";
}
.mdi-ungroup:before {
  content: "ó°•";
}
.mdi-unicode:before {
  content: "ó°»";
}
.mdi-unicorn:before {
  content: "ó±—‚";
}
.mdi-unicorn-variant:before {
  content: "ó±—ƒ";
}
.mdi-unicycle:before {
  content: "ó±—¥";
}
.mdi-unity:before {
  content: "ó°š¯";
}
.mdi-unreal:before {
  content: "ó°¦±";
}
.mdi-update:before {
  content: "ó°š°";
}
.mdi-upload:before {
  content: "ó°•’";
}
.mdi-upload-lock:before {
  content: "ó±³";
}
.mdi-upload-lock-outline:before {
  content: "ó±´";
}
.mdi-upload-multiple:before {
  content: "ó° ½";
}
.mdi-upload-network:before {
  content: "ó°›¶";
}
.mdi-upload-network-outline:before {
  content: "ó°³˜";
}
.mdi-upload-off:before {
  content: "ó±ƒ†";
}
.mdi-upload-off-outline:before {
  content: "ó±ƒ‡";
}
.mdi-upload-outline:before {
  content: "ó°¸‡";
}
.mdi-usb:before {
  content: "ó°•“";
}
.mdi-usb-flash-drive:before {
  content: "ó±Šž";
}
.mdi-usb-flash-drive-outline:before {
  content: "ó±ŠŸ";
}
.mdi-usb-port:before {
  content: "ó±‡°";
}
.mdi-vacuum:before {
  content: "ó±¦¡";
}
.mdi-vacuum-outline:before {
  content: "ó±¦¢";
}
.mdi-valve:before {
  content: "ó±¦";
}
.mdi-valve-closed:before {
  content: "ó±§";
}
.mdi-valve-open:before {
  content: "ó±¨";
}
.mdi-van-passenger:before {
  content: "ó°Ÿº";
}
.mdi-van-utility:before {
  content: "ó°Ÿ»";
}
.mdi-vanish:before {
  content: "ó°Ÿ¼";
}
.mdi-vanish-quarter:before {
  content: "ó±•”";
}
.mdi-vanity-light:before {
  content: "ó±‡¡";
}
.mdi-variable:before {
  content: "ó°«§";
}
.mdi-variable-box:before {
  content: "ó±„‘";
}
.mdi-vector-arrange-above:before {
  content: "ó°•”";
}
.mdi-vector-arrange-below:before {
  content: "ó°••";
}
.mdi-vector-bezier:before {
  content: "ó°«¨";
}
.mdi-vector-circle:before {
  content: "ó°•–";
}
.mdi-vector-circle-variant:before {
  content: "ó°•—";
}
.mdi-vector-combine:before {
  content: "ó°•˜";
}
.mdi-vector-curve:before {
  content: "ó°•™";
}
.mdi-vector-difference:before {
  content: "ó°•š";
}
.mdi-vector-difference-ab:before {
  content: "ó°•›";
}
.mdi-vector-difference-ba:before {
  content: "ó°•œ";
}
.mdi-vector-ellipse:before {
  content: "ó°¢“";
}
.mdi-vector-intersection:before {
  content: "ó°•";
}
.mdi-vector-line:before {
  content: "ó°•ž";
}
.mdi-vector-link:before {
  content: "ó°¿¨";
}
.mdi-vector-point:before {
  content: "ó°‡„";
}
.mdi-vector-point-edit:before {
  content: "ó°§¨";
}
.mdi-vector-point-minus:before {
  content: "ó±­¸";
}
.mdi-vector-point-plus:before {
  content: "ó±­¹";
}
.mdi-vector-point-select:before {
  content: "ó°•Ÿ";
}
.mdi-vector-polygon:before {
  content: "ó°• ";
}
.mdi-vector-polygon-variant:before {
  content: "ó±¡–";
}
.mdi-vector-polyline:before {
  content: "ó°•¡";
}
.mdi-vector-polyline-edit:before {
  content: "ó±ˆ¥";
}
.mdi-vector-polyline-minus:before {
  content: "ó±ˆ¦";
}
.mdi-vector-polyline-plus:before {
  content: "ó±ˆ§";
}
.mdi-vector-polyline-remove:before {
  content: "ó±ˆ¨";
}
.mdi-vector-radius:before {
  content: "ó°Š";
}
.mdi-vector-rectangle:before {
  content: "ó°—†";
}
.mdi-vector-selection:before {
  content: "ó°•¢";
}
.mdi-vector-square:before {
  content: "ó°€";
}
.mdi-vector-square-close:before {
  content: "ó±¡—";
}
.mdi-vector-square-edit:before {
  content: "ó±£™";
}
.mdi-vector-square-minus:before {
  content: "ó±£š";
}
.mdi-vector-square-open:before {
  content: "ó±¡˜";
}
.mdi-vector-square-plus:before {
  content: "ó±£›";
}
.mdi-vector-square-remove:before {
  content: "ó±£œ";
}
.mdi-vector-triangle:before {
  content: "ó°•£";
}
.mdi-vector-union:before {
  content: "ó°•¤";
}
.mdi-vhs:before {
  content: "ó°¨›";
}
.mdi-vibrate:before {
  content: "ó°•¦";
}
.mdi-vibrate-off:before {
  content: "ó°³™";
}
.mdi-video:before {
  content: "ó°•§";
}
.mdi-video-2d:before {
  content: "ó±¨œ";
}
.mdi-video-3d:before {
  content: "ó°Ÿ½";
}
.mdi-video-3d-off:before {
  content: "ó±™";
}
.mdi-video-3d-variant:before {
  content: "ó°»‘";
}
.mdi-video-4k-box:before {
  content: "ó° ¾";
}
.mdi-video-account:before {
  content: "ó°¤™";
}
.mdi-video-box:before {
  content: "ó°ƒ½";
}
.mdi-video-box-off:before {
  content: "ó°ƒ¾";
}
.mdi-video-check:before {
  content: "ó±©";
}
.mdi-video-check-outline:before {
  content: "ó±ª";
}
.mdi-video-high-definition:before {
  content: "ó±”®";
}
.mdi-video-image:before {
  content: "ó°¤š";
}
.mdi-video-input-antenna:before {
  content: "ó° ¿";
}
.mdi-video-input-component:before {
  content: "ó°¡€";
}
.mdi-video-input-hdmi:before {
  content: "ó°¡";
}
.mdi-video-input-scart:before {
  content: "ó°¾Œ";
}
.mdi-video-input-svideo:before {
  content: "ó°¡‚";
}
.mdi-video-marker:before {
  content: "ó±¦©";
}
.mdi-video-marker-outline:before {
  content: "ó±¦ª";
}
.mdi-video-minus:before {
  content: "ó°¦²";
}
.mdi-video-minus-outline:before {
  content: "ó°Šº";
}
.mdi-video-off:before {
  content: "ó°•¨";
}
.mdi-video-off-outline:before {
  content: "ó°¯›";
}
.mdi-video-outline:before {
  content: "ó°¯œ";
}
.mdi-video-plus:before {
  content: "ó°¦³";
}
.mdi-video-plus-outline:before {
  content: "ó°‡“";
}
.mdi-video-stabilization:before {
  content: "ó°¤›";
}
.mdi-video-switch:before {
  content: "ó°•©";
}
.mdi-video-switch-outline:before {
  content: "ó°ž";
}
.mdi-video-vintage:before {
  content: "ó°¨œ";
}
.mdi-video-wireless:before {
  content: "ó°»’";
}
.mdi-video-wireless-outline:before {
  content: "ó°»“";
}
.mdi-view-agenda:before {
  content: "ó°•ª";
}
.mdi-view-agenda-outline:before {
  content: "ó±‡˜";
}
.mdi-view-array:before {
  content: "ó°•«";
}
.mdi-view-array-outline:before {
  content: "ó±’…";
}
.mdi-view-carousel:before {
  content: "ó°•¬";
}
.mdi-view-carousel-outline:before {
  content: "ó±’†";
}
.mdi-view-column:before {
  content: "ó°•­";
}
.mdi-view-column-outline:before {
  content: "ó±’‡";
}
.mdi-view-comfy:before {
  content: "ó°¹ª";
}
.mdi-view-comfy-outline:before {
  content: "ó±’ˆ";
}
.mdi-view-compact:before {
  content: "ó°¹«";
}
.mdi-view-compact-outline:before {
  content: "ó°¹¬";
}
.mdi-view-dashboard:before {
  content: "ó°•®";
}
.mdi-view-dashboard-edit:before {
  content: "ó±¥‡";
}
.mdi-view-dashboard-edit-outline:before {
  content: "ó±¥ˆ";
}
.mdi-view-dashboard-outline:before {
  content: "ó°¨";
}
.mdi-view-dashboard-variant:before {
  content: "ó°¡ƒ";
}
.mdi-view-dashboard-variant-outline:before {
  content: "ó±’‰";
}
.mdi-view-day:before {
  content: "ó°•¯";
}
.mdi-view-day-outline:before {
  content: "ó±’Š";
}
.mdi-view-gallery:before {
  content: "ó±¢ˆ";
}
.mdi-view-gallery-outline:before {
  content: "ó±¢‰";
}
.mdi-view-grid:before {
  content: "ó°•°";
}
.mdi-view-grid-outline:before {
  content: "ó±‡™";
}
.mdi-view-grid-plus:before {
  content: "ó°¾";
}
.mdi-view-grid-plus-outline:before {
  content: "ó±‡š";
}
.mdi-view-headline:before {
  content: "ó°•±";
}
.mdi-view-list:before {
  content: "ó°•²";
}
.mdi-view-list-outline:before {
  content: "ó±’‹";
}
.mdi-view-module:before {
  content: "ó°•³";
}
.mdi-view-module-outline:before {
  content: "ó±’Œ";
}
.mdi-view-parallel:before {
  content: "ó°œ¨";
}
.mdi-view-parallel-outline:before {
  content: "ó±’";
}
.mdi-view-quilt:before {
  content: "ó°•´";
}
.mdi-view-quilt-outline:before {
  content: "ó±’Ž";
}
.mdi-view-sequential:before {
  content: "ó°œ©";
}
.mdi-view-sequential-outline:before {
  content: "ó±’";
}
.mdi-view-split-horizontal:before {
  content: "ó°¯‹";
}
.mdi-view-split-vertical:before {
  content: "ó°¯Œ";
}
.mdi-view-stream:before {
  content: "ó°•µ";
}
.mdi-view-stream-outline:before {
  content: "ó±’";
}
.mdi-view-week:before {
  content: "ó°•¶";
}
.mdi-view-week-outline:before {
  content: "ó±’‘";
}
.mdi-vimeo:before {
  content: "ó°•·";
}
.mdi-violin:before {
  content: "ó°˜";
}
.mdi-virtual-reality:before {
  content: "ó°¢”";
}
.mdi-virus:before {
  content: "ó±Ž¶";
}
.mdi-virus-off:before {
  content: "ó±£¡";
}
.mdi-virus-off-outline:before {
  content: "ó±£¢";
}
.mdi-virus-outline:before {
  content: "ó±Ž·";
}
.mdi-vlc:before {
  content: "ó°•¼";
}
.mdi-voicemail:before {
  content: "ó°•½";
}
.mdi-volcano:before {
  content: "ó±ªƒ";
}
.mdi-volcano-outline:before {
  content: "ó±ª„";
}
.mdi-volleyball:before {
  content: "ó°¦´";
}
.mdi-volume-equal:before {
  content: "ó±¬";
}
.mdi-volume-high:before {
  content: "ó°•¾";
}
.mdi-volume-low:before {
  content: "ó°•¿";
}
.mdi-volume-medium:before {
  content: "ó°–€";
}
.mdi-volume-minus:before {
  content: "ó°ž";
}
.mdi-volume-mute:before {
  content: "ó°Ÿ";
}
.mdi-volume-off:before {
  content: "ó°–";
}
.mdi-volume-plus:before {
  content: "ó°";
}
.mdi-volume-source:before {
  content: "ó±„ ";
}
.mdi-volume-variant-off:before {
  content: "ó°¸ˆ";
}
.mdi-volume-vibrate:before {
  content: "ó±„¡";
}
.mdi-vote:before {
  content: "ó°¨Ÿ";
}
.mdi-vote-outline:before {
  content: "ó°¨ ";
}
.mdi-vpn:before {
  content: "ó°–‚";
}
.mdi-vuejs:before {
  content: "ó°¡„";
}
.mdi-vuetify:before {
  content: "ó°¹­";
}
.mdi-walk:before {
  content: "ó°–ƒ";
}
.mdi-wall:before {
  content: "ó°Ÿ¾";
}
.mdi-wall-fire:before {
  content: "ó±¨‘";
}
.mdi-wall-sconce:before {
  content: "ó°¤œ";
}
.mdi-wall-sconce-flat:before {
  content: "ó°¤";
}
.mdi-wall-sconce-flat-outline:before {
  content: "ó±Ÿ‰";
}
.mdi-wall-sconce-flat-variant:before {
  content: "ó°œ";
}
.mdi-wall-sconce-flat-variant-outline:before {
  content: "ó±ŸŠ";
}
.mdi-wall-sconce-outline:before {
  content: "ó±Ÿ‹";
}
.mdi-wall-sconce-round:before {
  content: "ó°ˆ";
}
.mdi-wall-sconce-round-outline:before {
  content: "ó±ŸŒ";
}
.mdi-wall-sconce-round-variant:before {
  content: "ó°¤ž";
}
.mdi-wall-sconce-round-variant-outline:before {
  content: "ó±Ÿ";
}
.mdi-wallet:before {
  content: "ó°–„";
}
.mdi-wallet-giftcard:before {
  content: "ó°–…";
}
.mdi-wallet-membership:before {
  content: "ó°–†";
}
.mdi-wallet-outline:before {
  content: "ó°¯";
}
.mdi-wallet-plus:before {
  content: "ó°¾Ž";
}
.mdi-wallet-plus-outline:before {
  content: "ó°¾";
}
.mdi-wallet-travel:before {
  content: "ó°–‡";
}
.mdi-wallpaper:before {
  content: "ó°¸‰";
}
.mdi-wan:before {
  content: "ó°–ˆ";
}
.mdi-wardrobe:before {
  content: "ó°¾";
}
.mdi-wardrobe-outline:before {
  content: "ó°¾‘";
}
.mdi-warehouse:before {
  content: "ó°¾";
}
.mdi-washing-machine:before {
  content: "ó°œª";
}
.mdi-washing-machine-alert:before {
  content: "ó±†¼";
}
.mdi-washing-machine-off:before {
  content: "ó±†½";
}
.mdi-watch:before {
  content: "ó°–‰";
}
.mdi-watch-export:before {
  content: "ó°–Š";
}
.mdi-watch-export-variant:before {
  content: "ó°¢•";
}
.mdi-watch-import:before {
  content: "ó°–‹";
}
.mdi-watch-import-variant:before {
  content: "ó°¢–";
}
.mdi-watch-variant:before {
  content: "ó°¢—";
}
.mdi-watch-vibrate:before {
  content: "ó°š±";
}
.mdi-watch-vibrate-off:before {
  content: "ó°³š";
}
.mdi-water:before {
  content: "ó°–Œ";
}
.mdi-water-alert:before {
  content: "ó±”‚";
}
.mdi-water-alert-outline:before {
  content: "ó±”ƒ";
}
.mdi-water-boiler:before {
  content: "ó°¾’";
}
.mdi-water-boiler-alert:before {
  content: "ó±†³";
}
.mdi-water-boiler-auto:before {
  content: "ó±®˜";
}
.mdi-water-boiler-off:before {
  content: "ó±†´";
}
.mdi-water-check:before {
  content: "ó±”„";
}
.mdi-water-check-outline:before {
  content: "ó±”…";
}
.mdi-water-circle:before {
  content: "ó± †";
}
.mdi-water-minus:before {
  content: "ó±”†";
}
.mdi-water-minus-outline:before {
  content: "ó±”‡";
}
.mdi-water-off:before {
  content: "ó°–";
}
.mdi-water-off-outline:before {
  content: "ó±”ˆ";
}
.mdi-water-opacity:before {
  content: "ó±¡•";
}
.mdi-water-outline:before {
  content: "ó°¸Š";
}
.mdi-water-percent:before {
  content: "ó°–Ž";
}
.mdi-water-percent-alert:before {
  content: "ó±”‰";
}
.mdi-water-plus:before {
  content: "ó±”Š";
}
.mdi-water-plus-outline:before {
  content: "ó±”‹";
}
.mdi-water-polo:before {
  content: "ó±Š ";
}
.mdi-water-pump:before {
  content: "ó°–";
}
.mdi-water-pump-off:before {
  content: "ó°¾“";
}
.mdi-water-remove:before {
  content: "ó±”Œ";
}
.mdi-water-remove-outline:before {
  content: "ó±”";
}
.mdi-water-sync:before {
  content: "ó±Ÿ†";
}
.mdi-water-thermometer:before {
  content: "ó±ª…";
}
.mdi-water-thermometer-outline:before {
  content: "ó±ª†";
}
.mdi-water-well:before {
  content: "ó±«";
}
.mdi-water-well-outline:before {
  content: "ó±¬";
}
.mdi-waterfall:before {
  content: "ó±¡‰";
}
.mdi-watering-can:before {
  content: "ó±’";
}
.mdi-watering-can-outline:before {
  content: "ó±’‚";
}
.mdi-watermark:before {
  content: "ó°˜’";
}
.mdi-wave:before {
  content: "ó°¼®";
}
.mdi-waveform:before {
  content: "ó±‘½";
}
.mdi-waves:before {
  content: "ó°ž";
}
.mdi-waves-arrow-left:before {
  content: "ó±¡™";
}
.mdi-waves-arrow-right:before {
  content: "ó±¡š";
}
.mdi-waves-arrow-up:before {
  content: "ó±¡›";
}
.mdi-waze:before {
  content: "ó°¯ž";
}
.mdi-weather-cloudy:before {
  content: "ó°–";
}
.mdi-weather-cloudy-alert:before {
  content: "ó°¼¯";
}
.mdi-weather-cloudy-arrow-right:before {
  content: "ó°¹®";
}
.mdi-weather-cloudy-clock:before {
  content: "ó±£¶";
}
.mdi-weather-dust:before {
  content: "ó±­š";
}
.mdi-weather-fog:before {
  content: "ó°–‘";
}
.mdi-weather-hail:before {
  content: "ó°–’";
}
.mdi-weather-hazy:before {
  content: "ó°¼°";
}
.mdi-weather-hurricane:before {
  content: "ó°¢˜";
}
.mdi-weather-lightning:before {
  content: "ó°–“";
}
.mdi-weather-lightning-rainy:before {
  content: "ó°™¾";
}
.mdi-weather-night:before {
  content: "ó°–”";
}
.mdi-weather-night-partly-cloudy:before {
  content: "ó°¼±";
}
.mdi-weather-partly-cloudy:before {
  content: "ó°–•";
}
.mdi-weather-partly-lightning:before {
  content: "ó°¼²";
}
.mdi-weather-partly-rainy:before {
  content: "ó°¼³";
}
.mdi-weather-partly-snowy:before {
  content: "ó°¼´";
}
.mdi-weather-partly-snowy-rainy:before {
  content: "ó°¼µ";
}
.mdi-weather-pouring:before {
  content: "ó°––";
}
.mdi-weather-rainy:before {
  content: "ó°–—";
}
.mdi-weather-snowy:before {
  content: "ó°–˜";
}
.mdi-weather-snowy-heavy:before {
  content: "ó°¼¶";
}
.mdi-weather-snowy-rainy:before {
  content: "ó°™¿";
}
.mdi-weather-sunny:before {
  content: "ó°–™";
}
.mdi-weather-sunny-alert:before {
  content: "ó°¼·";
}
.mdi-weather-sunny-off:before {
  content: "ó±“¤";
}
.mdi-weather-sunset:before {
  content: "ó°–š";
}
.mdi-weather-sunset-down:before {
  content: "ó°–›";
}
.mdi-weather-sunset-up:before {
  content: "ó°–œ";
}
.mdi-weather-tornado:before {
  content: "ó°¼¸";
}
.mdi-weather-windy:before {
  content: "ó°–";
}
.mdi-weather-windy-variant:before {
  content: "ó°–ž";
}
.mdi-web:before {
  content: "ó°–Ÿ";
}
.mdi-web-box:before {
  content: "ó°¾”";
}
.mdi-web-cancel:before {
  content: "ó±ž";
}
.mdi-web-check:before {
  content: "ó°ž‰";
}
.mdi-web-clock:before {
  content: "ó±‰Š";
}
.mdi-web-minus:before {
  content: "ó±‚ ";
}
.mdi-web-off:before {
  content: "ó°ªŽ";
}
.mdi-web-plus:before {
  content: "ó°€³";
}
.mdi-web-refresh:before {
  content: "ó±ž‘";
}
.mdi-web-remove:before {
  content: "ó°•‘";
}
.mdi-web-sync:before {
  content: "ó±ž’";
}
.mdi-webcam:before {
  content: "ó°– ";
}
.mdi-webcam-off:before {
  content: "ó±œ·";
}
.mdi-webhook:before {
  content: "ó°˜¯";
}
.mdi-webpack:before {
  content: "ó°œ«";
}
.mdi-webrtc:before {
  content: "ó±‰ˆ";
}
.mdi-wechat:before {
  content: "ó°˜‘";
}
.mdi-weight:before {
  content: "ó°–¡";
}
.mdi-weight-gram:before {
  content: "ó°´¿";
}
.mdi-weight-kilogram:before {
  content: "ó°–¢";
}
.mdi-weight-lifter:before {
  content: "ó±…";
}
.mdi-weight-pound:before {
  content: "ó°¦µ";
}
.mdi-whatsapp:before {
  content: "ó°–£";
}
.mdi-wheel-barrow:before {
  content: "ó±“²";
}
.mdi-wheelchair:before {
  content: "ó±ª‡";
}
.mdi-wheelchair-accessibility:before {
  content: "ó°–¤";
}
.mdi-whistle:before {
  content: "ó°¦¶";
}
.mdi-whistle-outline:before {
  content: "ó±Š¼";
}
.mdi-white-balance-auto:before {
  content: "ó°–¥";
}
.mdi-white-balance-incandescent:before {
  content: "ó°–¦";
}
.mdi-white-balance-iridescent:before {
  content: "ó°–§";
}
.mdi-white-balance-sunny:before {
  content: "ó°–¨";
}
.mdi-widgets:before {
  content: "ó°œ¬";
}
.mdi-widgets-outline:before {
  content: "ó±•";
}
.mdi-wifi:before {
  content: "ó°–©";
}
.mdi-wifi-alert:before {
  content: "ó±šµ";
}
.mdi-wifi-arrow-down:before {
  content: "ó±š¶";
}
.mdi-wifi-arrow-left:before {
  content: "ó±š·";
}
.mdi-wifi-arrow-left-right:before {
  content: "ó±š¸";
}
.mdi-wifi-arrow-right:before {
  content: "ó±š¹";
}
.mdi-wifi-arrow-up:before {
  content: "ó±šº";
}
.mdi-wifi-arrow-up-down:before {
  content: "ó±š»";
}
.mdi-wifi-cancel:before {
  content: "ó±š¼";
}
.mdi-wifi-check:before {
  content: "ó±š½";
}
.mdi-wifi-cog:before {
  content: "ó±š¾";
}
.mdi-wifi-lock:before {
  content: "ó±š¿";
}
.mdi-wifi-lock-open:before {
  content: "ó±›€";
}
.mdi-wifi-marker:before {
  content: "ó±›";
}
.mdi-wifi-minus:before {
  content: "ó±›‚";
}
.mdi-wifi-off:before {
  content: "ó°–ª";
}
.mdi-wifi-plus:before {
  content: "ó±›ƒ";
}
.mdi-wifi-refresh:before {
  content: "ó±›„";
}
.mdi-wifi-remove:before {
  content: "ó±›…";
}
.mdi-wifi-settings:before {
  content: "ó±›†";
}
.mdi-wifi-star:before {
  content: "ó°¸‹";
}
.mdi-wifi-strength-1:before {
  content: "ó°¤Ÿ";
}
.mdi-wifi-strength-1-alert:before {
  content: "ó°¤ ";
}
.mdi-wifi-strength-1-lock:before {
  content: "ó°¤¡";
}
.mdi-wifi-strength-1-lock-open:before {
  content: "ó±›‹";
}
.mdi-wifi-strength-2:before {
  content: "ó°¤¢";
}
.mdi-wifi-strength-2-alert:before {
  content: "ó°¤£";
}
.mdi-wifi-strength-2-lock:before {
  content: "ó°¤¤";
}
.mdi-wifi-strength-2-lock-open:before {
  content: "ó±›Œ";
}
.mdi-wifi-strength-3:before {
  content: "ó°¤¥";
}
.mdi-wifi-strength-3-alert:before {
  content: "ó°¤¦";
}
.mdi-wifi-strength-3-lock:before {
  content: "ó°¤§";
}
.mdi-wifi-strength-3-lock-open:before {
  content: "ó±›";
}
.mdi-wifi-strength-4:before {
  content: "ó°¤¨";
}
.mdi-wifi-strength-4-alert:before {
  content: "ó°¤©";
}
.mdi-wifi-strength-4-lock:before {
  content: "ó°¤ª";
}
.mdi-wifi-strength-4-lock-open:before {
  content: "ó±›Ž";
}
.mdi-wifi-strength-alert-outline:before {
  content: "ó°¤«";
}
.mdi-wifi-strength-lock-open-outline:before {
  content: "ó±›";
}
.mdi-wifi-strength-lock-outline:before {
  content: "ó°¤¬";
}
.mdi-wifi-strength-off:before {
  content: "ó°¤­";
}
.mdi-wifi-strength-off-outline:before {
  content: "ó°¤®";
}
.mdi-wifi-strength-outline:before {
  content: "ó°¤¯";
}
.mdi-wifi-sync:before {
  content: "ó±›‡";
}
.mdi-wikipedia:before {
  content: "ó°–¬";
}
.mdi-wind-power:before {
  content: "ó±ªˆ";
}
.mdi-wind-power-outline:before {
  content: "ó±ª‰";
}
.mdi-wind-turbine:before {
  content: "ó°¶¥";
}
.mdi-wind-turbine-alert:before {
  content: "ó±¦«";
}
.mdi-wind-turbine-check:before {
  content: "ó±¦¬";
}
.mdi-window-close:before {
  content: "ó°–­";
}
.mdi-window-closed:before {
  content: "ó°–®";
}
.mdi-window-closed-variant:before {
  content: "ó±‡›";
}
.mdi-window-maximize:before {
  content: "ó°–¯";
}
.mdi-window-minimize:before {
  content: "ó°–°";
}
.mdi-window-open:before {
  content: "ó°–±";
}
.mdi-window-open-variant:before {
  content: "ó±‡œ";
}
.mdi-window-restore:before {
  content: "ó°–²";
}
.mdi-window-shutter:before {
  content: "ó±„œ";
}
.mdi-window-shutter-alert:before {
  content: "ó±„";
}
.mdi-window-shutter-auto:before {
  content: "ó±®£";
}
.mdi-window-shutter-cog:before {
  content: "ó±ªŠ";
}
.mdi-window-shutter-open:before {
  content: "ó±„ž";
}
.mdi-window-shutter-settings:before {
  content: "ó±ª‹";
}
.mdi-windsock:before {
  content: "ó±—º";
}
.mdi-wiper:before {
  content: "ó°«©";
}
.mdi-wiper-wash:before {
  content: "ó°¶¦";
}
.mdi-wiper-wash-alert:before {
  content: "ó±£Ÿ";
}
.mdi-wizard-hat:before {
  content: "ó±‘·";
}
.mdi-wordpress:before {
  content: "ó°–´";
}
.mdi-wrap:before {
  content: "ó°–¶";
}
.mdi-wrap-disabled:before {
  content: "ó°¯Ÿ";
}
.mdi-wrench:before {
  content: "ó°–·";
}
.mdi-wrench-check:before {
  content: "ó±®";
}
.mdi-wrench-check-outline:before {
  content: "ó±®";
}
.mdi-wrench-clock:before {
  content: "ó±¦£";
}
.mdi-wrench-clock-outline:before {
  content: "ó±®“";
}
.mdi-wrench-cog:before {
  content: "ó±®‘";
}
.mdi-wrench-cog-outline:before {
  content: "ó±®’";
}
.mdi-wrench-outline:before {
  content: "ó°¯ ";
}
.mdi-xamarin:before {
  content: "ó°¡…";
}
.mdi-xml:before {
  content: "ó°—€";
}
.mdi-xmpp:before {
  content: "ó°Ÿ¿";
}
.mdi-yahoo:before {
  content: "ó°­";
}
.mdi-yeast:before {
  content: "ó°—";
}
.mdi-yin-yang:before {
  content: "ó°š€";
}
.mdi-yoga:before {
  content: "ó±…¼";
}
.mdi-youtube:before {
  content: "ó°—ƒ";
}
.mdi-youtube-gaming:before {
  content: "ó°¡ˆ";
}
.mdi-youtube-studio:before {
  content: "ó°¡‡";
}
.mdi-youtube-subscription:before {
  content: "ó°µ€";
}
.mdi-youtube-tv:before {
  content: "ó°‘ˆ";
}
.mdi-yurt:before {
  content: "ó±”–";
}
.mdi-z-wave:before {
  content: "ó°«ª";
}
.mdi-zend:before {
  content: "ó°««";
}
.mdi-zigbee:before {
  content: "ó°µ";
}
.mdi-zip-box:before {
  content: "ó°—„";
}
.mdi-zip-box-outline:before {
  content: "ó°¿º";
}
.mdi-zip-disk:before {
  content: "ó°¨£";
}
.mdi-zodiac-aquarius:before {
  content: "ó°©½";
}
.mdi-zodiac-aries:before {
  content: "ó°©¾";
}
.mdi-zodiac-cancer:before {
  content: "ó°©¿";
}
.mdi-zodiac-capricorn:before {
  content: "ó°ª€";
}
.mdi-zodiac-gemini:before {
  content: "ó°ª";
}
.mdi-zodiac-leo:before {
  content: "ó°ª‚";
}
.mdi-zodiac-libra:before {
  content: "ó°ªƒ";
}
.mdi-zodiac-pisces:before {
  content: "ó°ª„";
}
.mdi-zodiac-sagittarius:before {
  content: "ó°ª…";
}
.mdi-zodiac-scorpio:before {
  content: "ó°ª†";
}
.mdi-zodiac-taurus:before {
  content: "ó°ª‡";
}
.mdi-zodiac-virgo:before {
  content: "ó°ªˆ";
}
.mdi-blank:before {
  content: "ïšŒ";
  visibility: hidden;
}
.mdi-18px.mdi-set,
.mdi-18px.mdi:before {
  font-size: 18px;
}
.mdi-24px.mdi-set,
.mdi-24px.mdi:before {
  font-size: 24px;
}
.mdi-36px.mdi-set,
.mdi-36px.mdi:before {
  font-size: 36px;
}
.mdi-48px.mdi-set,
.mdi-48px.mdi:before {
  font-size: 48px;
}
.mdi-dark:before {
  color: #0000008a;
}
.mdi-dark.mdi-inactive:before {
  color: #00000042;
}
.mdi-light:before {
  color: #fff;
}
.mdi-light.mdi-inactive:before {
  color: #ffffff4d;
}
.mdi-rotate-45:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.mdi-rotate-90:before {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.mdi-rotate-135:before {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.mdi-rotate-180:before {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.mdi-rotate-225:before {
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
}
.mdi-rotate-270:before {
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}
.mdi-rotate-315:before {
  -webkit-transform: rotate(315deg);
  transform: rotate(315deg);
}
.mdi-flip-h:before {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  -webkit-filter: FlipH;
  filter: FlipH;
  -ms-filter: "FlipH";
}
.mdi-flip-v:before {
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
  -webkit-filter: FlipV;
  filter: FlipV;
  -ms-filter: "FlipV";
}
.mdi-spin:before {
  -webkit-animation: mdi-spin 2s infinite linear;
  animation: mdi-spin 2s infinite linear;
}
@-webkit-keyframes mdi-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes mdi-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@font-face {
  font-family: dripicons-v2;
  src: url(./dripicons-v2.eot);
  src: url(./dripicons-v2.eot?#iefix) format("embedded-opentype"),
    url(./dripicons-v2.woff) format("woff"),
    url(./dripicons-v2.ttf) format("truetype"),
    url(../images/dripicons-v2.svg#dripicons-v2) format("svg");
  font-weight: 400;
  font-style: normal;
}
[data-icon]:before {
  font-family: dripicons-v2 !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: 400 !important;
  font-variant: normal !important;
  text-transform: none !important;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
[class^="dripicons-"]:before,
[class*=" dripicons-"]:before {
  font-family: dripicons-v2 !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-variant: normal !important;
  text-transform: none !important;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.dripicons-alarm:before {
  content: "a";
}
.dripicons-align-center:before {
  content: "b";
}
.dripicons-align-justify:before {
  content: "c";
}
.dripicons-align-left:before {
  content: "d";
}
.dripicons-align-right:before {
  content: "e";
}
.dripicons-anchor:before {
  content: "f";
}
.dripicons-archive:before {
  content: "g";
}
.dripicons-arrow-down:before {
  content: "h";
}
.dripicons-arrow-left:before {
  content: "i";
}
.dripicons-arrow-right:before {
  content: "j";
}
.dripicons-arrow-thin-down:before {
  content: "k";
}
.dripicons-arrow-thin-left:before {
  content: "l";
}
.dripicons-arrow-thin-right:before {
  content: "m";
}
.dripicons-arrow-thin-up:before {
  content: "n";
}
.dripicons-arrow-up:before {
  content: "o";
}
.dripicons-article:before {
  content: "p";
}
.dripicons-backspace:before {
  content: "q";
}
.dripicons-basket:before {
  content: "r";
}
.dripicons-basketball:before {
  content: "s";
}
.dripicons-battery-empty:before {
  content: "t";
}
.dripicons-battery-full:before {
  content: "u";
}
.dripicons-battery-low:before {
  content: "v";
}
.dripicons-battery-medium:before {
  content: "w";
}
.dripicons-bell:before {
  content: "x";
}
.dripicons-blog:before {
  content: "y";
}
.dripicons-bluetooth:before {
  content: "z";
}
.dripicons-bold:before {
  content: "A";
}
.dripicons-bookmark:before {
  content: "B";
}
.dripicons-bookmarks:before {
  content: "C";
}
.dripicons-box:before {
  content: "D";
}
.dripicons-briefcase:before {
  content: "E";
}
.dripicons-brightness-low:before {
  content: "F";
}
.dripicons-brightness-max:before {
  content: "G";
}
.dripicons-brightness-medium:before {
  content: "H";
}
.dripicons-broadcast:before {
  content: "I";
}
.dripicons-browser:before {
  content: "J";
}
.dripicons-browser-upload:before {
  content: "K";
}
.dripicons-brush:before {
  content: "L";
}
.dripicons-calendar:before {
  content: "M";
}
.dripicons-camcorder:before {
  content: "N";
}
.dripicons-camera:before {
  content: "O";
}
.dripicons-card:before {
  content: "P";
}
.dripicons-cart:before {
  content: "Q";
}
.dripicons-checklist:before {
  content: "R";
}
.dripicons-checkmark:before {
  content: "S";
}
.dripicons-chevron-down:before {
  content: "T";
}
.dripicons-chevron-left:before {
  content: "U";
}
.dripicons-chevron-right:before {
  content: "V";
}
.dripicons-chevron-up:before {
  content: "W";
}
.dripicons-clipboard:before {
  content: "X";
}
.dripicons-clock:before {
  content: "Y";
}
.dripicons-clockwise:before {
  content: "Z";
}
.dripicons-cloud:before {
  content: "0";
}
.dripicons-cloud-download:before {
  content: "1";
}
.dripicons-cloud-upload:before {
  content: "2";
}
.dripicons-code:before {
  content: "3";
}
.dripicons-contract:before {
  content: "4";
}
.dripicons-contract-2:before {
  content: "5";
}
.dripicons-conversation:before {
  content: "6";
}
.dripicons-copy:before {
  content: "7";
}
.dripicons-crop:before {
  content: "8";
}
.dripicons-cross:before {
  content: "9";
}
.dripicons-crosshair:before {
  content: "!";
}
.dripicons-cutlery:before {
  content: '"';
}
.dripicons-device-desktop:before {
  content: "#";
}
.dripicons-device-mobile:before {
  content: "$";
}
.dripicons-device-tablet:before {
  content: "%";
}
.dripicons-direction:before {
  content: "&";
}
.dripicons-disc:before {
  content: "'";
}
.dripicons-document:before {
  content: "(";
}
.dripicons-document-delete:before {
  content: ")";
}
.dripicons-document-edit:before {
  content: "*";
}
.dripicons-document-new:before {
  content: "+";
}
.dripicons-document-remove:before {
  content: ",";
}
.dripicons-dot:before {
  content: "-";
}
.dripicons-dots-2:before {
  content: ".";
}
.dripicons-dots-3:before {
  content: "/";
}
.dripicons-download:before {
  content: ":";
}
.dripicons-duplicate:before {
  content: ";";
}
.dripicons-enter:before {
  content: "<";
}
.dripicons-exit:before {
  content: "=";
}
.dripicons-expand:before {
  content: ">";
}
.dripicons-expand-2:before {
  content: "?";
}
.dripicons-experiment:before {
  content: "@";
}
.dripicons-export:before {
  content: "[";
}
.dripicons-feed:before {
  content: "]";
}
.dripicons-flag:before {
  content: "^";
}
.dripicons-flashlight:before {
  content: "_";
}
.dripicons-folder:before {
  content: "`";
}
.dripicons-folder-open:before {
  content: "{";
}
.dripicons-forward:before {
  content: "|";
}
.dripicons-gaming:before {
  content: "}";
}
.dripicons-gear:before {
  content: "~";
}
.dripicons-graduation:before {
  content: "\\";
}
.dripicons-graph-bar:before {
  content: "î€€";
}
.dripicons-graph-line:before {
  content: "î€";
}
.dripicons-graph-pie:before {
  content: "î€‚";
}
.dripicons-headset:before {
  content: "î€ƒ";
}
.dripicons-heart:before {
  content: "î€„";
}
.dripicons-help:before {
  content: "î€…";
}
.dripicons-home:before {
  content: "î€†";
}
.dripicons-hourglass:before {
  content: "î€‡";
}
.dripicons-inbox:before {
  content: "î€ˆ";
}
.dripicons-information:before {
  content: "î€‰";
}
.dripicons-italic:before {
  content: "î€Š";
}
.dripicons-jewel:before {
  content: "î€‹";
}
.dripicons-lifting:before {
  content: "î€Œ";
}
.dripicons-lightbulb:before {
  content: "î€";
}
.dripicons-link:before {
  content: "î€Ž";
}
.dripicons-link-broken:before {
  content: "î€";
}
.dripicons-list:before {
  content: "î€";
}
.dripicons-loading:before {
  content: "î€‘";
}
.dripicons-location:before {
  content: "î€’";
}
.dripicons-lock:before {
  content: "î€“";
}
.dripicons-lock-open:before {
  content: "î€”";
}
.dripicons-mail:before {
  content: "î€•";
}
.dripicons-map:before {
  content: "î€–";
}
.dripicons-media-loop:before {
  content: "î€—";
}
.dripicons-media-next:before {
  content: "î€˜";
}
.dripicons-media-pause:before {
  content: "î€™";
}
.dripicons-media-play:before {
  content: "î€š";
}
.dripicons-media-previous:before {
  content: "î€›";
}
.dripicons-media-record:before {
  content: "î€œ";
}
.dripicons-media-shuffle:before {
  content: "î€";
}
.dripicons-media-stop:before {
  content: "î€ž";
}
.dripicons-medical:before {
  content: "î€Ÿ";
}
.dripicons-menu:before {
  content: "î€ ";
}
.dripicons-message:before {
  content: "î€¡";
}
.dripicons-meter:before {
  content: "î€¢";
}
.dripicons-microphone:before {
  content: "î€£";
}
.dripicons-minus:before {
  content: "î€¤";
}
.dripicons-monitor:before {
  content: "î€¥";
}
.dripicons-move:before {
  content: "î€¦";
}
.dripicons-music:before {
  content: "î€§";
}
.dripicons-network-1:before {
  content: "î€¨";
}
.dripicons-network-2:before {
  content: "î€©";
}
.dripicons-network-3:before {
  content: "î€ª";
}
.dripicons-network-4:before {
  content: "î€«";
}
.dripicons-network-5:before {
  content: "î€¬";
}
.dripicons-pamphlet:before {
  content: "î€­";
}
.dripicons-paperclip:before {
  content: "î€®";
}
.dripicons-pencil:before {
  content: "î€¯";
}
.dripicons-phone:before {
  content: "î€°";
}
.dripicons-photo:before {
  content: "î€±";
}
.dripicons-photo-group:before {
  content: "î€²";
}
.dripicons-pill:before {
  content: "î€³";
}
.dripicons-pin:before {
  content: "î€´";
}
.dripicons-plus:before {
  content: "î€µ";
}
.dripicons-power:before {
  content: "î€¶";
}
.dripicons-preview:before {
  content: "î€·";
}
.dripicons-print:before {
  content: "î€¸";
}
.dripicons-pulse:before {
  content: "î€¹";
}
.dripicons-question:before {
  content: "î€º";
}
.dripicons-reply:before {
  content: "î€»";
}
.dripicons-reply-all:before {
  content: "î€¼";
}
.dripicons-return:before {
  content: "î€½";
}
.dripicons-retweet:before {
  content: "î€¾";
}
.dripicons-rocket:before {
  content: "î€¿";
}
.dripicons-scale:before {
  content: "î€";
}
.dripicons-search:before {
  content: "î";
}
.dripicons-shopping-bag:before {
  content: "î‚";
}
.dripicons-skip:before {
  content: "îƒ";
}
.dripicons-stack:before {
  content: "î„";
}
.dripicons-star:before {
  content: "î…";
}
.dripicons-stopwatch:before {
  content: "î†";
}
.dripicons-store:before {
  content: "î‡";
}
.dripicons-suitcase:before {
  content: "îˆ";
}
.dripicons-swap:before {
  content: "î‰";
}
.dripicons-tag:before {
  content: "îŠ";
}
.dripicons-tag-delete:before {
  content: "î‹";
}
.dripicons-tags:before {
  content: "îŒ";
}
.dripicons-thumbs-down:before {
  content: "î";
}
.dripicons-thumbs-up:before {
  content: "îŽ";
}
.dripicons-ticket:before {
  content: "î";
}
.dripicons-time-reverse:before {
  content: "î";
}
.dripicons-to-do:before {
  content: "î‘";
}
.dripicons-toggles:before {
  content: "î’";
}
.dripicons-trash:before {
  content: "î“";
}
.dripicons-trophy:before {
  content: "î”";
}
.dripicons-upload:before {
  content: "î•";
}
.dripicons-user:before {
  content: "î–";
}
.dripicons-user-group:before {
  content: "î—";
}
.dripicons-user-id:before {
  content: "î˜";
}
.dripicons-vibrate:before {
  content: "î™";
}
.dripicons-view-apps:before {
  content: "îš";
}
.dripicons-view-list:before {
  content: "î›";
}
.dripicons-view-list-large:before {
  content: "îœ";
}
.dripicons-view-thumb:before {
  content: "î";
}
.dripicons-volume-full:before {
  content: "îž";
}
.dripicons-volume-low:before {
  content: "îŸ";
}
.dripicons-volume-medium:before {
  content: "î ";
}
.dripicons-volume-off:before {
  content: "î¡";
}
.dripicons-wallet:before {
  content: "î¢";
}
.dripicons-warning:before {
  content: "î£";
}
.dripicons-web:before {
  content: "î¤";
}
.dripicons-weight:before {
  content: "î¥";
}
.dripicons-wifi:before {
  content: "î¦";
}
.dripicons-wrong:before {
  content: "î§";
}
.dripicons-zoom-in:before {
  content: "î¨";
}
.dripicons-zoom-out:before {
  content: "î©";
}
@font-face {
  font-family: boxicons;
  font-weight: 400;
  font-style: normal;
  src: url(./boxicons.eot);
  src: url(./boxicons.eot) format("embedded-opentype"),
    url(./boxicons.woff2) format("woff2"), url(./boxicons.woff) format("woff"),
    url(./boxicons.ttf) format("truetype"),
    url(../images/boxicons.svg?#boxicons) format("svg");
}
.bx {
  font-family: boxicons !important;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  display: inline-block;
  text-transform: none;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.bx-ul {
  margin-left: 2em;
  padding-left: 0;
  list-style: none;
}
.bx-ul > li {
  position: relative;
}
.bx-ul .bx {
  font-size: inherit;
  line-height: inherit;
  position: absolute;
  left: -2em;
  width: 2em;
  text-align: center;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-webkit-keyframes burst {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  90% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}
@keyframes burst {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  90% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}
@-webkit-keyframes flashing {
  0% {
    opacity: 1;
  }
  45% {
    opacity: 0;
  }
  90% {
    opacity: 1;
  }
}
@keyframes flashing {
  0% {
    opacity: 1;
  }
  45% {
    opacity: 0;
  }
  90% {
    opacity: 1;
  }
}
@-webkit-keyframes fade-left {
  0% {
    -webkit-transform: translateX(0);
    transform: translate(0);
    opacity: 1;
  }
  75% {
    -webkit-transform: translateX(-20px);
    transform: translate(-20px);
    opacity: 0;
  }
}
@keyframes fade-left {
  0% {
    -webkit-transform: translateX(0);
    transform: translate(0);
    opacity: 1;
  }
  75% {
    -webkit-transform: translateX(-20px);
    transform: translate(-20px);
    opacity: 0;
  }
}
@-webkit-keyframes fade-right {
  0% {
    -webkit-transform: translateX(0);
    transform: translate(0);
    opacity: 1;
  }
  75% {
    -webkit-transform: translateX(20px);
    transform: translate(20px);
    opacity: 0;
  }
}
@keyframes fade-right {
  0% {
    -webkit-transform: translateX(0);
    transform: translate(0);
    opacity: 1;
  }
  75% {
    -webkit-transform: translateX(20px);
    transform: translate(20px);
    opacity: 0;
  }
}
@-webkit-keyframes fade-up {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  75% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
    opacity: 0;
  }
}
@keyframes fade-up {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  75% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
    opacity: 0;
  }
}
@-webkit-keyframes fade-down {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  75% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0;
  }
}
@keyframes fade-down {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  75% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0;
  }
}
@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scaleZ(1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.95, 0.95, 0.95) rotate3d(0, 0, 1, -10deg);
    transform: scale3d(0.95, 0.95, 0.95) rotate3d(0, 0, 1, -10deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1, 1, 1) rotate3d(0, 0, 1, 10deg);
    transform: scaleZ(1) rotate3d(0, 0, 1, 10deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1, 1, 1) rotate3d(0, 0, 1, -10deg);
    transform: scaleZ(1) rotate3d(0, 0, 1, -10deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scaleZ(1);
  }
}
@keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scaleZ(1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.95, 0.95, 0.95) rotate3d(0, 0, 1, -10deg);
    transform: scale3d(0.95, 0.95, 0.95) rotate3d(0, 0, 1, -10deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1, 1, 1) rotate3d(0, 0, 1, 10deg);
    transform: scaleZ(1) rotate3d(0, 0, 1, 10deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scaleZ(1);
  }
}
.bx-spin,
.bx-spin-hover:hover {
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}
.bx-tada,
.bx-tada-hover:hover {
  -webkit-animation: tada 1.5s ease infinite;
  animation: tada 1.5s ease infinite;
}
.bx-flashing,
.bx-flashing-hover:hover {
  -webkit-animation: flashing 1.5s infinite linear;
  animation: flashing 1.5s infinite linear;
}
.bx-burst,
.bx-burst-hover:hover {
  -webkit-animation: burst 1.5s infinite linear;
  animation: burst 1.5s infinite linear;
}
.bx-fade-up,
.bx-fade-up-hover:hover {
  -webkit-animation: fade-up 1.5s infinite linear;
  animation: fade-up 1.5s infinite linear;
}
.bx-fade-down,
.bx-fade-down-hover:hover {
  -webkit-animation: fade-down 1.5s infinite linear;
  animation: fade-down 1.5s infinite linear;
}
.bx-fade-left,
.bx-fade-left-hover:hover {
  -webkit-animation: fade-left 1.5s infinite linear;
  animation: fade-left 1.5s infinite linear;
}
.bx-fade-right,
.bx-fade-right-hover:hover {
  -webkit-animation: fade-right 1.5s infinite linear;
  animation: fade-right 1.5s infinite linear;
}
.bx-xs {
  font-size: 1rem !important;
}
.bx-sm {
  font-size: 1.55rem !important;
}
.bx-md {
  font-size: 2.25rem !important;
}
.bx-lg {
  font-size: 3rem !important;
}
.bx-fw {
  font-size: 1.2857142857em;
  line-height: 0.8em;
  width: 1.2857142857em;
  height: 0.8em;
  margin-top: -0.2em !important;
  vertical-align: middle;
}
.bx-pull-left {
  float: left;
  margin-right: 0.3em !important;
}
.bx-pull-right {
  float: right;
  margin-left: 0.3em !important;
}
.bx-rotate-90 {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
}
.bx-rotate-180 {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
}
.bx-rotate-270 {
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
}
.bx-flip-horizontal {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
}
.bx-flip-vertical {
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
}
.bx-border {
  padding: 0.25em;
  border: 0.07em solid rgba(0, 0, 0, 0.1);
  border-radius: 0.25em;
}
.bx-border-circle {
  padding: 0.25em;
  border: 0.07em solid rgba(0, 0, 0, 0.1);
  border-radius: 50%;
}
.bxs-balloon:before {
  content: "î­ ";
}
.bxs-castle:before {
  content: "î­¹";
}
.bxs-coffee-bean:before {
  content: "î®’";
}
.bxs-objects-horizontal-center:before {
  content: "î®«";
}
.bxs-objects-horizontal-left:before {
  content: "î¯„";
}
.bxs-objects-horizontal-right:before {
  content: "î¯";
}
.bxs-objects-vertical-bottom:before {
  content: "î¯¶";
}
.bxs-objects-vertical-center:before {
  content: "î½€";
}
.bxs-objects-vertical-top:before {
  content: "î½";
}
.bxs-pear:before {
  content: "î½‚";
}
.bxs-shield-minus:before {
  content: "î½ƒ";
}
.bxs-shield-plus:before {
  content: "î½„";
}
.bxs-shower:before {
  content: "î½…";
}
.bxs-sushi:before {
  content: "î½†";
}
.bxs-universal-access:before {
  content: "î½‡";
}
.bx-child:before {
  content: "î½ˆ";
}
.bx-horizontal-left:before {
  content: "î½‰";
}
.bx-horizontal-right:before {
  content: "î½Š";
}
.bx-objects-horizontal-center:before {
  content: "î½‹";
}
.bx-objects-horizontal-left:before {
  content: "î½Œ";
}
.bx-objects-horizontal-right:before {
  content: "î½";
}
.bx-objects-vertical-bottom:before {
  content: "î½Ž";
}
.bx-objects-vertical-center:before {
  content: "î½";
}
.bx-objects-vertical-top:before {
  content: "î½";
}
.bx-rfid:before {
  content: "î½‘";
}
.bx-shield-minus:before {
  content: "î½’";
}
.bx-shield-plus:before {
  content: "î½“";
}
.bx-shower:before {
  content: "î½”";
}
.bx-sushi:before {
  content: "î½•";
}
.bx-universal-access:before {
  content: "î½–";
}
.bx-vertical-bottom:before {
  content: "î½—";
}
.bx-vertical-top:before {
  content: "î½˜";
}
.bxl-graphql:before {
  content: "î½™";
}
.bxl-typescript:before {
  content: "î½š";
}
.bxs-color:before {
  content: "î¼¹";
}
.bx-reflect-horizontal:before {
  content: "î¼º";
}
.bx-reflect-vertical:before {
  content: "î¼»";
}
.bx-color:before {
  content: "î¼¼";
}
.bxl-mongodb:before {
  content: "î¼½";
}
.bxl-postgresql:before {
  content: "î¼¾";
}
.bxl-deezer:before {
  content: "î¼¿";
}
.bxs-hard-hat:before {
  content: "î¼ª";
}
.bxs-home-alt-2:before {
  content: "î¼«";
}
.bxs-cheese:before {
  content: "î¼¬";
}
.bx-home-alt-2:before {
  content: "î¼­";
}
.bx-hard-hat:before {
  content: "î¼®";
}
.bx-cheese:before {
  content: "î¼¯";
}
.bx-cart-add:before {
  content: "î¼°";
}
.bx-cart-download:before {
  content: "î¼±";
}
.bx-no-signal:before {
  content: "î¼²";
}
.bx-signal-1:before {
  content: "î¼³";
}
.bx-signal-2:before {
  content: "î¼´";
}
.bx-signal-3:before {
  content: "î¼µ";
}
.bx-signal-4:before {
  content: "î¼¶";
}
.bx-signal-5:before {
  content: "î¼·";
}
.bxl-xing:before {
  content: "î¼¸";
}
.bxl-meta:before {
  content: "î¼§";
}
.bx-lemon:before {
  content: "î¼¨";
}
.bxs-lemon:before {
  content: "î¼©";
}
.bx-cricket-ball:before {
  content: "î¼Œ";
}
.bx-baguette:before {
  content: "î¼";
}
.bx-bowl-hot:before {
  content: "î¼Ž";
}
.bx-bowl-rice:before {
  content: "î¼";
}
.bx-cable-car:before {
  content: "î¼";
}
.bx-candles:before {
  content: "î¼‘";
}
.bx-circle-half:before {
  content: "î¼’";
}
.bx-circle-quarter:before {
  content: "î¼“";
}
.bx-circle-three-quarter:before {
  content: "î¼”";
}
.bx-cross:before {
  content: "î¼•";
}
.bx-fork:before {
  content: "î¼–";
}
.bx-knife:before {
  content: "î¼—";
}
.bx-money-withdraw:before {
  content: "î¼˜";
}
.bx-popsicle:before {
  content: "î¼™";
}
.bx-scatter-chart:before {
  content: "î¼š";
}
.bxs-baguette:before {
  content: "î¼›";
}
.bxs-bowl-hot:before {
  content: "î¼œ";
}
.bxs-bowl-rice:before {
  content: "î¼";
}
.bxs-cable-car:before {
  content: "î¼ž";
}
.bxs-circle-half:before {
  content: "î¼Ÿ";
}
.bxs-circle-quarter:before {
  content: "î¼ ";
}
.bxs-circle-three-quarter:before {
  content: "î¼¡";
}
.bxs-cricket-ball:before {
  content: "î¼¢";
}
.bxs-invader:before {
  content: "î¼£";
}
.bx-male-female:before {
  content: "î¼¤";
}
.bxs-popsicle:before {
  content: "î¼¥";
}
.bxs-tree-alt:before {
  content: "î¼¦";
}
.bxl-venmo:before {
  content: "î¤€";
}
.bxl-upwork:before {
  content: "î¤";
}
.bxl-netlify:before {
  content: "î¤‚";
}
.bxl-java:before {
  content: "î¤ƒ";
}
.bxl-heroku:before {
  content: "î¤„";
}
.bxl-go-lang:before {
  content: "î¤…";
}
.bxl-gmail:before {
  content: "î¤†";
}
.bxl-flask:before {
  content: "î¤‡";
}
.bxl-99designs:before {
  content: "î¤ˆ";
}
.bxl-500px:before {
  content: "î¤‰";
}
.bxl-adobe:before {
  content: "î¤Š";
}
.bxl-airbnb:before {
  content: "î¤‹";
}
.bxl-algolia:before {
  content: "î¤Œ";
}
.bxl-amazon:before {
  content: "î¤";
}
.bxl-android:before {
  content: "î¤Ž";
}
.bxl-angular:before {
  content: "î¤";
}
.bxl-apple:before {
  content: "î¤";
}
.bxl-audible:before {
  content: "î¤‘";
}
.bxl-aws:before {
  content: "î¤’";
}
.bxl-baidu:before {
  content: "î¤“";
}
.bxl-behance:before {
  content: "î¤”";
}
.bxl-bing:before {
  content: "î¤•";
}
.bxl-bitcoin:before {
  content: "î¤–";
}
.bxl-blender:before {
  content: "î¤—";
}
.bxl-blogger:before {
  content: "î¤˜";
}
.bxl-bootstrap:before {
  content: "î¤™";
}
.bxl-chrome:before {
  content: "î¤š";
}
.bxl-codepen:before {
  content: "î¤›";
}
.bxl-c-plus-plus:before {
  content: "î¤œ";
}
.bxl-creative-commons:before {
  content: "î¤";
}
.bxl-css3:before {
  content: "î¤ž";
}
.bxl-dailymotion:before {
  content: "î¤Ÿ";
}
.bxl-deviantart:before {
  content: "î¤ ";
}
.bxl-dev-to:before {
  content: "î¤¡";
}
.bxl-digg:before {
  content: "î¤¢";
}
.bxl-digitalocean:before {
  content: "î¤£";
}
.bxl-discord:before {
  content: "î¤¤";
}
.bxl-discord-alt:before {
  content: "î¤¥";
}
.bxl-discourse:before {
  content: "î¤¦";
}
.bxl-django:before {
  content: "î¤§";
}
.bxl-docker:before {
  content: "î¤¨";
}
.bxl-dribbble:before {
  content: "î¤©";
}
.bxl-dropbox:before {
  content: "î¤ª";
}
.bxl-drupal:before {
  content: "î¤«";
}
.bxl-ebay:before {
  content: "î¤¬";
}
.bxl-edge:before {
  content: "î¤­";
}
.bxl-etsy:before {
  content: "î¤®";
}
.bxl-facebook:before {
  content: "î¤¯";
}
.bxl-facebook-circle:before {
  content: "î¤°";
}
.bxl-facebook-square:before {
  content: "î¤±";
}
.bxl-figma:before {
  content: "î¤²";
}
.bxl-firebase:before {
  content: "î¤³";
}
.bxl-firefox:before {
  content: "î¤´";
}
.bxl-flickr:before {
  content: "î¤µ";
}
.bxl-flickr-square:before {
  content: "î¤¶";
}
.bxl-flutter:before {
  content: "î¤·";
}
.bxl-foursquare:before {
  content: "î¤¸";
}
.bxl-git:before {
  content: "î¤¹";
}
.bxl-github:before {
  content: "î¤º";
}
.bxl-gitlab:before {
  content: "î¤»";
}
.bxl-google:before {
  content: "î¤¼";
}
.bxl-google-cloud:before {
  content: "î¤½";
}
.bxl-google-plus:before {
  content: "î¤¾";
}
.bxl-google-plus-circle:before {
  content: "î¤¿";
}
.bxl-html5:before {
  content: "î¥€";
}
.bxl-imdb:before {
  content: "î¥";
}
.bxl-instagram:before {
  content: "î¥‚";
}
.bxl-instagram-alt:before {
  content: "î¥ƒ";
}
.bxl-internet-explorer:before {
  content: "î¥„";
}
.bxl-invision:before {
  content: "î¥…";
}
.bxl-javascript:before {
  content: "î¥†";
}
.bxl-joomla:before {
  content: "î¥‡";
}
.bxl-jquery:before {
  content: "î¥ˆ";
}
.bxl-jsfiddle:before {
  content: "î¥‰";
}
.bxl-kickstarter:before {
  content: "î¥Š";
}
.bxl-kubernetes:before {
  content: "î¥‹";
}
.bxl-less:before {
  content: "î¥Œ";
}
.bxl-linkedin:before {
  content: "î¥";
}
.bxl-linkedin-square:before {
  content: "î¥Ž";
}
.bxl-magento:before {
  content: "î¥";
}
.bxl-mailchimp:before {
  content: "î¥";
}
.bxl-markdown:before {
  content: "î¥‘";
}
.bxl-mastercard:before {
  content: "î¥’";
}
.bxl-mastodon:before {
  content: "î¥“";
}
.bxl-medium:before {
  content: "î¥”";
}
.bxl-medium-old:before {
  content: "î¥•";
}
.bxl-medium-square:before {
  content: "î¥–";
}
.bxl-messenger:before {
  content: "î¥—";
}
.bxl-microsoft:before {
  content: "î¥˜";
}
.bxl-microsoft-teams:before {
  content: "î¥™";
}
.bxl-nodejs:before {
  content: "î¥š";
}
.bxl-ok-ru:before {
  content: "î¥›";
}
.bxl-opera:before {
  content: "î¥œ";
}
.bxl-patreon:before {
  content: "î¥";
}
.bxl-paypal:before {
  content: "î¥ž";
}
.bxl-periscope:before {
  content: "î¥Ÿ";
}
.bxl-php:before {
  content: "î¥ ";
}
.bxl-pinterest:before {
  content: "î¥¡";
}
.bxl-pinterest-alt:before {
  content: "î¥¢";
}
.bxl-play-store:before {
  content: "î¥£";
}
.bxl-pocket:before {
  content: "î¥¤";
}
.bxl-product-hunt:before {
  content: "î¥¥";
}
.bxl-python:before {
  content: "î¥¦";
}
.bxl-quora:before {
  content: "î¥§";
}
.bxl-react:before {
  content: "î¥¨";
}
.bxl-redbubble:before {
  content: "î¥©";
}
.bxl-reddit:before {
  content: "î¥ª";
}
.bxl-redux:before {
  content: "î¥«";
}
.bxl-sass:before {
  content: "î¥¬";
}
.bxl-shopify:before {
  content: "î¥­";
}
.bxl-sketch:before {
  content: "î¥®";
}
.bxl-skype:before {
  content: "î¥¯";
}
.bxl-slack:before {
  content: "î¥°";
}
.bxl-slack-old:before {
  content: "î¥±";
}
.bxl-snapchat:before {
  content: "î¥²";
}
.bxl-soundcloud:before {
  content: "î¥³";
}
.bxl-spotify:before {
  content: "î¥´";
}
.bxl-spring-boot:before {
  content: "î¥µ";
}
.bxl-squarespace:before {
  content: "î¥¶";
}
.bxl-stack-overflow:before {
  content: "î¥·";
}
.bxl-steam:before {
  content: "î¥¸";
}
.bxl-stripe:before {
  content: "î¥¹";
}
.bxl-tailwind-css:before {
  content: "î¥º";
}
.bxl-telegram:before {
  content: "î¥»";
}
.bxl-tiktok:before {
  content: "î¥¼";
}
.bxl-trello:before {
  content: "î¥½";
}
.bxl-trip-advisor:before {
  content: "î¥¾";
}
.bxl-tumblr:before {
  content: "î¥¿";
}
.bxl-tux:before {
  content: "î¦€";
}
.bxl-twitch:before {
  content: "î¦";
}
.bxl-twitter:before {
  content: "î¦‚";
}
.bxl-unity:before {
  content: "î¦ƒ";
}
.bxl-unsplash:before {
  content: "î¦„";
}
.bxl-vimeo:before {
  content: "î¦…";
}
.bxl-visa:before {
  content: "î¦†";
}
.bxl-visual-studio:before {
  content: "î¦‡";
}
.bxl-vk:before {
  content: "î¦ˆ";
}
.bxl-vuejs:before {
  content: "î¦‰";
}
.bxl-whatsapp:before {
  content: "î¦Š";
}
.bxl-whatsapp-square:before {
  content: "î¦‹";
}
.bxl-wikipedia:before {
  content: "î¦Œ";
}
.bxl-windows:before {
  content: "î¦";
}
.bxl-wix:before {
  content: "î¦Ž";
}
.bxl-wordpress:before {
  content: "î¦";
}
.bxl-yahoo:before {
  content: "î¦";
}
.bxl-yelp:before {
  content: "î¦‘";
}
.bxl-youtube:before {
  content: "î¦’";
}
.bxl-zoom:before {
  content: "î¦“";
}
.bx-collapse-alt:before {
  content: "î¦”";
}
.bx-collapse-horizontal:before {
  content: "î¦•";
}
.bx-collapse-vertical:before {
  content: "î¦–";
}
.bx-expand-horizontal:before {
  content: "î¦—";
}
.bx-expand-vertical:before {
  content: "î¦˜";
}
.bx-injection:before {
  content: "î¦™";
}
.bx-leaf:before {
  content: "î¦š";
}
.bx-math:before {
  content: "î¦›";
}
.bx-party:before {
  content: "î¦œ";
}
.bx-abacus:before {
  content: "î¦";
}
.bx-accessibility:before {
  content: "î¦ž";
}
.bx-add-to-queue:before {
  content: "î¦Ÿ";
}
.bx-adjust:before {
  content: "î¦ ";
}
.bx-alarm:before {
  content: "î¦¡";
}
.bx-alarm-add:before {
  content: "î¦¢";
}
.bx-alarm-exclamation:before {
  content: "î¦£";
}
.bx-alarm-off:before {
  content: "î¦¤";
}
.bx-alarm-snooze:before {
  content: "î¦¥";
}
.bx-album:before {
  content: "î¦¦";
}
.bx-align-justify:before {
  content: "î¦§";
}
.bx-align-left:before {
  content: "î¦¨";
}
.bx-align-middle:before {
  content: "î¦©";
}
.bx-align-right:before {
  content: "î¦ª";
}
.bx-analyse:before {
  content: "î¦«";
}
.bx-anchor:before {
  content: "î¦¬";
}
.bx-angry:before {
  content: "î¦­";
}
.bx-aperture:before {
  content: "î¦®";
}
.bx-arch:before {
  content: "î¦¯";
}
.bx-archive:before {
  content: "î¦°";
}
.bx-archive-in:before {
  content: "î¦±";
}
.bx-archive-out:before {
  content: "î¦²";
}
.bx-area:before {
  content: "î¦³";
}
.bx-arrow-back:before {
  content: "î¦´";
}
.bx-arrow-from-bottom:before {
  content: "î¦µ";
}
.bx-arrow-from-left:before {
  content: "î¦¶";
}
.bx-arrow-from-right:before {
  content: "î¦·";
}
.bx-arrow-from-top:before {
  content: "î¦¸";
}
.bx-arrow-to-bottom:before {
  content: "î¦¹";
}
.bx-arrow-to-left:before {
  content: "î¦º";
}
.bx-arrow-to-right:before {
  content: "î¦»";
}
.bx-arrow-to-top:before {
  content: "î¦¼";
}
.bx-at:before {
  content: "î¦½";
}
.bx-atom:before {
  content: "î¦¾";
}
.bx-award:before {
  content: "î¦¿";
}
.bx-badge:before {
  content: "î§€";
}
.bx-badge-check:before {
  content: "î§";
}
.bx-ball:before {
  content: "î§‚";
}
.bx-band-aid:before {
  content: "î§ƒ";
}
.bx-bar-chart:before {
  content: "î§„";
}
.bx-bar-chart-alt:before {
  content: "î§…";
}
.bx-bar-chart-alt-2:before {
  content: "î§†";
}
.bx-bar-chart-square:before {
  content: "î§‡";
}
.bx-barcode:before {
  content: "î§ˆ";
}
.bx-barcode-reader:before {
  content: "î§‰";
}
.bx-baseball:before {
  content: "î§Š";
}
.bx-basket:before {
  content: "î§‹";
}
.bx-basketball:before {
  content: "î§Œ";
}
.bx-bath:before {
  content: "î§";
}
.bx-battery:before {
  content: "î§Ž";
}
.bx-bed:before {
  content: "î§";
}
.bx-been-here:before {
  content: "î§";
}
.bx-beer:before {
  content: "î§‘";
}
.bx-bell:before {
  content: "î§’";
}
.bx-bell-minus:before {
  content: "î§“";
}
.bx-bell-off:before {
  content: "î§”";
}
.bx-bell-plus:before {
  content: "î§•";
}
.bx-bible:before {
  content: "î§–";
}
.bx-bitcoin:before {
  content: "î§—";
}
.bx-blanket:before {
  content: "î§˜";
}
.bx-block:before {
  content: "î§™";
}
.bx-bluetooth:before {
  content: "î§š";
}
.bx-body:before {
  content: "î§›";
}
.bx-bold:before {
  content: "î§œ";
}
.bx-bolt-circle:before {
  content: "î§";
}
.bx-bomb:before {
  content: "î§ž";
}
.bx-bone:before {
  content: "î§Ÿ";
}
.bx-bong:before {
  content: "î§ ";
}
.bx-book:before {
  content: "î§¡";
}
.bx-book-add:before {
  content: "î§¢";
}
.bx-book-alt:before {
  content: "î§£";
}
.bx-book-bookmark:before {
  content: "î§¤";
}
.bx-book-content:before {
  content: "î§¥";
}
.bx-book-heart:before {
  content: "î§¦";
}
.bx-bookmark:before {
  content: "î§§";
}
.bx-bookmark-alt:before {
  content: "î§¨";
}
.bx-bookmark-alt-minus:before {
  content: "î§©";
}
.bx-bookmark-alt-plus:before {
  content: "î§ª";
}
.bx-bookmark-heart:before {
  content: "î§«";
}
.bx-bookmark-minus:before {
  content: "î§¬";
}
.bx-bookmark-plus:before {
  content: "î§­";
}
.bx-bookmarks:before {
  content: "î§®";
}
.bx-book-open:before {
  content: "î§¯";
}
.bx-book-reader:before {
  content: "î§°";
}
.bx-border-all:before {
  content: "î§±";
}
.bx-border-bottom:before {
  content: "î§²";
}
.bx-border-inner:before {
  content: "î§³";
}
.bx-border-left:before {
  content: "î§´";
}
.bx-border-none:before {
  content: "î§µ";
}
.bx-border-outer:before {
  content: "î§¶";
}
.bx-border-radius:before {
  content: "î§·";
}
.bx-border-right:before {
  content: "î§¸";
}
.bx-border-top:before {
  content: "î§¹";
}
.bx-bot:before {
  content: "î§º";
}
.bx-bowling-ball:before {
  content: "î§»";
}
.bx-box:before {
  content: "î§¼";
}
.bx-bracket:before {
  content: "î§½";
}
.bx-braille:before {
  content: "î§¾";
}
.bx-brain:before {
  content: "î§¿";
}
.bx-briefcase:before {
  content: "î¨€";
}
.bx-briefcase-alt:before {
  content: "î¨";
}
.bx-briefcase-alt-2:before {
  content: "î¨‚";
}
.bx-brightness:before {
  content: "î¨ƒ";
}
.bx-brightness-half:before {
  content: "î¨„";
}
.bx-broadcast:before {
  content: "î¨…";
}
.bx-brush:before {
  content: "î¨†";
}
.bx-brush-alt:before {
  content: "î¨‡";
}
.bx-bug:before {
  content: "î¨ˆ";
}
.bx-bug-alt:before {
  content: "î¨‰";
}
.bx-building:before {
  content: "î¨Š";
}
.bx-building-house:before {
  content: "î¨‹";
}
.bx-buildings:before {
  content: "î¨Œ";
}
.bx-bulb:before {
  content: "î¨";
}
.bx-bullseye:before {
  content: "î¨Ž";
}
.bx-buoy:before {
  content: "î¨";
}
.bx-bus:before {
  content: "î¨";
}
.bx-bus-school:before {
  content: "î¨‘";
}
.bx-cabinet:before {
  content: "î¨’";
}
.bx-cake:before {
  content: "î¨“";
}
.bx-calculator:before {
  content: "î¨”";
}
.bx-calendar:before {
  content: "î¨•";
}
.bx-calendar-alt:before {
  content: "î¨–";
}
.bx-calendar-check:before {
  content: "î¨—";
}
.bx-calendar-edit:before {
  content: "î¨˜";
}
.bx-calendar-event:before {
  content: "î¨™";
}
.bx-calendar-exclamation:before {
  content: "î¨š";
}
.bx-calendar-heart:before {
  content: "î¨›";
}
.bx-calendar-minus:before {
  content: "î¨œ";
}
.bx-calendar-plus:before {
  content: "î¨";
}
.bx-calendar-star:before {
  content: "î¨ž";
}
.bx-calendar-week:before {
  content: "î¨Ÿ";
}
.bx-calendar-x:before {
  content: "î¨ ";
}
.bx-camera:before {
  content: "î¨¡";
}
.bx-camera-home:before {
  content: "î¨¢";
}
.bx-camera-movie:before {
  content: "î¨£";
}
.bx-camera-off:before {
  content: "î¨¤";
}
.bx-capsule:before {
  content: "î¨¥";
}
.bx-captions:before {
  content: "î¨¦";
}
.bx-car:before {
  content: "î¨§";
}
.bx-card:before {
  content: "î¨¨";
}
.bx-caret-down:before {
  content: "î¨©";
}
.bx-caret-down-circle:before {
  content: "î¨ª";
}
.bx-caret-down-square:before {
  content: "î¨«";
}
.bx-caret-left:before {
  content: "î¨¬";
}
.bx-caret-left-circle:before {
  content: "î¨­";
}
.bx-caret-left-square:before {
  content: "î¨®";
}
.bx-caret-right:before {
  content: "î¨¯";
}
.bx-caret-right-circle:before {
  content: "î¨°";
}
.bx-caret-right-square:before {
  content: "î¨±";
}
.bx-caret-up:before {
  content: "î¨²";
}
.bx-caret-up-circle:before {
  content: "î¨³";
}
.bx-caret-up-square:before {
  content: "î¨´";
}
.bx-carousel:before {
  content: "î¨µ";
}
.bx-cart:before {
  content: "î¨¶";
}
.bx-cart-alt:before {
  content: "î¨·";
}
.bx-cast:before {
  content: "î¨¸";
}
.bx-category:before {
  content: "î¨¹";
}
.bx-category-alt:before {
  content: "î¨º";
}
.bx-cctv:before {
  content: "î¨»";
}
.bx-certification:before {
  content: "î¨¼";
}
.bx-chair:before {
  content: "î¨½";
}
.bx-chalkboard:before {
  content: "î¨¾";
}
.bx-chart:before {
  content: "î¨¿";
}
.bx-chat:before {
  content: "î©€";
}
.bx-check:before {
  content: "î©";
}
.bx-checkbox:before {
  content: "î©‚";
}
.bx-checkbox-checked:before {
  content: "î©ƒ";
}
.bx-checkbox-minus:before {
  content: "î©„";
}
.bx-checkbox-square:before {
  content: "î©…";
}
.bx-check-circle:before {
  content: "î©†";
}
.bx-check-double:before {
  content: "î©‡";
}
.bx-check-shield:before {
  content: "î©ˆ";
}
.bx-check-square:before {
  content: "î©‰";
}
.bx-chevron-down:before {
  content: "î©Š";
}
.bx-chevron-down-circle:before {
  content: "î©‹";
}
.bx-chevron-down-square:before {
  content: "î©Œ";
}
.bx-chevron-left:before {
  content: "î©";
}
.bx-chevron-left-circle:before {
  content: "î©Ž";
}
.bx-chevron-left-square:before {
  content: "î©";
}
.bx-chevron-right:before {
  content: "î©";
}
.bx-chevron-right-circle:before {
  content: "î©‘";
}
.bx-chevron-right-square:before {
  content: "î©’";
}
.bx-chevrons-down:before {
  content: "î©“";
}
.bx-chevrons-left:before {
  content: "î©”";
}
.bx-chevrons-right:before {
  content: "î©•";
}
.bx-chevrons-up:before {
  content: "î©–";
}
.bx-chevron-up:before {
  content: "î©—";
}
.bx-chevron-up-circle:before {
  content: "î©˜";
}
.bx-chevron-up-square:before {
  content: "î©™";
}
.bx-chip:before {
  content: "î©š";
}
.bx-church:before {
  content: "î©›";
}
.bx-circle:before {
  content: "î©œ";
}
.bx-clinic:before {
  content: "î©";
}
.bx-clipboard:before {
  content: "î©ž";
}
.bx-closet:before {
  content: "î©Ÿ";
}
.bx-cloud:before {
  content: "î© ";
}
.bx-cloud-download:before {
  content: "î©¡";
}
.bx-cloud-drizzle:before {
  content: "î©¢";
}
.bx-cloud-lightning:before {
  content: "î©£";
}
.bx-cloud-light-rain:before {
  content: "î©¤";
}
.bx-cloud-rain:before {
  content: "î©¥";
}
.bx-cloud-snow:before {
  content: "î©¦";
}
.bx-cloud-upload:before {
  content: "î©§";
}
.bx-code:before {
  content: "î©¨";
}
.bx-code-alt:before {
  content: "î©©";
}
.bx-code-block:before {
  content: "î©ª";
}
.bx-code-curly:before {
  content: "î©«";
}
.bx-coffee:before {
  content: "î©¬";
}
.bx-coffee-togo:before {
  content: "î©­";
}
.bx-cog:before {
  content: "î©®";
}
.bx-coin:before {
  content: "î©¯";
}
.bx-coin-stack:before {
  content: "î©°";
}
.bx-collapse:before {
  content: "î©±";
}
.bx-collection:before {
  content: "î©²";
}
.bx-color-fill:before {
  content: "î©³";
}
.bx-columns:before {
  content: "î©´";
}
.bx-command:before {
  content: "î©µ";
}
.bx-comment:before {
  content: "î©¶";
}
.bx-comment-add:before {
  content: "î©·";
}
.bx-comment-check:before {
  content: "î©¸";
}
.bx-comment-detail:before {
  content: "î©¹";
}
.bx-comment-dots:before {
  content: "î©º";
}
.bx-comment-edit:before {
  content: "î©»";
}
.bx-comment-error:before {
  content: "î©¼";
}
.bx-comment-minus:before {
  content: "î©½";
}
.bx-comment-x:before {
  content: "î©¾";
}
.bx-compass:before {
  content: "î©¿";
}
.bx-confused:before {
  content: "îª€";
}
.bx-conversation:before {
  content: "îª";
}
.bx-cookie:before {
  content: "îª‚";
}
.bx-cool:before {
  content: "îªƒ";
}
.bx-copy:before {
  content: "îª„";
}
.bx-copy-alt:before {
  content: "îª…";
}
.bx-copyright:before {
  content: "îª†";
}
.bx-credit-card:before {
  content: "îª‡";
}
.bx-credit-card-alt:before {
  content: "îªˆ";
}
.bx-credit-card-front:before {
  content: "îª‰";
}
.bx-crop:before {
  content: "îªŠ";
}
.bx-crosshair:before {
  content: "îª‹";
}
.bx-crown:before {
  content: "îªŒ";
}
.bx-cube:before {
  content: "îª";
}
.bx-cube-alt:before {
  content: "îªŽ";
}
.bx-cuboid:before {
  content: "îª";
}
.bx-current-location:before {
  content: "îª";
}
.bx-customize:before {
  content: "îª‘";
}
.bx-cut:before {
  content: "îª’";
}
.bx-cycling:before {
  content: "îª“";
}
.bx-cylinder:before {
  content: "îª”";
}
.bx-data:before {
  content: "îª•";
}
.bx-desktop:before {
  content: "îª–";
}
.bx-detail:before {
  content: "îª—";
}
.bx-devices:before {
  content: "îª˜";
}
.bx-dialpad:before {
  content: "îª™";
}
.bx-dialpad-alt:before {
  content: "îªš";
}
.bx-diamond:before {
  content: "îª›";
}
.bx-dice-1:before {
  content: "îªœ";
}
.bx-dice-2:before {
  content: "îª";
}
.bx-dice-3:before {
  content: "îªž";
}
.bx-dice-4:before {
  content: "îªŸ";
}
.bx-dice-5:before {
  content: "îª ";
}
.bx-dice-6:before {
  content: "îª¡";
}
.bx-directions:before {
  content: "îª¢";
}
.bx-disc:before {
  content: "îª£";
}
.bx-dish:before {
  content: "îª¤";
}
.bx-dislike:before {
  content: "îª¥";
}
.bx-dizzy:before {
  content: "îª¦";
}
.bx-dna:before {
  content: "îª§";
}
.bx-dock-bottom:before {
  content: "îª¨";
}
.bx-dock-left:before {
  content: "îª©";
}
.bx-dock-right:before {
  content: "îªª";
}
.bx-dock-top:before {
  content: "îª«";
}
.bx-dollar:before {
  content: "îª¬";
}
.bx-dollar-circle:before {
  content: "îª­";
}
.bx-donate-blood:before {
  content: "îª®";
}
.bx-donate-heart:before {
  content: "îª¯";
}
.bx-door-open:before {
  content: "îª°";
}
.bx-dots-horizontal:before {
  content: "îª±";
}
.bx-dots-horizontal-rounded:before {
  content: "îª²";
}
.bx-dots-vertical:before {
  content: "îª³";
}
.bx-dots-vertical-rounded:before {
  content: "îª´";
}
.bx-doughnut-chart:before {
  content: "îªµ";
}
.bx-down-arrow:before {
  content: "îª¶";
}
.bx-down-arrow-alt:before {
  content: "îª·";
}
.bx-down-arrow-circle:before {
  content: "îª¸";
}
.bx-download:before {
  content: "îª¹";
}
.bx-downvote:before {
  content: "îªº";
}
.bx-drink:before {
  content: "îª»";
}
.bx-droplet:before {
  content: "îª¼";
}
.bx-dumbbell:before {
  content: "îª½";
}
.bx-duplicate:before {
  content: "îª¾";
}
.bx-edit:before {
  content: "îª¿";
}
.bx-edit-alt:before {
  content: "î«€";
}
.bx-envelope:before {
  content: "î«";
}
.bx-envelope-open:before {
  content: "î«‚";
}
.bx-equalizer:before {
  content: "î«ƒ";
}
.bx-eraser:before {
  content: "î«„";
}
.bx-error:before {
  content: "î«…";
}
.bx-error-alt:before {
  content: "î«†";
}
.bx-error-circle:before {
  content: "î«‡";
}
.bx-euro:before {
  content: "î«ˆ";
}
.bx-exclude:before {
  content: "î«‰";
}
.bx-exit:before {
  content: "î«Š";
}
.bx-exit-fullscreen:before {
  content: "î«‹";
}
.bx-expand:before {
  content: "î«Œ";
}
.bx-expand-alt:before {
  content: "î«";
}
.bx-export:before {
  content: "î«Ž";
}
.bx-extension:before {
  content: "î«";
}
.bx-face:before {
  content: "î«";
}
.bx-fast-forward:before {
  content: "î«‘";
}
.bx-fast-forward-circle:before {
  content: "î«’";
}
.bx-female:before {
  content: "î«“";
}
.bx-female-sign:before {
  content: "î«”";
}
.bx-file:before {
  content: "î«•";
}
.bx-file-blank:before {
  content: "î«–";
}
.bx-file-find:before {
  content: "î«—";
}
.bx-film:before {
  content: "î«˜";
}
.bx-filter:before {
  content: "î«™";
}
.bx-filter-alt:before {
  content: "î«š";
}
.bx-fingerprint:before {
  content: "î«›";
}
.bx-first-aid:before {
  content: "î«œ";
}
.bx-first-page:before {
  content: "î«";
}
.bx-flag:before {
  content: "î«ž";
}
.bx-folder:before {
  content: "î«Ÿ";
}
.bx-folder-minus:before {
  content: "î« ";
}
.bx-folder-open:before {
  content: "î«¡";
}
.bx-folder-plus:before {
  content: "î«¢";
}
.bx-font:before {
  content: "î«£";
}
.bx-font-color:before {
  content: "î«¤";
}
.bx-font-family:before {
  content: "î«¥";
}
.bx-font-size:before {
  content: "î«¦";
}
.bx-food-menu:before {
  content: "î«§";
}
.bx-food-tag:before {
  content: "î«¨";
}
.bx-football:before {
  content: "î«©";
}
.bx-fridge:before {
  content: "î«ª";
}
.bx-fullscreen:before {
  content: "î««";
}
.bx-game:before {
  content: "î«¬";
}
.bx-gas-pump:before {
  content: "î«­";
}
.bx-ghost:before {
  content: "î«®";
}
.bx-gift:before {
  content: "î«¯";
}
.bx-git-branch:before {
  content: "î«°";
}
.bx-git-commit:before {
  content: "î«±";
}
.bx-git-compare:before {
  content: "î«²";
}
.bx-git-merge:before {
  content: "î«³";
}
.bx-git-pull-request:before {
  content: "î«´";
}
.bx-git-repo-forked:before {
  content: "î«µ";
}
.bx-glasses:before {
  content: "î«¶";
}
.bx-glasses-alt:before {
  content: "î«·";
}
.bx-globe:before {
  content: "î«¸";
}
.bx-globe-alt:before {
  content: "î«¹";
}
.bx-grid:before {
  content: "î«º";
}
.bx-grid-alt:before {
  content: "î«»";
}
.bx-grid-horizontal:before {
  content: "î«¼";
}
.bx-grid-small:before {
  content: "î«½";
}
.bx-grid-vertical:before {
  content: "î«¾";
}
.bx-group:before {
  content: "î«¿";
}
.bx-handicap:before {
  content: "î¬€";
}
.bx-happy:before {
  content: "î¬";
}
.bx-happy-alt:before {
  content: "î¬‚";
}
.bx-happy-beaming:before {
  content: "î¬ƒ";
}
.bx-happy-heart-eyes:before {
  content: "î¬„";
}
.bx-hash:before {
  content: "î¬…";
}
.bx-hdd:before {
  content: "î¬†";
}
.bx-heading:before {
  content: "î¬‡";
}
.bx-headphone:before {
  content: "î¬ˆ";
}
.bx-health:before {
  content: "î¬‰";
}
.bx-heart:before {
  content: "î¬Š";
}
.bx-heart-circle:before {
  content: "î¬‹";
}
.bx-heart-square:before {
  content: "î¬Œ";
}
.bx-help-circle:before {
  content: "î¬";
}
.bx-hide:before {
  content: "î¬Ž";
}
.bx-highlight:before {
  content: "î¬";
}
.bx-history:before {
  content: "î¬";
}
.bx-hive:before {
  content: "î¬‘";
}
.bx-home:before {
  content: "î¬’";
}
.bx-home-alt:before {
  content: "î¬“";
}
.bx-home-circle:before {
  content: "î¬”";
}
.bx-home-heart:before {
  content: "î¬•";
}
.bx-home-smile:before {
  content: "î¬–";
}
.bx-horizontal-center:before {
  content: "î¬—";
}
.bx-hotel:before {
  content: "î¬˜";
}
.bx-hourglass:before {
  content: "î¬™";
}
.bx-id-card:before {
  content: "î¬š";
}
.bx-image:before {
  content: "î¬›";
}
.bx-image-add:before {
  content: "î¬œ";
}
.bx-image-alt:before {
  content: "î¬";
}
.bx-images:before {
  content: "î¬ž";
}
.bx-import:before {
  content: "î¬Ÿ";
}
.bx-infinite:before {
  content: "î¬ ";
}
.bx-info-circle:before {
  content: "î¬¡";
}
.bx-info-square:before {
  content: "î¬¢";
}
.bx-intersect:before {
  content: "î¬£";
}
.bx-italic:before {
  content: "î¬¤";
}
.bx-joystick:before {
  content: "î¬¥";
}
.bx-joystick-alt:before {
  content: "î¬¦";
}
.bx-joystick-button:before {
  content: "î¬§";
}
.bx-key:before {
  content: "î¬¨";
}
.bx-label:before {
  content: "î¬©";
}
.bx-landscape:before {
  content: "î¬ª";
}
.bx-laptop:before {
  content: "î¬«";
}
.bx-last-page:before {
  content: "î¬¬";
}
.bx-laugh:before {
  content: "î¬­";
}
.bx-layer:before {
  content: "î¬®";
}
.bx-layer-minus:before {
  content: "î¬¯";
}
.bx-layer-plus:before {
  content: "î¬°";
}
.bx-layout:before {
  content: "î¬±";
}
.bx-left-arrow:before {
  content: "î¬²";
}
.bx-left-arrow-alt:before {
  content: "î¬³";
}
.bx-left-arrow-circle:before {
  content: "î¬´";
}
.bx-left-down-arrow-circle:before {
  content: "î¬µ";
}
.bx-left-indent:before {
  content: "î¬¶";
}
.bx-left-top-arrow-circle:before {
  content: "î¬·";
}
.bx-library:before {
  content: "î¬¸";
}
.bx-like:before {
  content: "î¬¹";
}
.bx-line-chart:before {
  content: "î¬º";
}
.bx-line-chart-down:before {
  content: "î¬»";
}
.bx-link:before {
  content: "î¬¼";
}
.bx-link-alt:before {
  content: "î¬½";
}
.bx-link-external:before {
  content: "î¬¾";
}
.bx-lira:before {
  content: "î¬¿";
}
.bx-list-check:before {
  content: "î­€";
}
.bx-list-minus:before {
  content: "î­";
}
.bx-list-ol:before {
  content: "î­‚";
}
.bx-list-plus:before {
  content: "î­ƒ";
}
.bx-list-ul:before {
  content: "î­„";
}
.bx-loader:before {
  content: "î­…";
}
.bx-loader-alt:before {
  content: "î­†";
}
.bx-loader-circle:before {
  content: "î­‡";
}
.bx-location-plus:before {
  content: "î­ˆ";
}
.bx-lock:before {
  content: "î­‰";
}
.bx-lock-alt:before {
  content: "î­Š";
}
.bx-lock-open:before {
  content: "î­‹";
}
.bx-lock-open-alt:before {
  content: "î­Œ";
}
.bx-log-in:before {
  content: "î­";
}
.bx-log-in-circle:before {
  content: "î­Ž";
}
.bx-log-out:before {
  content: "î­";
}
.bx-log-out-circle:before {
  content: "î­";
}
.bx-low-vision:before {
  content: "î­‘";
}
.bx-magnet:before {
  content: "î­’";
}
.bx-mail-send:before {
  content: "î­“";
}
.bx-male:before {
  content: "î­”";
}
.bx-male-sign:before {
  content: "î­•";
}
.bx-map:before {
  content: "î­–";
}
.bx-map-alt:before {
  content: "î­—";
}
.bx-map-pin:before {
  content: "î­˜";
}
.bx-mask:before {
  content: "î­™";
}
.bx-medal:before {
  content: "î­š";
}
.bx-meh:before {
  content: "î­›";
}
.bx-meh-alt:before {
  content: "î­œ";
}
.bx-meh-blank:before {
  content: "î­";
}
.bx-memory-card:before {
  content: "î­ž";
}
.bx-menu:before {
  content: "î­Ÿ";
}
.bx-menu-alt-left:before {
  content: "î½›";
}
.bx-menu-alt-right:before {
  content: "î­¡";
}
.bx-merge:before {
  content: "î­¢";
}
.bx-message:before {
  content: "î­£";
}
.bx-message-add:before {
  content: "î­¤";
}
.bx-message-alt:before {
  content: "î­¥";
}
.bx-message-alt-add:before {
  content: "î­¦";
}
.bx-message-alt-check:before {
  content: "î­§";
}
.bx-message-alt-detail:before {
  content: "î­¨";
}
.bx-message-alt-dots:before {
  content: "î­©";
}
.bx-message-alt-edit:before {
  content: "î­ª";
}
.bx-message-alt-error:before {
  content: "î­«";
}
.bx-message-alt-minus:before {
  content: "î­¬";
}
.bx-message-alt-x:before {
  content: "î­­";
}
.bx-message-check:before {
  content: "î­®";
}
.bx-message-detail:before {
  content: "î­¯";
}
.bx-message-dots:before {
  content: "î­°";
}
.bx-message-edit:before {
  content: "î­±";
}
.bx-message-error:before {
  content: "î­²";
}
.bx-message-minus:before {
  content: "î­³";
}
.bx-message-rounded:before {
  content: "î­´";
}
.bx-message-rounded-add:before {
  content: "î­µ";
}
.bx-message-rounded-check:before {
  content: "î­¶";
}
.bx-message-rounded-detail:before {
  content: "î­·";
}
.bx-message-rounded-dots:before {
  content: "î­¸";
}
.bx-message-rounded-edit:before {
  content: "î½œ";
}
.bx-message-rounded-error:before {
  content: "î­º";
}
.bx-message-rounded-minus:before {
  content: "î­»";
}
.bx-message-rounded-x:before {
  content: "î­¼";
}
.bx-message-square:before {
  content: "î­½";
}
.bx-message-square-add:before {
  content: "î­¾";
}
.bx-message-square-check:before {
  content: "î­¿";
}
.bx-message-square-detail:before {
  content: "î®€";
}
.bx-message-square-dots:before {
  content: "î®";
}
.bx-message-square-edit:before {
  content: "î®‚";
}
.bx-message-square-error:before {
  content: "î®ƒ";
}
.bx-message-square-minus:before {
  content: "î®„";
}
.bx-message-square-x:before {
  content: "î®…";
}
.bx-message-x:before {
  content: "î®†";
}
.bx-meteor:before {
  content: "î®‡";
}
.bx-microchip:before {
  content: "î®ˆ";
}
.bx-microphone:before {
  content: "î®‰";
}
.bx-microphone-off:before {
  content: "î®Š";
}
.bx-minus:before {
  content: "î®‹";
}
.bx-minus-back:before {
  content: "î®Œ";
}
.bx-minus-circle:before {
  content: "î®";
}
.bx-minus-front:before {
  content: "î®Ž";
}
.bx-mobile:before {
  content: "î®";
}
.bx-mobile-alt:before {
  content: "î®";
}
.bx-mobile-landscape:before {
  content: "î®‘";
}
.bx-mobile-vibration:before {
  content: "î½";
}
.bx-money:before {
  content: "î®“";
}
.bx-moon:before {
  content: "î®”";
}
.bx-mouse:before {
  content: "î®•";
}
.bx-mouse-alt:before {
  content: "î®–";
}
.bx-move:before {
  content: "î®—";
}
.bx-move-horizontal:before {
  content: "î®˜";
}
.bx-move-vertical:before {
  content: "î®™";
}
.bx-movie:before {
  content: "î®š";
}
.bx-movie-play:before {
  content: "î®›";
}
.bx-music:before {
  content: "î®œ";
}
.bx-navigation:before {
  content: "î®";
}
.bx-network-chart:before {
  content: "î®ž";
}
.bx-news:before {
  content: "î®Ÿ";
}
.bx-no-entry:before {
  content: "î® ";
}
.bx-note:before {
  content: "î®¡";
}
.bx-notepad:before {
  content: "î®¢";
}
.bx-notification:before {
  content: "î®£";
}
.bx-notification-off:before {
  content: "î®¤";
}
.bx-outline:before {
  content: "î®¥";
}
.bx-package:before {
  content: "î®¦";
}
.bx-paint:before {
  content: "î®§";
}
.bx-paint-roll:before {
  content: "î®¨";
}
.bx-palette:before {
  content: "î®©";
}
.bx-paperclip:before {
  content: "î®ª";
}
.bx-paper-plane:before {
  content: "î½¡";
}
.bx-paragraph:before {
  content: "î®¬";
}
.bx-paste:before {
  content: "î®­";
}
.bx-pause:before {
  content: "î®®";
}
.bx-pause-circle:before {
  content: "î®¯";
}
.bx-pen:before {
  content: "î®°";
}
.bx-pencil:before {
  content: "î®±";
}
.bx-phone:before {
  content: "î®²";
}
.bx-phone-call:before {
  content: "î®³";
}
.bx-phone-incoming:before {
  content: "î®´";
}
.bx-phone-off:before {
  content: "î®µ";
}
.bx-phone-outgoing:before {
  content: "î®¶";
}
.bx-photo-album:before {
  content: "î®·";
}
.bx-pie-chart:before {
  content: "î®¸";
}
.bx-pie-chart-alt:before {
  content: "î®¹";
}
.bx-pie-chart-alt-2:before {
  content: "î®º";
}
.bx-pin:before {
  content: "î®»";
}
.bx-planet:before {
  content: "î®¼";
}
.bx-play:before {
  content: "î®½";
}
.bx-play-circle:before {
  content: "î®¾";
}
.bx-plug:before {
  content: "î®¿";
}
.bx-plus:before {
  content: "î¯€";
}
.bx-plus-circle:before {
  content: "î¯";
}
.bx-plus-medical:before {
  content: "î¯‚";
}
.bx-podcast:before {
  content: "î¯ƒ";
}
.bx-pointer:before {
  content: "î½ž";
}
.bx-poll:before {
  content: "î¯…";
}
.bx-polygon:before {
  content: "î¯†";
}
.bx-pound:before {
  content: "î¯‡";
}
.bx-power-off:before {
  content: "î¯ˆ";
}
.bx-printer:before {
  content: "î¯‰";
}
.bx-pulse:before {
  content: "î¯Š";
}
.bx-purchase-tag:before {
  content: "î¯‹";
}
.bx-purchase-tag-alt:before {
  content: "î¯Œ";
}
.bx-pyramid:before {
  content: "î¯";
}
.bx-qr:before {
  content: "î¯Ž";
}
.bx-qr-scan:before {
  content: "î¯";
}
.bx-question-mark:before {
  content: "î¯";
}
.bx-radar:before {
  content: "î¯‘";
}
.bx-radio:before {
  content: "î¯’";
}
.bx-radio-circle:before {
  content: "î¯“";
}
.bx-radio-circle-marked:before {
  content: "î¯”";
}
.bx-receipt:before {
  content: "î¯•";
}
.bx-rectangle:before {
  content: "î¯–";
}
.bx-recycle:before {
  content: "î¯—";
}
.bx-redo:before {
  content: "î¯˜";
}
.bx-refresh:before {
  content: "î¯™";
}
.bx-registered:before {
  content: "î¯š";
}
.bx-rename:before {
  content: "î¯›";
}
.bx-repeat:before {
  content: "î¯œ";
}
.bx-reply:before {
  content: "î½Ÿ";
}
.bx-reply-all:before {
  content: "î¯ž";
}
.bx-repost:before {
  content: "î¯Ÿ";
}
.bx-reset:before {
  content: "î¯ ";
}
.bx-restaurant:before {
  content: "î¯¡";
}
.bx-revision:before {
  content: "î¯¢";
}
.bx-rewind:before {
  content: "î¯£";
}
.bx-rewind-circle:before {
  content: "î¯¤";
}
.bx-right-arrow:before {
  content: "î¯¥";
}
.bx-right-arrow-alt:before {
  content: "î¯¦";
}
.bx-right-arrow-circle:before {
  content: "î¯§";
}
.bx-right-down-arrow-circle:before {
  content: "î¯¨";
}
.bx-right-indent:before {
  content: "î¯©";
}
.bx-right-top-arrow-circle:before {
  content: "î¯ª";
}
.bx-rocket:before {
  content: "î¯«";
}
.bx-rotate-left:before {
  content: "î¯¬";
}
.bx-rotate-right:before {
  content: "î¯­";
}
.bx-rss:before {
  content: "î¯®";
}
.bx-ruble:before {
  content: "î¯¯";
}
.bx-ruler:before {
  content: "î¯°";
}
.bx-run:before {
  content: "î¯±";
}
.bx-rupee:before {
  content: "î¯²";
}
.bx-sad:before {
  content: "î¯³";
}
.bx-save:before {
  content: "î¯´";
}
.bx-scan:before {
  content: "î¯µ";
}
.bx-screenshot:before {
  content: "î½ ";
}
.bx-search:before {
  content: "î¯·";
}
.bx-search-alt:before {
  content: "î¯¸";
}
.bx-search-alt-2:before {
  content: "î¯¹";
}
.bx-selection:before {
  content: "î¯º";
}
.bx-select-multiple:before {
  content: "î¯»";
}
.bx-send:before {
  content: "î¯¼";
}
.bx-server:before {
  content: "î¯½";
}
.bx-shape-circle:before {
  content: "î¯¾";
}
.bx-shape-polygon:before {
  content: "î¯¿";
}
.bx-shape-square:before {
  content: "î°€";
}
.bx-shape-triangle:before {
  content: "î°";
}
.bx-share:before {
  content: "î°‚";
}
.bx-share-alt:before {
  content: "î°ƒ";
}
.bx-shekel:before {
  content: "î°„";
}
.bx-shield:before {
  content: "î°…";
}
.bx-shield-alt:before {
  content: "î°†";
}
.bx-shield-alt-2:before {
  content: "î°‡";
}
.bx-shield-quarter:before {
  content: "î°ˆ";
}
.bx-shield-x:before {
  content: "î°‰";
}
.bx-shocked:before {
  content: "î°Š";
}
.bx-shopping-bag:before {
  content: "î°‹";
}
.bx-show:before {
  content: "î°Œ";
}
.bx-show-alt:before {
  content: "î°";
}
.bx-shuffle:before {
  content: "î°Ž";
}
.bx-sidebar:before {
  content: "î°";
}
.bx-sitemap:before {
  content: "î°";
}
.bx-skip-next:before {
  content: "î°‘";
}
.bx-skip-next-circle:before {
  content: "î°’";
}
.bx-skip-previous:before {
  content: "î°“";
}
.bx-skip-previous-circle:before {
  content: "î°”";
}
.bx-sleepy:before {
  content: "î°•";
}
.bx-slider:before {
  content: "î°–";
}
.bx-slider-alt:before {
  content: "î°—";
}
.bx-slideshow:before {
  content: "î°˜";
}
.bx-smile:before {
  content: "î°™";
}
.bx-sort:before {
  content: "î°š";
}
.bx-sort-alt-2:before {
  content: "î°›";
}
.bx-sort-a-z:before {
  content: "î°œ";
}
.bx-sort-down:before {
  content: "î°";
}
.bx-sort-up:before {
  content: "î°ž";
}
.bx-sort-z-a:before {
  content: "î°Ÿ";
}
.bx-spa:before {
  content: "î° ";
}
.bx-space-bar:before {
  content: "î°¡";
}
.bx-speaker:before {
  content: "î°¢";
}
.bx-spray-can:before {
  content: "î°£";
}
.bx-spreadsheet:before {
  content: "î°¤";
}
.bx-square:before {
  content: "î°¥";
}
.bx-square-rounded:before {
  content: "î°¦";
}
.bx-star:before {
  content: "î°§";
}
.bx-station:before {
  content: "î°¨";
}
.bx-stats:before {
  content: "î°©";
}
.bx-sticker:before {
  content: "î°ª";
}
.bx-stop:before {
  content: "î°«";
}
.bx-stop-circle:before {
  content: "î°¬";
}
.bx-stopwatch:before {
  content: "î°­";
}
.bx-store:before {
  content: "î°®";
}
.bx-store-alt:before {
  content: "î°¯";
}
.bx-street-view:before {
  content: "î°°";
}
.bx-strikethrough:before {
  content: "î°±";
}
.bx-subdirectory-left:before {
  content: "î°²";
}
.bx-subdirectory-right:before {
  content: "î°³";
}
.bx-sun:before {
  content: "î°´";
}
.bx-support:before {
  content: "î°µ";
}
.bx-swim:before {
  content: "î°¶";
}
.bx-sync:before {
  content: "î°·";
}
.bx-tab:before {
  content: "î°¸";
}
.bx-table:before {
  content: "î°¹";
}
.bx-tachometer:before {
  content: "î°º";
}
.bx-tag:before {
  content: "î°»";
}
.bx-tag-alt:before {
  content: "î°¼";
}
.bx-target-lock:before {
  content: "î°½";
}
.bx-task:before {
  content: "î°¾";
}
.bx-task-x:before {
  content: "î°¿";
}
.bx-taxi:before {
  content: "î±€";
}
.bx-tennis-ball:before {
  content: "î±";
}
.bx-terminal:before {
  content: "î±‚";
}
.bx-test-tube:before {
  content: "î±ƒ";
}
.bx-text:before {
  content: "î±„";
}
.bx-time:before {
  content: "î±…";
}
.bx-time-five:before {
  content: "î±†";
}
.bx-timer:before {
  content: "î±‡";
}
.bx-tired:before {
  content: "î±ˆ";
}
.bx-toggle-left:before {
  content: "î±‰";
}
.bx-toggle-right:before {
  content: "î±Š";
}
.bx-tone:before {
  content: "î±‹";
}
.bx-traffic-cone:before {
  content: "î±Œ";
}
.bx-train:before {
  content: "î±";
}
.bx-transfer:before {
  content: "î±Ž";
}
.bx-transfer-alt:before {
  content: "î±";
}
.bx-trash:before {
  content: "î±";
}
.bx-trash-alt:before {
  content: "î±‘";
}
.bx-trending-down:before {
  content: "î±’";
}
.bx-trending-up:before {
  content: "î±“";
}
.bx-trim:before {
  content: "î±”";
}
.bx-trip:before {
  content: "î±•";
}
.bx-trophy:before {
  content: "î±–";
}
.bx-tv:before {
  content: "î±—";
}
.bx-underline:before {
  content: "î±˜";
}
.bx-undo:before {
  content: "î±™";
}
.bx-unite:before {
  content: "î±š";
}
.bx-unlink:before {
  content: "î±›";
}
.bx-up-arrow:before {
  content: "î±œ";
}
.bx-up-arrow-alt:before {
  content: "î±";
}
.bx-up-arrow-circle:before {
  content: "î±ž";
}
.bx-upload:before {
  content: "î±Ÿ";
}
.bx-upside-down:before {
  content: "î± ";
}
.bx-upvote:before {
  content: "î±¡";
}
.bx-usb:before {
  content: "î±¢";
}
.bx-user:before {
  content: "î±£";
}
.bx-user-check:before {
  content: "î±¤";
}
.bx-user-circle:before {
  content: "î±¥";
}
.bx-user-minus:before {
  content: "î±¦";
}
.bx-user-pin:before {
  content: "î±§";
}
.bx-user-plus:before {
  content: "î±¨";
}
.bx-user-voice:before {
  content: "î±©";
}
.bx-user-x:before {
  content: "î±ª";
}
.bx-vector:before {
  content: "î±«";
}
.bx-vertical-center:before {
  content: "î±¬";
}
.bx-vial:before {
  content: "î±­";
}
.bx-video:before {
  content: "î±®";
}
.bx-video-off:before {
  content: "î±¯";
}
.bx-video-plus:before {
  content: "î±°";
}
.bx-video-recording:before {
  content: "î±±";
}
.bx-voicemail:before {
  content: "î±²";
}
.bx-volume:before {
  content: "î±³";
}
.bx-volume-full:before {
  content: "î±´";
}
.bx-volume-low:before {
  content: "î±µ";
}
.bx-volume-mute:before {
  content: "î±¶";
}
.bx-walk:before {
  content: "î±·";
}
.bx-wallet:before {
  content: "î±¸";
}
.bx-wallet-alt:before {
  content: "î±¹";
}
.bx-water:before {
  content: "î±º";
}
.bx-webcam:before {
  content: "î±»";
}
.bx-wifi:before {
  content: "î±¼";
}
.bx-wifi-0:before {
  content: "î±½";
}
.bx-wifi-1:before {
  content: "î±¾";
}
.bx-wifi-2:before {
  content: "î±¿";
}
.bx-wifi-off:before {
  content: "î²€";
}
.bx-wind:before {
  content: "î²";
}
.bx-window:before {
  content: "î²‚";
}
.bx-window-alt:before {
  content: "î²ƒ";
}
.bx-window-close:before {
  content: "î²„";
}
.bx-window-open:before {
  content: "î²…";
}
.bx-windows:before {
  content: "î²†";
}
.bx-wine:before {
  content: "î²‡";
}
.bx-wink-smile:before {
  content: "î²ˆ";
}
.bx-wink-tongue:before {
  content: "î²‰";
}
.bx-won:before {
  content: "î²Š";
}
.bx-world:before {
  content: "î²‹";
}
.bx-wrench:before {
  content: "î²Œ";
}
.bx-x:before {
  content: "î²";
}
.bx-x-circle:before {
  content: "î²Ž";
}
.bx-yen:before {
  content: "î²";
}
.bx-zoom-in:before {
  content: "î²";
}
.bx-zoom-out:before {
  content: "î²‘";
}
.bxs-party:before {
  content: "î²’";
}
.bxs-hot:before {
  content: "î²“";
}
.bxs-droplet:before {
  content: "î²”";
}
.bxs-cat:before {
  content: "î²•";
}
.bxs-dog:before {
  content: "î²–";
}
.bxs-injection:before {
  content: "î²—";
}
.bxs-leaf:before {
  content: "î²˜";
}
.bxs-add-to-queue:before {
  content: "î²™";
}
.bxs-adjust:before {
  content: "î²š";
}
.bxs-adjust-alt:before {
  content: "î²›";
}
.bxs-alarm:before {
  content: "î²œ";
}
.bxs-alarm-add:before {
  content: "î²";
}
.bxs-alarm-exclamation:before {
  content: "î²ž";
}
.bxs-alarm-off:before {
  content: "î²Ÿ";
}
.bxs-alarm-snooze:before {
  content: "î² ";
}
.bxs-album:before {
  content: "î²¡";
}
.bxs-ambulance:before {
  content: "î²¢";
}
.bxs-analyse:before {
  content: "î²£";
}
.bxs-angry:before {
  content: "î²¤";
}
.bxs-arch:before {
  content: "î²¥";
}
.bxs-archive:before {
  content: "î²¦";
}
.bxs-archive-in:before {
  content: "î²§";
}
.bxs-archive-out:before {
  content: "î²¨";
}
.bxs-area:before {
  content: "î²©";
}
.bxs-arrow-from-bottom:before {
  content: "î²ª";
}
.bxs-arrow-from-left:before {
  content: "î²«";
}
.bxs-arrow-from-right:before {
  content: "î²¬";
}
.bxs-arrow-from-top:before {
  content: "î²­";
}
.bxs-arrow-to-bottom:before {
  content: "î²®";
}
.bxs-arrow-to-left:before {
  content: "î²¯";
}
.bxs-arrow-to-right:before {
  content: "î²°";
}
.bxs-arrow-to-top:before {
  content: "î²±";
}
.bxs-award:before {
  content: "î²²";
}
.bxs-baby-carriage:before {
  content: "î²³";
}
.bxs-backpack:before {
  content: "î²´";
}
.bxs-badge:before {
  content: "î²µ";
}
.bxs-badge-check:before {
  content: "î²¶";
}
.bxs-badge-dollar:before {
  content: "î²·";
}
.bxs-ball:before {
  content: "î²¸";
}
.bxs-band-aid:before {
  content: "î²¹";
}
.bxs-bank:before {
  content: "î²º";
}
.bxs-bar-chart-alt-2:before {
  content: "î²»";
}
.bxs-bar-chart-square:before {
  content: "î²¼";
}
.bxs-barcode:before {
  content: "î²½";
}
.bxs-baseball:before {
  content: "î²¾";
}
.bxs-basket:before {
  content: "î²¿";
}
.bxs-basketball:before {
  content: "î³€";
}
.bxs-bath:before {
  content: "î³";
}
.bxs-battery:before {
  content: "î³‚";
}
.bxs-battery-charging:before {
  content: "î³ƒ";
}
.bxs-battery-full:before {
  content: "î³„";
}
.bxs-battery-low:before {
  content: "î³…";
}
.bxs-bed:before {
  content: "î³†";
}
.bxs-been-here:before {
  content: "î³‡";
}
.bxs-beer:before {
  content: "î³ˆ";
}
.bxs-bell:before {
  content: "î³‰";
}
.bxs-bell-minus:before {
  content: "î³Š";
}
.bxs-bell-off:before {
  content: "î³‹";
}
.bxs-bell-plus:before {
  content: "î³Œ";
}
.bxs-bell-ring:before {
  content: "î³";
}
.bxs-bible:before {
  content: "î³Ž";
}
.bxs-binoculars:before {
  content: "î³";
}
.bxs-blanket:before {
  content: "î³";
}
.bxs-bolt:before {
  content: "î³‘";
}
.bxs-bolt-circle:before {
  content: "î³’";
}
.bxs-bomb:before {
  content: "î³“";
}
.bxs-bone:before {
  content: "î³”";
}
.bxs-bong:before {
  content: "î³•";
}
.bxs-book:before {
  content: "î³–";
}
.bxs-book-add:before {
  content: "î³—";
}
.bxs-book-alt:before {
  content: "î³˜";
}
.bxs-book-bookmark:before {
  content: "î³™";
}
.bxs-book-content:before {
  content: "î³š";
}
.bxs-book-heart:before {
  content: "î³›";
}
.bxs-bookmark:before {
  content: "î³œ";
}
.bxs-bookmark-alt:before {
  content: "î³";
}
.bxs-bookmark-alt-minus:before {
  content: "î³ž";
}
.bxs-bookmark-alt-plus:before {
  content: "î³Ÿ";
}
.bxs-bookmark-heart:before {
  content: "î³ ";
}
.bxs-bookmark-minus:before {
  content: "î³¡";
}
.bxs-bookmark-plus:before {
  content: "î³¢";
}
.bxs-bookmarks:before {
  content: "î³£";
}
.bxs-bookmark-star:before {
  content: "î³¤";
}
.bxs-book-open:before {
  content: "î³¥";
}
.bxs-book-reader:before {
  content: "î³¦";
}
.bxs-bot:before {
  content: "î³§";
}
.bxs-bowling-ball:before {
  content: "î³¨";
}
.bxs-box:before {
  content: "î³©";
}
.bxs-brain:before {
  content: "î³ª";
}
.bxs-briefcase:before {
  content: "î³«";
}
.bxs-briefcase-alt:before {
  content: "î³¬";
}
.bxs-briefcase-alt-2:before {
  content: "î³­";
}
.bxs-brightness:before {
  content: "î³®";
}
.bxs-brightness-half:before {
  content: "î³¯";
}
.bxs-brush:before {
  content: "î³°";
}
.bxs-brush-alt:before {
  content: "î³±";
}
.bxs-bug:before {
  content: "î³²";
}
.bxs-bug-alt:before {
  content: "î³³";
}
.bxs-building:before {
  content: "î³´";
}
.bxs-building-house:before {
  content: "î³µ";
}
.bxs-buildings:before {
  content: "î³¶";
}
.bxs-bulb:before {
  content: "î³·";
}
.bxs-bullseye:before {
  content: "î³¸";
}
.bxs-buoy:before {
  content: "î³¹";
}
.bxs-bus:before {
  content: "î³º";
}
.bxs-business:before {
  content: "î³»";
}
.bxs-bus-school:before {
  content: "î³¼";
}
.bxs-cabinet:before {
  content: "î³½";
}
.bxs-cake:before {
  content: "î³¾";
}
.bxs-calculator:before {
  content: "î³¿";
}
.bxs-calendar:before {
  content: "î´€";
}
.bxs-calendar-alt:before {
  content: "î´";
}
.bxs-calendar-check:before {
  content: "î´‚";
}
.bxs-calendar-edit:before {
  content: "î´ƒ";
}
.bxs-calendar-event:before {
  content: "î´„";
}
.bxs-calendar-exclamation:before {
  content: "î´…";
}
.bxs-calendar-heart:before {
  content: "î´†";
}
.bxs-calendar-minus:before {
  content: "î´‡";
}
.bxs-calendar-plus:before {
  content: "î´ˆ";
}
.bxs-calendar-star:before {
  content: "î´‰";
}
.bxs-calendar-week:before {
  content: "î´Š";
}
.bxs-calendar-x:before {
  content: "î´‹";
}
.bxs-camera:before {
  content: "î´Œ";
}
.bxs-camera-home:before {
  content: "î´";
}
.bxs-camera-movie:before {
  content: "î´Ž";
}
.bxs-camera-off:before {
  content: "î´";
}
.bxs-camera-plus:before {
  content: "î´";
}
.bxs-capsule:before {
  content: "î´‘";
}
.bxs-captions:before {
  content: "î´’";
}
.bxs-car:before {
  content: "î´“";
}
.bxs-car-battery:before {
  content: "î´”";
}
.bxs-car-crash:before {
  content: "î´•";
}
.bxs-card:before {
  content: "î´–";
}
.bxs-caret-down-circle:before {
  content: "î´—";
}
.bxs-caret-down-square:before {
  content: "î´˜";
}
.bxs-caret-left-circle:before {
  content: "î´™";
}
.bxs-caret-left-square:before {
  content: "î´š";
}
.bxs-caret-right-circle:before {
  content: "î´›";
}
.bxs-caret-right-square:before {
  content: "î´œ";
}
.bxs-caret-up-circle:before {
  content: "î´";
}
.bxs-caret-up-square:before {
  content: "î´ž";
}
.bxs-car-garage:before {
  content: "î´Ÿ";
}
.bxs-car-mechanic:before {
  content: "î´ ";
}
.bxs-carousel:before {
  content: "î´¡";
}
.bxs-cart:before {
  content: "î´¢";
}
.bxs-cart-add:before {
  content: "î´£";
}
.bxs-cart-alt:before {
  content: "î´¤";
}
.bxs-cart-download:before {
  content: "î´¥";
}
.bxs-car-wash:before {
  content: "î´¦";
}
.bxs-category:before {
  content: "î´§";
}
.bxs-category-alt:before {
  content: "î´¨";
}
.bxs-cctv:before {
  content: "î´©";
}
.bxs-certification:before {
  content: "î´ª";
}
.bxs-chalkboard:before {
  content: "î´«";
}
.bxs-chart:before {
  content: "î´¬";
}
.bxs-chat:before {
  content: "î´­";
}
.bxs-checkbox:before {
  content: "î´®";
}
.bxs-checkbox-checked:before {
  content: "î´¯";
}
.bxs-checkbox-minus:before {
  content: "î´°";
}
.bxs-check-circle:before {
  content: "î´±";
}
.bxs-check-shield:before {
  content: "î´²";
}
.bxs-check-square:before {
  content: "î´³";
}
.bxs-chess:before {
  content: "î´´";
}
.bxs-chevron-down:before {
  content: "î´µ";
}
.bxs-chevron-down-circle:before {
  content: "î´¶";
}
.bxs-chevron-down-square:before {
  content: "î´·";
}
.bxs-chevron-left:before {
  content: "î´¸";
}
.bxs-chevron-left-circle:before {
  content: "î´¹";
}
.bxs-chevron-left-square:before {
  content: "î´º";
}
.bxs-chevron-right:before {
  content: "î´»";
}
.bxs-chevron-right-circle:before {
  content: "î´¼";
}
.bxs-chevron-right-square:before {
  content: "î´½";
}
.bxs-chevrons-down:before {
  content: "î´¾";
}
.bxs-chevrons-left:before {
  content: "î´¿";
}
.bxs-chevrons-right:before {
  content: "îµ€";
}
.bxs-chevrons-up:before {
  content: "îµ";
}
.bxs-chevron-up:before {
  content: "îµ‚";
}
.bxs-chevron-up-circle:before {
  content: "îµƒ";
}
.bxs-chevron-up-square:before {
  content: "îµ„";
}
.bxs-chip:before {
  content: "îµ…";
}
.bxs-church:before {
  content: "îµ†";
}
.bxs-circle:before {
  content: "îµ‡";
}
.bxs-city:before {
  content: "îµˆ";
}
.bxs-clinic:before {
  content: "îµ‰";
}
.bxs-cloud:before {
  content: "îµŠ";
}
.bxs-cloud-download:before {
  content: "îµ‹";
}
.bxs-cloud-lightning:before {
  content: "îµŒ";
}
.bxs-cloud-rain:before {
  content: "îµ";
}
.bxs-cloud-upload:before {
  content: "îµŽ";
}
.bxs-coffee:before {
  content: "îµ";
}
.bxs-coffee-alt:before {
  content: "îµ";
}
.bxs-coffee-togo:before {
  content: "îµ‘";
}
.bxs-cog:before {
  content: "îµ’";
}
.bxs-coin:before {
  content: "îµ“";
}
.bxs-coin-stack:before {
  content: "îµ”";
}
.bxs-collection:before {
  content: "îµ•";
}
.bxs-color-fill:before {
  content: "îµ–";
}
.bxs-comment:before {
  content: "îµ—";
}
.bxs-comment-add:before {
  content: "îµ˜";
}
.bxs-comment-check:before {
  content: "îµ™";
}
.bxs-comment-detail:before {
  content: "îµš";
}
.bxs-comment-dots:before {
  content: "îµ›";
}
.bxs-comment-edit:before {
  content: "îµœ";
}
.bxs-comment-error:before {
  content: "îµ";
}
.bxs-comment-minus:before {
  content: "îµž";
}
.bxs-comment-x:before {
  content: "îµŸ";
}
.bxs-compass:before {
  content: "îµ ";
}
.bxs-component:before {
  content: "îµ¡";
}
.bxs-confused:before {
  content: "îµ¢";
}
.bxs-contact:before {
  content: "îµ£";
}
.bxs-conversation:before {
  content: "îµ¤";
}
.bxs-cookie:before {
  content: "îµ¥";
}
.bxs-cool:before {
  content: "îµ¦";
}
.bxs-copy:before {
  content: "îµ§";
}
.bxs-copy-alt:before {
  content: "îµ¨";
}
.bxs-copyright:before {
  content: "îµ©";
}
.bxs-coupon:before {
  content: "îµª";
}
.bxs-credit-card:before {
  content: "îµ«";
}
.bxs-credit-card-alt:before {
  content: "îµ¬";
}
.bxs-credit-card-front:before {
  content: "îµ­";
}
.bxs-crop:before {
  content: "îµ®";
}
.bxs-crown:before {
  content: "îµ¯";
}
.bxs-cube:before {
  content: "îµ°";
}
.bxs-cube-alt:before {
  content: "îµ±";
}
.bxs-cuboid:before {
  content: "îµ²";
}
.bxs-customize:before {
  content: "îµ³";
}
.bxs-cylinder:before {
  content: "îµ´";
}
.bxs-dashboard:before {
  content: "îµµ";
}
.bxs-data:before {
  content: "îµ¶";
}
.bxs-detail:before {
  content: "îµ·";
}
.bxs-devices:before {
  content: "îµ¸";
}
.bxs-diamond:before {
  content: "îµ¹";
}
.bxs-dice-1:before {
  content: "îµº";
}
.bxs-dice-2:before {
  content: "îµ»";
}
.bxs-dice-3:before {
  content: "îµ¼";
}
.bxs-dice-4:before {
  content: "îµ½";
}
.bxs-dice-5:before {
  content: "îµ¾";
}
.bxs-dice-6:before {
  content: "îµ¿";
}
.bxs-direction-left:before {
  content: "î¶€";
}
.bxs-direction-right:before {
  content: "î¶";
}
.bxs-directions:before {
  content: "î¶‚";
}
.bxs-disc:before {
  content: "î¶ƒ";
}
.bxs-discount:before {
  content: "î¶„";
}
.bxs-dish:before {
  content: "î¶…";
}
.bxs-dislike:before {
  content: "î¶†";
}
.bxs-dizzy:before {
  content: "î¶‡";
}
.bxs-dock-bottom:before {
  content: "î¶ˆ";
}
.bxs-dock-left:before {
  content: "î¶‰";
}
.bxs-dock-right:before {
  content: "î¶Š";
}
.bxs-dock-top:before {
  content: "î¶‹";
}
.bxs-dollar-circle:before {
  content: "î¶Œ";
}
.bxs-donate-blood:before {
  content: "î¶";
}
.bxs-donate-heart:before {
  content: "î¶Ž";
}
.bxs-door-open:before {
  content: "î¶";
}
.bxs-doughnut-chart:before {
  content: "î¶";
}
.bxs-down-arrow:before {
  content: "î¶‘";
}
.bxs-down-arrow-alt:before {
  content: "î¶’";
}
.bxs-down-arrow-circle:before {
  content: "î¶“";
}
.bxs-down-arrow-square:before {
  content: "î¶”";
}
.bxs-download:before {
  content: "î¶•";
}
.bxs-downvote:before {
  content: "î¶–";
}
.bxs-drink:before {
  content: "î¶—";
}
.bxs-droplet-half:before {
  content: "î¶˜";
}
.bxs-dryer:before {
  content: "î¶™";
}
.bxs-duplicate:before {
  content: "î¶š";
}
.bxs-edit:before {
  content: "î¶›";
}
.bxs-edit-alt:before {
  content: "î¶œ";
}
.bxs-edit-location:before {
  content: "î¶";
}
.bxs-eject:before {
  content: "î¶ž";
}
.bxs-envelope:before {
  content: "î¶Ÿ";
}
.bxs-envelope-open:before {
  content: "î¶ ";
}
.bxs-eraser:before {
  content: "î¶¡";
}
.bxs-error:before {
  content: "î¶¢";
}
.bxs-error-alt:before {
  content: "î¶£";
}
.bxs-error-circle:before {
  content: "î¶¤";
}
.bxs-ev-station:before {
  content: "î¶¥";
}
.bxs-exit:before {
  content: "î¶¦";
}
.bxs-extension:before {
  content: "î¶§";
}
.bxs-eyedropper:before {
  content: "î¶¨";
}
.bxs-face:before {
  content: "î¶©";
}
.bxs-face-mask:before {
  content: "î¶ª";
}
.bxs-factory:before {
  content: "î¶«";
}
.bxs-fast-forward-circle:before {
  content: "î¶¬";
}
.bxs-file:before {
  content: "î¶­";
}
.bxs-file-archive:before {
  content: "î¶®";
}
.bxs-file-blank:before {
  content: "î¶¯";
}
.bxs-file-css:before {
  content: "î¶°";
}
.bxs-file-doc:before {
  content: "î¶±";
}
.bxs-file-export:before {
  content: "î¶²";
}
.bxs-file-find:before {
  content: "î¶³";
}
.bxs-file-gif:before {
  content: "î¶´";
}
.bxs-file-html:before {
  content: "î¶µ";
}
.bxs-file-image:before {
  content: "î¶¶";
}
.bxs-file-import:before {
  content: "î¶·";
}
.bxs-file-jpg:before {
  content: "î¶¸";
}
.bxs-file-js:before {
  content: "î¶¹";
}
.bxs-file-json:before {
  content: "î¶º";
}
.bxs-file-md:before {
  content: "î¶»";
}
.bxs-file-pdf:before {
  content: "î¶¼";
}
.bxs-file-plus:before {
  content: "î¶½";
}
.bxs-file-png:before {
  content: "î¶¾";
}
.bxs-file-txt:before {
  content: "î¶¿";
}
.bxs-film:before {
  content: "î·€";
}
.bxs-filter-alt:before {
  content: "î·";
}
.bxs-first-aid:before {
  content: "î·‚";
}
.bxs-flag:before {
  content: "î·ƒ";
}
.bxs-flag-alt:before {
  content: "î·„";
}
.bxs-flag-checkered:before {
  content: "î·…";
}
.bxs-flame:before {
  content: "î·†";
}
.bxs-flask:before {
  content: "î·‡";
}
.bxs-florist:before {
  content: "î·ˆ";
}
.bxs-folder:before {
  content: "î·‰";
}
.bxs-folder-minus:before {
  content: "î·Š";
}
.bxs-folder-open:before {
  content: "î·‹";
}
.bxs-folder-plus:before {
  content: "î·Œ";
}
.bxs-food-menu:before {
  content: "î·";
}
.bxs-fridge:before {
  content: "î·Ž";
}
.bxs-game:before {
  content: "î·";
}
.bxs-gas-pump:before {
  content: "î·";
}
.bxs-ghost:before {
  content: "î·‘";
}
.bxs-gift:before {
  content: "î·’";
}
.bxs-graduation:before {
  content: "î·“";
}
.bxs-grid:before {
  content: "î·”";
}
.bxs-grid-alt:before {
  content: "î·•";
}
.bxs-group:before {
  content: "î·–";
}
.bxs-guitar-amp:before {
  content: "î·—";
}
.bxs-hand:before {
  content: "î·˜";
}
.bxs-hand-down:before {
  content: "î·™";
}
.bxs-hand-left:before {
  content: "î·š";
}
.bxs-hand-right:before {
  content: "î·›";
}
.bxs-hand-up:before {
  content: "î·œ";
}
.bxs-happy:before {
  content: "î·";
}
.bxs-happy-alt:before {
  content: "î·ž";
}
.bxs-happy-beaming:before {
  content: "î·Ÿ";
}
.bxs-happy-heart-eyes:before {
  content: "î· ";
}
.bxs-hdd:before {
  content: "î·¡";
}
.bxs-heart:before {
  content: "î·¢";
}
.bxs-heart-circle:before {
  content: "î·£";
}
.bxs-heart-square:before {
  content: "î·¤";
}
.bxs-help-circle:before {
  content: "î·¥";
}
.bxs-hide:before {
  content: "î·¦";
}
.bxs-home:before {
  content: "î·§";
}
.bxs-home-circle:before {
  content: "î·¨";
}
.bxs-home-heart:before {
  content: "î·©";
}
.bxs-home-smile:before {
  content: "î·ª";
}
.bxs-hotel:before {
  content: "î·«";
}
.bxs-hourglass:before {
  content: "î·¬";
}
.bxs-hourglass-bottom:before {
  content: "î·­";
}
.bxs-hourglass-top:before {
  content: "î·®";
}
.bxs-id-card:before {
  content: "î·¯";
}
.bxs-image:before {
  content: "î·°";
}
.bxs-image-add:before {
  content: "î·±";
}
.bxs-image-alt:before {
  content: "î·²";
}
.bxs-inbox:before {
  content: "î·³";
}
.bxs-info-circle:before {
  content: "î·´";
}
.bxs-info-square:before {
  content: "î·µ";
}
.bxs-institution:before {
  content: "î·¶";
}
.bxs-joystick:before {
  content: "î··";
}
.bxs-joystick-alt:before {
  content: "î·¸";
}
.bxs-joystick-button:before {
  content: "î·¹";
}
.bxs-key:before {
  content: "î·º";
}
.bxs-keyboard:before {
  content: "î·»";
}
.bxs-label:before {
  content: "î·¼";
}
.bxs-landmark:before {
  content: "î·½";
}
.bxs-landscape:before {
  content: "î·¾";
}
.bxs-laugh:before {
  content: "î·¿";
}
.bxs-layer:before {
  content: "î¸€";
}
.bxs-layer-minus:before {
  content: "î¸";
}
.bxs-layer-plus:before {
  content: "î¸‚";
}
.bxs-layout:before {
  content: "î¸ƒ";
}
.bxs-left-arrow:before {
  content: "î¸„";
}
.bxs-left-arrow-alt:before {
  content: "î¸…";
}
.bxs-left-arrow-circle:before {
  content: "î¸†";
}
.bxs-left-arrow-square:before {
  content: "î¸‡";
}
.bxs-left-down-arrow-circle:before {
  content: "î¸ˆ";
}
.bxs-left-top-arrow-circle:before {
  content: "î¸‰";
}
.bxs-like:before {
  content: "î¸Š";
}
.bxs-location-plus:before {
  content: "î¸‹";
}
.bxs-lock:before {
  content: "î¸Œ";
}
.bxs-lock-alt:before {
  content: "î¸";
}
.bxs-lock-open:before {
  content: "î¸Ž";
}
.bxs-lock-open-alt:before {
  content: "î¸";
}
.bxs-log-in:before {
  content: "î¸";
}
.bxs-log-in-circle:before {
  content: "î¸‘";
}
.bxs-log-out:before {
  content: "î¸’";
}
.bxs-log-out-circle:before {
  content: "î¸“";
}
.bxs-low-vision:before {
  content: "î¸”";
}
.bxs-magic-wand:before {
  content: "î¸•";
}
.bxs-magnet:before {
  content: "î¸–";
}
.bxs-map:before {
  content: "î¸—";
}
.bxs-map-alt:before {
  content: "î¸˜";
}
.bxs-map-pin:before {
  content: "î¸™";
}
.bxs-mask:before {
  content: "î¸š";
}
.bxs-medal:before {
  content: "î¸›";
}
.bxs-megaphone:before {
  content: "î¸œ";
}
.bxs-meh:before {
  content: "î¸";
}
.bxs-meh-alt:before {
  content: "î¸ž";
}
.bxs-meh-blank:before {
  content: "î¸Ÿ";
}
.bxs-memory-card:before {
  content: "î¸ ";
}
.bxs-message:before {
  content: "î¸¡";
}
.bxs-message-add:before {
  content: "î¸¢";
}
.bxs-message-alt:before {
  content: "î¸£";
}
.bxs-message-alt-add:before {
  content: "î¸¤";
}
.bxs-message-alt-check:before {
  content: "î¸¥";
}
.bxs-message-alt-detail:before {
  content: "î¸¦";
}
.bxs-message-alt-dots:before {
  content: "î¸§";
}
.bxs-message-alt-edit:before {
  content: "î¸¨";
}
.bxs-message-alt-error:before {
  content: "î¸©";
}
.bxs-message-alt-minus:before {
  content: "î¸ª";
}
.bxs-message-alt-x:before {
  content: "î¸«";
}
.bxs-message-check:before {
  content: "î¸¬";
}
.bxs-message-detail:before {
  content: "î¸­";
}
.bxs-message-dots:before {
  content: "î¸®";
}
.bxs-message-edit:before {
  content: "î¸¯";
}
.bxs-message-error:before {
  content: "î¸°";
}
.bxs-message-minus:before {
  content: "î¸±";
}
.bxs-message-rounded:before {
  content: "î¸²";
}
.bxs-message-rounded-add:before {
  content: "î¸³";
}
.bxs-message-rounded-check:before {
  content: "î¸´";
}
.bxs-message-rounded-detail:before {
  content: "î¸µ";
}
.bxs-message-rounded-dots:before {
  content: "î¸¶";
}
.bxs-message-rounded-edit:before {
  content: "î¸·";
}
.bxs-message-rounded-error:before {
  content: "î¸¸";
}
.bxs-message-rounded-minus:before {
  content: "î¸¹";
}
.bxs-message-rounded-x:before {
  content: "î¸º";
}
.bxs-message-square:before {
  content: "î¸»";
}
.bxs-message-square-add:before {
  content: "î¸¼";
}
.bxs-message-square-check:before {
  content: "î¸½";
}
.bxs-message-square-detail:before {
  content: "î¸¾";
}
.bxs-message-square-dots:before {
  content: "î¸¿";
}
.bxs-message-square-edit:before {
  content: "î¹€";
}
.bxs-message-square-error:before {
  content: "î¹";
}
.bxs-message-square-minus:before {
  content: "î¹‚";
}
.bxs-message-square-x:before {
  content: "î¹ƒ";
}
.bxs-message-x:before {
  content: "î¹„";
}
.bxs-meteor:before {
  content: "î¹…";
}
.bxs-microchip:before {
  content: "î¹†";
}
.bxs-microphone:before {
  content: "î¹‡";
}
.bxs-microphone-alt:before {
  content: "î¹ˆ";
}
.bxs-microphone-off:before {
  content: "î¹‰";
}
.bxs-minus-circle:before {
  content: "î¹Š";
}
.bxs-minus-square:before {
  content: "î¹‹";
}
.bxs-mobile:before {
  content: "î¹Œ";
}
.bxs-mobile-vibration:before {
  content: "î¹";
}
.bxs-moon:before {
  content: "î¹Ž";
}
.bxs-mouse:before {
  content: "î¹";
}
.bxs-mouse-alt:before {
  content: "î¹";
}
.bxs-movie:before {
  content: "î¹‘";
}
.bxs-movie-play:before {
  content: "î¹’";
}
.bxs-music:before {
  content: "î¹“";
}
.bxs-navigation:before {
  content: "î¹”";
}
.bxs-network-chart:before {
  content: "î¹•";
}
.bxs-news:before {
  content: "î¹–";
}
.bxs-no-entry:before {
  content: "î¹—";
}
.bxs-note:before {
  content: "î¹˜";
}
.bxs-notepad:before {
  content: "î¹™";
}
.bxs-notification:before {
  content: "î¹š";
}
.bxs-notification-off:before {
  content: "î¹›";
}
.bxs-offer:before {
  content: "î¹œ";
}
.bxs-package:before {
  content: "î¹";
}
.bxs-paint:before {
  content: "î¹ž";
}
.bxs-paint-roll:before {
  content: "î¹Ÿ";
}
.bxs-palette:before {
  content: "î¹ ";
}
.bxs-paper-plane:before {
  content: "î¹¡";
}
.bxs-parking:before {
  content: "î¹¢";
}
.bxs-paste:before {
  content: "î¹£";
}
.bxs-pen:before {
  content: "î¹¤";
}
.bxs-pencil:before {
  content: "î¹¥";
}
.bxs-phone:before {
  content: "î¹¦";
}
.bxs-phone-call:before {
  content: "î¹§";
}
.bxs-phone-incoming:before {
  content: "î¹¨";
}
.bxs-phone-off:before {
  content: "î¹©";
}
.bxs-phone-outgoing:before {
  content: "î¹ª";
}
.bxs-photo-album:before {
  content: "î¹«";
}
.bxs-piano:before {
  content: "î¹¬";
}
.bxs-pie-chart:before {
  content: "î¹­";
}
.bxs-pie-chart-alt:before {
  content: "î¹®";
}
.bxs-pie-chart-alt-2:before {
  content: "î¹¯";
}
.bxs-pin:before {
  content: "î¹°";
}
.bxs-pizza:before {
  content: "î¹±";
}
.bxs-plane:before {
  content: "î¹²";
}
.bxs-plane-alt:before {
  content: "î¹³";
}
.bxs-plane-land:before {
  content: "î¹´";
}
.bxs-planet:before {
  content: "î¹µ";
}
.bxs-plane-take-off:before {
  content: "î¹¶";
}
.bxs-playlist:before {
  content: "î¹·";
}
.bxs-plug:before {
  content: "î¹¸";
}
.bxs-plus-circle:before {
  content: "î¹¹";
}
.bxs-plus-square:before {
  content: "î¹º";
}
.bxs-pointer:before {
  content: "î¹»";
}
.bxs-polygon:before {
  content: "î¹¼";
}
.bxs-printer:before {
  content: "î¹½";
}
.bxs-purchase-tag:before {
  content: "î¹¾";
}
.bxs-purchase-tag-alt:before {
  content: "î¹¿";
}
.bxs-pyramid:before {
  content: "îº€";
}
.bxs-quote-alt-left:before {
  content: "îº";
}
.bxs-quote-alt-right:before {
  content: "îº‚";
}
.bxs-quote-left:before {
  content: "îºƒ";
}
.bxs-quote-right:before {
  content: "îº„";
}
.bxs-quote-single-left:before {
  content: "îº…";
}
.bxs-quote-single-right:before {
  content: "îº†";
}
.bxs-radiation:before {
  content: "îº‡";
}
.bxs-radio:before {
  content: "îºˆ";
}
.bxs-receipt:before {
  content: "îº‰";
}
.bxs-rectangle:before {
  content: "îºŠ";
}
.bxs-registered:before {
  content: "îº‹";
}
.bxs-rename:before {
  content: "îºŒ";
}
.bxs-report:before {
  content: "îº";
}
.bxs-rewind-circle:before {
  content: "îºŽ";
}
.bxs-right-arrow:before {
  content: "îº";
}
.bxs-right-arrow-alt:before {
  content: "îº";
}
.bxs-right-arrow-circle:before {
  content: "îº‘";
}
.bxs-right-arrow-square:before {
  content: "îº’";
}
.bxs-right-down-arrow-circle:before {
  content: "îº“";
}
.bxs-right-top-arrow-circle:before {
  content: "îº”";
}
.bxs-rocket:before {
  content: "îº•";
}
.bxs-ruler:before {
  content: "îº–";
}
.bxs-sad:before {
  content: "îº—";
}
.bxs-save:before {
  content: "îº˜";
}
.bxs-school:before {
  content: "îº™";
}
.bxs-search:before {
  content: "îºš";
}
.bxs-search-alt-2:before {
  content: "îº›";
}
.bxs-select-multiple:before {
  content: "îºœ";
}
.bxs-send:before {
  content: "îº";
}
.bxs-server:before {
  content: "îºž";
}
.bxs-shapes:before {
  content: "îºŸ";
}
.bxs-share:before {
  content: "îº ";
}
.bxs-share-alt:before {
  content: "îº¡";
}
.bxs-shield:before {
  content: "îº¢";
}
.bxs-shield-alt-2:before {
  content: "îº£";
}
.bxs-shield-x:before {
  content: "îº¤";
}
.bxs-ship:before {
  content: "îº¥";
}
.bxs-shocked:before {
  content: "îº¦";
}
.bxs-shopping-bag:before {
  content: "îº§";
}
.bxs-shopping-bag-alt:before {
  content: "îº¨";
}
.bxs-shopping-bags:before {
  content: "îº©";
}
.bxs-show:before {
  content: "îºª";
}
.bxs-skip-next-circle:before {
  content: "îº«";
}
.bxs-skip-previous-circle:before {
  content: "îº¬";
}
.bxs-skull:before {
  content: "îº­";
}
.bxs-sleepy:before {
  content: "îº®";
}
.bxs-slideshow:before {
  content: "îº¯";
}
.bxs-smile:before {
  content: "îº°";
}
.bxs-sort-alt:before {
  content: "îº±";
}
.bxs-spa:before {
  content: "îº²";
}
.bxs-speaker:before {
  content: "îº³";
}
.bxs-spray-can:before {
  content: "îº´";
}
.bxs-spreadsheet:before {
  content: "îºµ";
}
.bxs-square:before {
  content: "îº¶";
}
.bxs-square-rounded:before {
  content: "îº·";
}
.bxs-star:before {
  content: "îº¸";
}
.bxs-star-half:before {
  content: "îº¹";
}
.bxs-sticker:before {
  content: "îºº";
}
.bxs-stopwatch:before {
  content: "îº»";
}
.bxs-store:before {
  content: "îº¼";
}
.bxs-store-alt:before {
  content: "îº½";
}
.bxs-sun:before {
  content: "îº¾";
}
.bxs-tachometer:before {
  content: "îº¿";
}
.bxs-tag:before {
  content: "î»€";
}
.bxs-tag-alt:before {
  content: "î»";
}
.bxs-tag-x:before {
  content: "î»‚";
}
.bxs-taxi:before {
  content: "î»ƒ";
}
.bxs-tennis-ball:before {
  content: "î»„";
}
.bxs-terminal:before {
  content: "î»…";
}
.bxs-thermometer:before {
  content: "î»†";
}
.bxs-time:before {
  content: "î»‡";
}
.bxs-time-five:before {
  content: "î»ˆ";
}
.bxs-timer:before {
  content: "î»‰";
}
.bxs-tired:before {
  content: "î»Š";
}
.bxs-toggle-left:before {
  content: "î»‹";
}
.bxs-toggle-right:before {
  content: "î»Œ";
}
.bxs-tone:before {
  content: "î»";
}
.bxs-torch:before {
  content: "î»Ž";
}
.bxs-to-top:before {
  content: "î»";
}
.bxs-traffic:before {
  content: "î»";
}
.bxs-traffic-barrier:before {
  content: "î»‘";
}
.bxs-traffic-cone:before {
  content: "î»’";
}
.bxs-train:before {
  content: "î»“";
}
.bxs-trash:before {
  content: "î»”";
}
.bxs-trash-alt:before {
  content: "î»•";
}
.bxs-tree:before {
  content: "î»–";
}
.bxs-trophy:before {
  content: "î»—";
}
.bxs-truck:before {
  content: "î»˜";
}
.bxs-t-shirt:before {
  content: "î»™";
}
.bxs-tv:before {
  content: "î»š";
}
.bxs-up-arrow:before {
  content: "î»›";
}
.bxs-up-arrow-alt:before {
  content: "î»œ";
}
.bxs-up-arrow-circle:before {
  content: "î»";
}
.bxs-up-arrow-square:before {
  content: "î»ž";
}
.bxs-upside-down:before {
  content: "î»Ÿ";
}
.bxs-upvote:before {
  content: "î» ";
}
.bxs-user:before {
  content: "î»¡";
}
.bxs-user-account:before {
  content: "î»¢";
}
.bxs-user-badge:before {
  content: "î»£";
}
.bxs-user-check:before {
  content: "î»¤";
}
.bxs-user-circle:before {
  content: "î»¥";
}
.bxs-user-detail:before {
  content: "î»¦";
}
.bxs-user-minus:before {
  content: "î»§";
}
.bxs-user-pin:before {
  content: "î»¨";
}
.bxs-user-plus:before {
  content: "î»©";
}
.bxs-user-rectangle:before {
  content: "î»ª";
}
.bxs-user-voice:before {
  content: "î»«";
}
.bxs-user-x:before {
  content: "î»¬";
}
.bxs-vector:before {
  content: "î»­";
}
.bxs-vial:before {
  content: "î»®";
}
.bxs-video:before {
  content: "î»¯";
}
.bxs-video-off:before {
  content: "î»°";
}
.bxs-video-plus:before {
  content: "î»±";
}
.bxs-video-recording:before {
  content: "î»²";
}
.bxs-videos:before {
  content: "î»³";
}
.bxs-virus:before {
  content: "î»´";
}
.bxs-virus-block:before {
  content: "î»µ";
}
.bxs-volume:before {
  content: "î»¶";
}
.bxs-volume-full:before {
  content: "î»·";
}
.bxs-volume-low:before {
  content: "î»¸";
}
.bxs-volume-mute:before {
  content: "î»¹";
}
.bxs-wallet:before {
  content: "î»º";
}
.bxs-wallet-alt:before {
  content: "î»»";
}
.bxs-washer:before {
  content: "î»¼";
}
.bxs-watch:before {
  content: "î»½";
}
.bxs-watch-alt:before {
  content: "î»¾";
}
.bxs-webcam:before {
  content: "î»¿";
}
.bxs-widget:before {
  content: "î¼€";
}
.bxs-window-alt:before {
  content: "î¼";
}
.bxs-wine:before {
  content: "î¼‚";
}
.bxs-wink-smile:before {
  content: "î¼ƒ";
}
.bxs-wink-tongue:before {
  content: "î¼„";
}
.bxs-wrench:before {
  content: "î¼…";
}
.bxs-x-circle:before {
  content: "î¼†";
}
.bxs-x-square:before {
  content: "î¼‡";
}
.bxs-yin-yang:before {
  content: "î¼ˆ";
}
.bxs-zap:before {
  content: "î¼‰";
}
.bxs-zoom-in:before {
  content: "î¼Š";
}
.bxs-zoom-out:before {
  content: "î¼‹";
}
*,
:before,
:after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x: ;
  --tw-pan-y: ;
  --tw-pinch-zoom: ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position: ;
  --tw-gradient-via-position: ;
  --tw-gradient-to-position: ;
  --tw-ordinal: ;
  --tw-slashed-zero: ;
  --tw-numeric-figure: ;
  --tw-numeric-spacing: ;
  --tw-numeric-fraction: ;
  --tw-ring-inset: ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur: ;
  --tw-brightness: ;
  --tw-contrast: ;
  --tw-grayscale: ;
  --tw-hue-rotate: ;
  --tw-invert: ;
  --tw-saturate: ;
  --tw-sepia: ;
  --tw-drop-shadow: ;
  --tw-backdrop-blur: ;
  --tw-backdrop-brightness: ;
  --tw-backdrop-contrast: ;
  --tw-backdrop-grayscale: ;
  --tw-backdrop-hue-rotate: ;
  --tw-backdrop-invert: ;
  --tw-backdrop-opacity: ;
  --tw-backdrop-saturate: ;
  --tw-backdrop-sepia: ;
  --tw-contain-size: ;
  --tw-contain-layout: ;
  --tw-contain-paint: ;
  --tw-contain-style: ;
}
::-ms-backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x: ;
  --tw-pan-y: ;
  --tw-pinch-zoom: ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position: ;
  --tw-gradient-via-position: ;
  --tw-gradient-to-position: ;
  --tw-ordinal: ;
  --tw-slashed-zero: ;
  --tw-numeric-figure: ;
  --tw-numeric-spacing: ;
  --tw-numeric-fraction: ;
  --tw-ring-inset: ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur: ;
  --tw-brightness: ;
  --tw-contrast: ;
  --tw-grayscale: ;
  --tw-hue-rotate: ;
  --tw-invert: ;
  --tw-saturate: ;
  --tw-sepia: ;
  --tw-drop-shadow: ;
  --tw-backdrop-blur: ;
  --tw-backdrop-brightness: ;
  --tw-backdrop-contrast: ;
  --tw-backdrop-grayscale: ;
  --tw-backdrop-hue-rotate: ;
  --tw-backdrop-invert: ;
  --tw-backdrop-opacity: ;
  --tw-backdrop-saturate: ;
  --tw-backdrop-sepia: ;
  --tw-contain-size: ;
  --tw-contain-layout: ;
  --tw-contain-paint: ;
  --tw-contain-style: ;
}
::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x: ;
  --tw-pan-y: ;
  --tw-pinch-zoom: ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position: ;
  --tw-gradient-via-position: ;
  --tw-gradient-to-position: ;
  --tw-ordinal: ;
  --tw-slashed-zero: ;
  --tw-numeric-figure: ;
  --tw-numeric-spacing: ;
  --tw-numeric-fraction: ;
  --tw-ring-inset: ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur: ;
  --tw-brightness: ;
  --tw-contrast: ;
  --tw-grayscale: ;
  --tw-hue-rotate: ;
  --tw-invert: ;
  --tw-saturate: ;
  --tw-sepia: ;
  --tw-drop-shadow: ;
  --tw-backdrop-blur: ;
  --tw-backdrop-brightness: ;
  --tw-backdrop-contrast: ;
  --tw-backdrop-grayscale: ;
  --tw-backdrop-hue-rotate: ;
  --tw-backdrop-invert: ;
  --tw-backdrop-opacity: ;
  --tw-backdrop-saturate: ;
  --tw-backdrop-sepia: ;
  --tw-contain-size: ;
  --tw-contain-layout: ;
  --tw-contain-paint: ;
  --tw-contain-style: ;
}
*,
:before,
:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-width: 0;
  border-style: solid;
  border-color: #c0c2cb;
}
:before,
:after {
  --tw-content: "";
}
html,
:host {
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", Segoe UI Symbol, "Noto Color Emoji";
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
  font-variation-settings: normal;
  -webkit-tap-highlight-color: transparent;
}
body {
  margin: 0;
  line-height: inherit;
}
hr {
  height: 0;
  color: inherit;
  border-top-width: 1px;
}
abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
a {
  color: inherit;
  text-decoration: inherit;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas,
    Liberation Mono, Courier New, monospace;
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
  font-variation-settings: normal;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
table {
  text-indent: 0;
  border-color: inherit;
  border-collapse: collapse;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  -webkit-font-feature-settings: inherit;
  font-feature-settings: inherit;
  font-variation-settings: inherit;
  font-size: 100%;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  color: inherit;
  margin: 0;
  padding: 0;
}
button,
select {
  text-transform: none;
}
button,
input:where([type="button"]),
input:where([type="reset"]),
input:where([type="submit"]) {
  -webkit-appearance: button;
  background-color: transparent;
  background-image: none;
}
:-moz-focusring {
  outline: auto;
}
:-moz-ui-invalid {
  box-shadow: none;
}
progress {
  vertical-align: baseline;
}
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
summary {
  display: list-item;
}
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
fieldset {
  margin: 0;
  padding: 0;
}
legend {
  padding: 0;
}
ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
dialog {
  padding: 0;
}
textarea {
  resize: vertical;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  opacity: 1;
  color: #8d91a2;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1;
  color: #8d91a2;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  opacity: 1;
  color: #8d91a2;
}
input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  opacity: 1;
  color: #8d91a2;
}
input::placeholder,
textarea::placeholder {
  opacity: 1;
  color: #8d91a2;
}
button,
[role="button"] {
  cursor: pointer;
}
:disabled {
  cursor: default;
}
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  vertical-align: middle;
}
img,
video {
  max-width: 100%;
  height: auto;
}
[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}
[type="text"],
input:where(:not([type])),
[type="email"],
[type="url"],
[type="password"],
[type="number"],
[type="date"],
[type="datetime-local"],
[type="month"],
[type="search"],
[type="tel"],
[type="time"],
[type="week"],
[multiple],
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  border-color: #74788d;
  border-width: 1px;
  border-radius: 0;
  padding: 0.5rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-shadow: 0 0 #0000;
}
[type="text"]:focus,
input:where(:not([type])):focus,
[type="email"]:focus,
[type="url"]:focus,
[type="password"]:focus,
[type="number"]:focus,
[type="date"]:focus,
[type="datetime-local"]:focus,
[type="month"]:focus,
[type="search"]:focus,
[type="tel"]:focus,
[type="time"]:focus,
[type="week"]:focus,
[multiple]:focus,
textarea:focus,
select:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0
    var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0
    calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
    var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
    var(--tw-shadow);
  border-color: #2563eb;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #74788d;
  opacity: 1;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #74788d;
  opacity: 1;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #74788d;
  opacity: 1;
}
input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: #74788d;
  opacity: 1;
}
input::placeholder,
textarea::placeholder {
  color: #74788d;
  opacity: 1;
}
::-webkit-datetime-edit-fields-wrapper {
  padding: 0;
}
::-webkit-date-and-time-value {
  min-height: 1.5em;
  text-align: inherit;
}
::-webkit-datetime-edit {
  display: -webkit-inline-box;
  display: inline-flex;
}
::-webkit-datetime-edit,
::-webkit-datetime-edit-year-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-minute-field,
::-webkit-datetime-edit-second-field,
::-webkit-datetime-edit-millisecond-field,
::-webkit-datetime-edit-meridiem-field {
  padding-top: 0;
  padding-bottom: 0;
}
select {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%2374788D' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  padding-right: 2.5rem;
  -webkit-print-color-adjust: exact;
  print-color-adjust: exact;
}
[multiple],
[size]:where(select:not([size="1"])) {
  background-image: initial;
  background-position: initial;
  background-repeat: unset;
  background-size: initial;
  padding-right: 0.75rem;
  -webkit-print-color-adjust: unset;
  print-color-adjust: unset;
}
[type="checkbox"],
[type="radio"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  -webkit-print-color-adjust: exact;
  print-color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  height: 1rem;
  width: 1rem;
  color: #2563eb;
  background-color: #fff;
  border-color: #74788d;
  border-width: 1px;
  --tw-shadow: 0 0 #0000;
}
[type="checkbox"] {
  border-radius: 0;
}
[type="radio"] {
  border-radius: 100%;
}
[type="checkbox"]:focus,
[type="radio"]:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty);
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0
    var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0
    calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
    var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
    var(--tw-shadow);
}
[type="checkbox"]:checked,
[type="radio"]:checked {
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}
[type="checkbox"]:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
}
[type="radio"]:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
}
[type="checkbox"]:checked:hover,
[type="checkbox"]:checked:focus,
[type="radio"]:checked:hover,
[type="radio"]:checked:focus {
  border-color: transparent;
  background-color: currentColor;
}
[type="checkbox"]:indeterminate {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}
[type="checkbox"]:indeterminate:hover,
[type="checkbox"]:indeterminate:focus {
  border-color: transparent;
  background-color: currentColor;
}
[type="file"] {
  background: unset;
  border-color: inherit;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-size: unset;
  line-height: inherit;
}
[type="file"]:focus {
  outline: 1px solid ButtonText;
  outline: 1px auto -webkit-focus-ring-color;
}
h1 {
  font-size: 2.25rem;
  font-weight: 500;
  font-family: IBM Plex Sans, sans-serif;
  line-height: 2.7rem;
}
h2 {
  font-size: 1.875rem;
  font-weight: 500;
  font-family: IBM Plex Sans, sans-serif;
  line-height: 2.16rem;
}
h3 {
  font-size: 1.5rem;
  font-weight: 500;
  font-family: IBM Plex Sans, sans-serif;
  line-height: 1.89rem;
}
h4 {
  font-size: 1.25rem;
  font-weight: 500;
  font-family: IBM Plex Sans, sans-serif;
  line-height: 21px;
}
h5 {
  font-size: 1.125rem;
  font-weight: 500;
  font-family: IBM Plex Sans, sans-serif;
  line-height: 1.35rem;
}
h6 {
  font-size: 0.875rem;
  font-weight: 500;
  font-family: IBM Plex Sans, sans-serif;
  line-height: 1.08rem;
}
p {
  line-height: 1.35rem;
}
li {
  line-height: 21.6px;
}
span {
  line-height: 14px;
}
.\!container {
  width: 100% !important;
  padding-right: 0.625rem !important;
  padding-left: 0.625rem !important;
}
.container {
  width: 100%;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}
@media (min-width: 100%) {
  .\!container {
    max-width: 100% !important;
  }
  .container {
    max-width: 100%;
  }
}
@media (min-width: 540px) {
  .\!container {
    max-width: 540px !important;
  }
  .container {
    max-width: 540px;
  }
}
@media (min-width: 720px) {
  .\!container {
    max-width: 720px !important;
  }
  .container {
    max-width: 720px;
  }
}
@media (min-width: 960px) {
  .\!container {
    max-width: 960px !important;
  }
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1140px) {
  .\!container {
    max-width: 1140px !important;
  }
  .container {
    max-width: 1140px;
  }
}
@media (min-width: 1320px) {
  .\!container {
    max-width: 1320px !important;
  }
  .container {
    max-width: 1320px;
  }
}
.form-input,
.form-textarea,
.form-select,
.form-multiselect {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  border-color: #74788d;
  border-width: 1px;
  border-radius: 0;
  padding: 0.5rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-shadow: 0 0 #0000;
}
.form-input:focus,
.form-textarea:focus,
.form-select:focus,
.form-multiselect:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0
    var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0
    calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
    var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
    var(--tw-shadow);
  border-color: #2563eb;
}
.form-input::-webkit-input-placeholder,
.form-textarea::-webkit-input-placeholder {
  color: #74788d;
  opacity: 1;
}
.form-input::-moz-placeholder,
.form-textarea::-moz-placeholder {
  color: #74788d;
  opacity: 1;
}
.form-input:-ms-input-placeholder,
.form-textarea:-ms-input-placeholder {
  color: #74788d;
  opacity: 1;
}
.form-input::-ms-input-placeholder,
.form-textarea::-ms-input-placeholder {
  color: #74788d;
  opacity: 1;
}
.form-input::placeholder,
.form-textarea::placeholder {
  color: #74788d;
  opacity: 1;
}
.form-input::-webkit-datetime-edit-fields-wrapper {
  padding: 0;
}
.form-input::-webkit-date-and-time-value {
  min-height: 1.5em;
  text-align: inherit;
}
.form-input::-webkit-datetime-edit {
  display: -webkit-inline-box;
  display: inline-flex;
}
.form-input::-webkit-datetime-edit,
.form-input::-webkit-datetime-edit-year-field,
.form-input::-webkit-datetime-edit-month-field,
.form-input::-webkit-datetime-edit-day-field,
.form-input::-webkit-datetime-edit-hour-field,
.form-input::-webkit-datetime-edit-minute-field,
.form-input::-webkit-datetime-edit-second-field,
.form-input::-webkit-datetime-edit-millisecond-field,
.form-input::-webkit-datetime-edit-meridiem-field {
  padding-top: 0;
  padding-bottom: 0;
}
.form-select {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%2374788D' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  padding-right: 2.5rem;
  -webkit-print-color-adjust: exact;
  print-color-adjust: exact;
}
.form-select:where([size]:not([size="1"])) {
  background-image: initial;
  background-position: initial;
  background-repeat: unset;
  background-size: initial;
  padding-right: 0.75rem;
  -webkit-print-color-adjust: unset;
  print-color-adjust: unset;
}
.form-checkbox,
.form-radio {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  -webkit-print-color-adjust: exact;
  print-color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  height: 1rem;
  width: 1rem;
  color: #2563eb;
  background-color: #fff;
  border-color: #74788d;
  border-width: 1px;
  --tw-shadow: 0 0 #0000;
}
.form-checkbox {
  border-radius: 0;
}
.form-radio {
  border-radius: 100%;
}
.form-checkbox:focus,
.form-radio:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty);
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0
    var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0
    calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
    var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
    var(--tw-shadow);
}
.form-checkbox:checked,
.form-radio:checked {
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.form-checkbox:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
}
.form-radio:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
}
.form-checkbox:checked:hover,
.form-checkbox:checked:focus,
.form-radio:checked:hover,
.form-radio:checked:focus {
  border-color: transparent;
  background-color: currentColor;
}
.form-checkbox:indeterminate {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.form-checkbox:indeterminate:hover,
.form-checkbox:indeterminate:focus {
  border-color: transparent;
  background-color: currentColor;
}
.btn {
  padding: 0.4375rem 0.75rem;
  border-radius: 0.3rem;
  font-weight: 400;
  font-size: 0.875rem;
  display: inline-block;
  border-width: 1px;
  border-style: solid;
  text-align: center;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.card {
  border-radius: 0.3rem;
  border: 1px;
  border-style: solid;
  border-color: #e9e9ef;
  margin-bottom: 1.5rem;
}
.card-body {
  padding: 1.25rem;
}
.nav-border .nav-item .active,
.nav-border .nav-item .\!active {
  border-radius: 0.25rem;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-width: 1px;
  border-color: rgb(167 169 182 / var(--tw-border-opacity));
  --tw-border-opacity: 1;
  border-bottom-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.bg-color-gradient {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(255, 255, 255, 0.15)),
    to(rgba(255, 255, 255, 0))
  );
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.15),
    rgba(255, 255, 255, 0)
  );
}
.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border-width: 0 !important;
}
.not-sr-only {
  position: static !important;
  width: auto !important;
  height: auto !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: visible !important;
  clip: auto !important;
  white-space: normal !important;
}
.pointer-events-none {
  pointer-events: none !important;
}
.pointer-events-auto {
  pointer-events: auto !important;
}
.\!visible,
.visible {
  visibility: visible !important;
}
.invisible {
  visibility: hidden !important;
}
.collapse {
  visibility: collapse !important;
}
.static {
  position: static !important;
}
.fixed {
  position: fixed !important;
}
.absolute {
  position: absolute !important;
}
.\!relative,
.relative {
  position: relative !important;
}
.sticky {
  position: sticky !important;
}
.-inset-1 {
  top: -0.25rem !important;
  right: -0.25rem !important;
  bottom: -0.25rem !important;
  left: -0.25rem !important;
}
.inset-0 {
  top: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
}
.inset-y-0 {
  top: 0 !important;
  bottom: 0 !important;
}
.-bottom-1 {
  bottom: -0.25rem !important;
}
.-bottom-16 {
  bottom: -4rem !important;
}
.-left-24 {
  left: -6rem !important;
}
.-left-3 {
  left: -0.75rem !important;
}
.-left-36 {
  left: -9rem !important;
}
.-right-10 {
  right: -2.5rem !important;
}
.-right-2 {
  right: -0.5rem !important;
}
.-right-3 {
  right: -0.75rem !important;
}
.-right-5 {
  right: -1.25rem !important;
}
.-top-1 {
  top: -0.25rem !important;
}
.-top-10 {
  top: -2.5rem !important;
}
.-top-2 {
  top: -0.5rem !important;
}
.-top-3 {
  top: -0.75rem !important;
}
.-top-3\.5 {
  top: -0.875rem !important;
}
.-top-6 {
  top: -1.5rem !important;
}
.bottom-0 {
  bottom: 0 !important;
}
.bottom-0\.5 {
  bottom: 0.125rem !important;
}
.bottom-10 {
  bottom: 2.5rem !important;
}
.bottom-\[60px\] {
  bottom: 60px !important;
}
.end-1 {
  inset-inline-end: 0.25rem !important;
}
.left-0 {
  left: 0 !important;
}
.left-1 {
  left: 0.25rem !important;
}
.left-2 {
  left: 0.5rem !important;
}
.left-2\.5 {
  left: 0.625rem !important;
}
.left-3 {
  left: 0.75rem !important;
}
.left-5 {
  left: 1.25rem !important;
}
.left-6 {
  left: 1.5rem !important;
}
.left-\[10\%\] {
  left: 10% !important;
}
.left-\[20\%\] {
  left: 20% !important;
}
.left-\[25\%\] {
  left: 25% !important;
}
.left-\[32\%\] {
  left: 32% !important;
}
.left-\[40\%\] {
  left: 40% !important;
}
.left-\[48\%\] {
  left: 48% !important;
}
.left-\[50\%\] {
  left: 50% !important;
}
.left-\[55\%\] {
  left: 55% !important;
}
.left-\[70\%\] {
  left: 70% !important;
}
.left-\[90\%\] {
  left: 90% !important;
}
.left-auto {
  left: auto !important;
}
.right-0 {
  right: 0 !important;
}
.right-1 {
  right: 0.25rem !important;
}
.right-2\.5 {
  right: 0.625rem !important;
}
.right-3 {
  right: 0.75rem !important;
}
.right-5 {
  right: 1.25rem !important;
}
.top-0 {
  top: 0 !important;
}
.top-1 {
  top: 0.25rem !important;
}
.top-1\.5 {
  top: 0.375rem !important;
}
.top-2 {
  top: 0.5rem !important;
}
.top-2\.5 {
  top: 0.625rem !important;
}
.top-3 {
  top: 0.75rem !important;
}
.top-3\.5 {
  top: 0.875rem !important;
}
.top-4 {
  top: 1rem !important;
}
.top-5 {
  top: 1.25rem !important;
}
.top-6 {
  top: 1.5rem !important;
}
.top-7 {
  top: 1.75rem !important;
}
.top-8 {
  top: 2rem !important;
}
.top-\[50\%\] {
  top: 50% !important;
}
.top-\[70px\] {
  top: 70px !important;
}
.top-auto {
  top: auto !important;
}
.isolate {
  isolation: isolate !important;
}
.isolation-auto {
  isolation: auto !important;
}
.z-10 {
  z-index: 10 !important;
}
.z-20 {
  z-index: 20 !important;
}
.z-30 {
  z-index: 30 !important;
}
.z-40 {
  z-index: 40 !important;
}
.z-50 {
  z-index: 50 !important;
}
.order-1 {
  -webkit-box-ordinal-group: 2 !important;
  -ms-flex-order: 1 !important;
  order: 1 !important;
}
.order-2 {
  -webkit-box-ordinal-group: 3 !important;
  -ms-flex-order: 2 !important;
  order: 2 !important;
}
.order-last {
  -webkit-box-ordinal-group: 10000 !important;
  -ms-flex-order: 9999 !important;
  order: 9999 !important;
}
.col-span-1 {
  grid-column: span 1 / span 1 !important;
}
.col-span-10 {
  grid-column: span 10 / span 10 !important;
}
.col-span-11 {
  grid-column: span 11 / span 11 !important;
}
.col-span-12 {
  grid-column: span 12 / span 12 !important;
}
.col-span-2 {
  grid-column: span 2 / span 2 !important;
}
.col-span-3 {
  grid-column: span 3 / span 3 !important;
}
.col-span-4 {
  grid-column: span 4 / span 4 !important;
}
.col-span-5 {
  grid-column: span 5 / span 5 !important;
}
.col-span-6 {
  grid-column: span 6 / span 6 !important;
}
.col-span-7 {
  grid-column: span 7 / span 7 !important;
}
.col-span-8 {
  grid-column: span 8 / span 8 !important;
}
.col-span-9 {
  grid-column: span 9 / span 9 !important;
}
.col-start-3 {
  grid-column-start: 3 !important;
}
.float-start {
  float: inline-start !important;
}
.float-end {
  float: inline-end !important;
}
.float-right {
  float: right !important;
}
.float-left {
  float: left !important;
}
.float-none {
  float: none !important;
}
.clear-start {
  clear: inline-start !important;
}
.clear-end {
  clear: inline-end !important;
}
.clear-left {
  clear: left !important;
}
.clear-right {
  clear: right !important;
}
.clear-both {
  clear: both !important;
}
.clear-none {
  clear: none !important;
}
.m-0 {
  margin: 0 !important;
}
.m-1 {
  margin: 0.25rem !important;
}
.m-2 {
  margin: 0.5rem !important;
}
.m-4 {
  margin: 1rem !important;
}
.m-6 {
  margin: 1.5rem !important;
}
.mx-2 {
  margin-left: 0.5rem !important;
  margin-right: 0.5rem !important;
}
.mx-3 {
  margin-left: 0.75rem !important;
  margin-right: 0.75rem !important;
}
.mx-4 {
  margin-left: 1rem !important;
  margin-right: 1rem !important;
}
.mx-5 {
  margin-left: 1.25rem !important;
  margin-right: 1.25rem !important;
}
.mx-6 {
  margin-left: 1.5rem !important;
  margin-right: 1.5rem !important;
}
.mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}
.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}
.my-1\.5 {
  margin-top: 0.375rem !important;
  margin-bottom: 0.375rem !important;
}
.my-12 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}
.my-4 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}
.my-5 {
  margin-top: 1.25rem !important;
  margin-bottom: 1.25rem !important;
}
.my-6 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}
.my-\[5px\] {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}
.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}
.-mt-1 {
  margin-top: -0.25rem !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mb-1 {
  margin-bottom: 0.25rem !important;
}
.mb-10 {
  margin-bottom: 2.5rem !important;
}
.mb-12 {
  margin-bottom: 3rem !important;
}
.mb-16 {
  margin-bottom: 4rem !important;
}
.mb-2 {
  margin-bottom: 0.5rem !important;
}
.mb-3 {
  margin-bottom: 0.75rem !important;
}
.mb-4 {
  margin-bottom: 1rem !important;
}
.mb-5 {
  margin-bottom: 1.25rem !important;
}
.mb-6 {
  margin-bottom: 1.5rem !important;
}
.mb-8 {
  margin-bottom: 2rem !important;
}
.me-1 {
  -webkit-margin-end: 0.25rem !important;
  margin-inline-end: 0.25rem !important;
}
.me-2 {
  -webkit-margin-end: 0.5rem !important;
  margin-inline-end: 0.5rem !important;
}
.ml-1 {
  margin-left: 0.25rem !important;
}
.ml-2 {
  margin-left: 0.5rem !important;
}
.ml-3 {
  margin-left: 0.75rem !important;
}
.ml-4 {
  margin-left: 1rem !important;
}
.ml-5 {
  margin-left: 1.25rem !important;
}
.ml-7 {
  margin-left: 1.75rem !important;
}
.ml-auto {
  margin-left: auto !important;
}
.mr-1 {
  margin-right: 0.25rem !important;
}
.mr-2 {
  margin-right: 0.5rem !important;
}
.mr-3 {
  margin-right: 0.75rem !important;
}
.mr-4 {
  margin-right: 1rem !important;
}
.mr-5 {
  margin-right: 1.25rem !important;
}
.ms-1 {
  -webkit-margin-start: 0.25rem !important;
  margin-inline-start: 0.25rem !important;
}
.ms-2 {
  -webkit-margin-start: 0.5rem !important;
  margin-inline-start: 0.5rem !important;
}
.mt-0 {
  margin-top: 0 !important;
}
.mt-0\.5 {
  margin-top: 0.125rem !important;
}
.mt-1 {
  margin-top: 0.25rem !important;
}
.mt-1\.5 {
  margin-top: 0.375rem !important;
}
.mt-10 {
  margin-top: 2.5rem !important;
}
.mt-12 {
  margin-top: 3rem !important;
}
.mt-2 {
  margin-top: 0.5rem !important;
}
.mt-2\.5 {
  margin-top: 0.625rem !important;
}
.mt-3 {
  margin-top: 0.75rem !important;
}
.mt-4 {
  margin-top: 1rem !important;
}
.mt-5 {
  margin-top: 1.25rem !important;
}
.mt-6 {
  margin-top: 1.5rem !important;
}
.mt-8 {
  margin-top: 2rem !important;
}
.mt-9 {
  margin-top: 2.25rem !important;
}
.mt-\[-3px\] {
  margin-top: -3px !important;
}
.mt-\[18px\] {
  margin-top: 18px !important;
}
.mt-\[5px\] {
  margin-top: 5px !important;
}
.box-border {
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important;
}
.box-content {
  -webkit-box-sizing: content-box !important;
  box-sizing: content-box !important;
}
.line-clamp-none {
  overflow: visible !important;
  display: block !important;
  -webkit-box-orient: horizontal !important;
  -webkit-line-clamp: none !important;
}
.\!block,
.block {
  display: block !important;
}
.inline-block {
  display: inline-block !important;
}
.\!inline,
.inline {
  display: inline !important;
}
.flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}
.\!table,
.table {
  display: table !important;
}
.inline-table {
  display: inline-table !important;
}
.table-caption {
  display: table-caption !important;
}
.table-cell {
  display: table-cell !important;
}
.table-column {
  display: table-column !important;
}
.table-column-group {
  display: table-column-group !important;
}
.table-footer-group {
  display: table-footer-group !important;
}
.table-header-group {
  display: table-header-group !important;
}
.table-row-group {
  display: table-row-group !important;
}
.table-row {
  display: table-row !important;
}
.flow-root {
  display: flow-root !important;
}
.\!grid,
.grid {
  display: grid !important;
}
.inline-grid {
  display: inline-grid !important;
}
.contents {
  display: contents !important;
}
.list-item {
  display: list-item !important;
}
.hidden {
  display: none !important;
}
.size-2 {
  width: 0.5rem !important;
  height: 0.5rem !important;
}
.h-0\.5 {
  height: 0.125rem !important;
}
.h-1 {
  height: 0.25rem !important;
}
.h-1\.5 {
  height: 0.375rem !important;
}
.h-10 {
  height: 2.5rem !important;
}
.h-12 {
  height: 3rem !important;
}
.h-14 {
  height: 3.5rem !important;
}
.h-16 {
  height: 4rem !important;
}
.h-2 {
  height: 0.5rem !important;
}
.h-2\.5 {
  height: 0.625rem !important;
}
.h-20 {
  height: 5rem !important;
}
.h-24 {
  height: 6rem !important;
}
.h-28 {
  height: 7rem !important;
}
.h-3 {
  height: 0.75rem !important;
}
.h-32 {
  height: 8rem !important;
}
.h-36 {
  height: 9rem !important;
}
.h-4 {
  height: 1rem !important;
}
.h-40 {
  height: 10rem !important;
}
.h-48 {
  height: 12rem !important;
}
.h-5 {
  height: 1.25rem !important;
}
.h-56 {
  height: 14rem !important;
}
.h-6 {
  height: 1.5rem !important;
}
.h-64 {
  height: 16rem !important;
}
.h-7 {
  height: 1.75rem !important;
}
.h-8 {
  height: 2rem !important;
}
.h-80 {
  height: 20rem !important;
}
.h-9 {
  height: 2.25rem !important;
}
.h-96 {
  height: 24rem !important;
}
.h-\[30px\] {
  height: 30px !important;
}
.h-\[34px\] {
  height: 34px !important;
}
.h-\[50px\] {
  height: 50px !important;
}
.h-\[570px\] {
  height: 570px !important;
}
.h-\[6px\] {
  height: 6px !important;
}
.h-\[70px\] {
  height: 70px !important;
}
.h-\[90vh\] {
  height: 90vh !important;
}
.h-auto {
  height: auto !important;
}
.h-full {
  height: 100% !important;
}
.h-screen {
  height: 100vh !important;
}
.max-h-56 {
  max-height: 14rem !important;
}
.max-h-\[calc\(65vh_-_90px\)\] {
  max-height: calc(65vh - 90px) !important;
}
.min-h-full {
  min-height: 100% !important;
}
.min-h-screen {
  min-height: 100vh !important;
}
.w-1 {
  width: 0.25rem !important;
}
.w-1\.5 {
  width: 0.375rem !important;
}
.w-1\/2 {
  width: 50% !important;
}
.w-1\/3 {
  width: 33.333333% !important;
}
.w-1\/4 {
  width: 25% !important;
}
.w-1\/5 {
  width: 20% !important;
}
.w-1\/6 {
  width: 16.666667% !important;
}
.w-10 {
  width: 2.5rem !important;
}
.w-12 {
  width: 3rem !important;
}
.w-14 {
  width: 3.5rem !important;
}
.w-16 {
  width: 4rem !important;
}
.w-2\.5 {
  width: 0.625rem !important;
}
.w-2\/3 {
  width: 66.666667% !important;
}
.w-2\/5 {
  width: 40% !important;
}
.w-20 {
  width: 5rem !important;
}
.w-24 {
  width: 6rem !important;
}
.w-28 {
  width: 7rem !important;
}
.w-3 {
  width: 0.75rem !important;
}
.w-3\/4 {
  width: 75% !important;
}
.w-3\/5 {
  width: 60% !important;
}
.w-32 {
  width: 8rem !important;
}
.w-36 {
  width: 9rem !important;
}
.w-4 {
  width: 1rem !important;
}
.w-4\/5 {
  width: 80% !important;
}
.w-40 {
  width: 10rem !important;
}
.w-44 {
  width: 11rem !important;
}
.w-48 {
  width: 12rem !important;
}
.w-5 {
  width: 1.25rem !important;
}
.w-5\/6 {
  width: 83.333333% !important;
}
.w-6 {
  width: 1.5rem !important;
}
.w-60 {
  width: 15rem !important;
}
.w-64 {
  width: 16rem !important;
}
.w-72 {
  width: 18rem !important;
}
.w-8 {
  width: 2rem !important;
}
.w-80 {
  width: 20rem !important;
}
.w-9 {
  width: 2.25rem !important;
}
.w-96 {
  width: 24rem !important;
}
.w-\[170px\] {
  width: 170px !important;
}
.w-\[20\%\] {
  width: 20% !important;
}
.w-\[20px\] {
  width: 20px !important;
}
.w-\[240px\] {
  width: 240px !important;
}
.w-\[25\%\] {
  width: 25% !important;
}
.w-\[50\%\] {
  width: 50% !important;
}
.w-\[70px\] {
  width: 70px !important;
}
.w-\[this-is\\\\\] {
  width: this-is\\ !important;
}
.w-\[this-is\] {
  width: this-is !important;
}
.w-\[weird-and-invalid\] {
  width: weird-and-invalid !important;
}
.w-auto {
  width: auto !important;
}
.w-fit {
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
}
.w-full {
  width: 100% !important;
}
.w-screen {
  width: 100vw !important;
}
.min-w-full {
  min-width: 100% !important;
}
.min-w-max {
  min-width: -webkit-max-content !important;
  min-width: -moz-max-content !important;
  min-width: max-content !important;
}
.max-w-4xl {
  max-width: 56rem !important;
}
.max-w-\[223px\] {
  max-width: 223px !important;
}
.max-w-lg {
  max-width: 32rem !important;
}
.max-w-md {
  max-width: 28rem !important;
}
.max-w-sm {
  max-width: 24rem !important;
}
.max-w-xl {
  max-width: 36rem !important;
}
.max-w-xs {
  max-width: 20rem !important;
}
.flex-1 {
  -webkit-box-flex: 1 !important;
  -ms-flex: 1 1 0% !important;
  flex: 1 1 0% !important;
}
.flex-auto {
  -webkit-box-flex: 1 !important;
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}
.flex-initial {
  -webkit-box-flex: 0 !important;
  -ms-flex: 0 1 auto !important;
  flex: 0 1 auto !important;
}
.flex-none {
  -webkit-box-flex: 0 !important;
  -ms-flex: none !important;
  flex: none !important;
}
.flex-shrink {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important;
}
.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}
.shrink {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important;
}
.shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}
.flex-grow,
.\!grow,
.grow {
  -webkit-box-flex: 1 !important;
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
}
.basis-1\/2 {
  -ms-flex-preferred-size: 50% !important;
  flex-basis: 50% !important;
}
.basis-1\/4 {
  -ms-flex-preferred-size: 25% !important;
  flex-basis: 25% !important;
}
.table-auto {
  table-layout: auto !important;
}
.table-fixed {
  table-layout: fixed !important;
}
.caption-top {
  caption-side: top !important;
}
.caption-bottom {
  caption-side: bottom !important;
}
.border-collapse {
  border-collapse: collapse !important;
}
.border-separate {
  border-collapse: separate !important;
}
.origin-\[0\] {
  -webkit-transform-origin: 0 !important;
  transform-origin: 0 !important;
}
.-translate-x-2 {
  --tw-translate-x: -0.5rem !important;
  -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
}
.-translate-x-\[50\%\] {
  --tw-translate-x: -50% !important;
  -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
}
.-translate-x-full {
  --tw-translate-x: -100% !important;
  -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
}
.-translate-y-1 {
  --tw-translate-y: -0.25rem !important;
  -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
}
.-translate-y-3 {
  --tw-translate-y: -0.75rem !important;
  -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
}
.-translate-y-4 {
  --tw-translate-y: -1rem !important;
  -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
}
.-translate-y-\[50\%\] {
  --tw-translate-y: -50% !important;
  -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
}
.-translate-y-full {
  --tw-translate-y: -100% !important;
  -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
}
.translate-x-0 {
  --tw-translate-x: 0px !important;
  -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
}
.translate-x-full {
  --tw-translate-x: 100% !important;
  -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
}
.translate-y-full {
  --tw-translate-y: 100% !important;
  -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
}
.-rotate-45 {
  --tw-rotate: -45deg !important;
  -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
}
.rotate-180 {
  --tw-rotate: 180deg !important;
  -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
}
.rotate-45 {
  --tw-rotate: 45deg !important;
  -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
}
.scale-75 {
  --tw-scale-x: 0.75 !important;
  --tw-scale-y: 0.75 !important;
  -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
}
.\!transform,
.transform,
.transform-cpu {
  -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
}
.transform-gpu {
  -webkit-transform: translate3d(
      var(--tw-translate-x),
      var(--tw-translate-y),
      0
    )
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
  transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0)
    rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
}
.transform-none {
  -webkit-transform: none !important;
  transform: none !important;
}
@-webkit-keyframes bounce {
  0%,
  to {
    -webkit-transform: translateY(-25%);
    transform: translateY(-25%);
    -webkit-animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
    animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
  }
  50% {
    -webkit-transform: none;
    transform: none;
    -webkit-animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
    animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }
}
@keyframes bounce {
  0%,
  to {
    -webkit-transform: translateY(-25%);
    transform: translateY(-25%);
    -webkit-animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
    animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
  }
  50% {
    -webkit-transform: none;
    transform: none;
    -webkit-animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
    animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }
}
.animate-bounce {
  -webkit-animation: bounce 1s infinite !important;
  animation: bounce 1s infinite !important;
}
@-webkit-keyframes ping {
  75%,
  to {
    -webkit-transform: scale(2);
    transform: scale(2);
    opacity: 0;
  }
}
@keyframes ping {
  75%,
  to {
    -webkit-transform: scale(2);
    transform: scale(2);
    opacity: 0;
  }
}
.animate-ping {
  -webkit-animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite !important;
  animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite !important;
}
@-webkit-keyframes pulse {
  50% {
    opacity: 0.5;
  }
}
@keyframes pulse {
  50% {
    opacity: 0.5;
  }
}
.animate-pulse {
  -webkit-animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important;
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important;
}
@-webkit-keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.animate-spin {
  -webkit-animation: spin 1s linear infinite !important;
  animation: spin 1s linear infinite !important;
}
.cursor-default {
  cursor: default !important;
}
.cursor-move {
  cursor: move !important;
}
.cursor-not-allowed {
  cursor: not-allowed !important;
}
.cursor-pointer {
  cursor: pointer !important;
}
.cursor-text {
  cursor: text !important;
}
.touch-auto {
  -ms-touch-action: auto !important;
  touch-action: auto !important;
}
.touch-none {
  -ms-touch-action: none !important;
  touch-action: none !important;
}
.touch-pan-x {
  --tw-pan-x: pan-x !important;
  -ms-touch-action: var(--tw-pan-x) var(--tw-pan-y) var(--tw-pinch-zoom) !important;
  touch-action: var(--tw-pan-x) var(--tw-pan-y) var(--tw-pinch-zoom) !important;
}
.touch-pan-left {
  --tw-pan-x: pan-left !important;
  -ms-touch-action: var(--tw-pan-x) var(--tw-pan-y) var(--tw-pinch-zoom) !important;
  touch-action: var(--tw-pan-x) var(--tw-pan-y) var(--tw-pinch-zoom) !important;
}
.touch-pan-right {
  --tw-pan-x: pan-right !important;
  -ms-touch-action: var(--tw-pan-x) var(--tw-pan-y) var(--tw-pinch-zoom) !important;
  touch-action: var(--tw-pan-x) var(--tw-pan-y) var(--tw-pinch-zoom) !important;
}
.touch-pan-y {
  --tw-pan-y: pan-y !important;
  -ms-touch-action: var(--tw-pan-x) var(--tw-pan-y) var(--tw-pinch-zoom) !important;
  touch-action: var(--tw-pan-x) var(--tw-pan-y) var(--tw-pinch-zoom) !important;
}
.touch-pan-up {
  --tw-pan-y: pan-up !important;
  -ms-touch-action: var(--tw-pan-x) var(--tw-pan-y) var(--tw-pinch-zoom) !important;
  touch-action: var(--tw-pan-x) var(--tw-pan-y) var(--tw-pinch-zoom) !important;
}
.touch-pan-down {
  --tw-pan-y: pan-down !important;
  -ms-touch-action: var(--tw-pan-x) var(--tw-pan-y) var(--tw-pinch-zoom) !important;
  touch-action: var(--tw-pan-x) var(--tw-pan-y) var(--tw-pinch-zoom) !important;
}
.touch-pinch-zoom {
  --tw-pinch-zoom: pinch-zoom !important;
  -ms-touch-action: var(--tw-pan-x) var(--tw-pan-y) var(--tw-pinch-zoom) !important;
  touch-action: var(--tw-pan-x) var(--tw-pan-y) var(--tw-pinch-zoom) !important;
}
.touch-manipulation {
  -ms-touch-action: manipulation !important;
  touch-action: manipulation !important;
}
.select-none {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
}
.select-text {
  -webkit-user-select: text !important;
  -moz-user-select: text !important;
  -ms-user-select: text !important;
  user-select: text !important;
}
.select-all {
  -webkit-user-select: all !important;
  -moz-user-select: all !important;
  user-select: all !important;
}
.select-auto {
  -webkit-user-select: auto !important;
  -moz-user-select: auto !important;
  -ms-user-select: auto !important;
  user-select: auto !important;
}
.resize-none {
  resize: none !important;
}
.resize-y {
  resize: vertical !important;
}
.resize-x {
  resize: horizontal !important;
}
.resize {
  resize: both !important;
}
.snap-none {
  -ms-scroll-snap-type: none !important;
  scroll-snap-type: none !important;
}
.snap-x {
  -ms-scroll-snap-type: x var(--tw-scroll-snap-strictness) !important;
  scroll-snap-type: x var(--tw-scroll-snap-strictness) !important;
}
.snap-y {
  -ms-scroll-snap-type: y var(--tw-scroll-snap-strictness) !important;
  scroll-snap-type: y var(--tw-scroll-snap-strictness) !important;
}
.snap-both {
  -ms-scroll-snap-type: both var(--tw-scroll-snap-strictness) !important;
  scroll-snap-type: both var(--tw-scroll-snap-strictness) !important;
}
.snap-mandatory {
  --tw-scroll-snap-strictness: mandatory !important;
}
.snap-proximity {
  --tw-scroll-snap-strictness: proximity !important;
}
.snap-start {
  scroll-snap-align: start !important;
}
.snap-end {
  scroll-snap-align: end !important;
}
.snap-center {
  scroll-snap-align: center !important;
}
.snap-align-none {
  scroll-snap-align: none !important;
}
.snap-normal {
  scroll-snap-stop: normal !important;
}
.snap-always {
  scroll-snap-stop: always !important;
}
.list-inside {
  list-style-position: inside !important;
}
.list-outside {
  list-style-position: outside !important;
}
.list-disc {
  list-style-type: disc !important;
}
.list-none {
  list-style-type: none !important;
}
.appearance-none {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
}
.appearance-auto {
  -webkit-appearance: auto !important;
  -moz-appearance: auto !important;
  appearance: auto !important;
}
.columns-1 {
  -webkit-columns: 1 !important;
  -moz-columns: 1 !important;
  columns: 1 !important;
}
.break-before-auto {
  -webkit-column-break-before: auto !important;
  -moz-column-break-before: auto !important;
  break-before: auto !important;
}
.break-before-avoid {
  -webkit-column-break-before: avoid !important;
  -moz-column-break-before: avoid !important;
  break-before: avoid !important;
}
.break-before-all {
  -webkit-column-break-before: all !important;
  -moz-column-break-before: all !important;
  break-before: all !important;
}
.break-before-avoid-page {
  -webkit-column-break-before: avoid !important;
  -moz-column-break-before: avoid !important;
  break-before: avoid-page !important;
}
.break-before-page {
  -webkit-column-break-before: page !important;
  -moz-column-break-before: page !important;
  break-before: page !important;
}
.break-before-left {
  -webkit-column-break-before: left !important;
  -moz-column-break-before: left !important;
  break-before: left !important;
}
.break-before-right {
  -webkit-column-break-before: right !important;
  -moz-column-break-before: right !important;
  break-before: right !important;
}
.break-before-column {
  -webkit-column-break-before: column !important;
  -moz-column-break-before: column !important;
  break-before: column !important;
}
.break-inside-auto {
  -webkit-column-break-inside: auto !important;
  -moz-column-break-inside: auto !important;
  break-inside: auto !important;
}
.break-inside-avoid {
  -webkit-column-break-inside: avoid !important;
  -moz-column-break-inside: avoid !important;
  break-inside: avoid !important;
}
.break-inside-avoid-page {
  break-inside: avoid-page !important;
}
.break-inside-avoid-column {
  -webkit-column-break-inside: avoid !important;
  -moz-column-break-inside: avoid !important;
  break-inside: avoid-column !important;
}
.break-after-auto {
  -webkit-column-break-after: auto !important;
  -moz-column-break-after: auto !important;
  break-after: auto !important;
}
.break-after-avoid {
  -webkit-column-break-after: avoid !important;
  -moz-column-break-after: avoid !important;
  break-after: avoid !important;
}
.break-after-all {
  -webkit-column-break-after: all !important;
  -moz-column-break-after: all !important;
  break-after: all !important;
}
.break-after-avoid-page {
  -webkit-column-break-after: avoid !important;
  -moz-column-break-after: avoid !important;
  break-after: avoid-page !important;
}
.break-after-page {
  -webkit-column-break-after: page !important;
  -moz-column-break-after: page !important;
  break-after: page !important;
}
.break-after-left {
  -webkit-column-break-after: left !important;
  -moz-column-break-after: left !important;
  break-after: left !important;
}
.break-after-right {
  -webkit-column-break-after: right !important;
  -moz-column-break-after: right !important;
  break-after: right !important;
}
.break-after-column {
  -webkit-column-break-after: column !important;
  -moz-column-break-after: column !important;
  break-after: column !important;
}
.grid-flow-row {
  grid-auto-flow: row !important;
}
.grid-flow-col {
  grid-auto-flow: column !important;
}
.grid-flow-dense {
  grid-auto-flow: dense !important;
}
.grid-flow-row-dense {
  grid-auto-flow: row dense !important;
}
.grid-flow-col-dense {
  grid-auto-flow: column dense !important;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
}
.grid-cols-12 {
  grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}
.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}
.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}
.grid-cols-7 {
  grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
}
.grid-cols-\[repeat\(2\,56px\)\] {
  grid-template-columns: repeat(2, 56px) !important;
}
.grid-rows-4 {
  grid-template-rows: repeat(4, minmax(0, 1fr)) !important;
}
.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}
.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}
.flex-col {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}
.flex-col-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}
.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}
.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}
.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}
.place-content-center {
  place-content: center !important;
}
.place-content-start {
  place-content: start !important;
}
.place-content-end {
  place-content: end !important;
}
.place-content-between {
  place-content: space-between !important;
}
.place-content-around {
  place-content: space-around !important;
}
.place-content-evenly {
  place-content: space-evenly !important;
}
.place-content-baseline {
  place-content: baseline !important;
}
.place-content-stretch {
  place-content: stretch !important;
}
.place-items-start {
  place-items: start !important;
}
.place-items-end {
  place-items: end !important;
}
.place-items-center {
  place-items: center !important;
}
.place-items-baseline {
  place-items: baseline !important;
}
.place-items-stretch {
  place-items: stretch !important;
}
.content-normal {
  -ms-flex-line-pack: normal !important;
  align-content: normal !important;
}
.content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}
.content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}
.content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}
.content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}
.content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}
.content-evenly {
  -ms-flex-line-pack: space-evenly !important;
  align-content: space-evenly !important;
}
.content-baseline {
  -ms-flex-line-pack: baseline !important;
  align-content: baseline !important;
}
.content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}
.items-start {
  -webkit-box-align: start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}
.items-end {
  -webkit-box-align: end !important;
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}
.items-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}
.items-baseline {
  -webkit-box-align: baseline !important;
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}
.items-stretch {
  -webkit-box-align: stretch !important;
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}
.justify-normal {
  -webkit-box-pack: normal !important;
  -ms-flex-pack: normal !important;
  justify-content: normal !important;
}
.justify-start {
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}
.justify-end {
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}
.justify-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}
.justify-between {
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}
.justify-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}
.justify-evenly {
  -webkit-box-pack: space-evenly !important;
  -ms-flex-pack: space-evenly !important;
  justify-content: space-evenly !important;
}
.justify-stretch {
  -webkit-box-pack: stretch !important;
  -ms-flex-pack: stretch !important;
  justify-content: stretch !important;
}
.justify-items-start {
  justify-items: start !important;
}
.justify-items-end {
  justify-items: end !important;
}
.justify-items-center {
  justify-items: center !important;
}
.justify-items-stretch {
  justify-items: stretch !important;
}
.gap-1 {
  gap: 0.25rem !important;
}
.gap-16 {
  gap: 4rem !important;
}
.gap-2 {
  gap: 0.5rem !important;
}
.gap-3 {
  gap: 0.75rem !important;
}
.gap-4 {
  gap: 1rem !important;
}
.gap-5 {
  gap: 1.25rem !important;
}
.gap-6 {
  gap: 1.5rem !important;
}
.gap-8 {
  gap: 2rem !important;
}
.gap-x-3 {
  -webkit-column-gap: 0.75rem !important;
  -moz-column-gap: 0.75rem !important;
  column-gap: 0.75rem !important;
}
.gap-x-5 {
  -webkit-column-gap: 1.25rem !important;
  -moz-column-gap: 1.25rem !important;
  column-gap: 1.25rem !important;
}
.gap-x-6 {
  -webkit-column-gap: 1.5rem !important;
  -moz-column-gap: 1.5rem !important;
  column-gap: 1.5rem !important;
}
.gap-x-8 {
  -webkit-column-gap: 2rem !important;
  -moz-column-gap: 2rem !important;
  column-gap: 2rem !important;
}
.gap-y-0 {
  row-gap: 0px !important;
}
.gap-y-3 {
  row-gap: 0.75rem !important;
}
.gap-y-4 {
  row-gap: 1rem !important;
}
.-space-x-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(-0.25rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(-0.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
}
.space-x-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(0.25rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
}
.space-x-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
}
.space-x-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(0.75rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
}
.space-x-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(1rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse))) !important;
}
.space-x-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(1.5rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
}
.space-y-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse)) !important;
}
.space-y-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse)) !important;
}
.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(1rem * var(--tw-space-y-reverse)) !important;
}
.space-y-5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(1.25rem * var(--tw-space-y-reverse)) !important;
}
.space-y-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse)) !important;
}
.space-y-reverse > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 1 !important;
}
.space-x-reverse > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 1 !important;
}
.divide-x > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-x-reverse: 0 !important;
  border-right-width: calc(1px * var(--tw-divide-x-reverse)) !important;
  border-left-width: calc(
    1px * calc(1 - var(--tw-divide-x-reverse))
  ) !important;
}
.divide-y > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0 !important;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse))) !important;
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse)) !important;
}
.divide-y-reverse > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 1 !important;
}
.divide-x-reverse > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-x-reverse: 1 !important;
}
.divide-solid > :not([hidden]) ~ :not([hidden]) {
  border-style: solid !important;
}
.divide-dashed > :not([hidden]) ~ :not([hidden]) {
  border-style: dashed !important;
}
.divide-dotted > :not([hidden]) ~ :not([hidden]) {
  border-style: dotted !important;
}
.divide-double > :not([hidden]) ~ :not([hidden]) {
  border-style: double !important;
}
.divide-none > :not([hidden]) ~ :not([hidden]) {
  border-style: none !important;
}
.divide-gray-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgb(192 194 203 / var(--tw-divide-opacity)) !important;
}
.divide-gray-50 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgb(230 230 235 / var(--tw-divide-opacity)) !important;
}
.place-self-auto {
  place-self: auto !important;
}
.place-self-start {
  place-self: start !important;
}
.place-self-end {
  place-self: end !important;
}
.place-self-center {
  place-self: center !important;
}
.place-self-stretch {
  place-self: stretch !important;
}
.self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}
.self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}
.self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}
.self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}
.self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}
.self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}
.justify-self-auto {
  justify-self: auto !important;
}
.justify-self-start {
  justify-self: start !important;
}
.justify-self-end {
  justify-self: end !important;
}
.justify-self-center {
  justify-self: center !important;
}
.justify-self-stretch {
  justify-self: stretch !important;
}
.overflow-auto {
  overflow: auto !important;
}
.overflow-hidden {
  overflow: hidden !important;
}
.overflow-clip {
  overflow: clip !important;
}
.overflow-visible {
  overflow: visible !important;
}
.overflow-scroll {
  overflow: scroll !important;
}
.overflow-x-auto {
  overflow-x: auto !important;
}
.overflow-y-auto {
  overflow-y: auto !important;
}
.overflow-x-hidden {
  overflow-x: hidden !important;
}
.overflow-y-hidden {
  overflow-y: hidden !important;
}
.overflow-x-clip {
  overflow-x: clip !important;
}
.overflow-y-clip {
  overflow-y: clip !important;
}
.overflow-x-visible {
  overflow-x: visible !important;
}
.overflow-y-visible {
  overflow-y: visible !important;
}
.overflow-x-scroll {
  overflow-x: scroll !important;
}
.overflow-y-scroll {
  overflow-y: scroll !important;
}
.overscroll-auto {
  -ms-scroll-chaining: chained !important;
  overscroll-behavior: auto !important;
}
.overscroll-contain {
  -ms-scroll-chaining: none !important;
  overscroll-behavior: contain !important;
}
.overscroll-none {
  -ms-scroll-chaining: none !important;
  overscroll-behavior: none !important;
}
.overscroll-y-auto {
  overscroll-behavior-y: auto !important;
}
.overscroll-y-contain {
  overscroll-behavior-y: contain !important;
}
.overscroll-y-none {
  overscroll-behavior-y: none !important;
}
.overscroll-x-auto {
  overscroll-behavior-x: auto !important;
}
.overscroll-x-contain {
  overscroll-behavior-x: contain !important;
}
.overscroll-x-none {
  overscroll-behavior-x: none !important;
}
.scroll-auto {
  scroll-behavior: auto !important;
}
.scroll-smooth {
  scroll-behavior: smooth !important;
}
.truncate {
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}
.overflow-ellipsis,
.text-ellipsis {
  text-overflow: ellipsis !important;
}
.text-clip {
  text-overflow: clip !important;
}
.hyphens-none {
  -webkit-hyphens: none !important;
  -ms-hyphens: none !important;
  hyphens: none !important;
}
.hyphens-manual {
  -webkit-hyphens: manual !important;
  -ms-hyphens: manual !important;
  hyphens: manual !important;
}
.hyphens-auto {
  -webkit-hyphens: auto !important;
  -ms-hyphens: auto !important;
  hyphens: auto !important;
}
.whitespace-normal {
  white-space: normal !important;
}
.whitespace-nowrap {
  white-space: nowrap !important;
}
.whitespace-pre {
  white-space: pre !important;
}
.whitespace-pre-line {
  white-space: pre-line !important;
}
.whitespace-pre-wrap {
  white-space: pre-wrap !important;
}
.whitespace-break-spaces {
  white-space: break-spaces !important;
}
.text-wrap {
  text-wrap: wrap !important;
}
.text-nowrap {
  text-wrap: nowrap !important;
}
.text-balance {
  text-wrap: balance !important;
}
.text-pretty {
  text-wrap: pretty !important;
}
.break-normal {
  overflow-wrap: normal !important;
  word-break: normal !important;
}
.break-words {
  overflow-wrap: break-word !important;
}
.break-all {
  word-break: break-all !important;
}
.break-keep {
  word-break: keep-all !important;
}
.rounded {
  border-radius: 0.25rem !important;
}
.rounded-2xl {
  border-radius: 1rem !important;
}
.rounded-3xl {
  border-radius: 1.5rem !important;
}
.rounded-full {
  border-radius: 9999px !important;
}
.rounded-lg {
  border-radius: 0.5rem !important;
}
.rounded-md {
  border-radius: 0.375rem !important;
}
.rounded-none {
  border-radius: 0 !important;
}
.rounded-sm {
  border-radius: 0.125rem !important;
}
.rounded-xl {
  border-radius: 0.75rem !important;
}
.rounded-b {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}
.rounded-b-none {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.rounded-b-xl {
  border-bottom-right-radius: 0.75rem !important;
  border-bottom-left-radius: 0.75rem !important;
}
.rounded-e {
  border-start-end-radius: 0.25rem !important;
  border-end-end-radius: 0.25rem !important;
}
.rounded-l {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}
.rounded-l-lg {
  border-top-left-radius: 0.5rem !important;
  border-bottom-left-radius: 0.5rem !important;
}
.rounded-l-none {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.rounded-l-xl {
  border-top-left-radius: 0.75rem !important;
  border-bottom-left-radius: 0.75rem !important;
}
.rounded-r {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}
.rounded-r-lg {
  border-top-right-radius: 0.5rem !important;
  border-bottom-right-radius: 0.5rem !important;
}
.rounded-r-none {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.rounded-r-xl {
  border-top-right-radius: 0.75rem !important;
  border-bottom-right-radius: 0.75rem !important;
}
.rounded-s {
  border-start-start-radius: 0.25rem !important;
  border-end-start-radius: 0.25rem !important;
}
.rounded-t {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}
.rounded-t-lg {
  border-top-left-radius: 0.5rem !important;
  border-top-right-radius: 0.5rem !important;
}
.rounded-t-none {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}
.rounded-t-xl {
  border-top-left-radius: 0.75rem !important;
  border-top-right-radius: 0.75rem !important;
}
.rounded-bl {
  border-bottom-left-radius: 0.25rem !important;
}
.rounded-bl-xl {
  border-bottom-left-radius: 0.75rem !important;
}
.rounded-br {
  border-bottom-right-radius: 0.25rem !important;
}
.rounded-br-xl {
  border-bottom-right-radius: 0.75rem !important;
}
.rounded-ee {
  border-end-end-radius: 0.25rem !important;
}
.rounded-es {
  border-end-start-radius: 0.25rem !important;
}
.rounded-se {
  border-start-end-radius: 0.25rem !important;
}
.rounded-ss {
  border-start-start-radius: 0.25rem !important;
}
.rounded-tl {
  border-top-left-radius: 0.25rem !important;
}
.rounded-tl-xl {
  border-top-left-radius: 0.75rem !important;
}
.rounded-tr {
  border-top-right-radius: 0.25rem !important;
}
.rounded-tr-xl {
  border-top-right-radius: 0.75rem !important;
}
.border {
  border-width: 1px !important;
}
.border-0 {
  border-width: 0px !important;
}
.border-2 {
  border-width: 2px !important;
}
.border-4 {
  border-width: 4px !important;
}
.border-8 {
  border-width: 8px !important;
}
.border-\[2px\] {
  border-width: 2px !important;
}
.border-\[3px\] {
  border-width: 3px !important;
}
.border-\[9px\] {
  border-width: 9px !important;
}
.border-x {
  border-left-width: 1px !important;
  border-right-width: 1px !important;
}
.border-x-2 {
  border-left-width: 2px !important;
  border-right-width: 2px !important;
}
.border-y {
  border-top-width: 1px !important;
  border-bottom-width: 1px !important;
}
.border-y-2 {
  border-top-width: 2px !important;
  border-bottom-width: 2px !important;
}
.border-b {
  border-bottom-width: 1px !important;
}
.border-b-0 {
  border-bottom-width: 0px !important;
}
.border-b-2 {
  border-bottom-width: 2px !important;
}
.border-e {
  border-inline-end-width: 1px !important;
}
.border-l {
  border-left-width: 1px !important;
}
.border-l-0 {
  border-left-width: 0px !important;
}
.border-l-2 {
  border-left-width: 2px !important;
}
.border-l-4 {
  border-left-width: 4px !important;
}
.border-r {
  border-right-width: 1px !important;
}
.border-r-0 {
  border-right-width: 0px !important;
}
.border-r-2 {
  border-right-width: 2px !important;
}
.border-s {
  border-inline-start-width: 1px !important;
}
.border-t {
  border-top-width: 1px !important;
}
.border-t-0 {
  border-top-width: 0px !important;
}
.border-t-2 {
  border-top-width: 2px !important;
}
.border-solid {
  border-style: solid !important;
}
.border-dashed {
  border-style: dashed !important;
}
.border-dotted {
  border-style: dotted !important;
}
.border-double {
  border-style: double !important;
}
.border-hidden {
  border-style: hidden !important;
}
.border-none {
  border-style: none !important;
}
.border-\[\#e9e9ef\] {
  --tw-border-opacity: 1 !important;
  border-color: rgb(233 233 239 / var(--tw-border-opacity)) !important;
}
.border-blue-600 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(37 99 235 / var(--tw-border-opacity)) !important;
}
.border-blue-700 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(29 78 216 / var(--tw-border-opacity)) !important;
}
.border-gray-100 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(217 218 224 / var(--tw-border-opacity)) !important;
}
.border-gray-100\/60 {
  border-color: #d9dae099 !important;
}
.border-gray-200 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(192 194 203 / var(--tw-border-opacity)) !important;
}
.border-gray-300 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(167 169 182 / var(--tw-border-opacity)) !important;
}
.border-gray-400 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(141 145 162 / var(--tw-border-opacity)) !important;
}
.border-gray-50 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(230 230 235 / var(--tw-border-opacity)) !important;
}
.border-gray-50\/30 {
  border-color: #e6e6eb4d !important;
}
.border-gray-50\/50 {
  border-color: #e6e6eb80 !important;
}
.border-gray-500 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(116 120 141 / var(--tw-border-opacity)) !important;
}
.border-gray-500\/20 {
  border-color: #74788d33 !important;
}
.border-gray-600,
.border-gray-700 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(49 53 51 / var(--tw-border-opacity)) !important;
}
.border-gray-800 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(42 44 51 / var(--tw-border-opacity)) !important;
}
.border-gray-900 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(32 33 38 / var(--tw-border-opacity)) !important;
}
.border-green-100 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(178 228 208 / var(--tw-border-opacity)) !important;
}
.border-green-200 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(139 215 184 / var(--tw-border-opacity)) !important;
}
.border-green-300 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(100 201 160 / var(--tw-border-opacity)) !important;
}
.border-green-400 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(61 188 137 / var(--tw-border-opacity)) !important;
}
.border-green-50 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(202 237 223 / var(--tw-border-opacity)) !important;
}
.border-green-500 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(42 181 125 / var(--tw-border-opacity)) !important;
}
.border-green-600 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(34 148 102 / var(--tw-border-opacity)) !important;
}
.border-green-700 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(31 132 91 / var(--tw-border-opacity)) !important;
}
.border-green-800 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(23 99 68 / var(--tw-border-opacity)) !important;
}
.border-green-900 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(15 66 45 / var(--tw-border-opacity)) !important;
}
.border-neutral-100 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(204 204 204 / var(--tw-border-opacity)) !important;
}
.border-neutral-200 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(179 179 179 / var(--tw-border-opacity)) !important;
}
.border-neutral-300 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(153 153 153 / var(--tw-border-opacity)) !important;
}
.border-neutral-400 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(128 128 128 / var(--tw-border-opacity)) !important;
}
.border-neutral-50 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(220 220 220 / var(--tw-border-opacity)) !important;
}
.border-neutral-500 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(115 115 115 / var(--tw-border-opacity)) !important;
}
.border-neutral-600 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(84 84 84 / var(--tw-border-opacity)) !important;
}
.border-neutral-700 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(63 63 63 / var(--tw-border-opacity)) !important;
}
.border-neutral-800 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(42 42 42 / var(--tw-border-opacity)) !important;
}
.border-neutral-900 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(31 31 31 / var(--tw-border-opacity)) !important;
}
.border-red-100 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(254 198 196 / var(--tw-border-opacity)) !important;
}
.border-red-200 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(254 184 182 / var(--tw-border-opacity)) !important;
}
.border-red-300 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(254 141 138 / var(--tw-border-opacity)) !important;
}
.border-red-400 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(253 112 109 / var(--tw-border-opacity)) !important;
}
.border-red-50 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(254 220 219 / var(--tw-border-opacity)) !important;
}
.border-red-500 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(253 98 94 / var(--tw-border-opacity)) !important;
}
.border-red-600 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(230 89 85 / var(--tw-border-opacity)) !important;
}
.border-red-700 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(207 80 77 / var(--tw-border-opacity)) !important;
}
.border-red-800 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(184 71 68 / var(--tw-border-opacity)) !important;
}
.border-red-900 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(161 62 60 / var(--tw-border-opacity)) !important;
}
.border-sky-100 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(190 223 249 / var(--tw-border-opacity)) !important;
}
.border-sky-200 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(157 206 246 / var(--tw-border-opacity)) !important;
}
.border-sky-300 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(124 190 243 / var(--tw-border-opacity)) !important;
}
.border-sky-400 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(91 174 240 / var(--tw-border-opacity)) !important;
}
.border-sky-50 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(210 233 251 / var(--tw-border-opacity)) !important;
}
.border-sky-500 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(75 166 239 / var(--tw-border-opacity)) !important;
}
.border-sky-600 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(68 151 217 / var(--tw-border-opacity)) !important;
}
.border-sky-700 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(61 136 196 / var(--tw-border-opacity)) !important;
}
.border-sky-800 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(48 106 152 / var(--tw-border-opacity)) !important;
}
.border-sky-900 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(41 91 130 / var(--tw-border-opacity)) !important;
}
.border-transparent {
  border-color: transparent !important;
}
.border-violet-100 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(248 249 250 / var(--tw-border-opacity)) !important;
}
.border-violet-200 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(160 163 220 / var(--tw-border-opacity)) !important;
}
.border-violet-300 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(128 132 208 / var(--tw-border-opacity)) !important;
}
.border-violet-400 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(97 101 196 / var(--tw-border-opacity)) !important;
}
.border-violet-50 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(208 209 237 / var(--tw-border-opacity)) !important;
}
.border-violet-500 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(81 86 190 / var(--tw-border-opacity)) !important;
}
.border-violet-500\/25 {
  border-color: #5156be40 !important;
}
.border-violet-500\/5 {
  border-color: #5156be0d !important;
}
.border-violet-500\/50 {
  border-color: #5156be80 !important;
}
.border-violet-500\/75 {
  border-color: #5156bebf !important;
}
.border-violet-600 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(74 78 173 / var(--tw-border-opacity)) !important;
}
.border-violet-700 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(66 70 155 / var(--tw-border-opacity)) !important;
}
.border-violet-800 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(52 55 121 / var(--tw-border-opacity)) !important;
}
.border-violet-900 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(44 47 104 / var(--tw-border-opacity)) !important;
}
.border-white {
  --tw-border-opacity: 1 !important;
  border-color: rgb(255 255 255 / var(--tw-border-opacity)) !important;
}
.border-yellow-100 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(255 226 177 / var(--tw-border-opacity)) !important;
}
.border-yellow-200 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(255 214 146 / var(--tw-border-opacity)) !important;
}
.border-yellow-300 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(255 208 130 / var(--tw-border-opacity)) !important;
}
.border-yellow-400 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(255 197 99 / var(--tw-border-opacity)) !important;
}
.border-yellow-50 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(255 240 212 / var(--tw-border-opacity)) !important;
}
.border-yellow-500 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(255 191 83 / var(--tw-border-opacity)) !important;
}
.border-yellow-600 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(232 174 75 / var(--tw-border-opacity)) !important;
}
.border-yellow-700 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(209 156 68 / var(--tw-border-opacity)) !important;
}
.border-yellow-800 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(185 139 60 / var(--tw-border-opacity)) !important;
}
.border-yellow-900 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(162 122 53 / var(--tw-border-opacity)) !important;
}
.border-zinc-800 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(44 48 46 / var(--tw-border-opacity)) !important;
}
.border-x-violet-500 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(81 86 190 / var(--tw-border-opacity)) !important;
  border-right-color: rgb(81 86 190 / var(--tw-border-opacity)) !important;
}
.border-y-violet-500 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(81 86 190 / var(--tw-border-opacity)) !important;
  border-bottom-color: rgb(81 86 190 / var(--tw-border-opacity)) !important;
}
.border-b-gray-500 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(116 120 141 / var(--tw-border-opacity)) !important;
}
.border-b-transparent {
  border-bottom-color: transparent !important;
}
.border-b-white {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(255 255 255 / var(--tw-border-opacity)) !important;
}
.border-l-gray-50 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(230 230 235 / var(--tw-border-opacity)) !important;
}
.border-l-gray-500 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(116 120 141 / var(--tw-border-opacity)) !important;
}
.border-l-transparent {
  border-left-color: transparent !important;
}
.border-r-gray-500 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(116 120 141 / var(--tw-border-opacity)) !important;
}
.border-r-transparent {
  border-right-color: transparent !important;
}
.border-r-violet-500 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(81 86 190 / var(--tw-border-opacity)) !important;
}
.border-t-gray-200 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(192 194 203 / var(--tw-border-opacity)) !important;
}
.border-t-gray-50 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(230 230 235 / var(--tw-border-opacity)) !important;
}
.border-t-gray-500 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(116 120 141 / var(--tw-border-opacity)) !important;
}
.border-t-violet-500 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(81 86 190 / var(--tw-border-opacity)) !important;
}
.border-opacity-50 {
  --tw-border-opacity: 0.5 !important;
}
.bg-\[\#f1f5f9\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity)) !important;
}
.bg-\[\#f8f9fa\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(248 249 250 / var(--tw-bg-opacity)) !important;
}
.bg-\[\#fbfaff\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(251 250 255 / var(--tw-bg-opacity)) !important;
}
.bg-\[rgb\(255\,0\,0\)\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 0 0 / var(--tw-bg-opacity)) !important;
}
.bg-black {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity)) !important;
}
.bg-black\/40 {
  background-color: #0006 !important;
}
.bg-blue-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(219 234 254 / var(--tw-bg-opacity)) !important;
}
.bg-blue-400 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(96 165 250 / var(--tw-bg-opacity)) !important;
}
.bg-blue-50 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(239 246 255 / var(--tw-bg-opacity)) !important;
}
.bg-blue-600 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity)) !important;
}
.bg-blue-700 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(29 78 216 / var(--tw-bg-opacity)) !important;
}
.bg-gray-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(217 218 224 / var(--tw-bg-opacity)) !important;
}
.bg-gray-200 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(192 194 203 / var(--tw-bg-opacity)) !important;
}
.bg-gray-300 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(167 169 182 / var(--tw-bg-opacity)) !important;
}
.bg-gray-400 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(141 145 162 / var(--tw-bg-opacity)) !important;
}
.bg-gray-50 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(230 230 235 / var(--tw-bg-opacity)) !important;
}
.bg-gray-50\/10 {
  background-color: #e6e6eb1a !important;
}
.bg-gray-50\/20 {
  background-color: #e6e6eb33 !important;
}
.bg-gray-50\/30 {
  background-color: #e6e6eb4d !important;
}
.bg-gray-50\/40 {
  background-color: #e6e6eb66 !important;
}
.bg-gray-50\/50 {
  background-color: #e6e6eb80 !important;
}
.bg-gray-50\/60 {
  background-color: #e6e6eb99 !important;
}
.bg-gray-50\/80 {
  background-color: #e6e6ebcc !important;
}
.bg-gray-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(116 120 141 / var(--tw-bg-opacity)) !important;
}
.bg-gray-500\/10 {
  background-color: #74788d1a !important;
}
.bg-gray-500\/30 {
  background-color: #74788d4d !important;
}
.bg-gray-500\/75 {
  background-color: #74788dbf !important;
}
.bg-gray-600,
.bg-gray-700 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(49 53 51 / var(--tw-bg-opacity)) !important;
}
.bg-gray-800 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(42 44 51 / var(--tw-bg-opacity)) !important;
}
.bg-gray-800\/5 {
  background-color: #2a2c330d !important;
}
.bg-gray-800\/75 {
  background-color: #2a2c33bf !important;
}
.bg-gray-900 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(32 33 38 / var(--tw-bg-opacity)) !important;
}
.bg-gray-900\/50 {
  background-color: #20212680 !important;
}
.bg-green-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(178 228 208 / var(--tw-bg-opacity)) !important;
}
.bg-green-200 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(139 215 184 / var(--tw-bg-opacity)) !important;
}
.bg-green-300 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(100 201 160 / var(--tw-bg-opacity)) !important;
}
.bg-green-400 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(61 188 137 / var(--tw-bg-opacity)) !important;
}
.bg-green-50 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(202 237 223 / var(--tw-bg-opacity)) !important;
}
.bg-green-50\/50 {
  background-color: #caeddf80 !important;
}
.bg-green-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(42 181 125 / var(--tw-bg-opacity)) !important;
}
.bg-green-500\/20 {
  background-color: #2ab57d33 !important;
}
.bg-green-500\/40 {
  background-color: #2ab57d66 !important;
}
.bg-green-500\/75 {
  background-color: #2ab57dbf !important;
}
.bg-green-500\/90 {
  background-color: #2ab57de6 !important;
}
.bg-green-600 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(34 148 102 / var(--tw-bg-opacity)) !important;
}
.bg-green-600\/30 {
  background-color: #2294664d !important;
}
.bg-green-700 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(31 132 91 / var(--tw-bg-opacity)) !important;
}
.bg-green-800 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(23 99 68 / var(--tw-bg-opacity)) !important;
}
.bg-green-900 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(15 66 45 / var(--tw-bg-opacity)) !important;
}
.bg-neutral-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(204 204 204 / var(--tw-bg-opacity)) !important;
}
.bg-neutral-200 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(179 179 179 / var(--tw-bg-opacity)) !important;
}
.bg-neutral-300 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(153 153 153 / var(--tw-bg-opacity)) !important;
}
.bg-neutral-400 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(128 128 128 / var(--tw-bg-opacity)) !important;
}
.bg-neutral-50 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(220 220 220 / var(--tw-bg-opacity)) !important;
}
.bg-neutral-50\/20 {
  background-color: #dcdcdc33 !important;
}
.bg-neutral-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(115 115 115 / var(--tw-bg-opacity)) !important;
}
.bg-neutral-600 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(84 84 84 / var(--tw-bg-opacity)) !important;
}
.bg-neutral-700 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(63 63 63 / var(--tw-bg-opacity)) !important;
}
.bg-neutral-800 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(42 42 42 / var(--tw-bg-opacity)) !important;
}
.bg-neutral-900 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(31 31 31 / var(--tw-bg-opacity)) !important;
}
.bg-orange-50 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 247 237 / var(--tw-bg-opacity)) !important;
}
.bg-red-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(254 198 196 / var(--tw-bg-opacity)) !important;
}
.bg-red-200 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(254 184 182 / var(--tw-bg-opacity)) !important;
}
.bg-red-300 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(254 141 138 / var(--tw-bg-opacity)) !important;
}
.bg-red-400 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(253 112 109 / var(--tw-bg-opacity)) !important;
}
.bg-red-50 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(254 220 219 / var(--tw-bg-opacity)) !important;
}
.bg-red-50\/50 {
  background-color: #fedcdb80 !important;
}
.bg-red-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(253 98 94 / var(--tw-bg-opacity)) !important;
}
.bg-red-500\/30 {
  background-color: #fd625e4d !important;
}
.bg-red-500\/40 {
  background-color: #fd625e66 !important;
}
.bg-red-500\/75 {
  background-color: #fd625ebf !important;
}
.bg-red-500\/90 {
  background-color: #fd625ee6 !important;
}
.bg-red-600 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(230 89 85 / var(--tw-bg-opacity)) !important;
}
.bg-red-700 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(207 80 77 / var(--tw-bg-opacity)) !important;
}
.bg-red-800 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(184 71 68 / var(--tw-bg-opacity)) !important;
}
.bg-red-900 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(161 62 60 / var(--tw-bg-opacity)) !important;
}
.bg-sky-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(190 223 249 / var(--tw-bg-opacity)) !important;
}
.bg-sky-200 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(157 206 246 / var(--tw-bg-opacity)) !important;
}
.bg-sky-300 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(124 190 243 / var(--tw-bg-opacity)) !important;
}
.bg-sky-400 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(91 174 240 / var(--tw-bg-opacity)) !important;
}
.bg-sky-50 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(210 233 251 / var(--tw-bg-opacity)) !important;
}
.bg-sky-50\/50 {
  background-color: #d2e9fb80 !important;
}
.bg-sky-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(75 166 239 / var(--tw-bg-opacity)) !important;
}
.bg-sky-500\/30 {
  background-color: #4ba6ef4d !important;
}
.bg-sky-500\/75 {
  background-color: #4ba6efbf !important;
}
.bg-sky-600 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(68 151 217 / var(--tw-bg-opacity)) !important;
}
.bg-sky-700 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(61 136 196 / var(--tw-bg-opacity)) !important;
}
.bg-sky-800 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(48 106 152 / var(--tw-bg-opacity)) !important;
}
.bg-sky-900 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(41 91 130 / var(--tw-bg-opacity)) !important;
}
.bg-slate-50 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(251 250 255 / var(--tw-bg-opacity)) !important;
}
.bg-transparent {
  background-color: transparent !important;
}
.bg-violet-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(248 249 250 / var(--tw-bg-opacity)) !important;
}
.bg-violet-200 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(160 163 220 / var(--tw-bg-opacity)) !important;
}
.bg-violet-300 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(128 132 208 / var(--tw-bg-opacity)) !important;
}
.bg-violet-400 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(97 101 196 / var(--tw-bg-opacity)) !important;
}
.bg-violet-50 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(208 209 237 / var(--tw-bg-opacity)) !important;
}
.bg-violet-50\/30 {
  background-color: #d0d1ed4d !important;
}
.bg-violet-50\/50 {
  background-color: #d0d1ed80 !important;
}
.bg-violet-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(81 86 190 / var(--tw-bg-opacity)) !important;
}
.bg-violet-500\/30 {
  background-color: #5156be4d !important;
}
.bg-violet-500\/40 {
  background-color: #5156be66 !important;
}
.bg-violet-500\/5 {
  background-color: #5156be0d !important;
}
.bg-violet-500\/60 {
  background-color: #5156be99 !important;
}
.bg-violet-500\/75 {
  background-color: #5156bebf !important;
}
.bg-violet-500\/90 {
  background-color: #5156bee6 !important;
}
.bg-violet-600 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(74 78 173 / var(--tw-bg-opacity)) !important;
}
.bg-violet-700 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(66 70 155 / var(--tw-bg-opacity)) !important;
}
.bg-violet-800 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(52 55 121 / var(--tw-bg-opacity)) !important;
}
.bg-violet-900 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(44 47 104 / var(--tw-bg-opacity)) !important;
}
.bg-white {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
}
.bg-white\/10 {
  background-color: #ffffff1a !important;
}
.bg-white\/20 {
  background-color: #fff3 !important;
}
.bg-white\/30 {
  background-color: #ffffff4d !important;
}
.bg-white\/50 {
  background-color: #ffffff80 !important;
}
.bg-yellow-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 226 177 / var(--tw-bg-opacity)) !important;
}
.bg-yellow-200 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 214 146 / var(--tw-bg-opacity)) !important;
}
.bg-yellow-300 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 208 130 / var(--tw-bg-opacity)) !important;
}
.bg-yellow-400 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 197 99 / var(--tw-bg-opacity)) !important;
}
.bg-yellow-50 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 240 212 / var(--tw-bg-opacity)) !important;
}
.bg-yellow-50\/50 {
  background-color: #fff0d480 !important;
}
.bg-yellow-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 191 83 / var(--tw-bg-opacity)) !important;
}
.bg-yellow-500\/20 {
  background-color: #ffbf5333 !important;
}
.bg-yellow-500\/30 {
  background-color: #ffbf534d !important;
}
.bg-yellow-500\/75 {
  background-color: #ffbf53bf !important;
}
.bg-yellow-600 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(232 174 75 / var(--tw-bg-opacity)) !important;
}
.bg-yellow-700 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(209 156 68 / var(--tw-bg-opacity)) !important;
}
.bg-yellow-800 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(185 139 60 / var(--tw-bg-opacity)) !important;
}
.bg-yellow-900 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(162 122 53 / var(--tw-bg-opacity)) !important;
}
.bg-zinc-800 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(44 48 46 / var(--tw-bg-opacity)) !important;
}
.bg-opacity-10 {
  --tw-bg-opacity: 0.1 !important;
}
.bg-opacity-20 {
  --tw-bg-opacity: 0.2 !important;
}
.bg-opacity-50 {
  --tw-bg-opacity: 0.5 !important;
}
.bg-\[url\(\'\.\.\/images\/auth-bg\.jpg\'\)\] {
  background-image: url(../images/auth-bg.jpg) !important;
}
.decoration-slice {
  -webkit-box-decoration-break: slice !important;
  box-decoration-break: slice !important;
}
.decoration-clone {
  -webkit-box-decoration-break: clone !important;
  box-decoration-break: clone !important;
}
.box-decoration-slice {
  -webkit-box-decoration-break: slice !important;
  box-decoration-break: slice !important;
}
.box-decoration-clone {
  -webkit-box-decoration-break: clone !important;
  box-decoration-break: clone !important;
}
.bg-contain {
  background-size: contain !important;
}
.bg-cover {
  background-size: cover !important;
}
.bg-fixed {
  background-attachment: fixed !important;
}
.bg-local {
  background-attachment: local !important;
}
.bg-scroll {
  background-attachment: scroll !important;
}
.bg-clip-border {
  background-clip: border-box !important;
}
.bg-clip-padding {
  background-clip: padding-box !important;
}
.bg-clip-content {
  background-clip: content-box !important;
}
.bg-clip-text {
  -webkit-background-clip: text !important;
  background-clip: text !important;
}
.bg-center {
  background-position: center !important;
}
.bg-repeat {
  background-repeat: repeat !important;
}
.bg-no-repeat {
  background-repeat: no-repeat !important;
}
.bg-repeat-x {
  background-repeat: repeat-x !important;
}
.bg-repeat-y {
  background-repeat: repeat-y !important;
}
.bg-repeat-round {
  background-repeat: round !important;
}
.bg-repeat-space {
  background-repeat: space !important;
}
.bg-origin-border {
  background-origin: border-box !important;
}
.bg-origin-padding {
  background-origin: padding-box !important;
}
.bg-origin-content {
  background-origin: content-box !important;
}
.stroke-gray-50\/50 {
  stroke: #e6e6eb80 !important;
}
.object-contain {
  -o-object-fit: contain !important;
  object-fit: contain !important;
}
.object-cover {
  -o-object-fit: cover !important;
  object-fit: cover !important;
}
.object-fill {
  -o-object-fit: fill !important;
  object-fit: fill !important;
}
.object-none {
  -o-object-fit: none !important;
  object-fit: none !important;
}
.object-scale-down {
  -o-object-fit: scale-down !important;
  object-fit: scale-down !important;
}
.p-0 {
  padding: 0 !important;
}
.p-0\.5 {
  padding: 0.125rem !important;
}
.p-1 {
  padding: 0.25rem !important;
}
.p-10 {
  padding: 2.5rem !important;
}
.p-12 {
  padding: 3rem !important;
}
.p-14 {
  padding: 3.5rem !important;
}
.p-16 {
  padding: 4rem !important;
}
.p-2 {
  padding: 0.5rem !important;
}
.p-2\.5 {
  padding: 0.625rem !important;
}
.p-20 {
  padding: 5rem !important;
}
.p-3 {
  padding: 0.75rem !important;
}
.p-4 {
  padding: 1rem !important;
}
.p-5 {
  padding: 1.25rem !important;
}
.p-6 {
  padding: 1.5rem !important;
}
.p-8 {
  padding: 2rem !important;
}
.px-0\.5 {
  padding-left: 0.125rem !important;
  padding-right: 0.125rem !important;
}
.px-1 {
  padding-left: 0.25rem !important;
  padding-right: 0.25rem !important;
}
.px-1\.5 {
  padding-left: 0.375rem !important;
  padding-right: 0.375rem !important;
}
.px-16 {
  padding-left: 4rem !important;
  padding-right: 4rem !important;
}
.px-2 {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}
.px-2\.5 {
  padding-left: 0.625rem !important;
  padding-right: 0.625rem !important;
}
.px-20 {
  padding-left: 5rem !important;
  padding-right: 5rem !important;
}
.px-3 {
  padding-left: 0.75rem !important;
  padding-right: 0.75rem !important;
}
.px-3\.5 {
  padding-left: 0.875rem !important;
  padding-right: 0.875rem !important;
}
.px-4 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}
.px-5 {
  padding-left: 1.25rem !important;
  padding-right: 1.25rem !important;
}
.px-6 {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}
.px-8 {
  padding-left: 2rem !important;
  padding-right: 2rem !important;
}
.px-\[0\.625rem\] {
  padding-left: 0.625rem !important;
  padding-right: 0.625rem !important;
}
.px-\[2px\] {
  padding-left: 2px !important;
  padding-right: 2px !important;
}
.px-\[5px\] {
  padding-left: 5px !important;
  padding-right: 5px !important;
}
.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.py-0\.5 {
  padding-top: 0.125rem !important;
  padding-bottom: 0.125rem !important;
}
.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}
.py-1\.5 {
  padding-top: 0.375rem !important;
  padding-bottom: 0.375rem !important;
}
.py-12 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}
.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}
.py-2\.5 {
  padding-top: 0.625rem !important;
  padding-bottom: 0.625rem !important;
}
.py-3 {
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
}
.py-3\.5 {
  padding-top: 0.875rem !important;
  padding-bottom: 0.875rem !important;
}
.py-4 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
.py-5 {
  padding-top: 1.25rem !important;
  padding-bottom: 1.25rem !important;
}
.py-6 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}
.py-8 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}
.py-\[1\.5px\] {
  padding-top: 1.5px !important;
  padding-bottom: 1.5px !important;
}
.py-\[1px\] {
  padding-top: 1px !important;
  padding-bottom: 1px !important;
}
.py-\[30px\] {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}
.py-\[5px\] {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}
.py-\[6\.4px\] {
  padding-top: 6.4px !important;
  padding-bottom: 6.4px !important;
}
.py-\[9px\] {
  padding-top: 9px !important;
  padding-bottom: 9px !important;
}
.pb-0 {
  padding-bottom: 0 !important;
}
.pb-1 {
  padding-bottom: 0.25rem !important;
}
.pb-10 {
  padding-bottom: 2.5rem !important;
}
.pb-16 {
  padding-bottom: 4rem !important;
}
.pb-2\.5 {
  padding-bottom: 0.625rem !important;
}
.pb-3 {
  padding-bottom: 0.75rem !important;
}
.pb-4 {
  padding-bottom: 1rem !important;
}
.pb-5 {
  padding-bottom: 1.25rem !important;
}
.pb-6 {
  padding-bottom: 1.5rem !important;
}
.pb-7 {
  padding-bottom: 1.75rem !important;
}
.pb-\[1\.4rem\] {
  padding-bottom: 1.4rem !important;
}
.pl-10 {
  padding-left: 2.5rem !important;
}
.pl-14 {
  padding-left: 3.5rem !important;
}
.pl-3 {
  padding-left: 0.75rem !important;
}
.pl-3\.5 {
  padding-left: 0.875rem !important;
}
.pl-4 {
  padding-left: 1rem !important;
}
.pl-5 {
  padding-left: 1.25rem !important;
}
.pl-6 {
  padding-left: 1.5rem !important;
}
.pl-\[52\.8px\] {
  padding-left: 52.8px !important;
}
.pr-14 {
  padding-right: 3.5rem !important;
}
.pr-16 {
  padding-right: 4rem !important;
}
.pr-4 {
  padding-right: 1rem !important;
}
.pr-6 {
  padding-right: 1.5rem !important;
}
.pr-8 {
  padding-right: 2rem !important;
}
.pr-\[40px\] {
  padding-right: 40px !important;
}
.pt-0 {
  padding-top: 0 !important;
}
.pt-1 {
  padding-top: 0.25rem !important;
}
.pt-12 {
  padding-top: 3rem !important;
}
.pt-16 {
  padding-top: 4rem !important;
}
.pt-2 {
  padding-top: 0.5rem !important;
}
.pt-2\.5 {
  padding-top: 0.625rem !important;
}
.pt-20 {
  padding-top: 5rem !important;
}
.pt-3 {
  padding-top: 0.75rem !important;
}
.pt-4 {
  padding-top: 1rem !important;
}
.pt-5 {
  padding-top: 1.25rem !important;
}
.text-left {
  text-align: left !important;
}
.text-center {
  text-align: center !important;
}
.text-right {
  text-align: right !important;
}
.text-justify {
  text-align: justify !important;
}
.text-start {
  text-align: start !important;
}
.text-end {
  text-align: end !important;
}
.indent-1 {
  text-indent: 0.25rem !important;
}
.align-baseline {
  vertical-align: baseline !important;
}
.align-top {
  vertical-align: top !important;
}
.align-middle {
  vertical-align: middle !important;
}
.align-bottom {
  vertical-align: bottom !important;
}
.align-text-top {
  vertical-align: text-top !important;
}
.align-text-bottom {
  vertical-align: text-bottom !important;
}
.align-sub {
  vertical-align: sub !important;
}
.align-super {
  vertical-align: super !important;
}
.font-primary {
  font-family: IBM Plex Sans, sans-serif !important;
}
.text-10 {
  font-size: 0.625rem !important;
}
.text-11 {
  font-size: 0.688rem !important;
}
.text-13 {
  font-size: 0.813rem !important;
}
.text-15 {
  font-size: 0.938rem !important;
}
.text-16 {
  font-size: 1rem !important;
}
.text-17 {
  font-size: 1.063rem !important;
}
.text-19 {
  font-size: 1.188rem !important;
}
.text-21 {
  font-size: 1.313rem !important;
}
.text-22 {
  font-size: 1.375rem !important;
}
.text-2xl {
  font-size: 1.5rem !important;
  line-height: 2rem !important;
}
.text-3xl {
  font-size: 1.875rem !important;
  line-height: 2.25rem !important;
}
.text-4xl {
  font-size: 2.25rem !important;
  line-height: 2.5rem !important;
}
.text-5xl {
  font-size: 3rem !important;
  line-height: 1 !important;
}
.text-6xl {
  font-size: 3.75rem !important;
  line-height: 1 !important;
}
.text-7xl {
  font-size: 4.5rem !important;
  line-height: 1 !important;
}
.text-8xl {
  font-size: 6rem !important;
  line-height: 1 !important;
}
.text-9xl {
  font-size: 8rem !important;
  line-height: 1 !important;
}
.text-\[10px\] {
  font-size: 10px !important;
}
.text-\[11\.5px\] {
  font-size: 11.5px !important;
}
.text-\[12\.25px\] {
  font-size: 12.25px !important;
}
.text-\[13\.5px\] {
  font-size: 13.5px !important;
}
.text-\[13px\] {
  font-size: 13px !important;
}
.text-\[15\.5px\] {
  font-size: 15.5px !important;
}
.text-\[17\.5px\] {
  font-size: 17.5px !important;
}
.text-\[18px\] {
  font-size: 18px !important;
}
.text-\[21px\] {
  font-size: 21px !important;
}
.text-\[33px\] {
  font-size: 33px !important;
}
.text-base {
  font-size: 0.875rem !important;
}
.text-lg {
  font-size: 1.125rem !important;
  line-height: 1.75rem !important;
}
.text-sm {
  font-size: 0.875rem !important;
  line-height: 1.25rem !important;
}
.text-xl {
  font-size: 1.25rem !important;
  line-height: 1.75rem !important;
}
.text-xs {
  font-size: 0.75rem !important;
  line-height: 1rem !important;
}
.font-bold {
  font-weight: 700 !important;
}
.font-light {
  font-weight: 300 !important;
}
.font-medium {
  font-weight: 500 !important;
}
.font-normal {
  font-weight: 400 !important;
}
.font-semibold {
  font-weight: 600 !important;
}
.uppercase {
  text-transform: uppercase !important;
}
.lowercase {
  text-transform: lowercase !important;
}
.capitalize {
  text-transform: capitalize !important;
}
.normal-case {
  text-transform: none !important;
}
.\!italic,
.italic {
  font-style: italic !important;
}
.not-italic {
  font-style: normal !important;
}
.normal-nums {
  font-variant-numeric: normal !important;
}
.ordinal {
  --tw-ordinal: ordinal !important;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero)
    var(--tw-numeric-figure) var(--tw-numeric-spacing)
    var(--tw-numeric-fraction) !important;
}
.slashed-zero {
  --tw-slashed-zero: slashed-zero !important;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero)
    var(--tw-numeric-figure) var(--tw-numeric-spacing)
    var(--tw-numeric-fraction) !important;
}
.lining-nums {
  --tw-numeric-figure: lining-nums !important;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero)
    var(--tw-numeric-figure) var(--tw-numeric-spacing)
    var(--tw-numeric-fraction) !important;
}
.oldstyle-nums {
  --tw-numeric-figure: oldstyle-nums !important;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero)
    var(--tw-numeric-figure) var(--tw-numeric-spacing)
    var(--tw-numeric-fraction) !important;
}
.proportional-nums {
  --tw-numeric-spacing: proportional-nums !important;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero)
    var(--tw-numeric-figure) var(--tw-numeric-spacing)
    var(--tw-numeric-fraction) !important;
}
.tabular-nums {
  --tw-numeric-spacing: tabular-nums !important;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero)
    var(--tw-numeric-figure) var(--tw-numeric-spacing)
    var(--tw-numeric-fraction) !important;
}
.diagonal-fractions {
  --tw-numeric-fraction: diagonal-fractions !important;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero)
    var(--tw-numeric-figure) var(--tw-numeric-spacing)
    var(--tw-numeric-fraction) !important;
}
.stacked-fractions {
  --tw-numeric-fraction: stacked-fractions !important;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero)
    var(--tw-numeric-figure) var(--tw-numeric-spacing)
    var(--tw-numeric-fraction) !important;
}
.leading-6 {
  line-height: 1.5rem !important;
}
.leading-8 {
  line-height: 2rem !important;
}
.leading-9 {
  line-height: 2.25rem !important;
}
.leading-\[1\.6\] {
  line-height: 1.6 !important;
}
.leading-\[1\.8\] {
  line-height: 1.8 !important;
}
.leading-\[16\.5px\] {
  line-height: 16.5px !important;
}
.leading-\[18px\] {
  line-height: 18px !important;
}
.leading-\[19\.5px\] {
  line-height: 19.5px !important;
}
.leading-\[2\.2\] {
  line-height: 2.2 !important;
}
.leading-\[2\.4\] {
  line-height: 2.4 !important;
}
.leading-\[2\.5\] {
  line-height: 2.5 !important;
}
.leading-\[2\.7\] {
  line-height: 2.7 !important;
}
.leading-\[2\.8\] {
  line-height: 2.8 !important;
}
.leading-\[2\.9\] {
  line-height: 2.9 !important;
}
.leading-\[3\.5\] {
  line-height: 3.5 !important;
}
.leading-\[50px\] {
  line-height: 50px !important;
}
.leading-\[69px\] {
  line-height: 69px !important;
}
.leading-loose {
  line-height: 2 !important;
}
.leading-none {
  line-height: 1 !important;
}
.leading-relaxed {
  line-height: 1.625 !important;
}
.leading-snug {
  line-height: 1.375 !important;
}
.leading-tight {
  line-height: 1.25 !important;
}
.text-\[\#336699\]\/\[\.35\] {
  color: #33669959 !important;
}
.text-black {
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0 / var(--tw-text-opacity)) !important;
}
.text-blue-500 {
  --tw-text-opacity: 1 !important;
  color: rgb(59 130 246 / var(--tw-text-opacity)) !important;
}
.text-blue-600 {
  --tw-text-opacity: 1 !important;
  color: rgb(37 99 235 / var(--tw-text-opacity)) !important;
}
.text-blue-700 {
  --tw-text-opacity: 1 !important;
  color: rgb(29 78 216 / var(--tw-text-opacity)) !important;
}
.text-gray-100 {
  --tw-text-opacity: 1 !important;
  color: rgb(217 218 224 / var(--tw-text-opacity)) !important;
}
.text-gray-200 {
  --tw-text-opacity: 1 !important;
  color: rgb(192 194 203 / var(--tw-text-opacity)) !important;
}
.text-gray-300 {
  --tw-text-opacity: 1 !important;
  color: rgb(167 169 182 / var(--tw-text-opacity)) !important;
}
.text-gray-400 {
  --tw-text-opacity: 1 !important;
  color: rgb(141 145 162 / var(--tw-text-opacity)) !important;
}
.text-gray-50 {
  --tw-text-opacity: 1 !important;
  color: rgb(230 230 235 / var(--tw-text-opacity)) !important;
}
.text-gray-500 {
  --tw-text-opacity: 1 !important;
  color: rgb(116 120 141 / var(--tw-text-opacity)) !important;
}
.text-gray-600,
.text-gray-700 {
  --tw-text-opacity: 1 !important;
  color: rgb(49 53 51 / var(--tw-text-opacity)) !important;
}
.text-gray-800 {
  --tw-text-opacity: 1 !important;
  color: rgb(42 44 51 / var(--tw-text-opacity)) !important;
}
.text-gray-900 {
  --tw-text-opacity: 1 !important;
  color: rgb(32 33 38 / var(--tw-text-opacity)) !important;
}
.text-gray-950 {
  --tw-text-opacity: 1 !important;
  color: rgb(84 90 109 / var(--tw-text-opacity)) !important;
}
.text-green-400 {
  --tw-text-opacity: 1 !important;
  color: rgb(61 188 137 / var(--tw-text-opacity)) !important;
}
.text-green-500 {
  --tw-text-opacity: 1 !important;
  color: rgb(42 181 125 / var(--tw-text-opacity)) !important;
}
.text-green-600 {
  --tw-text-opacity: 1 !important;
  color: rgb(34 148 102 / var(--tw-text-opacity)) !important;
}
.text-green-700 {
  --tw-text-opacity: 1 !important;
  color: rgb(31 132 91 / var(--tw-text-opacity)) !important;
}
.text-green-800 {
  --tw-text-opacity: 1 !important;
  color: rgb(23 99 68 / var(--tw-text-opacity)) !important;
}
.text-green-900 {
  --tw-text-opacity: 1 !important;
  color: rgb(15 66 45 / var(--tw-text-opacity)) !important;
}
.text-indigo-600 {
  --tw-text-opacity: 1 !important;
  color: rgb(79 70 229 / var(--tw-text-opacity)) !important;
}
.text-neutral-400 {
  --tw-text-opacity: 1 !important;
  color: rgb(128 128 128 / var(--tw-text-opacity)) !important;
}
.text-neutral-500 {
  --tw-text-opacity: 1 !important;
  color: rgb(115 115 115 / var(--tw-text-opacity)) !important;
}
.text-neutral-700 {
  --tw-text-opacity: 1 !important;
  color: rgb(63 63 63 / var(--tw-text-opacity)) !important;
}
.text-neutral-800 {
  --tw-text-opacity: 1 !important;
  color: rgb(42 42 42 / var(--tw-text-opacity)) !important;
}
.text-orange-500 {
  --tw-text-opacity: 1 !important;
  color: rgb(249 115 22 / var(--tw-text-opacity)) !important;
}
.text-red-400 {
  --tw-text-opacity: 1 !important;
  color: rgb(253 112 109 / var(--tw-text-opacity)) !important;
}
.text-red-500 {
  --tw-text-opacity: 1 !important;
  color: rgb(253 98 94 / var(--tw-text-opacity)) !important;
}
.text-red-600 {
  --tw-text-opacity: 1 !important;
  color: rgb(230 89 85 / var(--tw-text-opacity)) !important;
}
.text-red-700 {
  --tw-text-opacity: 1 !important;
  color: rgb(207 80 77 / var(--tw-text-opacity)) !important;
}
.text-red-800 {
  --tw-text-opacity: 1 !important;
  color: rgb(184 71 68 / var(--tw-text-opacity)) !important;
}
.text-sky-400 {
  --tw-text-opacity: 1 !important;
  color: rgb(91 174 240 / var(--tw-text-opacity)) !important;
}
.text-sky-500 {
  --tw-text-opacity: 1 !important;
  color: rgb(75 166 239 / var(--tw-text-opacity)) !important;
}
.text-sky-600 {
  --tw-text-opacity: 1 !important;
  color: rgb(68 151 217 / var(--tw-text-opacity)) !important;
}
.text-sky-700 {
  --tw-text-opacity: 1 !important;
  color: rgb(61 136 196 / var(--tw-text-opacity)) !important;
}
.text-sky-800 {
  --tw-text-opacity: 1 !important;
  color: rgb(48 106 152 / var(--tw-text-opacity)) !important;
}
.text-slate-600 {
  --tw-text-opacity: 1 !important;
  color: rgb(71 85 105 / var(--tw-text-opacity)) !important;
}
.text-violet-300 {
  --tw-text-opacity: 1 !important;
  color: rgb(128 132 208 / var(--tw-text-opacity)) !important;
}
.text-violet-400 {
  --tw-text-opacity: 1 !important;
  color: rgb(97 101 196 / var(--tw-text-opacity)) !important;
}
.text-violet-50\/50 {
  color: #d0d1ed80 !important;
}
.text-violet-500 {
  --tw-text-opacity: 1 !important;
  color: rgb(81 86 190 / var(--tw-text-opacity)) !important;
}
.text-violet-600 {
  --tw-text-opacity: 1 !important;
  color: rgb(74 78 173 / var(--tw-text-opacity)) !important;
}
.text-violet-700 {
  --tw-text-opacity: 1 !important;
  color: rgb(66 70 155 / var(--tw-text-opacity)) !important;
}
.text-white {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}
.text-white\/10 {
  color: #ffffff1a !important;
}
.text-white\/50 {
  color: #ffffff80 !important;
}
.text-white\/60 {
  color: #fff9 !important;
}
.text-white\/90 {
  color: #ffffffe6 !important;
}
.text-yellow-400 {
  --tw-text-opacity: 1 !important;
  color: rgb(255 197 99 / var(--tw-text-opacity)) !important;
}
.text-yellow-500 {
  --tw-text-opacity: 1 !important;
  color: rgb(255 191 83 / var(--tw-text-opacity)) !important;
}
.text-yellow-600 {
  --tw-text-opacity: 1 !important;
  color: rgb(232 174 75 / var(--tw-text-opacity)) !important;
}
.text-yellow-700 {
  --tw-text-opacity: 1 !important;
  color: rgb(209 156 68 / var(--tw-text-opacity)) !important;
}
.text-yellow-800 {
  --tw-text-opacity: 1 !important;
  color: rgb(185 139 60 / var(--tw-text-opacity)) !important;
}
.text-zinc-500 {
  --tw-text-opacity: 1 !important;
  color: rgb(82 86 84 / var(--tw-text-opacity)) !important;
}
.text-zinc-900 {
  --tw-text-opacity: 1 !important;
  color: rgb(36 39 38 / var(--tw-text-opacity)) !important;
}
.underline {
  text-decoration-line: underline !important;
}
.overline {
  text-decoration-line: overline !important;
}
.line-through {
  text-decoration-line: line-through !important;
}
.no-underline {
  text-decoration-line: none !important;
}
.decoration-solid {
  text-decoration-style: solid !important;
}
.decoration-double {
  text-decoration-style: double !important;
}
.decoration-dotted {
  text-decoration-style: dotted !important;
}
.decoration-dashed {
  text-decoration-style: dashed !important;
}
.decoration-wavy {
  text-decoration-style: wavy !important;
}
.underline-offset-2 {
  text-underline-offset: 2px !important;
}
.antialiased {
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
}
.subpixel-antialiased {
  -webkit-font-smoothing: auto !important;
  -moz-osx-font-smoothing: auto !important;
}
.opacity-0 {
  opacity: 0 !important;
}
.opacity-100 {
  opacity: 1 !important;
}
.opacity-50 {
  opacity: 0.5 !important;
}
.bg-blend-normal {
  background-blend-mode: normal !important;
}
.bg-blend-multiply {
  background-blend-mode: multiply !important;
}
.bg-blend-screen {
  background-blend-mode: screen !important;
}
.bg-blend-overlay {
  background-blend-mode: overlay !important;
}
.bg-blend-darken {
  background-blend-mode: darken !important;
}
.bg-blend-lighten {
  background-blend-mode: lighten !important;
}
.bg-blend-color-dodge {
  background-blend-mode: color-dodge !important;
}
.bg-blend-color-burn {
  background-blend-mode: color-burn !important;
}
.bg-blend-hard-light {
  background-blend-mode: hard-light !important;
}
.bg-blend-soft-light {
  background-blend-mode: soft-light !important;
}
.bg-blend-difference {
  background-blend-mode: difference !important;
}
.bg-blend-exclusion {
  background-blend-mode: exclusion !important;
}
.bg-blend-hue {
  background-blend-mode: hue !important;
}
.bg-blend-saturation {
  background-blend-mode: saturation !important;
}
.bg-blend-color {
  background-blend-mode: color !important;
}
.bg-blend-luminosity {
  background-blend-mode: luminosity !important;
}
.mix-blend-normal {
  mix-blend-mode: normal !important;
}
.mix-blend-multiply {
  mix-blend-mode: multiply !important;
}
.mix-blend-screen {
  mix-blend-mode: screen !important;
}
.mix-blend-overlay {
  mix-blend-mode: overlay !important;
}
.mix-blend-darken {
  mix-blend-mode: darken !important;
}
.mix-blend-lighten {
  mix-blend-mode: lighten !important;
}
.mix-blend-color-dodge {
  mix-blend-mode: color-dodge !important;
}
.mix-blend-color-burn {
  mix-blend-mode: color-burn !important;
}
.mix-blend-hard-light {
  mix-blend-mode: hard-light !important;
}
.mix-blend-soft-light {
  mix-blend-mode: soft-light !important;
}
.mix-blend-difference {
  mix-blend-mode: difference !important;
}
.mix-blend-exclusion {
  mix-blend-mode: exclusion !important;
}
.mix-blend-hue {
  mix-blend-mode: hue !important;
}
.mix-blend-saturation {
  mix-blend-mode: saturation !important;
}
.mix-blend-color {
  mix-blend-mode: color !important;
}
.mix-blend-luminosity {
  mix-blend-mode: luminosity !important;
}
.mix-blend-plus-darker {
  mix-blend-mode: plus-darker !important;
}
.mix-blend-plus-lighter {
  mix-blend-mode: plus-lighter !important;
}
.\!shadow,
.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1) !important;
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color),
    0 1px 2px -1px var(--tw-shadow-color) !important;
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}
.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1),
    0 4px 6px -4px rgb(0 0 0 / 0.1) !important;
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color),
    0 4px 6px -4px var(--tw-shadow-color) !important;
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}
.shadow-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1) !important;
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color),
    0 2px 4px -2px var(--tw-shadow-color) !important;
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}
.shadow-none {
  --tw-shadow: 0 0 #0000 !important;
  --tw-shadow-colored: 0 0 #0000 !important;
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}
.shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05) !important;
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color) !important;
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}
.shadow-xl {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1),
    0 8px 10px -6px rgb(0 0 0 / 0.1) !important;
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color),
    0 8px 10px -6px var(--tw-shadow-color) !important;
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}
.shadow-gray-100 {
  --tw-shadow-color: #d9dae0 !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-gray-200 {
  --tw-shadow-color: #c0c2cb !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-gray-50 {
  --tw-shadow-color: #e6e6eb !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-green-100 {
  --tw-shadow-color: #b2e4d0 !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-green-200 {
  --tw-shadow-color: #8bd7b8 !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-red-100 {
  --tw-shadow-color: #fec6c4 !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-red-200 {
  --tw-shadow-color: #feb8b6 !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-sky-100 {
  --tw-shadow-color: #bedff9 !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-violet-100 {
  --tw-shadow-color: #f8f9fa !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-violet-200 {
  --tw-shadow-color: #a0a3dc !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-violet-300 {
  --tw-shadow-color: #8084d0 !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-violet-500\/40 {
  --tw-shadow-color: rgb(81 86 190 / 0.4) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-violet-500\/50 {
  --tw-shadow-color: rgb(81 86 190 / 0.5) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-white\/20 {
  --tw-shadow-color: rgb(255 255 255 / 0.2) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-white\/30 {
  --tw-shadow-color: rgb(255 255 255 / 0.3) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-yellow-100 {
  --tw-shadow-color: #ffe2b1 !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.outline-none {
  outline: 2px solid transparent !important;
  outline-offset: 2px !important;
}
.outline {
  outline-style: solid !important;
}
.outline-dashed {
  outline-style: dashed !important;
}
.outline-dotted {
  outline-style: dotted !important;
}
.outline-double {
  outline-style: double !important;
}
.outline-2 {
  outline-width: 2px !important;
}
.outline-offset-0 {
  outline-offset: 0px !important;
}
.outline-offset-2 {
  outline-offset: 2px !important;
}
.outline-offset-4 {
  outline-offset: 4px !important;
}
.outline-gray-100 {
  outline-color: #d9dae0 !important;
}
.outline-violet-200 {
  outline-color: #a0a3dc !important;
}
.ring {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0
    var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0
    calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
    var(--tw-shadow, 0 0 #0000) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
    var(--tw-shadow, 0 0 #0000) !important;
}
.ring-0 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0
    var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0
    calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
    var(--tw-shadow, 0 0 #0000) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
    var(--tw-shadow, 0 0 #0000) !important;
}
.ring-2 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0
    var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0
    calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
    var(--tw-shadow, 0 0 #0000) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
    var(--tw-shadow, 0 0 #0000) !important;
}
.ring-4 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0
    var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0
    calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
    var(--tw-shadow, 0 0 #0000) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
    var(--tw-shadow, 0 0 #0000) !important;
}
.ring-inset {
  --tw-ring-inset: inset !important;
}
.ring-gray-100 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(217 218 224 / var(--tw-ring-opacity)) !important;
}
.ring-gray-50 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(230 230 235 / var(--tw-ring-opacity)) !important;
}
.ring-green-200 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(139 215 184 / var(--tw-ring-opacity)) !important;
}
.ring-red-200 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(254 184 182 / var(--tw-ring-opacity)) !important;
}
.ring-violet-200 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(160 163 220 / var(--tw-ring-opacity)) !important;
}
.ring-violet-50 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(208 209 237 / var(--tw-ring-opacity)) !important;
}
.ring-white {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(255 255 255 / var(--tw-ring-opacity)) !important;
}
.ring-offset-0 {
  --tw-ring-offset-width: 0px !important;
}
.ring-offset-2 {
  --tw-ring-offset-width: 2px !important;
}
.ring-offset-4 {
  --tw-ring-offset-width: 4px !important;
}
.ring-offset-8 {
  --tw-ring-offset-width: 8px !important;
}
.blur {
  --tw-blur: blur(8px) !important;
  -webkit-filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast)
    var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate)
    var(--tw-sepia) var(--tw-drop-shadow) !important;
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast)
    var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate)
    var(--tw-sepia) var(--tw-drop-shadow) !important;
}
.drop-shadow {
  --tw-drop-shadow: drop-shadow(0 1px 2px rgb(0 0 0 / 0.1))
    drop-shadow(0 1px 1px rgb(0 0 0 / 0.06)) !important;
  -webkit-filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast)
    var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate)
    var(--tw-sepia) var(--tw-drop-shadow) !important;
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast)
    var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate)
    var(--tw-sepia) var(--tw-drop-shadow) !important;
}
.grayscale {
  --tw-grayscale: grayscale(100%) !important;
  -webkit-filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast)
    var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate)
    var(--tw-sepia) var(--tw-drop-shadow) !important;
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast)
    var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate)
    var(--tw-sepia) var(--tw-drop-shadow) !important;
}
.invert {
  --tw-invert: invert(100%) !important;
  -webkit-filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast)
    var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate)
    var(--tw-sepia) var(--tw-drop-shadow) !important;
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast)
    var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate)
    var(--tw-sepia) var(--tw-drop-shadow) !important;
}
.sepia {
  --tw-sepia: sepia(100%) !important;
  -webkit-filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast)
    var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate)
    var(--tw-sepia) var(--tw-drop-shadow) !important;
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast)
    var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate)
    var(--tw-sepia) var(--tw-drop-shadow) !important;
}
.\!filter,
.filter {
  -webkit-filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast)
    var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate)
    var(--tw-sepia) var(--tw-drop-shadow) !important;
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast)
    var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate)
    var(--tw-sepia) var(--tw-drop-shadow) !important;
}
.filter-none {
  -webkit-filter: none !important;
  filter: none !important;
}
.backdrop-blur {
  --tw-backdrop-blur: blur(8px) !important;
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness)
    var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale)
    var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert)
    var(--tw-backdrop-opacity) var(--tw-backdrop-saturate)
    var(--tw-backdrop-sepia) !important;
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness)
    var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale)
    var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert)
    var(--tw-backdrop-opacity) var(--tw-backdrop-saturate)
    var(--tw-backdrop-sepia) !important;
}
.backdrop-grayscale {
  --tw-backdrop-grayscale: grayscale(100%) !important;
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness)
    var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale)
    var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert)
    var(--tw-backdrop-opacity) var(--tw-backdrop-saturate)
    var(--tw-backdrop-sepia) !important;
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness)
    var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale)
    var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert)
    var(--tw-backdrop-opacity) var(--tw-backdrop-saturate)
    var(--tw-backdrop-sepia) !important;
}
.backdrop-invert {
  --tw-backdrop-invert: invert(100%) !important;
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness)
    var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale)
    var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert)
    var(--tw-backdrop-opacity) var(--tw-backdrop-saturate)
    var(--tw-backdrop-sepia) !important;
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness)
    var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale)
    var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert)
    var(--tw-backdrop-opacity) var(--tw-backdrop-saturate)
    var(--tw-backdrop-sepia) !important;
}
.backdrop-sepia {
  --tw-backdrop-sepia: sepia(100%) !important;
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness)
    var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale)
    var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert)
    var(--tw-backdrop-opacity) var(--tw-backdrop-saturate)
    var(--tw-backdrop-sepia) !important;
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness)
    var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale)
    var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert)
    var(--tw-backdrop-opacity) var(--tw-backdrop-saturate)
    var(--tw-backdrop-sepia) !important;
}
.backdrop-filter {
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness)
    var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale)
    var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert)
    var(--tw-backdrop-opacity) var(--tw-backdrop-saturate)
    var(--tw-backdrop-sepia) !important;
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness)
    var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale)
    var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert)
    var(--tw-backdrop-opacity) var(--tw-backdrop-saturate)
    var(--tw-backdrop-sepia) !important;
}
.backdrop-filter-none {
  -webkit-backdrop-filter: none !important;
  backdrop-filter: none !important;
}
.\!transition,
.transition {
  -webkit-transition-property: color, background-color, border-color,
    text-decoration-color, fill, stroke, opacity, -webkit-box-shadow,
    -webkit-transform, -webkit-filter, -webkit-backdrop-filter !important;
  transition-property: color, background-color, border-color,
    text-decoration-color, fill, stroke, opacity, -webkit-box-shadow,
    -webkit-transform, -webkit-filter, -webkit-backdrop-filter !important;
  transition-property: color, background-color, border-color,
    text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter,
    backdrop-filter !important;
  transition-property: color, background-color, border-color,
    text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter,
    backdrop-filter, -webkit-box-shadow, -webkit-transform, -webkit-filter,
    -webkit-backdrop-filter !important;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  -webkit-transition-duration: 0.15s !important;
  transition-duration: 0.15s !important;
}
.transition-all {
  -webkit-transition-property: all !important;
  transition-property: all !important;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  -webkit-transition-duration: 0.15s !important;
  transition-duration: 0.15s !important;
}
.transition-opacity {
  -webkit-transition-property: opacity !important;
  transition-property: opacity !important;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  -webkit-transition-duration: 0.15s !important;
  transition-duration: 0.15s !important;
}
.transition-transform {
  -webkit-transition-property: -webkit-transform !important;
  transition-property: -webkit-transform !important;
  transition-property: transform !important;
  transition-property: transform, -webkit-transform !important;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  -webkit-transition-duration: 0.15s !important;
  transition-duration: 0.15s !important;
}
.duration-100 {
  -webkit-transition-duration: 0.1s !important;
  transition-duration: 0.1s !important;
}
.duration-150 {
  -webkit-transition-duration: 0.15s !important;
  transition-duration: 0.15s !important;
}
.duration-200 {
  -webkit-transition-duration: 0.2s !important;
  transition-duration: 0.2s !important;
}
.duration-300 {
  -webkit-transition-duration: 0.3s !important;
  transition-duration: 0.3s !important;
}
.ease-in {
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 1, 1) !important;
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1) !important;
}
.ease-in-out {
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
}
.ease-linear {
  -webkit-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
}
.ease-out {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.2, 1) !important;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1) !important;
}
.contain-none {
  contain: none !important;
}
.contain-content {
  contain: content !important;
}
.contain-strict {
  contain: strict !important;
}
.contain-size {
  --tw-contain-size: size !important;
  contain: var(--tw-contain-size) var(--tw-contain-layout)
    var(--tw-contain-paint) var(--tw-contain-style) !important;
}
.contain-inline-size {
  --tw-contain-size: inline-size !important;
  contain: var(--tw-contain-size) var(--tw-contain-layout)
    var(--tw-contain-paint) var(--tw-contain-style) !important;
}
.contain-layout {
  --tw-contain-layout: layout !important;
  contain: var(--tw-contain-size) var(--tw-contain-layout)
    var(--tw-contain-paint) var(--tw-contain-style) !important;
}
.contain-paint {
  --tw-contain-paint: paint !important;
  contain: var(--tw-contain-size) var(--tw-contain-layout)
    var(--tw-contain-paint) var(--tw-contain-style) !important;
}
.contain-style {
  --tw-contain-style: style !important;
  contain: var(--tw-contain-size) var(--tw-contain-layout)
    var(--tw-contain-paint) var(--tw-contain-style) !important;
}
.content-\[\'this-is-also-valid\]-weirdly-enough\'\] {
  --tw-content: "this-is-also-valid]-weirdly-enough" !important;
  content: var(--tw-content) !important;
}
.forced-color-adjust-auto {
  forced-color-adjust: auto !important;
}
.forced-color-adjust-none {
  forced-color-adjust: none !important;
}
.\[a-zA-Z0-9\:_\\-\.\] {
  a-z-a--z0-9: \-. !important;
}
.\[a-zA-Z\:_\] {
  a-z-a--z: !important;
}
body {
  overflow-x: hidden;
  font-family: IBM Plex Sans, sans-serif;
  font-size: 0.875rem;
}
.collapse {
  display: block;
  max-height: 0px;
  overflow: hidden;
  -webkit-transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
  transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
}
.collapse.show {
  max-height: 99em;
  -webkit-transition: max-height 0.5s ease-in-out;
  transition: max-height 0.5s ease-in-out;
}
.form-range:focus {
  outline: 0;
}
.form-range:focus::-webkit-slider-thumb {
  -webkit-box-shadow: 0 0 0 1px #fff, none;
  box-shadow: 0 0 0 1px #fff, none;
}
.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, none;
}
.form-range::-moz-focus-outer {
  border: 0;
}
.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #5156be;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.form-range::-webkit-slider-thumb:active {
  background-color: #cbccec;
}
.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #f6f6f6;
  border-color: transparent;
  border-radius: 1rem;
}
.form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #333789;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}
.form-range::-moz-range-thumb:active {
  background-color: #cbccec;
}
.form-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #f6f6f6;
  border-color: transparent;
  border-radius: 1rem;
}
.form-range:disabled {
  pointer-events: none;
}
.form-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}
.form-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: -5px;
  left: 0;
  width: 100%;
}
.swiper-pagination-bullet {
  height: 10px;
  width: 10px;
  background-color: #fff;
}
.swiper-pagination-bullet-active {
  background: white;
}
.swiper-pagination {
  text-align: left;
}
.bitcon-news .swiper-pagination {
  text-align: center !important;
}
[dir="rtl"] .swiper-pagination {
  text-align: right !important;
}
[dir="rtl"].bitcon-news .swiper-pagination {
  text-align: center !important;
}
.mySwiper .swiper-pagination-bullet {
  height: 25px;
  width: 25px;
  outline: 3px solid rgba(255, 255, 255, 0.3);
  opacity: 1;
  margin: 0 6px !important;
}
.mySwiper .swiper-pagination {
  text-align: center !important;
  bottom: 20px;
}
.mySwiper [aria-label="Go to slide 1"] {
  background-image: url(../images/bg-1.jpg) !important;
  background-size: cover;
}
.mySwiper [aria-label="Go to slide 2"] {
  background-image: url(../images/bg-2.jpg) !important;
  background-size: cover;
}
.mySwiper [aria-label="Go to slide 3"] {
  background-image: url(../images/bg-3.jpg) !important;
  background-size: cover;
}
.mySwiper .swiper-pagination-bullet-active {
  background-color: transparent !important;
  outline: 3px solid white;
}
.bg-bubbles li {
  -webkit-animation: square ease 20s infinite;
  animation: square ease 20s infinite;
  bottom: -50px;
}
.bg-bubbles li:nth-child(2) {
  -webkit-animation: square ease 17s infinite;
  animation: square ease 17s infinite;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}
.bg-bubbles li:nth-child(3) {
  -webkit-animation: square ease 20s infinite;
  animation: square ease 20s infinite;
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}
.bg-bubbles li:nth-child(4) {
  -webkit-animation: square ease 22s infinite;
  animation: square ease 22s infinite;
}
.bg-bubbles li:nth-child(6) {
  -webkit-animation: square ease 20s infinite;
  animation: square ease 20s infinite;
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}
.bg-bubbles li:nth-child(7) {
  -webkit-animation: square ease 20s infinite;
  animation: square ease 20s infinite;
  -webkit-animation-delay: 7s;
  animation-delay: 7s;
}
.bg-bubbles li:nth-child(8) {
  -webkit-animation: square ease 40s infinite;
  animation: square ease 40s infinite;
  -webkit-animation-delay: 15s;
  animation-delay: 15s;
}
.bg-bubbles li:nth-child(9) {
  -webkit-animation: square ease 40s infinite;
  animation: square ease 40s infinite;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}
.bg-bubbles li:nth-child(10) {
  -webkit-animation: square ease 20s infinite;
  animation: square ease 20s infinite;
  -webkit-animation-delay: 11s;
  animation-delay: 11s;
}
@-webkit-keyframes square {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-1000px) rotate(600deg);
    transform: translateY(-1000px) rotate(600deg);
  }
}
@keyframes square {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-1000px) rotate(600deg);
    transform: translateY(-1000px) rotate(600deg);
  }
}
.main-content {
  margin-left: var(--tw-sidebar-width);
  position: relative;
  overflow: hidden;
}
.main-content .content {
  padding: 0 15px 10px;
  margin-top: 70px;
}
[dir="rtl"] .main-content {
  margin-right: var(--tw-sidebar-width);
  margin-left: 0 !important;
}
.page-content {
  padding: calc(70px + 1.5rem) 1.125rem 60px 1.125rem;
}
.vertical-menu,
.navbar-brand {
  width: var(--tw-sidebar-width);
}
.footer,
.page-content {
  left: var(--tw-sidebar-width);
}
.nav-menu {
  position: relative;
}
.nav-menu:after {
  content: "ó°…‚";
  font-family: Material Design Icons;
  position: absolute;
  font-size: 1.125rem;
  line-height: 1.25rem;
}
.nav-menu:where([dir="ltr"], [dir="ltr"] *):after {
  right: 1.25rem;
}
.nav-menu:where([dir="rtl"], [dir="rtl"] *):after {
  left: 1.25rem;
}
.nav-menu:after {
  vertical-align: middle;
}
#sidebar-menu .mm-active > .nav-menu:after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
#sidebar-menu ul li a svg {
  margin-top: -3px;
  display: inline-block;
  height: 1rem;
  width: 1rem;
}
#sidebar-menu ul li a svg:where([dir="ltr"], [dir="ltr"] *) {
  margin-right: 10px;
}
#sidebar-menu ul li a svg:where([dir="rtl"], [dir="rtl"] *) {
  margin-left: 10px;
}
.metismenu .mm-active .active {
  --tw-text-opacity: 1 !important;
  color: rgb(81 86 190 / var(--tw-text-opacity)) !important;
}
.metismenu .mm-active > a {
  --tw-text-opacity: 1 !important;
  color: rgb(81 86 190 / var(--tw-text-opacity)) !important;
}
[data-mode="dark"] .metismenu .mm-active .active {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.mm-active > a {
  --tw-text-opacity: 1;
  color: rgb(81 86 190 / var(--tw-text-opacity));
}
#sidebar-menu ul li ul li ul li a {
  padding: 0.4rem 1.5rem 0.4rem 4.5rem !important;
}
.metismenu {
  margin: 0;
}
.metismenu li {
  display: block;
  width: 100%;
}
.metismenu .mm-collapse {
  display: none;
}
.metismenu .mm-collapse:not(.mm-show) {
  display: none;
}
.metismenu .mm-collapse.mm-show {
  display: block;
}
.metismenu .mm-collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
}
.metismenu .mm-active a {
  --tw-text-opacity: 1;
  color: rgb(81 86 190 / var(--tw-text-opacity));
}
[dir="rtl"] [data-sidebar-size="sm"] .main-content {
  margin-left: 0 !important;
}
@media (min-width: 1140px) {
  body[data-sidebar-size="sm"] {
    min-height: 1000px;
  }
  [data-sidebar-size="sm"] .main-content:where([dir="rtl"], [dir="rtl"] *) {
    margin-left: 0;
    margin-right: 68px;
  }
  [data-sidebar-size="sm"] .vertical-menu {
    width: 70px !important;
  }
  body[data-sidebar-size="sm"] .vertical-menu .simplebar-mask,
  body[data-sidebar-size="sm"] .vertical-menu .simplebar-content-wrapper {
    overflow: visible !important;
  }
  body[data-sidebar-size="sm"] .vertical-menu .simplebar-scrollbar {
    display: none !important;
  }
  body[data-sidebar-size="sm"] .vertical-menu .simplebar-offset {
    bottom: 0 !important;
  }
  [data-sidebar-size="sm"] .navbar-brand {
    width: 70px !important;
  }
  [data-sidebar-size="sm"] .navbar-brand a span {
    display: none !important;
  }
  [data-sidebar-size="sm"] .navbar-brand img {
    max-width: 1.5rem !important;
  }
  [data-sidebar-size="sm"] .topbar-brand button {
    margin: 0 !important;
    padding: 0 20px;
  }
  [data-sidebar-size="sm"] .app-search {
    padding: 0 !important;
  }
  [data-sidebar-size="sm"] .sidebar-alert {
    display: none;
  }
  [data-sidebar-size="sm"] .vertical-menu #sidebar-menu ul li {
    position: relative !important;
    white-space: nowrap !important;
  }
  body[data-sidebar-size="sm"] .vertical-menu #sidebar-menu > ul > li > a {
    padding: 15px 20px !important;
  }
  [data-sidebar-size="sm"] .vertical-menu #sidebar-menu ul li a svg {
    margin-left: 6px !important;
    height: 18px;
    width: 18px;
  }
  body[data-sidebar-size="sm"] .vertical-menu #sidebar-menu > ul > li > a span {
    display: none;
    padding-left: 1.5rem;
  }
  body[data-sidebar-size="sm"]
    .vertical-menu
    #sidebar-menu
    > ul
    > li
    > a
    span:where([dir="rtl"], [dir="rtl"] *) {
    padding-right: 2.75rem;
  }
  body[data-sidebar-size="sm"] .vertical-menu #sidebar-menu > ul ul {
    padding: 5px 0;
    z-index: 9999;
    display: none;
    background-color: #fff;
  }
  body[data-sidebar-size="sm"]
    .vertical-menu
    #sidebar-menu
    > ul
    > li:hover
    > a {
    position: relative;
    width: 260px;
    color: #5156be;
    -webkit-transition: none;
    transition: none;
    --tw-bg-opacity: 1;
    background-color: rgb(241 245 249 / var(--tw-bg-opacity));
  }
  body[data-sidebar-size="sm"]
    .vertical-menu
    #sidebar-menu
    > ul
    > li:hover
    > a
    span {
    display: inline;
  }
  body[data-sidebar-size="sm"]
    .vertical-menu
    #sidebar-menu
    > ul
    > li:hover
    > a
    span:where([dir="ltr"], [dir="ltr"] *) {
    padding-right: 0;
  }
  body[data-sidebar-size="sm"]
    .vertical-menu
    #sidebar-menu
    > ul
    > li:hover
    > a
    span:where([dir="rtl"], [dir="rtl"] *) {
    padding-right: 1.25rem;
  }
  body[data-sidebar-size="sm"]
    .vertical-menu
    #sidebar-menu
    > ul
    > li:hover
    > ul {
    display: block;
    left: 70px;
    position: absolute;
    width: 190px;
    height: auto !important;
    -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
    box-shadow: 0 0.5rem 1rem #0000001a;
  }
  [dir="rtl"]
    body[data-sidebar-size="sm"]
    .vertical-menu
    #sidebar-menu
    > ul
    > li:hover
    > a
    span {
    padding-right: 40px !important;
  }
  [dir="rtl"]
    body[data-sidebar-size="sm"]
    .vertical-menu
    #sidebar-menu
    > ul
    > li:hover
    > ul {
    left: -190px !important;
  }
  body[data-sidebar-size="sm"]
    .vertical-menu
    #sidebar-menu
    > ul
    > li:hover
    > ul
    a {
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 8px 20px !important;
    position: relative;
    width: 190px;
    z-index: 6;
    color: var(--bs-sidebar-menu-sub-item-color);
  }
  [data-sidebar-size="sm"]
    .vertical-menu
    #sidebar-menu
    > ul
    > li
    > a.nav-menu:after {
    display: none !important;
  }
  body[data-sidebar-size="sm"]
    .vertical-menu
    #sidebar-menu
    > ul
    > li:hover
    > ul
    ul {
    -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
    box-shadow: 0 0.5rem 1rem #0000001a;
  }
  body[data-sidebar-size="sm"]
    .vertical-menu
    #sidebar-menu
    > ul
    ul
    li:hover
    > ul {
    display: block;
    left: 190px;
    height: auto !important;
    margin-top: -36px;
    position: absolute;
    width: 190px;
    padding: 5px 0;
  }
  [dir="rtl"]
    body[data-sidebar-size="sm"]
    .vertical-menu
    #sidebar-menu
    > ul
    ul
    li:hover
    > ul {
    left: -190px !important;
  }
}
@media (max-width: 1139px) {
  [dir="rtl"] .main-content {
    margin-right: 0 !important;
  }
  .navbar-brand {
    width: auto;
  }
  #vertical-menu-btn {
    margin: 0 !important;
    height: 70px;
    padding: 0 24px;
  }
  .main-content {
    margin-left: 0;
  }
  .footer {
    right: 0;
    left: 0;
  }
  .vertical-menu {
    display: none;
  }
  .sidebar-enable .vertical-menu {
    display: block;
  }
}
body[data-mode="dark"][data-sidebar-size="sm"]
  .vertical-menu
  #sidebar-menu
  > ul
  > li:hover
  > a {
  background-color: #363a38;
}
body[data-mode="dark"][data-sidebar-size="sm"]
  .vertical-menu
  #sidebar-menu
  > ul
  ul {
  background-color: #363a38;
}
.nav-tabs ul li a:is([data-mode="dark"] *) {
  --tw-text-opacity: 1;
  color: rgb(217 218 224 / var(--tw-text-opacity));
}
.nav-tabs.border-tab ul li .active {
  border-radius: 0.375rem;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-width: 1px;
  border-bottom-width: 0px;
  --tw-border-opacity: 1;
  border-color: rgb(128 132 208 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(128 132 208 / var(--tw-text-opacity));
}
.nav-tabs.border-tab ul li .active:is([data-mode="dark"] *) {
  --tw-text-opacity: 1;
  color: rgb(128 132 208 / var(--tw-text-opacity));
}
.nav-tabs.border-b-tabs ul li .active {
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(128 132 208 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(128 132 208 / var(--tw-text-opacity));
}
.nav-tabs.tab-pill ul li .active {
  --tw-bg-opacity: 1;
  background-color: rgb(128 132 208 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.nav-tabs.chart-tabpill ul li .active {
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(81 86 190 / var(--tw-text-opacity));
}
.nav-tabs.chart-tabpill ul li .active:is([data-mode="dark"] *) {
  --tw-bg-opacity: 1;
  background-color: rgb(44 48 46 / var(--tw-bg-opacity));
}
.nav-tabs.bar-tabs ul li .active {
  --tw-bg-opacity: 1;
  background-color: rgb(128 132 208 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.accordion-item .accordion-header {
  --tw-text-opacity: 1;
  color: rgb(192 194 203 / var(--tw-text-opacity));
}
.accordion-item .accordion-header.active {
  --tw-text-opacity: 1;
  color: rgb(81 86 190 / var(--tw-text-opacity));
}
.vertical-tab ul li a {
  background-color: #fff !important;
}
.vertical-tab ul li .active {
  border-color: #5156be !important;
}
.form-range {
  --tw-bg-opacity: 1;
  background-color: rgb(251 250 255 / var(--tw-bg-opacity));
}
.swal2-title {
  font-size: 1.375rem;
}
.progress-bar-striped {
  background-image: linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
}
select {
  font-size: 14px !important;
}
.email-leftbar {
  min-width: var(--tw-email-leftbar);
}
[data-simplebar] {
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.simplebar-wrapper {
  overflow: hidden;
  width: inherit;
  height: inherit;
  max-width: inherit;
  max-height: inherit;
}
.simplebar-mask {
  direction: inherit;
  position: absolute;
  overflow: hidden;
  padding: 0;
  margin: 0;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: auto !important;
  height: auto !important;
  z-index: 0;
}
.simplebar-offset {
  direction: inherit !important;
  -webkit-box-sizing: inherit !important;
  box-sizing: inherit !important;
  resize: none !important;
  position: absolute;
  top: 0;
  left: 0 !important;
  bottom: 0;
  right: 0 !important;
  padding: 0;
  margin: 0;
  -webkit-overflow-scrolling: touch;
}
.simplebar-content-wrapper {
  direction: inherit;
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important;
  position: relative;
  display: block;
  height: 100%;
  width: auto;
  visibility: visible;
  overflow: auto;
  max-width: 100%;
  max-height: 100%;
  scrollbar-width: none;
  padding: 0 !important;
}
.simplebar-content-wrapper::-webkit-scrollbar,
.simplebar-hide-scrollbar::-webkit-scrollbar {
  display: none;
}
.simplebar-content:before,
.simplebar-content:after {
  content: " ";
  display: table;
}
.simplebar-placeholder {
  max-height: 100%;
  max-width: 100%;
  width: 100%;
  pointer-events: none;
}
.simplebar-height-auto-observer-wrapper {
  -webkit-box-sizing: inherit !important;
  box-sizing: inherit !important;
  height: 100%;
  width: 100%;
  max-width: 1px;
  position: relative;
  float: left;
  max-height: 1px;
  overflow: hidden;
  z-index: -1;
  padding: 0;
  margin: 0;
  pointer-events: none;
  -webkit-box-flex: inherit;
  -ms-flex-positive: inherit;
  flex-grow: inherit;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
}
.simplebar-height-auto-observer {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
  display: block;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 1000%;
  width: 1000%;
  min-height: 1px;
  min-width: 1px;
  overflow: hidden;
  pointer-events: none;
  z-index: -1;
}
.simplebar-track {
  z-index: 1;
  position: absolute;
  right: 0;
  bottom: 0;
  pointer-events: none;
  overflow: hidden;
}
[data-simplebar].simplebar-dragging .simplebar-content {
  pointer-events: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none;
}
[data-simplebar].simplebar-dragging .simplebar-track {
  pointer-events: all;
}
.simplebar-scrollbar {
  position: absolute;
  right: 2px;
  width: 6px;
  min-height: 10px;
}
.simplebar-scrollbar:before {
  position: absolute;
  content: "";
  background: #a2adb7;
  border-radius: 7px;
  left: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.simplebar-scrollbar.simplebar-visible:before {
  opacity: 0.5;
  -webkit-transition: opacity 0s linear;
  transition: opacity 0s linear;
}
.simplebar-track.simplebar-vertical {
  top: 0;
  width: 11px;
}
.simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
  top: 2px;
  bottom: 2px;
}
.simplebar-track.simplebar-horizontal {
  left: 0;
  height: 11px;
}
.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
  height: 100%;
  left: 2px;
  right: 2px;
}
.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
  right: auto;
  left: 0;
  top: 2px;
  height: 7px;
  min-height: 0;
  min-width: 10px;
  width: auto;
}
[data-simplebar-direction="rtl"] .simplebar-track.simplebar-vertical {
  right: auto;
  left: 0;
}
.hs-dummy-scrollbar-size {
  direction: rtl;
  position: fixed;
  opacity: 0;
  visibility: hidden;
  height: 500px;
  width: 500px;
  overflow-y: hidden;
  overflow-x: scroll;
}
.simplebar-hide-scrollbar {
  position: fixed;
  left: 0;
  visibility: hidden;
  overflow-y: scroll;
  scrollbar-width: none;
}
.custom-scroll {
  height: 100%;
}
[dir="rtl"] .simplebar-track.simplebar-vertical {
  right: auto;
  left: 0;
}
.noUi-connect {
  background: #4ba6ef;
}
.noUi-handle {
  --tw-border-opacity: 1;
  border-color: rgb(192 194 203 / var(--tw-border-opacity));
}
.noUi-handle:is([data-mode="dark"] *) {
  --tw-border-opacity: 1;
  border-color: rgb(63 67 65 / var(--tw-border-opacity));
}
.noUi-handle {
  background: #4ba6ef;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.noUi-horizontal {
  height: 8px;
}
.noUi-horizontal .noUi-handle {
  height: 20px;
  width: 20px;
  border-radius: 50%;
  right: -10px;
  top: -7px;
}
.noUi-horizontal .noUi-handle:after,
.noUi-horizontal .noUi-handle:before {
  display: none;
}
.noUi-horizontal .noUi-handle:focus {
  outline: 0;
}
.noUi-touch-area {
  border-radius: 100%;
}
.noUi-tooltip {
  --tw-border-opacity: 1;
  border-color: rgb(217 218 224 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(49 53 51 / var(--tw-text-opacity));
}
.noUi-tooltip:is([data-mode="dark"] *) {
  --tw-border-opacity: 1;
  border-color: rgb(63 67 65 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(49 53 51 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(192 194 203 / var(--tw-text-opacity));
}
.noUi-connects,
.noUi-touch-area {
  cursor: pointer;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.noUi-connects:is([data-mode="dark"] *),
.noUi-touch-area:is([data-mode="dark"] *) {
  --tw-bg-opacity: 1;
  background-color: rgb(49 53 51 / var(--tw-bg-opacity));
}
.noUi-pips-horizontal {
  height: 50px;
}
.noUi-vertical {
  width: 8px;
}
.noUi-vertical .noUi-handle {
  height: 20px;
  width: 20px;
  right: -7px;
  top: -12px;
  border-radius: 50%;
}
.noUi-vertical .noUi-handle:after,
.noUi-vertical .noUi-handle:before {
  display: none;
}
.noUi-vertical .noUi-handle:focus {
  outline: 0;
}
.noUi-value {
  font-size: 12px;
}
.noUi-marker-horizontal.noUi-marker-large {
  height: 6px;
}
.noUi-marker-horizontal.noUi-marker {
  display: none;
}
.noUi-target {
  -webkit-box-shadow: none;
  box-shadow: none;
  --tw-border-opacity: 1;
  border-color: rgb(230 230 235 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.noUi-target:is([data-mode="dark"] *) {
  --tw-border-opacity: 1;
  border-color: rgb(63 67 65 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(49 53 51 / var(--tw-bg-opacity));
}
.noUi-touch-area:focus {
  outline: 0;
}
#blue,
#green,
#red {
  margin: 10px;
  display: inline-block;
  height: 200px;
}
.noUi-vertical .noUi-origin {
  top: 0%;
}
#red .noUi-connect,
#blue .noUi-connect,
#green .noUi-connect {
  border: none;
}
#colorpicker {
  height: 240px;
  width: 310px;
  margin: 0 auto;
  padding: 10px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(141 145 162 / var(--tw-border-opacity));
}
#colorpicker:is([data-mode="dark"] *) {
  --tw-border-opacity: 1;
  border-color: rgb(42 44 51 / var(--tw-border-opacity));
}
#result {
  margin: 60px 26px;
  height: 100px;
  width: 100px;
  display: inline-block;
  vertical-align: top;
  border: 1px solid;
  --tw-border-opacity: 1;
  border-color: rgb(230 230 235 / var(--tw-border-opacity));
}
#result:is([data-mode="dark"] *) {
  --tw-border-opacity: 1;
  border-color: rgb(63 67 65 / var(--tw-border-opacity));
}
#result {
  -webkit-box-shadow: 0 0 3px;
  box-shadow: 0 0 3px;
  border-radius: 7px;
}
#red .noUi-connect {
  background: #fd625e;
}
#green .noUi-connect {
  background: #2ab57d;
}
#blue .noUi-connect {
  background: #5156be;
}
.form-control.keyboard {
  max-width: 340px !important;
}
#input-number,
#input-select {
  padding: 7px;
  margin: 15px 5px 5px;
  width: 70px;
}
[dir="rtl"]#input-number,
#input-select {
  padding-right: 10px !important;
}
.example-val {
  display: block;
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(49 53 51 / var(--tw-text-opacity));
}
.example-val:is([data-mode="dark"] *) {
  --tw-text-opacity: 1;
  color: rgb(192 194 203 / var(--tw-text-opacity));
}
.example-val {
  margin: 15px 0;
}
.example-val:before {
  content: "Value: ";
  font-size: 12px;
  font-weight: 600;
}
.noUi-tooltip {
  display: none;
}
.noUi-active .noUi-tooltip {
  display: block;
}
.c-1-color {
  background: #fd625e;
  border: none;
}
.c-2-color {
  background: #ffbf53;
  border: none;
}
.c-3-color {
  background: #2ab57d;
  border: none;
}
.c-4-color {
  background: #5156be;
  border: none;
}
.c-5-color {
  background: #a855f7;
  border: none;
}
#slider-toggle {
  height: 50px;
}
#slider-toggle.off .noUi-handle {
  --tw-border-opacity: 1;
  border-color: rgb(253 98 94 / var(--tw-border-opacity));
}
[type="number"],
.select-number {
  font-size: 0.875rem;
  --tw-text-opacity: 1;
  color: rgb(49 53 51 / var(--tw-text-opacity));
}
.glightbox-clean .gslide-description {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.glightbox-clean .gslide-description:is([data-mode="dark"] *) {
  --tw-bg-opacity: 1;
  background-color: rgb(44 48 46 / var(--tw-bg-opacity));
}
.glightbox-clean .gslide-title,
.glightbox-clean .gslide-desc {
  --tw-text-opacity: 1;
  color: rgb(32 33 38 / var(--tw-text-opacity));
}
.glightbox-clean .gslide-title:is([data-mode="dark"] *),
.glightbox-clean .gslide-desc:is([data-mode="dark"] *) {
  --tw-text-opacity: 1;
  color: rgb(192 194 203 / var(--tw-text-opacity));
}
.swal2-popup {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(32 33 38 / var(--tw-text-opacity));
}
.swal2-popup:is([data-mode="dark"] *) {
  --tw-bg-opacity: 1;
  background-color: rgb(44 48 46 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(192 194 203 / var(--tw-text-opacity));
}
.swal2-styled.swal2-default-outline:focus {
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.swal2-styled.swal2-default-outline:focus:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0
    var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0
    calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
    var(--tw-shadow, 0 0 #0000);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
    var(--tw-shadow, 0 0 #0000);
  --tw-ring-color: rgb(81 86 190 / 0.3);
}
.swal2-input:is([data-mode="dark"] *) {
  --tw-border-opacity: 1;
  border-color: rgb(63 67 65 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(49 53 51 / var(--tw-bg-opacity));
}
.alertify .ajs-dialog {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.alertify .ajs-dialog:is([data-mode="dark"] *) {
  --tw-bg-opacity: 1;
  background-color: rgb(36 39 38 / var(--tw-bg-opacity));
}
.alertify .ajs-body {
  --tw-text-opacity: 1;
  color: rgb(32 33 38 / var(--tw-text-opacity));
}
.alertify .ajs-body:is([data-mode="dark"] *) {
  --tw-text-opacity: 1;
  color: rgb(192 194 203 / var(--tw-text-opacity));
}
.alertify .ajs-header {
  --tw-border-opacity: 1;
  border-color: rgb(230 230 235 / var(--tw-border-opacity));
  background-color: #e6e6eb33;
  --tw-text-opacity: 1;
  color: rgb(32 33 38 / var(--tw-text-opacity));
}
.alertify .ajs-header:is([data-mode="dark"] *) {
  --tw-border-opacity: 1;
  border-color: rgb(49 53 51 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(44 48 46 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(192 194 203 / var(--tw-text-opacity));
}
.alertify .ajs-footer {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.alertify .ajs-footer:is([data-mode="dark"] *) {
  --tw-border-opacity: 1;
  border-top-color: rgb(49 53 51 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(44 48 46 / var(--tw-bg-opacity));
}
.alertify .ajs-footer .ajs-buttons .ajs-cancel:is([data-mode="dark"] *) {
  --tw-text-opacity: 1;
  color: rgb(230 230 235 / var(--tw-text-opacity));
}
.alertify .ajs-body .ajs-content .ajs-input {
  --tw-border-opacity: 1;
  border-color: rgb(230 230 235 / var(--tw-border-opacity));
  background-color: #e6e6eb33;
  --tw-text-opacity: 1;
  color: rgb(32 33 38 / var(--tw-text-opacity));
}
.alertify .ajs-body .ajs-content .ajs-input:is([data-mode="dark"] *) {
  --tw-border-opacity: 1;
  border-color: rgb(49 53 51 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(44 48 46 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(192 194 203 / var(--tw-text-opacity));
}
.flatpickr-input[readonly] {
  background-color: #fff !important;
  z-index: 999;
}
.flatpickr-months,
.flatpickr-weekdays {
  background-color: #5156be;
}
span.flatpickr-weekday {
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.flatpickr-current-month .flatpickr-monthDropdown-months:hover {
  background-color: transparent;
}
.flatpickr-am-pm:focus,
.flatpickr-am-pm:hover,
.numInput:focus,
.numInput:hover,
.numInputWrapper:focus,
.numInputWrapper:hover {
  background-color: transparent;
}
.flatpickr-weekdays {
  height: 36px !important;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(217 218 224 / var(--tw-border-opacity));
}
.flatpickr-weekdays:is([data-mode="dark"] *) {
  --tw-border-opacity: 1;
  border-color: rgb(63 67 65 / var(--tw-border-opacity));
}
.flatpickr-day {
  --tw-text-opacity: 1;
  color: rgb(42 44 51 / var(--tw-text-opacity));
}
.flatpickr-day:is([data-mode="dark"] *) {
  --tw-text-opacity: 1;
  color: rgb(141 145 162 / var(--tw-text-opacity));
}
.flatpickr-day:focus,
.flatpickr-day:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(217 218 224 / var(--tw-bg-opacity));
}
.flatpickr-day.today {
  border-color: #5156be !important;
  background-color: #5156be1a;
}
.flatpickr-day.today:focus,
.flatpickr-day.today:hover {
  --tw-text-opacity: 1;
  color: rgb(36 39 38 / var(--tw-text-opacity));
  background-color: #5156be26 !important;
}
.flatpickr-day.selected {
  background-color: #5156be !important;
  border-color: #5156be !important;
  color: #fff !important;
}
.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover,
.flatpickr-day.nextMonthDay,
.flatpickr-day.notAllowed,
.flatpickr-day.notAllowed.nextMonthDay,
.flatpickr-day.notAllowed.prevMonthDay,
.flatpickr-day.prevMonthDay {
  color: #ced4da !important;
}
.flatpickr-day.inRange,
.flatpickr-day.nextMonthDay.inRange,
.flatpickr-day.nextMonthDay.today.inRange,
.flatpickr-day.nextMonthDay:focus,
.flatpickr-day.nextMonthDay:hover,
.flatpickr-day.prevMonthDay.inRange,
.flatpickr-day.prevMonthDay.today.inRange,
.flatpickr-day.prevMonthDay:focus,
.flatpickr-day.prevMonthDay:hover,
.flatpickr-day.today.inRange,
.flatpickr-day:focus,
.flatpickr-day:hover {
  --tw-border-opacity: 1;
  border-color: rgb(192 194 203 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(217 218 224 / var(--tw-bg-opacity));
}
.flatpickr-day.inRange:is([data-mode="dark"] *),
.flatpickr-day.nextMonthDay.inRange:is([data-mode="dark"] *),
.flatpickr-day.nextMonthDay.today.inRange:is([data-mode="dark"] *),
.flatpickr-day.nextMonthDay:focus:is([data-mode="dark"] *),
.flatpickr-day.nextMonthDay:hover:is([data-mode="dark"] *),
.flatpickr-day.prevMonthDay.inRange:is([data-mode="dark"] *),
.flatpickr-day.prevMonthDay.today.inRange:is([data-mode="dark"] *),
.flatpickr-day.prevMonthDay:focus:is([data-mode="dark"] *),
.flatpickr-day.prevMonthDay:hover:is([data-mode="dark"] *),
.flatpickr-day.today.inRange:is([data-mode="dark"] *),
.flatpickr-day:focus:is([data-mode="dark"] *),
.flatpickr-day:hover:is([data-mode="dark"] *) {
  --tw-border-opacity: 1;
  border-color: rgb(49 53 51 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(63 67 65 / var(--tw-bg-opacity));
}
.flatpickr-day.inRange {
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.flatpickr-months .flatpickr-month,
.flatpickr-months .flatpickr-next-month,
.flatpickr-months .flatpickr-prev-month {
  color: #ffffffe6 !important;
  fill: #ffffffe6 !important;
}
.flatpickr-monthDropdown-month {
  color: #000c;
}
.flatpickr-current-month input.cur-year[disabled],
.flatpickr-current-month input.cur-year[disabled]:hover {
  color: #ffffffe6 !important;
}
.flatpickr-time .flatpickr-am-pm,
.flatpickr-time .flatpickr-time-separator,
.flatpickr-time input {
  --tw-border-opacity: 1;
  border-top-color: rgb(63 67 65 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(36 39 38 / var(--tw-text-opacity));
}
.flatpickr-time .flatpickr-am-pm:is([data-mode="dark"] *),
.flatpickr-time .flatpickr-time-separator:is([data-mode="dark"] *),
.flatpickr-time input:is([data-mode="dark"] *) {
  --tw-text-opacity: 1;
  color: rgb(167 169 182 / var(--tw-text-opacity));
}
.flatpickr-time input:is([data-mode="dark"] *) {
  --tw-bg-opacity: 1;
  background-color: rgb(49 53 51 / var(--tw-bg-opacity));
}
.flatpickr-am-pm:hover:is([data-mode="dark"] *) {
  --tw-bg-opacity: 1;
  background-color: rgb(49 53 51 / var(--tw-bg-opacity));
}
.flatpickr-calendar {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.flatpickr-calendar:is([data-mode="dark"] *) {
  --tw-bg-opacity: 1;
  background-color: rgb(44 48 46 / var(--tw-bg-opacity));
}
.flatpickr-calendar {
  -webkit-box-shadow: 1px 0 0 #e9e9ef, -1px 0 0 #e9e9ef, 0 1px 0 #e9e9ef,
    0 -1px 0 #e9e9ef, 0 3px 13px rgba(0, 0, 0, 0.08) !important;
  box-shadow: 1px 0 #e9e9ef, -1px 0 #e9e9ef, 0 1px #e9e9ef, 0 -1px #e9e9ef,
    0 3px 13px #00000014 !important;
}
.flatpickr-calendar.hasTime .flatpickr-time {
  --tw-border-opacity: 1;
  border-top-color: rgb(192 194 203 / var(--tw-border-opacity));
}
.flatpickr-calendar.hasTime .flatpickr-time:is([data-mode="dark"] *) {
  --tw-border-opacity: 1;
  border-top-color: rgb(49 53 51 / var(--tw-border-opacity));
}
.flatpickr-months {
  border-radius: 5px 5px 0 0;
  width: inherit !important;
  position: relative;
}
.flatpickr-months .flatpickr-next-month:hover svg,
.flatpickr-months .flatpickr-prev-month:hover svg {
  fill: #ffffffe6 !important;
}
.form-control {
  color: #495057;
  font-size: 14px;
}
.flatpickr-days .dayContainer {
  position: relative;
}
.flatpickr-days .dayContainer:is([data-mode="dark"] *) {
  --tw-border-opacity: 1;
  border-color: rgb(63 67 65 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(49 53 51 / var(--tw-bg-opacity));
}
[data-mode="dark"] .flatpickr-calendar {
  -webkit-box-shadow: 1px 0 0 #3f4341, -1px 0 0 #3f4341, 0 1px 0 #3f4341,
    0 -1px 0 #3f4341, 0 3px 13px rgba(0, 0, 0, 0.08) !important;
  box-shadow: 1px 0 #3f4341, -1px 0 #3f4341, 0 1px #3f4341, 0 -1px #3f4341,
    0 3px 13px #00000014 !important;
}
[dir="rtl"] .flatpickr-calendar {
  direction: rtl;
}
input[switch] {
  display: none;
}
input[switch] + label {
  font-size: 1em;
  line-height: 1;
  width: 56px;
  height: 24px;
  background-color: #e9eaeb;
  background-image: none;
  border-radius: 2rem;
  padding: 0.16667rem;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  position: relative;
  font-weight: 500;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
input[switch] + label:before {
  color: #343a40;
  content: attr(data-off-label);
  display: block;
  font-family: inherit;
  font-weight: 500;
  font-size: 12px;
  line-height: 21px;
  position: absolute;
  right: 1px;
  margin: 3px;
  top: -2px;
  text-align: center;
  min-width: 1.66667rem;
  overflow: hidden;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
input[switch] + label:after {
  content: "";
  position: absolute;
  left: 3px;
  background-color: #e9e9ef;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 2rem;
  height: 20px;
  width: 20px;
  top: 2px;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
input[switch]:checked + label {
  background-color: #5156be;
}
input[switch]:checked + label:before {
  color: #fff;
  content: attr(data-on-label);
  right: auto;
  left: 3px;
}
input[switch]:checked + label:after {
  left: 33px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
input[switch="bool"] + label {
  background-color: #fd625e;
}
input[switch="bool"] + label:before,
input[switch="bool"]:checked + label:before,
input[switch="default"]:checked + label:before {
  color: #fff;
}
input[switch="bool"]:checked + label {
  background-color: #2ab57d;
}
input[switch="default"]:checked + label {
  background-color: #a7a9b6;
}
input[switch="primary"]:checked + label {
  background-color: #5156be;
}
input[switch="success"]:checked + label {
  background-color: #2ab57d;
}
input[switch="info"]:checked + label {
  background-color: #4ba6ef;
}
input[switch="warning"]:checked + label {
  background-color: #ffbf53;
}
input[switch="danger"]:checked + label {
  background-color: #fd625e;
}
input[switch="dark"]:checked + label {
  background-color: #2c302e;
}
input[switch="dark"]:checked + label:before {
  color: #e9e9ef;
}
.square-switch {
  margin-right: 7px;
}
.square-switch input[switch] + label,
.square-switch input[switch] + label:after {
  border-radius: 4px;
}
.choices__inner {
  border-radius: 0.375rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(217 218 224 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  vertical-align: middle;
}
.choices__inner:is([data-mode="dark"] *) {
  --tw-border-opacity: 1;
  border-color: rgb(49 53 51 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(49 53 51 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(167 169 182 / var(--tw-text-opacity));
}
.choices__inner {
  padding: 0.25rem 2.5rem 0.25rem 0.5rem;
  min-height: 38px;
}
.choices__heading {
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(167 169 182 / var(--tw-border-opacity));
}
.choices__heading:is([data-mode="dark"] *) {
  --tw-border-opacity: 1;
  border-color: rgb(63 67 65 / var(--tw-border-opacity));
}
.is-focused .choices__inner,
.is-open .choices__inner {
  --tw-border-opacity: 1;
  border-color: rgb(230 230 235 / var(--tw-border-opacity));
}
.is-focused .choices__inner:is([data-mode="dark"] *),
.is-open .choices__inner:is([data-mode="dark"] *) {
  --tw-border-opacity: 1;
  border-color: rgb(49 53 51 / var(--tw-border-opacity));
}
.choices[data-type*="select-one"] .choices__input {
  border-radius: 0.375rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(217 218 224 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  vertical-align: middle;
}
.choices[data-type*="select-one"] .choices__input:is([data-mode="dark"] *) {
  --tw-border-opacity: 1;
  border-color: rgb(49 53 51 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(49 53 51 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(167 169 182 / var(--tw-text-opacity));
}
.choices[data-type*="select-one"] .choices__button {
  right: 0;
  left: auto;
  margin-right: 25px;
  margin-left: 0;
}
.choices[data-type*="select-one"]:after {
  border-top-color: #7d8084;
  right: 11.5px;
  left: auto;
}
.choices[data-type*="select-one"].is-open:after {
  border-bottom-color: #7d8084;
}
.choices__list:focus .choices__input {
  border: none !important;
}
.choices__list--multiple {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 8px;
  --tw-text-opacity: 1;
  color: rgb(49 53 51 / var(--tw-text-opacity));
}
.choices__list--multiple:is([data-mode="dark"] *) {
  --tw-text-opacity: 1;
  color: rgb(192 194 203 / var(--tw-text-opacity));
}
.choices__item {
  --tw-text-opacity: 1;
  color: rgb(49 53 51 / var(--tw-text-opacity));
}
.choices__item:is([data-mode="dark"] *) {
  --tw-text-opacity: 1;
  color: rgb(192 194 203 / var(--tw-text-opacity));
}
.choices__list--dropdown .choices__item--selectable.is-highlighted {
  --tw-bg-opacity: 1;
  background-color: rgb(230 230 235 / var(--tw-bg-opacity));
}
.choices__list--dropdown
  .choices__item--selectable.is-highlighted:is([data-mode="dark"] *) {
  --tw-bg-opacity: 1;
  background-color: rgb(63 67 65 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(230 230 235 / var(--tw-text-opacity));
}
.choices[data-type*="select-multiple"] .choices__button,
.choices[data-type*="text"] .choices__button {
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  margin: 0 -4px 0 8px;
  border-right: 0;
}
[dir="rtl"] .choices[data-type*="select-multiple"] .choices__button,
.choices[data-type*="text"] .choices__button {
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  margin: 0 8px 0 -4px;
  border-left: none;
}
.choices__list--dropdown {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(230 230 235 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.choices__list--dropdown:is([data-mode="dark"] *) {
  --tw-border-opacity: 1;
  border-color: rgb(49 53 51 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(49 53 51 / var(--tw-bg-opacity));
}
.choices__input--cloned {
  border-color: transparent;
}
.choices__input--cloned:is([data-mode="dark"] *) {
  --tw-bg-opacity: 1;
  background-color: rgb(49 53 51 / var(--tw-bg-opacity));
}
.choices__list--multiple .choices__item {
  --tw-border-opacity: 1;
  border-color: rgb(81 86 190 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(81 86 190 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.choices.is-disabled .choices__inner {
  --tw-bg-opacity: 1;
  background-color: rgb(217 218 224 / var(--tw-bg-opacity));
}
.choices.is-disabled .choices__inner:is([data-mode="dark"] *) {
  --tw-bg-opacity: 1;
  background-color: rgb(49 53 51 / var(--tw-bg-opacity));
}
.is-disabled .choices__list--multiple .choices__item {
  --tw-border-opacity: 1;
  border-color: rgb(116 120 141 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(116 120 141 / var(--tw-bg-opacity));
}
.choices.is-disabled .choices__inner,
.choices.is-disabled .choices__input {
  background-color: #e6e6eb1a;
}
.choices.is-disabled .choices__inner:is([data-mode="dark"] *),
.choices.is-disabled .choices__input:is([data-mode="dark"] *) {
  --tw-bg-opacity: 1;
  background-color: rgb(49 53 51 / var(--tw-bg-opacity));
}
[type="text"]:focus {
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0
    var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0
    calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
    var(--tw-shadow, 0 0 #0000);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
    var(--tw-shadow, 0 0 #0000);
  --tw-ring-offset-width: 0px;
}
.ck-editor__editable {
  min-height: 250px;
}
.ck.ck-reset_all {
  --tw-text-opacity: 1;
  color: rgb(32 33 38 / var(--tw-text-opacity));
}
.ck.ck-reset_all:is([data-mode="dark"] *) {
  --tw-bg-opacity: 1;
  background-color: rgb(44 48 46 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(217 218 224 / var(--tw-text-opacity));
}
.ck.ck-reset_all *:is([data-mode="dark"] *) {
  --tw-bg-opacity: 1;
  background-color: rgb(44 48 46 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(192 194 203 / var(--tw-text-opacity));
}
.ck.ck-editor__main > .ck-editor__editable:not(.ck-focused) {
  min-height: 250px;
  --tw-border-opacity: 1;
  border-color: rgb(230 230 235 / var(--tw-border-opacity));
}
.ck.ck-editor__main
  > .ck-editor__editable:not(.ck-focused):is([data-mode="dark"] *) {
  --tw-border-opacity: 1;
  border-color: rgb(63 67 65 / var(--tw-border-opacity));
}
.ck.ck-editor__main
  > .ck-editor__editable:not(.ck-focused):focus:is([data-mode="dark"] *) {
  --tw-border-opacity: 1;
  border-color: rgb(81 86 190 / var(--tw-border-opacity));
}
.ck.ck-toolbar {
  --tw-border-opacity: 1;
  border-color: rgb(217 218 224 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(217 218 224 / var(--tw-bg-opacity));
}
.ck.ck-toolbar:is([data-mode="dark"] *) {
  --tw-border-opacity: 1;
  border-color: rgb(63 67 65 / var(--tw-border-opacity));
}
.ck.ck-toolbar .ck.ck-toolbar__separator {
  background-color: #d9dae0;
}
.ck.ck-tooltip .ck-tooltip__text:is([data-mode="dark"] *) {
  --tw-bg-opacity: 1;
  background-color: rgb(49 53 51 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(217 218 224 / var(--tw-text-opacity));
}
.ck.ck-editor__main > .ck-editor__editable {
  --tw-text-opacity: 1;
  color: rgb(32 33 38 / var(--tw-text-opacity));
}
.ck.ck-editor__main > .ck-editor__editable:is([data-mode="dark"] *) {
  --tw-bg-opacity: 1;
  background-color: rgb(49 53 51 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(217 218 224 / var(--tw-text-opacity));
}
.ck.ck-dropdown__panel {
  --tw-border-opacity: 1;
  border-color: rgb(217 218 224 / var(--tw-border-opacity));
}
.ck.ck-button.ck-on:is([data-mode="dark"] *),
.ck.ck-button:not(.ck-disabled):hover:is([data-mode="dark"] *),
a.ck.ck-button.ck-on:is([data-mode="dark"] *),
a.ck.ck-button:not(.ck-disabled):hover:is([data-mode="dark"] *) {
  --tw-bg-opacity: 1;
  background-color: rgb(42 44 51 / var(--tw-bg-opacity));
}
.ck.ck-editor__editable_inline[dir="ltr"] {
  text-align: right !important;
}
.dropzone {
  min-height: 230px;
  border-radius: 0.5rem;
  border-width: 2px;
  border-style: dashed;
  --tw-border-opacity: 1;
  border-color: rgb(217 218 224 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.dropzone:is([data-mode="dark"] *) {
  border-color: #52565480;
  --tw-bg-opacity: 1;
  background-color: rgb(49 53 51 / var(--tw-bg-opacity));
}
.dropzone .dz-message {
  font-size: 24px;
  width: 100%;
}
div.dataTables_wrapper div.dataTables_filter {
  text-align: right;
}
div.dataTables_wrapper div.dataTables_filter:where([dir="rtl"], [dir="rtl"] *) {
  text-align: left;
}
@media (max-width: 767px) {
  div.dataTables_wrapper div.dataTables_filter {
    text-align: center;
  }
}
div.dataTables_wrapper div.dataTables_filter input {
  margin-left: 0.5em;
  margin-right: 0.5em;
}
.table.dataTable.dtr-inline.collapsed > tbody > tr > td,
table.dataTable.dtr-inline.collapsed > tbody > tr > td {
  position: relative;
}
.table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control,
table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control {
  padding-left: 30px;
}
.table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control:before,
table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control:before {
  position: absolute;
  display: block;
  border-radius: 0.75rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(81 86 190 / var(--tw-bg-opacity));
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  top: 50%;
  left: 5px;
  height: 14px;
  width: 14px;
  margin-top: -9px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  text-indent: 0 !important;
  line-height: 14px;
  content: "+";
}
.table.dataTable > thead > tr > td:not(.sorting_disabled),
.table.dataTable > thead > tr > th:not(.sorting_disabled),
table.dataTable > thead > tr > td:not(.sorting_disabled),
table.dataTable > thead > tr > th:not(.sorting_disabled) {
  padding-right: 30px;
  padding-left: 12px;
}
.table.dataTable > thead .sorting:before,
.table.dataTable > thead .sorting_asc:before,
.table.dataTable > thead .sorting_asc_disabled:before,
.table.dataTable > thead .sorting_desc:before,
.table.dataTable > thead .sorting_desc_disabled:before,
table.dataTable > thead .sorting:before,
table.dataTable > thead .sorting_asc:before,
table.dataTable > thead .sorting_asc_disabled:before,
table.dataTable > thead .sorting_desc:before,
table.dataTable > thead .sorting_desc_disabled:before {
  right: 1em;
  left: auto;
}
.table.dataTable > thead .sorting:after,
.table.dataTable > thead .sorting_asc:after,
.table.dataTable > thead .sorting_asc_disabled:after,
.table.dataTable > thead .sorting_desc:after,
.table.dataTable > thead .sorting_desc_disabled:after,
table.dataTable > thead .sorting:after,
table.dataTable > thead .sorting_asc:after,
table.dataTable > thead .sorting_asc_disabled:after,
table.dataTable > thead .sorting_desc:after,
table.dataTable > thead .sorting_desc_disabled:after {
  right: 0.5em;
  left: auto;
}
div.dataTables_wrapper div.dataTables_info {
  padding-top: 0.85em;
  padding-bottom: 0.85em;
}
.table-rep-plugin .table-responsive {
  border: none !important;
}
.table-rep-plugin .btn-group .btn-default {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(116 120 141 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(116 120 141 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(217 218 224 / var(--tw-text-opacity));
}
.table-rep-plugin .checkbox-row {
  padding-left: 40px;
  --tw-text-opacity: 1;
  color: rgb(141 145 162 / var(--tw-text-opacity));
}
.table-rep-plugin .checkbox-row:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(192 194 203 / var(--tw-bg-opacity));
}
.table-rep-plugin .checkbox-row label:before {
  position: absolute;
  border-radius: 0.125rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(192 194 203 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(217 218 224 / var(--tw-bg-opacity));
  content: "";
  display: inline-block;
  height: 17px;
  left: 0;
  margin-left: -20px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  width: 17px;
  outline: 0 !important;
}
@media (min-width: 992px) {
  body[data-layout="horizontal"] .fixed-solution .sticky-table-header {
    top: 120px !important;
  }
}
.table-edits input,
.table-edits select {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  border: 1px solid var(--bs-input-border);
  background-color: var(--bs-input-bg);
  color: var(--bs-body-color);
  border-radius: 0.25rem;
}
.table-edits input:focus,
.table-edits select:focus {
  outline: 0;
  border-color: var(--bs-input-focus-border);
}
.form-control-sm {
  min-height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 0.765625rem;
  border-radius: 0.2rem;
  border-color: #ced4da;
}
.form-control-sm:focus {
  border: 1px solid #5156be;
}
.form-select-sm {
  font-size: 0.765625rem !important;
  border-radius: 0.2rem !important;
}
div.dataTables_wrapper div.dataTables_paginate {
  margin: 0;
  white-space: nowrap;
  text-align: right;
}
.dataTables_info {
  --tw-text-opacity: 1;
  color: rgb(116 120 141 / var(--tw-text-opacity));
}
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.col-sm-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 100%;
}
.col-md-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 50%;
}
.col-md-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 41.66666667%;
}
.col-md-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 58.33333333%;
}
.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 2px;
}
.page-item {
  padding: 8px 12px;
  border: 1px solid #d9dae0;
  border-left: none;
}
.disabled > .page-link,
.page-link.disabled {
  color: #cfcfcf;
  pointer-events: none;
  background-color: #fff;
  border-color: #c0c2cb;
}
.page-item:first-child {
  border-left: 1px solid #d9dae0;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
.page-item:last-child {
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
}
[dir="rtl"] .page-item:last-child {
  border-left: 1px solid #d9dae0 !important;
  border-radius: 5px 0 0 5px !important;
}
[dir="rtl"] .page-item:first-child {
  border-left: none !important;
  border-radius: 0 5px 5px 0 !important;
}
.pagination .active {
  background-color: #5156be !important;
  color: #fff;
}
.dt-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.dt-buttons button {
  border-radius: 0;
  border-left: none;
  background-color: #75778d;
  border-color: transparent;
  color: #fff;
}
.dt-buttons button:first-child {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.buttons-copy {
  border-left: 1px solid #c0c2cb !important;
}
.dataTables_wrapper .btn-group .buttons-collection {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
[dir="rtl"] .dataTables_wrapper .btn-group .buttons-collection {
  border-radius: 5px 0 0 5px !important;
}
[dir="rtl"] .dt-buttons button:first-child {
  border-top-right-radius: 5px !important;
  border-bottom-right-radius: 5px !important;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left: none;
}
[data-mode="dark"] .dataTables_length .custom-select {
  background-color: #383d3b;
  border: #555a58;
  color: #ced4da;
}
[data-mode="dark"] .dataTables_length label {
  color: #ced4da;
}
[data-mode="dark"] .dataTables_filter .form-control {
  background-color: #383d3b;
  border: #747675;
  color: #ced4da;
}
[data-mode="dark"] .dataTables_filter label,
[data-mode="dark"] .dataTables_info {
  color: #ced4da;
}
[data-mode="dark"] .pagination .page-item {
  border-color: #3f4341;
  color: #ced4da;
}
[data-mode="dark"] .pagination .page-item:first-child .page-link {
  background-color: transparent;
}
[data-mode="dark"] .table-edits input {
  border: 1px solid #696969;
  background-color: #3f4341;
  color: #ced4da;
}
[data-mode="dark"] .table-edits select {
  padding-right: 30px;
  border: 1px solid #696969;
  background-color: #3f4341;
  color: #ced4da;
}
div .dt-button-collection {
  position: absolute;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(42 44 51 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
div .dt-button-collection:is([data-mode="dark"] *) {
  --tw-bg-opacity: 1;
  background-color: rgb(49 53 51 / var(--tw-bg-opacity));
}
div .dt-button-collection {
  z-index: 200;
  border-radius: 0;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.18);
  box-shadow: 0 6px 12px #0000002e;
  padding: 0.5rem;
  width: 218px;
}
div.dt-button-collection .dt-button {
  min-width: 200px;
}
.dt-button-collection .dropdown-menu .dropdown-item {
  display: block !important;
  padding: 6px 6px 6px 12px;
}
.dt-button-collection .dropdown-menu {
  --tw-bg-opacity: 1;
  background-color: rgb(217 218 224 / var(--tw-bg-opacity));
}
.dt-button-collection .dropdown-menu:is([data-mode="dark"] *) {
  --tw-bg-opacity: 1;
  background-color: rgb(63 67 65 / var(--tw-bg-opacity));
}
.table-rep-plugin .btn-toolbar {
  display: block;
}
.table-responsive {
  border: none !important;
}
.table-rep-plugin .btn-group .btn-default {
  background-color: #74788d;
  color: #e9e9ef;
  border: 1px solid #74788d;
}
.table-rep-plugin .btn-group .btn-default.btn-primary {
  background-color: #5156be;
  border-color: #5156be;
  color: #fff;
  -webkit-box-shadow: 0 0 0 2px rgba(81, 86, 190, 0.5);
  box-shadow: 0 0 0 2px #5156be80;
}
.table-rep-plugin .btn-group.pull-right {
  float: right;
}
.table-rep-plugin .btn-group.pull-right .dropdown-menu {
  right: 0;
  -webkit-transform: none !important;
  transform: none !important;
  top: 100% !important;
}
.table-rep-plugin tbody th {
  font-size: 14px;
  font-weight: 400;
}
.table-rep-plugin .checkbox-row {
  padding-left: 40px;
  color: var(--bs-gray-400) !important;
}
.table-rep-plugin .checkbox-row:hover {
  background-color: var(--bs-gray-200) !important;
}
.table-rep-plugin .checkbox-row label {
  display: inline-block;
  padding-left: 5px;
  position: relative;
}
.table-rep-plugin .checkbox-row label:before {
  -o-transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  background-color: #f6f6f6;
  border-radius: 3px;
  border: 1px solid #ced4da;
  content: "";
  display: inline-block;
  height: 17px;
  left: 0;
  margin-left: -20px;
  position: absolute;
  transition: 0.3s ease-in-out;
  width: 17px;
  outline: 0 !important;
}
.table-rep-plugin .checkbox-row label:after {
  color: #e9e9ef;
  display: inline-block;
  font-size: 11px;
  height: 16px;
  left: 0;
  margin-left: -20px;
  padding-left: 3px;
  padding-top: 1px;
  position: absolute;
  top: -1px;
  width: 16px;
}
.table-rep-plugin .checkbox-row input[type="checkbox"] {
  cursor: pointer;
  opacity: 0;
  z-index: 1;
  outline: 0 !important;
}
.table-rep-plugin .checkbox-row input[type="checkbox"]:disabled + label {
  opacity: 0.65;
}
.table-rep-plugin .checkbox-row input[type="checkbox"]:focus + label:before {
  outline-offset: -2px;
  outline: 0;
}
.table-rep-plugin .checkbox-row input[type="checkbox"]:checked + label:after {
  content: "ï€Œ";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.table-rep-plugin .checkbox-row input[type="checkbox"]:disabled + label:before {
  background-color: #f8f9fa;
  cursor: not-allowed;
}
.table-rep-plugin .checkbox-row input[type="checkbox"]:checked + label:before {
  background-color: #5156be;
  border-color: #5156be;
}
.table-rep-plugin .checkbox-row input[type="checkbox"]:checked + label:after {
  color: #fff;
}
.table-rep-plugin .fixed-solution .sticky-table-header {
  top: 70px !important;
  background-color: #5156be;
}
.table-rep-plugin .fixed-solution .sticky-table-header table {
  color: #fff;
}
.table-rep-plugin .sticky-table-header,
.table-rep-plugin table.focus-on tbody tr.focused td,
.table-rep-plugin table.focus-on tbody tr.focused th {
  background: #5156be;
  border-color: #5156be;
  color: #fff;
}
.table-rep-plugin .sticky-table-header table,
.table-rep-plugin table.focus-on tbody tr.focused td table,
.table-rep-plugin table.focus-on tbody tr.focused th table {
  color: #fff;
}
[dir="rtl"] select {
  padding-right: 0.5rem;
}
.dropdown-btn-group {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
}
.btn-toolbar {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.pull-right {
  margin-left: auto;
}
.table-rep-plugin .table-wrapper .dropdown-menu {
  position: absolute;
  inset: 0px auto auto 0px;
  margin: 0;
}
.table-rep-plugin .table-wrapper .dropdown-menu .show {
  -webkit-transform: translate(41px, 40px);
  transform: translate(41px, 40px);
}
.btn-toolbar .dropdown-btn-group button:first-child {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-toolbar .dropdown-btn-group .dropdown-toggle {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.table-edits input,
.table-edits select {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  border: 1px solid #d9dae0;
  background-color: #fff;
  color: #3f4143;
  border-radius: 0.25rem;
  font-size: 14px;
}
.table-edits .btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.765625rem;
  border-radius: 0.2rem;
  border-color: #818181;
}
.table-edits .btn-sm i {
  color: #74788d;
}
[dir="rtl"] select {
  background-position: left 0.5rem center;
  padding-left: 2rem;
}
.apex-charts {
  min-height: 10px !important;
}
.apex-charts text {
  font-family: IBM Plex Sans !important;
  fill: #adb5bd;
}
.apex-charts .apexcharts-canvas {
  margin: 0 auto;
}
.apexcharts-gridline line {
  stroke: #e6e6eb80;
}
.apexcharts-gridline line:is([data-mode="dark"] *) {
  stroke: #313533;
}
.apexcharts-tooltip-text,
.apexcharts-tooltip-title {
  font-family: IBM Plex Sans !important;
}
.apexcharts-tooltip {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(230 230 235 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.apexcharts-tooltip:is([data-mode="dark"] *) {
  --tw-border-opacity: 1;
  border-color: rgb(63 67 65 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(49 53 51 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.apexcharts-tooltip * {
  font-family: IBM Plex Sans !important;
  color: #5f6273 !important;
}
.apexcharts-tooltip .apexcharts-tooltip-title {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(230 230 235 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.apexcharts-tooltip.apexcharts-theme-dark * {
  color: #fff !important;
}
.apexcharts-legend-series {
  font-weight: 500;
}
.apexcharts-gridline {
  pointer-events: none;
  stroke: #e6e6eb80;
}
.apexcharts-gridline:is([data-mode="dark"] *) {
  stroke: #313533;
}
.apexcharts-radialbar-track.apexcharts-track path {
  stroke: #e6e6eb80;
}
.apexcharts-radialbar-track.apexcharts-track path:is([data-mode="dark"] *) {
  stroke: #313533;
}
.apexcharts-legend-text {
  color: #adb5bd !important;
  font-family: IBM Plex Sans !important;
  font-size: 13px !important;
}
.apexcharts-pie-label {
  fill: #313533;
}
.apexcharts-pie-label:is([data-mode="dark"] *) {
  fill: #c0c2cb;
}
[stroke="transparent"] {
  border-color: transparent !important;
}
.apexcharts-xaxis text,
.apexcharts-yaxis text {
  font-family: IBM Plex Sans !important;
  fill: #adb5bd;
}
.apexcharts-xaxis line {
  stroke: #e6e6eb80;
}
.apexcharts-xaxis line:is([data-mode="dark"] *) {
  stroke: #313533;
}
.apexcharts-pie circle,
.apexcharts-pie line {
  stroke: #e6e6eb80;
}
.apexcharts-pie circle:is([data-mode="dark"] *),
.apexcharts-pie line:is([data-mode="dark"] *) {
  stroke: #313533;
}
.apexcharts-tooltip-title,
.apexcharts-tooltip-text {
  --tw-text-opacity: 1;
  color: rgb(81 86 190 / var(--tw-text-opacity));
}
.apexcharts-tooltip {
  border-width: 1px !important;
  --tw-border-opacity: 1 !important;
  border-color: rgb(217 218 224 / var(--tw-border-opacity)) !important;
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1) !important;
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color),
    0 1px 2px -1px var(--tw-shadow-color) !important;
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}
.apexcharts-tooltip:is([data-mode="dark"] *) {
  --tw-border-opacity: 1 !important;
  border-color: rgb(63 67 65 / var(--tw-border-opacity)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(217 218 224 / var(--tw-text-opacity)) !important;
}
.apexcharts-tooltip * {
  --tw-text-opacity: 1 !important;
  color: rgb(49 53 51 / var(--tw-text-opacity)) !important;
}
.apexcharts-tooltip *:is([data-mode="dark"] *) {
  --tw-text-opacity: 1 !important;
  color: rgb(217 218 224 / var(--tw-text-opacity)) !important;
}
.apexcharts-tooltip .apexcharts-tooltip-title {
  border-width: 1px !important;
  --tw-border-opacity: 1 !important;
  border-color: rgb(230 230 235 / var(--tw-border-opacity)) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(230 230 235 / var(--tw-bg-opacity)) !important;
}
.apexcharts-tooltip .apexcharts-tooltip-title:is([data-mode="dark"] *) {
  --tw-border-opacity: 1 !important;
  border-color: rgb(63 67 65 / var(--tw-border-opacity)) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(49 53 51 / var(--tw-bg-opacity)) !important;
}
.apexcharts-tooltip.apexcharts-theme-dark * {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}
.apexcharts-tooltip.apexcharts-theme-dark *:is([data-mode="dark"] *) {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(49 53 51 / var(--tw-bg-opacity)) !important;
}
.apexcharts-tooltip.apexcharts-theme-light {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(217 218 224 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.apexcharts-tooltip.apexcharts-theme-light:is([data-mode="dark"] *) {
  --tw-border-opacity: 1;
  border-color: rgb(63 67 65 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(44 48 46 / var(--tw-bg-opacity));
}
.e-charts {
  height: 350px;
  width: 100%;
}
.e-charts:is([data-mode="dark"] *) {
  --tw-text-opacity: 1 !important;
  color: rgb(217 218 224 / var(--tw-text-opacity)) !important;
}
canvas {
  position: relative;
}
.knob {
  margin-top: -149px !important;
  margin-left: 37px !important;
}
[dir="rtl"] .knob {
  margin-right: 37px !important;
}
.knob-small {
  margin-top: -100px !important;
  margin-left: 37px !important;
}
.icon-demo-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  --tw-text-opacity: 1;
  color: rgb(167 169 182 / var(--tw-text-opacity));
}
.icon-demo-content i {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(230 230 235 / var(--tw-border-opacity));
  vertical-align: middle;
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.icon-demo-content i:is([data-mode="dark"] *) {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(63 67 65 / var(--tw-border-opacity));
}
.icon-demo-content i {
  width: 40px;
  height: 40px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  margin-right: 16px;
}
.icon-demo-content .col-lg-4 {
  margin-top: 24px;
}
.icon-demo-content .col-lg-4:hover i {
  background-color: #5156be33;
  color: #5156be;
}
.icon-demo-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.icon-demo-content .col-lg-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 33.33333333%;
}
@media (max-width: 767px) {
  .icon-demo-content .col-lg-4 {
    width: 50%;
  }
}
[dir="rtl"] .icon-demo-content i {
  margin-left: 16px !important;
}
.gmaps,
.gmaps-panaroma {
  height: 300px !important;
  background: #f8f9fa;
  border-radius: 3px;
}
.gmaps-overlay {
  display: block;
  text-align: center;
  color: #fff;
  font-size: 16px;
  line-height: 40px;
  background: #5156be;
  border-radius: 4px;
  padding: 10px 20px;
}
.gmaps-overlay_arrow {
  left: 50%;
  margin-left: -16px;
  width: 0;
  height: 0;
  position: absolute;
}
.gmaps-overlay_arrow.above {
  bottom: -15px;
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  border-top: 16px solid #5156be;
}
.gmaps-overlay_arrow.below {
  top: -15px;
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  border-bottom: 16px solid #5156be;
}
.jvectormap-label {
  border: none;
  color: #f8f9fa;
  font-family: var(--bs-font-sans-serif);
  font-size: 0.875rem;
}
.leaflet-map {
  height: 300px;
}
.leaflet-map.leaflet-container {
  z-index: 1;
}
.fc-toolbar-title {
  font-weight: 500;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(42 44 51 / var(--tw-text-opacity));
}
.fc-toolbar-title:is([data-mode="dark"] *) {
  --tw-text-opacity: 1;
  color: rgb(230 230 235 / var(--tw-text-opacity));
}
.fc-toolbar-title {
  font-size: 16px !important;
}
.fc-daygrid-day-top {
  --tw-text-opacity: 1;
  color: rgb(49 53 51 / var(--tw-text-opacity));
}
.fc-daygrid-day-top:is([data-mode="dark"] *) {
  --tw-text-opacity: 1;
  color: rgb(217 218 224 / var(--tw-text-opacity));
}
.fc-theme-standard th {
  border-width: 1px;
  border-color: #74788d33;
}
.fc-theme-standard th:is([data-mode="dark"] *) {
  --tw-border-opacity: 1;
  border-color: rgb(63 67 65 / var(--tw-border-opacity));
}
.fc-theme-standard .fc-scrollgrid {
  border-width: 1px;
  border-color: #74788d33;
}
.fc-theme-standard .fc-scrollgrid:is([data-mode="dark"] *) {
  --tw-border-opacity: 1;
  border-color: rgb(63 67 65 / var(--tw-border-opacity));
}
.fc-theme-standard td {
  border-width: 1px;
  border-color: #74788d33;
}
.fc-theme-standard td:is([data-mode="dark"] *) {
  --tw-border-opacity: 1;
  border-color: rgb(63 67 65 / var(--tw-border-opacity));
}
.fc-col-header-cell .fc-scrollgrid-sync-inner a:is([data-mode="dark"] *) {
  --tw-text-opacity: 1;
  color: rgb(217 218 224 / var(--tw-text-opacity));
}
.fc-direction-ltr .fc-daygrid-event.fc-event-end,
.fc-direction-ltr .fc-daygrid-event.fc-event-start {
  border-color: transparent;
  padding: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.fc-timegrid-event-harness-inset .fc-timegrid-event,
.fc-timegrid-event.fc-event-mirror,
.fc-timegrid-more-link {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.fc .fc-timegrid-axis-cushion:is([data-mode="dark"] *),
.fc .fc-timegrid-slot-label-cushion:is([data-mode="dark"] *) {
  --tw-text-opacity: 1;
  color: rgb(217 218 224 / var(--tw-text-opacity));
}
.fc .fc-timegrid-slot {
  border-bottom: 0 !important;
}
.fc-theme-standard .fc-list {
  border-width: 1px !important;
}
.fc-theme-standard .fc-list:is([data-mode="dark"] *) {
  --tw-border-opacity: 1 !important;
  border-color: rgb(49 53 51 / var(--tw-border-opacity)) !important;
}
.fc-v-event {
  border: none !important;
}
.fc .fc-list-sticky .fc-list-day > *:is([data-mode="dark"] *) {
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.fc-theme-standard .fc-list-day-cushion:is([data-mode="dark"] *) {
  background-color: transparent;
}
.fc .fc-button-primary {
  border-color: transparent;
  --tw-bg-opacity: 1;
  background-color: rgb(81 86 190 / var(--tw-bg-opacity));
}
.fc .fc-button-primary:hover {
  border-color: transparent;
  --tw-bg-opacity: 1;
  background-color: rgb(74 78 173 / var(--tw-bg-opacity));
}
.fc .fc-button-primary:disabled {
  border-color: transparent;
  --tw-bg-opacity: 1;
  background-color: rgb(128 132 208 / var(--tw-bg-opacity));
}
.fc .fc-button-primary:not(:disabled).fc-button-active {
  border-color: transparent;
  --tw-bg-opacity: 1;
  background-color: rgb(74 78 173 / var(--tw-bg-opacity));
}
.fc .fc-button-primary:not(:disabled).fc-button-active:hover {
  border-color: transparent;
  --tw-bg-opacity: 1;
  background-color: rgb(74 78 173 / var(--tw-bg-opacity));
}
.fc .fc-button-primary:not(:disabled).fc-button-active {
  -webkit-box-shadow: rgba(81, 86, 190, 0.27) 0px 0px 0px 0.2rem;
  box-shadow: #5156be45 0 0 0 0.2rem;
}
.fc .fc-button-primary:not(:disabled).fc-button-active:focus {
  -webkit-box-shadow: rgba(81, 86, 190, 0.27) 0px 0px 0px 0.2rem;
  box-shadow: #5156be45 0 0 0 0.2rem;
}
.fc .fc-button-primary:not(:disabled):active {
  border-color: transparent;
  --tw-bg-opacity: 1;
  background-color: rgb(74 78 173 / var(--tw-bg-opacity));
}
.fc .fc-button-primary:not(:disabled):active:hover {
  border-color: transparent;
  --tw-bg-opacity: 1;
  background-color: rgb(66 70 155 / var(--tw-bg-opacity));
}
.fc-event {
  line-height: 15px !important;
}
.fc-button-group {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color),
    0 2px 4px -2px var(--tw-shadow-color);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  --tw-shadow-color: #a0a3dc;
  --tw-shadow: var(--tw-shadow-colored);
}
.fc-button-group:is([data-mode="dark"] *) {
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
@media (max-width: 375px) {
  .fc .fc-toolbar.fc-header-toolbar {
    display: block;
    text-align: center;
  }
  .fc-toolbar-title {
    padding: 10px 0;
  }
}
:root {
  --tw-sidebar-width: 250px;
  --tw-sidebar-bg: #fbfaff;
  --tw-email-leftbar: 236px;
}
.progress-bar-striped {
  background-image: linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-size: 0.625rem;
}
.dropdown-animation {
  left: -14px !important;
}
@media (max-width: 1024px) {
  .dropdown-animation {
    position: absolute !important;
    -webkit-animation: DropDownSlide;
    animation: DropDownSlide;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    inset: auto 0 auto 0 !important;
    left: -100px !important;
  }
}
[dir="rtl"] .dropdown-animation {
  right: -14px !important;
}
@media (max-width: 1024px) {
  [dir="rtl"] .dropdown-animation {
    right: -100px !important;
  }
}
@-webkit-keyframes DropDownSlide {
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  0% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
}
@keyframes DropDownSlide {
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  0% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
}
.animate-strip {
  -webkit-animation: strip 2s infinite;
  animation: strip 2s infinite;
}
@-webkit-keyframes strip {
  0% {
    background-position: 50px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes strip {
  0% {
    background-position: 50px 0;
  }
  to {
    background-position: 0 0;
  }
}
.placeholder-wave {
  -webkit-mask-image: linear-gradient(
    130deg,
    #000 55%,
    rgba(0, 0, 0, 0.801) 75%,
    #000 95%
  );
  mask-image: linear-gradient(
    130deg,
    #000 55%,
    rgba(0, 0, 0, 0.801) 75%,
    #000 95%
  );
  -webkit-mask-size: 200% 100%;
  mask-size: 200% 100%;
  -webkit-animation: placeholder-wave 2s linear infinite;
  animation: placeholder-wave 2s linear infinite;
}
@-webkit-keyframes placeholder-wave {
  to {
    -webkit-mask-position: -200% 0%;
    mask-position: -200% 0%;
  }
}
@keyframes placeholder-wave {
  to {
    -webkit-mask-position: -200% 0%;
    mask-position: -200% 0%;
  }
}
.animate-translate {
  -webkit-animation: animate-translate !important;
  animation: animate-translate !important;
  -webkit-animation-duration: 0.8s !important;
  animation-duration: 0.8s !important;
  -webkit-animation-fill-mode: both !important;
  animation-fill-mode: both !important;
}
@-webkit-keyframes animate-translate {
  to {
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
    opacity: 100%;
  }
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 0%;
  }
}
@keyframes animate-translate {
  to {
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
    opacity: 100%;
  }
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 0%;
  }
}
.card-h-100 {
  height: calc(100% - 1.5rem) !important;
}
@media (min-width: 540px) {
  .sm\:container {
    width: 100%;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }
  @media (min-width: 100%) {
    .sm\:container {
      max-width: 100%;
    }
  }
  @media (min-width: 540px) {
    .sm\:container {
      max-width: 540px;
    }
  }
  @media (min-width: 720px) {
    .sm\:container {
      max-width: 720px;
    }
  }
  @media (min-width: 960px) {
    .sm\:container {
      max-width: 960px;
    }
  }
  @media (min-width: 1140px) {
    .sm\:container {
      max-width: 1140px;
    }
  }
  @media (min-width: 1320px) {
    .sm\:container {
      max-width: 1320px;
    }
  }
}
.selection\:text-10 *::-moz-selection {
  font-size: 0.625rem !important;
}
.selection\:text-10 *::selection {
  font-size: 0.625rem !important;
}
.selection\:text-10::-moz-selection {
  font-size: 0.625rem !important;
}
.selection\:text-10::selection {
  font-size: 0.625rem !important;
}
.placeholder\:text-13::-webkit-input-placeholder {
  font-size: 0.813rem !important;
}
.placeholder\:text-13::-moz-placeholder {
  font-size: 0.813rem !important;
}
.placeholder\:text-13:-ms-input-placeholder {
  font-size: 0.813rem !important;
}
.placeholder\:text-13::-ms-input-placeholder {
  font-size: 0.813rem !important;
}
.placeholder\:text-13::placeholder {
  font-size: 0.813rem !important;
}
.placeholder\:text-16::-webkit-input-placeholder {
  font-size: 1rem !important;
}
.placeholder\:text-16::-moz-placeholder {
  font-size: 1rem !important;
}
.placeholder\:text-16:-ms-input-placeholder {
  font-size: 1rem !important;
}
.placeholder\:text-16::-ms-input-placeholder {
  font-size: 1rem !important;
}
.placeholder\:text-16::placeholder {
  font-size: 1rem !important;
}
.placeholder\:text-base::-webkit-input-placeholder {
  font-size: 0.875rem !important;
}
.placeholder\:text-base::-moz-placeholder {
  font-size: 0.875rem !important;
}
.placeholder\:text-base:-ms-input-placeholder {
  font-size: 0.875rem !important;
}
.placeholder\:text-base::-ms-input-placeholder {
  font-size: 0.875rem !important;
}
.placeholder\:text-base::placeholder {
  font-size: 0.875rem !important;
}
.placeholder\:text-sm::-webkit-input-placeholder {
  font-size: 0.875rem !important;
  line-height: 1.25rem !important;
}
.placeholder\:text-sm::-moz-placeholder {
  font-size: 0.875rem !important;
  line-height: 1.25rem !important;
}
.placeholder\:text-sm:-ms-input-placeholder {
  font-size: 0.875rem !important;
  line-height: 1.25rem !important;
}
.placeholder\:text-sm::-ms-input-placeholder {
  font-size: 0.875rem !important;
  line-height: 1.25rem !important;
}
.placeholder\:text-sm::placeholder {
  font-size: 0.875rem !important;
  line-height: 1.25rem !important;
}
.placeholder\:text-xs::-webkit-input-placeholder {
  font-size: 0.75rem !important;
  line-height: 1rem !important;
}
.placeholder\:text-xs::-moz-placeholder {
  font-size: 0.75rem !important;
  line-height: 1rem !important;
}
.placeholder\:text-xs:-ms-input-placeholder {
  font-size: 0.75rem !important;
  line-height: 1rem !important;
}
.placeholder\:text-xs::-ms-input-placeholder {
  font-size: 0.75rem !important;
  line-height: 1rem !important;
}
.placeholder\:text-xs::placeholder {
  font-size: 0.75rem !important;
  line-height: 1rem !important;
}
.placeholder\:text-gray-300::-webkit-input-placeholder {
  --tw-text-opacity: 1 !important;
  color: rgb(167 169 182 / var(--tw-text-opacity)) !important;
}
.placeholder\:text-gray-300::-moz-placeholder {
  --tw-text-opacity: 1 !important;
  color: rgb(167 169 182 / var(--tw-text-opacity)) !important;
}
.placeholder\:text-gray-300:-ms-input-placeholder {
  --tw-text-opacity: 1 !important;
  color: rgb(167 169 182 / var(--tw-text-opacity)) !important;
}
.placeholder\:text-gray-300::-ms-input-placeholder {
  --tw-text-opacity: 1 !important;
  color: rgb(167 169 182 / var(--tw-text-opacity)) !important;
}
.placeholder\:text-gray-300::placeholder {
  --tw-text-opacity: 1 !important;
  color: rgb(167 169 182 / var(--tw-text-opacity)) !important;
}
.placeholder\:text-gray-400::-webkit-input-placeholder {
  --tw-text-opacity: 1 !important;
  color: rgb(141 145 162 / var(--tw-text-opacity)) !important;
}
.placeholder\:text-gray-400::-moz-placeholder {
  --tw-text-opacity: 1 !important;
  color: rgb(141 145 162 / var(--tw-text-opacity)) !important;
}
.placeholder\:text-gray-400:-ms-input-placeholder {
  --tw-text-opacity: 1 !important;
  color: rgb(141 145 162 / var(--tw-text-opacity)) !important;
}
.placeholder\:text-gray-400::-ms-input-placeholder {
  --tw-text-opacity: 1 !important;
  color: rgb(141 145 162 / var(--tw-text-opacity)) !important;
}
.placeholder\:text-gray-400::placeholder {
  --tw-text-opacity: 1 !important;
  color: rgb(141 145 162 / var(--tw-text-opacity)) !important;
}
.placeholder\:text-gray-800::-webkit-input-placeholder {
  --tw-text-opacity: 1 !important;
  color: rgb(42 44 51 / var(--tw-text-opacity)) !important;
}
.placeholder\:text-gray-800::-moz-placeholder {
  --tw-text-opacity: 1 !important;
  color: rgb(42 44 51 / var(--tw-text-opacity)) !important;
}
.placeholder\:text-gray-800:-ms-input-placeholder {
  --tw-text-opacity: 1 !important;
  color: rgb(42 44 51 / var(--tw-text-opacity)) !important;
}
.placeholder\:text-gray-800::-ms-input-placeholder {
  --tw-text-opacity: 1 !important;
  color: rgb(42 44 51 / var(--tw-text-opacity)) !important;
}
.placeholder\:text-gray-800::placeholder {
  --tw-text-opacity: 1 !important;
  color: rgb(42 44 51 / var(--tw-text-opacity)) !important;
}
.before\:content-\[\'â†‘\'\]:before {
  --tw-content: "â†‘" !important;
  content: var(--tw-content) !important;
}
.after\:absolute:after {
  content: var(--tw-content) !important;
  position: absolute !important;
}
.after\:left-7:after {
  content: var(--tw-content) !important;
  left: 1.75rem !important;
}
.after\:top-0:after {
  content: var(--tw-content) !important;
  top: 0 !important;
}
.after\:top-0\.5:after {
  content: var(--tw-content) !important;
  top: 0.125rem !important;
}
.after\:top-\[1\.15rem\]:after {
  content: var(--tw-content) !important;
  top: 1.15rem !important;
}
.after\:top-\[2px\]:after {
  content: var(--tw-content) !important;
  top: 2px !important;
}
.after\:top-\[4px\]:after {
  content: var(--tw-content) !important;
  top: 4px !important;
}
.after\:top-\[50\%\]:after {
  content: var(--tw-content) !important;
  top: 50% !important;
}
.after\:z-0:after {
  content: var(--tw-content) !important;
  z-index: 0 !important;
}
.after\:h-20:after {
  content: var(--tw-content) !important;
  height: 5rem !important;
}
.after\:h-3:after {
  content: var(--tw-content) !important;
  height: 0.75rem !important;
}
.after\:h-4:after {
  content: var(--tw-content) !important;
  height: 1rem !important;
}
.after\:h-5:after {
  content: var(--tw-content) !important;
  height: 1.25rem !important;
}
.after\:h-\[2px\]:after {
  content: var(--tw-content) !important;
  height: 2px !important;
}
.after\:w-3:after {
  content: var(--tw-content) !important;
  width: 0.75rem !important;
}
.after\:w-4:after {
  content: var(--tw-content) !important;
  width: 1rem !important;
}
.after\:w-5:after {
  content: var(--tw-content) !important;
  width: 1.25rem !important;
}
.after\:w-\[75\%\]:after {
  content: var(--tw-content) !important;
  width: 75% !important;
}
.after\:rounded-full:after {
  content: var(--tw-content) !important;
  border-radius: 9999px !important;
}
.after\:border:after {
  content: var(--tw-content) !important;
  border-width: 1px !important;
}
.after\:border-\[6px\]:after {
  content: var(--tw-content) !important;
  border-width: 6px !important;
}
.after\:border-l-2:after {
  content: var(--tw-content) !important;
  border-left-width: 2px !important;
}
.after\:border-dashed:after {
  content: var(--tw-content) !important;
  border-style: dashed !important;
}
.after\:border-gray-100:after {
  content: var(--tw-content) !important;
  --tw-border-opacity: 1 !important;
  border-color: rgb(217 218 224 / var(--tw-border-opacity)) !important;
}
.after\:border-gray-300:after {
  content: var(--tw-content) !important;
  --tw-border-opacity: 1 !important;
  border-color: rgb(167 169 182 / var(--tw-border-opacity)) !important;
}
.after\:border-gray-50:after {
  content: var(--tw-content) !important;
  --tw-border-opacity: 1 !important;
  border-color: rgb(230 230 235 / var(--tw-border-opacity)) !important;
}
.after\:border-transparent:after {
  content: var(--tw-content) !important;
  border-color: transparent !important;
}
.after\:bg-gray-50\/50:after {
  content: var(--tw-content) !important;
  background-color: #e6e6eb80 !important;
}
.after\:bg-white:after {
  content: var(--tw-content) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
}
.after\:bg-white\/80:after {
  content: var(--tw-content) !important;
  background-color: #fffc !important;
}
.after\:transition-all:after {
  content: var(--tw-content) !important;
  -webkit-transition-property: all !important;
  transition-property: all !important;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  -webkit-transition-duration: 0.15s !important;
  transition-duration: 0.15s !important;
}
.after\:content-\[\'\'\]:after {
  --tw-content: "" !important;
  content: var(--tw-content) !important;
}
.after\:content-\[\'â†“\'\]:after {
  --tw-content: "â†“" !important;
  content: var(--tw-content) !important;
}
.checked\:border-blue-600:checked {
  --tw-border-opacity: 1 !important;
  border-color: rgb(37 99 235 / var(--tw-border-opacity)) !important;
}
.checked\:bg-blue-600:checked {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity)) !important;
}
.checked\:bg-green-500:checked {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(42 181 125 / var(--tw-bg-opacity)) !important;
}
.checked\:bg-red-500:checked {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(253 98 94 / var(--tw-bg-opacity)) !important;
}
.checked\:bg-violet-500:checked {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(81 86 190 / var(--tw-bg-opacity)) !important;
}
.checked\:bg-yellow-500:checked {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 191 83 / var(--tw-bg-opacity)) !important;
}
.hover\:border:hover {
  border-width: 1px !important;
}
.hover\:border-b-2:hover {
  border-bottom-width: 2px !important;
}
.hover\:border-gray-100:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgb(217 218 224 / var(--tw-border-opacity)) !important;
}
.hover\:border-gray-200:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgb(192 194 203 / var(--tw-border-opacity)) !important;
}
.hover\:border-gray-300:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgb(167 169 182 / var(--tw-border-opacity)) !important;
}
.hover\:border-gray-400:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgb(141 145 162 / var(--tw-border-opacity)) !important;
}
.hover\:border-gray-600:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgb(49 53 51 / var(--tw-border-opacity)) !important;
}
.hover\:border-green-600:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgb(34 148 102 / var(--tw-border-opacity)) !important;
}
.hover\:border-neutral-900:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgb(31 31 31 / var(--tw-border-opacity)) !important;
}
.hover\:border-red-600:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgb(230 89 85 / var(--tw-border-opacity)) !important;
}
.hover\:border-sky-600:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgb(68 151 217 / var(--tw-border-opacity)) !important;
}
.hover\:border-violet-600:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgb(74 78 173 / var(--tw-border-opacity)) !important;
}
.hover\:border-yellow-600:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgb(232 174 75 / var(--tw-border-opacity)) !important;
}
.hover\:bg-blue-600:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity)) !important;
}
.hover\:bg-blue-700:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(29 78 216 / var(--tw-bg-opacity)) !important;
}
.hover\:bg-blue-800:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(30 64 175 / var(--tw-bg-opacity)) !important;
}
.hover\:bg-gray-100:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(217 218 224 / var(--tw-bg-opacity)) !important;
}
.hover\:bg-gray-100\/50:hover {
  background-color: #d9dae080 !important;
}
.hover\:bg-gray-200:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(192 194 203 / var(--tw-bg-opacity)) !important;
}
.hover\:bg-gray-300:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(167 169 182 / var(--tw-bg-opacity)) !important;
}
.hover\:bg-gray-50:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(230 230 235 / var(--tw-bg-opacity)) !important;
}
.hover\:bg-gray-50\/30:hover {
  background-color: #e6e6eb4d !important;
}
.hover\:bg-gray-50\/50:hover {
  background-color: #e6e6eb80 !important;
}
.hover\:bg-gray-500:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(116 120 141 / var(--tw-bg-opacity)) !important;
}
.hover\:bg-gray-600:hover,
.hover\:bg-gray-700:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(49 53 51 / var(--tw-bg-opacity)) !important;
}
.hover\:bg-green-500:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(42 181 125 / var(--tw-bg-opacity)) !important;
}
.hover\:bg-green-600:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(34 148 102 / var(--tw-bg-opacity)) !important;
}
.hover\:bg-green-700:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(31 132 91 / var(--tw-bg-opacity)) !important;
}
.hover\:bg-neutral-800:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(42 42 42 / var(--tw-bg-opacity)) !important;
}
.hover\:bg-neutral-900:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(31 31 31 / var(--tw-bg-opacity)) !important;
}
.hover\:bg-red-500:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(253 98 94 / var(--tw-bg-opacity)) !important;
}
.hover\:bg-red-600:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(230 89 85 / var(--tw-bg-opacity)) !important;
}
.hover\:bg-red-700:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(207 80 77 / var(--tw-bg-opacity)) !important;
}
.hover\:bg-sky-500:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(75 166 239 / var(--tw-bg-opacity)) !important;
}
.hover\:bg-sky-600:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(68 151 217 / var(--tw-bg-opacity)) !important;
}
.hover\:bg-sky-700:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(61 136 196 / var(--tw-bg-opacity)) !important;
}
.hover\:bg-violet-50:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(208 209 237 / var(--tw-bg-opacity)) !important;
}
.hover\:bg-violet-50\/30:hover {
  background-color: #d0d1ed4d !important;
}
.hover\:bg-violet-500:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(81 86 190 / var(--tw-bg-opacity)) !important;
}
.hover\:bg-violet-600:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(74 78 173 / var(--tw-bg-opacity)) !important;
}
.hover\:bg-violet-700:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(66 70 155 / var(--tw-bg-opacity)) !important;
}
.hover\:bg-white:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
}
.hover\:bg-yellow-500:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 191 83 / var(--tw-bg-opacity)) !important;
}
.hover\:bg-yellow-600:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(232 174 75 / var(--tw-bg-opacity)) !important;
}
.hover\:bg-yellow-700:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(209 156 68 / var(--tw-bg-opacity)) !important;
}
.hover\:font-bold:hover {
  font-weight: 700 !important;
}
.hover\:text-blue-600:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(37 99 235 / var(--tw-text-opacity)) !important;
}
.hover\:text-blue-700:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(29 78 216 / var(--tw-text-opacity)) !important;
}
.hover\:text-gray-600:hover,
.hover\:text-gray-700:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(49 53 51 / var(--tw-text-opacity)) !important;
}
.hover\:text-gray-800:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(42 44 51 / var(--tw-text-opacity)) !important;
}
.hover\:text-gray-900:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(32 33 38 / var(--tw-text-opacity)) !important;
}
.hover\:text-violet-500:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(81 86 190 / var(--tw-text-opacity)) !important;
}
.hover\:text-violet-600:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(74 78 173 / var(--tw-text-opacity)) !important;
}
.hover\:text-white:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}
.hover\:underline:hover {
  text-decoration-line: underline !important;
}
.before\:hover\:text-center:hover:before {
  content: var(--tw-content) !important;
  text-align: center !important;
}
.hover\:before\:text-center:hover:before {
  content: var(--tw-content) !important;
  text-align: center !important;
}
.focus\:z-10:focus {
  z-index: 10 !important;
}
.focus\:z-40:focus {
  z-index: 40 !important;
}
.focus\:border:focus {
  border-width: 1px !important;
}
.focus\:border-black:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgb(0 0 0 / var(--tw-border-opacity)) !important;
}
.focus\:border-blue-500:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgb(59 130 246 / var(--tw-border-opacity)) !important;
}
.focus\:border-gray-100:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgb(217 218 224 / var(--tw-border-opacity)) !important;
}
.focus\:border-gray-300:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgb(167 169 182 / var(--tw-border-opacity)) !important;
}
.focus\:border-gray-500:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgb(116 120 141 / var(--tw-border-opacity)) !important;
}
.focus\:border-gray-600:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgb(49 53 51 / var(--tw-border-opacity)) !important;
}
.focus\:border-green-600:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgb(34 148 102 / var(--tw-border-opacity)) !important;
}
.focus\:border-indigo-300:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgb(165 180 252 / var(--tw-border-opacity)) !important;
}
.focus\:border-neutral-900:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgb(31 31 31 / var(--tw-border-opacity)) !important;
}
.focus\:border-red-600:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgb(230 89 85 / var(--tw-border-opacity)) !important;
}
.focus\:border-sky-600:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgb(68 151 217 / var(--tw-border-opacity)) !important;
}
.focus\:border-transparent:focus {
  border-color: transparent !important;
}
.focus\:border-violet-100:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgb(248 249 250 / var(--tw-border-opacity)) !important;
}
.focus\:border-violet-200:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgb(160 163 220 / var(--tw-border-opacity)) !important;
}
.focus\:border-violet-50:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgb(208 209 237 / var(--tw-border-opacity)) !important;
}
.focus\:border-violet-500:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgb(81 86 190 / var(--tw-border-opacity)) !important;
}
.focus\:border-violet-500\/10:focus {
  border-color: #5156be1a !important;
}
.focus\:border-violet-600:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgb(74 78 173 / var(--tw-border-opacity)) !important;
}
.focus\:border-yellow-600:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgb(232 174 75 / var(--tw-border-opacity)) !important;
}
.focus\:bg-gray-100:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(217 218 224 / var(--tw-bg-opacity)) !important;
}
.focus\:bg-gray-100\/50:focus {
  background-color: #d9dae080 !important;
}
.focus\:bg-gray-200:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(192 194 203 / var(--tw-bg-opacity)) !important;
}
.focus\:bg-gray-300:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(167 169 182 / var(--tw-bg-opacity)) !important;
}
.focus\:bg-gray-500:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(116 120 141 / var(--tw-bg-opacity)) !important;
}
.focus\:bg-gray-600:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(49 53 51 / var(--tw-bg-opacity)) !important;
}
.focus\:bg-green-500:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(42 181 125 / var(--tw-bg-opacity)) !important;
}
.focus\:bg-green-600:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(34 148 102 / var(--tw-bg-opacity)) !important;
}
.focus\:bg-neutral-900:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(31 31 31 / var(--tw-bg-opacity)) !important;
}
.focus\:bg-red-500:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(253 98 94 / var(--tw-bg-opacity)) !important;
}
.focus\:bg-red-600:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(230 89 85 / var(--tw-bg-opacity)) !important;
}
.focus\:bg-sky-600:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(68 151 217 / var(--tw-bg-opacity)) !important;
}
.focus\:bg-violet-500:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(81 86 190 / var(--tw-bg-opacity)) !important;
}
.focus\:bg-violet-600:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(74 78 173 / var(--tw-bg-opacity)) !important;
}
.focus\:bg-violet-700:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(66 70 155 / var(--tw-bg-opacity)) !important;
}
.focus\:bg-white:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
}
.focus\:bg-yellow-500:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 191 83 / var(--tw-bg-opacity)) !important;
}
.focus\:bg-yellow-600:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(232 174 75 / var(--tw-bg-opacity)) !important;
}
.focus\:text-white:focus {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}
.focus\:shadow-md:focus {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1) !important;
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color),
    0 2px 4px -2px var(--tw-shadow-color) !important;
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}
.focus\:shadow-none:focus {
  --tw-shadow: 0 0 #0000 !important;
  --tw-shadow-colored: 0 0 #0000 !important;
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}
.focus\:outline-none:focus {
  outline: 2px solid transparent !important;
  outline-offset: 2px !important;
}
.focus\:outline-0:focus {
  outline-width: 0px !important;
}
.focus\:ring:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0
    var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0
    calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
    var(--tw-shadow, 0 0 #0000) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
    var(--tw-shadow, 0 0 #0000) !important;
}
.focus\:ring-0:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0
    var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0
    calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
    var(--tw-shadow, 0 0 #0000) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
    var(--tw-shadow, 0 0 #0000) !important;
}
.focus\:ring-1:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0
    var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0
    calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
    var(--tw-shadow, 0 0 #0000) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
    var(--tw-shadow, 0 0 #0000) !important;
}
.focus\:ring-2:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0
    var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0
    calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
    var(--tw-shadow, 0 0 #0000) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
    var(--tw-shadow, 0 0 #0000) !important;
}
.focus\:ring-4:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0
    var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0
    calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
    var(--tw-shadow, 0 0 #0000) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
    var(--tw-shadow, 0 0 #0000) !important;
}
.focus\:ring-black:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(0 0 0 / var(--tw-ring-opacity)) !important;
}
.focus\:ring-blue-100:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(219 234 254 / var(--tw-ring-opacity)) !important;
}
.focus\:ring-blue-300:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(147 197 253 / var(--tw-ring-opacity)) !important;
}
.focus\:ring-blue-50:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(239 246 255 / var(--tw-ring-opacity)) !important;
}
.focus\:ring-blue-500:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity)) !important;
}
.focus\:ring-blue-500\/30:focus {
  --tw-ring-color: rgb(59 130 246 / 0.3) !important;
}
.focus\:ring-gray-100:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(217 218 224 / var(--tw-ring-opacity)) !important;
}
.focus\:ring-gray-200:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(192 194 203 / var(--tw-ring-opacity)) !important;
}
.focus\:ring-gray-50:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(230 230 235 / var(--tw-ring-opacity)) !important;
}
.focus\:ring-gray-50\/50:focus {
  --tw-ring-color: rgb(230 230 235 / 0.5) !important;
}
.focus\:ring-gray-500:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(116 120 141 / var(--tw-ring-opacity)) !important;
}
.focus\:ring-gray-500\/10:focus {
  --tw-ring-color: rgb(116 120 141 / 0.1) !important;
}
.focus\:ring-gray-500\/20:focus {
  --tw-ring-color: rgb(116 120 141 / 0.2) !important;
}
.focus\:ring-gray-500\/30:focus {
  --tw-ring-color: rgb(116 120 141 / 0.3) !important;
}
.focus\:ring-green-100:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(178 228 208 / var(--tw-ring-opacity)) !important;
}
.focus\:ring-green-200:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(139 215 184 / var(--tw-ring-opacity)) !important;
}
.focus\:ring-green-50:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(202 237 223 / var(--tw-ring-opacity)) !important;
}
.focus\:ring-green-500:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(42 181 125 / var(--tw-ring-opacity)) !important;
}
.focus\:ring-green-500\/10:focus {
  --tw-ring-color: rgb(42 181 125 / 0.1) !important;
}
.focus\:ring-green-500\/30:focus {
  --tw-ring-color: rgb(42 181 125 / 0.3) !important;
}
.focus\:ring-indigo-200:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(199 210 254 / var(--tw-ring-opacity)) !important;
}
.focus\:ring-indigo-500:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(99 102 241 / var(--tw-ring-opacity)) !important;
}
.focus\:ring-neutral-500\/10:focus {
  --tw-ring-color: rgb(115 115 115 / 0.1) !important;
}
.focus\:ring-neutral-500\/30:focus {
  --tw-ring-color: rgb(115 115 115 / 0.3) !important;
}
.focus\:ring-red-100:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(254 198 196 / var(--tw-ring-opacity)) !important;
}
.focus\:ring-red-200:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(254 184 182 / var(--tw-ring-opacity)) !important;
}
.focus\:ring-red-50:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(254 220 219 / var(--tw-ring-opacity)) !important;
}
.focus\:ring-red-500:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(253 98 94 / var(--tw-ring-opacity)) !important;
}
.focus\:ring-red-500\/10:focus {
  --tw-ring-color: rgb(253 98 94 / 0.1) !important;
}
.focus\:ring-red-500\/30:focus {
  --tw-ring-color: rgb(253 98 94 / 0.3) !important;
}
.focus\:ring-sky-100:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(190 223 249 / var(--tw-ring-opacity)) !important;
}
.focus\:ring-sky-200:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(157 206 246 / var(--tw-ring-opacity)) !important;
}
.focus\:ring-sky-500\/30:focus {
  --tw-ring-color: rgb(75 166 239 / 0.3) !important;
}
.focus\:ring-violet-100:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(248 249 250 / var(--tw-ring-opacity)) !important;
}
.focus\:ring-violet-200:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(160 163 220 / var(--tw-ring-opacity)) !important;
}
.focus\:ring-violet-200\/10:focus {
  --tw-ring-color: rgb(160 163 220 / 0.1) !important;
}
.focus\:ring-violet-50:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(208 209 237 / var(--tw-ring-opacity)) !important;
}
.focus\:ring-violet-50\/50:focus {
  --tw-ring-color: rgb(208 209 237 / 0.5) !important;
}
.focus\:ring-violet-50\/60:focus {
  --tw-ring-color: rgb(208 209 237 / 0.6) !important;
}
.focus\:ring-violet-500:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(81 86 190 / var(--tw-ring-opacity)) !important;
}
.focus\:ring-violet-500\/10:focus {
  --tw-ring-color: rgb(81 86 190 / 0.1) !important;
}
.focus\:ring-violet-500\/20:focus {
  --tw-ring-color: rgb(81 86 190 / 0.2) !important;
}
.focus\:ring-violet-500\/30:focus {
  --tw-ring-color: rgb(81 86 190 / 0.3) !important;
}
.focus\:ring-yellow-100:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(255 226 177 / var(--tw-ring-opacity)) !important;
}
.focus\:ring-yellow-200:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(255 214 146 / var(--tw-ring-opacity)) !important;
}
.focus\:ring-yellow-500\/10:focus {
  --tw-ring-color: rgb(255 191 83 / 0.1) !important;
}
.focus\:ring-yellow-500\/30:focus {
  --tw-ring-color: rgb(255 191 83 / 0.3) !important;
}
.focus\:ring-opacity-50:focus {
  --tw-ring-opacity: 0.5 !important;
}
.focus\:ring-offset-0:focus {
  --tw-ring-offset-width: 0px !important;
}
.focus\:ring-offset-2:focus {
  --tw-ring-offset-width: 2px !important;
}
.focus\:hover\:text-center:hover:focus {
  text-align: center !important;
}
.hover\:focus\:text-center:focus:hover {
  text-align: center !important;
}
.focus-visible\:border-gray-500\/10:focus-visible {
  border-color: #74788d1a !important;
}
.focus-visible\:border-sky-500\/10:focus-visible {
  border-color: #4ba6ef1a !important;
}
.active\:border-gray-100:active {
  --tw-border-opacity: 1 !important;
  border-color: rgb(217 218 224 / var(--tw-border-opacity)) !important;
}
.active\:border-gray-300:active {
  --tw-border-opacity: 1 !important;
  border-color: rgb(167 169 182 / var(--tw-border-opacity)) !important;
}
.active\:border-gray-600:active {
  --tw-border-opacity: 1 !important;
  border-color: rgb(49 53 51 / var(--tw-border-opacity)) !important;
}
.active\:border-green-600:active {
  --tw-border-opacity: 1 !important;
  border-color: rgb(34 148 102 / var(--tw-border-opacity)) !important;
}
.active\:border-neutral-900:active {
  --tw-border-opacity: 1 !important;
  border-color: rgb(31 31 31 / var(--tw-border-opacity)) !important;
}
.active\:border-red-600:active {
  --tw-border-opacity: 1 !important;
  border-color: rgb(230 89 85 / var(--tw-border-opacity)) !important;
}
.active\:border-sky-600:active {
  --tw-border-opacity: 1 !important;
  border-color: rgb(68 151 217 / var(--tw-border-opacity)) !important;
}
.active\:border-violet-600:active {
  --tw-border-opacity: 1 !important;
  border-color: rgb(74 78 173 / var(--tw-border-opacity)) !important;
}
.active\:border-yellow-600:active {
  --tw-border-opacity: 1 !important;
  border-color: rgb(232 174 75 / var(--tw-border-opacity)) !important;
}
.active\:bg-gray-100:active {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(217 218 224 / var(--tw-bg-opacity)) !important;
}
.active\:bg-gray-300:active {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(167 169 182 / var(--tw-bg-opacity)) !important;
}
.active\:bg-gray-600:active {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(49 53 51 / var(--tw-bg-opacity)) !important;
}
.active\:bg-green-600:active {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(34 148 102 / var(--tw-bg-opacity)) !important;
}
.active\:bg-neutral-900:active {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(31 31 31 / var(--tw-bg-opacity)) !important;
}
.active\:bg-red-600:active {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(230 89 85 / var(--tw-bg-opacity)) !important;
}
.active\:bg-sky-600:active {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(68 151 217 / var(--tw-bg-opacity)) !important;
}
.active\:bg-violet-600:active {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(74 78 173 / var(--tw-bg-opacity)) !important;
}
.active\:bg-yellow-600:active {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(232 174 75 / var(--tw-bg-opacity)) !important;
}
.active\:text-white:active {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}
.group:hover .group-hover\:border-b {
  border-bottom-width: 1px !important;
}
.group:hover .group-hover\:border-transparent {
  border-color: transparent !important;
}
.group:hover .group-hover\:border-violet-500 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(81 86 190 / var(--tw-border-opacity)) !important;
}
.group:hover .group-hover\:bg-violet-50\/50 {
  background-color: #d0d1ed80 !important;
}
.group:hover .group-hover\:text-violet-500 {
  --tw-text-opacity: 1 !important;
  color: rgb(81 86 190 / var(--tw-text-opacity)) !important;
}
.group.active .group-\[\.active\]\:block {
  display: block !important;
}
.group.active .group-\[\.active\]\:hidden {
  display: none !important;
}
.group.active .group-\[\.active\]\:rotate-180 {
  --tw-rotate: 180deg !important;
  -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
}
.group.active .group-\[\.active\]\:bg-violet-500\/20 {
  background-color: #5156be33 !important;
}
.peer:checked ~ .peer-checked\:bg-gray-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(116 120 141 / var(--tw-bg-opacity)) !important;
}
.peer:checked ~ .peer-checked\:bg-green-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(42 181 125 / var(--tw-bg-opacity)) !important;
}
.peer:checked ~ .peer-checked\:bg-red-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(253 98 94 / var(--tw-bg-opacity)) !important;
}
.peer:checked ~ .peer-checked\:bg-sky-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(75 166 239 / var(--tw-bg-opacity)) !important;
}
.peer:checked ~ .peer-checked\:bg-violet-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(81 86 190 / var(--tw-bg-opacity)) !important;
}
.peer:checked ~ .peer-checked\:bg-violet-600 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(74 78 173 / var(--tw-bg-opacity)) !important;
}
.peer:checked ~ .peer-checked\:bg-yellow-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 191 83 / var(--tw-bg-opacity)) !important;
}
.peer:checked ~ .peer-checked\:after\:left-1\.5:after {
  content: var(--tw-content) !important;
  left: 0.375rem !important;
}
.peer:checked ~ .peer-checked\:after\:translate-x-full:after {
  content: var(--tw-content) !important;
  --tw-translate-x: 100% !important;
  -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
}
.peer:checked ~ .peer-checked\:after\:border-white:after {
  content: var(--tw-content) !important;
  --tw-border-opacity: 1 !important;
  border-color: rgb(255 255 255 / var(--tw-border-opacity)) !important;
}
.peer:-moz-placeholder-shown ~ .peer-placeholder-shown\:top-1\/2 {
  top: 50% !important;
}
.peer:-ms-input-placeholder ~ .peer-placeholder-shown\:top-1\/2 {
  top: 50% !important;
}
.peer:placeholder-shown ~ .peer-placeholder-shown\:top-1\/2 {
  top: 50% !important;
}
.peer:-moz-placeholder-shown ~ .peer-placeholder-shown\:-translate-y-1\/2 {
  --tw-translate-y: -50% !important;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
}
.peer:-ms-input-placeholder ~ .peer-placeholder-shown\:-translate-y-1\/2 {
  --tw-translate-y: -50% !important;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
}
.peer:placeholder-shown ~ .peer-placeholder-shown\:-translate-y-1\/2 {
  --tw-translate-y: -50% !important;
  -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
}
.peer:-moz-placeholder-shown ~ .peer-placeholder-shown\:translate-y-0 {
  --tw-translate-y: 0px !important;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
}
.peer:-ms-input-placeholder ~ .peer-placeholder-shown\:translate-y-0 {
  --tw-translate-y: 0px !important;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
}
.peer:placeholder-shown ~ .peer-placeholder-shown\:translate-y-0 {
  --tw-translate-y: 0px !important;
  -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
}
.peer:-moz-placeholder-shown ~ .peer-placeholder-shown\:scale-100 {
  --tw-scale-x: 1 !important;
  --tw-scale-y: 1 !important;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
}
.peer:-ms-input-placeholder ~ .peer-placeholder-shown\:scale-100 {
  --tw-scale-x: 1 !important;
  --tw-scale-y: 1 !important;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
}
.peer:placeholder-shown ~ .peer-placeholder-shown\:scale-100 {
  --tw-scale-x: 1 !important;
  --tw-scale-y: 1 !important;
  -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
}
.peer:focus ~ .peer-focus\:top-2 {
  top: 0.5rem !important;
}
.peer:focus ~ .peer-focus\:top-4 {
  top: 1rem !important;
}
.peer:focus ~ .peer-focus\:-translate-y-4 {
  --tw-translate-y: -1rem !important;
  -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
}
.peer:focus ~ .peer-focus\:scale-75 {
  --tw-scale-x: 0.75 !important;
  --tw-scale-y: 0.75 !important;
  -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
}
.peer:focus ~ .peer-focus\:px-2 {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}
.peer:focus ~ .peer-focus\:text-violet-600 {
  --tw-text-opacity: 1 !important;
  color: rgb(74 78 173 / var(--tw-text-opacity)) !important;
}
.peer:focus ~ .peer-focus\:outline-none {
  outline: 2px solid transparent !important;
  outline-offset: 2px !important;
}
.group[data-sidebar-size="sm"][data-dir="rtl"]
  .group-data-\[sidebar-size\=sm\]\:group-data-\[dir\=rtl\]\:ml-0 {
  margin-left: 0 !important;
}
.group[data-sidebar-size="sm"][data-dir="rtl"]
  .group-data-\[sidebar-size\=sm\]\:group-data-\[dir\=rtl\]\:mr-\[70px\] {
  margin-right: 70px !important;
}
.group[data-sidebar-size="sm"] .group-data-\[sidebar-size\=sm\]\:ml-\[70px\] {
  margin-left: 70px !important;
}
.group[data-sidebar-size="sm"] .group-data-\[sidebar-size\=sm\]\:hidden {
  display: none !important;
}
.group[data-sidebar-size="sm"] .group-data-\[sidebar-size\=sm\]\:border-b {
  border-bottom-width: 1px !important;
}
.group[data-sidebar-size="sm"]
  .group-data-\[sidebar-size\=sm\]\:border-\[\#e9e9ef\] {
  --tw-border-opacity: 1 !important;
  border-color: rgb(233 233 239 / var(--tw-border-opacity)) !important;
}
.dark\:block:is([data-mode="dark"] *) {
  display: block !important;
}
.dark\:hidden:is([data-mode="dark"] *) {
  display: none !important;
}
.dark\:divide-gray-700:is([data-mode="dark"] *)
  > :not([hidden])
  ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgb(49 53 51 / var(--tw-divide-opacity)) !important;
}
.dark\:divide-gray-900:is([data-mode="dark"] *)
  > :not([hidden])
  ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgb(32 33 38 / var(--tw-divide-opacity)) !important;
}
.dark\:divide-zinc-600:is([data-mode="dark"] *)
  > :not([hidden])
  ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgb(63 67 65 / var(--tw-divide-opacity)) !important;
}
.dark\:border:is([data-mode="dark"] *) {
  border-width: 1px !important;
}
.dark\:border-blue-500:is([data-mode="dark"] *) {
  --tw-border-opacity: 1 !important;
  border-color: rgb(59 130 246 / var(--tw-border-opacity)) !important;
}
.dark\:border-gray-50:is([data-mode="dark"] *) {
  --tw-border-opacity: 1 !important;
  border-color: rgb(230 230 235 / var(--tw-border-opacity)) !important;
}
.dark\:border-gray-600:is([data-mode="dark"] *) {
  --tw-border-opacity: 1 !important;
  border-color: rgb(49 53 51 / var(--tw-border-opacity)) !important;
}
.dark\:border-gray-600\/20:is([data-mode="dark"] *) {
  border-color: #31353333 !important;
}
.dark\:border-gray-600\/50:is([data-mode="dark"] *) {
  border-color: #31353380 !important;
}
.dark\:border-gray-700:is([data-mode="dark"] *) {
  --tw-border-opacity: 1 !important;
  border-color: rgb(49 53 51 / var(--tw-border-opacity)) !important;
}
.dark\:border-neutral-700:is([data-mode="dark"] *) {
  --tw-border-opacity: 1 !important;
  border-color: rgb(63 63 63 / var(--tw-border-opacity)) !important;
}
.dark\:border-transparent:is([data-mode="dark"] *) {
  border-color: transparent !important;
}
.dark\:border-violet-500\/20:is([data-mode="dark"] *) {
  border-color: #5156be33 !important;
}
.dark\:border-violet-500\/30:is([data-mode="dark"] *) {
  border-color: #5156be4d !important;
}
.dark\:border-zinc-400:is([data-mode="dark"] *) {
  --tw-border-opacity: 1 !important;
  border-color: rgb(102 104 103 / var(--tw-border-opacity)) !important;
}
.dark\:border-zinc-500:is([data-mode="dark"] *) {
  --tw-border-opacity: 1 !important;
  border-color: rgb(82 86 84 / var(--tw-border-opacity)) !important;
}
.dark\:border-zinc-500\/50:is([data-mode="dark"] *) {
  border-color: #52565480 !important;
}
.dark\:border-zinc-600:is([data-mode="dark"] *) {
  --tw-border-opacity: 1 !important;
  border-color: rgb(63 67 65 / var(--tw-border-opacity)) !important;
}
.dark\:border-zinc-700:is([data-mode="dark"] *) {
  --tw-border-opacity: 1 !important;
  border-color: rgb(49 53 51 / var(--tw-border-opacity)) !important;
}
.dark\:border-x-violet-500:is([data-mode="dark"] *) {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(81 86 190 / var(--tw-border-opacity)) !important;
  border-right-color: rgb(81 86 190 / var(--tw-border-opacity)) !important;
}
.dark\:border-y-violet-500:is([data-mode="dark"] *) {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(81 86 190 / var(--tw-border-opacity)) !important;
  border-bottom-color: rgb(81 86 190 / var(--tw-border-opacity)) !important;
}
.dark\:border-b-violet-500:is([data-mode="dark"] *) {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(81 86 190 / var(--tw-border-opacity)) !important;
}
.dark\:border-b-zinc-600:is([data-mode="dark"] *) {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(63 67 65 / var(--tw-border-opacity)) !important;
}
.dark\:border-l-violet-500:is([data-mode="dark"] *) {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(81 86 190 / var(--tw-border-opacity)) !important;
}
.dark\:border-l-zinc-700:is([data-mode="dark"] *) {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(49 53 51 / var(--tw-border-opacity)) !important;
}
.dark\:border-r-violet-500:is([data-mode="dark"] *) {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(81 86 190 / var(--tw-border-opacity)) !important;
}
.dark\:border-t-violet-500:is([data-mode="dark"] *) {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(81 86 190 / var(--tw-border-opacity)) !important;
}
.dark\:border-t-zinc-700:is([data-mode="dark"] *) {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(49 53 51 / var(--tw-border-opacity)) !important;
}
.dark\:bg-\[\#363a38\]:is([data-mode="dark"] *) {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(54 58 56 / var(--tw-bg-opacity)) !important;
}
.dark\:bg-blue-500:is([data-mode="dark"] *) {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(59 130 246 / var(--tw-bg-opacity)) !important;
}
.dark\:bg-blue-500\/20:is([data-mode="dark"] *) {
  background-color: #3b82f633 !important;
}
.dark\:bg-blue-600:is([data-mode="dark"] *) {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity)) !important;
}
.dark\:bg-blue-900:is([data-mode="dark"] *) {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(30 58 138 / var(--tw-bg-opacity)) !important;
}
.dark\:bg-gray-100:is([data-mode="dark"] *) {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(217 218 224 / var(--tw-bg-opacity)) !important;
}
.dark\:bg-gray-500\/10:is([data-mode="dark"] *) {
  background-color: #74788d1a !important;
}
.dark\:bg-gray-500\/20:is([data-mode="dark"] *) {
  background-color: #74788d33 !important;
}
.dark\:bg-gray-600:is([data-mode="dark"] *) {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(49 53 51 / var(--tw-bg-opacity)) !important;
}
.dark\:bg-gray-700:is([data-mode="dark"] *) {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(49 53 51 / var(--tw-bg-opacity)) !important;
}
.dark\:bg-gray-800:is([data-mode="dark"] *) {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(42 44 51 / var(--tw-bg-opacity)) !important;
}
.dark\:bg-gray-800\/50:is([data-mode="dark"] *) {
  background-color: #2a2c3380 !important;
}
.dark\:bg-gray-900\/80:is([data-mode="dark"] *) {
  background-color: #202126cc !important;
}
.dark\:bg-green-100:is([data-mode="dark"] *) {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(178 228 208 / var(--tw-bg-opacity)) !important;
}
.dark\:bg-green-500\/10:is([data-mode="dark"] *) {
  background-color: #2ab57d1a !important;
}
.dark\:bg-green-500\/20:is([data-mode="dark"] *) {
  background-color: #2ab57d33 !important;
}
.dark\:bg-green-500\/30:is([data-mode="dark"] *) {
  background-color: #2ab57d4d !important;
}
.dark\:bg-neutral-500\/20:is([data-mode="dark"] *) {
  background-color: #73737333 !important;
}
.dark\:bg-orange-500\/20:is([data-mode="dark"] *) {
  background-color: #f9731633 !important;
}
.dark\:bg-red-100:is([data-mode="dark"] *) {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(254 198 196 / var(--tw-bg-opacity)) !important;
}
.dark\:bg-red-500\/10:is([data-mode="dark"] *) {
  background-color: #fd625e1a !important;
}
.dark\:bg-red-500\/20:is([data-mode="dark"] *) {
  background-color: #fd625e33 !important;
}
.dark\:bg-red-500\/30:is([data-mode="dark"] *) {
  background-color: #fd625e4d !important;
}
.dark\:bg-sky-100:is([data-mode="dark"] *) {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(190 223 249 / var(--tw-bg-opacity)) !important;
}
.dark\:bg-sky-500\/10:is([data-mode="dark"] *) {
  background-color: #4ba6ef1a !important;
}
.dark\:bg-sky-500\/20:is([data-mode="dark"] *) {
  background-color: #4ba6ef33 !important;
}
.dark\:bg-transparent:is([data-mode="dark"] *) {
  background-color: transparent !important;
}
.dark\:bg-violet-500:is([data-mode="dark"] *) {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(81 86 190 / var(--tw-bg-opacity)) !important;
}
.dark\:bg-violet-500\/10:is([data-mode="dark"] *) {
  background-color: #5156be1a !important;
}
.dark\:bg-violet-500\/20:is([data-mode="dark"] *) {
  background-color: #5156be33 !important;
}
.dark\:bg-violet-500\/30:is([data-mode="dark"] *) {
  background-color: #5156be4d !important;
}
.dark\:bg-violet-600:is([data-mode="dark"] *) {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(74 78 173 / var(--tw-bg-opacity)) !important;
}
.dark\:bg-yellow-100:is([data-mode="dark"] *) {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 226 177 / var(--tw-bg-opacity)) !important;
}
.dark\:bg-yellow-500\/10:is([data-mode="dark"] *) {
  background-color: #ffbf531a !important;
}
.dark\:bg-yellow-500\/20:is([data-mode="dark"] *) {
  background-color: #ffbf5333 !important;
}
.dark\:bg-zinc-600:is([data-mode="dark"] *) {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(63 67 65 / var(--tw-bg-opacity)) !important;
}
.dark\:bg-zinc-600\/50:is([data-mode="dark"] *) {
  background-color: #3f434180 !important;
}
.dark\:bg-zinc-700:is([data-mode="dark"] *) {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(49 53 51 / var(--tw-bg-opacity)) !important;
}
.dark\:bg-zinc-700\/50:is([data-mode="dark"] *) {
  background-color: #31353380 !important;
}
.dark\:bg-zinc-700\/60:is([data-mode="dark"] *) {
  background-color: #31353399 !important;
}
.dark\:bg-zinc-700\/80:is([data-mode="dark"] *) {
  background-color: #313533cc !important;
}
.dark\:bg-zinc-800:is([data-mode="dark"] *) {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(44 48 46 / var(--tw-bg-opacity)) !important;
}
.dark\:bg-zinc-900:is([data-mode="dark"] *) {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(36 39 38 / var(--tw-bg-opacity)) !important;
}
.dark\:fill-gray-200:is([data-mode="dark"] *) {
  fill: #c0c2cb !important;
}
.dark\:text-blue-300:is([data-mode="dark"] *) {
  --tw-text-opacity: 1 !important;
  color: rgb(147 197 253 / var(--tw-text-opacity)) !important;
}
.dark\:text-blue-500:is([data-mode="dark"] *) {
  --tw-text-opacity: 1 !important;
  color: rgb(59 130 246 / var(--tw-text-opacity)) !important;
}
.dark\:text-gray-100:is([data-mode="dark"] *) {
  --tw-text-opacity: 1 !important;
  color: rgb(217 218 224 / var(--tw-text-opacity)) !important;
}
.dark\:text-gray-100\/60:is([data-mode="dark"] *) {
  color: #d9dae099 !important;
}
.dark\:text-gray-200:is([data-mode="dark"] *) {
  --tw-text-opacity: 1 !important;
  color: rgb(192 194 203 / var(--tw-text-opacity)) !important;
}
.dark\:text-gray-300:is([data-mode="dark"] *) {
  --tw-text-opacity: 1 !important;
  color: rgb(167 169 182 / var(--tw-text-opacity)) !important;
}
.dark\:text-gray-400:is([data-mode="dark"] *) {
  --tw-text-opacity: 1 !important;
  color: rgb(141 145 162 / var(--tw-text-opacity)) !important;
}
.dark\:text-gray-50:is([data-mode="dark"] *) {
  --tw-text-opacity: 1 !important;
  color: rgb(230 230 235 / var(--tw-text-opacity)) !important;
}
.dark\:text-gray-500:is([data-mode="dark"] *) {
  --tw-text-opacity: 1 !important;
  color: rgb(116 120 141 / var(--tw-text-opacity)) !important;
}
.dark\:text-green-200:is([data-mode="dark"] *) {
  --tw-text-opacity: 1 !important;
  color: rgb(139 215 184 / var(--tw-text-opacity)) !important;
}
.dark\:text-green-500:is([data-mode="dark"] *) {
  --tw-text-opacity: 1 !important;
  color: rgb(42 181 125 / var(--tw-text-opacity)) !important;
}
.dark\:text-red-500:is([data-mode="dark"] *) {
  --tw-text-opacity: 1 !important;
  color: rgb(253 98 94 / var(--tw-text-opacity)) !important;
}
.dark\:text-violet-200:is([data-mode="dark"] *) {
  --tw-text-opacity: 1 !important;
  color: rgb(160 163 220 / var(--tw-text-opacity)) !important;
}
.dark\:text-violet-300:is([data-mode="dark"] *) {
  --tw-text-opacity: 1 !important;
  color: rgb(128 132 208 / var(--tw-text-opacity)) !important;
}
.dark\:text-violet-500:is([data-mode="dark"] *) {
  --tw-text-opacity: 1 !important;
  color: rgb(81 86 190 / var(--tw-text-opacity)) !important;
}
.dark\:text-violet-500\/10:is([data-mode="dark"] *) {
  color: #5156be1a !important;
}
.dark\:text-white:is([data-mode="dark"] *) {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}
.dark\:text-yellow-500:is([data-mode="dark"] *) {
  --tw-text-opacity: 1 !important;
  color: rgb(255 191 83 / var(--tw-text-opacity)) !important;
}
.dark\:text-zinc-100:is([data-mode="dark"] *) {
  --tw-text-opacity: 1 !important;
  color: rgb(173 181 189 / var(--tw-text-opacity)) !important;
}
.dark\:text-zinc-100\/60:is([data-mode="dark"] *) {
  color: #adb5bd99 !important;
}
.dark\:text-zinc-100\/80:is([data-mode="dark"] *) {
  color: #adb5bdcc !important;
}
.dark\:text-zinc-400:is([data-mode="dark"] *) {
  --tw-text-opacity: 1 !important;
  color: rgb(102 104 103 / var(--tw-text-opacity)) !important;
}
.dark\:text-zinc-50:is([data-mode="dark"] *) {
  --tw-text-opacity: 1 !important;
  color: rgb(178 179 178 / var(--tw-text-opacity)) !important;
}
.dark\:text-zinc-900:is([data-mode="dark"] *) {
  --tw-text-opacity: 1 !important;
  color: rgb(36 39 38 / var(--tw-text-opacity)) !important;
}
.dark\:placeholder-gray-400:is(
    [data-mode="dark"] *
  )::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgb(141 145 162 / var(--tw-placeholder-opacity)) !important;
}
.dark\:placeholder-gray-400:is([data-mode="dark"] *)::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgb(141 145 162 / var(--tw-placeholder-opacity)) !important;
}
.dark\:placeholder-gray-400:is([data-mode="dark"] *):-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgb(141 145 162 / var(--tw-placeholder-opacity)) !important;
}
.dark\:placeholder-gray-400:is([data-mode="dark"] *)::-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgb(141 145 162 / var(--tw-placeholder-opacity)) !important;
}
.dark\:placeholder-gray-400:is([data-mode="dark"] *)::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgb(141 145 162 / var(--tw-placeholder-opacity)) !important;
}
.dark\:shadow-none:is([data-mode="dark"] *) {
  --tw-shadow: 0 0 #0000 !important;
  --tw-shadow-colored: 0 0 #0000 !important;
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}
.dark\:shadow-gray-900:is([data-mode="dark"] *) {
  --tw-shadow-color: #202126 !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.dark\:shadow-zinc-500:is([data-mode="dark"] *) {
  --tw-shadow-color: #525654 !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.dark\:shadow-zinc-600:is([data-mode="dark"] *) {
  --tw-shadow-color: #3f4341 !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.dark\:shadow-zinc-700:is([data-mode="dark"] *) {
  --tw-shadow-color: #313533 !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.dark\:shadow-zinc-800:is([data-mode="dark"] *) {
  --tw-shadow-color: #2c302e !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.dark\:ring-violet-500\/30:is([data-mode="dark"] *) {
  --tw-ring-color: rgb(81 86 190 / 0.3) !important;
}
.dark\:ring-zinc-500:is([data-mode="dark"] *) {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(82 86 84 / var(--tw-ring-opacity)) !important;
}
.dark\:ring-zinc-600:is([data-mode="dark"] *) {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(63 67 65 / var(--tw-ring-opacity)) !important;
}
.dark\:placeholder\:text-gray-200:is(
    [data-mode="dark"] *
  )::-webkit-input-placeholder {
  --tw-text-opacity: 1 !important;
  color: rgb(192 194 203 / var(--tw-text-opacity)) !important;
}
.dark\:placeholder\:text-gray-200:is([data-mode="dark"] *)::-moz-placeholder {
  --tw-text-opacity: 1 !important;
  color: rgb(192 194 203 / var(--tw-text-opacity)) !important;
}
.dark\:placeholder\:text-gray-200:is(
    [data-mode="dark"] *
  ):-ms-input-placeholder {
  --tw-text-opacity: 1 !important;
  color: rgb(192 194 203 / var(--tw-text-opacity)) !important;
}
.dark\:placeholder\:text-gray-200:is(
    [data-mode="dark"] *
  )::-ms-input-placeholder {
  --tw-text-opacity: 1 !important;
  color: rgb(192 194 203 / var(--tw-text-opacity)) !important;
}
.dark\:placeholder\:text-gray-200:is([data-mode="dark"] *)::placeholder {
  --tw-text-opacity: 1 !important;
  color: rgb(192 194 203 / var(--tw-text-opacity)) !important;
}
.dark\:placeholder\:text-zinc-100:is(
    [data-mode="dark"] *
  )::-webkit-input-placeholder {
  --tw-text-opacity: 1 !important;
  color: rgb(173 181 189 / var(--tw-text-opacity)) !important;
}
.dark\:placeholder\:text-zinc-100:is([data-mode="dark"] *)::-moz-placeholder {
  --tw-text-opacity: 1 !important;
  color: rgb(173 181 189 / var(--tw-text-opacity)) !important;
}
.dark\:placeholder\:text-zinc-100:is(
    [data-mode="dark"] *
  ):-ms-input-placeholder {
  --tw-text-opacity: 1 !important;
  color: rgb(173 181 189 / var(--tw-text-opacity)) !important;
}
.dark\:placeholder\:text-zinc-100:is(
    [data-mode="dark"] *
  )::-ms-input-placeholder {
  --tw-text-opacity: 1 !important;
  color: rgb(173 181 189 / var(--tw-text-opacity)) !important;
}
.dark\:placeholder\:text-zinc-100:is([data-mode="dark"] *)::placeholder {
  --tw-text-opacity: 1 !important;
  color: rgb(173 181 189 / var(--tw-text-opacity)) !important;
}
.dark\:placeholder\:text-zinc-100\/60:is(
    [data-mode="dark"] *
  )::-webkit-input-placeholder {
  color: #adb5bd99 !important;
}
.dark\:placeholder\:text-zinc-100\/60:is(
    [data-mode="dark"] *
  )::-moz-placeholder {
  color: #adb5bd99 !important;
}
.dark\:placeholder\:text-zinc-100\/60:is(
    [data-mode="dark"] *
  ):-ms-input-placeholder {
  color: #adb5bd99 !important;
}
.dark\:placeholder\:text-zinc-100\/60:is(
    [data-mode="dark"] *
  )::-ms-input-placeholder {
  color: #adb5bd99 !important;
}
.dark\:placeholder\:text-zinc-100\/60:is([data-mode="dark"] *)::placeholder {
  color: #adb5bd99 !important;
}
.dark\:placeholder\:text-zinc-100\/80:is(
    [data-mode="dark"] *
  )::-webkit-input-placeholder {
  color: #adb5bdcc !important;
}
.dark\:placeholder\:text-zinc-100\/80:is(
    [data-mode="dark"] *
  )::-moz-placeholder {
  color: #adb5bdcc !important;
}
.dark\:placeholder\:text-zinc-100\/80:is(
    [data-mode="dark"] *
  ):-ms-input-placeholder {
  color: #adb5bdcc !important;
}
.dark\:placeholder\:text-zinc-100\/80:is(
    [data-mode="dark"] *
  )::-ms-input-placeholder {
  color: #adb5bdcc !important;
}
.dark\:placeholder\:text-zinc-100\/80:is([data-mode="dark"] *)::placeholder {
  color: #adb5bdcc !important;
}
.placeholder\:dark\:text-gray-300:is(
    [data-mode="dark"] *
  )::-webkit-input-placeholder {
  --tw-text-opacity: 1 !important;
  color: rgb(167 169 182 / var(--tw-text-opacity)) !important;
}
.placeholder\:dark\:text-gray-300:is([data-mode="dark"] *)::-moz-placeholder {
  --tw-text-opacity: 1 !important;
  color: rgb(167 169 182 / var(--tw-text-opacity)) !important;
}
.placeholder\:dark\:text-gray-300:is(
    [data-mode="dark"] *
  ):-ms-input-placeholder {
  --tw-text-opacity: 1 !important;
  color: rgb(167 169 182 / var(--tw-text-opacity)) !important;
}
.placeholder\:dark\:text-gray-300:is(
    [data-mode="dark"] *
  )::-ms-input-placeholder {
  --tw-text-opacity: 1 !important;
  color: rgb(167 169 182 / var(--tw-text-opacity)) !important;
}
.placeholder\:dark\:text-gray-300:is([data-mode="dark"] *)::placeholder {
  --tw-text-opacity: 1 !important;
  color: rgb(167 169 182 / var(--tw-text-opacity)) !important;
}
.dark\:after\:border-zinc-600:is([data-mode="dark"] *):after {
  content: var(--tw-content) !important;
  --tw-border-opacity: 1 !important;
  border-color: rgb(63 67 65 / var(--tw-border-opacity)) !important;
}
.after\:dark\:bg-zinc-700:is([data-mode="dark"] *):after {
  content: var(--tw-content) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(49 53 51 / var(--tw-bg-opacity)) !important;
}
.dark\:checked\:border-transparent:checked:is([data-mode="dark"] *) {
  border-color: transparent !important;
}
.dark\:checked\:bg-blue-500:checked:is([data-mode="dark"] *) {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(59 130 246 / var(--tw-bg-opacity)) !important;
}
.dark\:checked\:bg-green-500:checked:is([data-mode="dark"] *) {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(42 181 125 / var(--tw-bg-opacity)) !important;
}
.dark\:checked\:bg-red-500:checked:is([data-mode="dark"] *) {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(253 98 94 / var(--tw-bg-opacity)) !important;
}
.dark\:checked\:bg-violet-500:checked:is([data-mode="dark"] *) {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(81 86 190 / var(--tw-bg-opacity)) !important;
}
.dark\:checked\:bg-yellow-500:checked:is([data-mode="dark"] *) {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 191 83 / var(--tw-bg-opacity)) !important;
}
.dark\:hover\:border-gray-700:hover:is([data-mode="dark"] *) {
  --tw-border-opacity: 1 !important;
  border-color: rgb(49 53 51 / var(--tw-border-opacity)) !important;
}
.dark\:hover\:border-zinc-100:hover:is([data-mode="dark"] *) {
  --tw-border-opacity: 1 !important;
  border-color: rgb(173 181 189 / var(--tw-border-opacity)) !important;
}
.dark\:hover\:border-zinc-500:hover:is([data-mode="dark"] *) {
  --tw-border-opacity: 1 !important;
  border-color: rgb(82 86 84 / var(--tw-border-opacity)) !important;
}
.dark\:hover\:bg-blue-600:hover:is([data-mode="dark"] *) {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity)) !important;
}
.dark\:hover\:bg-blue-700:hover:is([data-mode="dark"] *) {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(29 78 216 / var(--tw-bg-opacity)) !important;
}
.dark\:hover\:bg-gray-200:hover:is([data-mode="dark"] *) {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(192 194 203 / var(--tw-bg-opacity)) !important;
}
.dark\:hover\:bg-gray-500:hover:is([data-mode="dark"] *) {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(116 120 141 / var(--tw-bg-opacity)) !important;
}
.dark\:hover\:bg-gray-600:hover:is([data-mode="dark"] *) {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(49 53 51 / var(--tw-bg-opacity)) !important;
}
.dark\:hover\:bg-gray-700:hover:is([data-mode="dark"] *) {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(49 53 51 / var(--tw-bg-opacity)) !important;
}
.dark\:hover\:bg-gray-800:hover:is([data-mode="dark"] *) {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(42 44 51 / var(--tw-bg-opacity)) !important;
}
.dark\:hover\:bg-green-500:hover:is([data-mode="dark"] *) {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(42 181 125 / var(--tw-bg-opacity)) !important;
}
.dark\:hover\:bg-red-500:hover:is([data-mode="dark"] *) {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(253 98 94 / var(--tw-bg-opacity)) !important;
}
.dark\:hover\:bg-violet-300:hover:is([data-mode="dark"] *) {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(128 132 208 / var(--tw-bg-opacity)) !important;
}
.dark\:hover\:bg-violet-500:hover:is([data-mode="dark"] *) {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(81 86 190 / var(--tw-bg-opacity)) !important;
}
.dark\:hover\:bg-violet-500\/10:hover:is([data-mode="dark"] *) {
  background-color: #5156be1a !important;
}
.dark\:hover\:bg-violet-700:hover:is([data-mode="dark"] *) {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(66 70 155 / var(--tw-bg-opacity)) !important;
}
.dark\:hover\:bg-white\/30:hover:is([data-mode="dark"] *) {
  background-color: #ffffff4d !important;
}
.dark\:hover\:bg-yellow-500:hover:is([data-mode="dark"] *) {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 191 83 / var(--tw-bg-opacity)) !important;
}
.dark\:hover\:bg-zinc-500\/50:hover:is([data-mode="dark"] *) {
  background-color: #52565480 !important;
}
.dark\:hover\:bg-zinc-600:hover:is([data-mode="dark"] *) {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(63 67 65 / var(--tw-bg-opacity)) !important;
}
.dark\:hover\:bg-zinc-600\/50:hover:is([data-mode="dark"] *) {
  background-color: #3f434180 !important;
}
.dark\:hover\:bg-zinc-600\/80:hover:is([data-mode="dark"] *) {
  background-color: #3f4341cc !important;
}
.dark\:hover\:bg-zinc-700:hover:is([data-mode="dark"] *) {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(49 53 51 / var(--tw-bg-opacity)) !important;
}
.dark\:hover\:bg-zinc-700\/50:hover:is([data-mode="dark"] *) {
  background-color: #31353380 !important;
}
.dark\:hover\:text-blue-400:hover:is([data-mode="dark"] *) {
  --tw-text-opacity: 1 !important;
  color: rgb(96 165 250 / var(--tw-text-opacity)) !important;
}
.dark\:hover\:text-blue-500:hover:is([data-mode="dark"] *) {
  --tw-text-opacity: 1 !important;
  color: rgb(59 130 246 / var(--tw-text-opacity)) !important;
}
.dark\:hover\:text-gray-100:hover:is([data-mode="dark"] *) {
  --tw-text-opacity: 1 !important;
  color: rgb(217 218 224 / var(--tw-text-opacity)) !important;
}
.dark\:hover\:text-gray-300:hover:is([data-mode="dark"] *) {
  --tw-text-opacity: 1 !important;
  color: rgb(167 169 182 / var(--tw-text-opacity)) !important;
}
.dark\:hover\:text-gray-50:hover:is([data-mode="dark"] *) {
  --tw-text-opacity: 1 !important;
  color: rgb(230 230 235 / var(--tw-text-opacity)) !important;
}
.dark\:hover\:text-gray-800:hover:is([data-mode="dark"] *) {
  --tw-text-opacity: 1 !important;
  color: rgb(42 44 51 / var(--tw-text-opacity)) !important;
}
.dark\:hover\:text-white:hover:is([data-mode="dark"] *) {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}
.dark\:focus\:border-violet-500:focus:is([data-mode="dark"] *) {
  --tw-border-opacity: 1 !important;
  border-color: rgb(81 86 190 / var(--tw-border-opacity)) !important;
}
.dark\:focus\:bg-violet-300:focus:is([data-mode="dark"] *) {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(128 132 208 / var(--tw-bg-opacity)) !important;
}
.dark\:focus\:bg-violet-500:focus:is([data-mode="dark"] *) {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(81 86 190 / var(--tw-bg-opacity)) !important;
}
.dark\:focus\:bg-white\/30:focus:is([data-mode="dark"] *) {
  background-color: #ffffff4d !important;
}
.dark\:focus\:bg-zinc-600:focus:is([data-mode="dark"] *) {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(63 67 65 / var(--tw-bg-opacity)) !important;
}
.dark\:focus\:text-gray-700:focus:is([data-mode="dark"] *) {
  --tw-text-opacity: 1 !important;
  color: rgb(49 53 51 / var(--tw-text-opacity)) !important;
}
.dark\:focus\:text-white:focus:is([data-mode="dark"] *) {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}
.dark\:focus\:ring-0:focus:is([data-mode="dark"] *) {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0
    var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0
    calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
    var(--tw-shadow, 0 0 #0000) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
    var(--tw-shadow, 0 0 #0000) !important;
}
.dark\:focus\:ring-blue-500\/40:focus:is([data-mode="dark"] *) {
  --tw-ring-color: rgb(59 130 246 / 0.4) !important;
}
.dark\:focus\:ring-gray-500:focus:is([data-mode="dark"] *) {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(116 120 141 / var(--tw-ring-opacity)) !important;
}
.dark\:focus\:ring-gray-500\/10:focus:is([data-mode="dark"] *) {
  --tw-ring-color: rgb(116 120 141 / 0.1) !important;
}
.dark\:focus\:ring-gray-500\/20:focus:is([data-mode="dark"] *) {
  --tw-ring-color: rgb(116 120 141 / 0.2) !important;
}
.dark\:focus\:ring-gray-500\/30:focus:is([data-mode="dark"] *) {
  --tw-ring-color: rgb(116 120 141 / 0.3) !important;
}
.dark\:focus\:ring-green-500:focus:is([data-mode="dark"] *) {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(42 181 125 / var(--tw-ring-opacity)) !important;
}
.dark\:focus\:ring-green-500\/10:focus:is([data-mode="dark"] *) {
  --tw-ring-color: rgb(42 181 125 / 0.1) !important;
}
.dark\:focus\:ring-green-500\/20:focus:is([data-mode="dark"] *) {
  --tw-ring-color: rgb(42 181 125 / 0.2) !important;
}
.dark\:focus\:ring-green-500\/30:focus:is([data-mode="dark"] *) {
  --tw-ring-color: rgb(42 181 125 / 0.3) !important;
}
.dark\:focus\:ring-neutral-500\/10:focus:is([data-mode="dark"] *) {
  --tw-ring-color: rgb(115 115 115 / 0.1) !important;
}
.dark\:focus\:ring-red-500:focus:is([data-mode="dark"] *) {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(253 98 94 / var(--tw-ring-opacity)) !important;
}
.dark\:focus\:ring-red-500\/10:focus:is([data-mode="dark"] *) {
  --tw-ring-color: rgb(253 98 94 / 0.1) !important;
}
.dark\:focus\:ring-red-500\/30:focus:is([data-mode="dark"] *) {
  --tw-ring-color: rgb(253 98 94 / 0.3) !important;
}
.dark\:focus\:ring-sky-500\/10:focus:is([data-mode="dark"] *) {
  --tw-ring-color: rgb(75 166 239 / 0.1) !important;
}
.dark\:focus\:ring-sky-500\/30:focus:is([data-mode="dark"] *) {
  --tw-ring-color: rgb(75 166 239 / 0.3) !important;
}
.dark\:focus\:ring-sky-500\/40:focus:is([data-mode="dark"] *) {
  --tw-ring-color: rgb(75 166 239 / 0.4) !important;
}
.dark\:focus\:ring-violet-500:focus:is([data-mode="dark"] *) {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(81 86 190 / var(--tw-ring-opacity)) !important;
}
.dark\:focus\:ring-violet-500\/10:focus:is([data-mode="dark"] *) {
  --tw-ring-color: rgb(81 86 190 / 0.1) !important;
}
.dark\:focus\:ring-violet-500\/20:focus:is([data-mode="dark"] *) {
  --tw-ring-color: rgb(81 86 190 / 0.2) !important;
}
.dark\:focus\:ring-violet-500\/30:focus:is([data-mode="dark"] *) {
  --tw-ring-color: rgb(81 86 190 / 0.3) !important;
}
.dark\:focus\:ring-violet-500\/40:focus:is([data-mode="dark"] *) {
  --tw-ring-color: rgb(81 86 190 / 0.4) !important;
}
.dark\:focus\:ring-violet-800:focus:is([data-mode="dark"] *) {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(52 55 121 / var(--tw-ring-opacity)) !important;
}
.dark\:focus\:ring-yellow-500:focus:is([data-mode="dark"] *) {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(255 191 83 / var(--tw-ring-opacity)) !important;
}
.dark\:focus\:ring-yellow-500\/10:focus:is([data-mode="dark"] *) {
  --tw-ring-color: rgb(255 191 83 / 0.1) !important;
}
.dark\:focus\:ring-yellow-500\/30:focus:is([data-mode="dark"] *) {
  --tw-ring-color: rgb(255 191 83 / 0.3) !important;
}
.dark\:focus\:ring-zinc-500:focus:is([data-mode="dark"] *) {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(82 86 84 / var(--tw-ring-opacity)) !important;
}
.dark\:focus\:ring-zinc-500\/20:focus:is([data-mode="dark"] *) {
  --tw-ring-color: rgb(82 86 84 / 0.2) !important;
}
.dark\:focus\:ring-zinc-500\/50:focus:is([data-mode="dark"] *) {
  --tw-ring-color: rgb(82 86 84 / 0.5) !important;
}
.dark\:focus\:ring-zinc-700:focus:is([data-mode="dark"] *) {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(49 53 51 / var(--tw-ring-opacity)) !important;
}
.dark\:active\:text-white:active:is([data-mode="dark"] *) {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}
.group:hover .dark\:group-hover\:border-transparent:is([data-mode="dark"] *) {
  border-color: transparent !important;
}
.group:hover .dark\:group-hover\:bg-violet-500\/20:is([data-mode="dark"] *) {
  background-color: #5156be33 !important;
}
.peer:focus ~ .peer-focus\:dark\:text-violet-500:is([data-mode="dark"] *) {
  --tw-text-opacity: 1 !important;
  color: rgb(81 86 190 / var(--tw-text-opacity)) !important;
}
.group[data-sidebar-size="sm"]
  .group-data-\[sidebar-size\=sm\]\:dark\:border-zinc-600:is(
    [data-mode="dark"] *
  ) {
  --tw-border-opacity: 1 !important;
  border-color: rgb(63 67 65 / var(--tw-border-opacity)) !important;
}
@media (min-width: 540px) {
  .sm\:col-span-6 {
    grid-column: span 6 / span 6 !important;
  }
  .sm\:mx-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .sm\:my-8 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .sm\:ml-3 {
    margin-left: 0.75rem !important;
  }
  .sm\:mt-0 {
    margin-top: 0 !important;
  }
  .sm\:block {
    display: block !important;
  }
  .sm\:inline-block {
    display: inline-block !important;
  }
  .sm\:flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .sm\:hidden {
    display: none !important;
  }
  .sm\:h-10 {
    height: 2.5rem !important;
  }
  .sm\:w-10 {
    width: 2.5rem !important;
  }
  .sm\:w-auto {
    width: auto !important;
  }
  .sm\:w-full {
    width: 100% !important;
  }
  .sm\:max-w-4xl {
    max-width: 56rem !important;
  }
  .sm\:max-w-lg {
    max-width: 32rem !important;
  }
  .sm\:max-w-md {
    max-width: 28rem !important;
  }
  .sm\:max-w-sm {
    max-width: 24rem !important;
  }
  .sm\:max-w-xl {
    max-width: 36rem !important;
  }
  .sm\:flex-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .sm\:items-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .sm\:items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .sm\:rounded-lg {
    border-radius: 0.5rem !important;
  }
  .sm\:p-0 {
    padding: 0 !important;
  }
  .sm\:p-6 {
    padding: 1.5rem !important;
  }
  .sm\:px-6 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .sm\:pb-4 {
    padding-bottom: 1rem !important;
  }
  .sm\:text-sm {
    font-size: 0.875rem !important;
    line-height: 1.25rem !important;
  }
  .sm\:underline {
    text-decoration-line: underline !important;
  }
}
@media (min-width: 720px) {
  .md\:absolute {
    position: absolute !important;
  }
  .md\:left-\[50\%\] {
    left: 50% !important;
  }
  .md\:order-1 {
    -webkit-box-ordinal-group: 2 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important;
  }
  .md\:order-2 {
    -webkit-box-ordinal-group: 3 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important;
  }
  .md\:col-span-10 {
    grid-column: span 10 / span 10 !important;
  }
  .md\:col-span-2 {
    grid-column: span 2 / span 2 !important;
  }
  .md\:col-span-3 {
    grid-column: span 3 / span 3 !important;
  }
  .md\:col-span-4 {
    grid-column: span 4 / span 4 !important;
  }
  .md\:col-span-5 {
    grid-column: span 5 / span 5 !important;
  }
  .md\:col-span-6 {
    grid-column: span 6 / span 6 !important;
  }
  .md\:col-span-7 {
    grid-column: span 7 / span 7 !important;
  }
  .md\:col-span-8 {
    grid-column: span 8 / span 8 !important;
  }
  .md\:col-span-9 {
    grid-column: span 9 / span 9 !important;
  }
  .md\:mx-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .md\:mx-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .md\:mx-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .md\:my-6 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .md\:mb-0 {
    margin-bottom: 0 !important;
  }
  .md\:ml-10 {
    margin-left: 2.5rem !important;
  }
  .md\:ml-3 {
    margin-left: 0.75rem !important;
  }
  .md\:ml-5 {
    margin-left: 1.25rem !important;
  }
  .md\:mr-10 {
    margin-right: 2.5rem !important;
  }
  .md\:mr-5 {
    margin-right: 1.25rem !important;
  }
  .md\:mr-8 {
    margin-right: 2rem !important;
  }
  .md\:mt-0 {
    margin-top: 0 !important;
  }
  .md\:block {
    display: block !important;
  }
  .md\:inline-block {
    display: inline-block !important;
  }
  .md\:flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .md\:hidden {
    display: none !important;
  }
  .md\:h-max {
    height: -webkit-max-content !important;
    height: -moz-max-content !important;
    height: max-content !important;
  }
  .md\:w-80 {
    width: 20rem !important;
  }
  .md\:w-96 {
    width: 24rem !important;
  }
  .md\:max-w-2xl {
    max-width: 42rem !important;
  }
  .md\:max-w-4xl {
    max-width: 56rem !important;
  }
  .md\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
  }
  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
  .md\:justify-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .md\:gap-3 {
    gap: 0.75rem !important;
  }
  .md\:gap-4 {
    gap: 1rem !important;
  }
  .md\:gap-6 {
    gap: 1.5rem !important;
  }
  .md\:overflow-hidden {
    overflow: hidden !important;
  }
  .md\:p-12 {
    padding: 3rem !important;
  }
  .md\:py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .md\:pl-6 {
    padding-left: 1.5rem !important;
  }
  .md\:pr-6 {
    padding-right: 1.5rem !important;
  }
  .md\:text-left {
    text-align: left !important;
  }
  .md\:text-center {
    text-align: center !important;
  }
  .md\:text-right {
    text-align: right !important;
  }
  .md\:text-3xl {
    font-size: 1.875rem !important;
    line-height: 2.25rem !important;
  }
}
@media (min-width: 960px) {
  .lg\:-top-8 {
    top: -2rem !important;
  }
  .lg\:left-0 {
    left: 0 !important;
  }
  .lg\:left-auto {
    left: auto !important;
  }
  .lg\:right-0 {
    right: 0 !important;
  }
  .lg\:right-auto {
    right: auto !important;
  }
  .lg\:col-span-2 {
    grid-column: span 2 / span 2 !important;
  }
  .lg\:col-span-3 {
    grid-column: span 3 / span 3 !important;
  }
  .lg\:col-span-4 {
    grid-column: span 4 / span 4 !important;
  }
  .lg\:col-span-6 {
    grid-column: span 6 / span 6 !important;
  }
  .lg\:col-span-8 {
    grid-column: span 8 / span 8 !important;
  }
  .lg\:col-span-9 {
    grid-column: span 9 / span 9 !important;
  }
  .lg\:mx-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .lg\:mt-0 {
    margin-top: 0 !important;
  }
  .lg\:mt-8 {
    margin-top: 2rem !important;
  }
  .lg\:flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .lg\:w-60 {
    width: 15rem !important;
  }
  .lg\:w-80 {
    width: 20rem !important;
  }
  .lg\:w-\[236px\] {
    width: 236px !important;
  }
  .lg\:max-w-6xl {
    max-width: 72rem !important;
  }
  .lg\:basis-1\/2 {
    -ms-flex-preferred-size: 50% !important;
    flex-basis: 50% !important;
  }
  .lg\:basis-1\/3 {
    -ms-flex-preferred-size: 33.333333% !important;
    flex-basis: 33.333333% !important;
  }
  .lg\:basis-1\/4 {
    -ms-flex-preferred-size: 25% !important;
    flex-basis: 25% !important;
  }
  .lg\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
  }
  .lg\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
  .lg\:justify-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .lg\:gap-1 {
    gap: 0.25rem !important;
  }
  .lg\:gap-x-6 {
    -webkit-column-gap: 1.5rem !important;
    -moz-column-gap: 1.5rem !important;
    column-gap: 1.5rem !important;
  }
  .lg\:space-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0px * var(--tw-space-y-reverse)) !important;
  }
  .lg\:border-transparent {
    border-color: transparent !important;
  }
  .lg\:px-9 {
    padding-left: 2.25rem !important;
    padding-right: 2.25rem !important;
  }
  .lg\:py-4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .lg\:pt-10 {
    padding-top: 2.5rem !important;
  }
  .lg\:text-left {
    text-align: left !important;
  }
  .lg\:text-2xl {
    font-size: 1.5rem !important;
    line-height: 2rem !important;
  }
  .lg\:text-4xl {
    font-size: 2.25rem !important;
    line-height: 2.5rem !important;
  }
  .lg\:text-6xl {
    font-size: 3.75rem !important;
    line-height: 1 !important;
  }
  .lg\:text-7xl {
    font-size: 4.5rem !important;
    line-height: 1 !important;
  }
  .dark\:lg\:border-transparent:is([data-mode="dark"] *) {
    border-color: transparent !important;
  }
  .dark\:lg\:hover\:\[paint-order\:markers\]:hover:is([data-mode="dark"] *) {
    paint-order: markers !important;
  }
}
@media (min-width: 1140px) {
  .xl\:col-span-1 {
    grid-column: span 1 / span 1 !important;
  }
  .xl\:col-span-10 {
    grid-column: span 10 / span 10 !important;
  }
  .xl\:col-span-11 {
    grid-column: span 11 / span 11 !important;
  }
  .xl\:col-span-2 {
    grid-column: span 2 / span 2 !important;
  }
  .xl\:col-span-3 {
    grid-column: span 3 / span 3 !important;
  }
  .xl\:col-span-4 {
    grid-column: span 4 / span 4 !important;
  }
  .xl\:col-span-6 {
    grid-column: span 6 / span 6 !important;
  }
  .xl\:col-span-9 {
    grid-column: span 9 / span 9 !important;
  }
  .xl\:col-start-2 {
    grid-column-start: 2 !important;
  }
  .xl\:mb-0 {
    margin-bottom: 0 !important;
  }
  .xl\:mb-10 {
    margin-bottom: 2.5rem !important;
  }
  .xl\:block {
    display: block !important;
  }
  .xl\:h-screen {
    height: 100vh !important;
  }
  .xl\:columns-3 {
    -webkit-columns: 3 !important;
    -moz-columns: 3 !important;
    columns: 3 !important;
  }
  .xl\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
  }
  .xl\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
  .xl\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
  .xl\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
  .xl\:border-l-0 {
    border-left-width: 0px !important;
  }
  .xl\:p-12 {
    padding: 3rem !important;
  }
}
@media (min-width: 1320px) {
  .\32xl\:col-span-3 {
    grid-column: span 3 / span 3 !important;
  }
  .\32xl\:col-span-4 {
    grid-column: span 4 / span 4 !important;
  }
  .\32xl\:col-span-5 {
    grid-column: span 5 / span 5 !important;
  }
  .\32xl\:col-span-7 {
    grid-column: span 7 / span 7 !important;
  }
  .\32xl\:col-span-8 {
    grid-column: span 8 / span 8 !important;
  }
  .\32xl\:col-span-9 {
    grid-column: span 9 / span 9 !important;
  }
  .\32xl\:mr-0 {
    margin-right: 0 !important;
  }
  .\32xl\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
  .\32xl\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
  .\32xl\:gap-6 {
    gap: 1.5rem !important;
  }
}
.ltr\:\!left-0:where([dir="ltr"], [dir="ltr"] *) {
  left: 0 !important;
}
.ltr\:\!left-auto:where([dir="ltr"], [dir="ltr"] *) {
  left: auto !important;
}
.ltr\:\!right-0:where([dir="ltr"], [dir="ltr"] *) {
  right: 0 !important;
}
.ltr\:\!right-auto:where([dir="ltr"], [dir="ltr"] *) {
  right: auto !important;
}
.ltr\:-left-2:where([dir="ltr"], [dir="ltr"] *) {
  left: -0.5rem !important;
}
.ltr\:-right-0:where([dir="ltr"], [dir="ltr"] *) {
  right: -0px !important;
}
.ltr\:-right-1:where([dir="ltr"], [dir="ltr"] *) {
  right: -0.25rem !important;
}
.ltr\:-right-20:where([dir="ltr"], [dir="ltr"] *) {
  right: -5rem !important;
}
.ltr\:-right-3:where([dir="ltr"], [dir="ltr"] *) {
  right: -0.75rem !important;
}
.ltr\:left-0:where([dir="ltr"], [dir="ltr"] *) {
  left: 0 !important;
}
.ltr\:left-10:where([dir="ltr"], [dir="ltr"] *) {
  left: 2.5rem !important;
}
.ltr\:left-24:where([dir="ltr"], [dir="ltr"] *) {
  left: 6rem !important;
}
.ltr\:left-80:where([dir="ltr"], [dir="ltr"] *) {
  left: 20rem !important;
}
.ltr\:right-0:where([dir="ltr"], [dir="ltr"] *) {
  right: 0 !important;
}
.ltr\:right-1:where([dir="ltr"], [dir="ltr"] *) {
  right: 0.25rem !important;
}
.ltr\:right-1\.5:where([dir="ltr"], [dir="ltr"] *) {
  right: 0.375rem !important;
}
.ltr\:right-2:where([dir="ltr"], [dir="ltr"] *) {
  right: 0.5rem !important;
}
.ltr\:right-3:where([dir="ltr"], [dir="ltr"] *) {
  right: 0.75rem !important;
}
.ltr\:right-5:where([dir="ltr"], [dir="ltr"] *) {
  right: 1.25rem !important;
}
.ltr\:right-\[200px\]:where([dir="ltr"], [dir="ltr"] *) {
  right: 200px !important;
}
.ltr\:right-auto:where([dir="ltr"], [dir="ltr"] *) {
  right: auto !important;
}
.ltr\:float-right:where([dir="ltr"], [dir="ltr"] *) {
  float: right !important;
}
.ltr\:ltr\:\!float-right:where([dir="ltr"], [dir="ltr"] *):where(
    [dir="ltr"],
    [dir="ltr"] *
  ) {
  float: right !important;
}
.ltr\:float-left:where([dir="ltr"], [dir="ltr"] *) {
  float: left !important;
}
.ltr\:-ml-\[52px\]:where([dir="ltr"], [dir="ltr"] *) {
  margin-left: -52px !important;
}
.ltr\:ml-0:where([dir="ltr"], [dir="ltr"] *) {
  margin-left: 0 !important;
}
.ltr\:ml-1:where([dir="ltr"], [dir="ltr"] *) {
  margin-left: 0.25rem !important;
}
.ltr\:ml-1\.5:where([dir="ltr"], [dir="ltr"] *) {
  margin-left: 0.375rem !important;
}
.ltr\:ml-2:where([dir="ltr"], [dir="ltr"] *) {
  margin-left: 0.5rem !important;
}
.ltr\:ml-3:where([dir="ltr"], [dir="ltr"] *) {
  margin-left: 0.75rem !important;
}
.ltr\:ml-4:where([dir="ltr"], [dir="ltr"] *) {
  margin-left: 1rem !important;
}
.ltr\:ml-5:where([dir="ltr"], [dir="ltr"] *) {
  margin-left: 1.25rem !important;
}
.ltr\:ml-8:where([dir="ltr"], [dir="ltr"] *) {
  margin-left: 2rem !important;
}
.ltr\:ml-auto:where([dir="ltr"], [dir="ltr"] *) {
  margin-left: auto !important;
}
.ltr\:mr-1:where([dir="ltr"], [dir="ltr"] *) {
  margin-right: 0.25rem !important;
}
.ltr\:mr-10:where([dir="ltr"], [dir="ltr"] *) {
  margin-right: 2.5rem !important;
}
.ltr\:mr-2:where([dir="ltr"], [dir="ltr"] *) {
  margin-right: 0.5rem !important;
}
.ltr\:mr-3:where([dir="ltr"], [dir="ltr"] *) {
  margin-right: 0.75rem !important;
}
.ltr\:mr-4:where([dir="ltr"], [dir="ltr"] *) {
  margin-right: 1rem !important;
}
.ltr\:mr-5:where([dir="ltr"], [dir="ltr"] *) {
  margin-right: 1.25rem !important;
}
.ltr\:mr-\[10px\]:where([dir="ltr"], [dir="ltr"] *) {
  margin-right: 10px !important;
}
.ltr\:hidden:where([dir="ltr"], [dir="ltr"] *) {
  display: none !important;
}
.ltr\:rotate-45:where([dir="ltr"], [dir="ltr"] *) {
  --tw-rotate: 45deg !important;
  -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
}
.ltr\:rounded-l:where([dir="ltr"], [dir="ltr"] *) {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}
.ltr\:rounded-l-lg:where([dir="ltr"], [dir="ltr"] *) {
  border-top-left-radius: 0.5rem !important;
  border-bottom-left-radius: 0.5rem !important;
}
.ltr\:rounded-l-none:where([dir="ltr"], [dir="ltr"] *) {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.ltr\:rounded-r:where([dir="ltr"], [dir="ltr"] *) {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}
.ltr\:rounded-r-lg:where([dir="ltr"], [dir="ltr"] *) {
  border-top-right-radius: 0.5rem !important;
  border-bottom-right-radius: 0.5rem !important;
}
.ltr\:rounded-r-none:where([dir="ltr"], [dir="ltr"] *) {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.ltr\:border-b:where([dir="ltr"], [dir="ltr"] *) {
  border-bottom-width: 1px !important;
}
.ltr\:border-l:where([dir="ltr"], [dir="ltr"] *) {
  border-left-width: 1px !important;
}
.ltr\:border-l-0:where([dir="ltr"], [dir="ltr"] *) {
  border-left-width: 0px !important;
}
.ltr\:border-r:where([dir="ltr"], [dir="ltr"] *) {
  border-right-width: 1px !important;
}
.ltr\:border-r-0:where([dir="ltr"], [dir="ltr"] *) {
  border-right-width: 0px !important;
}
.ltr\:pl-1\.5:where([dir="ltr"], [dir="ltr"] *) {
  padding-left: 0.375rem !important;
}
.ltr\:pl-20:where([dir="ltr"], [dir="ltr"] *) {
  padding-left: 5rem !important;
}
.ltr\:pl-3:where([dir="ltr"], [dir="ltr"] *) {
  padding-left: 0.75rem !important;
}
.ltr\:pl-4:where([dir="ltr"], [dir="ltr"] *) {
  padding-left: 1rem !important;
}
.ltr\:pl-5:where([dir="ltr"], [dir="ltr"] *) {
  padding-left: 1.25rem !important;
}
.ltr\:pl-6:where([dir="ltr"], [dir="ltr"] *) {
  padding-left: 1.5rem !important;
}
.ltr\:pr-0:where([dir="ltr"], [dir="ltr"] *) {
  padding-right: 0 !important;
}
.ltr\:pr-5:where([dir="ltr"], [dir="ltr"] *) {
  padding-right: 1.25rem !important;
}
.ltr\:pr-6:where([dir="ltr"], [dir="ltr"] *) {
  padding-right: 1.5rem !important;
}
.ltr\:text-left:where([dir="ltr"], [dir="ltr"] *) {
  text-align: left !important;
}
.ltr\:text-right:where([dir="ltr"], [dir="ltr"] *) {
  text-align: right !important;
}
.ltr\:after\:-right-3:where([dir="ltr"], [dir="ltr"] *):after {
  content: var(--tw-content) !important;
  right: -0.75rem !important;
}
.ltr\:after\:left-\[2px\]:where([dir="ltr"], [dir="ltr"] *):after {
  content: var(--tw-content) !important;
  left: 2px !important;
}
.ltr\:after\:left-\[62\%\]:where([dir="ltr"], [dir="ltr"] *):after {
  content: var(--tw-content) !important;
  left: 62% !important;
}
.ltr\:after\:border-l-green-400:where([dir="ltr"], [dir="ltr"] *):after {
  content: var(--tw-content) !important;
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(61 188 137 / var(--tw-border-opacity)) !important;
}
.ltr\:after\:border-l-red-400:where([dir="ltr"], [dir="ltr"] *):after {
  content: var(--tw-content) !important;
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(253 112 109 / var(--tw-border-opacity)) !important;
}
.ltr\:after\:border-l-sky-400:where([dir="ltr"], [dir="ltr"] *):after {
  content: var(--tw-content) !important;
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(91 174 240 / var(--tw-border-opacity)) !important;
}
.ltr\:after\:border-l-yellow-400:where([dir="ltr"], [dir="ltr"] *):after {
  content: var(--tw-content) !important;
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(255 197 99 / var(--tw-border-opacity)) !important;
}
@media (min-width: 540px) {
  .ltr\:sm\:ml-3:where([dir="ltr"], [dir="ltr"] *) {
    margin-left: 0.75rem !important;
  }
  .ltr\:sm\:ml-4:where([dir="ltr"], [dir="ltr"] *) {
    margin-left: 1rem !important;
  }
  .ltr\:sm\:flex-row-reverse:where([dir="ltr"], [dir="ltr"] *) {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .ltr\:sm\:text-left:where([dir="ltr"], [dir="ltr"] *) {
    text-align: left !important;
  }
}
@media (min-width: 720px) {
  .ltr\:md\:-right-2:where([dir="ltr"], [dir="ltr"] *) {
    right: -0.5rem !important;
  }
  .md\:ltr\:left-\[50\%\]:where([dir="ltr"], [dir="ltr"] *) {
    left: 50% !important;
  }
  .ltr\:md\:float-right:where([dir="ltr"], [dir="ltr"] *) {
    float: right !important;
  }
  .ltr\:md\:ml-2:where([dir="ltr"], [dir="ltr"] *) {
    margin-left: 0.5rem !important;
  }
  .ltr\:md\:ml-5:where([dir="ltr"], [dir="ltr"] *) {
    margin-left: 1.25rem !important;
  }
  .ltr\:md\:ml-auto:where([dir="ltr"], [dir="ltr"] *) {
    margin-left: auto !important;
  }
  .ltr\:md\:space-x-3:where([dir="ltr"], [dir="ltr"] *)
    > :not([hidden])
    ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.75rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }
}
@media (min-width: 1140px) {
  .ltr\:xl\:mr-2:where([dir="ltr"], [dir="ltr"] *) {
    margin-right: 0.5rem !important;
  }
}
.rtl\:\!left-0:where([dir="rtl"], [dir="rtl"] *) {
  left: 0 !important;
}
.rtl\:\!left-auto:where([dir="rtl"], [dir="rtl"] *) {
  left: auto !important;
}
.rtl\:\!right-0:where([dir="rtl"], [dir="rtl"] *) {
  right: 0 !important;
}
.rtl\:\!right-auto:where([dir="rtl"], [dir="rtl"] *) {
  right: auto !important;
}
.rtl\:-left-0:where([dir="rtl"], [dir="rtl"] *) {
  left: -0px !important;
}
.rtl\:-left-1:where([dir="rtl"], [dir="rtl"] *) {
  left: -0.25rem !important;
}
.rtl\:-left-20:where([dir="rtl"], [dir="rtl"] *) {
  left: -5rem !important;
}
.rtl\:-left-3:where([dir="rtl"], [dir="rtl"] *) {
  left: -0.75rem !important;
}
.rtl\:-left-4:where([dir="rtl"], [dir="rtl"] *) {
  left: -1rem !important;
}
.rtl\:-right-2:where([dir="rtl"], [dir="rtl"] *) {
  right: -0.5rem !important;
}
.rtl\:-top-1:where([dir="rtl"], [dir="rtl"] *) {
  top: -0.25rem !important;
}
.rtl\:left-0:where([dir="rtl"], [dir="rtl"] *) {
  left: 0 !important;
}
.rtl\:left-1:where([dir="rtl"], [dir="rtl"] *) {
  left: 0.25rem !important;
}
.rtl\:left-1\.5:where([dir="rtl"], [dir="rtl"] *) {
  left: 0.375rem !important;
}
.rtl\:left-2:where([dir="rtl"], [dir="rtl"] *) {
  left: 0.5rem !important;
}
.rtl\:left-3:where([dir="rtl"], [dir="rtl"] *) {
  left: 0.75rem !important;
}
.rtl\:left-5:where([dir="rtl"], [dir="rtl"] *) {
  left: 1.25rem !important;
}
.rtl\:left-\[200px\]:where([dir="rtl"], [dir="rtl"] *) {
  left: 200px !important;
}
.rtl\:left-auto:where([dir="rtl"], [dir="rtl"] *) {
  left: auto !important;
}
.rtl\:right-0:where([dir="rtl"], [dir="rtl"] *) {
  right: 0 !important;
}
.rtl\:right-10:where([dir="rtl"], [dir="rtl"] *) {
  right: 2.5rem !important;
}
.rtl\:right-24:where([dir="rtl"], [dir="rtl"] *) {
  right: 6rem !important;
}
.rtl\:right-6:where([dir="rtl"], [dir="rtl"] *) {
  right: 1.5rem !important;
}
.rtl\:right-80:where([dir="rtl"], [dir="rtl"] *) {
  right: 20rem !important;
}
.rtl\:right-auto:where([dir="rtl"], [dir="rtl"] *) {
  right: auto !important;
}
.rtl\:float-right:where([dir="rtl"], [dir="rtl"] *) {
  float: right !important;
}
.rtl\:\!float-left:where([dir="rtl"], [dir="rtl"] *) {
  float: left !important;
}
.rtl\:float-left:where([dir="rtl"], [dir="rtl"] *) {
  float: left !important;
}
.rtl\:-mr-14:where([dir="rtl"], [dir="rtl"] *) {
  margin-right: -3.5rem !important;
}
.rtl\:ml-0:where([dir="rtl"], [dir="rtl"] *) {
  margin-left: 0 !important;
}
.rtl\:ml-1:where([dir="rtl"], [dir="rtl"] *) {
  margin-left: 0.25rem !important;
}
.rtl\:ml-10:where([dir="rtl"], [dir="rtl"] *) {
  margin-left: 2.5rem !important;
}
.rtl\:ml-2:where([dir="rtl"], [dir="rtl"] *) {
  margin-left: 0.5rem !important;
}
.rtl\:ml-3:where([dir="rtl"], [dir="rtl"] *) {
  margin-left: 0.75rem !important;
}
.rtl\:ml-4:where([dir="rtl"], [dir="rtl"] *) {
  margin-left: 1rem !important;
}
.rtl\:ml-5:where([dir="rtl"], [dir="rtl"] *) {
  margin-left: 1.25rem !important;
}
.rtl\:ml-\[10px\]:where([dir="rtl"], [dir="rtl"] *) {
  margin-left: 10px !important;
}
.rtl\:mr-1:where([dir="rtl"], [dir="rtl"] *) {
  margin-right: 0.25rem !important;
}
.rtl\:mr-1\.5:where([dir="rtl"], [dir="rtl"] *) {
  margin-right: 0.375rem !important;
}
.rtl\:mr-2:where([dir="rtl"], [dir="rtl"] *) {
  margin-right: 0.5rem !important;
}
.rtl\:mr-3:where([dir="rtl"], [dir="rtl"] *) {
  margin-right: 0.75rem !important;
}
.rtl\:mr-4:where([dir="rtl"], [dir="rtl"] *) {
  margin-right: 1rem !important;
}
.rtl\:mr-5:where([dir="rtl"], [dir="rtl"] *) {
  margin-right: 1.25rem !important;
}
.rtl\:mr-8:where([dir="rtl"], [dir="rtl"] *) {
  margin-right: 2rem !important;
}
.rtl\:mr-\[68px\]:where([dir="rtl"], [dir="rtl"] *) {
  margin-right: 68px !important;
}
.rtl\:mr-auto:where([dir="rtl"], [dir="rtl"] *) {
  margin-right: auto !important;
}
.rtl\:hidden:where([dir="rtl"], [dir="rtl"] *) {
  display: none !important;
}
.rtl\:-rotate-45:where([dir="rtl"], [dir="rtl"] *) {
  --tw-rotate: -45deg !important;
  -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
}
.rtl\:rotate-180:where([dir="rtl"], [dir="rtl"] *) {
  --tw-rotate: 180deg !important;
  -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
}
.rtl\:space-x-reverse:where([dir="rtl"], [dir="rtl"] *)
  > :not([hidden])
  ~ :not([hidden]) {
  --tw-space-x-reverse: 1 !important;
}
.rtl\:rounded-l:where([dir="rtl"], [dir="rtl"] *) {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}
.rtl\:rounded-l-lg:where([dir="rtl"], [dir="rtl"] *) {
  border-top-left-radius: 0.5rem !important;
  border-bottom-left-radius: 0.5rem !important;
}
.rtl\:rounded-l-none:where([dir="rtl"], [dir="rtl"] *) {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.rtl\:rounded-r:where([dir="rtl"], [dir="rtl"] *) {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}
.rtl\:rounded-r-lg:where([dir="rtl"], [dir="rtl"] *) {
  border-top-right-radius: 0.5rem !important;
  border-bottom-right-radius: 0.5rem !important;
}
.rtl\:rounded-r-none:where([dir="rtl"], [dir="rtl"] *) {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.rtl\:border-l:where([dir="rtl"], [dir="rtl"] *) {
  border-left-width: 1px !important;
}
.rtl\:border-l-0:where([dir="rtl"], [dir="rtl"] *) {
  border-left-width: 0px !important;
}
.rtl\:border-r:where([dir="rtl"], [dir="rtl"] *) {
  border-right-width: 1px !important;
}
.rtl\:border-r-0:where([dir="rtl"], [dir="rtl"] *) {
  border-right-width: 0px !important;
}
.rtl\:border-t:where([dir="rtl"], [dir="rtl"] *) {
  border-top-width: 1px !important;
}
.rtl\:pl-5:where([dir="rtl"], [dir="rtl"] *) {
  padding-left: 1.25rem !important;
}
.rtl\:pl-6:where([dir="rtl"], [dir="rtl"] *) {
  padding-left: 1.5rem !important;
}
.rtl\:pr-1\.5:where([dir="rtl"], [dir="rtl"] *) {
  padding-right: 0.375rem !important;
}
.rtl\:pr-11:where([dir="rtl"], [dir="rtl"] *) {
  padding-right: 2.75rem !important;
}
.rtl\:pr-20:where([dir="rtl"], [dir="rtl"] *) {
  padding-right: 5rem !important;
}
.rtl\:pr-3:where([dir="rtl"], [dir="rtl"] *) {
  padding-right: 0.75rem !important;
}
.rtl\:pr-4:where([dir="rtl"], [dir="rtl"] *) {
  padding-right: 1rem !important;
}
.rtl\:pr-5:where([dir="rtl"], [dir="rtl"] *) {
  padding-right: 1.25rem !important;
}
.rtl\:pr-6:where([dir="rtl"], [dir="rtl"] *) {
  padding-right: 1.5rem !important;
}
.rtl\:text-left:where([dir="rtl"], [dir="rtl"] *) {
  text-align: left !important;
}
.rtl\:text-right:where([dir="rtl"], [dir="rtl"] *) {
  text-align: right !important;
}
.rtl\:after\:-left-3:where([dir="rtl"], [dir="rtl"] *):after {
  content: var(--tw-content) !important;
  left: -0.75rem !important;
}
.rtl\:after\:right-4:where([dir="rtl"], [dir="rtl"] *):after {
  content: var(--tw-content) !important;
  right: 1rem !important;
}
.rtl\:after\:right-5:where([dir="rtl"], [dir="rtl"] *):after {
  content: var(--tw-content) !important;
  right: 1.25rem !important;
}
.rtl\:after\:right-6:where([dir="rtl"], [dir="rtl"] *):after {
  content: var(--tw-content) !important;
  right: 1.5rem !important;
}
.rtl\:after\:right-\[62\%\]:where([dir="rtl"], [dir="rtl"] *):after {
  content: var(--tw-content) !important;
  right: 62% !important;
}
.rtl\:after\:border-r-green-400:where([dir="rtl"], [dir="rtl"] *):after {
  content: var(--tw-content) !important;
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(61 188 137 / var(--tw-border-opacity)) !important;
}
.rtl\:after\:border-r-red-400:where([dir="rtl"], [dir="rtl"] *):after {
  content: var(--tw-content) !important;
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(253 112 109 / var(--tw-border-opacity)) !important;
}
.rtl\:after\:border-r-sky-400:where([dir="rtl"], [dir="rtl"] *):after {
  content: var(--tw-content) !important;
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(91 174 240 / var(--tw-border-opacity)) !important;
}
.rtl\:after\:border-r-yellow-400:where([dir="rtl"], [dir="rtl"] *):after {
  content: var(--tw-content) !important;
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(255 197 99 / var(--tw-border-opacity)) !important;
}
@media (min-width: 540px) {
  .rtl\:sm\:mr-3:where([dir="rtl"], [dir="rtl"] *) {
    margin-right: 0.75rem !important;
  }
  .rtl\:sm\:mr-4:where([dir="rtl"], [dir="rtl"] *) {
    margin-right: 1rem !important;
  }
  .rtl\:sm\:text-right:where([dir="rtl"], [dir="rtl"] *) {
    text-align: right !important;
  }
}
@media (min-width: 720px) {
  .md\:rtl\:right-\[50\%\]:where([dir="rtl"], [dir="rtl"] *) {
    right: 50% !important;
  }
  .rtl\:md\:-left-2:where([dir="rtl"], [dir="rtl"] *) {
    left: -0.5rem !important;
  }
  .rtl\:md\:mr-2:where([dir="rtl"], [dir="rtl"] *) {
    margin-right: 0.5rem !important;
  }
  .rtl\:md\:mr-5:where([dir="rtl"], [dir="rtl"] *) {
    margin-right: 1.25rem !important;
  }
  .rtl\:md\:mr-auto:where([dir="rtl"], [dir="rtl"] *) {
    margin-right: auto !important;
  }
  .rtl\:md\:space-x-0:where([dir="rtl"], [dir="rtl"] *)
    > :not([hidden])
    ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse))) !important;
  }
}
@media (min-width: 1140px) {
  .rtl\:xl\:ml-2:where([dir="rtl"], [dir="rtl"] *) {
    margin-left: 0.5rem !important;
  }
}
@media print {
  .print\:hidden {
    display: none !important;
  }
}
