/* node_modules/@nuviot/ui-styles/mat-theme.scss */
html {
  color-scheme: light;
  --mat-sys-background: light-dark(#faf9fd, #121316);
  --mat-sys-error: light-dark(#ba1a1a, #ffb4ab);
  --mat-sys-error-container: light-dark(#ffdad6, #93000a);
  --mat-sys-inverse-on-surface: light-dark(#f2f0f4, #2f3033);
  --mat-sys-inverse-primary: light-dark(#abc7ff, #005cbb);
  --mat-sys-inverse-surface: light-dark(#2f3033, #e3e2e6);
  --mat-sys-on-background: light-dark(#1a1b1f, #e3e2e6);
  --mat-sys-on-error: light-dark(#ffffff, #690005);
  --mat-sys-on-error-container: light-dark(#93000a, #ffdad6);
  --mat-sys-on-primary: light-dark(#ffffff, #002f65);
  --mat-sys-on-primary-container: light-dark(#00458f, #d7e3ff);
  --mat-sys-on-primary-fixed: light-dark(#001b3f, #001b3f);
  --mat-sys-on-primary-fixed-variant: light-dark(#00458f, #00458f);
  --mat-sys-on-secondary: light-dark(#ffffff, #283041);
  --mat-sys-on-secondary-container: light-dark(#3e4759, #dae2f9);
  --mat-sys-on-secondary-fixed: light-dark(#131c2b, #131c2b);
  --mat-sys-on-secondary-fixed-variant: light-dark(#3e4759, #3e4759);
  --mat-sys-on-surface: light-dark(#1a1b1f, #e3e2e6);
  --mat-sys-on-surface-variant: light-dark(#44474e, #e0e2ec);
  --mat-sys-on-tertiary: light-dark(#ffffff, #002f65);
  --mat-sys-on-tertiary-container: light-dark(#00458f, #d7e3ff);
  --mat-sys-on-tertiary-fixed: light-dark(#001b3f, #001b3f);
  --mat-sys-on-tertiary-fixed-variant: light-dark(#00458f, #00458f);
  --mat-sys-outline: light-dark(#74777f, #8e9099);
  --mat-sys-outline-variant: light-dark(#c4c6d0, #44474e);
  --mat-sys-primary: light-dark(#005cbb, #abc7ff);
  --mat-sys-primary-container: light-dark(#d7e3ff, #00458f);
  --mat-sys-primary-fixed: light-dark(#d7e3ff, #d7e3ff);
  --mat-sys-primary-fixed-dim: light-dark(#abc7ff, #abc7ff);
  --mat-sys-scrim: light-dark(#000000, #000000);
  --mat-sys-secondary: light-dark(#565e71, #bec6dc);
  --mat-sys-secondary-container: light-dark(#dae2f9, #3e4759);
  --mat-sys-secondary-fixed: light-dark(#dae2f9, #dae2f9);
  --mat-sys-secondary-fixed-dim: light-dark(#bec6dc, #bec6dc);
  --mat-sys-shadow: light-dark(#000000, #000000);
  --mat-sys-surface: light-dark(#faf9fd, #121316);
  --mat-sys-surface-bright: light-dark(#faf9fd, #38393c);
  --mat-sys-surface-container: light-dark(#efedf0, #1f2022);
  --mat-sys-surface-container-high: light-dark(#e9e7eb, #292a2c);
  --mat-sys-surface-container-highest: light-dark(#e3e2e6, #343537);
  --mat-sys-surface-container-low: light-dark(#f4f3f6, #1a1b1f);
  --mat-sys-surface-container-lowest: light-dark(#ffffff, #0d0e11);
  --mat-sys-surface-dim: light-dark(#dbd9dd, #121316);
  --mat-sys-surface-tint: light-dark(#005cbb, #abc7ff);
  --mat-sys-surface-variant: light-dark(#e0e2ec, #44474e);
  --mat-sys-tertiary: light-dark(#005cbb, #abc7ff);
  --mat-sys-tertiary-container: light-dark(#d7e3ff, #00458f);
  --mat-sys-tertiary-fixed: light-dark(#d7e3ff, #d7e3ff);
  --mat-sys-tertiary-fixed-dim: light-dark(#abc7ff, #abc7ff);
  --mat-sys-neutral-variant20: #2d3038;
  --mat-sys-neutral10: #1a1b1f;
  --mat-sys-level0:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-sys-level1:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-sys-level2:
    0px 3px 3px -2px rgba(0, 0, 0, 0.2),
    0px 3px 4px 0px rgba(0, 0, 0, 0.14),
    0px 1px 8px 0px rgba(0, 0, 0, 0.12);
  --mat-sys-level3:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mat-sys-level4:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-sys-level5:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mat-sys-body-large:
    400 1rem / 1.5rem -apple-system,
    BlinkMacSystemFont,
    Segoe UI,
    Roboto,
    Oxygen-Sans,
    Ubuntu,
    Cantarell,
    Helvetica Neue,
    sans-serif;
  --mat-sys-body-large-font:
    -apple-system,
    BlinkMacSystemFont,
    Segoe UI,
    Roboto,
    Oxygen-Sans,
    Ubuntu,
    Cantarell,
    Helvetica Neue,
    sans-serif;
  --mat-sys-body-large-line-height: 1.5rem;
  --mat-sys-body-large-size: 1rem;
  --mat-sys-body-large-tracking: 0.031rem;
  --mat-sys-body-large-weight: 400;
  --mat-sys-body-medium:
    400 0.875rem / 1.25rem -apple-system,
    BlinkMacSystemFont,
    Segoe UI,
    Roboto,
    Oxygen-Sans,
    Ubuntu,
    Cantarell,
    Helvetica Neue,
    sans-serif;
  --mat-sys-body-medium-font:
    -apple-system,
    BlinkMacSystemFont,
    Segoe UI,
    Roboto,
    Oxygen-Sans,
    Ubuntu,
    Cantarell,
    Helvetica Neue,
    sans-serif;
  --mat-sys-body-medium-line-height: 1.25rem;
  --mat-sys-body-medium-size: 0.875rem;
  --mat-sys-body-medium-tracking: 0.016rem;
  --mat-sys-body-medium-weight: 400;
  --mat-sys-body-small:
    400 0.75rem / 1rem -apple-system,
    BlinkMacSystemFont,
    Segoe UI,
    Roboto,
    Oxygen-Sans,
    Ubuntu,
    Cantarell,
    Helvetica Neue,
    sans-serif;
  --mat-sys-body-small-font:
    -apple-system,
    BlinkMacSystemFont,
    Segoe UI,
    Roboto,
    Oxygen-Sans,
    Ubuntu,
    Cantarell,
    Helvetica Neue,
    sans-serif;
  --mat-sys-body-small-line-height: 1rem;
  --mat-sys-body-small-size: 0.75rem;
  --mat-sys-body-small-tracking: 0.025rem;
  --mat-sys-body-small-weight: 400;
  --mat-sys-display-large:
    400 3.562rem / 4rem -apple-system,
    BlinkMacSystemFont,
    Segoe UI,
    Roboto,
    Oxygen-Sans,
    Ubuntu,
    Cantarell,
    Helvetica Neue,
    sans-serif;
  --mat-sys-display-large-font:
    -apple-system,
    BlinkMacSystemFont,
    Segoe UI,
    Roboto,
    Oxygen-Sans,
    Ubuntu,
    Cantarell,
    Helvetica Neue,
    sans-serif;
  --mat-sys-display-large-line-height: 4rem;
  --mat-sys-display-large-size: 3.562rem;
  --mat-sys-display-large-tracking: -0.016rem;
  --mat-sys-display-large-weight: 400;
  --mat-sys-display-medium:
    400 2.812rem / 3.25rem -apple-system,
    BlinkMacSystemFont,
    Segoe UI,
    Roboto,
    Oxygen-Sans,
    Ubuntu,
    Cantarell,
    Helvetica Neue,
    sans-serif;
  --mat-sys-display-medium-font:
    -apple-system,
    BlinkMacSystemFont,
    Segoe UI,
    Roboto,
    Oxygen-Sans,
    Ubuntu,
    Cantarell,
    Helvetica Neue,
    sans-serif;
  --mat-sys-display-medium-line-height: 3.25rem;
  --mat-sys-display-medium-size: 2.812rem;
  --mat-sys-display-medium-tracking: 0;
  --mat-sys-display-medium-weight: 400;
  --mat-sys-display-small:
    400 2.25rem / 2.75rem -apple-system,
    BlinkMacSystemFont,
    Segoe UI,
    Roboto,
    Oxygen-Sans,
    Ubuntu,
    Cantarell,
    Helvetica Neue,
    sans-serif;
  --mat-sys-display-small-font:
    -apple-system,
    BlinkMacSystemFont,
    Segoe UI,
    Roboto,
    Oxygen-Sans,
    Ubuntu,
    Cantarell,
    Helvetica Neue,
    sans-serif;
  --mat-sys-display-small-line-height: 2.75rem;
  --mat-sys-display-small-size: 2.25rem;
  --mat-sys-display-small-tracking: 0;
  --mat-sys-display-small-weight: 400;
  --mat-sys-headline-large:
    400 2rem / 2.5rem -apple-system,
    BlinkMacSystemFont,
    Segoe UI,
    Roboto,
    Oxygen-Sans,
    Ubuntu,
    Cantarell,
    Helvetica Neue,
    sans-serif;
  --mat-sys-headline-large-font:
    -apple-system,
    BlinkMacSystemFont,
    Segoe UI,
    Roboto,
    Oxygen-Sans,
    Ubuntu,
    Cantarell,
    Helvetica Neue,
    sans-serif;
  --mat-sys-headline-large-line-height: 2.5rem;
  --mat-sys-headline-large-size: 2rem;
  --mat-sys-headline-large-tracking: 0;
  --mat-sys-headline-large-weight: 400;
  --mat-sys-headline-medium:
    400 1.75rem / 2.25rem -apple-system,
    BlinkMacSystemFont,
    Segoe UI,
    Roboto,
    Oxygen-Sans,
    Ubuntu,
    Cantarell,
    Helvetica Neue,
    sans-serif;
  --mat-sys-headline-medium-font:
    -apple-system,
    BlinkMacSystemFont,
    Segoe UI,
    Roboto,
    Oxygen-Sans,
    Ubuntu,
    Cantarell,
    Helvetica Neue,
    sans-serif;
  --mat-sys-headline-medium-line-height: 2.25rem;
  --mat-sys-headline-medium-size: 1.75rem;
  --mat-sys-headline-medium-tracking: 0;
  --mat-sys-headline-medium-weight: 400;
  --mat-sys-headline-small:
    400 1.5rem / 2rem -apple-system,
    BlinkMacSystemFont,
    Segoe UI,
    Roboto,
    Oxygen-Sans,
    Ubuntu,
    Cantarell,
    Helvetica Neue,
    sans-serif;
  --mat-sys-headline-small-font:
    -apple-system,
    BlinkMacSystemFont,
    Segoe UI,
    Roboto,
    Oxygen-Sans,
    Ubuntu,
    Cantarell,
    Helvetica Neue,
    sans-serif;
  --mat-sys-headline-small-line-height: 2rem;
  --mat-sys-headline-small-size: 1.5rem;
  --mat-sys-headline-small-tracking: 0;
  --mat-sys-headline-small-weight: 400;
  --mat-sys-label-large:
    500 0.875rem / 1.25rem -apple-system,
    BlinkMacSystemFont,
    Segoe UI,
    Roboto,
    Oxygen-Sans,
    Ubuntu,
    Cantarell,
    Helvetica Neue,
    sans-serif;
  --mat-sys-label-large-font:
    -apple-system,
    BlinkMacSystemFont,
    Segoe UI,
    Roboto,
    Oxygen-Sans,
    Ubuntu,
    Cantarell,
    Helvetica Neue,
    sans-serif;
  --mat-sys-label-large-line-height: 1.25rem;
  --mat-sys-label-large-size: 0.875rem;
  --mat-sys-label-large-tracking: 0.006rem;
  --mat-sys-label-large-weight: 500;
  --mat-sys-label-large-weight-prominent: 700;
  --mat-sys-label-medium:
    500 0.75rem / 1rem -apple-system,
    BlinkMacSystemFont,
    Segoe UI,
    Roboto,
    Oxygen-Sans,
    Ubuntu,
    Cantarell,
    Helvetica Neue,
    sans-serif;
  --mat-sys-label-medium-font:
    -apple-system,
    BlinkMacSystemFont,
    Segoe UI,
    Roboto,
    Oxygen-Sans,
    Ubuntu,
    Cantarell,
    Helvetica Neue,
    sans-serif;
  --mat-sys-label-medium-line-height: 1rem;
  --mat-sys-label-medium-size: 0.75rem;
  --mat-sys-label-medium-tracking: 0.031rem;
  --mat-sys-label-medium-weight: 500;
  --mat-sys-label-medium-weight-prominent: 700;
  --mat-sys-label-small:
    500 0.688rem / 1rem -apple-system,
    BlinkMacSystemFont,
    Segoe UI,
    Roboto,
    Oxygen-Sans,
    Ubuntu,
    Cantarell,
    Helvetica Neue,
    sans-serif;
  --mat-sys-label-small-font:
    -apple-system,
    BlinkMacSystemFont,
    Segoe UI,
    Roboto,
    Oxygen-Sans,
    Ubuntu,
    Cantarell,
    Helvetica Neue,
    sans-serif;
  --mat-sys-label-small-line-height: 1rem;
  --mat-sys-label-small-size: 0.688rem;
  --mat-sys-label-small-tracking: 0.031rem;
  --mat-sys-label-small-weight: 500;
  --mat-sys-title-large:
    400 1.375rem / 1.75rem -apple-system,
    BlinkMacSystemFont,
    Segoe UI,
    Roboto,
    Oxygen-Sans,
    Ubuntu,
    Cantarell,
    Helvetica Neue,
    sans-serif;
  --mat-sys-title-large-font:
    -apple-system,
    BlinkMacSystemFont,
    Segoe UI,
    Roboto,
    Oxygen-Sans,
    Ubuntu,
    Cantarell,
    Helvetica Neue,
    sans-serif;
  --mat-sys-title-large-line-height: 1.75rem;
  --mat-sys-title-large-size: 1.375rem;
  --mat-sys-title-large-tracking: 0;
  --mat-sys-title-large-weight: 400;
  --mat-sys-title-medium:
    500 1rem / 1.5rem -apple-system,
    BlinkMacSystemFont,
    Segoe UI,
    Roboto,
    Oxygen-Sans,
    Ubuntu,
    Cantarell,
    Helvetica Neue,
    sans-serif;
  --mat-sys-title-medium-font:
    -apple-system,
    BlinkMacSystemFont,
    Segoe UI,
    Roboto,
    Oxygen-Sans,
    Ubuntu,
    Cantarell,
    Helvetica Neue,
    sans-serif;
  --mat-sys-title-medium-line-height: 1.5rem;
  --mat-sys-title-medium-size: 1rem;
  --mat-sys-title-medium-tracking: 0.009rem;
  --mat-sys-title-medium-weight: 500;
  --mat-sys-title-small:
    500 0.875rem / 1.25rem -apple-system,
    BlinkMacSystemFont,
    Segoe UI,
    Roboto,
    Oxygen-Sans,
    Ubuntu,
    Cantarell,
    Helvetica Neue,
    sans-serif;
  --mat-sys-title-small-font:
    -apple-system,
    BlinkMacSystemFont,
    Segoe UI,
    Roboto,
    Oxygen-Sans,
    Ubuntu,
    Cantarell,
    Helvetica Neue,
    sans-serif;
  --mat-sys-title-small-line-height: 1.25rem;
  --mat-sys-title-small-size: 0.875rem;
  --mat-sys-title-small-tracking: 0.006rem;
  --mat-sys-title-small-weight: 500;
  --mat-sys-corner-extra-large: 28px;
  --mat-sys-corner-extra-large-top: 28px 28px 0 0;
  --mat-sys-corner-extra-small: 4px;
  --mat-sys-corner-extra-small-top: 4px 4px 0 0;
  --mat-sys-corner-full: 9999px;
  --mat-sys-corner-large: 16px;
  --mat-sys-corner-large-end: 0 16px 16px 0;
  --mat-sys-corner-large-start: 16px 0 0 16px;
  --mat-sys-corner-large-top: 16px 16px 0 0;
  --mat-sys-corner-medium: 12px;
  --mat-sys-corner-none: 0;
  --mat-sys-corner-small: 8px;
  --mat-sys-dragged-state-layer-opacity: 0.16;
  --mat-sys-focus-state-layer-opacity: 0.12;
  --mat-sys-hover-state-layer-opacity: 0.08;
  --mat-sys-pressed-state-layer-opacity: 0.12;
}
body.dark-theme {
  color-scheme: dark;
}

/* node_modules/@angular/cdk/overlay-prebuilt.css */
.cdk-overlay-container,
.cdk-global-overlay-wrapper {
  pointer-events: none;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.cdk-overlay-container {
  position: fixed;
  z-index: 1000;
}
.cdk-overlay-container:empty {
  display: none;
}
.cdk-global-overlay-wrapper {
  display: flex;
  position: absolute;
  z-index: 1000;
}
.cdk-overlay-pane {
  position: absolute;
  pointer-events: auto;
  box-sizing: border-box;
  display: flex;
  max-width: 100%;
  max-height: 100%;
  z-index: 1000;
}
.cdk-overlay-backdrop {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  pointer-events: auto;
  -webkit-tap-highlight-color: transparent;
  opacity: 0;
  touch-action: manipulation;
  z-index: 1000;
  transition: opacity 400ms cubic-bezier(0.25, 0.8, 0.25, 1);
}
@media (prefers-reduced-motion) {
  .cdk-overlay-backdrop {
    transition-duration: 1ms;
  }
}
.cdk-overlay-backdrop-showing {
  opacity: 1;
}
@media (forced-colors: active) {
  .cdk-overlay-backdrop-showing {
    opacity: 0.6;
  }
}
.cdk-overlay-dark-backdrop {
  background: rgba(0, 0, 0, 0.32);
}
.cdk-overlay-transparent-backdrop {
  transition: visibility 1ms linear, opacity 1ms linear;
  visibility: hidden;
  opacity: 1;
}
.cdk-overlay-transparent-backdrop.cdk-overlay-backdrop-showing,
.cdk-high-contrast-active .cdk-overlay-transparent-backdrop {
  opacity: 0;
  visibility: visible;
}
.cdk-overlay-backdrop-noop-animation {
  transition: none;
}
.cdk-overlay-connected-position-bounding-box {
  position: absolute;
  display: flex;
  flex-direction: column;
  min-width: 1px;
  min-height: 1px;
  z-index: 1000;
}
.cdk-global-scrollblock {
  position: fixed;
  width: 100%;
  overflow-y: scroll;
}
.cdk-overlay-popover {
  background: none;
  border: none;
  padding: 0;
  outline: 0;
  overflow: visible;
  position: fixed;
  pointer-events: none;
  white-space: normal;
  color: inherit;
  text-decoration: none;
  width: 100%;
  height: 100%;
  inset: auto;
  top: 0;
  left: 0;
}
.cdk-overlay-popover::backdrop {
  display: none;
}
.cdk-overlay-popover .cdk-overlay-backdrop {
  position: fixed;
  z-index: auto;
}

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

/* node_modules/@nuviot/ui-styles/icons/A-E/style.css */
@font-face {
  font-family: "SL-ICONS-A-E";
  src: url("./media/SL-ICONS-A-E.eot?2225f6");
  src:
    url("./media/SL-ICONS-A-E.eot?2225f6#iefix") format("embedded-opentype"),
    url("./media/SL-ICONS-A-E.ttf?2225f6") format("truetype"),
    url("./media/SL-ICONS-A-E.woff?2225f6") format("woff"),
    url("./media/SL-ICONS-A-E.svg?2225f6#SL-ICONS-A-E") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-ae-],
[class*=icon-ae-] {
  font-family: "SL-ICONS-A-E" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-ae-511 .path1:before {
  content: "\e900";
  color: rgb(94, 159, 223);
}
.icon-ae-511 .path2:before {
  content: "\e901";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-ae-511 .path3:before {
  content: "\e902";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-511 .path4:before {
  content: "\e903";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-ae-511 .path5:before {
  content: "\e904";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-511 .path6:before {
  content: "\e905";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-ae-511 .path7:before {
  content: "\e906";
  margin-left: -1em;
  color: rgb(253, 253, 253);
}
.icon-ae-511 .path8:before {
  content: "\e907";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-511 .path9:before {
  content: "\e908";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-accounting .path1:before {
  content: "\e909";
  color: rgb(228, 194, 144);
}
.icon-ae-accounting .path2:before {
  content: "\e90a";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-accounting .path3:before {
  content: "\e90b";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-accounting .path4:before {
  content: "\e90c";
  margin-left: -1em;
  color: rgb(228, 194, 144);
}
.icon-ae-accounting .path5:before {
  content: "\e90d";
  margin-left: -1em;
  color: rgb(228, 194, 144);
}
.icon-ae-accounting .path6:before {
  content: "\e90e";
  margin-left: -1em;
  color: rgb(228, 194, 144);
}
.icon-ae-accounting .path7:before {
  content: "\e90f";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-accounting .path8:before {
  content: "\e910";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-ae-accounting .path9:before {
  content: "\e911";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-ae-accounting .path10:before {
  content: "\e912";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-ae-accounting .path11:before {
  content: "\e913";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-accounting .path12:before {
  content: "\e914";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-accounting .path13:before {
  content: "\e915";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-accounting .path14:before {
  content: "\e916";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-ae-accounting .path15:before {
  content: "\e917";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-ae-achivement .path1:before {
  content: "\e918";
  color: rgb(94, 159, 223);
}
.icon-ae-achivement .path2:before {
  content: "\e919";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-achivement .path3:before {
  content: "\e91a";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-ae-achivement .path4:before {
  content: "\e91b";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-achivement .path5:before {
  content: "\e91c";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-ae-achivement .path6:before {
  content: "\e91d";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-achivement .path7:before {
  content: "\e91e";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-achivement .path8:before {
  content: "\e91f";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-achivement .path9:before {
  content: "\e920";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-achivement .path10:before {
  content: "\e921";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-achivement .path11:before {
  content: "\e922";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-achivement .path12:before {
  content: "\e923";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-ae-achivement .path13:before {
  content: "\e924";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-ads .path1:before {
  content: "\e925";
  color: rgb(94, 159, 223);
}
.icon-ae-ads .path2:before {
  content: "\e926";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-ads .path3:before {
  content: "\e927";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-ae-ads .path4:before {
  content: "\e928";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-ads .path5:before {
  content: "\e929";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-ae-ads .path6:before {
  content: "\e92a";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-ads .path7:before {
  content: "\e92b";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-ae-ads .path8:before {
  content: "\e92c";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-ads .path9:before {
  content: "\e92d";
  margin-left: -1em;
  color: rgb(200, 200, 200);
}
.icon-ae-ads .path10:before {
  content: "\e92e";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-ae-ads .path11:before {
  content: "\e92f";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-ads .path12:before {
  content: "\e930";
  margin-left: -1em;
  color: rgb(253, 253, 253);
}
.icon-ae-ads .path13:before {
  content: "\e931";
  margin-left: -1em;
  color: rgb(253, 253, 253);
}
.icon-ae-ads .path14:before {
  content: "\e932";
  margin-left: -1em;
  color: rgb(253, 253, 253);
}
.icon-ae-ads .path15:before {
  content: "\e933";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-ae-ads .path16:before {
  content: "\e934";
  margin-left: -1em;
  color: rgb(200, 200, 200);
}
.icon-ae-ads-block .path1:before {
  content: "\e935";
  color: rgb(94, 159, 223);
}
.icon-ae-ads-block .path2:before {
  content: "\e936";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-ads-block .path3:before {
  content: "\e937";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-ads-block .path4:before {
  content: "\e938";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-ae-ads-block .path5:before {
  content: "\e939";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-ae-ads-block .path6:before {
  content: "\e93a";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-ads-block .path7:before {
  content: "\e93b";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-ads-block .path8:before {
  content: "\e93c";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-ads-block .path9:before {
  content: "\e93d";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-ads-block .path10:before {
  content: "\e93e";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-ads-block .path11:before {
  content: "\e93f";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-ae-ads-block .path12:before {
  content: "\e940";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-ads-block .path13:before {
  content: "\e941";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-ae-ads-block .path14:before {
  content: "\e942";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-ads-block .path15:before {
  content: "\e943";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-ae-ads-block .path16:before {
  content: "\e944";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-ads-block .path17:before {
  content: "\e945";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-agile .path1:before {
  content: "\e946";
  color: rgb(25, 118, 210);
}
.icon-ae-agile .path2:before {
  content: "\e947";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-agile .path3:before {
  content: "\e948";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-agile .path4:before {
  content: "\e949";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-agile .path5:before {
  content: "\e94a";
  margin-left: -1em;
  color: rgb(228, 194, 144);
}
.icon-ae-agile .path6:before {
  content: "\e94b";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-ae-agile .path7:before {
  content: "\e94c";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-agile .path8:before {
  content: "\e94d";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-agile .path9:before {
  content: "\e94e";
  margin-left: -1em;
  color: rgb(228, 194, 144);
}
.icon-ae-agile .path10:before {
  content: "\e94f";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-ae-ai .path1:before {
  content: "\e950";
  color: rgb(217, 217, 217);
}
.icon-ae-ai .path2:before {
  content: "\e951";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-ae-ai .path3:before {
  content: "\e952";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-ae-ai .path4:before {
  content: "\e953";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-ae-ai .path5:before {
  content: "\e954";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-ae-ai .path6:before {
  content: "\e955";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-ae-ai .path7:before {
  content: "\e956";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-ae-ai .path8:before {
  content: "\e957";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-ae-ai .path9:before {
  content: "\e958";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-ae-ai .path10:before {
  content: "\e959";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-ae-ai .path11:before {
  content: "\e95a";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-ae-ai .path12:before {
  content: "\e95b";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-ae-ai .path13:before {
  content: "\e95c";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-ae-ai .path14:before {
  content: "\e95d";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-ae-ai .path15:before {
  content: "\e95e";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-ae-ai .path16:before {
  content: "\e95f";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-ae-ai .path17:before {
  content: "\e960";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-ae-ai .path18:before {
  content: "\e961";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-ae-ai .path19:before {
  content: "\e962";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-ae-ai .path20:before {
  content: "\e963";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-ae-ai .path21:before {
  content: "\e964";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-ai .path22:before {
  content: "\e965";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-ae-ai .path23:before {
  content: "\e966";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-ai .path24:before {
  content: "\e967";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-ae-ai .path25:before {
  content: "\e968";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-ae-ai .path26:before {
  content: "\e969";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-ai .path27:before {
  content: "\e96a";
  margin-left: -1em;
  color: rgb(253, 253, 253);
}
.icon-ae-alchemy .path1:before {
  content: "\e96b";
  color: rgb(94, 159, 223);
}
.icon-ae-alchemy .path2:before {
  content: "\e96c";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-alchemy .path3:before {
  content: "\e96d";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-ae-alchemy .path4:before {
  content: "\e96e";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-ae-alchemy .path5:before {
  content: "\e96f";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-ae-alchemy .path6:before {
  content: "\e970";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-alchemy .path7:before {
  content: "\e971";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-alchemy .path8:before {
  content: "\e972";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-alchemy .path9:before {
  content: "\e973";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-alchemy .path10:before {
  content: "\e974";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-alchemy .path11:before {
  content: "\e975";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-alchemy .path12:before {
  content: "\e976";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-alchemy .path13:before {
  content: "\e977";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-alchemy .path14:before {
  content: "\e978";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-alchemy .path15:before {
  content: "\e979";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-antena-1 .path1:before {
  content: "\e97a";
  color: rgb(217, 217, 217);
}
.icon-ae-antena-1 .path2:before {
  content: "\e97b";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-antena-1 .path3:before {
  content: "\e97c";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-antena-1 .path4:before {
  content: "\e97d";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-antena-1 .path5:before {
  content: "\e97e";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-antena-1 .path6:before {
  content: "\e97f";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-ae-antena-1 .path7:before {
  content: "\e980";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-ae-antena-1 .path8:before {
  content: "\e981";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-ae-antena-1 .path9:before {
  content: "\e982";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-antena-1 .path10:before {
  content: "\e983";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-ae-antena-1 .path11:before {
  content: "\e984";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-ae-antena-2 .path1:before {
  content: "\e985";
  color: rgb(211, 142, 42);
}
.icon-ae-antena-2 .path2:before {
  content: "\e986";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-antena-2 .path3:before {
  content: "\e987";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-antena-2 .path4:before {
  content: "\e988";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-antena-2 .path5:before {
  content: "\e989";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-antena-2 .path6:before {
  content: "\e98a";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-antena-2 .path7:before {
  content: "\e98b";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-ae-antena-2 .path8:before {
  content: "\e98c";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-antena-2 .path9:before {
  content: "\e98d";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-antena-dish .path1:before {
  content: "\e98e";
  color: rgb(217, 217, 217);
}
.icon-ae-antena-dish .path2:before {
  content: "\e98f";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-ae-antena-dish .path3:before {
  content: "\e990";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-antena-dish .path4:before {
  content: "\e991";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-ae-antena-dish .path5:before {
  content: "\e992";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-antena-dish .path6:before {
  content: "\e993";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-ae-antena-dish .path7:before {
  content: "\e994";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-ae-antena-dish .path8:before {
  content: "\e995";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-antena-dish .path9:before {
  content: "\e996";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-antena-dish .path10:before {
  content: "\e997";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-antena-dish .path11:before {
  content: "\e998";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-antena-dish .path12:before {
  content: "\e999";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-anti-virus .path1:before {
  content: "\e99a";
  color: rgb(25, 118, 210);
}
.icon-ae-anti-virus .path2:before {
  content: "\e99b";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-anti-virus .path3:before {
  content: "\e99c";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-anti-virus .path4:before {
  content: "\e99d";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-anti-virus .path5:before {
  content: "\e99e";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-anti-virus .path6:before {
  content: "\e99f";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-anti-virus .path7:before {
  content: "\e9a0";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-anti-virus .path8:before {
  content: "\e9a1";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-anti-virus .path9:before {
  content: "\e9a2";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-anti-virus .path10:before {
  content: "\e9a3";
  margin-left: -1em;
  color: rgb(228, 194, 144);
}
.icon-ae-anti-virus .path11:before {
  content: "\e9a4";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-anti-virus .path12:before {
  content: "\e9a5";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-anti-virus .path13:before {
  content: "\e9a6";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-ae-api-1 .path1:before {
  content: "\e9a7";
  color: rgb(94, 159, 223);
}
.icon-ae-api-1 .path2:before {
  content: "\e9a8";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-api-1 .path3:before {
  content: "\e9a9";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-ae-api-1 .path4:before {
  content: "\e9aa";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-ae-api-1 .path5:before {
  content: "\e9ab";
  margin-left: -1em;
  color: rgb(228, 194, 144);
}
.icon-ae-api-1 .path6:before {
  content: "\e9ac";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-api-1 .path7:before {
  content: "\e9ad";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-ae-api-1 .path8:before {
  content: "\e9ae";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-api-1 .path9:before {
  content: "\e9af";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-api-1 .path10:before {
  content: "\e9b0";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-api-1 .path11:before {
  content: "\e9b1";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-api-1 .path12:before {
  content: "\e9b2";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-api-1 .path13:before {
  content: "\e9b3";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-api-1 .path14:before {
  content: "\e9b4";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-api-1 .path15:before {
  content: "\e9b5";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-ae-api-1 .path16:before {
  content: "\e9b6";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-ae-api-1 .path17:before {
  content: "\e9b7";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-ae-api-1 .path18:before {
  content: "\e9b8";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-ae-api-2 .path1:before {
  content: "\e9b9";
  color: rgb(25, 118, 210);
}
.icon-ae-api-2 .path2:before {
  content: "\e9ba";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-api-2 .path3:before {
  content: "\e9bb";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-ae-api-2 .path4:before {
  content: "\e9bc";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-ae-api-2 .path5:before {
  content: "\e9bd";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-api-2 .path6:before {
  content: "\e9be";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-api-2 .path7:before {
  content: "\e9bf";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-ae-api-2 .path8:before {
  content: "\e9c0";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-api-2 .path9:before {
  content: "\e9c1";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-api-2 .path10:before {
  content: "\e9c2";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-api-2 .path11:before {
  content: "\e9c3";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-api-2 .path12:before {
  content: "\e9c4";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-ae-api-2 .path13:before {
  content: "\e9c5";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-api-2 .path14:before {
  content: "\e9c6";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-api-2 .path15:before {
  content: "\e9c7";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-ae-apps .path1:before {
  content: "\e9c8";
  color: rgb(94, 159, 223);
}
.icon-ae-apps .path2:before {
  content: "\e9c9";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-ae-apps .path3:before {
  content: "\e9ca";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-apps .path4:before {
  content: "\e9cb";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-apps .path5:before {
  content: "\e9cc";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-ae-apps .path6:before {
  content: "\e9cd";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-apps .path7:before {
  content: "\e9ce";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-ae-apps .path8:before {
  content: "\e9cf";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-ae-apps .path9:before {
  content: "\e9d0";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-apps .path10:before {
  content: "\e9d1";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-ae-apps .path11:before {
  content: "\e9d2";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-ae-apps .path12:before {
  content: "\e9d3";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-apps .path13:before {
  content: "\e9d4";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-ae-apps .path14:before {
  content: "\e9d5";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-ae-apps .path15:before {
  content: "\e9d6";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-apps .path16:before {
  content: "\e9d7";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-apps .path17:before {
  content: "\e9d8";
  margin-left: -1em;
  color: rgb(228, 194, 144);
}
.icon-ae-apps .path18:before {
  content: "\e9d9";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-ae-ask .path1:before {
  content: "\e9da";
  color: rgb(25, 118, 210);
}
.icon-ae-ask .path2:before {
  content: "\e9db";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-ask .path3:before {
  content: "\e9dc";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-ask .path4:before {
  content: "\e9dd";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-ask .path5:before {
  content: "\e9de";
  margin-left: -1em;
  color: rgb(228, 194, 144);
}
.icon-ae-ask .path6:before {
  content: "\e9df";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-ae-ask .path7:before {
  content: "\e9e0";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-ask .path8:before {
  content: "\e9e1";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-ae-ask .path9:before {
  content: "\e9e2";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-ae-ask .path10:before {
  content: "\e9e3";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-ask .path11:before {
  content: "\e9e4";
  margin-left: -1em;
  color: rgb(228, 194, 144);
}
.icon-ae-ask .path12:before {
  content: "\e9e5";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-ae-ask .path13:before {
  content: "\e9e6";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-ae-ask .path14:before {
  content: "\e9e7";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-ask .path15:before {
  content: "\e9e8";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-ae-ask .path16:before {
  content: "\e9e9";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-ae-ask .path17:before {
  content: "\e9ea";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-ae-ask .path18:before {
  content: "\e9eb";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-ae-ask .path19:before {
  content: "\e9ec";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-ae-assist .path1:before {
  content: "\e9ed";
  color: rgb(217, 217, 217);
}
.icon-ae-assist .path2:before {
  content: "\e9ee";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-assist .path3:before {
  content: "\e9ef";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-ae-assist .path4:before {
  content: "\e9f0";
  margin-left: -1em;
  color: rgb(200, 200, 200);
}
.icon-ae-assist .path5:before {
  content: "\e9f1";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-assist .path6:before {
  content: "\e9f2";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-ae-assist .path7:before {
  content: "\e9f3";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-ae-assist .path8:before {
  content: "\e9f4";
  margin-left: -1em;
  color: rgb(228, 194, 144);
}
.icon-ae-assist .path9:before {
  content: "\e9f5";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-ae-assist .path10:before {
  content: "\e9f6";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-ae-assist .path11:before {
  content: "\e9f7";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-ae-assist .path12:before {
  content: "\e9f8";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-ae-assist .path13:before {
  content: "\e9f9";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-assist .path14:before {
  content: "\e9fa";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-bad-review .path1:before {
  content: "\e9fb";
  color: rgb(94, 159, 223);
}
.icon-ae-bad-review .path2:before {
  content: "\e9fc";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-bad-review .path3:before {
  content: "\e9fd";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-bad-review .path4:before {
  content: "\e9fe";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-bad-review .path5:before {
  content: "\e9ff";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-bad-review .path6:before {
  content: "\ea00";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-bad-review .path7:before {
  content: "\ea01";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-bad-review .path8:before {
  content: "\ea02";
  margin-left: -1em;
  color: rgb(228, 194, 144);
}
.icon-ae-bad-review .path9:before {
  content: "\ea03";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-ae-bad-review .path10:before {
  content: "\ea04";
  margin-left: -1em;
  color: rgb(228, 194, 144);
}
.icon-ae-bad-review .path11:before {
  content: "\ea05";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-bad-review .path12:before {
  content: "\ea06";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-bad-review .path13:before {
  content: "\ea07";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-bad-review .path14:before {
  content: "\ea08";
  margin-left: -1em;
  color: rgb(228, 194, 144);
}
.icon-ae-bad-review .path15:before {
  content: "\ea09";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-ae-bad-review .path16:before {
  content: "\ea0a";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-ae-bag .path1:before {
  content: "\ea0b";
  color: rgb(94, 159, 223);
}
.icon-ae-bag .path2:before {
  content: "\ea0c";
  margin-left: -0.71875em;
  color: rgb(255, 255, 255);
}
.icon-ae-bag .path3:before {
  content: "\ea0d";
  margin-left: -0.71875em;
  color: rgb(25, 118, 210);
}
.icon-ae-bag .path4:before {
  content: "\ea0e";
  margin-left: -0.71875em;
  color: rgb(25, 118, 210);
}
.icon-ae-bag .path5:before {
  content: "\ea0f";
  margin-left: -0.71875em;
  color: rgb(25, 118, 210);
}
.icon-ae-bag .path6:before {
  content: "\ea10";
  margin-left: -0.71875em;
  color: rgb(25, 118, 210);
}
.icon-ae-bag .path7:before {
  content: "\ea11";
  margin-left: -0.71875em;
  color: rgb(25, 118, 210);
}
.icon-ae-bag .path8:before {
  content: "\ea12";
  margin-left: -0.71875em;
  color: rgb(25, 118, 210);
}
.icon-ae-bag .path9:before {
  content: "\ea13";
  margin-left: -0.71875em;
  color: rgb(94, 159, 223);
}
.icon-ae-bag .path10:before {
  content: "\ea14";
  margin-left: -0.71875em;
  color: rgb(25, 118, 210);
}
.icon-ae-bag .path11:before {
  content: "\ea15";
  margin-left: -0.71875em;
  color: rgb(94, 159, 223);
}
.icon-ae-bag .path12:before {
  content: "\ea16";
  margin-left: -0.71875em;
  color: rgb(25, 118, 210);
}
.icon-ae-bag .path13:before {
  content: "\ea17";
  margin-left: -0.71875em;
  color: rgb(94, 159, 223);
}
.icon-ae-bag .path14:before {
  content: "\ea18";
  margin-left: -0.71875em;
  color: rgb(25, 118, 210);
}
.icon-ae-bag .path15:before {
  content: "\ea19";
  margin-left: -0.71875em;
  color: rgb(217, 217, 217);
}
.icon-ae-bag .path16:before {
  content: "\ea1a";
  margin-left: -0.71875em;
  color: rgb(211, 142, 42);
}
.icon-ae-bag .path17:before {
  content: "\ea1b";
  margin-left: -0.71875em;
  color: rgb(94, 159, 223);
}
.icon-ae-bag .path18:before {
  content: "\ea1c";
  margin-left: -0.71875em;
  color: rgb(243, 243, 243);
}
.icon-ae-bag .path19:before {
  content: "\ea1d";
  margin-left: -0.71875em;
  color: rgb(200, 200, 200);
}
.icon-ae-bag .path20:before {
  content: "\ea1e";
  margin-left: -0.71875em;
  color: rgb(211, 142, 42);
}
.icon-ae-bag .path21:before {
  content: "\ea1f";
  margin-left: -0.71875em;
  color: rgb(253, 253, 253);
}
.icon-ae-bag .path22:before {
  content: "\ea20";
  margin-left: -0.71875em;
  color: rgb(94, 159, 223);
}
.icon-ae-bag .path23:before {
  content: "\ea21";
  margin-left: -0.71875em;
  color: rgb(25, 118, 210);
}
.icon-ae-bag .path24:before {
  content: "\ea22";
  margin-left: -0.71875em;
  color: rgb(25, 118, 210);
}
.icon-ae-bag .path25:before {
  content: "\ea23";
  margin-left: -0.71875em;
  color: rgb(94, 159, 223);
}
.icon-ae-bag .path26:before {
  content: "\ea24";
  margin-left: -0.71875em;
  color: rgb(94, 159, 223);
}
.icon-ae-bank .path1:before {
  content: "\ea25";
  color: rgb(25, 118, 210);
}
.icon-ae-bank .path2:before {
  content: "\ea26";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-bank .path3:before {
  content: "\ea27";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-bank .path4:before {
  content: "\ea28";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-bank .path5:before {
  content: "\ea29";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-bank .path6:before {
  content: "\ea2a";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-bank .path7:before {
  content: "\ea2b";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-bank .path8:before {
  content: "\ea2c";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-bank .path9:before {
  content: "\ea2d";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-bank .path10:before {
  content: "\ea2e";
  margin-left: -1em;
  color: rgb(253, 253, 253);
}
.icon-ae-banned .path1:before {
  content: "\ea2f";
  color: rgb(94, 159, 223);
}
.icon-ae-banned .path2:before {
  content: "\ea30";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-banned .path3:before {
  content: "\ea31";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-banned .path4:before {
  content: "\ea32";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-banned .path5:before {
  content: "\ea33";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-ae-banned .path6:before {
  content: "\ea34";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-banned .path7:before {
  content: "\ea35";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-banned .path8:before {
  content: "\ea36";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-ae-banned .path9:before {
  content: "\ea37";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-banned .path10:before {
  content: "\ea38";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-ae-banned .path11:before {
  content: "\ea39";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-ae-banned .path12:before {
  content: "\ea3a";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-ae-banned .path13:before {
  content: "\ea3b";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-ae-barcode .path1:before {
  content: "\ea3c";
  color: rgb(243, 243, 243);
}
.icon-ae-barcode .path2:before {
  content: "\ea3d";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-barcode .path3:before {
  content: "\ea3e";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-barcode .path4:before {
  content: "\ea3f";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-barcode .path5:before {
  content: "\ea40";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-barcode .path6:before {
  content: "\ea41";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-barcode .path7:before {
  content: "\ea42";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-barcode .path8:before {
  content: "\ea43";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-barcode .path9:before {
  content: "\ea44";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-barcode .path10:before {
  content: "\ea45";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-barcode .path11:before {
  content: "\ea46";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-barcode .path12:before {
  content: "\ea47";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-ae-barcode .path13:before {
  content: "\ea48";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-barcode .path14:before {
  content: "\ea49";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-barcode .path15:before {
  content: "\ea4a";
  margin-left: -1em;
  color: rgb(253, 253, 253);
}
.icon-ae-bill-1 .path1:before {
  content: "\ea4b";
  color: rgb(243, 243, 243);
}
.icon-ae-bill-1 .path2:before {
  content: "\ea4c";
  margin-left: -0.9375em;
  color: rgb(217, 217, 217);
}
.icon-ae-bill-1 .path3:before {
  content: "\ea4d";
  margin-left: -0.9375em;
  color: rgb(200, 200, 200);
}
.icon-ae-bill-1 .path4:before {
  content: "\ea4e";
  margin-left: -0.9375em;
  color: rgb(94, 159, 223);
}
.icon-ae-bill-1 .path5:before {
  content: "\ea4f";
  margin-left: -0.9375em;
  color: rgb(25, 118, 210);
}
.icon-ae-bill-1 .path6:before {
  content: "\ea50";
  margin-left: -0.9375em;
  color: rgb(25, 118, 210);
}
.icon-ae-bill-1 .path7:before {
  content: "\ea51";
  margin-left: -0.9375em;
  color: rgb(211, 142, 42);
}
.icon-ae-bill-1 .path8:before {
  content: "\ea52";
  margin-left: -0.9375em;
  color: rgb(217, 217, 217);
}
.icon-ae-bill-1 .path9:before {
  content: "\ea53";
  margin-left: -0.9375em;
  color: rgb(94, 159, 223);
}
.icon-ae-bill-2 .path1:before {
  content: "\ea54";
  color: rgb(243, 243, 243);
}
.icon-ae-bill-2 .path2:before {
  content: "\ea55";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-ae-bill-2 .path3:before {
  content: "\ea56";
  margin-left: -1em;
  color: rgb(200, 200, 200);
}
.icon-ae-bill-2 .path4:before {
  content: "\ea57";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-ae-bill-2 .path5:before {
  content: "\ea58";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-bill-2 .path6:before {
  content: "\ea59";
  margin-left: -1em;
  color: rgb(253, 253, 253);
}
.icon-ae-bill-2 .path7:before {
  content: "\ea5a";
  margin-left: -1em;
  color: rgb(228, 194, 144);
}
.icon-ae-bill-2 .path8:before {
  content: "\ea5b";
  margin-left: -1em;
  color: rgb(228, 194, 144);
}
.icon-ae-bill-2 .path9:before {
  content: "\ea5c";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-bill-2 .path10:before {
  content: "\ea5d";
  margin-left: -1em;
  color: rgb(228, 194, 144);
}
.icon-ae-bill-2 .path11:before {
  content: "\ea5e";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-bill-2 .path12:before {
  content: "\ea5f";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-ae-bill-2 .path13:before {
  content: "\ea60";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-bill-2 .path14:before {
  content: "\ea61";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-ae-bill-2 .path15:before {
  content: "\ea62";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-bill-2 .path16:before {
  content: "\ea63";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-ae-bill-2 .path17:before {
  content: "\ea64";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-bill-2 .path18:before {
  content: "\ea65";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-ae-bill-2 .path19:before {
  content: "\ea66";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-bill-2 .path20:before {
  content: "\ea67";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-ae-bill-2 .path21:before {
  content: "\ea68";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-bill-2 .path22:before {
  content: "\ea69";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-bill-2 .path23:before {
  content: "\ea6a";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-ae-bill-2 .path24:before {
  content: "\ea6b";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-binary .path1:before {
  content: "\ea6c";
  color: rgb(94, 159, 223);
}
.icon-ae-binary .path2:before {
  content: "\ea6d";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-binary .path3:before {
  content: "\ea6e";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-binary .path4:before {
  content: "\ea6f";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-ae-binary .path5:before {
  content: "\ea70";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-ae-binary .path6:before {
  content: "\ea71";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-binary .path7:before {
  content: "\ea72";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-ae-binary .path8:before {
  content: "\ea73";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-binary .path9:before {
  content: "\ea74";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-ae-binary .path10:before {
  content: "\ea75";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-binary .path11:before {
  content: "\ea76";
  margin-left: -1em;
  color: rgb(228, 194, 144);
}
.icon-ae-binary .path12:before {
  content: "\ea77";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-ae-binary .path13:before {
  content: "\ea78";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-ae-binary .path14:before {
  content: "\ea79";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-ae-binary .path15:before {
  content: "\ea7a";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-ae-binary .path16:before {
  content: "\ea7b";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-ae-binary .path17:before {
  content: "\ea7c";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-ae-binary .path18:before {
  content: "\ea7d";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-ae-binary .path19:before {
  content: "\ea7e";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-ae-binary .path20:before {
  content: "\ea7f";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-ae-binary .path21:before {
  content: "\ea80";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-ae-binary .path22:before {
  content: "\ea81";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-ae-bomb .path1:before {
  content: "\ea82";
  color: rgb(217, 217, 217);
}
.icon-ae-bomb .path2:before {
  content: "\ea83";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-bomb .path3:before {
  content: "\ea84";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-ae-bomb .path4:before {
  content: "\ea85";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-bomb .path5:before {
  content: "\ea86";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-bomb .path6:before {
  content: "\ea87";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-bomb .path7:before {
  content: "\ea88";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-bomb .path8:before {
  content: "\ea89";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-ae-bomb .path9:before {
  content: "\ea8a";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-ae-bomb .path10:before {
  content: "\ea8b";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-bomb .path11:before {
  content: "\ea8c";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-ae-bomb .path12:before {
  content: "\ea8d";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-ae-book-1 .path1:before {
  content: "\ea8e";
  color: rgb(94, 159, 223);
}
.icon-ae-book-1 .path2:before {
  content: "\ea8f";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-ae-book-1 .path3:before {
  content: "\ea90";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-ae-book-1 .path4:before {
  content: "\ea91";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-book-1 .path5:before {
  content: "\ea92";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-ae-book-1 .path6:before {
  content: "\ea93";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-book-1 .path7:before {
  content: "\ea94";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-book-2 .path1:before {
  content: "\ea95";
  color: rgb(25, 118, 210);
}
.icon-ae-book-2 .path2:before {
  content: "\ea96";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-ae-book-2 .path3:before {
  content: "\ea97";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-ae-book-2 .path4:before {
  content: "\ea98";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-ae-book-2 .path5:before {
  content: "\ea99";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-book-2 .path6:before {
  content: "\ea9a";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-book-2 .path7:before {
  content: "\ea9b";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-ae-book-2 .path8:before {
  content: "\ea9c";
  margin-left: -1em;
  color: rgb(200, 200, 200);
}
.icon-ae-book-2 .path9:before {
  content: "\ea9d";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-book-2 .path10:before {
  content: "\ea9e";
  margin-left: -1em;
  color: rgb(253, 253, 253);
}
.icon-ae-book-connection .path1:before {
  content: "\ea9f";
  color: rgb(25, 118, 210);
}
.icon-ae-book-connection .path2:before {
  content: "\eaa0";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-ae-book-connection .path3:before {
  content: "\eaa1";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-ae-book-connection .path4:before {
  content: "\eaa2";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-ae-book-connection .path5:before {
  content: "\eaa3";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-book-connection .path6:before {
  content: "\eaa4";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-book-connection .path7:before {
  content: "\eaa5";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-book-connection .path8:before {
  content: "\eaa6";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-border-fill .path1:before {
  content: "\eaa7";
  color: rgb(243, 243, 243);
}
.icon-ae-border-fill .path2:before {
  content: "\eaa8";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-ae-border-fill .path3:before {
  content: "\eaa9";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-border-fill .path4:before {
  content: "\eaaa";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-border-fill .path5:before {
  content: "\eaab";
  margin-left: -1em;
  color: rgb(200, 200, 200);
}
.icon-ae-border-fill .path6:before {
  content: "\eaac";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-border-fill .path7:before {
  content: "\eaad";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-ae-brainstorm-1 .path1:before {
  content: "\eaae";
  color: rgb(211, 142, 42);
}
.icon-ae-brainstorm-1 .path2:before {
  content: "\eaaf";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-ae-brainstorm-1 .path3:before {
  content: "\eab0";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-brainstorm-1 .path4:before {
  content: "\eab1";
  margin-left: -1em;
  color: rgb(200, 200, 200);
}
.icon-ae-brainstorm-1 .path5:before {
  content: "\eab2";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-ae-brainstorm-1 .path6:before {
  content: "\eab3";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-brainstorm-1 .path7:before {
  content: "\eab4";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-brainstorm-1 .path8:before {
  content: "\eab5";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-ae-brainstorm-2 .path1:before {
  content: "\eab6";
  color: rgb(211, 142, 42);
}
.icon-ae-brainstorm-2 .path2:before {
  content: "\eab7";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-brainstorm-2 .path3:before {
  content: "\eab8";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-brainstorm-2 .path4:before {
  content: "\eab9";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-brainstorm-2 .path5:before {
  content: "\eaba";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-brainstorm-2 .path6:before {
  content: "\eabb";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-brainstorm-2 .path7:before {
  content: "\eabc";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-brainstorm-2 .path8:before {
  content: "\eabd";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-brainstorm-2 .path9:before {
  content: "\eabe";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-brainstorm-2 .path10:before {
  content: "\eabf";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-brainstorm-2 .path11:before {
  content: "\eac0";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-brainstorm-2 .path12:before {
  content: "\eac1";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-brainstorm-2 .path13:before {
  content: "\eac2";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-brainstorm-2 .path14:before {
  content: "\eac3";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-brainstorm-2 .path15:before {
  content: "\eac4";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-brainstorm-2 .path16:before {
  content: "\eac5";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-brainstorm-2 .path17:before {
  content: "\eac6";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-brainstorm-2 .path18:before {
  content: "\eac7";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-brainstorm-2 .path19:before {
  content: "\eac8";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-brainstorm-2 .path20:before {
  content: "\eac9";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-brainstorm-2 .path21:before {
  content: "\eaca";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-brainstorm-2 .path22:before {
  content: "\eacb";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-brainstorm-2 .path23:before {
  content: "\eacc";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-brainstorm-2 .path24:before {
  content: "\eacd";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-brainstorm-2 .path25:before {
  content: "\eace";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-briefcase-1 .path1:before {
  content: "\eacf";
  color: rgb(228, 194, 144);
}
.icon-ae-briefcase-1 .path2:before {
  content: "\ead0";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-briefcase-1 .path3:before {
  content: "\ead1";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-briefcase-1 .path4:before {
  content: "\ead2";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-briefcase-1 .path5:before {
  content: "\ead3";
  margin-left: -1em;
  color: rgb(228, 194, 144);
}
.icon-ae-briefcase-1 .path6:before {
  content: "\ead4";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-briefcase-1 .path7:before {
  content: "\ead5";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-briefcase-1 .path8:before {
  content: "\ead6";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-ae-briefcase-1 .path9:before {
  content: "\ead7";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-ae-briefcase-2 .path1:before {
  content: "\ead8";
  color: rgb(94, 159, 223);
}
.icon-ae-briefcase-2 .path2:before {
  content: "\ead9";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-briefcase-2 .path3:before {
  content: "\eada";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-briefcase-2 .path4:before {
  content: "\eadb";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-briefcase-2 .path5:before {
  content: "\eadc";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-briefcase-2 .path6:before {
  content: "\eadd";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-briefcase-2 .path7:before {
  content: "\eade";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-briefcase-2 .path8:before {
  content: "\eadf";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-briefcase-2 .path9:before {
  content: "\eae0";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-briefcase-2 .path10:before {
  content: "\eae1";
  margin-left: -1em;
  color: rgb(228, 194, 144);
}
.icon-ae-briefcase-2 .path11:before {
  content: "\eae2";
  margin-left: -1em;
  color: rgb(228, 194, 144);
}
.icon-ae-briefcase-2 .path12:before {
  content: "\eae3";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-briefcase-2 .path13:before {
  content: "\eae4";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-briefcase-2 .path14:before {
  content: "\eae5";
  margin-left: -1em;
  color: rgb(228, 194, 144);
}
.icon-ae-briefcase-2 .path15:before {
  content: "\eae6";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-briefcase-2 .path16:before {
  content: "\eae7";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-briefcase-2 .path17:before {
  content: "\eae8";
  margin-left: -1em;
  color: rgb(228, 194, 144);
}
.icon-ae-briefcase-2 .path18:before {
  content: "\eae9";
  margin-left: -1em;
  color: rgb(228, 194, 144);
}
.icon-ae-briefcase-2 .path19:before {
  content: "\eaea";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-ae-briefcase-2 .path20:before {
  content: "\eaeb";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-broadcast .path1:before {
  content: "\eaec";
  color: rgb(217, 217, 217);
}
.icon-ae-broadcast .path2:before {
  content: "\eaed";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-ae-broadcast .path3:before {
  content: "\eaee";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-broadcast .path4:before {
  content: "\eaef";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-ae-broadcast .path5:before {
  content: "\eaf0";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-ae-broadcast .path6:before {
  content: "\eaf1";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-broadcast .path7:before {
  content: "\eaf2";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-broadcast .path8:before {
  content: "\eaf3";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-broadcast .path9:before {
  content: "\eaf4";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-broadcast .path10:before {
  content: "\eaf5";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-broadcast .path11:before {
  content: "\eaf6";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-broadcast .path12:before {
  content: "\eaf7";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-broadcast .path13:before {
  content: "\eaf8";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-broadcast .path14:before {
  content: "\eaf9";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-broken .path1:before {
  content: "\eafa";
  color: rgb(94, 159, 223);
}
.icon-ae-broken .path2:before {
  content: "\eafb";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-broken .path3:before {
  content: "\eafc";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-ae-broken .path4:before {
  content: "\eafd";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-ae-broken .path5:before {
  content: "\eafe";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-broken .path6:before {
  content: "\eaff";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-broken .path7:before {
  content: "\eb00";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-broken .path8:before {
  content: "\eb01";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-broken .path9:before {
  content: "\eb02";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-broken .path10:before {
  content: "\eb03";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-broken .path11:before {
  content: "\eb04";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-broken .path12:before {
  content: "\eb05";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-broken .path13:before {
  content: "\eb06";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-broken .path14:before {
  content: "\eb07";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-broken .path15:before {
  content: "\eb08";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-broken .path16:before {
  content: "\eb09";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-ae-broken .path17:before {
  content: "\eb0a";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-broken .path18:before {
  content: "\eb0b";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-ae-broken .path19:before {
  content: "\eb0c";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-ae-broken .path20:before {
  content: "\eb0d";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-broken .path21:before {
  content: "\eb0e";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-broken .path22:before {
  content: "\eb0f";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-bug-1 .path1:before {
  content: "\eb10";
  color: rgb(94, 159, 223);
}
.icon-ae-bug-1 .path2:before {
  content: "\eb11";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-bug-1 .path3:before {
  content: "\eb12";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-ae-bug-1 .path4:before {
  content: "\eb13";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-bug-1 .path5:before {
  content: "\eb14";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-ae-bug-1 .path6:before {
  content: "\eb15";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-bug-1 .path7:before {
  content: "\eb16";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-ae-bug-1 .path8:before {
  content: "\eb17";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-bug-1 .path9:before {
  content: "\eb18";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-bug-1 .path10:before {
  content: "\eb19";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-bug-1 .path11:before {
  content: "\eb1a";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-bug-1 .path12:before {
  content: "\eb1b";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-bug-2 .path1:before {
  content: "\eb1c";
  color: rgb(94, 159, 223);
}
.icon-ae-bug-2 .path2:before {
  content: "\eb1d";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-bug-2 .path3:before {
  content: "\eb1e";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-ae-bug-2 .path4:before {
  content: "\eb1f";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-bug-2 .path5:before {
  content: "\eb20";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-ae-bug-2 .path6:before {
  content: "\eb21";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-bug-2 .path7:before {
  content: "\eb22";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-bug-2 .path8:before {
  content: "\eb23";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-ae-bug-2 .path9:before {
  content: "\eb24";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-bug-2 .path10:before {
  content: "\eb25";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-bug-2 .path11:before {
  content: "\eb26";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-bug-2 .path12:before {
  content: "\eb27";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-bug-2 .path13:before {
  content: "\eb28";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-ae-bug-2 .path14:before {
  content: "\eb29";
  margin-left: -1em;
  color: rgb(200, 200, 200);
}
.icon-ae-bug-2 .path15:before {
  content: "\eb2a";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-bug-2 .path16:before {
  content: "\eb2b";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-ae-bug-2 .path17:before {
  content: "\eb2c";
  margin-left: -1em;
  color: rgb(200, 200, 200);
}
.icon-ae-bug-2 .path18:before {
  content: "\eb2d";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-bug-2 .path19:before {
  content: "\eb2e";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-ae-building .path1:before {
  content: "\eb2f";
  color: rgb(25, 118, 210);
}
.icon-ae-building .path2:before {
  content: "\eb30";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-building .path3:before {
  content: "\eb31";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-ae-building .path4:before {
  content: "\eb32";
  margin-left: -1em;
  color: rgb(228, 194, 144);
}
.icon-ae-building .path5:before {
  content: "\eb33";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-building .path6:before {
  content: "\eb34";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-building .path7:before {
  content: "\eb35";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-building .path8:before {
  content: "\eb36";
  margin-left: -1em;
  color: rgb(253, 253, 253);
}
.icon-ae-building .path9:before {
  content: "\eb37";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-ae-building .path10:before {
  content: "\eb38";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-building .path11:before {
  content: "\eb39";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-ae-building .path12:before {
  content: "\eb3a";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-building .path13:before {
  content: "\eb3b";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-ae-building .path14:before {
  content: "\eb3c";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-building .path15:before {
  content: "\eb3d";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-ae-building .path16:before {
  content: "\eb3e";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-building .path17:before {
  content: "\eb3f";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-ae-button .path1:before {
  content: "\eb40";
  color: rgb(228, 194, 144);
}
.icon-ae-button .path2:before {
  content: "\eb41";
  margin-left: -1em;
  color: rgb(228, 194, 144);
}
.icon-ae-button .path3:before {
  content: "\eb42";
  margin-left: -1em;
  color: rgb(228, 194, 144);
}
.icon-ae-button .path4:before {
  content: "\eb43";
  margin-left: -1em;
  color: rgb(228, 194, 144);
}
.icon-ae-button .path5:before {
  content: "\eb44";
  margin-left: -1em;
  color: rgb(228, 194, 144);
}
.icon-ae-button .path6:before {
  content: "\eb45";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-button .path7:before {
  content: "\eb46";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-ae-button .path8:before {
  content: "\eb47";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-button .path9:before {
  content: "\eb48";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-ae-button .path10:before {
  content: "\eb49";
  margin-left: -1em;
  color: rgb(228, 194, 144);
}
.icon-ae-button .path11:before {
  content: "\eb4a";
  margin-left: -1em;
  color: rgb(228, 194, 144);
}
.icon-ae-buy .path1:before {
  content: "\eb4b";
  color: rgb(94, 159, 223);
}
.icon-ae-buy .path2:before {
  content: "\eb4c";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-ae-buy .path3:before {
  content: "\eb4d";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-ae-buy .path4:before {
  content: "\eb4e";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-buy .path5:before {
  content: "\eb4f";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-ae-buy .path6:before {
  content: "\eb50";
  margin-left: -1em;
  color: rgb(200, 200, 200);
}
.icon-ae-buy .path7:before {
  content: "\eb51";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-buy .path8:before {
  content: "\eb52";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-ae-buy .path9:before {
  content: "\eb53";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-buy .path10:before {
  content: "\eb54";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-buy .path11:before {
  content: "\eb55";
  margin-left: -1em;
  color: rgb(228, 194, 144);
}
.icon-ae-buy .path12:before {
  content: "\eb56";
  margin-left: -1em;
  color: rgb(228, 194, 144);
}
.icon-ae-buy .path13:before {
  content: "\eb57";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-buy .path14:before {
  content: "\eb58";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-ae-buy .path15:before {
  content: "\eb59";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-buy .path16:before {
  content: "\eb5a";
  margin-left: -1em;
  color: rgb(253, 253, 253);
}
.icon-ae-cactus .path1:before {
  content: "\eb5b";
  color: rgb(217, 217, 217);
}
.icon-ae-cactus .path2:before {
  content: "\eb5c";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-ae-cactus .path3:before {
  content: "\eb5d";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-cactus .path4:before {
  content: "\eb5e";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-cactus .path5:before {
  content: "\eb5f";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-cactus .path6:before {
  content: "\eb60";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-cactus .path7:before {
  content: "\eb61";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-ae-cactus .path8:before {
  content: "\eb62";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-ae-cactus .path9:before {
  content: "\eb63";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-ae-cactus .path10:before {
  content: "\eb64";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-ae-cactus .path11:before {
  content: "\eb65";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-ae-cactus .path12:before {
  content: "\eb66";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-ae-cactus .path13:before {
  content: "\eb67";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-ae-cactus .path14:before {
  content: "\eb68";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-cactus .path15:before {
  content: "\eb69";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-ae-cactus .path16:before {
  content: "\eb6a";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-ae-cactus .path17:before {
  content: "\eb6b";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-ae-cactus .path18:before {
  content: "\eb6c";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-ae-cactus .path19:before {
  content: "\eb6d";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-ae-cactus .path20:before {
  content: "\eb6e";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-ae-cactus .path21:before {
  content: "\eb6f";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-ae-cactus .path22:before {
  content: "\eb70";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-ae-cactus .path23:before {
  content: "\eb71";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-cactus .path24:before {
  content: "\eb72";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-ae-cactus .path25:before {
  content: "\eb73";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-cactus .path26:before {
  content: "\eb74";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-ae-calculating .path1:before {
  content: "\eb75";
  color: rgb(94, 159, 223);
}
.icon-ae-calculating .path2:before {
  content: "\eb76";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-calculating .path3:before {
  content: "\eb77";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-calculating .path4:before {
  content: "\eb78";
  margin-left: -1em;
  color: rgb(253, 253, 253);
}
.icon-ae-calculating .path5:before {
  content: "\eb79";
  margin-left: -1em;
  color: rgb(253, 253, 253);
}
.icon-ae-calculating .path6:before {
  content: "\eb7a";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-calculating .path7:before {
  content: "\eb7b";
  margin-left: -1em;
  color: rgb(228, 194, 144);
}
.icon-ae-calculating .path8:before {
  content: "\eb7c";
  margin-left: -1em;
  color: rgb(228, 194, 144);
}
.icon-ae-calculating .path9:before {
  content: "\eb7d";
  margin-left: -1em;
  color: rgb(228, 194, 144);
}
.icon-ae-calculating .path10:before {
  content: "\eb7e";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-calculating .path11:before {
  content: "\eb7f";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-calculating .path12:before {
  content: "\eb80";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-calculating .path13:before {
  content: "\eb81";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-calculating .path14:before {
  content: "\eb82";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-calculating .path15:before {
  content: "\eb83";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-ae-calculating .path16:before {
  content: "\eb84";
  margin-left: -1em;
  color: rgb(228, 194, 144);
}
.icon-ae-calculating .path17:before {
  content: "\eb85";
  margin-left: -1em;
  color: rgb(228, 194, 144);
}
.icon-ae-calculating .path18:before {
  content: "\eb86";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-calculating .path19:before {
  content: "\eb87";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-ae-calculating .path20:before {
  content: "\eb88";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-calculating .path21:before {
  content: "\eb89";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-calculating .path22:before {
  content: "\eb8a";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-calculating .path23:before {
  content: "\eb8b";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-ae-calculating .path24:before {
  content: "\eb8c";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-calculating .path25:before {
  content: "\eb8d";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-calculating .path26:before {
  content: "\eb8e";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-calculating .path27:before {
  content: "\eb8f";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-ae-calculating .path28:before {
  content: "\eb90";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-calculating .path29:before {
  content: "\eb91";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-calculating .path30:before {
  content: "\eb92";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-calculating .path31:before {
  content: "\eb93";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-calculating .path32:before {
  content: "\eb94";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-calculating .path33:before {
  content: "\eb95";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-calculating .path34:before {
  content: "\eb96";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-calculator .path1:before {
  content: "\eb97";
  color: rgb(94, 159, 223);
}
.icon-ae-calculator .path2:before {
  content: "\eb98";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-ae-calculator .path3:before {
  content: "\eb99";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-ae-calculator .path4:before {
  content: "\eb9a";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-calculator .path5:before {
  content: "\eb9b";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-ae-calculator .path6:before {
  content: "\eb9c";
  margin-left: -1em;
  color: rgb(200, 200, 200);
}
.icon-ae-calculator .path7:before {
  content: "\eb9d";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-calculator .path8:before {
  content: "\eb9e";
  margin-left: -1em;
  color: rgb(253, 253, 253);
}
.icon-ae-calculator .path9:before {
  content: "\eb9f";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-ae-calculator .path10:before {
  content: "\eba0";
  margin-left: -1em;
  color: rgb(200, 200, 200);
}
.icon-ae-calendar .path1:before {
  content: "\eba1";
  color: rgb(25, 118, 210);
}
.icon-ae-calendar .path2:before {
  content: "\eba2";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-ae-calendar .path3:before {
  content: "\eba3";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-calendar .path4:before {
  content: "\eba4";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-calendar .path5:before {
  content: "\eba5";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-calendar .path6:before {
  content: "\eba6";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-calendar .path7:before {
  content: "\eba7";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-calendar .path8:before {
  content: "\eba8";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-calendar .path9:before {
  content: "\eba9";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-calendar .path10:before {
  content: "\ebaa";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-calendar .path11:before {
  content: "\ebab";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-calendar .path12:before {
  content: "\ebac";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-calendar .path13:before {
  content: "\ebad";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-calendar .path14:before {
  content: "\ebae";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-ae-calendar .path15:before {
  content: "\ebaf";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-calendar .path16:before {
  content: "\ebb0";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-calendar .path17:before {
  content: "\ebb1";
  margin-left: -1em;
  color: rgb(228, 194, 144);
}
.icon-ae-calendar .path18:before {
  content: "\ebb2";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-ae-call-1 .path1:before {
  content: "\ebb3";
  color: rgb(243, 243, 243);
}
.icon-ae-call-1 .path2:before {
  content: "\ebb4";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-call-1 .path3:before {
  content: "\ebb5";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-call-1 .path4:before {
  content: "\ebb6";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-call-1 .path5:before {
  content: "\ebb7";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-call-1 .path6:before {
  content: "\ebb8";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-ae-call-1 .path7:before {
  content: "\ebb9";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-call-1 .path8:before {
  content: "\ebba";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-call-1 .path9:before {
  content: "\ebbb";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-call-1 .path10:before {
  content: "\ebbc";
  margin-left: -1em;
  color: rgb(228, 194, 144);
}
.icon-ae-call-1 .path11:before {
  content: "\ebbd";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-call-1 .path12:before {
  content: "\ebbe";
  margin-left: -1em;
  color: rgb(228, 194, 144);
}
.icon-ae-call-2 .path1:before {
  content: "\ebbf";
  color: rgb(25, 118, 210);
}
.icon-ae-call-2 .path2:before {
  content: "\ebc0";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-ae-call-2 .path3:before {
  content: "\ebc1";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-ae-call-2 .path4:before {
  content: "\ebc2";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-call-2 .path5:before {
  content: "\ebc3";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-ae-call-2 .path6:before {
  content: "\ebc4";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-ae-call-2 .path7:before {
  content: "\ebc5";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-ae-call-2 .path8:before {
  content: "\ebc6";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-call-2 .path9:before {
  content: "\ebc7";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-ae-call-2 .path10:before {
  content: "\ebc8";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-call-2 .path11:before {
  content: "\ebc9";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-call-2 .path12:before {
  content: "\ebca";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-call-2 .path13:before {
  content: "\ebcb";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-call-2 .path14:before {
  content: "\ebcc";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-call-center .path1:before {
  content: "\ebcd";
  color: rgb(94, 159, 223);
}
.icon-ae-call-center .path2:before {
  content: "\ebce";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-call-center .path3:before {
  content: "\ebcf";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-call-center .path4:before {
  content: "\ebd0";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-call-center .path5:before {
  content: "\ebd1";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-call-center .path6:before {
  content: "\ebd2";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-call-center .path7:before {
  content: "\ebd3";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-call-center .path8:before {
  content: "\ebd4";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-call-center .path9:before {
  content: "\ebd5";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-call-center .path10:before {
  content: "\ebd6";
  margin-left: -1em;
  color: rgb(228, 194, 144);
}
.icon-ae-call-center .path11:before {
  content: "\ebd7";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-call-center .path12:before {
  content: "\ebd8";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-ae-call-center .path13:before {
  content: "\ebd9";
  margin-left: -1em;
  color: rgb(228, 194, 144);
}
.icon-ae-call-center .path14:before {
  content: "\ebda";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-ae-call-center .path15:before {
  content: "\ebdb";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-call-center .path16:before {
  content: "\ebdc";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-call-center .path17:before {
  content: "\ebdd";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-call-center .path18:before {
  content: "\ebde";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-ae-call-center .path19:before {
  content: "\ebdf";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-ae-call-center .path20:before {
  content: "\ebe0";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-call-center .path21:before {
  content: "\ebe1";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-call-center .path22:before {
  content: "\ebe2";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-call-history .path1:before {
  content: "\ebe3";
  color: rgb(25, 118, 210);
}
.icon-ae-call-history .path2:before {
  content: "\ebe4";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-ae-call-history .path3:before {
  content: "\ebe5";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-ae-call-history .path4:before {
  content: "\ebe6";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-call-history .path5:before {
  content: "\ebe7";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-ae-call-history .path6:before {
  content: "\ebe8";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-call-history .path7:before {
  content: "\ebe9";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-ae-call-history .path8:before {
  content: "\ebea";
  margin-left: -1em;
  color: rgb(200, 200, 200);
}
.icon-ae-call-history .path9:before {
  content: "\ebeb";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-call-history .path10:before {
  content: "\ebec";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-call-history .path11:before {
  content: "\ebed";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-ae-call-history .path12:before {
  content: "\ebee";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-call-history .path13:before {
  content: "\ebef";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-ae-call-history .path14:before {
  content: "\ebf0";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-call-history .path15:before {
  content: "\ebf1";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-ae-call-history .path16:before {
  content: "\ebf2";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-call-history .path17:before {
  content: "\ebf3";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-ae-calling-1 .path1:before {
  content: "\ebf4";
  color: rgb(243, 243, 243);
}
.icon-ae-calling-1 .path2:before {
  content: "\ebf5";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-calling-1 .path3:before {
  content: "\ebf6";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-calling-1 .path4:before {
  content: "\ebf7";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-calling-1 .path5:before {
  content: "\ebf8";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-calling-1 .path6:before {
  content: "\ebf9";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-ae-calling-1 .path7:before {
  content: "\ebfa";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-calling-1 .path8:before {
  content: "\ebfb";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-calling-2 .path1:before {
  content: "\ebfc";
  color: rgb(94, 159, 223);
}
.icon-ae-calling-2 .path2:before {
  content: "\ebfd";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-calling-2 .path3:before {
  content: "\ebfe";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-calling-2 .path4:before {
  content: "\ebff";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-ae-calling-2 .path5:before {
  content: "\ec00";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-ae-calling-2 .path6:before {
  content: "\ec01";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-ae-calling-2 .path7:before {
  content: "\ec02";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-calling-2 .path8:before {
  content: "\ec03";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-calling-2 .path9:before {
  content: "\ec04";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-calling-2 .path10:before {
  content: "\ec05";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-ae-calling-2 .path11:before {
  content: "\ec06";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-call-message .path1:before {
  content: "\ec07";
  color: rgb(243, 243, 243);
}
.icon-ae-call-message .path2:before {
  content: "\ec08";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-call-message .path3:before {
  content: "\ec09";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-ae-call-message .path4:before {
  content: "\ec0a";
  margin-left: -1em;
  color: rgb(228, 194, 144);
}
.icon-ae-call-message .path5:before {
  content: "\ec0b";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-ae-call-message .path6:before {
  content: "\ec0c";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-call-message .path7:before {
  content: "\ec0d";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-call-message .path8:before {
  content: "\ec0e";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-call-message .path9:before {
  content: "\ec0f";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-call-message .path10:before {
  content: "\ec10";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-call-message .path11:before {
  content: "\ec11";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-call-question .path1:before {
  content: "\ec12";
  color: rgb(243, 243, 243);
}
.icon-ae-call-question .path2:before {
  content: "\ec13";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-call-question .path3:before {
  content: "\ec14";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-call-question .path4:before {
  content: "\ec15";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-call-question .path5:before {
  content: "\ec16";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-call-question .path6:before {
  content: "\ec17";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-ae-call-question .path7:before {
  content: "\ec18";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-ae-call-question .path8:before {
  content: "\ec19";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-ae-call-question .path9:before {
  content: "\ec1a";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-ae-call-question .path10:before {
  content: "\ec1b";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-ae-call-time .path1:before {
  content: "\ec1c";
  color: rgb(243, 243, 243);
}
.icon-ae-call-time .path2:before {
  content: "\ec1d";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-call-time .path3:before {
  content: "\ec1e";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-call-time .path4:before {
  content: "\ec1f";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-call-time .path5:before {
  content: "\ec20";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-call-time .path6:before {
  content: "\ec21";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-ae-call-time .path7:before {
  content: "\ec22";
  margin-left: -1em;
  color: rgb(228, 194, 144);
}
.icon-ae-call-time .path8:before {
  content: "\ec23";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-ae-call-time .path9:before {
  content: "\ec24";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-call-time .path10:before {
  content: "\ec25";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-ae-call-time .path11:before {
  content: "\ec26";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-ae-call-time .path12:before {
  content: "\ec27";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-call-time .path13:before {
  content: "\ec28";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-ae-call-time .path14:before {
  content: "\ec29";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-ae-call-time .path15:before {
  content: "\ec2a";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-ae-call-time .path16:before {
  content: "\ec2b";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-call-time .path17:before {
  content: "\ec2c";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-call-time .path18:before {
  content: "\ec2d";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-call-time .path19:before {
  content: "\ec2e";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-call-time .path20:before {
  content: "\ec2f";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-call-time .path21:before {
  content: "\ec30";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-call-time .path22:before {
  content: "\ec31";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-camera .path1:before {
  content: "\ec32";
  color: rgb(94, 159, 223);
}
.icon-ae-camera .path2:before {
  content: "\ec33";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-camera .path3:before {
  content: "\ec34";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-camera .path4:before {
  content: "\ec35";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-camera .path5:before {
  content: "\ec36";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-ae-camera .path6:before {
  content: "\ec37";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-ae-camera .path7:before {
  content: "\ec38";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-camera .path8:before {
  content: "\ec39";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-camera .path9:before {
  content: "\ec3a";
  margin-left: -1em;
  color: rgb(253, 253, 253);
}
.icon-ae-cashback .path1:before {
  content: "\ec3b";
  color: rgb(94, 159, 223);
}
.icon-ae-cashback .path2:before {
  content: "\ec3c";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-cashback .path3:before {
  content: "\ec3d";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-ae-cashback .path4:before {
  content: "\ec3e";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-ae-cashback .path5:before {
  content: "\ec3f";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-ae-cashback .path6:before {
  content: "\ec40";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-ae-cashback .path7:before {
  content: "\ec41";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-ae-cashback .path8:before {
  content: "\ec42";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-cashback .path9:before {
  content: "\ec43";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-ae-cashback .path10:before {
  content: "\ec44";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-cashback .path11:before {
  content: "\ec45";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-ae-cashback .path12:before {
  content: "\ec46";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-cashback .path13:before {
  content: "\ec47";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-ae-cashback .path14:before {
  content: "\ec48";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-cashback .path15:before {
  content: "\ec49";
  margin-left: -1em;
  color: rgb(253, 253, 253);
}
.icon-ae-cashback .path16:before {
  content: "\ec4a";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-cashback .path17:before {
  content: "\ec4b";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-cashback .path18:before {
  content: "\ec4c";
  margin-left: -1em;
  color: rgb(253, 253, 253);
}
.icon-ae-cashback .path19:before {
  content: "\ec4d";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-ae-cctv .path1:before {
  content: "\ec4e";
  color: rgb(94, 159, 223);
}
.icon-ae-cctv .path2:before {
  content: "\ec4f";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-cctv .path3:before {
  content: "\ec50";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-cctv .path4:before {
  content: "\ec51";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-ae-cctv .path5:before {
  content: "\ec52";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-ae-cctv .path6:before {
  content: "\ec53";
  margin-left: -1em;
  color: rgb(228, 194, 144);
}
.icon-ae-cctv .path7:before {
  content: "\ec54";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-cctv .path8:before {
  content: "\ec55";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-cctv .path9:before {
  content: "\ec56";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-ae-cctv .path10:before {
  content: "\ec57";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-cctv .path11:before {
  content: "\ec58";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-cctv .path12:before {
  content: "\ec59";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-cctv .path13:before {
  content: "\ec5a";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-ae-cctv .path14:before {
  content: "\ec5b";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-cctv .path15:before {
  content: "\ec5c";
  margin-left: -1em;
  color: rgb(228, 194, 144);
}
.icon-ae-cctv .path16:before {
  content: "\ec5d";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-ae-cctv .path17:before {
  content: "\ec5e";
  margin-left: -1em;
  color: rgb(228, 194, 144);
}
.icon-ae-cctv .path18:before {
  content: "\ec5f";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-cctv-2 .path1:before {
  content: "\ec60";
  color: rgb(217, 217, 217);
}
.icon-ae-cctv-2 .path2:before {
  content: "\ec61";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-cctv-2 .path3:before {
  content: "\ec62";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-cctv-2 .path4:before {
  content: "\ec63";
  margin-left: -1em;
  color: rgb(200, 200, 200);
}
.icon-ae-cctv-2 .path5:before {
  content: "\ec64";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-cctv-2 .path6:before {
  content: "\ec65";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-cctv-2 .path7:before {
  content: "\ec66";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-cctv-2 .path8:before {
  content: "\ec67";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-cctv-2 .path9:before {
  content: "\ec68";
  margin-left: -1em;
  color: rgb(253, 253, 253);
}
.icon-ae-cctv-2 .path10:before {
  content: "\ec69";
  margin-left: -1em;
  color: rgb(200, 200, 200);
}
.icon-ae-cctv-2 .path11:before {
  content: "\ec6a";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-cctv-2 .path12:before {
  content: "\ec6b";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-ae-center .path1:before {
  content: "\ec6c";
  color: rgb(243, 243, 243);
}
.icon-ae-center .path2:before {
  content: "\ec6d";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-center .path3:before {
  content: "\ec6e";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-center .path4:before {
  content: "\ec6f";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-center .path5:before {
  content: "\ec70";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-center .path6:before {
  content: "\ec71";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-center .path7:before {
  content: "\ec72";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-ae-center .path8:before {
  content: "\ec73";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-ae-certificate-1 .path1:before {
  content: "\ec74";
  color: rgb(94, 159, 223);
}
.icon-ae-certificate-1 .path2:before {
  content: "\ec75";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-ae-certificate-1 .path3:before {
  content: "\ec76";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-ae-certificate-1 .path4:before {
  content: "\ec77";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-certificate-1 .path5:before {
  content: "\ec78";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-certificate-1 .path6:before {
  content: "\ec79";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-ae-certificate-1 .path7:before {
  content: "\ec7a";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-certificate-1 .path8:before {
  content: "\ec7b";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-certificate-1 .path9:before {
  content: "\ec7c";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-ae-certificate-2 .path1:before {
  content: "\ec7d";
  color: rgb(94, 159, 223);
}
.icon-ae-certificate-2 .path2:before {
  content: "\ec7e";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-certificate-2 .path3:before {
  content: "\ec7f";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-ae-certificate-2 .path4:before {
  content: "\ec80";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-ae-certificate-2 .path5:before {
  content: "\ec81";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-certificate-2 .path6:before {
  content: "\ec82";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-ae-certificate-2 .path7:before {
  content: "\ec83";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-certificate-2 .path8:before {
  content: "\ec84";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-ae-certificate-2 .path9:before {
  content: "\ec85";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-certificate-2 .path10:before {
  content: "\ec86";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-certificate-2 .path11:before {
  content: "\ec87";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-certificate-2 .path12:before {
  content: "\ec88";
  margin-left: -1em;
  color: rgb(200, 200, 200);
}
.icon-ae-certificate-2 .path13:before {
  content: "\ec89";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-certificate-2 .path14:before {
  content: "\ec8a";
  margin-left: -1em;
  color: rgb(228, 194, 144);
}
.icon-ae-certificate-2 .path15:before {
  content: "\ec8b";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-certificate-2 .path16:before {
  content: "\ec8c";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-certificate-2 .path17:before {
  content: "\ec8d";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-certificate-2 .path18:before {
  content: "\ec8e";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-chat-1 .path1:before {
  content: "\ec8f";
  color: rgb(25, 118, 210);
}
.icon-ae-chat-1 .path2:before {
  content: "\ec90";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-ae-chat-1 .path3:before {
  content: "\ec91";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-ae-chat-1 .path4:before {
  content: "\ec92";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-chat-1 .path5:before {
  content: "\ec93";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-ae-chat-1 .path6:before {
  content: "\ec94";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-chat-1 .path7:before {
  content: "\ec95";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-chat-1 .path8:before {
  content: "\ec96";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-ae-chat-1 .path9:before {
  content: "\ec97";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-chat-1 .path10:before {
  content: "\ec98";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-ae-chat-1 .path11:before {
  content: "\ec99";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-chat-1 .path12:before {
  content: "\ec9a";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-chat-1 .path13:before {
  content: "\ec9b";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-chat-1 .path14:before {
  content: "\ec9c";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-ae-chat-1 .path15:before {
  content: "\ec9d";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-chat-1 .path16:before {
  content: "\ec9e";
  margin-left: -1em;
  color: rgb(228, 194, 144);
}
.icon-ae-chat-1 .path17:before {
  content: "\ec9f";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-ae-chat-1 .path18:before {
  content: "\eca0";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-ae-chat-1 .path19:before {
  content: "\eca1";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-chat-1 .path20:before {
  content: "\eca2";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-ae-chat-2 .path1:before {
  content: "\eca3";
  color: rgb(94, 159, 223);
}
.icon-ae-chat-2 .path2:before {
  content: "\eca4";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-chat-2 .path3:before {
  content: "\eca5";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-ae-chat-2 .path4:before {
  content: "\eca6";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-chat-2 .path5:before {
  content: "\eca7";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-chat-2 .path6:before {
  content: "\eca8";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-chat-2 .path7:before {
  content: "\eca9";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-chat-2 .path8:before {
  content: "\ecaa";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-chat-2 .path9:before {
  content: "\ecab";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-ae-chat-2 .path10:before {
  content: "\ecac";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-chat-2 .path11:before {
  content: "\ecad";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-ae-chat-2 .path12:before {
  content: "\ecae";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-ae-chat-2 .path13:before {
  content: "\ecaf";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-ae-chat-2 .path14:before {
  content: "\ecb0";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-chat-2 .path15:before {
  content: "\ecb1";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-ae-chat-2 .path16:before {
  content: "\ecb2";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-chat-2 .path17:before {
  content: "\ecb3";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-ae-chat-2 .path18:before {
  content: "\ecb4";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-chat-2 .path19:before {
  content: "\ecb5";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-chat-2 .path20:before {
  content: "\ecb6";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-chat-2 .path21:before {
  content: "\ecb7";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-chat-2 .path22:before {
  content: "\ecb8";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-ae-chat-2 .path23:before {
  content: "\ecb9";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-chat-2 .path24:before {
  content: "\ecba";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-ae-chat-3 .path1:before {
  content: "\ecbb";
  color: rgb(94, 159, 223);
}
.icon-ae-chat-3 .path2:before {
  content: "\ecbc";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-chat-3 .path3:before {
  content: "\ecbd";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-ae-chat-3 .path4:before {
  content: "\ecbe";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-chat-3 .path5:before {
  content: "\ecbf";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-ae-chat-3 .path6:before {
  content: "\ecc0";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-chat-3 .path7:before {
  content: "\ecc1";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-chat-3 .path8:before {
  content: "\ecc2";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-chat-3 .path9:before {
  content: "\ecc3";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-chat-3 .path10:before {
  content: "\ecc4";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-chat-3 .path11:before {
  content: "\ecc5";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-chat-3 .path12:before {
  content: "\ecc6";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-chat-3 .path13:before {
  content: "\ecc7";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-chat-3 .path14:before {
  content: "\ecc8";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-chat-3 .path15:before {
  content: "\ecc9";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-chat-3 .path16:before {
  content: "\ecca";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-chat-3 .path17:before {
  content: "\eccb";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-chat-3 .path18:before {
  content: "\eccc";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-chat-3 .path19:before {
  content: "\eccd";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-chat-3 .path20:before {
  content: "\ecce";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-chat-3 .path21:before {
  content: "\eccf";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-chat-3 .path22:before {
  content: "\ecd0";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-chat-3 .path23:before {
  content: "\ecd1";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-chat-3 .path24:before {
  content: "\ecd2";
  margin-left: -1em;
  color: rgb(253, 253, 253);
}
.icon-ae-chat-3 .path25:before {
  content: "\ecd3";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-chat-3 .path26:before {
  content: "\ecd4";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-chat-3 .path27:before {
  content: "\ecd5";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-ae-chat-3 .path28:before {
  content: "\ecd6";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-chat-3 .path29:before {
  content: "\ecd7";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-chat-3 .path30:before {
  content: "\ecd8";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-ae-chatting-1 .path1:before {
  content: "\ecd9";
  color: rgb(94, 159, 223);
}
.icon-ae-chatting-1 .path2:before {
  content: "\ecda";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-ae-chatting-1 .path3:before {
  content: "\ecdb";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-chatting-1 .path4:before {
  content: "\ecdc";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-chatting-1 .path5:before {
  content: "\ecdd";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-ae-chatting-1 .path6:before {
  content: "\ecde";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-ae-chatting-1 .path7:before {
  content: "\ecdf";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-chatting-1 .path8:before {
  content: "\ece0";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-chatting-1 .path9:before {
  content: "\ece1";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-ae-chatting-1 .path10:before {
  content: "\ece2";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-chatting-1 .path11:before {
  content: "\ece3";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-chatting-1 .path12:before {
  content: "\ece4";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-ae-chatting-2 .path1:before {
  content: "\ece5";
  color: rgb(94, 159, 223);
}
.icon-ae-chatting-2 .path2:before {
  content: "\ece6";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-ae-chatting-2 .path3:before {
  content: "\ece7";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-ae-chatting-2 .path4:before {
  content: "\ece8";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-chatting-2 .path5:before {
  content: "\ece9";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-ae-chatting-2 .path6:before {
  content: "\ecea";
  margin-left: -1em;
  color: rgb(200, 200, 200);
}
.icon-ae-chatting-2 .path7:before {
  content: "\eceb";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-chatting-2 .path8:before {
  content: "\ecec";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-chatting-2 .path9:before {
  content: "\eced";
  margin-left: -1em;
  color: rgb(228, 194, 144);
}
.icon-ae-chatting-2 .path10:before {
  content: "\ecee";
  margin-left: -1em;
  color: rgb(228, 194, 144);
}
.icon-ae-chatting-2 .path11:before {
  content: "\ecef";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-chatting-2 .path12:before {
  content: "\ecf0";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-checklist-1 .path1:before {
  content: "\ecf1";
  color: rgb(25, 118, 210);
}
.icon-ae-checklist-1 .path2:before {
  content: "\ecf2";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-checklist-1 .path3:before {
  content: "\ecf3";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-ae-checklist-1 .path4:before {
  content: "\ecf4";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-checklist-1 .path5:before {
  content: "\ecf5";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-checklist-1 .path6:before {
  content: "\ecf6";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-checklist-1 .path7:before {
  content: "\ecf7";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-checklist-1 .path8:before {
  content: "\ecf8";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-checklist-1 .path9:before {
  content: "\ecf9";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-ae-checklist-1 .path10:before {
  content: "\ecfa";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-checklist-1 .path11:before {
  content: "\ecfb";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-ae-checklist-1 .path12:before {
  content: "\ecfc";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-ae-checklist-2 .path1:before {
  content: "\ecfd";
  color: rgb(243, 243, 243);
}
.icon-ae-checklist-2 .path2:before {
  content: "\ecfe";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-ae-checklist-2 .path3:before {
  content: "\ecff";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-ae-checklist-2 .path4:before {
  content: "\ed00";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-checklist-2 .path5:before {
  content: "\ed01";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-ae-checklist-2 .path6:before {
  content: "\ed02";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-ae-checklist-2 .path7:before {
  content: "\ed03";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-checklist-2 .path8:before {
  content: "\ed04";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-ae-checklist-2 .path9:before {
  content: "\ed05";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-ae-checklist-2 .path10:before {
  content: "\ed06";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-checklist-2 .path11:before {
  content: "\ed07";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-ae-checklist-2 .path12:before {
  content: "\ed08";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-checklist-2 .path13:before {
  content: "\ed09";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-checklist-2 .path14:before {
  content: "\ed0a";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-checklist-2 .path15:before {
  content: "\ed0b";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-cheque .path1:before {
  content: "\ed0c";
  color: rgb(94, 159, 223);
}
.icon-ae-cheque .path2:before {
  content: "\ed0d";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-cheque .path3:before {
  content: "\ed0e";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-cheque .path4:before {
  content: "\ed0f";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-ae-cheque .path5:before {
  content: "\ed10";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-cheque .path6:before {
  content: "\ed11";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-cheque .path7:before {
  content: "\ed12";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-cheque .path8:before {
  content: "\ed13";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-cheque .path9:before {
  content: "\ed14";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-ae-cheque .path10:before {
  content: "\ed15";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-cheque .path11:before {
  content: "\ed16";
  margin-left: -1em;
  color: rgb(253, 253, 253);
}
.icon-ae-cheque .path12:before {
  content: "\ed17";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-ae-cheque .path13:before {
  content: "\ed18";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-ae-cheque .path14:before {
  content: "\ed19";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-ae-cheque .path15:before {
  content: "\ed1a";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-ae-cheque .path16:before {
  content: "\ed1b";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-ae-clipboard .path1:before {
  content: "\ed1c";
  color: rgb(255, 255, 255);
}
.icon-ae-clipboard .path2:before {
  content: "\ed1d";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-clipboard .path3:before {
  content: "\ed1e";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-clipboard .path4:before {
  content: "\ed1f";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-clipboard .path5:before {
  content: "\ed20";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-clipboard .path6:before {
  content: "\ed21";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-ae-clipboard .path7:before {
  content: "\ed22";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-clipboard .path8:before {
  content: "\ed23";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-clipboard .path9:before {
  content: "\ed24";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-ae-clipboard .path10:before {
  content: "\ed25";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-ae-clipboard .path11:before {
  content: "\ed26";
  margin-left: -1em;
  color: rgb(200, 200, 200);
}
.icon-ae-clipboard .path12:before {
  content: "\ed27";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-clipboard .path13:before {
  content: "\ed28";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-ae-clipboard .path14:before {
  content: "\ed29";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-clipboard .path15:before {
  content: "\ed2a";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-clipboard .path16:before {
  content: "\ed2b";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-clipboard .path17:before {
  content: "\ed2c";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-clipboard .path18:before {
  content: "\ed2d";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-ae-close .path1:before {
  content: "\ed2e";
  color: rgb(94, 159, 223);
}
.icon-ae-close .path2:before {
  content: "\ed2f";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-close .path3:before {
  content: "\ed30";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-ae-close .path4:before {
  content: "\ed31";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-ae-close .path5:before {
  content: "\ed32";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-close .path6:before {
  content: "\ed33";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-ae-close .path7:before {
  content: "\ed34";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-close .path8:before {
  content: "\ed35";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-close .path9:before {
  content: "\ed36";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-close .path10:before {
  content: "\ed37";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-close .path11:before {
  content: "\ed38";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-close .path12:before {
  content: "\ed39";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-close .path13:before {
  content: "\ed3a";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-close .path14:before {
  content: "\ed3b";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-close .path15:before {
  content: "\ed3c";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-close .path16:before {
  content: "\ed3d";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-close .path17:before {
  content: "\ed3e";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-close .path18:before {
  content: "\ed3f";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-close .path19:before {
  content: "\ed40";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-close .path20:before {
  content: "\ed41";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-close .path21:before {
  content: "\ed42";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-close .path22:before {
  content: "\ed43";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-close .path23:before {
  content: "\ed44";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-close .path24:before {
  content: "\ed45";
  margin-left: -1em;
  color: rgb(253, 253, 253);
}
.icon-ae-close .path25:before {
  content: "\ed46";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-cloud-1 .path1:before {
  content: "\ed47";
  color: rgb(211, 142, 42);
}
.icon-ae-cloud-1 .path2:before {
  content: "\ed48";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-cloud-1 .path3:before {
  content: "\ed49";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-cloud-1 .path4:before {
  content: "\ed4a";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-cloud-1 .path5:before {
  content: "\ed4b";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-ae-cloud-1 .path6:before {
  content: "\ed4c";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-ae-cloud-1 .path7:before {
  content: "\ed4d";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-cloud-1 .path8:before {
  content: "\ed4e";
  margin-left: -1em;
  color: rgb(228, 194, 144);
}
.icon-ae-cloud-1 .path9:before {
  content: "\ed4f";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-ae-cloud-1 .path10:before {
  content: "\ed50";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-cloud-1 .path11:before {
  content: "\ed51";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-cloud-1 .path12:before {
  content: "\ed52";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-ae-cloud-2 .path1:before {
  content: "\ed53";
  color: rgb(243, 243, 243);
}
.icon-ae-cloud-2 .path2:before {
  content: "\ed54";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-ae-cloud-2 .path3:before {
  content: "\ed55";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-cloud-2 .path4:before {
  content: "\ed56";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-cloud-2 .path5:before {
  content: "\ed57";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-cloud-3 .path1:before {
  content: "\ed58";
  color: rgb(243, 243, 243);
}
.icon-ae-cloud-3 .path2:before {
  content: "\ed59";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-cloud-3 .path3:before {
  content: "\ed5a";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-cloud-3 .path4:before {
  content: "\ed5b";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-cloud-3 .path5:before {
  content: "\ed5c";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-cloud-3 .path6:before {
  content: "\ed5d";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-cloud-3 .path7:before {
  content: "\ed5e";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-cloud-3 .path8:before {
  content: "\ed5f";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-cloud-3 .path9:before {
  content: "\ed60";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-cloud-3 .path10:before {
  content: "\ed61";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-cloud-3 .path11:before {
  content: "\ed62";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-cloud-3 .path12:before {
  content: "\ed63";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-cloud-3 .path13:before {
  content: "\ed64";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-cloud-3 .path14:before {
  content: "\ed65";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-cloud-file .path1:before {
  content: "\ed66";
  color: rgb(243, 243, 243);
}
.icon-ae-cloud-file .path2:before {
  content: "\ed67";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-ae-cloud-file .path3:before {
  content: "\ed68";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-cloud-file .path4:before {
  content: "\ed69";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-cloud-file .path5:before {
  content: "\ed6a";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-cloud-file .path6:before {
  content: "\ed6b";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-cloud-security .path1:before {
  content: "\ed6c";
  color: rgb(211, 142, 42);
}
.icon-ae-cloud-security .path2:before {
  content: "\ed6d";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-cloud-security .path3:before {
  content: "\ed6e";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-cloud-security .path4:before {
  content: "\ed6f";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-ae-cloud-security .path5:before {
  content: "\ed70";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-ae-cloud-security .path6:before {
  content: "\ed71";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-cloud-security .path7:before {
  content: "\ed72";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-cloud-security .path8:before {
  content: "\ed73";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-cloud-security .path9:before {
  content: "\ed74";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-cloud-security .path10:before {
  content: "\ed75";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-ae-coding-1 .path1:before {
  content: "\ed76";
  color: rgb(94, 159, 223);
}
.icon-ae-coding-1 .path2:before {
  content: "\ed77";
  margin-left: -0.875em;
  color: rgb(94, 159, 223);
}
.icon-ae-coding-1 .path3:before {
  content: "\ed78";
  margin-left: -0.875em;
  color: rgb(243, 243, 243);
}
.icon-ae-coding-1 .path4:before {
  content: "\ed79";
  margin-left: -0.875em;
  color: rgb(25, 118, 210);
}
.icon-ae-coding-1 .path5:before {
  content: "\ed7a";
  margin-left: -0.875em;
  color: rgb(243, 243, 243);
}
.icon-ae-coding-1 .path6:before {
  content: "\ed7b";
  margin-left: -0.875em;
  color: rgb(25, 118, 210);
}
.icon-ae-coding-1 .path7:before {
  content: "\ed7c";
  margin-left: -0.875em;
  color: rgb(211, 142, 42);
}
.icon-ae-coding-1 .path8:before {
  content: "\ed7d";
  margin-left: -0.875em;
  color: rgb(217, 217, 217);
}
.icon-ae-coding-1 .path9:before {
  content: "\ed7e";
  margin-left: -0.875em;
  color: rgb(217, 217, 217);
}
.icon-ae-coding-1 .path10:before {
  content: "\ed7f";
  margin-left: -0.875em;
  color: rgb(200, 200, 200);
}
.icon-ae-coding-1 .path11:before {
  content: "\ed80";
  margin-left: -0.875em;
  color: rgb(25, 118, 210);
}
.icon-ae-coding-1 .path12:before {
  content: "\ed81";
  margin-left: -0.875em;
  color: rgb(25, 118, 210);
}
.icon-ae-coding-1 .path13:before {
  content: "\ed82";
  margin-left: -0.875em;
  color: rgb(253, 253, 253);
}
.icon-ae-coding-2 .path1:before {
  content: "\ed83";
  color: rgb(94, 159, 223);
}
.icon-ae-coding-2 .path2:before {
  content: "\ed84";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-coding-2 .path3:before {
  content: "\ed85";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-ae-coding-2 .path4:before {
  content: "\ed86";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-ae-coding-2 .path5:before {
  content: "\ed87";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-ae-coding-2 .path6:before {
  content: "\ed88";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-ae-coding-2 .path7:before {
  content: "\ed89";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-ae-coding-2 .path8:before {
  content: "\ed8a";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-ae-coding-2 .path9:before {
  content: "\ed8b";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-ae-coding-2 .path10:before {
  content: "\ed8c";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-ae-coding-2 .path11:before {
  content: "\ed8d";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-ae-coding-2 .path12:before {
  content: "\ed8e";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-ae-coding-2 .path13:before {
  content: "\ed8f";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-ae-coding-2 .path14:before {
  content: "\ed90";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-ae-coding-2 .path15:before {
  content: "\ed91";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-ae-coding-2 .path16:before {
  content: "\ed92";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-ae-coding-2 .path17:before {
  content: "\ed93";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-ae-coding-2 .path18:before {
  content: "\ed94";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-ae-coding-2 .path19:before {
  content: "\ed95";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-ae-coding-2 .path20:before {
  content: "\ed96";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-ae-coding-2 .path21:before {
  content: "\ed97";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-ae-coding-2 .path22:before {
  content: "\ed98";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-ae-coding-2 .path23:before {
  content: "\ed99";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-ae-coding-2 .path24:before {
  content: "\ed9a";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-ae-coding-2 .path25:before {
  content: "\ed9b";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-ae-coding-2 .path26:before {
  content: "\ed9c";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-ae-coding-2 .path27:before {
  content: "\ed9d";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-ae-coding-2 .path28:before {
  content: "\ed9e";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-ae-coding-2 .path29:before {
  content: "\ed9f";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-ae-coding-2 .path30:before {
  content: "\eda0";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-ae-coding-2 .path31:before {
  content: "\eda1";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-ae-coding-2 .path32:before {
  content: "\eda2";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-ae-coding-2 .path33:before {
  content: "\eda3";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-ae-coding-2 .path34:before {
  content: "\eda4";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-ae-coding-2 .path35:before {
  content: "\eda5";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-ae-coding-2 .path36:before {
  content: "\eda6";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-ae-coding-2 .path37:before {
  content: "\eda7";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-ae-coding-2 .path38:before {
  content: "\eda8";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-ae-coding-2 .path39:before {
  content: "\eda9";
  margin-left: -1em;
  color: rgb(200, 200, 200);
}
.icon-ae-coding-2 .path40:before {
  content: "\edaa";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-coding-2 .path41:before {
  content: "\edab";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-ae-coding-badge .path1:before {
  content: "\edac";
  color: rgb(94, 159, 223);
}
.icon-ae-coding-badge .path2:before {
  content: "\edad";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-coding-badge .path3:before {
  content: "\edae";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-coding-badge .path4:before {
  content: "\edaf";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-ae-coding-badge .path5:before {
  content: "\edb0";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-coding-hand .path1:before {
  content: "\edb1";
  color: rgb(217, 217, 217);
}
.icon-ae-coding-hand .path2:before {
  content: "\edb2";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-coding-hand .path3:before {
  content: "\edb3";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-ae-coding-hand .path4:before {
  content: "\edb4";
  margin-left: -1em;
  color: rgb(200, 200, 200);
}
.icon-ae-coding-hand .path5:before {
  content: "\edb5";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-coding-hand .path6:before {
  content: "\edb6";
  margin-left: -1em;
  color: rgb(228, 194, 144);
}
.icon-ae-coding-hand .path7:before {
  content: "\edb7";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-ae-coding-laptop .path1:before {
  content: "\edb8";
  color: rgb(94, 159, 223);
}
.icon-ae-coding-laptop .path2:before {
  content: "\edb9";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-coding-laptop .path3:before {
  content: "\edba";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-coding-laptop .path4:before {
  content: "\edbb";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-ae-coding-laptop .path5:before {
  content: "\edbc";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-ae-coding-laptop .path6:before {
  content: "\edbd";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-coding-laptop .path7:before {
  content: "\edbe";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-coding-laptop .path8:before {
  content: "\edbf";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-coding-laptop .path9:before {
  content: "\edc0";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-coding-laptop .path10:before {
  content: "\edc1";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-coding-laptop .path11:before {
  content: "\edc2";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-coding-laptop .path12:before {
  content: "\edc3";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-coding-laptop .path13:before {
  content: "\edc4";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-coding-laptop .path14:before {
  content: "\edc5";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-coding-laptop .path15:before {
  content: "\edc6";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-ae-coding-laptop .path16:before {
  content: "\edc7";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-coding-laptop .path17:before {
  content: "\edc8";
  margin-left: -1em;
  color: rgb(228, 194, 144);
}
.icon-ae-coding-laptop .path18:before {
  content: "\edc9";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-coding-laptop .path19:before {
  content: "\edca";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-ae-coding-laptop .path20:before {
  content: "\edcb";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-ae-coding-metal .path1:before {
  content: "\edcc";
  color: rgb(211, 142, 42);
}
.icon-ae-coding-metal .path2:before {
  content: "\edcd";
  margin-left: -1em;
  color: rgb(228, 194, 144);
}
.icon-ae-coding-metal .path3:before {
  content: "\edce";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-coding-metal .path4:before {
  content: "\edcf";
  margin-left: -1em;
  color: rgb(228, 194, 144);
}
.icon-ae-coding-metal .path5:before {
  content: "\edd0";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-coding-metal .path6:before {
  content: "\edd1";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-coding-metal .path7:before {
  content: "\edd2";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-ae-coding-proaction .path1:before {
  content: "\edd3";
  color: rgb(94, 159, 223);
}
.icon-ae-coding-proaction .path2:before {
  content: "\edd4";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-coding-proaction .path3:before {
  content: "\edd5";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-ae-coding-proaction .path4:before {
  content: "\edd6";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-ae-coding-proaction .path5:before {
  content: "\edd7";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-coding-proaction .path6:before {
  content: "\edd8";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-coding-proaction .path7:before {
  content: "\edd9";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-coding-proaction .path8:before {
  content: "\edda";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-coding-proaction .path9:before {
  content: "\eddb";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-coding-proaction .path10:before {
  content: "\eddc";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-coding-proaction .path11:before {
  content: "\eddd";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-coding-proaction .path12:before {
  content: "\edde";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-coding-proaction .path13:before {
  content: "\eddf";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-coding-proaction .path14:before {
  content: "\ede0";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-coding-proaction .path15:before {
  content: "\ede1";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-coding-proaction .path16:before {
  content: "\ede2";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-ae-coding-proaction .path17:before {
  content: "\ede3";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-coding-proaction .path18:before {
  content: "\ede4";
  margin-left: -1em;
  color: rgb(228, 194, 144);
}
.icon-ae-coding-proaction .path19:before {
  content: "\ede5";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-ae-coding-view .path1:before {
  content: "\ede6";
  color: rgb(94, 159, 223);
}
.icon-ae-coding-view .path2:before {
  content: "\ede7";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-coding-view .path3:before {
  content: "\ede8";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-ae-coding-view .path4:before {
  content: "\ede9";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-ae-coding-view .path5:before {
  content: "\edea";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-coding-view .path6:before {
  content: "\edeb";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-coding-view .path7:before {
  content: "\edec";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-coding-view .path8:before {
  content: "\eded";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-coding-view .path9:before {
  content: "\edee";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-coding-view .path10:before {
  content: "\edef";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-coding-view .path11:before {
  content: "\edf0";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-coding-view .path12:before {
  content: "\edf1";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-coding-view .path13:before {
  content: "\edf2";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-coding-view .path14:before {
  content: "\edf3";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-coding-view .path15:before {
  content: "\edf4";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-coding-view .path16:before {
  content: "\edf5";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-ae-coding-view .path17:before {
  content: "\edf6";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-coding-view .path18:before {
  content: "\edf7";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-ae-coding-view .path19:before {
  content: "\edf8";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-coding-view .path20:before {
  content: "\edf9";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-coding-view .path21:before {
  content: "\edfa";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-coding-view .path22:before {
  content: "\edfb";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-ae-coding-view .path23:before {
  content: "\edfc";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-ae-coffee-cup .path1:before {
  content: "\edfd";
  color: rgb(25, 118, 210);
}
.icon-ae-coffee-cup .path2:before {
  content: "\edfe";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-coffee-cup .path3:before {
  content: "\edff";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-coffee-cup .path4:before {
  content: "\ee00";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-coffee-cup .path5:before {
  content: "\ee01";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-coffee-cup .path6:before {
  content: "\ee02";
  margin-left: -1em;
  color: rgb(228, 194, 144);
}
.icon-ae-coffee-cup .path7:before {
  content: "\ee03";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-coffee-cup .path8:before {
  content: "\ee04";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-coffee-cup .path9:before {
  content: "\ee05";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-ae-coffee-cup .path10:before {
  content: "\ee06";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-ae-coffee-cup .path11:before {
  content: "\ee07";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-ae-Color .path1:before {
  content: "\ee08";
  color: rgb(25, 118, 210);
}
.icon-ae-Color .path2:before {
  content: "\ee09";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-Color .path3:before {
  content: "\ee0a";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-ae-Color .path4:before {
  content: "\ee0b";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-ae-Color .path5:before {
  content: "\ee0c";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-Color .path6:before {
  content: "\ee0d";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-Color .path7:before {
  content: "\ee0e";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-Color .path8:before {
  content: "\ee0f";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-Color .path9:before {
  content: "\ee10";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-Color .path10:before {
  content: "\ee11";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-ae-Color .path11:before {
  content: "\ee12";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-Color .path12:before {
  content: "\ee13";
  margin-left: -1em;
  color: rgb(228, 194, 144);
}
.icon-ae-Color .path13:before {
  content: "\ee14";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-Color .path14:before {
  content: "\ee15";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-Color .path15:before {
  content: "\ee16";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-Color .path16:before {
  content: "\ee17";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-Color .path17:before {
  content: "\ee18";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-Color .path18:before {
  content: "\ee19";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-Color .path19:before {
  content: "\ee1a";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-Color .path20:before {
  content: "\ee1b";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-Color .path21:before {
  content: "\ee1c";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-ae-Color .path22:before {
  content: "\ee1d";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-ae-color-editing .path1:before {
  content: "\ee1e";
  color: rgb(211, 142, 42);
}
.icon-ae-color-editing .path2:before {
  content: "\ee1f";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-color-editing .path3:before {
  content: "\ee20";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-color-editing .path4:before {
  content: "\ee21";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-color-editing .path5:before {
  content: "\ee22";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-ae-color-editing .path6:before {
  content: "\ee23";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-ae-color-editing .path7:before {
  content: "\ee24";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-color-editing .path8:before {
  content: "\ee25";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-color-editing .path9:before {
  content: "\ee26";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-color-editing .path10:before {
  content: "\ee27";
  margin-left: -1em;
  color: rgb(200, 200, 200);
}
.icon-ae-color-editing .path11:before {
  content: "\ee28";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-color-editing .path12:before {
  content: "\ee29";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-color-editing .path13:before {
  content: "\ee2a";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-color-editing .path14:before {
  content: "\ee2b";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-color-editing .path15:before {
  content: "\ee2c";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-color-editing .path16:before {
  content: "\ee2d";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-color-editing .path17:before {
  content: "\ee2e";
  margin-left: -1em;
  color: rgb(228, 194, 144);
}
.icon-ae-color-palette .path1:before {
  content: "\ee2f";
  color: rgb(243, 243, 243);
}
.icon-ae-color-palette .path2:before {
  content: "\ee30";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-color-palette .path3:before {
  content: "\ee31";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-color-palette .path4:before {
  content: "\ee32";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-ae-color-palette .path5:before {
  content: "\ee33";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-color-palette .path6:before {
  content: "\ee34";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-ae-color-palette .path7:before {
  content: "\ee35";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-color-palette .path8:before {
  content: "\ee36";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-color-palette .path9:before {
  content: "\ee37";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-ae-color-palette .path10:before {
  content: "\ee38";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-color-palette .path11:before {
  content: "\ee39";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-ae-color-palette .path12:before {
  content: "\ee3a";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-color-palette .path13:before {
  content: "\ee3b";
  margin-left: -1em;
  color: rgb(228, 194, 144);
}
.icon-ae-color-palette .path14:before {
  content: "\ee3c";
  margin-left: -1em;
  color: rgb(200, 200, 200);
}
.icon-ae-color-palette .path15:before {
  content: "\ee3d";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-ae-color-wheel .path1:before {
  content: "\ee3e";
  color: rgb(94, 159, 223);
}
.icon-ae-color-wheel .path2:before {
  content: "\ee3f";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-color-wheel .path3:before {
  content: "\ee40";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-color-wheel .path4:before {
  content: "\ee41";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-color-wheel .path5:before {
  content: "\ee42";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-color-wheel .path6:before {
  content: "\ee43";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-color-wheel .path7:before {
  content: "\ee44";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-color-wheel .path8:before {
  content: "\ee45";
  margin-left: -1em;
  color: rgb(228, 194, 144);
}
.icon-ae-color-wheel .path9:before {
  content: "\ee46";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-color-wheel .path10:before {
  content: "\ee47";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-ae-computer-cloud .path1:before {
  content: "\ee48";
  color: rgb(94, 159, 223);
}
.icon-ae-computer-cloud .path2:before {
  content: "\ee49";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-computer-cloud .path3:before {
  content: "\ee4a";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-ae-computer-cloud .path4:before {
  content: "\ee4b";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-computer-cloud .path5:before {
  content: "\ee4c";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-computer-cloud .path6:before {
  content: "\ee4d";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-ae-computer-cloud .path7:before {
  content: "\ee4e";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-computer-cloud .path8:before {
  content: "\ee4f";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-computer-cloud .path9:before {
  content: "\ee50";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-ae-computer-cloud .path10:before {
  content: "\ee51";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-computer-cloud .path11:before {
  content: "\ee52";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-computer-cloud .path12:before {
  content: "\ee53";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-computer-cloud .path13:before {
  content: "\ee54";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-computer-cloud .path14:before {
  content: "\ee55";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-computer-cloud .path15:before {
  content: "\ee56";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-computer-fullsize .path1:before {
  content: "\ee57";
  color: rgb(94, 159, 223);
}
.icon-ae-computer-fullsize .path2:before {
  content: "\ee58";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-computer-fullsize .path3:before {
  content: "\ee59";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-computer-fullsize .path4:before {
  content: "\ee5a";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-ae-computer-fullsize .path5:before {
  content: "\ee5b";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-ae-computer-fullsize .path6:before {
  content: "\ee5c";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-computer-fullsize .path7:before {
  content: "\ee5d";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-computer-fullsize .path8:before {
  content: "\ee5e";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-computer-fullsize .path9:before {
  content: "\ee5f";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-computer-fullsize .path10:before {
  content: "\ee60";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-computer-fullsize .path11:before {
  content: "\ee61";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-computer-fullsize .path12:before {
  content: "\ee62";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-computer-fullsize .path13:before {
  content: "\ee63";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-computer-fullsize .path14:before {
  content: "\ee64";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-ae-computer-fullsize .path15:before {
  content: "\ee65";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-computer-fullsize .path16:before {
  content: "\ee66";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-computer-network .path1:before {
  content: "\ee67";
  color: rgb(94, 159, 223);
}
.icon-ae-computer-network .path2:before {
  content: "\ee68";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-computer-network .path3:before {
  content: "\ee69";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-ae-computer-network .path4:before {
  content: "\ee6a";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-computer-network .path5:before {
  content: "\ee6b";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-computer-network .path6:before {
  content: "\ee6c";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-ae-computer-network .path7:before {
  content: "\ee6d";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-computer-network .path8:before {
  content: "\ee6e";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-computer-network .path9:before {
  content: "\ee6f";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-ae-computer-network .path10:before {
  content: "\ee70";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-computer-network .path11:before {
  content: "\ee71";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-computer-network .path12:before {
  content: "\ee72";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-ae-computer-network .path13:before {
  content: "\ee73";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-computer-programming .path1:before {
  content: "\ee74";
  color: rgb(94, 159, 223);
}
.icon-ae-computer-programming .path2:before {
  content: "\ee75";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-computer-programming .path3:before {
  content: "\ee76";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-computer-programming .path4:before {
  content: "\ee77";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-computer-programming .path5:before {
  content: "\ee78";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-ae-computer-programming .path6:before {
  content: "\ee79";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-computer-programming .path7:before {
  content: "\ee7a";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-computer-programming .path8:before {
  content: "\ee7b";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-computer-programming .path9:before {
  content: "\ee7c";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-computer-programming .path10:before {
  content: "\ee7d";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-ae-computer-programming .path11:before {
  content: "\ee7e";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-ae-computer-programming .path12:before {
  content: "\ee7f";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-ae-computer-programming .path13:before {
  content: "\ee80";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-computer-programming .path14:before {
  content: "\ee81";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-computer-programming .path15:before {
  content: "\ee82";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-computer-programming .path16:before {
  content: "\ee83";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-computer-programming .path17:before {
  content: "\ee84";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-computer-programming .path18:before {
  content: "\ee85";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-connect .path1:before {
  content: "\ee86";
  color: rgb(94, 159, 223);
}
.icon-ae-connect .path2:before {
  content: "\ee87";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-ae-connect .path3:before {
  content: "\ee88";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-connect .path4:before {
  content: "\ee89";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-ae-connect .path5:before {
  content: "\ee8a";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-connect .path6:before {
  content: "\ee8b";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-connect .path7:before {
  content: "\ee8c";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-connect .path8:before {
  content: "\ee8d";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-connect .path9:before {
  content: "\ee8e";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-connect .path10:before {
  content: "\ee8f";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-connection-1 .path1:before {
  content: "\ee90";
  color: rgb(217, 217, 217);
}
.icon-ae-connection-1 .path2:before {
  content: "\ee91";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-connection-1 .path3:before {
  content: "\ee92";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-ae-connection-1 .path4:before {
  content: "\ee93";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-ae-connection-1 .path5:before {
  content: "\ee94";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-connection-1 .path6:before {
  content: "\ee95";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-ae-connection-1 .path7:before {
  content: "\ee96";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-ae-connection-1 .path8:before {
  content: "\ee97";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-connection-1 .path9:before {
  content: "\ee98";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-ae-connection-1 .path10:before {
  content: "\ee99";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-ae-connection-1 .path11:before {
  content: "\ee9a";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-connection-1 .path12:before {
  content: "\ee9b";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-ae-connection-1 .path13:before {
  content: "\ee9c";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-ae-connection-2 .path1:before {
  content: "\ee9d";
  color: rgb(94, 159, 223);
}
.icon-ae-connection-2 .path2:before {
  content: "\ee9e";
  margin-left: -0.625em;
  color: rgb(255, 255, 255);
}
.icon-ae-connection-2 .path3:before {
  content: "\ee9f";
  margin-left: -0.625em;
  color: rgb(94, 159, 223);
}
.icon-ae-connection-2 .path4:before {
  content: "\eea0";
  margin-left: -0.625em;
  color: rgb(25, 118, 210);
}
.icon-ae-connection-2 .path5:before {
  content: "\eea1";
  margin-left: -0.625em;
  color: rgb(94, 159, 223);
}
.icon-ae-connection-2 .path6:before {
  content: "\eea2";
  margin-left: -0.625em;
  color: rgb(25, 118, 210);
}
.icon-ae-connection-2 .path7:before {
  content: "\eea3";
  margin-left: -0.625em;
  color: rgb(94, 159, 223);
}
.icon-ae-connection-2 .path8:before {
  content: "\eea4";
  margin-left: -0.625em;
  color: rgb(25, 118, 210);
}
.icon-ae-connection-2 .path9:before {
  content: "\eea5";
  margin-left: -0.625em;
  color: rgb(25, 118, 210);
}
.icon-ae-connection-2 .path10:before {
  content: "\eea6";
  margin-left: -0.625em;
  color: rgb(25, 118, 210);
}
.icon-ae-connection-2 .path11:before {
  content: "\eea7";
  margin-left: -0.625em;
  color: rgb(25, 118, 210);
}
.icon-ae-connection-2 .path12:before {
  content: "\eea8";
  margin-left: -0.625em;
  color: rgb(25, 118, 210);
}
.icon-ae-connection-2 .path13:before {
  content: "\eea9";
  margin-left: -0.625em;
  color: rgb(25, 118, 210);
}
.icon-ae-connection-2 .path14:before {
  content: "\eeaa";
  margin-left: -0.625em;
  color: rgb(25, 118, 210);
}
.icon-ae-connection-2 .path15:before {
  content: "\eeab";
  margin-left: -0.625em;
  color: rgb(217, 217, 217);
}
.icon-ae-connection-2 .path16:before {
  content: "\eeac";
  margin-left: -0.625em;
  color: rgb(211, 142, 42);
}
.icon-ae-connection-2 .path17:before {
  content: "\eead";
  margin-left: -0.625em;
  color: rgb(211, 142, 42);
}
.icon-ae-connection-3 .path1:before {
  content: "\eeae";
  color: rgb(94, 159, 223);
}
.icon-ae-connection-3 .path2:before {
  content: "\eeaf";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-connection-3 .path3:before {
  content: "\eeb0";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-ae-connection-3 .path4:before {
  content: "\eeb1";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-connection-3 .path5:before {
  content: "\eeb2";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-ae-connection-3 .path6:before {
  content: "\eeb3";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-connection-3 .path7:before {
  content: "\eeb4";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-ae-connection-3 .path8:before {
  content: "\eeb5";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-connection-3 .path9:before {
  content: "\eeb6";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-connection-3 .path10:before {
  content: "\eeb7";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-connection-3 .path11:before {
  content: "\eeb8";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-connection-3 .path12:before {
  content: "\eeb9";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-connection-3 .path13:before {
  content: "\eeba";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-connection-3 .path14:before {
  content: "\eebb";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-connection-3 .path15:before {
  content: "\eebc";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-connection-3 .path16:before {
  content: "\eebd";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-connection-3 .path17:before {
  content: "\eebe";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-connection-3 .path18:before {
  content: "\eebf";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-ae-connection-3 .path19:before {
  content: "\eec0";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-connection-3 .path20:before {
  content: "\eec1";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-connection-3 .path21:before {
  content: "\eec2";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-connection-3 .path22:before {
  content: "\eec3";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-connection-3 .path23:before {
  content: "\eec4";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-connection-3 .path24:before {
  content: "\eec5";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-connection-3 .path25:before {
  content: "\eec6";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-connection-3 .path26:before {
  content: "\eec7";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-connection-3 .path27:before {
  content: "\eec8";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-connection-3 .path28:before {
  content: "\eec9";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-connection-3 .path29:before {
  content: "\eeca";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-connection-3 .path30:before {
  content: "\eecb";
  margin-left: -1em;
  color: rgb(253, 253, 253);
}
.icon-ae-console .path1:before {
  content: "\eecc";
  color: rgb(211, 142, 42);
}
.icon-ae-console .path2:before {
  content: "\eecd";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-console .path3:before {
  content: "\eece";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-console .path4:before {
  content: "\eecf";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-ae-console .path5:before {
  content: "\eed0";
  margin-left: -1em;
  color: rgb(253, 253, 253);
}
.icon-ae-console .path6:before {
  content: "\eed1";
  margin-left: -1em;
  color: rgb(253, 253, 253);
}
.icon-ae-console .path7:before {
  content: "\eed2";
  margin-left: -1em;
  color: rgb(253, 253, 253);
}
.icon-ae-console .path8:before {
  content: "\eed3";
  margin-left: -1em;
  color: rgb(253, 253, 253);
}
.icon-ae-console .path9:before {
  content: "\eed4";
  margin-left: -1em;
  color: rgb(253, 253, 253);
}
.icon-ae-console .path10:before {
  content: "\eed5";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-console .path11:before {
  content: "\eed6";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-ae-console .path12:before {
  content: "\eed7";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-console .path13:before {
  content: "\eed8";
  margin-left: -1em;
  color: rgb(253, 253, 253);
}
.icon-ae-consultation .path1:before {
  content: "\eed9";
  color: rgb(25, 118, 210);
}
.icon-ae-consultation .path2:before {
  content: "\eeda";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-consultation .path3:before {
  content: "\eedb";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-consultation .path4:before {
  content: "\eedc";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-consultation .path5:before {
  content: "\eedd";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-ae-consultation .path6:before {
  content: "\eede";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-consultation .path7:before {
  content: "\eedf";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-consultation .path8:before {
  content: "\eee0";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-consultation .path9:before {
  content: "\eee1";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-ae-consultation .path10:before {
  content: "\eee2";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-consultation .path11:before {
  content: "\eee3";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-consultation .path12:before {
  content: "\eee4";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-consultation .path13:before {
  content: "\eee5";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-ae-consultation .path14:before {
  content: "\eee6";
  margin-left: -1em;
  color: rgb(200, 200, 200);
}
.icon-ae-consultation .path15:before {
  content: "\eee7";
  margin-left: -1em;
  color: rgb(200, 200, 200);
}
.icon-ae-control-panel .path1:before {
  content: "\eee8";
  color: rgb(94, 159, 223);
}
.icon-ae-control-panel .path2:before {
  content: "\eee9";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-ae-control-panel .path3:before {
  content: "\eeea";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-control-panel .path4:before {
  content: "\eeeb";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-ae-control-panel .path5:before {
  content: "\eeec";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-control-panel .path6:before {
  content: "\eeed";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-ae-control-panel .path7:before {
  content: "\eeee";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-control-panel .path8:before {
  content: "\eeef";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-ae-control-panel .path9:before {
  content: "\eef0";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-control-panel .path10:before {
  content: "\eef1";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-control-panel .path11:before {
  content: "\eef2";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-control-panel .path12:before {
  content: "\eef3";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-control-panel .path13:before {
  content: "\eef4";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-ae-control-panel .path14:before {
  content: "\eef5";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-ae-core-1 .path1:before {
  content: "\eef6";
  color: rgb(25, 118, 210);
}
.icon-ae-core-1 .path2:before {
  content: "\eef7";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-ae-core-1 .path3:before {
  content: "\eef8";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-core-1 .path4:before {
  content: "\eef9";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-ae-core-1 .path5:before {
  content: "\eefa";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-core-2 .path1:before {
  content: "\eefb";
  color: rgb(211, 142, 42);
}
.icon-ae-core-2 .path2:before {
  content: "\eefc";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-core-2 .path3:before {
  content: "\eefd";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-core-2 .path4:before {
  content: "\eefe";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-core-2 .path5:before {
  content: "\eeff";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-core-2 .path6:before {
  content: "\ef00";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-core-2 .path7:before {
  content: "\ef01";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-core-2 .path8:before {
  content: "\ef02";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-core-2 .path9:before {
  content: "\ef03";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-core-2 .path10:before {
  content: "\ef04";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-core-2 .path11:before {
  content: "\ef05";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-core-2 .path12:before {
  content: "\ef06";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-core-2 .path13:before {
  content: "\ef07";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-core-2 .path14:before {
  content: "\ef08";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-core-2 .path15:before {
  content: "\ef09";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-core-2 .path16:before {
  content: "\ef0a";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-coupon .path1:before {
  content: "\ef0b";
  color: rgb(25, 118, 210);
}
.icon-ae-coupon .path2:before {
  content: "\ef0c";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-ae-coupon .path3:before {
  content: "\ef0d";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-coupon .path4:before {
  content: "\ef0e";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-coupon .path5:before {
  content: "\ef0f";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-coupon .path6:before {
  content: "\ef10";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-coupon .path7:before {
  content: "\ef11";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-coupon .path8:before {
  content: "\ef12";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-ae-creating-kiosks .path1:before {
  content: "\ef13";
  color: rgb(25, 118, 210);
}
.icon-ae-creating-kiosks .path2:before {
  content: "\ef14";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-ae-creating-kiosks .path3:before {
  content: "\ef15";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-ae-creating-kiosks .path4:before {
  content: "\ef16";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-ae-creating-kiosks .path5:before {
  content: "\ef17";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-creating-kiosks .path6:before {
  content: "\ef18";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-creating-kiosks .path7:before {
  content: "\ef19";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-creating-kiosks .path8:before {
  content: "\ef1a";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-creating-kiosks .path9:before {
  content: "\ef1b";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-ae-creating-kiosks .path10:before {
  content: "\ef1c";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-creative .path1:before {
  content: "\ef1d";
  color: rgb(25, 118, 210);
}
.icon-ae-creative .path2:before {
  content: "\ef1e";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-creative .path3:before {
  content: "\ef1f";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-creative .path4:before {
  content: "\ef20";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-creative .path5:before {
  content: "\ef21";
  margin-left: -1em;
  color: rgb(228, 194, 144);
}
.icon-ae-creative .path6:before {
  content: "\ef22";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-creative .path7:before {
  content: "\ef23";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-creative .path8:before {
  content: "\ef24";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-creative .path9:before {
  content: "\ef25";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-creative .path10:before {
  content: "\ef26";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-ae-creative .path11:before {
  content: "\ef27";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-creative .path12:before {
  content: "\ef28";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-creative .path13:before {
  content: "\ef29";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-creativity .path1:before {
  content: "\ef2a";
  color: rgb(94, 159, 223);
}
.icon-ae-creativity .path2:before {
  content: "\ef2b";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-ae-creativity .path3:before {
  content: "\ef2c";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-creativity .path4:before {
  content: "\ef2d";
  margin-left: -1em;
  color: rgb(228, 194, 144);
}
.icon-ae-creativity .path5:before {
  content: "\ef2e";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-ae-creativity .path6:before {
  content: "\ef2f";
  margin-left: -1em;
  color: rgb(200, 200, 200);
}
.icon-ae-creditcard .path1:before {
  content: "\ef30";
  color: rgb(94, 159, 223);
}
.icon-ae-creditcard .path2:before {
  content: "\ef31";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-creditcard .path3:before {
  content: "\ef32";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-ae-creditcard .path4:before {
  content: "\ef33";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-creditcard .path5:before {
  content: "\ef34";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-creditcard .path6:before {
  content: "\ef35";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-creditcard .path7:before {
  content: "\ef36";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-creditcard .path8:before {
  content: "\ef37";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-ae-creditcard .path9:before {
  content: "\ef38";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-creditcard .path10:before {
  content: "\ef39";
  margin-left: -1em;
  color: rgb(228, 194, 144);
}
.icon-ae-creditcard .path11:before {
  content: "\ef3a";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-ae-critical .path1:before {
  content: "\ef3b";
  color: rgb(25, 118, 210);
}
.icon-ae-critical .path2:before {
  content: "\ef3c";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-critical .path3:before {
  content: "\ef3d";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-ae-critical .path4:before {
  content: "\ef3e";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-ae-critical .path5:before {
  content: "\ef3f";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-critical .path6:before {
  content: "\ef40";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-critical .path7:before {
  content: "\ef41";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-ae-critical .path8:before {
  content: "\ef42";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-ae-critical .path9:before {
  content: "\ef43";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-ae-critical .path10:before {
  content: "\ef44";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-ae-critical .path11:before {
  content: "\ef45";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-ae-critical .path12:before {
  content: "\ef46";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-critical .path13:before {
  content: "\ef47";
  margin-left: -1em;
  color: rgb(228, 194, 144);
}
.icon-ae-critical .path14:before {
  content: "\ef48";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-critical .path15:before {
  content: "\ef49";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-ae-critical .path16:before {
  content: "\ef4a";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-critical .path17:before {
  content: "\ef4b";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-ae-critical .path18:before {
  content: "\ef4c";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-critical .path19:before {
  content: "\ef4d";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-ae-critical .path20:before {
  content: "\ef4e";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-ae-critical .path21:before {
  content: "\ef4f";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-critical .path22:before {
  content: "\ef50";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-critical .path23:before {
  content: "\ef51";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-ae-critical-error .path1:before {
  content: "\ef52";
  color: rgb(25, 118, 210);
}
.icon-ae-critical-error .path2:before {
  content: "\ef53";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-critical-error .path3:before {
  content: "\ef54";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-ae-critical-error .path4:before {
  content: "\ef55";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-ae-critical-error .path5:before {
  content: "\ef56";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-critical-error .path6:before {
  content: "\ef57";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-critical-error .path7:before {
  content: "\ef58";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-ae-critical-error .path8:before {
  content: "\ef59";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-critical-error .path9:before {
  content: "\ef5a";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-ae-critical-error .path10:before {
  content: "\ef5b";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-critical-error .path11:before {
  content: "\ef5c";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-critical-error .path12:before {
  content: "\ef5d";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-ae-critical-error .path13:before {
  content: "\ef5e";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-critical-error .path14:before {
  content: "\ef5f";
  margin-left: -1em;
  color: rgb(253, 253, 253);
}
.icon-ae-critical-error .path15:before {
  content: "\ef60";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-critical-error .path16:before {
  content: "\ef61";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-critical-error .path17:before {
  content: "\ef62";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-ae-critical-error .path18:before {
  content: "\ef63";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-critical-error .path19:before {
  content: "\ef64";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-critical-error .path20:before {
  content: "\ef65";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-croping .path1:before {
  content: "\ef66";
  color: rgb(94, 159, 223);
}
.icon-ae-croping .path2:before {
  content: "\ef67";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-croping .path3:before {
  content: "\ef68";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-croping .path4:before {
  content: "\ef69";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-croping .path5:before {
  content: "\ef6a";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-croping .path6:before {
  content: "\ef6b";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-croping .path7:before {
  content: "\ef6c";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-ae-croping .path8:before {
  content: "\ef6d";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-ae-croping .path9:before {
  content: "\ef6e";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-ae-croping .path10:before {
  content: "\ef6f";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-ae-croping .path11:before {
  content: "\ef70";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-ae-croping .path12:before {
  content: "\ef71";
  margin-left: -1em;
  color: rgb(228, 194, 144);
}
.icon-ae-css .path1:before {
  content: "\ef72";
  color: rgb(228, 194, 144);
}
.icon-ae-css .path2:before {
  content: "\ef73";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-css .path3:before {
  content: "\ef74";
  margin-left: -1em;
  color: rgb(228, 194, 144);
}
.icon-ae-css .path4:before {
  content: "\ef75";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-ae-css .path5:before {
  content: "\ef76";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-ae-css .path6:before {
  content: "\ef77";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-css .path7:before {
  content: "\ef78";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-css .path8:before {
  content: "\ef79";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-ae-css .path9:before {
  content: "\ef7a";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-css .path10:before {
  content: "\ef7b";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-css .path11:before {
  content: "\ef7c";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-css .path12:before {
  content: "\ef7d";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-css .path13:before {
  content: "\ef7e";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-currency .path1:before {
  content: "\ef7f";
  color: rgb(94, 159, 223);
}
.icon-ae-currency .path2:before {
  content: "\ef80";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-ae-currency .path3:before {
  content: "\ef81";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-currency .path4:before {
  content: "\ef82";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-currency .path5:before {
  content: "\ef83";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-currency .path6:before {
  content: "\ef84";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-currency .path7:before {
  content: "\ef85";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-currency .path8:before {
  content: "\ef86";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-currency .path9:before {
  content: "\ef87";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-currency .path10:before {
  content: "\ef88";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-currency .path11:before {
  content: "\ef89";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-currency .path12:before {
  content: "\ef8a";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-currency .path13:before {
  content: "\ef8b";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-currency .path14:before {
  content: "\ef8c";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-currency .path15:before {
  content: "\ef8d";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-currency .path16:before {
  content: "\ef8e";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-currency .path17:before {
  content: "\ef8f";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-ae-currency .path18:before {
  content: "\ef90";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-currency .path19:before {
  content: "\ef91";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-currency .path20:before {
  content: "\ef92";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-ae-currency .path21:before {
  content: "\ef93";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-currency .path22:before {
  content: "\ef94";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-currency .path23:before {
  content: "\ef95";
  margin-left: -1em;
  color: rgb(253, 253, 253);
}
.icon-ae-currency .path24:before {
  content: "\ef96";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-currency .path25:before {
  content: "\ef97";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-ae-currency .path26:before {
  content: "\ef98";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-currency .path27:before {
  content: "\ef99";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-currency .path28:before {
  content: "\ef9a";
  margin-left: -1em;
  color: rgb(253, 253, 253);
}
.icon-ae-currency .path29:before {
  content: "\ef9b";
  margin-left: -1em;
  color: rgb(253, 253, 253);
}
.icon-ae-currency .path30:before {
  content: "\ef9c";
  margin-left: -1em;
  color: rgb(253, 253, 253);
}
.icon-ae-cv .path1:before {
  content: "\ef9d";
  color: rgb(94, 159, 223);
}
.icon-ae-cv .path2:before {
  content: "\ef9e";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-cv .path3:before {
  content: "\ef9f";
  margin-left: -1em;
  color: rgb(228, 194, 144);
}
.icon-ae-cv .path4:before {
  content: "\efa0";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-cv .path5:before {
  content: "\efa1";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-cv .path6:before {
  content: "\efa2";
  margin-left: -1em;
  color: rgb(228, 194, 144);
}
.icon-ae-cv .path7:before {
  content: "\efa3";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-cv .path8:before {
  content: "\efa4";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-ae-cv .path9:before {
  content: "\efa5";
  margin-left: -1em;
  color: rgb(228, 194, 144);
}
.icon-ae-cv .path10:before {
  content: "\efa6";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-ae-cv .path11:before {
  content: "\efa7";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-cv .path12:before {
  content: "\efa8";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-ae-dashboard .path1:before {
  content: "\efa9";
  color: rgb(25, 118, 210);
}
.icon-ae-dashboard .path2:before {
  content: "\efaa";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-dashboard .path3:before {
  content: "\efab";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-ae-dashboard .path4:before {
  content: "\efac";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-ae-dashboard .path5:before {
  content: "\efad";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-dashboard .path6:before {
  content: "\efae";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-dashboard .path7:before {
  content: "\efaf";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-ae-dashboard .path8:before {
  content: "\efb0";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-ae-dashboard .path9:before {
  content: "\efb1";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-dashboard .path10:before {
  content: "\efb2";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-dashboard .path11:before {
  content: "\efb3";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-dashboard .path12:before {
  content: "\efb4";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-dashboard .path13:before {
  content: "\efb5";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-ae-dashboard .path14:before {
  content: "\efb6";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-dashboard .path15:before {
  content: "\efb7";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-dashboards-adding-and-config .path1:before {
  content: "\efb8";
  color: rgb(94, 159, 223);
}
.icon-ae-dashboards-adding-and-config .path2:before {
  content: "\efb9";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-dashboards-adding-and-config .path3:before {
  content: "\efba";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-dashboards-adding-and-config .path4:before {
  content: "\efbb";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-ae-dashboards-adding-and-config .path5:before {
  content: "\efbc";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-dashboards-adding-and-config .path6:before {
  content: "\efbd";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-dashboards-adding-and-config .path7:before {
  content: "\efbe";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-dashboards-adding-and-config .path8:before {
  content: "\efbf";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-dashboards-adding-and-config .path9:before {
  content: "\efc0";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-ae-dashboards-adding-and-config .path10:before {
  content: "\efc1";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-dashboards-adding-and-config .path11:before {
  content: "\efc2";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-dashboards-adding-and-config .path12:before {
  content: "\efc3";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-dashboards-adding-and-config .path13:before {
  content: "\efc4";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-dashboards-adding-and-config .path14:before {
  content: "\efc5";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-dashboards-adding-and-config .path15:before {
  content: "\efc6";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-dashboards-adding-and-config .path16:before {
  content: "\efc7";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-dashboards-adding-and-config .path17:before {
  content: "\efc8";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-ae-dashboards-adding-and-config .path18:before {
  content: "\efc9";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-ae-dashboards-adding-and-config .path19:before {
  content: "\efca";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-dashboards-adding-and-config .path20:before {
  content: "\efcb";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-ae-dashboards-what-are-they .path1:before {
  content: "\efcc";
  color: rgb(94, 159, 223);
}
.icon-ae-dashboards-what-are-they .path2:before {
  content: "\efcd";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-dashboards-what-are-they .path3:before {
  content: "\efce";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-ae-dashboards-what-are-they .path4:before {
  content: "\efcf";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-ae-dashboards-what-are-they .path5:before {
  content: "\efd0";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-dashboards-what-are-they .path6:before {
  content: "\efd1";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-dashboards-what-are-they .path7:before {
  content: "\efd2";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-dashboards-what-are-they .path8:before {
  content: "\efd3";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-ae-dashboards-what-are-they .path9:before {
  content: "\efd4";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-ae-dashboards-what-are-they .path10:before {
  content: "\efd5";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-dashboards-what-are-they .path11:before {
  content: "\efd6";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-ae-dashboards-what-are-they .path12:before {
  content: "\efd7";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-dashboards-what-are-they .path13:before {
  content: "\efd8";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-ae-dashboards-what-are-they .path14:before {
  content: "\efd9";
  margin-left: -1em;
  color: rgb(200, 200, 200);
}
.icon-ae-dashboard-widgets .path1:before {
  content: "\efda";
  color: rgb(94, 159, 223);
}
.icon-ae-dashboard-widgets .path2:before {
  content: "\efdb";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-dashboard-widgets .path3:before {
  content: "\efdc";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-dashboard-widgets .path4:before {
  content: "\efdd";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-ae-dashboard-widgets .path5:before {
  content: "\efde";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-ae-dashboard-widgets .path6:before {
  content: "\efdf";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-dashboard-widgets .path7:before {
  content: "\efe0";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-dashboard-widgets .path8:before {
  content: "\efe1";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-dashboard-widgets .path9:before {
  content: "\efe2";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-dashboard-widgets .path10:before {
  content: "\efe3";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-ae-dashboard-widgets .path11:before {
  content: "\efe4";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-dashboard-widgets .path12:before {
  content: "\efe5";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-ae-dashboard-widgets .path13:before {
  content: "\efe6";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-dashboard-widgets .path14:before {
  content: "\efe7";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-ae-dashboard-widgets .path15:before {
  content: "\efe8";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-dashboard-widgets .path16:before {
  content: "\efe9";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-ae-data .path1:before {
  content: "\efea";
  color: rgb(243, 243, 243);
}
.icon-ae-data .path2:before {
  content: "\efeb";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-ae-data .path3:before {
  content: "\efec";
  margin-left: -1em;
  color: rgb(200, 200, 200);
}
.icon-ae-data .path4:before {
  content: "\efed";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-ae-data .path5:before {
  content: "\efee";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-data .path6:before {
  content: "\efef";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-data .path7:before {
  content: "\eff0";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-data .path8:before {
  content: "\eff1";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-data .path9:before {
  content: "\eff2";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-ae-data .path10:before {
  content: "\eff3";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-ae-Database-1 .path1:before {
  content: "\eff4";
  color: rgb(217, 217, 217);
}
.icon-ae-Database-1 .path2:before {
  content: "\eff5";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-Database-1 .path3:before {
  content: "\eff6";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-ae-Database-1 .path4:before {
  content: "\eff7";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-Database-1 .path5:before {
  content: "\eff8";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-ae-Database-1 .path6:before {
  content: "\eff9";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-Database-1 .path7:before {
  content: "\effa";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-ae-Database-1 .path8:before {
  content: "\effb";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-ae-Database-1 .path9:before {
  content: "\effc";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-Database-1 .path10:before {
  content: "\effd";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-Database-1 .path11:before {
  content: "\effe";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-Database-1 .path12:before {
  content: "\efff";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-ae-database-2 .path1:before {
  content: "\f000";
  color: rgb(217, 217, 217);
}
.icon-ae-database-2 .path2:before {
  content: "\f001";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-ae-database-2 .path3:before {
  content: "\f002";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-ae-database-2 .path4:before {
  content: "\f003";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-database-2 .path5:before {
  content: "\f004";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-database-2 .path6:before {
  content: "\f005";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-database-2 .path7:before {
  content: "\f006";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-database-2 .path8:before {
  content: "\f007";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-database-2 .path9:before {
  content: "\f008";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-database-2 .path10:before {
  content: "\f009";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-database-2 .path11:before {
  content: "\f00a";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-database-2 .path12:before {
  content: "\f00b";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-database-2 .path13:before {
  content: "\f00c";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-database-2 .path14:before {
  content: "\f00d";
  margin-left: -1em;
  color: rgb(228, 194, 144);
}
.icon-ae-database-2 .path15:before {
  content: "\f00e";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-database-2 .path16:before {
  content: "\f00f";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-ae-database-2 .path17:before {
  content: "\f010";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-database-2 .path18:before {
  content: "\f011";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-database-2 .path19:before {
  content: "\f012";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-database-3 .path1:before {
  content: "\f013";
  color: rgb(94, 159, 223);
}
.icon-ae-database-3 .path2:before {
  content: "\f014";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-database-3 .path3:before {
  content: "\f015";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-database-3 .path4:before {
  content: "\f016";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-database-3 .path5:before {
  content: "\f017";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-database-3 .path6:before {
  content: "\f018";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-database-3 .path7:before {
  content: "\f019";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-database-3 .path8:before {
  content: "\f01a";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-database-3 .path9:before {
  content: "\f01b";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-ae-database-3 .path10:before {
  content: "\f01c";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-database-3 .path11:before {
  content: "\f01d";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-database-3 .path12:before {
  content: "\f01e";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-database-3 .path13:before {
  content: "\f01f";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-database-3 .path14:before {
  content: "\f020";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-database-3 .path15:before {
  content: "\f021";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-database-3 .path16:before {
  content: "\f022";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-ae-database-3 .path17:before {
  content: "\f023";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-ae-database-3 .path18:before {
  content: "\f024";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-ae-database-3 .path19:before {
  content: "\f025";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-ae-deadline-1 .path1:before {
  content: "\f026";
  color: rgb(243, 243, 243);
}
.icon-ae-deadline-1 .path2:before {
  content: "\f027";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-ae-deadline-1 .path3:before {
  content: "\f028";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-deadline-1 .path4:before {
  content: "\f029";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-ae-deadline-1 .path5:before {
  content: "\f02a";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-deadline-1 .path6:before {
  content: "\f02b";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-deadline-1 .path7:before {
  content: "\f02c";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-deadline-1 .path8:before {
  content: "\f02d";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-deadline-1 .path9:before {
  content: "\f02e";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-ae-deadline-1 .path10:before {
  content: "\f02f";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-deadline-1 .path11:before {
  content: "\f030";
  margin-left: -1em;
  color: rgb(228, 194, 144);
}
.icon-ae-deadline-1 .path12:before {
  content: "\f031";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-deadline-1 .path13:before {
  content: "\f032";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-deadline-1 .path14:before {
  content: "\f033";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-ae-deadline-2 .path1:before {
  content: "\f034";
  color: rgb(25, 118, 210);
}
.icon-ae-deadline-2 .path2:before {
  content: "\f035";
  margin-left: -0.84375em;
  color: rgb(255, 255, 255);
}
.icon-ae-deadline-2 .path3:before {
  content: "\f036";
  margin-left: -0.84375em;
  color: rgb(217, 217, 217);
}
.icon-ae-deadline-2 .path4:before {
  content: "\f037";
  margin-left: -0.84375em;
  color: rgb(243, 243, 243);
}
.icon-ae-deadline-2 .path5:before {
  content: "\f038";
  margin-left: -0.84375em;
  color: rgb(211, 142, 42);
}
.icon-ae-deadline-2 .path6:before {
  content: "\f039";
  margin-left: -0.84375em;
  color: rgb(94, 159, 223);
}
.icon-ae-deadline-2 .path7:before {
  content: "\f03a";
  margin-left: -0.84375em;
  color: rgb(94, 159, 223);
}
.icon-ae-deadline-2 .path8:before {
  content: "\f03b";
  margin-left: -0.84375em;
  color: rgb(94, 159, 223);
}
.icon-ae-deadline-2 .path9:before {
  content: "\f03c";
  margin-left: -0.84375em;
  color: rgb(94, 159, 223);
}
.icon-ae-deadline-2 .path10:before {
  content: "\f03d";
  margin-left: -0.84375em;
  color: rgb(94, 159, 223);
}
.icon-ae-deadline-2 .path11:before {
  content: "\f03e";
  margin-left: -0.84375em;
  color: rgb(94, 159, 223);
}
.icon-ae-deadline-2 .path12:before {
  content: "\f03f";
  margin-left: -0.84375em;
  color: rgb(94, 159, 223);
}
.icon-ae-deadline-2 .path13:before {
  content: "\f040";
  margin-left: -0.84375em;
  color: rgb(94, 159, 223);
}
.icon-ae-deadline-2 .path14:before {
  content: "\f041";
  margin-left: -0.84375em;
  color: rgb(94, 159, 223);
}
.icon-ae-deadline-2 .path15:before {
  content: "\f042";
  margin-left: -0.84375em;
  color: rgb(94, 159, 223);
}
.icon-ae-deadline-2 .path16:before {
  content: "\f043";
  margin-left: -0.84375em;
  color: rgb(94, 159, 223);
}
.icon-ae-deadline-2 .path17:before {
  content: "\f044";
  margin-left: -0.84375em;
  color: rgb(94, 159, 223);
}
.icon-ae-deadline-2 .path18:before {
  content: "\f045";
  margin-left: -0.84375em;
  color: rgb(94, 159, 223);
}
.icon-ae-deadline-2 .path19:before {
  content: "\f046";
  margin-left: -0.84375em;
  color: rgb(94, 159, 223);
}
.icon-ae-deadline-2 .path20:before {
  content: "\f047";
  margin-left: -0.84375em;
  color: rgb(94, 159, 223);
}
.icon-ae-deadline-2 .path21:before {
  content: "\f048";
  margin-left: -0.84375em;
  color: rgb(94, 159, 223);
}
.icon-ae-deadline-2 .path22:before {
  content: "\f049";
  margin-left: -0.84375em;
  color: rgb(94, 159, 223);
}
.icon-ae-deadline-2 .path23:before {
  content: "\f04a";
  margin-left: -0.84375em;
  color: rgb(211, 142, 42);
}
.icon-ae-deadline-2 .path24:before {
  content: "\f04b";
  margin-left: -0.84375em;
  color: rgb(211, 142, 42);
}
.icon-ae-deadline-2 .path25:before {
  content: "\f04c";
  margin-left: -0.84375em;
  color: rgb(217, 217, 217);
}
.icon-ae-deadline-2 .path26:before {
  content: "\f04d";
  margin-left: -0.84375em;
  color: rgb(25, 118, 210);
}
.icon-ae-deadline-2 .path27:before {
  content: "\f04e";
  margin-left: -0.84375em;
  color: rgb(243, 243, 243);
}
.icon-ae-deadline-2 .path28:before {
  content: "\f04f";
  margin-left: -0.84375em;
  color: rgb(200, 200, 200);
}
.icon-ae-deadline-2 .path29:before {
  content: "\f050";
  margin-left: -0.84375em;
  color: rgb(217, 217, 217);
}
.icon-ae-deadline-2 .path30:before {
  content: "\f051";
  margin-left: -0.84375em;
  color: rgb(211, 142, 42);
}
.icon-ae-deadline-2 .path31:before {
  content: "\f052";
  margin-left: -0.84375em;
  color: rgb(255, 255, 255);
}
.icon-ae-deadline-2 .path32:before {
  content: "\f053";
  margin-left: -0.84375em;
  color: rgb(211, 142, 42);
}
.icon-ae-deadline-2 .path33:before {
  content: "\f054";
  margin-left: -0.84375em;
  color: rgb(94, 159, 223);
}
.icon-ae-delivery .path1:before {
  content: "\f055";
  color: rgb(94, 159, 223);
}
.icon-ae-delivery .path2:before {
  content: "\f056";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-delivery .path3:before {
  content: "\f057";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-delivery .path4:before {
  content: "\f058";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-delivery .path5:before {
  content: "\f059";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-delivery .path6:before {
  content: "\f05a";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-ae-delivery .path7:before {
  content: "\f05b";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-delivery .path8:before {
  content: "\f05c";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-ae-delivery .path9:before {
  content: "\f05d";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-delivery .path10:before {
  content: "\f05e";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-ae-delivery .path11:before {
  content: "\f05f";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-delivery .path12:before {
  content: "\f060";
  margin-left: -1em;
  color: rgb(253, 253, 253);
}
.icon-ae-delivery .path13:before {
  content: "\f061";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-ae-delivery .path14:before {
  content: "\f062";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-delivery .path15:before {
  content: "\f063";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-delivery .path16:before {
  content: "\f064";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-deployment-instance .path1:before {
  content: "\f065";
  color: rgb(25, 118, 210);
}
.icon-ae-deployment-instance .path2:before {
  content: "\f066";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-deployment-instance .path3:before {
  content: "\f067";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-deployment-instance .path4:before {
  content: "\f068";
  margin-left: -1em;
  color: rgb(228, 194, 144);
}
.icon-ae-deployment-instance .path5:before {
  content: "\f069";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-deployment-instance .path6:before {
  content: "\f06a";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-deployment-instance .path7:before {
  content: "\f06b";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-deployment-instance .path8:before {
  content: "\f06c";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-ae-deployment-instance .path9:before {
  content: "\f06d";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-deployment-instance .path10:before {
  content: "\f06e";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-deployment-instance .path11:before {
  content: "\f06f";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-deployment-instance .path12:before {
  content: "\f070";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-deployment-instance .path13:before {
  content: "\f071";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-ae-deployment-instance .path14:before {
  content: "\f072";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-ae-deployment-instance .path15:before {
  content: "\f073";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-ae-design-1 .path1:before {
  content: "\f074";
  color: rgb(211, 142, 42);
}
.icon-ae-design-1 .path2:before {
  content: "\f075";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-ae-design-1 .path3:before {
  content: "\f076";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-design-1 .path4:before {
  content: "\f077";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-design-1 .path5:before {
  content: "\f078";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-design-1 .path6:before {
  content: "\f079";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-design-1 .path7:before {
  content: "\f07a";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-design-1 .path8:before {
  content: "\f07b";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-design-1 .path9:before {
  content: "\f07c";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-design-1 .path10:before {
  content: "\f07d";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-design-2 .path1:before {
  content: "\f07e";
  color: rgb(94, 159, 223);
}
.icon-ae-design-2 .path2:before {
  content: "\f07f";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-design-2 .path3:before {
  content: "\f080";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-ae-design-2 .path4:before {
  content: "\f081";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-ae-design-2 .path5:before {
  content: "\f082";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-design-2 .path6:before {
  content: "\f083";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-ae-design-2 .path7:before {
  content: "\f084";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-design-2 .path8:before {
  content: "\f085";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-ae-design-2 .path9:before {
  content: "\f086";
  margin-left: -1em;
  color: rgb(200, 200, 200);
}
.icon-ae-design-2 .path10:before {
  content: "\f087";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-design-2 .path11:before {
  content: "\f088";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-design-2 .path12:before {
  content: "\f089";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-design-2 .path13:before {
  content: "\f08a";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-ae-design-2 .path14:before {
  content: "\f08b";
  margin-left: -1em;
  color: rgb(200, 200, 200);
}
.icon-ae-design-2 .path15:before {
  content: "\f08c";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-ae-design-2 .path16:before {
  content: "\f08d";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-ae-design-2 .path17:before {
  content: "\f08e";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-design-2 .path18:before {
  content: "\f08f";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-ae-design-2 .path19:before {
  content: "\f090";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-ae-design-2 .path20:before {
  content: "\f091";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-ae-designer .path1:before {
  content: "\f092";
  color: rgb(94, 159, 223);
}
.icon-ae-designer .path2:before {
  content: "\f093";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-designer .path3:before {
  content: "\f094";
  margin-left: -1em;
  color: rgb(228, 194, 144);
}
.icon-ae-designer .path4:before {
  content: "\f095";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-designer .path5:before {
  content: "\f096";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-designer .path6:before {
  content: "\f097";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-ae-designer .path7:before {
  content: "\f098";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-designer .path8:before {
  content: "\f099";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-designer .path9:before {
  content: "\f09a";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-designer .path10:before {
  content: "\f09b";
  margin-left: -1em;
  color: rgb(228, 194, 144);
}
.icon-ae-designer .path11:before {
  content: "\f09c";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-designer .path12:before {
  content: "\f09d";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-designer .path13:before {
  content: "\f09e";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-designer .path14:before {
  content: "\f09f";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-ae-designer .path15:before {
  content: "\f0a0";
  margin-left: -1em;
  color: rgb(228, 194, 144);
}
.icon-ae-designer .path16:before {
  content: "\f0a1";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-ae-designer .path17:before {
  content: "\f0a2";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-designer .path18:before {
  content: "\f0a3";
  margin-left: -1em;
  color: rgb(228, 194, 144);
}
.icon-ae-designer .path19:before {
  content: "\f0a4";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-designer .path20:before {
  content: "\f0a5";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-designer .path21:before {
  content: "\f0a6";
  margin-left: -1em;
  color: rgb(228, 194, 144);
}
.icon-ae-designer .path22:before {
  content: "\f0a7";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-designer .path23:before {
  content: "\f0a8";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-ae-designer .path24:before {
  content: "\f0a9";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-designer .path25:before {
  content: "\f0aa";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-ae-designer .path26:before {
  content: "\f0ab";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-ae-design-mockup .path1:before {
  content: "\f0ac";
  color: rgb(94, 159, 223);
}
.icon-ae-design-mockup .path2:before {
  content: "\f0ad";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-design-mockup .path3:before {
  content: "\f0ae";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-design-mockup .path4:before {
  content: "\f0af";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-ae-design-mockup .path5:before {
  content: "\f0b0";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-ae-design-mockup .path6:before {
  content: "\f0b1";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-design-mockup .path7:before {
  content: "\f0b2";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-design-mockup .path8:before {
  content: "\f0b3";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-design-mockup .path9:before {
  content: "\f0b4";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-design-mockup .path10:before {
  content: "\f0b5";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-design-mockup .path11:before {
  content: "\f0b6";
  margin-left: -1em;
  color: rgb(228, 194, 144);
}
.icon-ae-design-mockup .path12:before {
  content: "\f0b7";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-design-mockup .path13:before {
  content: "\f0b8";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-ae-design-mockup .path14:before {
  content: "\f0b9";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-ae-design-mockup .path15:before {
  content: "\f0ba";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-ae-design-mockup .path16:before {
  content: "\f0bb";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-design-mockup .path17:before {
  content: "\f0bc";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-design-mockup .path18:before {
  content: "\f0bd";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-design-mockup .path19:before {
  content: "\f0be";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-ae-design-mockup .path20:before {
  content: "\f0bf";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-ae-design-mockup .path21:before {
  content: "\f0c0";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-ae-design-mockup .path22:before {
  content: "\f0c1";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-design-mockup .path23:before {
  content: "\f0c2";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-design-mockup .path24:before {
  content: "\f0c3";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-design-mockup .path25:before {
  content: "\f0c4";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-ae-developer .path1:before {
  content: "\f0c5";
  color: rgb(228, 194, 144);
}
.icon-ae-developer .path2:before {
  content: "\f0c6";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-developer .path3:before {
  content: "\f0c7";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-developer .path4:before {
  content: "\f0c8";
  margin-left: -1em;
  color: rgb(228, 194, 144);
}
.icon-ae-developer .path5:before {
  content: "\f0c9";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-developer .path6:before {
  content: "\f0ca";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-developer .path7:before {
  content: "\f0cb";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-developer .path8:before {
  content: "\f0cc";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-developer .path9:before {
  content: "\f0cd";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-ae-developer .path10:before {
  content: "\f0ce";
  margin-left: -1em;
  color: rgb(253, 253, 253);
}
.icon-ae-developer .path11:before {
  content: "\f0cf";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-developer .path12:before {
  content: "\f0d0";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-developer .path13:before {
  content: "\f0d1";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-ae-developer .path14:before {
  content: "\f0d2";
  margin-left: -1em;
  color: rgb(253, 253, 253);
}
.icon-ae-developer .path15:before {
  content: "\f0d3";
  margin-left: -1em;
  color: rgb(228, 194, 144);
}
.icon-ae-developer .path16:before {
  content: "\f0d4";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-ae-developer .path17:before {
  content: "\f0d5";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-ae-developer .path18:before {
  content: "\f0d6";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-development .path1:before {
  content: "\f0d7";
  color: rgb(25, 118, 210);
}
.icon-ae-development .path2:before {
  content: "\f0d8";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-development .path3:before {
  content: "\f0d9";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-development .path4:before {
  content: "\f0da";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-development .path5:before {
  content: "\f0db";
  margin-left: -1em;
  color: rgb(253, 253, 253);
}
.icon-ae-development .path6:before {
  content: "\f0dc";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-ae-development .path7:before {
  content: "\f0dd";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-development .path8:before {
  content: "\f0de";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-ae-development .path9:before {
  content: "\f0df";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-ae-development .path10:before {
  content: "\f0e0";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-device-config .path1:before {
  content: "\f0e1";
  color: rgb(94, 159, 223);
}
.icon-ae-device-config .path2:before {
  content: "\f0e2";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-ae-device-config .path3:before {
  content: "\f0e3";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-ae-device-config .path4:before {
  content: "\f0e4";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-device-config .path5:before {
  content: "\f0e5";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-device-config .path6:before {
  content: "\f0e6";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-device-config .path7:before {
  content: "\f0e7";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-device-config .path8:before {
  content: "\f0e8";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-device-config .path9:before {
  content: "\f0e9";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-device-config .path10:before {
  content: "\f0ea";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-device-config .path11:before {
  content: "\f0eb";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-device-config .path12:before {
  content: "\f0ec";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-device-config .path13:before {
  content: "\f0ed";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-device-config .path14:before {
  content: "\f0ee";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-ae-device-config .path15:before {
  content: "\f0ef";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-ae-device-config .path16:before {
  content: "\f0f0";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-device-config .path17:before {
  content: "\f0f1";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-ae-device-config .path18:before {
  content: "\f0f2";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-ae-device-config .path19:before {
  content: "\f0f3";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-ae-device-config .path20:before {
  content: "\f0f4";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-ae-device-groups .path1:before {
  content: "\f0f5";
  color: rgb(217, 217, 217);
}
.icon-ae-device-groups .path2:before {
  content: "\f0f6";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-device-groups .path3:before {
  content: "\f0f7";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-device-groups .path4:before {
  content: "\f0f8";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-device-model .path1:before {
  content: "\f0f9";
  color: rgb(94, 159, 223);
}
.icon-ae-device-model .path2:before {
  content: "\f0fa";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-device-model .path3:before {
  content: "\f0fb";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-device-model .path4:before {
  content: "\f0fc";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-ae-device-model .path5:before {
  content: "\f0fd";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-ae-device-model .path6:before {
  content: "\f0fe";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-ae-device-model .path7:before {
  content: "\f0ff";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-device-model .path8:before {
  content: "\f100";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-device-model .path9:before {
  content: "\f101";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-ae-device-model .path10:before {
  content: "\f102";
  margin-left: -1em;
  color: rgb(200, 200, 200);
}
.icon-ae-device-model .path11:before {
  content: "\f103";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-device-model .path12:before {
  content: "\f104";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-ae-device-model .path13:before {
  content: "\f105";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-device-model .path14:before {
  content: "\f106";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-device-model .path15:before {
  content: "\f107";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-ae-device-model .path16:before {
  content: "\f108";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-device-model .path17:before {
  content: "\f109";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-ae-device-model .path18:before {
  content: "\f10a";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-ae-device-model .path19:before {
  content: "\f10b";
  margin-left: -1em;
  color: rgb(228, 194, 144);
}
.icon-ae-device-model .path20:before {
  content: "\f10c";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-ae-device-model .path21:before {
  content: "\f10d";
  margin-left: -1em;
  color: rgb(200, 200, 200);
}
.icon-ae-device-model .path22:before {
  content: "\f10e";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-device-model .path23:before {
  content: "\f10f";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-ae-device-model .path24:before {
  content: "\f110";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-device-model .path25:before {
  content: "\f111";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-ae-device-model .path26:before {
  content: "\f112";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-device-model .path27:before {
  content: "\f113";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-ae-device-repository .path1:before {
  content: "\f114";
  color: rgb(217, 217, 217);
}
.icon-ae-device-repository .path2:before {
  content: "\f115";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-device-repository .path3:before {
  content: "\f116";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-device-repository .path4:before {
  content: "\f117";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-ae-device-repository .path5:before {
  content: "\f118";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-device-repository .path6:before {
  content: "\f119";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-device-repository .path7:before {
  content: "\f11a";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-device-repository .path8:before {
  content: "\f11b";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-device-repository .path9:before {
  content: "\f11c";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-device-repository .path10:before {
  content: "\f11d";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-device-repository .path11:before {
  content: "\f11e";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-device-workflow .path1:before {
  content: "\f11f";
  color: rgb(94, 159, 223);
}
.icon-ae-device-workflow .path2:before {
  content: "\f120";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-device-workflow .path3:before {
  content: "\f121";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-device-workflow .path4:before {
  content: "\f122";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-ae-device-workflow .path5:before {
  content: "\f123";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-device-workflow .path6:before {
  content: "\f124";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-device-workflow .path7:before {
  content: "\f125";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-device-workflow .path8:before {
  content: "\f126";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-device-workflow .path9:before {
  content: "\f127";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-ae-device-workflow .path10:before {
  content: "\f128";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-ae-device-workflow .path11:before {
  content: "\f129";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-device-workflow .path12:before {
  content: "\f12a";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-device-workflow .path13:before {
  content: "\f12b";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-device-workflow .path14:before {
  content: "\f12c";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-device-workflow .path15:before {
  content: "\f12d";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-device-workflow .path16:before {
  content: "\f12e";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-device-workflow .path17:before {
  content: "\f12f";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-device-workflow .path18:before {
  content: "\f130";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-ae-device-workflow .path19:before {
  content: "\f131";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-diagram .path1:before {
  content: "\f132";
  color: rgb(94, 159, 223);
}
.icon-ae-diagram .path2:before {
  content: "\f133";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-diagram .path3:before {
  content: "\f134";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-diagram .path4:before {
  content: "\f135";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-diagram .path5:before {
  content: "\f136";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-ae-diagram .path6:before {
  content: "\f137";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-diagram .path7:before {
  content: "\f138";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-diagram .path8:before {
  content: "\f139";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-ae-diagram .path9:before {
  content: "\f13a";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-diagram .path10:before {
  content: "\f13b";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-diagram .path11:before {
  content: "\f13c";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-ae-diagram .path12:before {
  content: "\f13d";
  margin-left: -1em;
  color: rgb(228, 194, 144);
}
.icon-ae-diagram .path13:before {
  content: "\f13e";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-diagram .path14:before {
  content: "\f13f";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-ae-diagram .path15:before {
  content: "\f140";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-dial .path1:before {
  content: "\f141";
  color: rgb(25, 118, 210);
}
.icon-ae-dial .path2:before {
  content: "\f142";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-dial .path3:before {
  content: "\f143";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-dial .path4:before {
  content: "\f144";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-dial .path5:before {
  content: "\f145";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-dial .path6:before {
  content: "\f146";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-dial .path7:before {
  content: "\f147";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-ae-dial .path8:before {
  content: "\f148";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-dial .path9:before {
  content: "\f149";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-ae-digital .path1:before {
  content: "\f14a";
  color: rgb(211, 142, 42);
}
.icon-ae-digital .path2:before {
  content: "\f14b";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-digital .path3:before {
  content: "\f14c";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-digital .path4:before {
  content: "\f14d";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-digital .path5:before {
  content: "\f14e";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-digital .path6:before {
  content: "\f14f";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-digital .path7:before {
  content: "\f150";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-digital .path8:before {
  content: "\f151";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-digital .path9:before {
  content: "\f152";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-digital .path10:before {
  content: "\f153";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-digital .path11:before {
  content: "\f154";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-digital .path12:before {
  content: "\f155";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-digital .path13:before {
  content: "\f156";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-ae-direct-cursor .path1:before {
  content: "\f157";
  color: rgb(94, 159, 223);
}
.icon-ae-direct-cursor .path2:before {
  content: "\f158";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-ae-direct-cursor .path3:before {
  content: "\f159";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-ae-direct-cursor .path4:before {
  content: "\f15a";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-ae-direct-cursor .path5:before {
  content: "\f15b";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-ae-direct-cursor .path6:before {
  content: "\f15c";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-direct-cursor .path7:before {
  content: "\f15d";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-ae-direct-cursor .path8:before {
  content: "\f15e";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-direct-cursor .path9:before {
  content: "\f15f";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-direct-cursor .path10:before {
  content: "\f160";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-direct-cursor .path11:before {
  content: "\f161";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-direct-cursor .path12:before {
  content: "\f162";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-direct-cursor .path13:before {
  content: "\f163";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-direct-cursor .path14:before {
  content: "\f164";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-direct-cursor .path15:before {
  content: "\f165";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-direct-cursor .path16:before {
  content: "\f166";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-direction .path1:before {
  content: "\f167";
  color: rgb(25, 118, 210);
}
.icon-ae-direction .path2:before {
  content: "\f168";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-direction .path3:before {
  content: "\f169";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-direction .path4:before {
  content: "\f16a";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-direction .path5:before {
  content: "\f16b";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-direction .path6:before {
  content: "\f16c";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-direction .path7:before {
  content: "\f16d";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-direction .path8:before {
  content: "\f16e";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-direction .path9:before {
  content: "\f16f";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-ae-direction .path10:before {
  content: "\f170";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-direction .path11:before {
  content: "\f171";
  margin-left: -1em;
  color: rgb(228, 194, 144);
}
.icon-ae-direction .path12:before {
  content: "\f172";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-ae-discount .path1:before {
  content: "\f173";
  color: rgb(94, 159, 223);
}
.icon-ae-discount .path2:before {
  content: "\f174";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-discount .path3:before {
  content: "\f175";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-ae-discount .path4:before {
  content: "\f176";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-discount .path5:before {
  content: "\f177";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-ae-discount .path6:before {
  content: "\f178";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-discount .path7:before {
  content: "\f179";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-ae-discount .path8:before {
  content: "\f17a";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-discount .path9:before {
  content: "\f17b";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-discount .path10:before {
  content: "\f17c";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-discount .path11:before {
  content: "\f17d";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-discount .path12:before {
  content: "\f17e";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-discount .path13:before {
  content: "\f17f";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-discount .path14:before {
  content: "\f180";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-discount .path15:before {
  content: "\f181";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-discount .path16:before {
  content: "\f182";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-discount .path17:before {
  content: "\f183";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-discount .path18:before {
  content: "\f184";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-discount .path19:before {
  content: "\f185";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-discount .path20:before {
  content: "\f186";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-discount .path21:before {
  content: "\f187";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-discount .path22:before {
  content: "\f188";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-discount .path23:before {
  content: "\f189";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-discount .path24:before {
  content: "\f18a";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-ae-discount .path25:before {
  content: "\f18b";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-discount .path26:before {
  content: "\f18c";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-ae-discount .path27:before {
  content: "\f18d";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-discount .path28:before {
  content: "\f18e";
  margin-left: -1em;
  color: rgb(253, 253, 253);
}
.icon-ae-discount .path29:before {
  content: "\f18f";
  margin-left: -1em;
  color: rgb(253, 253, 253);
}
.icon-ae-discount .path30:before {
  content: "\f190";
  margin-left: -1em;
  color: rgb(253, 253, 253);
}
.icon-ae-document .path1:before {
  content: "\f191";
  color: rgb(25, 118, 210);
}
.icon-ae-document .path2:before {
  content: "\f192";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-document .path3:before {
  content: "\f193";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-ae-document .path4:before {
  content: "\f194";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-document .path5:before {
  content: "\f195";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-document .path6:before {
  content: "\f196";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-ae-document .path7:before {
  content: "\f197";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-document .path8:before {
  content: "\f198";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-ae-document .path9:before {
  content: "\f199";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-document .path10:before {
  content: "\f19a";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-document .path11:before {
  content: "\f19b";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-document .path12:before {
  content: "\f19c";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-document .path13:before {
  content: "\f19d";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-document .path14:before {
  content: "\f19e";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-ae-document .path15:before {
  content: "\f19f";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-domain .path1:before {
  content: "\f1a0";
  color: rgb(25, 118, 210);
}
.icon-ae-domain .path2:before {
  content: "\f1a1";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-ae-domain .path3:before {
  content: "\f1a2";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-ae-domain .path4:before {
  content: "\f1a3";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-domain .path5:before {
  content: "\f1a4";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-ae-domain .path6:before {
  content: "\f1a5";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-domain .path7:before {
  content: "\f1a6";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-domain .path8:before {
  content: "\f1a7";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-domain .path9:before {
  content: "\f1a8";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-domain .path10:before {
  content: "\f1a9";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-domain .path11:before {
  content: "\f1aa";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-domain .path12:before {
  content: "\f1ab";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-ae-domain .path13:before {
  content: "\f1ac";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-domain .path14:before {
  content: "\f1ad";
  margin-left: -1em;
  color: rgb(228, 194, 144);
}
.icon-ae-domain .path15:before {
  content: "\f1ae";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-ae-download-1 .path1:before {
  content: "\f1af";
  color: rgb(94, 159, 223);
}
.icon-ae-download-1 .path2:before {
  content: "\f1b0";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-ae-download-1 .path3:before {
  content: "\f1b1";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-ae-download-1 .path4:before {
  content: "\f1b2";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-download-1 .path5:before {
  content: "\f1b3";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-download-1 .path6:before {
  content: "\f1b4";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-ae-download-1 .path7:before {
  content: "\f1b5";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-download-2 .path1:before {
  content: "\f1b6";
  color: rgb(243, 243, 243);
}
.icon-ae-download-2 .path2:before {
  content: "\f1b7";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-download-2 .path3:before {
  content: "\f1b8";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-ae-download-2 .path4:before {
  content: "\f1b9";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-download-2 .path5:before {
  content: "\f1ba";
  margin-left: -1em;
  color: rgb(253, 253, 253);
}
.icon-ae-download-2 .path6:before {
  content: "\f1bb";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-download-2 .path7:before {
  content: "\f1bc";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-ae-download-2 .path8:before {
  content: "\f1bd";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-download-2 .path9:before {
  content: "\f1be";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-download-3 .path1:before {
  content: "\f1bf";
  color: rgb(94, 159, 223);
}
.icon-ae-download-3 .path2:before {
  content: "\f1c0";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-ae-download-3 .path3:before {
  content: "\f1c1";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-ae-download-3 .path4:before {
  content: "\f1c2";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-download-3 .path5:before {
  content: "\f1c3";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-ae-download-3 .path6:before {
  content: "\f1c4";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-download-3 .path7:before {
  content: "\f1c5";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-download-3 .path8:before {
  content: "\f1c6";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-ae-download-3 .path9:before {
  content: "\f1c7";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-ae-download-3 .path10:before {
  content: "\f1c8";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-ae-download-3 .path11:before {
  content: "\f1c9";
  margin-left: -1em;
  color: rgb(228, 194, 144);
}
.icon-ae-download-4 .path1:before {
  content: "\f1ca";
  color: rgb(243, 243, 243);
}
.icon-ae-download-4 .path2:before {
  content: "\f1cb";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-download-4 .path3:before {
  content: "\f1cc";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-ae-download-4 .path4:before {
  content: "\f1cd";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-download-4 .path5:before {
  content: "\f1ce";
  margin-left: -1em;
  color: rgb(253, 253, 253);
}
.icon-ae-download-computer .path1:before {
  content: "\f1cf";
  color: rgb(94, 159, 223);
}
.icon-ae-download-computer .path2:before {
  content: "\f1d0";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-download-computer .path3:before {
  content: "\f1d1";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-ae-download-computer .path4:before {
  content: "\f1d2";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-ae-download-computer .path5:before {
  content: "\f1d3";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-download-computer .path6:before {
  content: "\f1d4";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-ae-download-computer .path7:before {
  content: "\f1d5";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-ae-download-computer .path8:before {
  content: "\f1d6";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-download-computer .path9:before {
  content: "\f1d7";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-download-computer .path10:before {
  content: "\f1d8";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-ae-download-computer .path11:before {
  content: "\f1d9";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-ae-download-computer .path12:before {
  content: "\f1da";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-ae-download-document .path1:before {
  content: "\f1db";
  color: rgb(25, 118, 210);
}
.icon-ae-download-document .path2:before {
  content: "\f1dc";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-download-document .path3:before {
  content: "\f1dd";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-ae-download-document .path4:before {
  content: "\f1de";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-download-document .path5:before {
  content: "\f1df";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-ae-download-document .path6:before {
  content: "\f1e0";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-ae-download-document .path7:before {
  content: "\f1e1";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-download-document .path8:before {
  content: "\f1e2";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-ae-download-document .path9:before {
  content: "\f1e3";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-download-document .path10:before {
  content: "\f1e4";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-ae-download-document .path11:before {
  content: "\f1e5";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-ae-drawing .path1:before {
  content: "\f1e6";
  color: rgb(25, 118, 210);
}
.icon-ae-drawing .path2:before {
  content: "\f1e7";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-ae-drawing .path3:before {
  content: "\f1e8";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-ae-drawing .path4:before {
  content: "\f1e9";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-ae-drawing .path5:before {
  content: "\f1ea";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-drawing .path6:before {
  content: "\f1eb";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-drawing .path7:before {
  content: "\f1ec";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-ae-drawing .path8:before {
  content: "\f1ed";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-ae-drawing .path9:before {
  content: "\f1ee";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-ae-drawing .path10:before {
  content: "\f1ef";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-ae-drawing .path11:before {
  content: "\f1f0";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-ae-drawing .path12:before {
  content: "\f1f1";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-ae-drawing .path13:before {
  content: "\f1f2";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-ae-drone .path1:before {
  content: "\f1f3";
  color: rgb(94, 159, 223);
}
.icon-ae-drone .path2:before {
  content: "\f1f4";
  margin-left: -1em;
  color: rgb(200, 200, 200);
}
.icon-ae-drone .path3:before {
  content: "\f1f5";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-ae-drone .path4:before {
  content: "\f1f6";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-drone .path5:before {
  content: "\f1f7";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-drone .path6:before {
  content: "\f1f8";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-ae-drone .path7:before {
  content: "\f1f9";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-drone .path8:before {
  content: "\f1fa";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-ae-drone .path9:before {
  content: "\f1fb";
  margin-left: -1em;
  color: rgb(200, 200, 200);
}
.icon-ae-drone .path10:before {
  content: "\f1fc";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-ae-drone .path11:before {
  content: "\f1fd";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-drone .path12:before {
  content: "\f1fe";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-drone .path13:before {
  content: "\f1ff";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-drone .path14:before {
  content: "\f200";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-drone .path15:before {
  content: "\f201";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-drone .path16:before {
  content: "\f202";
  margin-left: -1em;
  color: rgb(200, 200, 200);
}
.icon-ae-drone .path17:before {
  content: "\f203";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-drone .path18:before {
  content: "\f204";
  margin-left: -1em;
  color: rgb(253, 253, 253);
}
.icon-ae-duration .path1:before {
  content: "\f205";
  color: rgb(94, 159, 223);
}
.icon-ae-duration .path2:before {
  content: "\f206";
  margin-left: -0.9375em;
  color: rgb(255, 255, 255);
}
.icon-ae-duration .path3:before {
  content: "\f207";
  margin-left: -0.9375em;
  color: rgb(217, 217, 217);
}
.icon-ae-duration .path4:before {
  content: "\f208";
  margin-left: -0.9375em;
  color: rgb(211, 142, 42);
}
.icon-ae-duration .path5:before {
  content: "\f209";
  margin-left: -0.9375em;
  color: rgb(255, 255, 255);
}
.icon-ae-duration .path6:before {
  content: "\f20a";
  margin-left: -0.9375em;
  color: rgb(253, 253, 253);
}
.icon-ae-duration .path7:before {
  content: "\f20b";
  margin-left: -0.9375em;
  color: rgb(211, 142, 42);
}
.icon-ae-duration .path8:before {
  content: "\f20c";
  margin-left: -0.9375em;
  color: rgb(211, 142, 42);
}
.icon-ae-earpiece-wireless .path1:before {
  content: "\f20d";
  color: rgb(25, 118, 210);
}
.icon-ae-earpiece-wireless .path2:before {
  content: "\f20e";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-earpiece-wireless .path3:before {
  content: "\f20f";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-earpiece-wireless .path4:before {
  content: "\f210";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-earpiece-wireless .path5:before {
  content: "\f211";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-ae-earpiece-wireless .path6:before {
  content: "\f212";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-earpiece-wireless .path7:before {
  content: "\f213";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-earpiece-wireless .path8:before {
  content: "\f214";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-earpiece-wireless .path9:before {
  content: "\f215";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-earpiece-wireless .path10:before {
  content: "\f216";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-ae-earpiece-wireless .path11:before {
  content: "\f217";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-earpiece-wireless .path12:before {
  content: "\f218";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-earpiece-wireless .path13:before {
  content: "\f219";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-earpiece-wireless .path14:before {
  content: "\f21a";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-earpiece-wireless .path15:before {
  content: "\f21b";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-earpiece-wireless .path16:before {
  content: "\f21c";
  margin-left: -1em;
  color: rgb(253, 253, 253);
}
.icon-ae-ebook-1 .path1:before {
  content: "\f21d";
  color: rgb(94, 159, 223);
}
.icon-ae-ebook-1 .path2:before {
  content: "\f21e";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-ebook-1 .path3:before {
  content: "\f21f";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-ae-ebook-1 .path4:before {
  content: "\f220";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-ebook-1 .path5:before {
  content: "\f221";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-ae-ebook-1 .path6:before {
  content: "\f222";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-ebook-1 .path7:before {
  content: "\f223";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-ae-ebook-1 .path8:before {
  content: "\f224";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-ae-ebook-1 .path9:before {
  content: "\f225";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-ae-ebook-1 .path10:before {
  content: "\f226";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-ebook-1 .path11:before {
  content: "\f227";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-ebook-1 .path12:before {
  content: "\f228";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-ae-ebook-2 .path1:before {
  content: "\f229";
  color: rgb(94, 159, 223);
}
.icon-ae-ebook-2 .path2:before {
  content: "\f22a";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-ebook-2 .path3:before {
  content: "\f22b";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-ebook-2 .path4:before {
  content: "\f22c";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-ae-ebook-2 .path5:before {
  content: "\f22d";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-ae-ebook-2 .path6:before {
  content: "\f22e";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-ebook-2 .path7:before {
  content: "\f22f";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-ebook-2 .path8:before {
  content: "\f230";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-ae-ebook-2 .path9:before {
  content: "\f231";
  margin-left: -1em;
  color: rgb(228, 194, 144);
}
.icon-ae-ebook-2 .path10:before {
  content: "\f232";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-ae-ebook-2 .path11:before {
  content: "\f233";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-ebook-2 .path12:before {
  content: "\f234";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-ebook-2 .path13:before {
  content: "\f235";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-ebook-2 .path14:before {
  content: "\f236";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-ae-ebook-2 .path15:before {
  content: "\f237";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-ae-ebook-2 .path16:before {
  content: "\f238";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-ae-ebook-laptop .path1:before {
  content: "\f239";
  color: rgb(94, 159, 223);
}
.icon-ae-ebook-laptop .path2:before {
  content: "\f23a";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-ebook-laptop .path3:before {
  content: "\f23b";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-ae-ebook-laptop .path4:before {
  content: "\f23c";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-ae-ebook-laptop .path5:before {
  content: "\f23d";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-ae-ebook-laptop .path6:before {
  content: "\f23e";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-ebook-laptop .path7:before {
  content: "\f23f";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-ebook-mobile .path1:before {
  content: "\f240";
  color: rgb(94, 159, 223);
}
.icon-ae-ebook-mobile .path2:before {
  content: "\f241";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-ae-ebook-mobile .path3:before {
  content: "\f242";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-ae-ebook-mobile .path4:before {
  content: "\f243";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-ecommerce-1 .path1:before {
  content: "\f244";
  color: rgb(94, 159, 223);
}
.icon-ae-ecommerce-1 .path2:before {
  content: "\f245";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-ecommerce-1 .path3:before {
  content: "\f246";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-ecommerce-1 .path4:before {
  content: "\f247";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-ecommerce-1 .path5:before {
  content: "\f248";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-ae-ecommerce-1 .path6:before {
  content: "\f249";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-ecommerce-1 .path7:before {
  content: "\f24a";
  margin-left: -1em;
  color: rgb(228, 194, 144);
}
.icon-ae-ecommerce-1 .path8:before {
  content: "\f24b";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-ae-ecommerce-1 .path9:before {
  content: "\f24c";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-ecommerce-1 .path10:before {
  content: "\f24d";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-ecommerce-1 .path11:before {
  content: "\f24e";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-ecommerce-1 .path12:before {
  content: "\f24f";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-ae-ecommerce-1 .path13:before {
  content: "\f250";
  margin-left: -1em;
  color: rgb(200, 200, 200);
}
.icon-ae-ecommerce-1 .path14:before {
  content: "\f251";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-ecommerce-1 .path15:before {
  content: "\f252";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-ecommerce-1 .path16:before {
  content: "\f253";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-ecommerce-1 .path17:before {
  content: "\f254";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-ae-ecommerce-1 .path18:before {
  content: "\f255";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-ecommerce-1 .path19:before {
  content: "\f256";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-ecommerce-1 .path20:before {
  content: "\f257";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-ecommerce-2 .path1:before {
  content: "\f258";
  color: rgb(25, 118, 210);
}
.icon-ae-ecommerce-2 .path2:before {
  content: "\f259";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-ecommerce-2 .path3:before {
  content: "\f25a";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-ecommerce-2 .path4:before {
  content: "\f25b";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-ae-ecommerce-2 .path5:before {
  content: "\f25c";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-ecommerce-2 .path6:before {
  content: "\f25d";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-ecommerce-2 .path7:before {
  content: "\f25e";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-ecommerce-2 .path8:before {
  content: "\f25f";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-ecommerce-2 .path9:before {
  content: "\f260";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-ae-ecommerce-2 .path10:before {
  content: "\f261";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-ecommerce-2 .path11:before {
  content: "\f262";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-ecommerce-2 .path12:before {
  content: "\f263";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-ae-ecommerce-2 .path13:before {
  content: "\f264";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-ecommerce-2 .path14:before {
  content: "\f265";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-ae-ecommerce-3 .path1:before {
  content: "\f266";
  color: rgb(94, 159, 223);
}
.icon-ae-ecommerce-3 .path2:before {
  content: "\f267";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-ecommerce-3 .path3:before {
  content: "\f268";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-ae-ecommerce-3 .path4:before {
  content: "\f269";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-ecommerce-3 .path5:before {
  content: "\f26a";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-ae-ecommerce-3 .path6:before {
  content: "\f26b";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-ecommerce-3 .path7:before {
  content: "\f26c";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-ecommerce-3 .path8:before {
  content: "\f26d";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-ae-ecommerce-3 .path9:before {
  content: "\f26e";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-ecommerce-3 .path10:before {
  content: "\f26f";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-ecommerce-3 .path11:before {
  content: "\f270";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-ecommerce-3 .path12:before {
  content: "\f271";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-ae-ecommerce-4 .path1:before {
  content: "\f272";
  color: rgb(94, 159, 223);
}
.icon-ae-ecommerce-4 .path2:before {
  content: "\f273";
  margin-left: -0.875em;
  color: rgb(94, 159, 223);
}
.icon-ae-ecommerce-4 .path3:before {
  content: "\f274";
  margin-left: -0.875em;
  color: rgb(243, 243, 243);
}
.icon-ae-ecommerce-4 .path4:before {
  content: "\f275";
  margin-left: -0.875em;
  color: rgb(25, 118, 210);
}
.icon-ae-ecommerce-4 .path5:before {
  content: "\f276";
  margin-left: -0.875em;
  color: rgb(243, 243, 243);
}
.icon-ae-ecommerce-4 .path6:before {
  content: "\f277";
  margin-left: -0.875em;
  color: rgb(25, 118, 210);
}
.icon-ae-ecommerce-4 .path7:before {
  content: "\f278";
  margin-left: -0.875em;
  color: rgb(211, 142, 42);
}
.icon-ae-ecommerce-4 .path8:before {
  content: "\f279";
  margin-left: -0.875em;
  color: rgb(25, 118, 210);
}
.icon-ae-ecommerce-4 .path9:before {
  content: "\f27a";
  margin-left: -0.875em;
  color: rgb(25, 118, 210);
}
.icon-ae-ecommerce-4 .path10:before {
  content: "\f27b";
  margin-left: -0.875em;
  color: rgb(94, 159, 223);
}
.icon-ae-ecommerce-4 .path11:before {
  content: "\f27c";
  margin-left: -0.875em;
  color: rgb(25, 118, 210);
}
.icon-ae-ecommerce-4 .path12:before {
  content: "\f27d";
  margin-left: -0.875em;
  color: rgb(25, 118, 210);
}
.icon-ae-ecommerce-4 .path13:before {
  content: "\f27e";
  margin-left: -0.875em;
  color: rgb(25, 118, 210);
}
.icon-ae-ecommerce-4 .path14:before {
  content: "\f27f";
  margin-left: -0.875em;
  color: rgb(94, 159, 223);
}
.icon-ae-ecommerce-4 .path15:before {
  content: "\f280";
  margin-left: -0.875em;
  color: rgb(25, 118, 210);
}
.icon-ae-ecommerce-4 .path16:before {
  content: "\f281";
  margin-left: -0.875em;
  color: rgb(25, 118, 210);
}
.icon-ae-ecommerce-4 .path17:before {
  content: "\f282";
  margin-left: -0.875em;
  color: rgb(25, 118, 210);
}
.icon-ae-ecommerce-4 .path18:before {
  content: "\f283";
  margin-left: -0.875em;
  color: rgb(94, 159, 223);
}
.icon-ae-ecommerce-4 .path19:before {
  content: "\f284";
  margin-left: -0.875em;
  color: rgb(25, 118, 210);
}
.icon-ae-ecommerce-4 .path20:before {
  content: "\f285";
  margin-left: -0.875em;
  color: rgb(25, 118, 210);
}
.icon-ae-ecommerce-4 .path21:before {
  content: "\f286";
  margin-left: -0.875em;
  color: rgb(25, 118, 210);
}
.icon-ae-ecommerce-4 .path22:before {
  content: "\f287";
  margin-left: -0.875em;
  color: rgb(217, 217, 217);
}
.icon-ae-ecommerce-4 .path23:before {
  content: "\f288";
  margin-left: -0.875em;
  color: rgb(211, 142, 42);
}
.icon-ae-ecommerce-4 .path24:before {
  content: "\f289";
  margin-left: -0.875em;
  color: rgb(253, 253, 253);
}
.icon-ae-ecommerce-4 .path25:before {
  content: "\f28a";
  margin-left: -0.875em;
  color: rgb(217, 217, 217);
}
.icon-ae-editing .path1:before {
  content: "\f28b";
  color: rgb(25, 118, 210);
}
.icon-ae-editing .path2:before {
  content: "\f28c";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-editing .path3:before {
  content: "\f28d";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-editing .path4:before {
  content: "\f28e";
  margin-left: -1em;
  color: rgb(200, 200, 200);
}
.icon-ae-editing .path5:before {
  content: "\f28f";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-ae-editing .path6:before {
  content: "\f290";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-ae-editing .path7:before {
  content: "\f291";
  margin-left: -1em;
  color: rgb(200, 200, 200);
}
.icon-ae-editing .path8:before {
  content: "\f292";
  margin-left: -1em;
  color: rgb(200, 200, 200);
}
.icon-ae-editing .path9:before {
  content: "\f293";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-ae-editing .path10:before {
  content: "\f294";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-ae-editing .path11:before {
  content: "\f295";
  margin-left: -1em;
  color: rgb(200, 200, 200);
}
.icon-ae-editing .path12:before {
  content: "\f296";
  margin-left: -1em;
  color: rgb(200, 200, 200);
}
.icon-ae-editing .path13:before {
  content: "\f297";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-ae-editing .path14:before {
  content: "\f298";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-ae-editing .path15:before {
  content: "\f299";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-editing .path16:before {
  content: "\f29a";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-editing .path17:before {
  content: "\f29b";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-ae-editing .path18:before {
  content: "\f29c";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-ae-editing .path19:before {
  content: "\f29d";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-ae-editing .path20:before {
  content: "\f29e";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-ae-editing .path21:before {
  content: "\f29f";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-editing .path22:before {
  content: "\f2a0";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-editing .path23:before {
  content: "\f2a1";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-editing .path24:before {
  content: "\f2a2";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-editing .path25:before {
  content: "\f2a3";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-editing .path26:before {
  content: "\f2a4";
  margin-left: -1em;
  color: rgb(228, 194, 144);
}
.icon-ae-editing .path27:before {
  content: "\f2a5";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-editing .path28:before {
  content: "\f2a6";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-editing .path29:before {
  content: "\f2a7";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-editing .path30:before {
  content: "\f2a8";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-ae-editing .path31:before {
  content: "\f2a9";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-electric-car .path1:before {
  content: "\f2aa";
  color: rgb(94, 159, 223);
}
.icon-ae-electric-car .path2:before {
  content: "\f2ab";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-electric-car .path3:before {
  content: "\f2ac";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-electric-car .path4:before {
  content: "\f2ad";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-electric-car .path5:before {
  content: "\f2ae";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-electric-car .path6:before {
  content: "\f2af";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-ae-electric-car .path7:before {
  content: "\f2b0";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-electric-car .path8:before {
  content: "\f2b1";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-ae-electric-car .path9:before {
  content: "\f2b2";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-ae-electric-car .path10:before {
  content: "\f2b3";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-electric-car .path11:before {
  content: "\f2b4";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-electric-car .path12:before {
  content: "\f2b5";
  margin-left: -1em;
  color: rgb(253, 253, 253);
}
.icon-ae-electric-car .path13:before {
  content: "\f2b6";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-email .path1:before {
  content: "\f2b7";
  color: rgb(211, 142, 42);
}
.icon-ae-email .path2:before {
  content: "\f2b8";
  margin-left: -0.90625em;
  color: rgb(211, 142, 42);
}
.icon-ae-email .path3:before {
  content: "\f2b9";
  margin-left: -0.90625em;
  color: rgb(25, 118, 210);
}
.icon-ae-email .path4:before {
  content: "\f2ba";
  margin-left: -0.90625em;
  color: rgb(255, 255, 255);
}
.icon-ae-email .path5:before {
  content: "\f2bb";
  margin-left: -0.90625em;
  color: rgb(217, 217, 217);
}
.icon-ae-email .path6:before {
  content: "\f2bc";
  margin-left: -0.90625em;
  color: rgb(200, 200, 200);
}
.icon-ae-email .path7:before {
  content: "\f2bd";
  margin-left: -0.90625em;
  color: rgb(200, 200, 200);
}
.icon-ae-email .path8:before {
  content: "\f2be";
  margin-left: -0.90625em;
  color: rgb(217, 217, 217);
}
.icon-ae-email .path9:before {
  content: "\f2bf";
  margin-left: -0.90625em;
  color: rgb(200, 200, 200);
}
.icon-ae-email .path10:before {
  content: "\f2c0";
  margin-left: -0.90625em;
  color: rgb(200, 200, 200);
}
.icon-ae-email .path11:before {
  content: "\f2c1";
  margin-left: -0.90625em;
  color: rgb(217, 217, 217);
}
.icon-ae-email .path12:before {
  content: "\f2c2";
  margin-left: -0.90625em;
  color: rgb(200, 200, 200);
}
.icon-ae-email .path13:before {
  content: "\f2c3";
  margin-left: -0.90625em;
  color: rgb(200, 200, 200);
}
.icon-ae-email .path14:before {
  content: "\f2c4";
  margin-left: -0.90625em;
  color: rgb(217, 217, 217);
}
.icon-ae-email .path15:before {
  content: "\f2c5";
  margin-left: -0.90625em;
  color: rgb(25, 118, 210);
}
.icon-ae-email .path16:before {
  content: "\f2c6";
  margin-left: -0.90625em;
  color: rgb(217, 217, 217);
}
.icon-ae-email .path17:before {
  content: "\f2c7";
  margin-left: -0.90625em;
  color: rgb(200, 200, 200);
}
.icon-ae-email .path18:before {
  content: "\f2c8";
  margin-left: -0.90625em;
  color: rgb(25, 118, 210);
}
.icon-ae-email .path19:before {
  content: "\f2c9";
  margin-left: -0.90625em;
  color: rgb(94, 159, 223);
}
.icon-ae-email .path20:before {
  content: "\f2ca";
  margin-left: -0.90625em;
  color: rgb(25, 118, 210);
}
.icon-ae-email .path21:before {
  content: "\f2cb";
  margin-left: -0.90625em;
  color: rgb(211, 142, 42);
}
.icon-ae-email .path22:before {
  content: "\f2cc";
  margin-left: -0.90625em;
  color: rgb(211, 142, 42);
}
.icon-ae-email .path23:before {
  content: "\f2cd";
  margin-left: -0.90625em;
  color: rgb(211, 142, 42);
}
.icon-ae-email .path24:before {
  content: "\f2ce";
  margin-left: -0.90625em;
  color: rgb(253, 253, 253);
}
.icon-ae-email-1 .path1:before {
  content: "\f2cf";
  color: rgb(94, 159, 223);
}
.icon-ae-email-1 .path2:before {
  content: "\f2d0";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-email-1 .path3:before {
  content: "\f2d1";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-email-1 .path4:before {
  content: "\f2d2";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-ae-email-1 .path5:before {
  content: "\f2d3";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-email-1 .path6:before {
  content: "\f2d4";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-ae-email-1 .path7:before {
  content: "\f2d5";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-email-1 .path8:before {
  content: "\f2d6";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-ae-email-1 .path9:before {
  content: "\f2d7";
  margin-left: -1em;
  color: rgb(228, 194, 144);
}
.icon-ae-email-1 .path10:before {
  content: "\f2d8";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-ae-email-1 .path11:before {
  content: "\f2d9";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-email-1 .path12:before {
  content: "\f2da";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-email-1 .path13:before {
  content: "\f2db";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-ae-email-1 .path14:before {
  content: "\f2dc";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-ae-email-1 .path15:before {
  content: "\f2dd";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-email-1 .path16:before {
  content: "\f2de";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-email-1 .path17:before {
  content: "\f2df";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-email-1 .path18:before {
  content: "\f2e0";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-email-1 .path19:before {
  content: "\f2e1";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-ae-email-1 .path20:before {
  content: "\f2e2";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-ae-email-1 .path21:before {
  content: "\f2e3";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-ae-email-2 .path1:before {
  content: "\f2e4";
  color: rgb(94, 159, 223);
}
.icon-ae-email-2 .path2:before {
  content: "\f2e5";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-email-2 .path3:before {
  content: "\f2e6";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-ae-email-2 .path4:before {
  content: "\f2e7";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-ae-email-2 .path5:before {
  content: "\f2e8";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-email-2 .path6:before {
  content: "\f2e9";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-ae-email-2 .path7:before {
  content: "\f2ea";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-email-2 .path8:before {
  content: "\f2eb";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-email-2 .path9:before {
  content: "\f2ec";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-email-2 .path10:before {
  content: "\f2ed";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-email-2 .path11:before {
  content: "\f2ee";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-email-2 .path12:before {
  content: "\f2ef";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-ae-email-2 .path13:before {
  content: "\f2f0";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-ae-email-3 .path1:before {
  content: "\f2f1";
  color: rgb(25, 118, 210);
}
.icon-ae-email-3 .path2:before {
  content: "\f2f2";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-email-3 .path3:before {
  content: "\f2f3";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-ae-email-3 .path4:before {
  content: "\f2f4";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-email-3 .path5:before {
  content: "\f2f5";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-ae-email-3 .path6:before {
  content: "\f2f6";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-email-3 .path7:before {
  content: "\f2f7";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-ae-emergency-911 .path1:before {
  content: "\f2f8";
  color: rgb(25, 118, 210);
}
.icon-ae-emergency-911 .path2:before {
  content: "\f2f9";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-ae-emergency-911 .path3:before {
  content: "\f2fa";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-emergency-911 .path4:before {
  content: "\f2fb";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-emergency-911 .path5:before {
  content: "\f2fc";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-ae-emergency-911 .path6:before {
  content: "\f2fd";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-ae-emergency-911 .path7:before {
  content: "\f2fe";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-emergency-911 .path8:before {
  content: "\f2ff";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-emergency-911 .path9:before {
  content: "\f300";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-emergency-911 .path10:before {
  content: "\f301";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-ae-emergency-911 .path11:before {
  content: "\f302";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-emergency-911 .path12:before {
  content: "\f303";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-ae-emergency-911 .path13:before {
  content: "\f304";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-ae-emergency-911 .path14:before {
  content: "\f305";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-emergency-911 .path15:before {
  content: "\f306";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-ae-emergency-911 .path16:before {
  content: "\f307";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-emergency-911 .path17:before {
  content: "\f308";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-ae-emergency-911 .path18:before {
  content: "\f309";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-ae-emergency-911 .path19:before {
  content: "\f30a";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-ae-emergency-911 .path20:before {
  content: "\f30b";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-ae-emoji .path1:before {
  content: "\f30c";
  color: rgb(94, 159, 223);
}
.icon-ae-emoji .path2:before {
  content: "\f30d";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-emoji .path3:before {
  content: "\f30e";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-emoji .path4:before {
  content: "\f30f";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-emoji .path5:before {
  content: "\f310";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-emoji .path6:before {
  content: "\f311";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-emoji .path7:before {
  content: "\f312";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-emoji .path8:before {
  content: "\f313";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-emoji .path9:before {
  content: "\f314";
  margin-left: -1em;
  color: rgb(228, 194, 144);
}
.icon-ae-emoji .path10:before {
  content: "\f315";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-emoji .path11:before {
  content: "\f316";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-emoji .path12:before {
  content: "\f317";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-emoji .path13:before {
  content: "\f318";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-ae-emoji .path14:before {
  content: "\f319";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-emoji .path15:before {
  content: "\f31a";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-ae-emoji .path16:before {
  content: "\f31b";
  margin-left: -1em;
  color: rgb(228, 194, 144);
}
.icon-ae-error-1 .path1:before {
  content: "\f31c";
  color: rgb(94, 159, 223);
}
.icon-ae-error-1 .path2:before {
  content: "\f31d";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-error-1 .path3:before {
  content: "\f31e";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-ae-error-1 .path4:before {
  content: "\f31f";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-ae-error-1 .path5:before {
  content: "\f320";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-error-1 .path6:before {
  content: "\f321";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-ae-error-1 .path7:before {
  content: "\f322";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-error-1 .path8:before {
  content: "\f323";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-ae-error-1 .path9:before {
  content: "\f324";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-ae-error-1 .path10:before {
  content: "\f325";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-ae-error-1 .path11:before {
  content: "\f326";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-ae-error-1 .path12:before {
  content: "\f327";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-error-1 .path13:before {
  content: "\f328";
  margin-left: -1em;
  color: rgb(200, 200, 200);
}
.icon-ae-error-1 .path14:before {
  content: "\f329";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-error-1 .path15:before {
  content: "\f32a";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-ae-error-1 .path16:before {
  content: "\f32b";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-ae-error-1 .path17:before {
  content: "\f32c";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-ae-error-1 .path18:before {
  content: "\f32d";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-ae-error-1 .path19:before {
  content: "\f32e";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-ae-error-2 .path1:before {
  content: "\f32f";
  color: rgb(25, 118, 210);
}
.icon-ae-error-2 .path2:before {
  content: "\f330";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-ae-error-2 .path3:before {
  content: "\f331";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-error-2 .path4:before {
  content: "\f332";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-error-2 .path5:before {
  content: "\f333";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-error-2 .path6:before {
  content: "\f334";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-ae-error-2 .path7:before {
  content: "\f335";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-error-2 .path8:before {
  content: "\f336";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-error-2 .path9:before {
  content: "\f337";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-error-2 .path10:before {
  content: "\f338";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-ae-error-2 .path11:before {
  content: "\f339";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-error-2 .path12:before {
  content: "\f33a";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-ae-error-2 .path13:before {
  content: "\f33b";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-error-2 .path14:before {
  content: "\f33c";
  margin-left: -1em;
  color: rgb(253, 253, 253);
}
.icon-ae-error-2 .path15:before {
  content: "\f33d";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-error-2 .path16:before {
  content: "\f33e";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-error-codes-notifications .path1:before {
  content: "\f33f";
  color: rgb(94, 159, 223);
}
.icon-ae-error-codes-notifications .path2:before {
  content: "\f340";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-error-codes-notifications .path3:before {
  content: "\f341";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-ae-error-codes-notifications .path4:before {
  content: "\f342";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-error-codes-notifications .path5:before {
  content: "\f343";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-error-codes-notifications .path6:before {
  content: "\f344";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-error-codes-notifications .path7:before {
  content: "\f345";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-error-codes-notifications .path8:before {
  content: "\f346";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-error-codes-notifications .path9:before {
  content: "\f347";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-error-codes-notifications .path10:before {
  content: "\f348";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-error-codes-notifications .path11:before {
  content: "\f349";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-ae-error-codes-notifications .path12:before {
  content: "\f34a";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-error-codes-notifications .path13:before {
  content: "\f34b";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-ae-error-codes-notifications .path14:before {
  content: "\f34c";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-ae-error-codes-notifications .path15:before {
  content: "\f34d";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-ae-error-codes-notifications .path16:before {
  content: "\f34e";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-error-codes-notifications .path17:before {
  content: "\f34f";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-error-codes-notifications .path18:before {
  content: "\f350";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-error-codes-notifications .path19:before {
  content: "\f351";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-error-codes-notifications .path20:before {
  content: "\f352";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-ae-error-codes-notifications .path21:before {
  content: "\f353";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-ae-error-codes-notifications .path22:before {
  content: "\f354";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-ae-error-handling .path1:before {
  content: "\f355";
  color: rgb(25, 118, 210);
}
.icon-ae-error-handling .path2:before {
  content: "\f356";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-ae-error-handling .path3:before {
  content: "\f357";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-error-handling .path4:before {
  content: "\f358";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-error-handling .path5:before {
  content: "\f359";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-error-handling .path6:before {
  content: "\f35a";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-ae-error-handling .path7:before {
  content: "\f35b";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-error-handling .path8:before {
  content: "\f35c";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-ae-error-handling .path9:before {
  content: "\f35d";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-error-handling .path10:before {
  content: "\f35e";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-ae-error-handling .path11:before {
  content: "\f35f";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-ae-error-handling .path12:before {
  content: "\f360";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-error-handling .path13:before {
  content: "\f361";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-error-handling .path14:before {
  content: "\f362";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-ae-error-handling .path15:before {
  content: "\f363";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-ethernet .path1:before {
  content: "\f364";
  color: rgb(243, 243, 243);
}
.icon-ae-ethernet .path2:before {
  content: "\f365";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-ethernet .path3:before {
  content: "\f366";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-ethernet .path4:before {
  content: "\f367";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-ethernet .path5:before {
  content: "\f368";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-ethernet .path6:before {
  content: "\f369";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-ethernet .path7:before {
  content: "\f36a";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-ethernet .path8:before {
  content: "\f36b";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-ethernet .path9:before {
  content: "\f36c";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-ethernet .path10:before {
  content: "\f36d";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-ethernet .path11:before {
  content: "\f36e";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-ae-ethernet .path12:before {
  content: "\f36f";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-ae-ethernet-2 .path1:before {
  content: "\f370";
  color: rgb(94, 159, 223);
}
.icon-ae-ethernet-2 .path2:before {
  content: "\f371";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-ae-ethernet-2 .path3:before {
  content: "\f372";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-ethernet-2 .path4:before {
  content: "\f373";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-ae-ethernet-2 .path5:before {
  content: "\f374";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-ethernet-2 .path6:before {
  content: "\f375";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-ae-ethernet-2 .path7:before {
  content: "\f376";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-ae-ethernet-2 .path8:before {
  content: "\f377";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-ae-eye .path1:before {
  content: "\f378";
  color: rgb(94, 159, 223);
}
.icon-ae-eye .path2:before {
  content: "\f379";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-ae-eye .path3:before {
  content: "\f37a";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-ae-eye .path4:before {
  content: "\f37b";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-eye .path5:before {
  content: "\f37c";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-ae-eye .path6:before {
  content: "\f37d";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-eye .path7:before {
  content: "\f37e";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-ae-eye .path8:before {
  content: "\f37f";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-ae-eye .path9:before {
  content: "\f380";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-ae-eye .path10:before {
  content: "\f381";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-eye .path11:before {
  content: "\f382";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-ae-hour .path1:before {
  content: "\f383";
  color: rgb(25, 118, 210);
}
.icon-ae-hour .path2:before {
  content: "\f384";
  margin-left: -1em;
  color: rgb(228, 194, 144);
}
.icon-ae-hour .path3:before {
  content: "\f385";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-ae-hour .path4:before {
  content: "\f386";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-ae-hour .path5:before {
  content: "\f387";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-ae-hour .path6:before {
  content: "\f388";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}

/* node_modules/@nuviot/ui-styles/icons/F-O/style.css */
@font-face {
  font-family: "SL-ICONS-F-O";
  src: url("./media/SL-ICONS-F-O.eot?odxopd");
  src:
    url("./media/SL-ICONS-F-O.eot?odxopd#iefix") format("embedded-opentype"),
    url("./media/SL-ICONS-F-O.ttf?odxopd") format("truetype"),
    url("./media/SL-ICONS-F-O.woff?odxopd") format("woff"),
    url("./media/SL-ICONS-F-O.svg?odxopd#SL-ICONS-F-O") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-fo-],
[class*=icon-fo-] {
  font-family: "SL-ICONS-F-O" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-fo-online-donation .path1:before {
  content: "\e900";
  color: rgb(94, 159, 223);
}
.icon-fo-online-donation .path2:before {
  content: "\e901";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-online-donation .path3:before {
  content: "\e902";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-online-donation .path4:before {
  content: "\e903";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-fo-online-donation .path5:before {
  content: "\e904";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-online-donation .path6:before {
  content: "\e905";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-online-donation .path7:before {
  content: "\e906";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-fo-online-donation .path8:before {
  content: "\e907";
  margin-left: -1em;
  color: rgb(228, 194, 144);
}
.icon-fo-online-donation .path9:before {
  content: "\e908";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-fo-online-donation .path10:before {
  content: "\e909";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-fo-online-donation .path11:before {
  content: "\e90a";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-fo-online-donation .path12:before {
  content: "\e90b";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-online-donation .path13:before {
  content: "\e90c";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-online-donation .path14:before {
  content: "\e90d";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-fo-online-donation .path15:before {
  content: "\e90e";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-fo-online-learning-1 .path1:before {
  content: "\e90f";
  color: rgb(94, 159, 223);
}
.icon-fo-online-learning-1 .path2:before {
  content: "\e910";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-fo-online-learning-1 .path3:before {
  content: "\e911";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-online-learning-1 .path4:before {
  content: "\e912";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-online-learning-1 .path5:before {
  content: "\e913";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-online-learning-1 .path6:before {
  content: "\e914";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-fo-online-learning-1 .path7:before {
  content: "\e915";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-online-learning-1 .path8:before {
  content: "\e916";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-online-learning-1 .path9:before {
  content: "\e917";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-online-learning-1 .path10:before {
  content: "\e918";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-fo-online-learning-1 .path11:before {
  content: "\e919";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-fo-online-learning-1 .path12:before {
  content: "\e91a";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-fo-online-learning-2 .path1:before {
  content: "\e91b";
  color: rgb(94, 159, 223);
}
.icon-fo-online-learning-2 .path2:before {
  content: "\e91c";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-online-learning-2 .path3:before {
  content: "\e91d";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-online-learning-2 .path4:before {
  content: "\e91e";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-fo-online-learning-2 .path5:before {
  content: "\e91f";
  margin-left: -1em;
  color: rgb(228, 194, 144);
}
.icon-fo-online-learning-2 .path6:before {
  content: "\e920";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-fo-online-learning-2 .path7:before {
  content: "\e921";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-fo-online-learning-2 .path8:before {
  content: "\e922";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-online-learning-2 .path9:before {
  content: "\e923";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-online-learning-2 .path10:before {
  content: "\e924";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-online-payment .path1:before {
  content: "\e925";
  color: rgb(94, 159, 223);
}
.icon-fo-online-payment .path2:before {
  content: "\e926";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-fo-online-payment .path3:before {
  content: "\e927";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-online-payment .path4:before {
  content: "\e928";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-fo-online-payment .path5:before {
  content: "\e929";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-online-payment .path6:before {
  content: "\e92a";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-online-payment .path7:before {
  content: "\e92b";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-online-payment .path8:before {
  content: "\e92c";
  margin-left: -1em;
  color: rgb(253, 253, 253);
}
.icon-fo-online-payment .path9:before {
  content: "\e92d";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-online-payment .path10:before {
  content: "\e92e";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-fo-online-payment .path11:before {
  content: "\e92f";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-fo-online-payment .path12:before {
  content: "\e930";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-fo-online-payment .path13:before {
  content: "\e931";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-fo-online-payment .path14:before {
  content: "\e932";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-fo-online-payment .path15:before {
  content: "\e933";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-fo-online-payment .path16:before {
  content: "\e934";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-fo-online-payment .path17:before {
  content: "\e935";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-fo-online-payment .path18:before {
  content: "\e936";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-fo-online-payment .path19:before {
  content: "\e937";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-fo-online-payment .path20:before {
  content: "\e938";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-fo-online-payment .path21:before {
  content: "\e939";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-online-payment .path22:before {
  content: "\e93a";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-fo-online-payment .path23:before {
  content: "\e93b";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-fo-online-payment .path24:before {
  content: "\e93c";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-fo-online-payment .path25:before {
  content: "\e93d";
  margin-left: -1em;
  color: rgb(253, 253, 253);
}
.icon-fo-online-report .path1:before {
  content: "\e93e";
  color: rgb(25, 118, 210);
}
.icon-fo-online-report .path2:before {
  content: "\e93f";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-online-report .path3:before {
  content: "\e940";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-online-report .path4:before {
  content: "\e941";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-fo-online-report .path5:before {
  content: "\e942";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-fo-online-report .path6:before {
  content: "\e943";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-fo-online-report .path7:before {
  content: "\e944";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-online-report .path8:before {
  content: "\e945";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-fo-online-report .path9:before {
  content: "\e946";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-online-report .path10:before {
  content: "\e947";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-fo-online-report .path11:before {
  content: "\e948";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-online-shopping .path1:before {
  content: "\e949";
  color: rgb(228, 194, 144);
}
.icon-fo-online-shopping .path2:before {
  content: "\e94a";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-fo-online-shopping .path3:before {
  content: "\e94b";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-online-shopping .path4:before {
  content: "\e94c";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-fo-online-shopping .path5:before {
  content: "\e94d";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-online-shopping .path6:before {
  content: "\e94e";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-fo-online-shopping .path7:before {
  content: "\e94f";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-online-shopping .path8:before {
  content: "\e950";
  margin-left: -1em;
  color: rgb(228, 194, 144);
}
.icon-fo-online-shopping .path9:before {
  content: "\e951";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-fo-online-shopping .path10:before {
  content: "\e952";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-fo-online-shopping .path11:before {
  content: "\e953";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-online-shopping .path12:before {
  content: "\e954";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-online-task .path1:before {
  content: "\e955";
  color: rgb(94, 159, 223);
}
.icon-fo-online-task .path2:before {
  content: "\e956";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-fo-online-task .path3:before {
  content: "\e957";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-fo-online-task .path4:before {
  content: "\e958";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-fo-online-task .path5:before {
  content: "\e959";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-fo-open .path1:before {
  content: "\e95a";
  color: rgb(94, 159, 223);
}
.icon-fo-open .path2:before {
  content: "\e95b";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-open .path3:before {
  content: "\e95c";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-fo-open .path4:before {
  content: "\e95d";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-fo-open .path5:before {
  content: "\e95e";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-fo-open .path6:before {
  content: "\e95f";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-open .path7:before {
  content: "\e960";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-fo-open .path8:before {
  content: "\e961";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-open .path9:before {
  content: "\e962";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-fo-open .path10:before {
  content: "\e963";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-open .path11:before {
  content: "\e964";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-open .path12:before {
  content: "\e965";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-open .path13:before {
  content: "\e966";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-open .path14:before {
  content: "\e967";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-open .path15:before {
  content: "\e968";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-open .path16:before {
  content: "\e969";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-open .path17:before {
  content: "\e96a";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-open .path18:before {
  content: "\e96b";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-open .path19:before {
  content: "\e96c";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-open .path20:before {
  content: "\e96d";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-open .path21:before {
  content: "\e96e";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-open .path22:before {
  content: "\e96f";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-open .path23:before {
  content: "\e970";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-open .path24:before {
  content: "\e971";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-open .path25:before {
  content: "\e972";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-open .path26:before {
  content: "\e973";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-fo-open-book .path1:before {
  content: "\e974";
  color: rgb(25, 118, 210);
}
.icon-fo-open-book .path2:before {
  content: "\e975";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-fo-open-book .path3:before {
  content: "\e976";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-fo-open-book .path4:before {
  content: "\e977";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-fo-open-book .path5:before {
  content: "\e978";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-fo-open-book .path6:before {
  content: "\e979";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-fo-organize-1 .path1:before {
  content: "\e97a";
  color: rgb(94, 159, 223);
}
.icon-fo-organize-1 .path2:before {
  content: "\e97b";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-fo-organize-1 .path3:before {
  content: "\e97c";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-organize-1 .path4:before {
  content: "\e97d";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-organize-1 .path5:before {
  content: "\e97e";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-organize-1 .path6:before {
  content: "\e97f";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-organize-1 .path7:before {
  content: "\e980";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-organize-1 .path8:before {
  content: "\e981";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-fo-organize-1 .path9:before {
  content: "\e982";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-fo-organize-1 .path10:before {
  content: "\e983";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-fo-organize-1 .path11:before {
  content: "\e984";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-fo-organize-1 .path12:before {
  content: "\e985";
  margin-left: -1em;
  color: rgb(228, 194, 144);
}
.icon-fo-organize-1 .path13:before {
  content: "\e986";
  margin-left: -1em;
  color: rgb(228, 194, 144);
}
.icon-fo-organize-1 .path14:before {
  content: "\e987";
  margin-left: -1em;
  color: rgb(228, 194, 144);
}
.icon-fo-organize-1 .path15:before {
  content: "\e988";
  margin-left: -1em;
  color: rgb(228, 194, 144);
}
.icon-fo-organize-1 .path16:before {
  content: "\e989";
  margin-left: -1em;
  color: rgb(228, 194, 144);
}
.icon-fo-organize-1 .path17:before {
  content: "\e98a";
  margin-left: -1em;
  color: rgb(228, 194, 144);
}
.icon-fo-organize-1 .path18:before {
  content: "\e98b";
  margin-left: -1em;
  color: rgb(228, 194, 144);
}
.icon-fo-organize-1 .path19:before {
  content: "\e98c";
  margin-left: -1em;
  color: rgb(228, 194, 144);
}
.icon-fo-organize-1 .path20:before {
  content: "\e98d";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-fo-organize-1 .path21:before {
  content: "\e98e";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-fo-organize-2 .path1:before {
  content: "\e98f";
  color: rgb(217, 217, 217);
}
.icon-fo-organize-2 .path2:before {
  content: "\e990";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-fo-organize-2 .path3:before {
  content: "\e991";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-fo-organize-2 .path4:before {
  content: "\e992";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-fo-organize-2 .path5:before {
  content: "\e993";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-organize-2 .path6:before {
  content: "\e994";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-organize-2 .path7:before {
  content: "\e995";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-fo-organize-2 .path8:before {
  content: "\e996";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-organize-2 .path9:before {
  content: "\e997";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-fo-fan-bladeless .path1:before {
  content: "\e998";
  color: rgb(94, 159, 223);
}
.icon-fo-fan-bladeless .path2:before {
  content: "\e999";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-fan-bladeless .path3:before {
  content: "\e99a";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-fan-bladeless .path4:before {
  content: "\e99b";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-fan-bladeless .path5:before {
  content: "\e99c";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-fan-bladeless .path6:before {
  content: "\e99d";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-fan-bladeless .path7:before {
  content: "\e99e";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-fo-fan-bladeless .path8:before {
  content: "\e99f";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-fan-bladeless .path9:before {
  content: "\e9a0";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-fan-bladeless .path10:before {
  content: "\e9a1";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-fo-fan-bladeless .path11:before {
  content: "\e9a2";
  margin-left: -1em;
  color: rgb(253, 253, 253);
}
.icon-fo-faq .path1:before {
  content: "\e9a3";
  color: rgb(94, 159, 223);
}
.icon-fo-faq .path2:before {
  content: "\e9a4";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-faq .path3:before {
  content: "\e9a5";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-faq .path4:before {
  content: "\e9a6";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-fo-faq .path5:before {
  content: "\e9a7";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-fo-faq .path6:before {
  content: "\e9a8";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-fo-faq .path7:before {
  content: "\e9a9";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-fo-faq .path8:before {
  content: "\e9aa";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-fo-faq .path9:before {
  content: "\e9ab";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-fo-faq .path10:before {
  content: "\e9ac";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-fo-fax .path1:before {
  content: "\e9ad";
  color: rgb(25, 118, 210);
}
.icon-fo-fax .path2:before {
  content: "\e9ae";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-fax .path3:before {
  content: "\e9af";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-fo-fax .path4:before {
  content: "\e9b0";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-fax .path5:before {
  content: "\e9b1";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-fax .path6:before {
  content: "\e9b2";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-fax .path7:before {
  content: "\e9b3";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-fax .path8:before {
  content: "\e9b4";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-fax .path9:before {
  content: "\e9b5";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-fax .path10:before {
  content: "\e9b6";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-fax .path11:before {
  content: "\e9b7";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-fax .path12:before {
  content: "\e9b8";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-fax .path13:before {
  content: "\e9b9";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-fax .path14:before {
  content: "\e9ba";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-fax .path15:before {
  content: "\e9bb";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-fax .path16:before {
  content: "\e9bc";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-fax .path17:before {
  content: "\e9bd";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-fax .path18:before {
  content: "\e9be";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-fax .path19:before {
  content: "\e9bf";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-fax .path20:before {
  content: "\e9c0";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-fax .path21:before {
  content: "\e9c1";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-fax .path22:before {
  content: "\e9c2";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-fax .path23:before {
  content: "\e9c3";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-fo-fax .path24:before {
  content: "\e9c4";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-fo-fax .path25:before {
  content: "\e9c5";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-fax .path26:before {
  content: "\e9c6";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-fax .path27:before {
  content: "\e9c7";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-fo-fax .path28:before {
  content: "\e9c8";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-fo-fax .path29:before {
  content: "\e9c9";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-fo-fax .path30:before {
  content: "\e9ca";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-fo-fax .path31:before {
  content: "\e9cb";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-fo-feedback-1 .path1:before {
  content: "\e9cc";
  color: rgb(94, 159, 223);
}
.icon-fo-feedback-1 .path2:before {
  content: "\e9cd";
  margin-left: -1em;
  color: rgb(228, 194, 144);
}
.icon-fo-feedback-1 .path3:before {
  content: "\e9ce";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-feedback-1 .path4:before {
  content: "\e9cf";
  margin-left: -1em;
  color: rgb(228, 194, 144);
}
.icon-fo-feedback-1 .path5:before {
  content: "\e9d0";
  margin-left: -1em;
  color: rgb(228, 194, 144);
}
.icon-fo-feedback-1 .path6:before {
  content: "\e9d1";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-fo-feedback-1 .path7:before {
  content: "\e9d2";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-feedback-1 .path8:before {
  content: "\e9d3";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-feedback-1 .path9:before {
  content: "\e9d4";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-fo-feedback-1 .path10:before {
  content: "\e9d5";
  margin-left: -1em;
  color: rgb(228, 194, 144);
}
.icon-fo-feedback-1 .path11:before {
  content: "\e9d6";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-feedback-2 .path1:before {
  content: "\e9d7";
  color: rgb(94, 159, 223);
}
.icon-fo-feedback-2 .path2:before {
  content: "\e9d8";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-fo-feedback-2 .path3:before {
  content: "\e9d9";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-fo-feedback-2 .path4:before {
  content: "\e9da";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-feedback-2 .path5:before {
  content: "\e9db";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-fo-feedback-2 .path6:before {
  content: "\e9dc";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-fo-feedback-2 .path7:before {
  content: "\e9dd";
  margin-left: -1em;
  color: rgb(228, 194, 144);
}
.icon-fo-feedback-2 .path8:before {
  content: "\e9de";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-fo-feedback-2 .path9:before {
  content: "\e9df";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-fo-feedback-2 .path10:before {
  content: "\e9e0";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-fo-feedback-2 .path11:before {
  content: "\e9e1";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-fo-feedback-2 .path12:before {
  content: "\e9e2";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-fo-feedback-2 .path13:before {
  content: "\e9e3";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-fo-feedback-2 .path14:before {
  content: "\e9e4";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-fo-feedback-2 .path15:before {
  content: "\e9e5";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-fo-feedback-2 .path16:before {
  content: "\e9e6";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-fo-feedback-2 .path17:before {
  content: "\e9e7";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-fo-feedback-2 .path18:before {
  content: "\e9e8";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-fo-feedback-2 .path19:before {
  content: "\e9e9";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-fo-feedback-2 .path20:before {
  content: "\e9ea";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-fo-field-service-light .path1:before {
  content: "\e9eb";
  color: rgb(211, 142, 42);
}
.icon-fo-field-service-light .path2:before {
  content: "\e9ec";
  margin-left: -1em;
  color: rgb(228, 194, 144);
}
.icon-fo-field-service-light .path3:before {
  content: "\e9ed";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-field-service-light .path4:before {
  content: "\e9ee";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-field-service-light-configuring .path1:before {
  content: "\e9ef";
  color: rgb(25, 118, 210);
}
.icon-fo-field-service-light-configuring .path2:before {
  content: "\e9f0";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-field-service-light-configuring .path3:before {
  content: "\e9f1";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-fo-field-service-light-configuring .path4:before {
  content: "\e9f2";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-fo-field-service-light-configuring .path5:before {
  content: "\e9f3";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-field-service-light-configuring .path6:before {
  content: "\e9f4";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-field-service-light-configuring .path7:before {
  content: "\e9f5";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-fo-field-service-light-configuring .path8:before {
  content: "\e9f6";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-fo-field-service-light-configuring .path9:before {
  content: "\e9f7";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-field-service-light-configuring .path10:before {
  content: "\e9f8";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-field-service-light-configuring .path11:before {
  content: "\e9f9";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-field-service-light-configuring .path12:before {
  content: "\e9fa";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-fo-field-service-lite-managing-tix .path1:before {
  content: "\e9fb";
  color: rgb(94, 159, 223);
}
.icon-fo-field-service-lite-managing-tix .path2:before {
  content: "\e9fc";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-field-service-lite-managing-tix .path3:before {
  content: "\e9fd";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-fo-field-service-lite-managing-tix .path4:before {
  content: "\e9fe";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-field-service-lite-managing-tix .path5:before {
  content: "\e9ff";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-fo-field-service-lite-managing-tix .path6:before {
  content: "\ea00";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-field-service-lite-managing-tix .path7:before {
  content: "\ea01";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-fo-field-service-lite-managing-tix .path8:before {
  content: "\ea02";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-fo-field-service-lite-managing-tix .path9:before {
  content: "\ea03";
  margin-left: -1em;
  color: rgb(200, 200, 200);
}
.icon-fo-field-service-lite-managing-tix .path10:before {
  content: "\ea04";
  margin-left: -1em;
  color: rgb(200, 200, 200);
}
.icon-fo-field-service-lite-managing-tix .path11:before {
  content: "\ea05";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-fo-field-service-lite-managing-tix .path12:before {
  content: "\ea06";
  margin-left: -1em;
  color: rgb(200, 200, 200);
}
.icon-fo-field-service-lite-managing-tix .path13:before {
  content: "\ea07";
  margin-left: -1em;
  color: rgb(200, 200, 200);
}
.icon-fo-field-service-lite-managing-tix .path14:before {
  content: "\ea08";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-fo-file .path1:before {
  content: "\ea09";
  color: rgb(243, 243, 243);
}
.icon-fo-file .path2:before {
  content: "\ea0a";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-fo-file .path3:before {
  content: "\ea0b";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-file .path4:before {
  content: "\ea0c";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-fo-file .path5:before {
  content: "\ea0d";
  margin-left: -1em;
  color: rgb(253, 253, 253);
}
.icon-fo-file .path6:before {
  content: "\ea0e";
  margin-left: -1em;
  color: rgb(228, 194, 144);
}
.icon-fo-file .path7:before {
  content: "\ea0f";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-file .path8:before {
  content: "\ea10";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-fo-file .path9:before {
  content: "\ea11";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-fo-file-ai .path1:before {
  content: "\ea12";
  color: rgb(243, 243, 243);
}
.icon-fo-file-ai .path2:before {
  content: "\ea13";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-file-ai .path3:before {
  content: "\ea14";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-fo-file-ai .path4:before {
  content: "\ea15";
  margin-left: -1em;
  color: rgb(228, 194, 144);
}
.icon-fo-file-ai .path5:before {
  content: "\ea16";
  margin-left: -1em;
  color: rgb(253, 253, 253);
}
.icon-fo-file-ai .path6:before {
  content: "\ea17";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-fo-file-ai .path7:before {
  content: "\ea18";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-fo-file-ai .path8:before {
  content: "\ea19";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-fo-file-ai .path9:before {
  content: "\ea1a";
  margin-left: -1em;
  color: rgb(253, 253, 253);
}
.icon-fo-file-ai .path10:before {
  content: "\ea1b";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-file-ai .path11:before {
  content: "\ea1c";
  margin-left: -1em;
  color: rgb(253, 253, 253);
}
.icon-fo-file-ai .path12:before {
  content: "\ea1d";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-fo-file-ai .path13:before {
  content: "\ea1e";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-fo-file-ai .path14:before {
  content: "\ea1f";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-fo-file-ai .path15:before {
  content: "\ea20";
  margin-left: -1em;
  color: rgb(228, 194, 144);
}
.icon-fo-file-ai .path16:before {
  content: "\ea21";
  margin-left: -1em;
  color: rgb(228, 194, 144);
}
.icon-fo-file-ai .path17:before {
  content: "\ea22";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-fo-file-ai .path18:before {
  content: "\ea23";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-fo-file-doc .path1:before {
  content: "\ea24";
  color: rgb(25, 118, 210);
}
.icon-fo-file-doc .path2:before {
  content: "\ea25";
  margin-left: -0.875em;
  color: rgb(94, 159, 223);
}
.icon-fo-file-doc .path3:before {
  content: "\ea26";
  margin-left: -0.875em;
  color: rgb(94, 159, 223);
}
.icon-fo-file-doc .path4:before {
  content: "\ea27";
  margin-left: -0.875em;
  color: rgb(211, 142, 42);
}
.icon-fo-file-doc .path5:before {
  content: "\ea28";
  margin-left: -0.875em;
  color: rgb(211, 142, 42);
}
.icon-fo-file-doc .path6:before {
  content: "\ea29";
  margin-left: -0.875em;
  color: rgb(243, 243, 243);
}
.icon-fo-file-doc .path7:before {
  content: "\ea2a";
  margin-left: -0.875em;
  color: rgb(243, 243, 243);
}
.icon-fo-file-doc .path8:before {
  content: "\ea2b";
  margin-left: -0.875em;
  color: rgb(243, 243, 243);
}
.icon-fo-file-doc .path9:before {
  content: "\ea2c";
  margin-left: -0.875em;
  color: rgb(94, 159, 223);
}
.icon-fo-file-management-1 .path1:before {
  content: "\ea2d";
  color: rgb(94, 159, 223);
}
.icon-fo-file-management-1 .path2:before {
  content: "\ea2e";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-file-management-1 .path3:before {
  content: "\ea2f";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-fo-file-management-1 .path4:before {
  content: "\ea30";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-fo-file-management-1 .path5:before {
  content: "\ea31";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-fo-file-management-1 .path6:before {
  content: "\ea32";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-file-management-1 .path7:before {
  content: "\ea33";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-fo-file-management-1 .path8:before {
  content: "\ea34";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-file-management-1 .path9:before {
  content: "\ea35";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-fo-file-management-1 .path10:before {
  content: "\ea36";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-fo-file-management-1 .path11:before {
  content: "\ea37";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-fo-file-management-1 .path12:before {
  content: "\ea38";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-fo-file-management-2 .path1:before {
  content: "\ea39";
  color: rgb(25, 118, 210);
}
.icon-fo-file-management-2 .path2:before {
  content: "\ea3a";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-fo-file-management-2 .path3:before {
  content: "\ea3b";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-fo-file-management-2 .path4:before {
  content: "\ea3c";
  margin-left: -1em;
  color: rgb(253, 253, 253);
}
.icon-fo-file-management-2 .path5:before {
  content: "\ea3d";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-file-management-2 .path6:before {
  content: "\ea3e";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-file-management-2 .path7:before {
  content: "\ea3f";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-file-management-2 .path8:before {
  content: "\ea40";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-file-management-2 .path9:before {
  content: "\ea41";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-file-management-2 .path10:before {
  content: "\ea42";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-file-management-2 .path11:before {
  content: "\ea43";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-file-management-2 .path12:before {
  content: "\ea44";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-file-management-2 .path13:before {
  content: "\ea45";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-file-pdf .path1:before {
  content: "\ea46";
  color: rgb(25, 118, 210);
}
.icon-fo-file-pdf .path2:before {
  content: "\ea47";
  margin-left: -0.875em;
  color: rgb(94, 159, 223);
}
.icon-fo-file-pdf .path3:before {
  content: "\ea48";
  margin-left: -0.875em;
  color: rgb(94, 159, 223);
}
.icon-fo-file-pdf .path4:before {
  content: "\ea49";
  margin-left: -0.875em;
  color: rgb(211, 142, 42);
}
.icon-fo-file-pdf .path5:before {
  content: "\ea4a";
  margin-left: -0.875em;
  color: rgb(211, 142, 42);
}
.icon-fo-file-pdf .path6:before {
  content: "\ea4b";
  margin-left: -0.875em;
  color: rgb(243, 243, 243);
}
.icon-fo-file-pdf .path7:before {
  content: "\ea4c";
  margin-left: -0.875em;
  color: rgb(243, 243, 243);
}
.icon-fo-file-pdf .path8:before {
  content: "\ea4d";
  margin-left: -0.875em;
  color: rgb(243, 243, 243);
}
.icon-fo-file-pdf .path9:before {
  content: "\ea4e";
  margin-left: -0.875em;
  color: rgb(94, 159, 223);
}
.icon-fo-file-pdf .path10:before {
  content: "\ea4f";
  margin-left: -0.875em;
  color: rgb(243, 243, 243);
}
.icon-fo-file-ppt .path1:before {
  content: "\ea50";
  color: rgb(25, 118, 210);
}
.icon-fo-file-ppt .path2:before {
  content: "\ea51";
  margin-left: -0.875em;
  color: rgb(94, 159, 223);
}
.icon-fo-file-ppt .path3:before {
  content: "\ea52";
  margin-left: -0.875em;
  color: rgb(94, 159, 223);
}
.icon-fo-file-ppt .path4:before {
  content: "\ea53";
  margin-left: -0.875em;
  color: rgb(211, 142, 42);
}
.icon-fo-file-ppt .path5:before {
  content: "\ea54";
  margin-left: -0.875em;
  color: rgb(211, 142, 42);
}
.icon-fo-file-ppt .path6:before {
  content: "\ea55";
  margin-left: -0.875em;
  color: rgb(243, 243, 243);
}
.icon-fo-file-ppt .path7:before {
  content: "\ea56";
  margin-left: -0.875em;
  color: rgb(243, 243, 243);
}
.icon-fo-file-ppt .path8:before {
  content: "\ea57";
  margin-left: -0.875em;
  color: rgb(243, 243, 243);
}
.icon-fo-file-ppt .path9:before {
  content: "\ea58";
  margin-left: -0.875em;
  color: rgb(94, 159, 223);
}
.icon-fo-file-ppt .path10:before {
  content: "\ea59";
  margin-left: -0.875em;
  color: rgb(243, 243, 243);
}
.icon-fo-file-psd .path1:before {
  content: "\ea5a";
  color: rgb(243, 243, 243);
}
.icon-fo-file-psd .path2:before {
  content: "\ea5b";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-fo-file-psd .path3:before {
  content: "\ea5c";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-file-psd .path4:before {
  content: "\ea5d";
  margin-left: -1em;
  color: rgb(253, 253, 253);
}
.icon-fo-file-psd .path5:before {
  content: "\ea5e";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-file-psd .path6:before {
  content: "\ea5f";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-file-psd .path7:before {
  content: "\ea60";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-file-psd .path8:before {
  content: "\ea61";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-fo-file-psd .path9:before {
  content: "\ea62";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-fo-files .path1:before {
  content: "\ea63";
  color: rgb(25, 118, 210);
}
.icon-fo-files .path2:before {
  content: "\ea64";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-files .path3:before {
  content: "\ea65";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-files .path4:before {
  content: "\ea66";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-fo-files .path5:before {
  content: "\ea67";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-files .path6:before {
  content: "\ea68";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-fo-files .path7:before {
  content: "\ea69";
  margin-left: -1em;
  color: rgb(228, 194, 144);
}
.icon-fo-files .path8:before {
  content: "\ea6a";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-fo-files .path9:before {
  content: "\ea6b";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-files .path10:before {
  content: "\ea6c";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-fo-files .path11:before {
  content: "\ea6d";
  margin-left: -1em;
  color: rgb(228, 194, 144);
}
.icon-fo-files .path12:before {
  content: "\ea6e";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-fo-files .path13:before {
  content: "\ea6f";
  margin-left: -1em;
  color: rgb(228, 194, 144);
}
.icon-fo-files .path14:before {
  content: "\ea70";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-fo-files .path15:before {
  content: "\ea71";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-fo-files .path16:before {
  content: "\ea72";
  margin-left: -1em;
  color: rgb(228, 194, 144);
}
.icon-fo-files .path17:before {
  content: "\ea73";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-fo-files .path18:before {
  content: "\ea74";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-fo-files .path19:before {
  content: "\ea75";
  margin-left: -1em;
  color: rgb(228, 194, 144);
}
.icon-fo-files .path20:before {
  content: "\ea76";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-fo-files .path21:before {
  content: "\ea77";
  margin-left: -1em;
  color: rgb(228, 194, 144);
}
.icon-fo-files .path22:before {
  content: "\ea78";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-fo-file-sharing .path1:before {
  content: "\ea79";
  color: rgb(243, 243, 243);
}
.icon-fo-file-sharing .path2:before {
  content: "\ea7a";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-file-sharing .path3:before {
  content: "\ea7b";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-fo-file-sharing .path4:before {
  content: "\ea7c";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-fo-file-sharing .path5:before {
  content: "\ea7d";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-fo-file-sharing .path6:before {
  content: "\ea7e";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-fo-file-sharing .path7:before {
  content: "\ea7f";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-fo-file-sharing .path8:before {
  content: "\ea80";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-fo-file-sharing .path9:before {
  content: "\ea81";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-file-sharing .path10:before {
  content: "\ea82";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-file-sharing .path11:before {
  content: "\ea83";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-file-sharing .path12:before {
  content: "\ea84";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-file-sharing .path13:before {
  content: "\ea85";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-file-sharing .path14:before {
  content: "\ea86";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-file-sharing .path15:before {
  content: "\ea87";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-file-sharing .path16:before {
  content: "\ea88";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-file-sharing .path17:before {
  content: "\ea89";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-file-sharing .path18:before {
  content: "\ea8a";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-file-sharing .path19:before {
  content: "\ea8b";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-file-sharing .path20:before {
  content: "\ea8c";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-fo-file-txt .path1:before {
  content: "\ea8d";
  color: rgb(25, 118, 210);
}
.icon-fo-file-txt .path2:before {
  content: "\ea8e";
  margin-left: -0.875em;
  color: rgb(94, 159, 223);
}
.icon-fo-file-txt .path3:before {
  content: "\ea8f";
  margin-left: -0.875em;
  color: rgb(94, 159, 223);
}
.icon-fo-file-txt .path4:before {
  content: "\ea90";
  margin-left: -0.875em;
  color: rgb(211, 142, 42);
}
.icon-fo-file-txt .path5:before {
  content: "\ea91";
  margin-left: -0.875em;
  color: rgb(211, 142, 42);
}
.icon-fo-file-txt .path6:before {
  content: "\ea92";
  margin-left: -0.875em;
  color: rgb(243, 243, 243);
}
.icon-fo-file-txt .path7:before {
  content: "\ea93";
  margin-left: -0.875em;
  color: rgb(243, 243, 243);
}
.icon-fo-file-txt .path8:before {
  content: "\ea94";
  margin-left: -0.875em;
  color: rgb(243, 243, 243);
}
.icon-fo-file-txt .path9:before {
  content: "\ea95";
  margin-left: -0.875em;
  color: rgb(243, 243, 243);
}
.icon-fo-file-txt .path10:before {
  content: "\ea96";
  margin-left: -0.875em;
  color: rgb(94, 159, 223);
}
.icon-fo-file-txt .path11:before {
  content: "\ea97";
  margin-left: -0.875em;
  color: rgb(243, 243, 243);
}
.icon-fo-file-txt .path12:before {
  content: "\ea98";
  margin-left: -0.875em;
  color: rgb(243, 243, 243);
}
.icon-fo-finding .path1:before {
  content: "\ea99";
  color: rgb(94, 159, 223);
}
.icon-fo-finding .path2:before {
  content: "\ea9a";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-fo-finding .path3:before {
  content: "\ea9b";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-fo-finding .path4:before {
  content: "\ea9c";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-finding .path5:before {
  content: "\ea9d";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-finding .path6:before {
  content: "\ea9e";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-fo-finding .path7:before {
  content: "\ea9f";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-finding .path8:before {
  content: "\eaa0";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-fo-finding .path9:before {
  content: "\eaa1";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-fo-finding .path10:before {
  content: "\eaa2";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-fo-finding .path11:before {
  content: "\eaa3";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-finding .path12:before {
  content: "\eaa4";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-fo-finding .path13:before {
  content: "\eaa5";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-fo-finding .path14:before {
  content: "\eaa6";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-fo-finger-print .path1:before {
  content: "\eaa7";
  color: rgb(94, 159, 223);
}
.icon-fo-finger-print .path2:before {
  content: "\eaa8";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-fo-finger-print .path3:before {
  content: "\eaa9";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-fo-finger-print .path4:before {
  content: "\eaaa";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-fo-finger-print .path5:before {
  content: "\eaab";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-fo-finger-print .path6:before {
  content: "\eaac";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-fo-firewall .path1:before {
  content: "\eaad";
  color: rgb(211, 142, 42);
}
.icon-fo-firewall .path2:before {
  content: "\eaae";
  margin-left: -1em;
  color: rgb(228, 194, 144);
}
.icon-fo-firewall .path3:before {
  content: "\eaaf";
  margin-left: -1em;
  color: rgb(228, 194, 144);
}
.icon-fo-firewall .path4:before {
  content: "\eab0";
  margin-left: -1em;
  color: rgb(228, 194, 144);
}
.icon-fo-firewall .path5:before {
  content: "\eab1";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-firewall .path6:before {
  content: "\eab2";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-firewall .path7:before {
  content: "\eab3";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-firewall .path8:before {
  content: "\eab4";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-firewall .path9:before {
  content: "\eab5";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-firewall .path10:before {
  content: "\eab6";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-firewall .path11:before {
  content: "\eab7";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-firewall .path12:before {
  content: "\eab8";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-fo-firewall .path13:before {
  content: "\eab9";
  margin-left: -1em;
  color: rgb(228, 194, 144);
}
.icon-fo-firewall .path14:before {
  content: "\eaba";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-firewall .path15:before {
  content: "\eabb";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-firewall .path16:before {
  content: "\eabc";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-fire-wall .path1:before {
  content: "\eabd";
  color: rgb(94, 159, 223);
}
.icon-fo-fire-wall .path2:before {
  content: "\eabe";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-fo-fire-wall .path3:before {
  content: "\eabf";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-fire-wall .path4:before {
  content: "\eac0";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-fo-fire-wall .path5:before {
  content: "\eac1";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-fo-fire-wall .path6:before {
  content: "\eac2";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-fire-wall .path7:before {
  content: "\eac3";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-fire-wall .path8:before {
  content: "\eac4";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-fire-wall .path9:before {
  content: "\eac5";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-fo-fire-wall .path10:before {
  content: "\eac6";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-fire-wall .path11:before {
  content: "\eac7";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-fire-wall .path12:before {
  content: "\eac8";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-fire-wall .path13:before {
  content: "\eac9";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-fo-fire-wall .path14:before {
  content: "\eaca";
  margin-left: -1em;
  color: rgb(228, 194, 144);
}
.icon-fo-firmware .path1:before {
  content: "\eacb";
  color: rgb(243, 243, 243);
}
.icon-fo-firmware .path2:before {
  content: "\eacc";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-fo-firmware .path3:before {
  content: "\eacd";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-firmware .path4:before {
  content: "\eace";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-firmware .path5:before {
  content: "\eacf";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-fo-firmware .path6:before {
  content: "\ead0";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-fo-firmware .path7:before {
  content: "\ead1";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-fo-firmware .path8:before {
  content: "\ead2";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-fo-firmware .path9:before {
  content: "\ead3";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-fo-firmware-hardware-details .path1:before {
  content: "\ead4";
  color: rgb(25, 118, 210);
}
.icon-fo-firmware-hardware-details .path2:before {
  content: "\ead5";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-fo-firmware-hardware-details .path3:before {
  content: "\ead6";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-firmware-hardware-details .path4:before {
  content: "\ead7";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-fo-firmware-hardware-details .path5:before {
  content: "\ead8";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-firmware-hardware-details .path6:before {
  content: "\ead9";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-fo-firmware-hardware-details .path7:before {
  content: "\eada";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-fo-firmware-over-the-air-updates .path1:before {
  content: "\eadb";
  color: rgb(25, 118, 210);
}
.icon-fo-firmware-over-the-air-updates .path2:before {
  content: "\eadc";
  margin-left: -0.75em;
  color: rgb(25, 118, 210);
}
.icon-fo-firmware-over-the-air-updates .path3:before {
  content: "\eadd";
  margin-left: -0.75em;
  color: rgb(211, 142, 42);
}
.icon-fo-firmware-over-the-air-updates .path4:before {
  content: "\eade";
  margin-left: -0.75em;
  color: rgb(211, 142, 42);
}
.icon-fo-firmware-over-the-air-updates .path5:before {
  content: "\eadf";
  margin-left: -0.75em;
  color: rgb(211, 142, 42);
}
.icon-fo-firmware-over-the-air-updates .path6:before {
  content: "\eae0";
  margin-left: -0.75em;
  color: rgb(25, 118, 210);
}
.icon-fo-firmware-over-the-air-updates .path7:before {
  content: "\eae1";
  margin-left: -0.75em;
  color: rgb(25, 118, 210);
}
.icon-fo-firmware-over-the-air-updates .path8:before {
  content: "\eae2";
  margin-left: -0.75em;
  color: rgb(211, 142, 42);
}
.icon-fo-firmware-over-the-air-updates .path9:before {
  content: "\eae3";
  margin-left: -0.75em;
  color: rgb(211, 142, 42);
}
.icon-fo-firmware-over-the-air-updates .path10:before {
  content: "\eae4";
  margin-left: -0.75em;
  color: rgb(211, 142, 42);
}
.icon-fo-firmware-over-the-air-updates .path11:before {
  content: "\eae5";
  margin-left: -0.75em;
  color: rgb(94, 159, 223);
}
.icon-fo-fixing .path1:before {
  content: "\eae6";
  color: rgb(228, 194, 144);
}
.icon-fo-fixing .path2:before {
  content: "\eae7";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-fixing .path3:before {
  content: "\eae8";
  margin-left: -1em;
  color: rgb(228, 194, 144);
}
.icon-fo-fixing .path4:before {
  content: "\eae9";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-fixing .path5:before {
  content: "\eaea";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-fo-fixing .path6:before {
  content: "\eaeb";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-fo-fixing .path7:before {
  content: "\eaec";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-fixing .path8:before {
  content: "\eaed";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-fixing .path9:before {
  content: "\eaee";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-fixing .path10:before {
  content: "\eaef";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-fo-flash-sale .path1:before {
  content: "\eaf0";
  color: rgb(94, 159, 223);
}
.icon-fo-flash-sale .path2:before {
  content: "\eaf1";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-flash-sale .path3:before {
  content: "\eaf2";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-flash-sale .path4:before {
  content: "\eaf3";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-fo-flash-sale .path5:before {
  content: "\eaf4";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-flash-sale .path6:before {
  content: "\eaf5";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-flash-sale .path7:before {
  content: "\eaf6";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-fo-flash-sale .path8:before {
  content: "\eaf7";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-flow .path1:before {
  content: "\eaf8";
  color: rgb(211, 142, 42);
}
.icon-fo-flow .path2:before {
  content: "\eaf9";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-fo-flow .path3:before {
  content: "\eafa";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-flow .path4:before {
  content: "\eafb";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-flow .path5:before {
  content: "\eafc";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-flow .path6:before {
  content: "\eafd";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-flow .path7:before {
  content: "\eafe";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-folder-1 .path1:before {
  content: "\eaff";
  color: rgb(228, 194, 144);
}
.icon-fo-folder-1 .path2:before {
  content: "\eb00";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-folder-1 .path3:before {
  content: "\eb01";
  margin-left: -1em;
  color: rgb(228, 194, 144);
}
.icon-fo-folder-1 .path4:before {
  content: "\eb02";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-fo-folder-1 .path5:before {
  content: "\eb03";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-folder-1 .path6:before {
  content: "\eb04";
  margin-left: -1em;
  color: rgb(228, 194, 144);
}
.icon-fo-folder-1 .path7:before {
  content: "\eb05";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-fo-folder-1 .path8:before {
  content: "\eb06";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-fo-folder-1 .path9:before {
  content: "\eb07";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-folder-1 .path10:before {
  content: "\eb08";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-folder-1 .path11:before {
  content: "\eb09";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-folder-1 .path12:before {
  content: "\eb0a";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-folder-1 .path13:before {
  content: "\eb0b";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-folder-1 .path14:before {
  content: "\eb0c";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-folder-1 .path15:before {
  content: "\eb0d";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-folder-1 .path16:before {
  content: "\eb0e";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-folder-1 .path17:before {
  content: "\eb0f";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-fo-folder-1 .path18:before {
  content: "\eb10";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-fo-folder-2 .path1:before {
  content: "\eb11";
  color: rgb(217, 217, 217);
}
.icon-fo-folder-2 .path2:before {
  content: "\eb12";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-folder-2 .path3:before {
  content: "\eb13";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-folder-2 .path4:before {
  content: "\eb14";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-folder-2 .path5:before {
  content: "\eb15";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-fo-folder-2 .path6:before {
  content: "\eb16";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-fo-folder-2 .path7:before {
  content: "\eb17";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-fo-folder-2 .path8:before {
  content: "\eb18";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-fo-folder-2 .path9:before {
  content: "\eb19";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-fo-folder-2 .path10:before {
  content: "\eb1a";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-fo-folder-3 .path1:before {
  content: "\eb1b";
  color: rgb(228, 194, 144);
}
.icon-fo-folder-3 .path2:before {
  content: "\eb1c";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-fo-folder-3 .path3:before {
  content: "\eb1d";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-fo-folder-3 .path4:before {
  content: "\eb1e";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-folder-3 .path5:before {
  content: "\eb1f";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-fo-folder-3 .path6:before {
  content: "\eb20";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-folder-3 .path7:before {
  content: "\eb21";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-fo-folder-3 .path8:before {
  content: "\eb22";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-folder-3 .path9:before {
  content: "\eb23";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-fo-folder-3 .path10:before {
  content: "\eb24";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-fo-folder-3 .path11:before {
  content: "\eb25";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-folder-3 .path12:before {
  content: "\eb26";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-folder-3 .path13:before {
  content: "\eb27";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-fo-folder-3 .path14:before {
  content: "\eb28";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-folder-3 .path15:before {
  content: "\eb29";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-folder-3 .path16:before {
  content: "\eb2a";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-folder-3 .path17:before {
  content: "\eb2b";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-folder-4 .path1:before {
  content: "\eb2c";
  color: rgb(228, 194, 144);
}
.icon-fo-folder-4 .path2:before {
  content: "\eb2d";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-folder-4 .path3:before {
  content: "\eb2e";
  margin-left: -1em;
  color: rgb(228, 194, 144);
}
.icon-fo-folder-4 .path4:before {
  content: "\eb2f";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-fo-folder-4 .path5:before {
  content: "\eb30";
  margin-left: -1em;
  color: rgb(228, 194, 144);
}
.icon-fo-folder-4 .path6:before {
  content: "\eb31";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-fo-folder-4 .path7:before {
  content: "\eb32";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-fo-folder-4 .path8:before {
  content: "\eb33";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-folder-4 .path9:before {
  content: "\eb34";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-folder-4 .path10:before {
  content: "\eb35";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-fo-folder-4 .path11:before {
  content: "\eb36";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-folder-4 .path12:before {
  content: "\eb37";
  margin-left: -1em;
  color: rgb(228, 194, 144);
}
.icon-fo-folder-5 .path1:before {
  content: "\eb38";
  color: rgb(94, 159, 223);
}
.icon-fo-folder-5 .path2:before {
  content: "\eb39";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-folder-5 .path3:before {
  content: "\eb3a";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-folder-5 .path4:before {
  content: "\eb3b";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-fo-folder-5 .path5:before {
  content: "\eb3c";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-fo-folder-5 .path6:before {
  content: "\eb3d";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-fo-folder-5 .path7:before {
  content: "\eb3e";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-fo-folder-5 .path8:before {
  content: "\eb3f";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-folder-6 .path1:before {
  content: "\eb40";
  color: rgb(228, 194, 144);
}
.icon-fo-folder-6 .path2:before {
  content: "\eb41";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-fo-folder-6 .path3:before {
  content: "\eb42";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-folder-6 .path4:before {
  content: "\eb43";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-fo-folder-6 .path5:before {
  content: "\eb44";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-fo-folder-6 .path6:before {
  content: "\eb45";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-folder-6 .path7:before {
  content: "\eb46";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-folder-6 .path8:before {
  content: "\eb47";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-folder-6 .path9:before {
  content: "\eb48";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-folder-6 .path10:before {
  content: "\eb49";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-folder-6 .path11:before {
  content: "\eb4a";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-folder-6 .path12:before {
  content: "\eb4b";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-fo-folder-6 .path13:before {
  content: "\eb4c";
  margin-left: -1em;
  color: rgb(228, 194, 144);
}
.icon-fo-folder-6 .path14:before {
  content: "\eb4d";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-fo-folder-6 .path15:before {
  content: "\eb4e";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-folder-6 .path16:before {
  content: "\eb4f";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-folder-delivery .path1:before {
  content: "\eb50";
  color: rgb(94, 159, 223);
}
.icon-fo-folder-delivery .path2:before {
  content: "\eb51";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-fo-folder-delivery .path3:before {
  content: "\eb52";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-fo-folder-delivery .path4:before {
  content: "\eb53";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-folder-delivery .path5:before {
  content: "\eb54";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-fo-folder-delivery .path6:before {
  content: "\eb55";
  margin-left: -1em;
  color: rgb(200, 200, 200);
}
.icon-fo-folder-delivery .path7:before {
  content: "\eb56";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-fo-folder-delivery .path8:before {
  content: "\eb57";
  margin-left: -1em;
  color: rgb(253, 253, 253);
}
.icon-fo-folder-delivery .path9:before {
  content: "\eb58";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-fo-folder-delivery .path10:before {
  content: "\eb59";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-fo-folder-delivery .path11:before {
  content: "\eb5a";
  margin-left: -1em;
  color: rgb(200, 200, 200);
}
.icon-fo-folder-delivery .path12:before {
  content: "\eb5b";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-folder-delivery .path13:before {
  content: "\eb5c";
  margin-left: -1em;
  color: rgb(200, 200, 200);
}
.icon-fo-folder-delivery .path14:before {
  content: "\eb5d";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-fo-folder-delivery .path15:before {
  content: "\eb5e";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-fo-folder-delivery .path16:before {
  content: "\eb5f";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-fo-folder-delivery .path17:before {
  content: "\eb60";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-fo-folders .path1:before {
  content: "\eb61";
  color: rgb(25, 118, 210);
}
.icon-fo-folders .path2:before {
  content: "\eb62";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-folders .path3:before {
  content: "\eb63";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-fo-folders .path4:before {
  content: "\eb64";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-fo-folders .path5:before {
  content: "\eb65";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-folders .path6:before {
  content: "\eb66";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-folders .path7:before {
  content: "\eb67";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-fo-folders .path8:before {
  content: "\eb68";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-fo-folders .path9:before {
  content: "\eb69";
  margin-left: -1em;
  color: rgb(228, 194, 144);
}
.icon-fo-folders .path10:before {
  content: "\eb6a";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-fo-folders .path11:before {
  content: "\eb6b";
  margin-left: -1em;
  color: rgb(228, 194, 144);
}
.icon-fo-folders .path12:before {
  content: "\eb6c";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-fo-folder-structure .path1:before {
  content: "\eb6d";
  color: rgb(228, 194, 144);
}
.icon-fo-folder-structure .path2:before {
  content: "\eb6e";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-fo-folder-structure .path3:before {
  content: "\eb6f";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-folder-structure .path4:before {
  content: "\eb70";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-fo-folder-structure .path5:before {
  content: "\eb71";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-fo-folder-structure .path6:before {
  content: "\eb72";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-fo-folder-structure .path7:before {
  content: "\eb73";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-fo-folder-structure .path8:before {
  content: "\eb74";
  margin-left: -1em;
  color: rgb(228, 194, 144);
}
.icon-fo-folder-structure .path9:before {
  content: "\eb75";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-fo-folder-structure .path10:before {
  content: "\eb76";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-fo-folder-structure .path11:before {
  content: "\eb77";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-folder-structure .path12:before {
  content: "\eb78";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-folder-structure .path13:before {
  content: "\eb79";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-folder-structure .path14:before {
  content: "\eb7a";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-fo-food-delivery-1 .path1:before {
  content: "\eb7b";
  color: rgb(228, 194, 144);
}
.icon-fo-food-delivery-1 .path2:before {
  content: "\eb7c";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-fo-food-delivery-1 .path3:before {
  content: "\eb7d";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-food-delivery-1 .path4:before {
  content: "\eb7e";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-fo-food-delivery-1 .path5:before {
  content: "\eb7f";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-food-delivery-1 .path6:before {
  content: "\eb80";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-fo-food-delivery-1 .path7:before {
  content: "\eb81";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-food-delivery-1 .path8:before {
  content: "\eb82";
  margin-left: -1em;
  color: rgb(228, 194, 144);
}
.icon-fo-food-delivery-1 .path9:before {
  content: "\eb83";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-fo-food-delivery-1 .path10:before {
  content: "\eb84";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-fo-food-delivery-1 .path11:before {
  content: "\eb85";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-food-delivery-1 .path12:before {
  content: "\eb86";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-food-delivery-1 .path13:before {
  content: "\eb87";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-food-delivery-1 .path14:before {
  content: "\eb88";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-fo-gallery-1 .path1:before {
  content: "\eb89";
  color: rgb(94, 159, 223);
}
.icon-fo-gallery-1 .path2:before {
  content: "\eb8a";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-gallery-1 .path3:before {
  content: "\eb8b";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-fo-gallery-1 .path4:before {
  content: "\eb8c";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-gallery-1 .path5:before {
  content: "\eb8d";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-fo-gallery-1 .path6:before {
  content: "\eb8e";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-fo-gallery-1 .path7:before {
  content: "\eb8f";
  margin-left: -1em;
  color: rgb(200, 200, 200);
}
.icon-fo-gallery-1 .path8:before {
  content: "\eb90";
  margin-left: -1em;
  color: rgb(200, 200, 200);
}
.icon-fo-gallery-1 .path9:before {
  content: "\eb91";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-fo-gallery-1 .path10:before {
  content: "\eb92";
  margin-left: -1em;
  color: rgb(200, 200, 200);
}
.icon-fo-gallery-1 .path11:before {
  content: "\eb93";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-fo-gallery-1 .path12:before {
  content: "\eb94";
  margin-left: -1em;
  color: rgb(200, 200, 200);
}
.icon-fo-gallery-1 .path13:before {
  content: "\eb95";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-fo-gallery-1 .path14:before {
  content: "\eb96";
  margin-left: -1em;
  color: rgb(200, 200, 200);
}
.icon-fo-gallery-1 .path15:before {
  content: "\eb97";
  margin-left: -1em;
  color: rgb(200, 200, 200);
}
.icon-fo-gallery-1 .path16:before {
  content: "\eb98";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-fo-gallery-1 .path17:before {
  content: "\eb99";
  margin-left: -1em;
  color: rgb(175, 174, 174);
}
.icon-fo-gallery-1 .path18:before {
  content: "\eb9a";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-gallery-1 .path19:before {
  content: "\eb9b";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-gallery-1 .path20:before {
  content: "\eb9c";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-gallery-1 .path21:before {
  content: "\eb9d";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-gallery-2 .path1:before {
  content: "\eb9e";
  color: rgb(94, 159, 223);
}
.icon-fo-gallery-2 .path2:before {
  content: "\eb9f";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-fo-gallery-2 .path3:before {
  content: "\eba0";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-fo-gallery-2 .path4:before {
  content: "\eba1";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-gallery-2 .path5:before {
  content: "\eba2";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-fo-gallery-2 .path6:before {
  content: "\eba3";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-gallery-2 .path7:before {
  content: "\eba4";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-fo-gallery-2 .path8:before {
  content: "\eba5";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-fo-gallery-2 .path9:before {
  content: "\eba6";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-fo-gallery-2 .path10:before {
  content: "\eba7";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-fo-gallery-2 .path11:before {
  content: "\eba8";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-fo-gallery-2 .path12:before {
  content: "\eba9";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-fo-gallery-2 .path13:before {
  content: "\ebaa";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-fo-gallery-2 .path14:before {
  content: "\ebab";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-fo-gear .path1:before {
  content: "\ebac";
  color: rgb(211, 142, 42);
}
.icon-fo-gear .path2:before {
  content: "\ebad";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-gear .path3:before {
  content: "\ebae";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-fo-gear .path4:before {
  content: "\ebaf";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-fo-gear .path5:before {
  content: "\ebb0";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-fo-gear .path6:before {
  content: "\ebb1";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-gear .path7:before {
  content: "\ebb2";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-gears-1 .path1:before {
  content: "\ebb3";
  color: rgb(211, 142, 42);
}
.icon-fo-gears-1 .path2:before {
  content: "\ebb4";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-gears-1 .path3:before {
  content: "\ebb5";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-fo-gears-1 .path4:before {
  content: "\ebb6";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-fo-gears-1 .path5:before {
  content: "\ebb7";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-fo-gears-1 .path6:before {
  content: "\ebb8";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-fo-gears-2 .path1:before {
  content: "\ebb9";
  color: rgb(25, 118, 210);
}
.icon-fo-gears-2 .path2:before {
  content: "\ebba";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-fo-gift .path1:before {
  content: "\ebbb";
  color: rgb(94, 159, 223);
}
.icon-fo-gift .path2:before {
  content: "\ebbc";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-gift .path3:before {
  content: "\ebbd";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-fo-gift .path4:before {
  content: "\ebbe";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-gift .path5:before {
  content: "\ebbf";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-fo-gift .path6:before {
  content: "\ebc0";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-gift .path7:before {
  content: "\ebc1";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-fo-gift .path8:before {
  content: "\ebc2";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-gift .path9:before {
  content: "\ebc3";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-gift .path10:before {
  content: "\ebc4";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-gift .path11:before {
  content: "\ebc5";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-gift .path12:before {
  content: "\ebc6";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-gift .path13:before {
  content: "\ebc7";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-gift .path14:before {
  content: "\ebc8";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-gift .path15:before {
  content: "\ebc9";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-gift .path16:before {
  content: "\ebca";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-gift .path17:before {
  content: "\ebcb";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-gift .path18:before {
  content: "\ebcc";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-gift .path19:before {
  content: "\ebcd";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-gift .path20:before {
  content: "\ebce";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-gift .path21:before {
  content: "\ebcf";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-gift .path22:before {
  content: "\ebd0";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-gift .path23:before {
  content: "\ebd1";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-gift .path24:before {
  content: "\ebd2";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-gift .path25:before {
  content: "\ebd3";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-fo-gift .path26:before {
  content: "\ebd4";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-fo-gift .path27:before {
  content: "\ebd5";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-gift .path28:before {
  content: "\ebd6";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-gift .path29:before {
  content: "\ebd7";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-fo-globe-1 .path1:before {
  content: "\ebd8";
  color: rgb(94, 159, 223);
}
.icon-fo-globe-1 .path2:before {
  content: "\ebd9";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-fo-globe-1 .path3:before {
  content: "\ebda";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-globe-1 .path4:before {
  content: "\ebdb";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-globe-1 .path5:before {
  content: "\ebdc";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-globe-1 .path6:before {
  content: "\ebdd";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-fo-globe-1 .path7:before {
  content: "\ebde";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-fo-globe-1 .path8:before {
  content: "\ebdf";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-fo-globe-2 .path1:before {
  content: "\ebe0";
  color: rgb(94, 159, 223);
}
.icon-fo-globe-2 .path2:before {
  content: "\ebe1";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-globe-2 .path3:before {
  content: "\ebe2";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-fo-globe-2 .path4:before {
  content: "\ebe3";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-globe-2 .path5:before {
  content: "\ebe4";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-fo-globe-2 .path6:before {
  content: "\ebe5";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-fo-globe-2 .path7:before {
  content: "\ebe6";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-fo-globe-2 .path8:before {
  content: "\ebe7";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-globe-2 .path9:before {
  content: "\ebe8";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-fo-globe-2 .path10:before {
  content: "\ebe9";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-globe-2 .path11:before {
  content: "\ebea";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-fo-globe-2 .path12:before {
  content: "\ebeb";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-fo-globe-2 .path13:before {
  content: "\ebec";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-globe-2 .path14:before {
  content: "\ebed";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-fo-globe-2 .path15:before {
  content: "\ebee";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-globe-2 .path16:before {
  content: "\ebef";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-fo-globe-2 .path17:before {
  content: "\ebf0";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-fo-globe-2 .path18:before {
  content: "\ebf1";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-fo-good-review .path1:before {
  content: "\ebf2";
  color: rgb(94, 159, 223);
}
.icon-fo-good-review .path2:before {
  content: "\ebf3";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-good-review .path3:before {
  content: "\ebf4";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-good-review .path4:before {
  content: "\ebf5";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-good-review .path5:before {
  content: "\ebf6";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-fo-good-review .path6:before {
  content: "\ebf7";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-good-review .path7:before {
  content: "\ebf8";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-good-review .path8:before {
  content: "\ebf9";
  margin-left: -1em;
  color: rgb(228, 194, 144);
}
.icon-fo-good-review .path9:before {
  content: "\ebfa";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-fo-good-review .path10:before {
  content: "\ebfb";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-fo-good-review .path11:before {
  content: "\ebfc";
  margin-left: -1em;
  color: rgb(228, 194, 144);
}
.icon-fo-good-review .path12:before {
  content: "\ebfd";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-good-review .path13:before {
  content: "\ebfe";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-good-review .path14:before {
  content: "\ebff";
  margin-left: -1em;
  color: rgb(228, 194, 144);
}
.icon-fo-good-review .path15:before {
  content: "\ec00";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-fo-good-review .path16:before {
  content: "\ec01";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-fo-good-review .path17:before {
  content: "\ec02";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-fo-gps .path1:before {
  content: "\ec03";
  color: rgb(94, 159, 223);
}
.icon-fo-gps .path2:before {
  content: "\ec04";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-fo-gps .path3:before {
  content: "\ec05";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-gps .path4:before {
  content: "\ec06";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-fo-gps .path5:before {
  content: "\ec07";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-gps .path6:before {
  content: "\ec08";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-gps .path7:before {
  content: "\ec09";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-fo-gps .path8:before {
  content: "\ec0a";
  margin-left: -1em;
  color: rgb(228, 194, 144);
}
.icon-fo-gps .path9:before {
  content: "\ec0b";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-fo-gps .path10:before {
  content: "\ec0c";
  margin-left: -1em;
  color: rgb(228, 194, 144);
}
.icon-fo-gps .path11:before {
  content: "\ec0d";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-gps .path12:before {
  content: "\ec0e";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-gps .path13:before {
  content: "\ec0f";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-fo-gps .path14:before {
  content: "\ec10";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-fo-green-house .path1:before {
  content: "\ec11";
  color: rgb(243, 243, 243);
}
.icon-fo-green-house .path2:before {
  content: "\ec12";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-fo-green-house .path3:before {
  content: "\ec13";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-fo-green-house .path4:before {
  content: "\ec14";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-fo-green-house .path5:before {
  content: "\ec15";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-fo-green-house .path6:before {
  content: "\ec16";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-fo-green-house .path7:before {
  content: "\ec17";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-fo-green-house .path8:before {
  content: "\ec18";
  margin-left: -1em;
  color: rgb(200, 200, 200);
}
.icon-fo-green-house .path9:before {
  content: "\ec19";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-green-house .path10:before {
  content: "\ec1a";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-fo-green-house .path11:before {
  content: "\ec1b";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-fo-green-house .path12:before {
  content: "\ec1c";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-fo-green-house .path13:before {
  content: "\ec1d";
  margin-left: -1em;
  color: rgb(200, 200, 200);
}
.icon-fo-green-house .path14:before {
  content: "\ec1e";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-fo-green-house .path15:before {
  content: "\ec1f";
  margin-left: -1em;
  color: rgb(253, 253, 253);
}
.icon-fo-grow-dollar .path1:before {
  content: "\ec20";
  color: rgb(94, 159, 223);
}
.icon-fo-grow-dollar .path2:before {
  content: "\ec21";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-grow-dollar .path3:before {
  content: "\ec22";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-grow-dollar .path4:before {
  content: "\ec23";
  margin-left: -1em;
  color: rgb(253, 253, 253);
}
.icon-fo-grow-dollar .path5:before {
  content: "\ec24";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-grow-dollar .path6:before {
  content: "\ec25";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-grow-dollar .path7:before {
  content: "\ec26";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-grow-dollar .path8:before {
  content: "\ec27";
  margin-left: -1em;
  color: rgb(228, 194, 144);
}
.icon-fo-grow-dollar .path9:before {
  content: "\ec28";
  margin-left: -1em;
  color: rgb(228, 194, 144);
}
.icon-fo-grow-dollar .path10:before {
  content: "\ec29";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-fo-grow-dollar .path11:before {
  content: "\ec2a";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-fo-grow-dollar .path12:before {
  content: "\ec2b";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-grow-dollar .path13:before {
  content: "\ec2c";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-grow-dollar .path14:before {
  content: "\ec2d";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-fo-grow-dollar .path15:before {
  content: "\ec2e";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-fo-grow-pound .path1:before {
  content: "\ec2f";
  color: rgb(94, 159, 223);
}
.icon-fo-grow-pound .path2:before {
  content: "\ec30";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-grow-pound .path3:before {
  content: "\ec31";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-grow-pound .path4:before {
  content: "\ec32";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-grow-pound .path5:before {
  content: "\ec33";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-grow-pound .path6:before {
  content: "\ec34";
  margin-left: -1em;
  color: rgb(228, 194, 144);
}
.icon-fo-grow-pound .path7:before {
  content: "\ec35";
  margin-left: -1em;
  color: rgb(228, 194, 144);
}
.icon-fo-grow-pound .path8:before {
  content: "\ec36";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-fo-grow-pound .path9:before {
  content: "\ec37";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-fo-grow-pound .path10:before {
  content: "\ec38";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-grow-pound .path11:before {
  content: "\ec39";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-grow-pound .path12:before {
  content: "\ec3a";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-fo-grow-pound .path13:before {
  content: "\ec3b";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-fo-grow-pound .path14:before {
  content: "\ec3c";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-grow-pound .path15:before {
  content: "\ec3d";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-grow-pound .path16:before {
  content: "\ec3e";
  margin-left: -1em;
  color: rgb(253, 253, 253);
}
.icon-fo-growth-1 .path1:before {
  content: "\ec3f";
  color: rgb(94, 159, 223);
}
.icon-fo-growth-1 .path2:before {
  content: "\ec40";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-growth-1 .path3:before {
  content: "\ec41";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-growth-1 .path4:before {
  content: "\ec42";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-growth-1 .path5:before {
  content: "\ec43";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-fo-growth-1 .path6:before {
  content: "\ec44";
  margin-left: -1em;
  color: rgb(253, 253, 253);
}
.icon-fo-growth-1 .path7:before {
  content: "\ec45";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-fo-growth-2 .path1:before {
  content: "\ec46";
  color: rgb(94, 159, 223);
}
.icon-fo-growth-2 .path2:before {
  content: "\ec47";
  margin-left: -0.875em;
  color: rgb(94, 159, 223);
}
.icon-fo-growth-2 .path3:before {
  content: "\ec48";
  margin-left: -0.875em;
  color: rgb(243, 243, 243);
}
.icon-fo-growth-2 .path4:before {
  content: "\ec49";
  margin-left: -0.875em;
  color: rgb(25, 118, 210);
}
.icon-fo-growth-2 .path5:before {
  content: "\ec4a";
  margin-left: -0.875em;
  color: rgb(243, 243, 243);
}
.icon-fo-growth-2 .path6:before {
  content: "\ec4b";
  margin-left: -0.875em;
  color: rgb(25, 118, 210);
}
.icon-fo-growth-2 .path7:before {
  content: "\ec4c";
  margin-left: -0.875em;
  color: rgb(211, 142, 42);
}
.icon-fo-growth-2 .path8:before {
  content: "\ec4d";
  margin-left: -0.875em;
  color: rgb(217, 217, 217);
}
.icon-fo-growth-2 .path9:before {
  content: "\ec4e";
  margin-left: -0.875em;
  color: rgb(25, 118, 210);
}
.icon-fo-growth-2 .path10:before {
  content: "\ec4f";
  margin-left: -0.875em;
  color: rgb(217, 217, 217);
}
.icon-fo-growth-2 .path11:before {
  content: "\ec50";
  margin-left: -0.875em;
  color: rgb(217, 217, 217);
}
.icon-fo-growth-2 .path12:before {
  content: "\ec51";
  margin-left: -0.875em;
  color: rgb(211, 142, 42);
}
.icon-fo-growth-2 .path13:before {
  content: "\ec52";
  margin-left: -0.875em;
  color: rgb(25, 118, 210);
}
.icon-fo-growth-2 .path14:before {
  content: "\ec53";
  margin-left: -0.875em;
  color: rgb(243, 243, 243);
}
.icon-fo-hand .path1:before {
  content: "\ec54";
  color: rgb(228, 194, 144);
}
.icon-fo-hand .path2:before {
  content: "\ec55";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-hand .path3:before {
  content: "\ec56";
  margin-left: -1em;
  color: rgb(228, 194, 144);
}
.icon-fo-hand .path4:before {
  content: "\ec57";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-fo-hand .path5:before {
  content: "\ec58";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-hand .path6:before {
  content: "\ec59";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-hand-laptop .path1:before {
  content: "\ec5a";
  color: rgb(94, 159, 223);
}
.icon-fo-hand-laptop .path2:before {
  content: "\ec5b";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-hand-laptop .path3:before {
  content: "\ec5c";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-hand-laptop .path4:before {
  content: "\ec5d";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-fo-hand-laptop .path5:before {
  content: "\ec5e";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-fo-hand-laptop .path6:before {
  content: "\ec5f";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-hand-laptop .path7:before {
  content: "\ec60";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-hand-laptop .path8:before {
  content: "\ec61";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-fo-hand-laptop .path9:before {
  content: "\ec62";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-fo-hand-laptop .path10:before {
  content: "\ec63";
  margin-left: -1em;
  color: rgb(228, 194, 144);
}
.icon-fo-hand-laptop .path11:before {
  content: "\ec64";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-fo-hand-laptop .path12:before {
  content: "\ec65";
  margin-left: -1em;
  color: rgb(228, 194, 144);
}
.icon-fo-hand-laptop .path13:before {
  content: "\ec66";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-fo-hand-laptop .path14:before {
  content: "\ec67";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-hand-laptop .path15:before {
  content: "\ec68";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-fo-hand-laptop .path16:before {
  content: "\ec69";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-fo-headphone-information .path1:before {
  content: "\ec6a";
  color: rgb(211, 142, 42);
}
.icon-fo-headphone-information .path2:before {
  content: "\ec6b";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-fo-headphone-information .path3:before {
  content: "\ec6c";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-fo-headphone-information .path4:before {
  content: "\ec6d";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-fo-headphone-information .path5:before {
  content: "\ec6e";
  margin-left: -1em;
  color: rgb(228, 194, 144);
}
.icon-fo-headphone-information .path6:before {
  content: "\ec6f";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-headphone-information .path7:before {
  content: "\ec70";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-headphone-information .path8:before {
  content: "\ec71";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-fo-headphone-information .path9:before {
  content: "\ec72";
  margin-left: -1em;
  color: rgb(228, 194, 144);
}
.icon-fo-headphone-information .path10:before {
  content: "\ec73";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-headphone-information .path11:before {
  content: "\ec74";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-headphone-information .path12:before {
  content: "\ec75";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-headphone-information .path13:before {
  content: "\ec76";
  margin-left: -1em;
  color: rgb(228, 194, 144);
}
.icon-fo-headphone-information .path14:before {
  content: "\ec77";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-headphone-information .path15:before {
  content: "\ec78";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-fo-headphone-information .path16:before {
  content: "\ec79";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-fo-headphone-information .path17:before {
  content: "\ec7a";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-headphone-information .path18:before {
  content: "\ec7b";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-fo-headphone-question .path1:before {
  content: "\ec7c";
  color: rgb(211, 142, 42);
}
.icon-fo-headphone-question .path2:before {
  content: "\ec7d";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-fo-headphone-question .path3:before {
  content: "\ec7e";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-fo-headphone-question .path4:before {
  content: "\ec7f";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-fo-headphone-question .path5:before {
  content: "\ec80";
  margin-left: -1em;
  color: rgb(228, 194, 144);
}
.icon-fo-headphone-question .path6:before {
  content: "\ec81";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-headphone-question .path7:before {
  content: "\ec82";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-headphone-question .path8:before {
  content: "\ec83";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-fo-headphone-question .path9:before {
  content: "\ec84";
  margin-left: -1em;
  color: rgb(228, 194, 144);
}
.icon-fo-headphone-question .path10:before {
  content: "\ec85";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-headphone-question .path11:before {
  content: "\ec86";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-headphone-question .path12:before {
  content: "\ec87";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-headphone-question .path13:before {
  content: "\ec88";
  margin-left: -1em;
  color: rgb(228, 194, 144);
}
.icon-fo-headphone-question .path14:before {
  content: "\ec89";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-headphone-question .path15:before {
  content: "\ec8a";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-fo-headphone-question .path16:before {
  content: "\ec8b";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-fo-headphone-question .path17:before {
  content: "\ec8c";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-fo-headphone-question .path18:before {
  content: "\ec8d";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-fo-headphone-question .path19:before {
  content: "\ec8e";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-fo-headphone-question .path20:before {
  content: "\ec8f";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-headphone-question .path21:before {
  content: "\ec90";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-fo-heartbeat .path1:before {
  content: "\ec91";
  color: rgb(25, 118, 210);
}
.icon-fo-heartbeat .path2:before {
  content: "\ec92";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-heartbeat .path3:before {
  content: "\ec93";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-fo-heartbeat .path4:before {
  content: "\ec94";
  margin-left: -1em;
  color: rgb(253, 253, 253);
}
.icon-fo-heartbeat .path5:before {
  content: "\ec95";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-fo-heartrate .path1:before {
  content: "\ec96";
  color: rgb(25, 118, 210);
}
.icon-fo-heartrate .path2:before {
  content: "\ec97";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-fo-heartrate .path3:before {
  content: "\ec98";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-heartrate .path4:before {
  content: "\ec99";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-heartrate .path5:before {
  content: "\ec9a";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-heartrate .path6:before {
  content: "\ec9b";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-fo-heartrate .path7:before {
  content: "\ec9c";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-heartrate .path8:before {
  content: "\ec9d";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-fo-heartrate .path9:before {
  content: "\ec9e";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-heartrate .path10:before {
  content: "\ec9f";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-fo-heartrate .path11:before {
  content: "\eca0";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-fo-heartrate .path12:before {
  content: "\eca1";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-heartrate .path13:before {
  content: "\eca2";
  margin-left: -1em;
  color: rgb(228, 194, 144);
}
.icon-fo-help-resource .path1:before {
  content: "\eca3";
  color: rgb(243, 243, 243);
}
.icon-fo-help-resource .path2:before {
  content: "\eca4";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-fo-help-resource .path3:before {
  content: "\eca5";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-fo-help-resource .path4:before {
  content: "\eca6";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-fo-help-resource .path5:before {
  content: "\eca7";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-help-resource .path6:before {
  content: "\eca8";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-fo-help-resource .path7:before {
  content: "\eca9";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-help-resource .path8:before {
  content: "\ecaa";
  margin-left: -1em;
  color: rgb(228, 194, 144);
}
.icon-fo-help-resource .path9:before {
  content: "\ecab";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-hologram .path1:before {
  content: "\ecac";
  color: rgb(25, 118, 210);
}
.icon-fo-hologram .path2:before {
  content: "\ecad";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-fo-hologram .path3:before {
  content: "\ecae";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-hologram .path4:before {
  content: "\ecaf";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-hologram .path5:before {
  content: "\ecb0";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-hologram .path6:before {
  content: "\ecb1";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-hologram .path7:before {
  content: "\ecb2";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-hologram .path8:before {
  content: "\ecb3";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-hologram .path9:before {
  content: "\ecb4";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-hologram .path10:before {
  content: "\ecb5";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-fo-hot-coffee .path1:before {
  content: "\ecb6";
  color: rgb(243, 243, 243);
}
.icon-fo-hot-coffee .path2:before {
  content: "\ecb7";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-fo-hot-coffee .path3:before {
  content: "\ecb8";
  margin-left: -1em;
  color: rgb(200, 200, 200);
}
.icon-fo-hot-coffee .path4:before {
  content: "\ecb9";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-fo-hot-coffee .path5:before {
  content: "\ecba";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-fo-hot-coffee .path6:before {
  content: "\ecbb";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-fo-hot-coffee .path7:before {
  content: "\ecbc";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-fo-hot-coffee .path8:before {
  content: "\ecbd";
  margin-left: -1em;
  color: rgb(228, 194, 144);
}
.icon-fo-hot-coffee .path9:before {
  content: "\ecbe";
  margin-left: -1em;
  color: rgb(228, 194, 144);
}
.icon-fo-hot-coffee .path10:before {
  content: "\ecbf";
  margin-left: -1em;
  color: rgb(228, 194, 144);
}
.icon-fo-hot-coffee .path11:before {
  content: "\ecc0";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-fo-hot-coffee .path12:before {
  content: "\ecc1";
  margin-left: -1em;
  color: rgb(228, 194, 144);
}
.icon-fo-hot-coffee .path13:before {
  content: "\ecc2";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-fo-hot-coffee .path14:before {
  content: "\ecc3";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-hot-coffee .path15:before {
  content: "\ecc4";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-hot-coffee .path16:before {
  content: "\ecc5";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-hot-coffee .path17:before {
  content: "\ecc6";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-hot-coffee .path18:before {
  content: "\ecc7";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-fo-how-to-video .path1:before {
  content: "\ecc8";
  color: rgb(25, 118, 210);
}
.icon-fo-how-to-video .path2:before {
  content: "\ecc9";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-how-to-video .path3:before {
  content: "\ecca";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-fo-how-to-video .path4:before {
  content: "\eccb";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-fo-how-to-video .path5:before {
  content: "\eccc";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-how-to-video .path6:before {
  content: "\eccd";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-how-to-video .path7:before {
  content: "\ecce";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-fo-how-to-video .path8:before {
  content: "\eccf";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-fo-how-to-video .path9:before {
  content: "\ecd0";
  margin-left: -1em;
  color: rgb(228, 194, 144);
}
.icon-fo-how-to-video .path10:before {
  content: "\ecd1";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-how-to-video .path11:before {
  content: "\ecd2";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-fo-how-to-video .path12:before {
  content: "\ecd3";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-how-to-video .path13:before {
  content: "\ecd4";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-how-to-video .path14:before {
  content: "\ecd5";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-how-to-video .path15:before {
  content: "\ecd6";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-how-to-written .path1:before {
  content: "\ecd7";
  color: rgb(25, 118, 210);
}
.icon-fo-how-to-written .path2:before {
  content: "\ecd8";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-fo-how-to-written .path3:before {
  content: "\ecd9";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-fo-how-to-written .path4:before {
  content: "\ecda";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-fo-how-to-written .path5:before {
  content: "\ecdb";
  margin-left: -1em;
  color: rgb(200, 200, 200);
}
.icon-fo-how-to-written .path6:before {
  content: "\ecdc";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-fo-how-to-written .path7:before {
  content: "\ecdd";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-fo-how-to-written .path8:before {
  content: "\ecde";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-fo-how-to-written .path9:before {
  content: "\ecdf";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-how-to-written .path10:before {
  content: "\ece0";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-fo-how-to-written .path11:before {
  content: "\ece1";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-fo-html .path1:before {
  content: "\ece2";
  color: rgb(211, 142, 42);
}
.icon-fo-html .path2:before {
  content: "\ece3";
  margin-left: -1em;
  color: rgb(228, 194, 144);
}
.icon-fo-html .path3:before {
  content: "\ece4";
  margin-left: -1em;
  color: rgb(228, 194, 144);
}
.icon-fo-html .path4:before {
  content: "\ece5";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-fo-html .path5:before {
  content: "\ece6";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-fo-html .path6:before {
  content: "\ece7";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-html .path7:before {
  content: "\ece8";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-html .path8:before {
  content: "\ece9";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-html .path9:before {
  content: "\ecea";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-html .path10:before {
  content: "\eceb";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-html .path11:before {
  content: "\ecec";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-html .path12:before {
  content: "\eced";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-html .path13:before {
  content: "\ecee";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-fo-html .path14:before {
  content: "\ecef";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-fo-human-source .path1:before {
  content: "\ecf0";
  color: rgb(94, 159, 223);
}
.icon-fo-human-source .path2:before {
  content: "\ecf1";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-human-source .path3:before {
  content: "\ecf2";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-fo-human-source .path4:before {
  content: "\ecf3";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-fo-human-source .path5:before {
  content: "\ecf4";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-human-source .path6:before {
  content: "\ecf5";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-human-source .path7:before {
  content: "\ecf6";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-fo-human-source .path8:before {
  content: "\ecf7";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-fo-human-source .path9:before {
  content: "\ecf8";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-fo-human-source .path10:before {
  content: "\ecf9";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-fo-idea-1 .path1:before {
  content: "\ecfa";
  color: rgb(25, 118, 210);
}
.icon-fo-idea-1 .path2:before {
  content: "\ecfb";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-idea-1 .path3:before {
  content: "\ecfc";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-fo-idea-1 .path4:before {
  content: "\ecfd";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-fo-idea-1 .path5:before {
  content: "\ecfe";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-idea-1 .path6:before {
  content: "\ecff";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-fo-idea-1 .path7:before {
  content: "\ed00";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-fo-idea-1 .path8:before {
  content: "\ed01";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-idea-1 .path9:before {
  content: "\ed02";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-idea-1 .path10:before {
  content: "\ed03";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-fo-idea-1 .path11:before {
  content: "\ed04";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-idea-1 .path12:before {
  content: "\ed05";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-fo-idea-1 .path13:before {
  content: "\ed06";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-idea-2 .path1:before {
  content: "\ed07";
  color: rgb(228, 194, 144);
}
.icon-fo-idea-2 .path2:before {
  content: "\ed08";
  margin-left: -1em;
  color: rgb(228, 194, 144);
}
.icon-fo-idea-2 .path3:before {
  content: "\ed09";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-idea-2 .path4:before {
  content: "\ed0a";
  margin-left: -1em;
  color: rgb(228, 194, 144);
}
.icon-fo-idea-2 .path5:before {
  content: "\ed0b";
  margin-left: -1em;
  color: rgb(228, 194, 144);
}
.icon-fo-idea-2 .path6:before {
  content: "\ed0c";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-idea-2 .path7:before {
  content: "\ed0d";
  margin-left: -1em;
  color: rgb(228, 194, 144);
}
.icon-fo-idea-2 .path8:before {
  content: "\ed0e";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-fo-idea-2 .path9:before {
  content: "\ed0f";
  margin-left: -1em;
  color: rgb(253, 253, 253);
}
.icon-fo-idea-2 .path10:before {
  content: "\ed10";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-fo-idea-2 .path11:before {
  content: "\ed11";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-idea-2 .path12:before {
  content: "\ed12";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-idea-2 .path13:before {
  content: "\ed13";
  margin-left: -1em;
  color: rgb(228, 194, 144);
}
.icon-fo-idea-2 .path14:before {
  content: "\ed14";
  margin-left: -1em;
  color: rgb(228, 194, 144);
}
.icon-fo-idea-2 .path15:before {
  content: "\ed15";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-fo-idea-2 .path16:before {
  content: "\ed16";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-fo-idea-2 .path17:before {
  content: "\ed17";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-fo-idea-2 .path18:before {
  content: "\ed18";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-fo-idea-2 .path19:before {
  content: "\ed19";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-fo-idea-2 .path20:before {
  content: "\ed1a";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-image .path1:before {
  content: "\ed1b";
  color: rgb(94, 159, 223);
}
.icon-fo-image .path2:before {
  content: "\ed1c";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-fo-image .path3:before {
  content: "\ed1d";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-fo-image .path4:before {
  content: "\ed1e";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-image .path5:before {
  content: "\ed1f";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-image .path6:before {
  content: "\ed20";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-image .path7:before {
  content: "\ed21";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-image .path8:before {
  content: "\ed22";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-image .path9:before {
  content: "\ed23";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-image .path10:before {
  content: "\ed24";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-fo-image .path11:before {
  content: "\ed25";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-image .path12:before {
  content: "\ed26";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-image .path13:before {
  content: "\ed27";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-image .path14:before {
  content: "\ed28";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-image .path15:before {
  content: "\ed29";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-image .path16:before {
  content: "\ed2a";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-image .path17:before {
  content: "\ed2b";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-fo-image .path18:before {
  content: "\ed2c";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-image .path19:before {
  content: "\ed2d";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-image .path20:before {
  content: "\ed2e";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-image .path21:before {
  content: "\ed2f";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-image .path22:before {
  content: "\ed30";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-image .path23:before {
  content: "\ed31";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-image .path24:before {
  content: "\ed32";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-image .path25:before {
  content: "\ed33";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-image .path26:before {
  content: "\ed34";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-image .path27:before {
  content: "\ed35";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-image .path28:before {
  content: "\ed36";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-image .path29:before {
  content: "\ed37";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-image .path30:before {
  content: "\ed38";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-fo-image .path31:before {
  content: "\ed39";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-image .path32:before {
  content: "\ed3a";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-fo-image .path33:before {
  content: "\ed3b";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-fo-image .path34:before {
  content: "\ed3c";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-fo-image .path35:before {
  content: "\ed3d";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-fo-image .path36:before {
  content: "\ed3e";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-fo-image-laptop .path1:before {
  content: "\ed3f";
  color: rgb(217, 217, 217);
}
.icon-fo-image-laptop .path2:before {
  content: "\ed40";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-fo-image-laptop .path3:before {
  content: "\ed41";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-image-laptop .path4:before {
  content: "\ed42";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-image-laptop .path5:before {
  content: "\ed43";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-image-laptop .path6:before {
  content: "\ed44";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-fo-image-laptop .path7:before {
  content: "\ed45";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-fo-image-laptop .path8:before {
  content: "\ed46";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-image-laptop .path9:before {
  content: "\ed47";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-fo-image-laptop .path10:before {
  content: "\ed48";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-image-laptop .path11:before {
  content: "\ed49";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-fo-image-laptop .path12:before {
  content: "\ed4a";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-image-laptop .path13:before {
  content: "\ed4b";
  margin-left: -1em;
  color: rgb(200, 200, 200);
}
.icon-fo-image-laptop .path14:before {
  content: "\ed4c";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-image-laptop .path15:before {
  content: "\ed4d";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-image-laptop .path16:before {
  content: "\ed4e";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-image-laptop .path17:before {
  content: "\ed4f";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-image-laptop .path18:before {
  content: "\ed50";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-fo-image-laptop .path19:before {
  content: "\ed51";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-fo-image-laptop .path20:before {
  content: "\ed52";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-image-laptop .path21:before {
  content: "\ed53";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-fo-image-laptop .path22:before {
  content: "\ed54";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-fo-image-tablet .path1:before {
  content: "\ed55";
  color: rgb(94, 159, 223);
}
.icon-fo-image-tablet .path2:before {
  content: "\ed56";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-fo-image-tablet .path3:before {
  content: "\ed57";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-image-tablet .path4:before {
  content: "\ed58";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-image-tablet .path5:before {
  content: "\ed59";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-fo-image-tablet .path6:before {
  content: "\ed5a";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-image-tablet .path7:before {
  content: "\ed5b";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-fo-image-tablet .path8:before {
  content: "\ed5c";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-fo-image-tablet .path9:before {
  content: "\ed5d";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-fo-image-tablet .path10:before {
  content: "\ed5e";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-fo-image-tablet .path11:before {
  content: "\ed5f";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-fo-image-tablet .path12:before {
  content: "\ed60";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-image-tablet .path13:before {
  content: "\ed61";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-image-tablet .path14:before {
  content: "\ed62";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-image-tablet .path15:before {
  content: "\ed63";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-image-tablet .path16:before {
  content: "\ed64";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-image-tablet .path17:before {
  content: "\ed65";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-image-tablet .path18:before {
  content: "\ed66";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-image-tablet .path19:before {
  content: "\ed67";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-image-tablet .path20:before {
  content: "\ed68";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-image-tablet .path21:before {
  content: "\ed69";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-image-tablet .path22:before {
  content: "\ed6a";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-image-tablet .path23:before {
  content: "\ed6b";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-image-tablet .path24:before {
  content: "\ed6c";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-fo-image-tablet .path25:before {
  content: "\ed6d";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-fo-image-tablet .path26:before {
  content: "\ed6e";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-fo-image-tablet .path27:before {
  content: "\ed6f";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-fo-incognito .path1:before {
  content: "\ed70";
  color: rgb(94, 159, 223);
}
.icon-fo-incognito .path2:before {
  content: "\ed71";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-incognito .path3:before {
  content: "\ed72";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-incognito .path4:before {
  content: "\ed73";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-incognito .path5:before {
  content: "\ed74";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-fo-incognito .path6:before {
  content: "\ed75";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-fo-incognito .path7:before {
  content: "\ed76";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-fo-incognito .path8:before {
  content: "\ed77";
  margin-left: -1em;
  color: rgb(228, 194, 144);
}
.icon-fo-incognito .path9:before {
  content: "\ed78";
  margin-left: -1em;
  color: rgb(228, 194, 144);
}
.icon-fo-incognito .path10:before {
  content: "\ed79";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-fo-incognito .path11:before {
  content: "\ed7a";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-fo-incognito .path12:before {
  content: "\ed7b";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-fo-information-computer .path1:before {
  content: "\ed7c";
  color: rgb(94, 159, 223);
}
.icon-fo-information-computer .path2:before {
  content: "\ed7d";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-information-computer .path3:before {
  content: "\ed7e";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-information-computer .path4:before {
  content: "\ed7f";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-fo-information-computer .path5:before {
  content: "\ed80";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-fo-information-computer .path6:before {
  content: "\ed81";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-fo-information-computer .path7:before {
  content: "\ed82";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-fo-information-computer .path8:before {
  content: "\ed83";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-fo-information-computer .path9:before {
  content: "\ed84";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-fo-information-laptop .path1:before {
  content: "\ed85";
  color: rgb(94, 159, 223);
}
.icon-fo-information-laptop .path2:before {
  content: "\ed86";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-information-laptop .path3:before {
  content: "\ed87";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-information-laptop .path4:before {
  content: "\ed88";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-fo-information-laptop .path5:before {
  content: "\ed89";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-fo-information-laptop .path6:before {
  content: "\ed8a";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-fo-information-laptop .path7:before {
  content: "\ed8b";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-fo-information-laptop .path8:before {
  content: "\ed8c";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-fo-information-laptop .path9:before {
  content: "\ed8d";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-information-laptop .path10:before {
  content: "\ed8e";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-fo-ink-pen .path1:before {
  content: "\ed8f";
  color: rgb(25, 118, 210);
}
.icon-fo-ink-pen .path2:before {
  content: "\ed90";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-ink-pen .path3:before {
  content: "\ed91";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-ink-pen .path4:before {
  content: "\ed92";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-fo-ink-pen .path5:before {
  content: "\ed93";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-ink-pen .path6:before {
  content: "\ed94";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-ink-pen .path7:before {
  content: "\ed95";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-ink-pen .path8:before {
  content: "\ed96";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-ink-pen .path9:before {
  content: "\ed97";
  margin-left: -1em;
  color: rgb(228, 194, 144);
}
.icon-fo-ink-pen .path10:before {
  content: "\ed98";
  margin-left: -1em;
  color: rgb(253, 253, 253);
}
.icon-fo-inspection .path1:before {
  content: "\ed99";
  color: rgb(211, 142, 42);
}
.icon-fo-inspection .path2:before {
  content: "\ed9a";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-fo-inspection .path3:before {
  content: "\ed9b";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-fo-inspection .path4:before {
  content: "\ed9c";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-fo-inspection .path5:before {
  content: "\ed9d";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-fo-inspection .path6:before {
  content: "\ed9e";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-fo-inspection .path7:before {
  content: "\ed9f";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-fo-inspection .path8:before {
  content: "\eda0";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-fo-inspection .path9:before {
  content: "\eda1";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-inspection .path10:before {
  content: "\eda2";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-inspection .path11:before {
  content: "\eda3";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-inspection .path12:before {
  content: "\eda4";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-fo-inspection .path13:before {
  content: "\eda5";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-fo-inspection .path14:before {
  content: "\eda6";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-inspection .path15:before {
  content: "\eda7";
  margin-left: -1em;
  color: rgb(228, 194, 144);
}
.icon-fo-instructions .path1:before {
  content: "\eda8";
  color: rgb(25, 118, 210);
}
.icon-fo-instructions .path2:before {
  content: "\eda9";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-fo-instructions .path3:before {
  content: "\edaa";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-fo-instructions .path4:before {
  content: "\edab";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-fo-instructions .path5:before {
  content: "\edac";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-fo-instructions .path6:before {
  content: "\edad";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-instructions .path7:before {
  content: "\edae";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-instructions .path8:before {
  content: "\edaf";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-internet-1 .path1:before {
  content: "\edb0";
  color: rgb(94, 159, 223);
}
.icon-fo-internet-1 .path2:before {
  content: "\edb1";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-fo-internet-1 .path3:before {
  content: "\edb2";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-internet-1 .path4:before {
  content: "\edb3";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-internet-1 .path5:before {
  content: "\edb4";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-internet-1 .path6:before {
  content: "\edb5";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-fo-internet-1 .path7:before {
  content: "\edb6";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-fo-internet-1 .path8:before {
  content: "\edb7";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-fo-internet-1 .path9:before {
  content: "\edb8";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-fo-internet-1 .path10:before {
  content: "\edb9";
  margin-left: -1em;
  color: rgb(228, 194, 144);
}
.icon-fo-internet-2 .path1:before {
  content: "\edba";
  color: rgb(25, 118, 210);
}
.icon-fo-internet-2 .path2:before {
  content: "\edbb";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-internet-2 .path3:before {
  content: "\edbc";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-internet-2 .path4:before {
  content: "\edbd";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-internet-2 .path5:before {
  content: "\edbe";
  margin-left: -1em;
  color: rgb(228, 194, 144);
}
.icon-fo-internet-2 .path6:before {
  content: "\edbf";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-fo-internet-2 .path7:before {
  content: "\edc0";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-fo-internet-2 .path8:before {
  content: "\edc1";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-internet-2 .path9:before {
  content: "\edc2";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-internet-2 .path10:before {
  content: "\edc3";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-internet-2 .path11:before {
  content: "\edc4";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-fo-internet-2 .path12:before {
  content: "\edc5";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-fo-internet-2 .path13:before {
  content: "\edc6";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-internet-2 .path14:before {
  content: "\edc7";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-fo-internet-2 .path15:before {
  content: "\edc8";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-internet-3 .path1:before {
  content: "\edc9";
  color: rgb(94, 159, 223);
}
.icon-fo-internet-3 .path2:before {
  content: "\edca";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-internet-3 .path3:before {
  content: "\edcb";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-internet-3 .path4:before {
  content: "\edcc";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-internet-3 .path5:before {
  content: "\edcd";
  margin-left: -1em;
  color: rgb(228, 194, 144);
}
.icon-fo-internet-3 .path6:before {
  content: "\edce";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-fo-internet-3 .path7:before {
  content: "\edcf";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-fo-internet-3 .path8:before {
  content: "\edd0";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-fo-internet-3 .path9:before {
  content: "\edd1";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-fo-internet-network .path1:before {
  content: "\edd2";
  color: rgb(217, 217, 217);
}
.icon-fo-internet-network .path2:before {
  content: "\edd3";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-internet-network .path3:before {
  content: "\edd4";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-fo-internet-network .path4:before {
  content: "\edd5";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-fo-internet-network .path5:before {
  content: "\edd6";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-fo-internet-protection .path1:before {
  content: "\edd7";
  color: rgb(25, 118, 210);
}
.icon-fo-internet-protection .path2:before {
  content: "\edd8";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-internet-protection .path3:before {
  content: "\edd9";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-internet-protection .path4:before {
  content: "\edda";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-internet-protection .path5:before {
  content: "\eddb";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-fo-internet-protection .path6:before {
  content: "\eddc";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-fo-internet-protection .path7:before {
  content: "\eddd";
  margin-left: -1em;
  color: rgb(228, 194, 144);
}
.icon-fo-internet-protection .path8:before {
  content: "\edde";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-internet-protection .path9:before {
  content: "\eddf";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-internet-protection .path10:before {
  content: "\ede0";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-internet-protection .path11:before {
  content: "\ede1";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-internet-protection .path12:before {
  content: "\ede2";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-key .path1:before {
  content: "\ede3";
  color: rgb(211, 142, 42);
}
.icon-fo-key .path2:before {
  content: "\ede4";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-fo-key .path3:before {
  content: "\ede5";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-fo-key .path4:before {
  content: "\ede6";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-key .path5:before {
  content: "\ede7";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-key .path6:before {
  content: "\ede8";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-key .path7:before {
  content: "\ede9";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-fo-key .path8:before {
  content: "\edea";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-keyboard .path1:before {
  content: "\edeb";
  color: rgb(94, 159, 223);
}
.icon-fo-keyboard .path2:before {
  content: "\edec";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-keyboard .path3:before {
  content: "\eded";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-fo-keyboard .path4:before {
  content: "\edee";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-fo-keyboard .path5:before {
  content: "\edef";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-fo-keyboard .path6:before {
  content: "\edf0";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-fo-keyboard .path7:before {
  content: "\edf1";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-fo-keyboard .path8:before {
  content: "\edf2";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-fo-keyboard .path9:before {
  content: "\edf3";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-fo-keyboard .path10:before {
  content: "\edf4";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-fo-keyboard .path11:before {
  content: "\edf5";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-fo-keyboard .path12:before {
  content: "\edf6";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-fo-keyboard .path13:before {
  content: "\edf7";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-fo-keyboard .path14:before {
  content: "\edf8";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-fo-keyboard .path15:before {
  content: "\edf9";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-fo-keyboard .path16:before {
  content: "\edfa";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-fo-keyboard .path17:before {
  content: "\edfb";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-fo-keyboard .path18:before {
  content: "\edfc";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-fo-keyboard .path19:before {
  content: "\edfd";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-fo-keyboard .path20:before {
  content: "\edfe";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-fo-keyboard .path21:before {
  content: "\edff";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-fo-keyboard .path22:before {
  content: "\ee00";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-fo-keyboard .path23:before {
  content: "\ee01";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-fo-keyboard .path24:before {
  content: "\ee02";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-fo-keyboard .path25:before {
  content: "\ee03";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-fo-keyboard .path26:before {
  content: "\ee04";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-fo-keyboard .path27:before {
  content: "\ee05";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-fo-keyboard .path28:before {
  content: "\ee06";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-fo-keyboard .path29:before {
  content: "\ee07";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-fo-keyboard .path30:before {
  content: "\ee08";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-fo-keyboard .path31:before {
  content: "\ee09";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-fo-keyboard .path32:before {
  content: "\ee0a";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-fo-keyboard .path33:before {
  content: "\ee0b";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-fo-keyboard .path34:before {
  content: "\ee0c";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-fo-keyboard .path35:before {
  content: "\ee0d";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-fo-keyboard .path36:before {
  content: "\ee0e";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-fo-keyboard .path37:before {
  content: "\ee0f";
  margin-left: -1em;
  color: rgb(228, 194, 144);
}
.icon-fo-keyboard .path38:before {
  content: "\ee10";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-keyboard .path39:before {
  content: "\ee11";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-fo-keyboard .path40:before {
  content: "\ee12";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-keyboard .path41:before {
  content: "\ee13";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-knowledge .path1:before {
  content: "\ee14";
  color: rgb(94, 159, 223);
}
.icon-fo-knowledge .path2:before {
  content: "\ee15";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-fo-knowledge .path3:before {
  content: "\ee16";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-fo-knowledge .path4:before {
  content: "\ee17";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-fo-knowledge .path5:before {
  content: "\ee18";
  margin-left: -1em;
  color: rgb(228, 194, 144);
}
.icon-fo-knowledge .path6:before {
  content: "\ee19";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-fo-knowledge .path7:before {
  content: "\ee1a";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-knowledge .path8:before {
  content: "\ee1b";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-fo-knowledge .path9:before {
  content: "\ee1c";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-fo-knowledge .path10:before {
  content: "\ee1d";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-fo-lamp .path1:before {
  content: "\ee1e";
  color: rgb(211, 142, 42);
}
.icon-fo-lamp .path2:before {
  content: "\ee1f";
  margin-left: -0.84375em;
  color: rgb(94, 159, 223);
}
.icon-fo-lamp .path3:before {
  content: "\ee20";
  margin-left: -0.84375em;
  color: rgb(25, 118, 210);
}
.icon-fo-lamp .path4:before {
  content: "\ee21";
  margin-left: -0.84375em;
  color: rgb(94, 159, 223);
}
.icon-fo-lamp .path5:before {
  content: "\ee22";
  margin-left: -0.84375em;
  color: rgb(25, 118, 210);
}
.icon-fo-lamp .path6:before {
  content: "\ee23";
  margin-left: -0.84375em;
  color: rgb(25, 118, 210);
}
.icon-fo-lamp .path7:before {
  content: "\ee24";
  margin-left: -0.84375em;
  color: rgb(94, 159, 223);
}
.icon-fo-lamp .path8:before {
  content: "\ee25";
  margin-left: -0.84375em;
  color: rgb(211, 142, 42);
}
.icon-fo-lamp .path9:before {
  content: "\ee26";
  margin-left: -0.84375em;
  color: rgb(211, 142, 42);
}
.icon-fo-lan .path1:before {
  content: "\ee27";
  color: rgb(94, 159, 223);
}
.icon-fo-lan .path2:before {
  content: "\ee28";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-fo-lan .path3:before {
  content: "\ee29";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-lan .path4:before {
  content: "\ee2a";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-lan .path5:before {
  content: "\ee2b";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-lan .path6:before {
  content: "\ee2c";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-fo-lan .path7:before {
  content: "\ee2d";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-lan .path8:before {
  content: "\ee2e";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-fo-lan .path9:before {
  content: "\ee2f";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-lan .path10:before {
  content: "\ee30";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-lan .path11:before {
  content: "\ee31";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-lan .path12:before {
  content: "\ee32";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-fo-lan .path13:before {
  content: "\ee33";
  margin-left: -1em;
  color: rgb(200, 200, 200);
}
.icon-fo-lan .path14:before {
  content: "\ee34";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-fo-lan .path15:before {
  content: "\ee35";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-lan .path16:before {
  content: "\ee36";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-fo-lan .path17:before {
  content: "\ee37";
  margin-left: -1em;
  color: rgb(200, 200, 200);
}
.icon-fo-lan .path18:before {
  content: "\ee38";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-fo-lan .path19:before {
  content: "\ee39";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-fo-lan .path20:before {
  content: "\ee3a";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-fo-lan .path21:before {
  content: "\ee3b";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-fo-lan .path22:before {
  content: "\ee3c";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-fo-landing-page .path1:before {
  content: "\ee3d";
  color: rgb(94, 159, 223);
}
.icon-fo-landing-page .path2:before {
  content: "\ee3e";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-landing-page .path3:before {
  content: "\ee3f";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-landing-page .path4:before {
  content: "\ee40";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-landing-page .path5:before {
  content: "\ee41";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-landing-page .path6:before {
  content: "\ee42";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-landing-page .path7:before {
  content: "\ee43";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-landing-page .path8:before {
  content: "\ee44";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-landing-page .path9:before {
  content: "\ee45";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-landing-page .path10:before {
  content: "\ee46";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-landing-page .path11:before {
  content: "\ee47";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-landing-page .path12:before {
  content: "\ee48";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-landing-page .path13:before {
  content: "\ee49";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-fo-landing-page .path14:before {
  content: "\ee4a";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-landing-page .path15:before {
  content: "\ee4b";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-landing-page .path16:before {
  content: "\ee4c";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-fo-landing-page .path17:before {
  content: "\ee4d";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-fo-landing-page .path18:before {
  content: "\ee4e";
  margin-left: -1em;
  color: rgb(200, 200, 200);
}
.icon-fo-landing-page .path19:before {
  content: "\ee4f";
  margin-left: -1em;
  color: rgb(200, 200, 200);
}
.icon-fo-landing-page .path20:before {
  content: "\ee50";
  margin-left: -1em;
  color: rgb(200, 200, 200);
}
.icon-fo-landing-page .path21:before {
  content: "\ee51";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-fo-landing-page .path22:before {
  content: "\ee52";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-fo-landing-page .path23:before {
  content: "\ee53";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-fo-landscape .path1:before {
  content: "\ee54";
  color: rgb(25, 118, 210);
}
.icon-fo-landscape .path2:before {
  content: "\ee55";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-fo-landscape .path3:before {
  content: "\ee56";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-fo-landscape .path4:before {
  content: "\ee57";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-fo-landscape .path5:before {
  content: "\ee58";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-fo-landscape .path6:before {
  content: "\ee59";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-fo-landscape .path7:before {
  content: "\ee5a";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-fo-landscape .path8:before {
  content: "\ee5b";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-fo-landscape .path9:before {
  content: "\ee5c";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-fo-landscape .path10:before {
  content: "\ee5d";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-fo-landscape .path11:before {
  content: "\ee5e";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-landscape .path12:before {
  content: "\ee5f";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-fo-landscape .path13:before {
  content: "\ee60";
  margin-left: -1em;
  color: rgb(228, 194, 144);
}
.icon-fo-landscape .path14:before {
  content: "\ee61";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-landscape .path15:before {
  content: "\ee62";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-fo-landscape .path16:before {
  content: "\ee63";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-fo-landscape .path17:before {
  content: "\ee64";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-fo-landscape .path18:before {
  content: "\ee65";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-fo-landscape .path19:before {
  content: "\ee66";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-fo-landscape .path20:before {
  content: "\ee67";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-fo-landscape .path21:before {
  content: "\ee68";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-fo-landscape .path22:before {
  content: "\ee69";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-fo-landscape .path23:before {
  content: "\ee6a";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-fo-landscape .path24:before {
  content: "\ee6b";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-fo-landscape .path25:before {
  content: "\ee6c";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-fo-landscape .path26:before {
  content: "\ee6d";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-fo-landscape .path27:before {
  content: "\ee6e";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-fo-landscape .path28:before {
  content: "\ee6f";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-fo-landscape .path29:before {
  content: "\ee70";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-fo-landscape .path30:before {
  content: "\ee71";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-fo-laptop .path1:before {
  content: "\ee72";
  color: rgb(94, 159, 223);
}
.icon-fo-laptop .path2:before {
  content: "\ee73";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-laptop .path3:before {
  content: "\ee74";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-laptop .path4:before {
  content: "\ee75";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-fo-laptop .path5:before {
  content: "\ee76";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-laptop .path6:before {
  content: "\ee77";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-laptop .path7:before {
  content: "\ee78";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-laptop .path8:before {
  content: "\ee79";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-laptop .path9:before {
  content: "\ee7a";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-laptop .path10:before {
  content: "\ee7b";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-laptop .path11:before {
  content: "\ee7c";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-fo-laptop .path12:before {
  content: "\ee7d";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-laptop .path13:before {
  content: "\ee7e";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-fo-laptop .path14:before {
  content: "\ee7f";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-laptop .path15:before {
  content: "\ee80";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-fo-laptop .path16:before {
  content: "\ee81";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-fo-laptop .path17:before {
  content: "\ee82";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-fo-laptop .path18:before {
  content: "\ee83";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-fo-laptop .path19:before {
  content: "\ee84";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-fo-laptop .path20:before {
  content: "\ee85";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-fo-laptop .path21:before {
  content: "\ee86";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-laptop .path22:before {
  content: "\ee87";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-laptop .path23:before {
  content: "\ee88";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-laptop-fullscreen .path1:before {
  content: "\ee89";
  color: rgb(94, 159, 223);
}
.icon-fo-laptop-fullscreen .path2:before {
  content: "\ee8a";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-laptop-fullscreen .path3:before {
  content: "\ee8b";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-fo-laptop-fullscreen .path4:before {
  content: "\ee8c";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-fo-laptop-fullscreen .path5:before {
  content: "\ee8d";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-fo-laptop-fullscreen .path6:before {
  content: "\ee8e";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-laptop-fullscreen .path7:before {
  content: "\ee8f";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-laptop-fullscreen .path8:before {
  content: "\ee90";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-laptop-fullscreen .path9:before {
  content: "\ee91";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-fo-laptop-fullscreen .path10:before {
  content: "\ee92";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-laptop-fullscreen .path11:before {
  content: "\ee93";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-fo-laptop-fullscreen .path12:before {
  content: "\ee94";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-fo-laptop-fullscreen .path13:before {
  content: "\ee95";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-fo-laptop-fullscreen .path14:before {
  content: "\ee96";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-fo-laptop-fullscreen .path15:before {
  content: "\ee97";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-fo-laptop-info .path1:before {
  content: "\ee98";
  color: rgb(94, 159, 223);
}
.icon-fo-laptop-info .path2:before {
  content: "\ee99";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-laptop-info .path3:before {
  content: "\ee9a";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-laptop-info .path4:before {
  content: "\ee9b";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-fo-laptop-info .path5:before {
  content: "\ee9c";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-fo-laptop-info .path6:before {
  content: "\ee9d";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-laptop-info .path7:before {
  content: "\ee9e";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-fo-laptop-info .path8:before {
  content: "\ee9f";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-laptop-info .path9:before {
  content: "\eea0";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-fo-laptop-info .path10:before {
  content: "\eea1";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-fo-laptop-info .path11:before {
  content: "\eea2";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-fo-laptop-info .path12:before {
  content: "\eea3";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-laptop-info .path13:before {
  content: "\eea4";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-fo-laptop-info .path14:before {
  content: "\eea5";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-laptop-info .path15:before {
  content: "\eea6";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-fo-laptop-info .path16:before {
  content: "\eea7";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-laptop-info .path17:before {
  content: "\eea8";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-laptop-management .path1:before {
  content: "\eea9";
  color: rgb(94, 159, 223);
}
.icon-fo-laptop-management .path2:before {
  content: "\eeaa";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-laptop-management .path3:before {
  content: "\eeab";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-laptop-management .path4:before {
  content: "\eeac";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-fo-laptop-management .path5:before {
  content: "\eead";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-laptop-management .path6:before {
  content: "\eeae";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-laptop-management .path7:before {
  content: "\eeaf";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-fo-laptop-management .path8:before {
  content: "\eeb0";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-fo-laptop-management .path9:before {
  content: "\eeb1";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-fo-laptop-management .path10:before {
  content: "\eeb2";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-fo-laptop-management .path11:before {
  content: "\eeb3";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-fo-laptop-management .path12:before {
  content: "\eeb4";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-fo-laptop-management .path13:before {
  content: "\eeb5";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-laptop-management .path14:before {
  content: "\eeb6";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-laptop-management .path15:before {
  content: "\eeb7";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-laptop-protection .path1:before {
  content: "\eeb8";
  color: rgb(94, 159, 223);
}
.icon-fo-laptop-protection .path2:before {
  content: "\eeb9";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-laptop-protection .path3:before {
  content: "\eeba";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-laptop-protection .path4:before {
  content: "\eebb";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-fo-laptop-protection .path5:before {
  content: "\eebc";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-fo-laptop-protection .path6:before {
  content: "\eebd";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-laptop-protection .path7:before {
  content: "\eebe";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-fo-laptop-protection .path8:before {
  content: "\eebf";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-laptop-protection .path9:before {
  content: "\eec0";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-fo-laptop-protection .path10:before {
  content: "\eec1";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-fo-laptop-protection .path11:before {
  content: "\eec2";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-fo-laptop-protection .path12:before {
  content: "\eec3";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-fo-laptop-protection .path13:before {
  content: "\eec4";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-laptop-protection .path14:before {
  content: "\eec5";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-laptop-protection .path15:before {
  content: "\eec6";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-laptop-protection .path16:before {
  content: "\eec7";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-fo-laptop-protection .path17:before {
  content: "\eec8";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-fo-laptop-protection .path18:before {
  content: "\eec9";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-fo-laptop-protection .path19:before {
  content: "\eeca";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-fo-laptop-resize .path1:before {
  content: "\eecb";
  color: rgb(94, 159, 223);
}
.icon-fo-laptop-resize .path2:before {
  content: "\eecc";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-fo-laptop-resize .path3:before {
  content: "\eecd";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-laptop-resize .path4:before {
  content: "\eece";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-fo-laptop-resize .path5:before {
  content: "\eecf";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-laptop-resize .path6:before {
  content: "\eed0";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-laptop-resize .path7:before {
  content: "\eed1";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-laptop-resize .path8:before {
  content: "\eed2";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-fo-laptop-resize .path9:before {
  content: "\eed3";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-fo-laptop-resize .path10:before {
  content: "\eed4";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-fo-laptop-resize .path11:before {
  content: "\eed5";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-laptop-resize .path12:before {
  content: "\eed6";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-fo-laptop-resize .path13:before {
  content: "\eed7";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-fo-launching .path1:before {
  content: "\eed8";
  color: rgb(211, 142, 42);
}
.icon-fo-launching .path2:before {
  content: "\eed9";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-fo-launching .path3:before {
  content: "\eeda";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-launching .path4:before {
  content: "\eedb";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-launching .path5:before {
  content: "\eedc";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-launching .path6:before {
  content: "\eedd";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-fo-launching .path7:before {
  content: "\eede";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-launching .path8:before {
  content: "\eedf";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-fo-launching .path9:before {
  content: "\eee0";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-fo-launching .path10:before {
  content: "\eee1";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-launching .path11:before {
  content: "\eee2";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-fo-launching .path12:before {
  content: "\eee3";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-fo-layer-1 .path1:before {
  content: "\eee4";
  color: rgb(25, 118, 210);
}
.icon-fo-layer-1 .path2:before {
  content: "\eee5";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-layer-1 .path3:before {
  content: "\eee6";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-layer-1 .path4:before {
  content: "\eee7";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-layer-1 .path5:before {
  content: "\eee8";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-fo-layer-1 .path6:before {
  content: "\eee9";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-fo-layer-1 .path7:before {
  content: "\eeea";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-fo-layer-1 .path8:before {
  content: "\eeeb";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-fo-layer-2 .path1:before {
  content: "\eeec";
  color: rgb(25, 118, 210);
}
.icon-fo-layer-2 .path2:before {
  content: "\eeed";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-layer-2 .path3:before {
  content: "\eeee";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-layer-2 .path4:before {
  content: "\eeef";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-layer-2 .path5:before {
  content: "\eef0";
  margin-left: -1em;
  color: rgb(228, 194, 144);
}
.icon-fo-layer-2 .path6:before {
  content: "\eef1";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-fo-layer-2 .path7:before {
  content: "\eef2";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-fo-layer-2 .path8:before {
  content: "\eef3";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-fo-layer-3 .path1:before {
  content: "\eef4";
  color: rgb(25, 118, 210);
}
.icon-fo-layer-3 .path2:before {
  content: "\eef5";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-layer-3 .path3:before {
  content: "\eef6";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-layer-3 .path4:before {
  content: "\eef7";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-layer-3 .path5:before {
  content: "\eef8";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-layer-3 .path6:before {
  content: "\eef9";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-fo-layer-3 .path7:before {
  content: "\eefa";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-fo-layer-3 .path8:before {
  content: "\eefb";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-fo-layer-3 .path9:before {
  content: "\eefc";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-fo-layer-3 .path10:before {
  content: "\eefd";
  margin-left: -1em;
  color: rgb(200, 200, 200);
}
.icon-fo-layering .path1:before {
  content: "\eefe";
  color: rgb(228, 194, 144);
}
.icon-fo-layering .path2:before {
  content: "\eeff";
  margin-left: -1em;
  color: rgb(228, 194, 144);
}
.icon-fo-layering .path3:before {
  content: "\ef00";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-fo-layering .path4:before {
  content: "\ef01";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-layering .path5:before {
  content: "\ef02";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-layering .path6:before {
  content: "\ef03";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-fo-layering .path7:before {
  content: "\ef04";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-layering .path8:before {
  content: "\ef05";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-layering .path9:before {
  content: "\ef06";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-fo-layering .path10:before {
  content: "\ef07";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-layering .path11:before {
  content: "\ef08";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-layering .path12:before {
  content: "\ef09";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-fo-layering .path13:before {
  content: "\ef0a";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-layering .path14:before {
  content: "\ef0b";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-layering .path15:before {
  content: "\ef0c";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-fo-layering .path16:before {
  content: "\ef0d";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-layering .path17:before {
  content: "\ef0e";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-fo-layout-ratio .path1:before {
  content: "\ef0f";
  color: rgb(211, 142, 42);
}
.icon-fo-layout-ratio .path2:before {
  content: "\ef10";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-layout-ratio .path3:before {
  content: "\ef11";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-layout-ratio .path4:before {
  content: "\ef12";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-layout-ratio .path5:before {
  content: "\ef13";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-layout-ratio .path6:before {
  content: "\ef14";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-fo-layout-ratio .path7:before {
  content: "\ef15";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-layout-ratio .path8:before {
  content: "\ef16";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-layout-ratio .path9:before {
  content: "\ef17";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-fo-layout-ratio .path10:before {
  content: "\ef18";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-fo-layout-ratio .path11:before {
  content: "\ef19";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-fo-layout-ratio .path12:before {
  content: "\ef1a";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-left .path1:before {
  content: "\ef1b";
  color: rgb(243, 243, 243);
}
.icon-fo-left .path2:before {
  content: "\ef1c";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-left .path3:before {
  content: "\ef1d";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-left .path4:before {
  content: "\ef1e";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-left .path5:before {
  content: "\ef1f";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-left .path6:before {
  content: "\ef20";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-fo-left .path7:before {
  content: "\ef21";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-fo-left .path8:before {
  content: "\ef22";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-fo-linked .path1:before {
  content: "\ef23";
  color: rgb(94, 159, 223);
}
.icon-fo-linked .path2:before {
  content: "\ef24";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-linked .path3:before {
  content: "\ef25";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-fo-linked .path4:before {
  content: "\ef26";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-fo-linked .path5:before {
  content: "\ef27";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-linked .path6:before {
  content: "\ef28";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-linked .path7:before {
  content: "\ef29";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-fo-linked .path8:before {
  content: "\ef2a";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-fo-linked .path9:before {
  content: "\ef2b";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-linked .path10:before {
  content: "\ef2c";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-fo-linked .path11:before {
  content: "\ef2d";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-fo-linked .path12:before {
  content: "\ef2e";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-fo-linked .path13:before {
  content: "\ef2f";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-fo-list .path1:before {
  content: "\ef30";
  color: rgb(94, 159, 223);
}
.icon-fo-list .path2:before {
  content: "\ef31";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-list .path3:before {
  content: "\ef32";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-list .path4:before {
  content: "\ef33";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-list .path5:before {
  content: "\ef34";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-fo-list .path6:before {
  content: "\ef35";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-fo-list .path7:before {
  content: "\ef36";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-list .path8:before {
  content: "\ef37";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-list .path9:before {
  content: "\ef38";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-list .path10:before {
  content: "\ef39";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-list .path11:before {
  content: "\ef3a";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-list .path12:before {
  content: "\ef3b";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-fo-list .path13:before {
  content: "\ef3c";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-fo-listening .path1:before {
  content: "\ef3d";
  color: rgb(211, 142, 42);
}
.icon-fo-listening .path2:before {
  content: "\ef3e";
  margin-left: -0.7685546875em;
  color: rgb(228, 194, 144);
}
.icon-fo-listening .path3:before {
  content: "\ef3f";
  margin-left: -0.7685546875em;
  color: rgb(228, 194, 144);
}
.icon-fo-listening .path4:before {
  content: "\ef40";
  margin-left: -0.7685546875em;
  color: rgb(228, 194, 144);
}
.icon-fo-listening .path5:before {
  content: "\ef41";
  margin-left: -0.7685546875em;
  color: rgb(25, 118, 210);
}
.icon-fo-listening .path6:before {
  content: "\ef42";
  margin-left: -0.7685546875em;
  color: rgb(255, 255, 255);
}
.icon-fo-listening .path7:before {
  content: "\ef43";
  margin-left: -0.7685546875em;
  color: rgb(94, 159, 223);
}
.icon-fo-listening .path8:before {
  content: "\ef44";
  margin-left: -0.7685546875em;
  color: rgb(94, 159, 223);
}
.icon-fo-listening .path9:before {
  content: "\ef45";
  margin-left: -0.7685546875em;
  color: rgb(228, 194, 144);
}
.icon-fo-listening .path10:before {
  content: "\ef46";
  margin-left: -0.7685546875em;
  color: rgb(25, 118, 210);
}
.icon-fo-listening .path11:before {
  content: "\ef47";
  margin-left: -0.7685546875em;
  color: rgb(94, 159, 223);
}
.icon-fo-location-1 .path1:before {
  content: "\ef48";
  color: rgb(25, 118, 210);
}
.icon-fo-location-1 .path2:before {
  content: "\ef49";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-fo-location-1 .path3:before {
  content: "\ef4a";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-location-1 .path4:before {
  content: "\ef4b";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-location-1 .path5:before {
  content: "\ef4c";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-location-1 .path6:before {
  content: "\ef4d";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-fo-location-1 .path7:before {
  content: "\ef4e";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-location-1 .path8:before {
  content: "\ef4f";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-location-1 .path9:before {
  content: "\ef50";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-location-1 .path10:before {
  content: "\ef51";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-location-1 .path11:before {
  content: "\ef52";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-location-1 .path12:before {
  content: "\ef53";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-fo-location-2 .path1:before {
  content: "\ef54";
  color: rgb(211, 142, 42);
}
.icon-fo-location-2 .path2:before {
  content: "\ef55";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-location-2 .path3:before {
  content: "\ef56";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-fo-location-2 .path4:before {
  content: "\ef57";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-fo-location-2 .path5:before {
  content: "\ef58";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-fo-location-2 .path6:before {
  content: "\ef59";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-fo-location-2 .path7:before {
  content: "\ef5a";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-fo-location-2 .path8:before {
  content: "\ef5b";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-fo-location-2 .path9:before {
  content: "\ef5c";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-lock-1 .path1:before {
  content: "\ef5d";
  color: rgb(94, 159, 223);
}
.icon-fo-lock-1 .path2:before {
  content: "\ef5e";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-fo-lock-1 .path3:before {
  content: "\ef5f";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-fo-lock-1 .path4:before {
  content: "\ef60";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-lock-1 .path5:before {
  content: "\ef61";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-lock-1 .path6:before {
  content: "\ef62";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-lock-1 .path7:before {
  content: "\ef63";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-lock-1 .path8:before {
  content: "\ef64";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-fo-lock-1 .path9:before {
  content: "\ef65";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-fo-lock-1 .path10:before {
  content: "\ef66";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-fo-lock-1 .path11:before {
  content: "\ef67";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-lock-2 .path1:before {
  content: "\ef68";
  color: rgb(211, 142, 42);
}
.icon-fo-lock-2 .path2:before {
  content: "\ef69";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-fo-lock-2 .path3:before {
  content: "\ef6a";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-lock-2 .path4:before {
  content: "\ef6b";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-lock-2 .path5:before {
  content: "\ef6c";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-fo-lock-2 .path6:before {
  content: "\ef6d";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-fo-lock-2 .path7:before {
  content: "\ef6e";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-lock-2 .path8:before {
  content: "\ef6f";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-fo-lock-2 .path9:before {
  content: "\ef70";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-magnet .path1:before {
  content: "\ef71";
  color: rgb(94, 159, 223);
}
.icon-fo-magnet .path2:before {
  content: "\ef72";
  margin-left: -0.734375em;
  color: rgb(211, 142, 42);
}
.icon-fo-magnet .path3:before {
  content: "\ef73";
  margin-left: -0.734375em;
  color: rgb(253, 253, 253);
}
.icon-fo-magnet .path4:before {
  content: "\ef74";
  margin-left: -0.734375em;
  color: rgb(211, 142, 42);
}
.icon-fo-magnet .path5:before {
  content: "\ef75";
  margin-left: -0.734375em;
  color: rgb(211, 142, 42);
}
.icon-fo-magnet .path6:before {
  content: "\ef76";
  margin-left: -0.734375em;
  color: rgb(25, 118, 210);
}
.icon-fo-magnet .path7:before {
  content: "\ef77";
  margin-left: -0.734375em;
  color: rgb(228, 194, 144);
}
.icon-fo-magnet .path8:before {
  content: "\ef78";
  margin-left: -0.734375em;
  color: rgb(253, 253, 253);
}
.icon-fo-magnet .path9:before {
  content: "\ef79";
  margin-left: -0.734375em;
  color: rgb(253, 253, 253);
}
.icon-fo-magnet .path10:before {
  content: "\ef7a";
  margin-left: -0.734375em;
  color: rgb(217, 217, 217);
}
.icon-fo-mail .path1:before {
  content: "\ef7b";
  color: rgb(211, 142, 42);
}
.icon-fo-mail .path2:before {
  content: "\ef7c";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-fo-mail .path3:before {
  content: "\ef7d";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-mail .path4:before {
  content: "\ef7e";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-mail .path5:before {
  content: "\ef7f";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-fo-mail .path6:before {
  content: "\ef80";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-mailing .path1:before {
  content: "\ef81";
  color: rgb(94, 159, 223);
}
.icon-fo-mailing .path2:before {
  content: "\ef82";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-mailing .path3:before {
  content: "\ef83";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-mailing .path4:before {
  content: "\ef84";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-mailing .path5:before {
  content: "\ef85";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-mailing .path6:before {
  content: "\ef86";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-fo-mailing .path7:before {
  content: "\ef87";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-mailing .path8:before {
  content: "\ef88";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-mailing .path9:before {
  content: "\ef89";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-mailing .path10:before {
  content: "\ef8a";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-fo-mailing .path11:before {
  content: "\ef8b";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-mailing .path12:before {
  content: "\ef8c";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-mailing .path13:before {
  content: "\ef8d";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-mailing .path14:before {
  content: "\ef8e";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-maintenance-1 .path1:before {
  content: "\ef8f";
  color: rgb(94, 159, 223);
}
.icon-fo-maintenance-1 .path2:before {
  content: "\ef90";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-maintenance-1 .path3:before {
  content: "\ef91";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-maintenance-1 .path4:before {
  content: "\ef92";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-maintenance-1 .path5:before {
  content: "\ef93";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-maintenance-1 .path6:before {
  content: "\ef94";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-maintenance-1 .path7:before {
  content: "\ef95";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-maintenance-1 .path8:before {
  content: "\ef96";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-maintenance-1 .path9:before {
  content: "\ef97";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-maintenance-1 .path10:before {
  content: "\ef98";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-maintenance-1 .path11:before {
  content: "\ef99";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-maintenance-1 .path12:before {
  content: "\ef9a";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-maintenance-1 .path13:before {
  content: "\ef9b";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-maintenance-1 .path14:before {
  content: "\ef9c";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-maintenance-1 .path15:before {
  content: "\ef9d";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-maintenance-1 .path16:before {
  content: "\ef9e";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-maintenance-1 .path17:before {
  content: "\ef9f";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-maintenance-1 .path18:before {
  content: "\efa0";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-maintenance-1 .path19:before {
  content: "\efa1";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-maintenance-1 .path20:before {
  content: "\efa2";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-maintenance-1 .path21:before {
  content: "\efa3";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-maintenance-1 .path22:before {
  content: "\efa4";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-maintenance-1 .path23:before {
  content: "\efa5";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-maintenance-1 .path24:before {
  content: "\efa6";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-maintenance-1 .path25:before {
  content: "\efa7";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-fo-maintenance-2 .path1:before {
  content: "\efa8";
  color: rgb(211, 142, 42);
}
.icon-fo-maintenance-2 .path2:before {
  content: "\efa9";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-maintenance-2 .path3:before {
  content: "\efaa";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-maintenance-2 .path4:before {
  content: "\efab";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-fo-maintenance-3 .path1:before {
  content: "\efac";
  color: rgb(94, 159, 223);
}
.icon-fo-maintenance-3 .path2:before {
  content: "\efad";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-maintenance-3 .path3:before {
  content: "\efae";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-fo-maintenance-3 .path4:before {
  content: "\efaf";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-maintenance-3 .path5:before {
  content: "\efb0";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-maintenance-3 .path6:before {
  content: "\efb1";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-maintenance-3 .path7:before {
  content: "\efb2";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-maintenance-3 .path8:before {
  content: "\efb3";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-maintenance-3 .path9:before {
  content: "\efb4";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-maintenance-3 .path10:before {
  content: "\efb5";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-maintenance-3 .path11:before {
  content: "\efb6";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-maintenance-3 .path12:before {
  content: "\efb7";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-fo-maintenance-3 .path13:before {
  content: "\efb8";
  margin-left: -1em;
  color: rgb(228, 194, 144);
}
.icon-fo-maintenance-3 .path14:before {
  content: "\efb9";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-fo-maintenance-computer .path1:before {
  content: "\efba";
  color: rgb(94, 159, 223);
}
.icon-fo-maintenance-computer .path2:before {
  content: "\efbb";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-maintenance-computer .path3:before {
  content: "\efbc";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-maintenance-computer .path4:before {
  content: "\efbd";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-fo-maintenance-computer .path5:before {
  content: "\efbe";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-maintenance-computer .path6:before {
  content: "\efbf";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-maintenance-computer .path7:before {
  content: "\efc0";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-fo-maintenance-computer .path8:before {
  content: "\efc1";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-fo-maintenance-computer .path9:before {
  content: "\efc2";
  margin-left: -1em;
  color: rgb(228, 194, 144);
}
.icon-fo-maintenance-computer .path10:before {
  content: "\efc3";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-maintenance-computer .path11:before {
  content: "\efc4";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-maintenance-computer .path12:before {
  content: "\efc5";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-fo-maleware .path1:before {
  content: "\efc6";
  color: rgb(25, 118, 210);
}
.icon-fo-maleware .path2:before {
  content: "\efc7";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-maleware .path3:before {
  content: "\efc8";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-maleware .path4:before {
  content: "\efc9";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-maleware .path5:before {
  content: "\efca";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-fo-maleware .path6:before {
  content: "\efcb";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-maleware .path7:before {
  content: "\efcc";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-maleware .path8:before {
  content: "\efcd";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-fo-maleware .path9:before {
  content: "\efce";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-fo-maleware .path10:before {
  content: "\efcf";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-fo-maleware .path11:before {
  content: "\efd0";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-fo-maleware .path12:before {
  content: "\efd1";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-fo-maleware .path13:before {
  content: "\efd2";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-fo-maleware .path14:before {
  content: "\efd3";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-fo-maleware .path15:before {
  content: "\efd4";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-fo-maleware .path16:before {
  content: "\efd5";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-fo-maleware .path17:before {
  content: "\efd6";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-fo-maleware .path18:before {
  content: "\efd7";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-fo-maleware .path19:before {
  content: "\efd8";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-fo-maleware .path20:before {
  content: "\efd9";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-fo-maleware .path21:before {
  content: "\efda";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-fo-maleware .path22:before {
  content: "\efdb";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-fo-maleware .path23:before {
  content: "\efdc";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-fo-maleware .path24:before {
  content: "\efdd";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-fo-maleware .path25:before {
  content: "\efde";
  margin-left: -1em;
  color: rgb(228, 194, 144);
}
.icon-fo-maleware .path26:before {
  content: "\efdf";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-fo-maleware .path27:before {
  content: "\efe0";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-fo-maleware .path28:before {
  content: "\efe1";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-fo-maleware .path29:before {
  content: "\efe2";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-fo-maleware .path30:before {
  content: "\efe3";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-fo-management .path1:before {
  content: "\efe4";
  color: rgb(94, 159, 223);
}
.icon-fo-management .path2:before {
  content: "\efe5";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-management .path3:before {
  content: "\efe6";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-management .path4:before {
  content: "\efe7";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-management .path5:before {
  content: "\efe8";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-fo-management .path6:before {
  content: "\efe9";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-management .path7:before {
  content: "\efea";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-management .path8:before {
  content: "\efeb";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-fo-management .path9:before {
  content: "\efec";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-fo-management .path10:before {
  content: "\efed";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-fo-management .path11:before {
  content: "\efee";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-fo-management .path12:before {
  content: "\efef";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-fo-marketing-1 .path1:before {
  content: "\eff0";
  color: rgb(94, 159, 223);
}
.icon-fo-marketing-1 .path2:before {
  content: "\eff1";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-marketing-1 .path3:before {
  content: "\eff2";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-marketing-1 .path4:before {
  content: "\eff3";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-marketing-1 .path5:before {
  content: "\eff4";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-marketing-1 .path6:before {
  content: "\eff5";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-marketing-1 .path7:before {
  content: "\eff6";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-fo-marketing-1 .path8:before {
  content: "\eff7";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-marketing-1 .path9:before {
  content: "\eff8";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-fo-marketing-1 .path10:before {
  content: "\eff9";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-fo-marketing-1 .path11:before {
  content: "\effa";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-fo-marketing-1 .path12:before {
  content: "\effb";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-marketing-1 .path13:before {
  content: "\effc";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-marketing-1 .path14:before {
  content: "\effd";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-fo-marketing-1 .path15:before {
  content: "\effe";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-fo-marketing-2 .path1:before {
  content: "\efff";
  color: rgb(25, 118, 210);
}
.icon-fo-marketing-2 .path2:before {
  content: "\f000";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-marketing-2 .path3:before {
  content: "\f001";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-fo-marketing-2 .path4:before {
  content: "\f002";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-marketing-2 .path5:before {
  content: "\f003";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-fo-marketing-2 .path6:before {
  content: "\f004";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-marketing-2 .path7:before {
  content: "\f005";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-fo-marketing-2 .path8:before {
  content: "\f006";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-fo-marketing-2 .path9:before {
  content: "\f007";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-marketing-2 .path10:before {
  content: "\f008";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-marketing-2 .path11:before {
  content: "\f009";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-marketing-2 .path12:before {
  content: "\f00a";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-marketing-2 .path13:before {
  content: "\f00b";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-marketing-2 .path14:before {
  content: "\f00c";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-fo-marketing-2 .path15:before {
  content: "\f00d";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-fo-marketing-2 .path16:before {
  content: "\f00e";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-fo-marketing-2 .path17:before {
  content: "\f00f";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-fo-marketing-2 .path18:before {
  content: "\f010";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-fo-math .path1:before {
  content: "\f011";
  color: rgb(94, 159, 223);
}
.icon-fo-math .path2:before {
  content: "\f012";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-math .path3:before {
  content: "\f013";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-fo-math .path4:before {
  content: "\f014";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-fo-math .path5:before {
  content: "\f015";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-math .path6:before {
  content: "\f016";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-fo-math .path7:before {
  content: "\f017";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-fo-math .path8:before {
  content: "\f018";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-fo-math .path9:before {
  content: "\f019";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-fo-math .path10:before {
  content: "\f01a";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-fo-math .path11:before {
  content: "\f01b";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-fo-math .path12:before {
  content: "\f01c";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-fo-math .path13:before {
  content: "\f01d";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-fo-math .path14:before {
  content: "\f01e";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-fo-math .path15:before {
  content: "\f01f";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-fo-math .path16:before {
  content: "\f020";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-fo-medal-1 .path1:before {
  content: "\f021";
  color: rgb(211, 142, 42);
}
.icon-fo-medal-1 .path2:before {
  content: "\f022";
  margin-left: -0.84375em;
  color: rgb(25, 118, 210);
}
.icon-fo-medal-1 .path3:before {
  content: "\f023";
  margin-left: -0.84375em;
  color: rgb(211, 142, 42);
}
.icon-fo-medal-1 .path4:before {
  content: "\f024";
  margin-left: -0.84375em;
  color: rgb(94, 159, 223);
}
.icon-fo-medal-1 .path5:before {
  content: "\f025";
  margin-left: -0.84375em;
  color: rgb(243, 243, 243);
}
.icon-fo-medal-1 .path6:before {
  content: "\f026";
  margin-left: -0.84375em;
  color: rgb(211, 142, 42);
}
.icon-fo-medal-2 .path1:before {
  content: "\f027";
  color: rgb(25, 118, 210);
}
.icon-fo-medal-2 .path2:before {
  content: "\f028";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-medal-2 .path3:before {
  content: "\f029";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-medal-2 .path4:before {
  content: "\f02a";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-medal-2 .path5:before {
  content: "\f02b";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-medal-2 .path6:before {
  content: "\f02c";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-medal-2 .path7:before {
  content: "\f02d";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-fo-medal-2 .path8:before {
  content: "\f02e";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-fo-medal-2 .path9:before {
  content: "\f02f";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-fo-medal-2 .path10:before {
  content: "\f030";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-fo-medal-2 .path11:before {
  content: "\f031";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-fo-meeting .path1:before {
  content: "\f032";
  color: rgb(94, 159, 223);
}
.icon-fo-meeting .path2:before {
  content: "\f033";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-meeting .path3:before {
  content: "\f034";
  margin-left: -1em;
  color: rgb(228, 194, 144);
}
.icon-fo-meeting .path4:before {
  content: "\f035";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-fo-meeting .path5:before {
  content: "\f036";
  margin-left: -1em;
  color: rgb(228, 194, 144);
}
.icon-fo-meeting .path6:before {
  content: "\f037";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-meeting .path7:before {
  content: "\f038";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-meeting .path8:before {
  content: "\f039";
  margin-left: -1em;
  color: rgb(228, 194, 144);
}
.icon-fo-meeting .path9:before {
  content: "\f03a";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-meeting .path10:before {
  content: "\f03b";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-meeting .path11:before {
  content: "\f03c";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-meeting .path12:before {
  content: "\f03d";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-meeting .path13:before {
  content: "\f03e";
  margin-left: -1em;
  color: rgb(228, 194, 144);
}
.icon-fo-meeting .path14:before {
  content: "\f03f";
  margin-left: -1em;
  color: rgb(228, 194, 144);
}
.icon-fo-message-1 .path1:before {
  content: "\f040";
  color: rgb(25, 118, 210);
}
.icon-fo-message-1 .path2:before {
  content: "\f041";
  margin-left: -0.90625em;
  color: rgb(255, 255, 255);
}
.icon-fo-message-1 .path3:before {
  content: "\f042";
  margin-left: -0.90625em;
  color: rgb(94, 159, 223);
}
.icon-fo-message-1 .path4:before {
  content: "\f043";
  margin-left: -0.90625em;
  color: rgb(25, 118, 210);
}
.icon-fo-message-1 .path5:before {
  content: "\f044";
  margin-left: -0.90625em;
  color: rgb(217, 217, 217);
}
.icon-fo-message-1 .path6:before {
  content: "\f045";
  margin-left: -0.90625em;
  color: rgb(25, 118, 210);
}
.icon-fo-message-1 .path7:before {
  content: "\f046";
  margin-left: -0.90625em;
  color: rgb(211, 142, 42);
}
.icon-fo-message-1 .path8:before {
  content: "\f047";
  margin-left: -0.90625em;
  color: rgb(228, 194, 144);
}
.icon-fo-message-1 .path9:before {
  content: "\f048";
  margin-left: -0.90625em;
  color: rgb(228, 194, 144);
}
.icon-fo-message-1 .path10:before {
  content: "\f049";
  margin-left: -0.90625em;
  color: rgb(94, 159, 223);
}
.icon-fo-message-1 .path11:before {
  content: "\f04a";
  margin-left: -0.90625em;
  color: rgb(94, 159, 223);
}
.icon-fo-message-1 .path12:before {
  content: "\f04b";
  margin-left: -0.90625em;
  color: rgb(94, 159, 223);
}
.icon-fo-message-1 .path13:before {
  content: "\f04c";
  margin-left: -0.90625em;
  color: rgb(217, 217, 217);
}
.icon-fo-message-1 .path14:before {
  content: "\f04d";
  margin-left: -0.90625em;
  color: rgb(243, 243, 243);
}
.icon-fo-message-1 .path15:before {
  content: "\f04e";
  margin-left: -0.90625em;
  color: rgb(200, 200, 200);
}
.icon-fo-message-1 .path16:before {
  content: "\f04f";
  margin-left: -0.90625em;
  color: rgb(217, 217, 217);
}
.icon-fo-message-1 .path17:before {
  content: "\f050";
  margin-left: -0.90625em;
  color: rgb(25, 118, 210);
}
.icon-fo-message-1 .path18:before {
  content: "\f051";
  margin-left: -0.90625em;
  color: rgb(94, 159, 223);
}
.icon-fo-message-1 .path19:before {
  content: "\f052";
  margin-left: -0.90625em;
  color: rgb(94, 159, 223);
}
.icon-fo-message-1 .path20:before {
  content: "\f053";
  margin-left: -0.90625em;
  color: rgb(211, 142, 42);
}
.icon-fo-message-1 .path21:before {
  content: "\f054";
  margin-left: -0.90625em;
  color: rgb(253, 253, 253);
}
.icon-fo-message-2 .path1:before {
  content: "\f055";
  color: rgb(25, 118, 210);
}
.icon-fo-message-2 .path2:before {
  content: "\f056";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-fo-message-2 .path3:before {
  content: "\f057";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-fo-message-2 .path4:before {
  content: "\f058";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-message-2 .path5:before {
  content: "\f059";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-fo-message-2 .path6:before {
  content: "\f05a";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-message-2 .path7:before {
  content: "\f05b";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-message-2 .path8:before {
  content: "\f05c";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-message-2 .path9:before {
  content: "\f05d";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-fo-message-2 .path10:before {
  content: "\f05e";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-message-2 .path11:before {
  content: "\f05f";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-fo-message-2 .path12:before {
  content: "\f060";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-fo-message-2 .path13:before {
  content: "\f061";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-message-2 .path14:before {
  content: "\f062";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-fo-message-2 .path15:before {
  content: "\f063";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-fo-message-info .path1:before {
  content: "\f064";
  color: rgb(94, 159, 223);
}
.icon-fo-message-info .path2:before {
  content: "\f065";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-message-info .path3:before {
  content: "\f066";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-fo-message-info .path4:before {
  content: "\f067";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-message-info .path5:before {
  content: "\f068";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-message-info .path6:before {
  content: "\f069";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-message-info .path7:before {
  content: "\f06a";
  margin-left: -1em;
  color: rgb(228, 194, 144);
}
.icon-fo-message-info .path8:before {
  content: "\f06b";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-fo-message-info .path9:before {
  content: "\f06c";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-fo-message-info .path10:before {
  content: "\f06d";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-fo-message-info .path11:before {
  content: "\f06e";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-fo-message-info .path12:before {
  content: "\f06f";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-fo-message-info .path13:before {
  content: "\f070";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-fo-message-route .path1:before {
  content: "\f071";
  color: rgb(94, 159, 223);
}
.icon-fo-message-route .path2:before {
  content: "\f072";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-message-route .path3:before {
  content: "\f073";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-fo-message-route .path4:before {
  content: "\f074";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-fo-message-route .path5:before {
  content: "\f075";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-fo-message-route .path6:before {
  content: "\f076";
  margin-left: -1em;
  color: rgb(228, 194, 144);
}
.icon-fo-message-route .path7:before {
  content: "\f077";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-fo-message-route .path8:before {
  content: "\f078";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-fo-message-route .path9:before {
  content: "\f079";
  margin-left: -1em;
  color: rgb(200, 200, 200);
}
.icon-fo-message-route .path10:before {
  content: "\f07a";
  margin-left: -1em;
  color: rgb(200, 200, 200);
}
.icon-fo-message-route .path11:before {
  content: "\f07b";
  margin-left: -1em;
  color: rgb(228, 194, 144);
}
.icon-fo-message-route .path12:before {
  content: "\f07c";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-fo-message-route .path13:before {
  content: "\f07d";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-fo-mirror .path1:before {
  content: "\f07e";
  color: rgb(211, 142, 42);
}
.icon-fo-mirror .path2:before {
  content: "\f07f";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-mirror .path3:before {
  content: "\f080";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-mirror .path4:before {
  content: "\f081";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-fo-mirror .path5:before {
  content: "\f082";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-fo-ml-workbench .path1:before {
  content: "\f083";
  color: rgb(94, 159, 223);
}
.icon-fo-ml-workbench .path2:before {
  content: "\f084";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-fo-ml-workbench .path3:before {
  content: "\f085";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-ml-workbench .path4:before {
  content: "\f086";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-ml-workbench .path5:before {
  content: "\f087";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-fo-ml-workbench .path6:before {
  content: "\f088";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-fo-ml-workbench .path7:before {
  content: "\f089";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-fo-mobile-apps .path1:before {
  content: "\f08a";
  color: rgb(25, 118, 210);
}
.icon-fo-mobile-apps .path2:before {
  content: "\f08b";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-fo-mobile-apps .path3:before {
  content: "\f08c";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-fo-mobile-apps .path4:before {
  content: "\f08d";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-fo-mobile-apps .path5:before {
  content: "\f08e";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-fo-mobile-apps .path6:before {
  content: "\f08f";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-fo-mobile-apps .path7:before {
  content: "\f090";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-fo-mobile-apps .path8:before {
  content: "\f091";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-mobile-apps .path9:before {
  content: "\f092";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-mobile-apps .path10:before {
  content: "\f093";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-mobile-apps .path11:before {
  content: "\f094";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-mobile-apps .path12:before {
  content: "\f095";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-fo-mobile-apps .path13:before {
  content: "\f096";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-fo-mobile-book .path1:before {
  content: "\f097";
  color: rgb(94, 159, 223);
}
.icon-fo-mobile-book .path2:before {
  content: "\f098";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-fo-mobile-book .path3:before {
  content: "\f099";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-fo-mobile-book .path4:before {
  content: "\f09a";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-fo-mobile-book .path5:before {
  content: "\f09b";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-fo-mobile-book .path6:before {
  content: "\f09c";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-fo-mobile-book .path7:before {
  content: "\f09d";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-fo-mobile-cloud .path1:before {
  content: "\f09e";
  color: rgb(243, 243, 243);
}
.icon-fo-mobile-cloud .path2:before {
  content: "\f09f";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-fo-mobile-cloud .path3:before {
  content: "\f0a0";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-mobile-cloud .path4:before {
  content: "\f0a1";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-fo-mobile-cloud .path5:before {
  content: "\f0a2";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-fo-mobile-cloud .path6:before {
  content: "\f0a3";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-fo-mobile-cloud .path7:before {
  content: "\f0a4";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-fo-mobile-code .path1:before {
  content: "\f0a5";
  color: rgb(94, 159, 223);
}
.icon-fo-mobile-code .path2:before {
  content: "\f0a6";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-fo-mobile-code .path3:before {
  content: "\f0a7";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-fo-mobile-code .path4:before {
  content: "\f0a8";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-mobile-code .path5:before {
  content: "\f0a9";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-mobile-code .path6:before {
  content: "\f0aa";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-fo-mobile-code .path7:before {
  content: "\f0ab";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-fo-mobile-code .path8:before {
  content: "\f0ac";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-fo-mobile-code .path9:before {
  content: "\f0ad";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-mobile-code .path10:before {
  content: "\f0ae";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-fo-mobile-code .path11:before {
  content: "\f0af";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-mobile-code .path12:before {
  content: "\f0b0";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-fo-mobile-discussion .path1:before {
  content: "\f0b1";
  color: rgb(94, 159, 223);
}
.icon-fo-mobile-discussion .path2:before {
  content: "\f0b2";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-fo-mobile-discussion .path3:before {
  content: "\f0b3";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-fo-mobile-discussion .path4:before {
  content: "\f0b4";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-fo-mobile-discussion .path5:before {
  content: "\f0b5";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-fo-mobile-discussion .path6:before {
  content: "\f0b6";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-mobile-discussion .path7:before {
  content: "\f0b7";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-mobile-discussion .path8:before {
  content: "\f0b8";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-mobile-discussion .path9:before {
  content: "\f0b9";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-fo-mobile-discussion .path10:before {
  content: "\f0ba";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-fo-mobile-discussion .path11:before {
  content: "\f0bb";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-mobile-discussion .path12:before {
  content: "\f0bc";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-fo-mobile-ebook .path1:before {
  content: "\f0bd";
  color: rgb(94, 159, 223);
}
.icon-fo-mobile-ebook .path2:before {
  content: "\f0be";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-fo-mobile-ebook .path3:before {
  content: "\f0bf";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-fo-mobile-ebook .path4:before {
  content: "\f0c0";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-fo-mobile-ebook .path5:before {
  content: "\f0c1";
  margin-left: -1em;
  color: rgb(228, 194, 144);
}
.icon-fo-mobile-ebook .path6:before {
  content: "\f0c2";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-fo-mobile-ebook .path7:before {
  content: "\f0c3";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-fo-mobile-info .path1:before {
  content: "\f0c4";
  color: rgb(94, 159, 223);
}
.icon-fo-mobile-info .path2:before {
  content: "\f0c5";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-fo-mobile-info .path3:before {
  content: "\f0c6";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-fo-mobile-info .path4:before {
  content: "\f0c7";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-fo-mobile-info .path5:before {
  content: "\f0c8";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-fo-mobile-info .path6:before {
  content: "\f0c9";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-fo-mobile-info .path7:before {
  content: "\f0ca";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-fo-mobile-info .path8:before {
  content: "\f0cb";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-fo-mobile-info .path9:before {
  content: "\f0cc";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-mobile-info .path10:before {
  content: "\f0cd";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-fo-mobile-info .path11:before {
  content: "\f0ce";
  margin-left: -1em;
  color: rgb(200, 200, 200);
}
.icon-fo-mobile-info .path12:before {
  content: "\f0cf";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-fo-mobile-info .path13:before {
  content: "\f0d0";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-fo-mobile-info .path14:before {
  content: "\f0d1";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-fo-mobile-layout .path1:before {
  content: "\f0d2";
  color: rgb(94, 159, 223);
}
.icon-fo-mobile-layout .path2:before {
  content: "\f0d3";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-fo-mobile-layout .path3:before {
  content: "\f0d4";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-mobile-layout .path4:before {
  content: "\f0d5";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-fo-mobile-layout .path5:before {
  content: "\f0d6";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-fo-mobile-layout .path6:before {
  content: "\f0d7";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-fo-mobile-layout .path7:before {
  content: "\f0d8";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-fo-mobile-layout .path8:before {
  content: "\f0d9";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-fo-mobile-layout .path9:before {
  content: "\f0da";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-fo-mobile-layout .path10:before {
  content: "\f0db";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-mobile-layout .path11:before {
  content: "\f0dc";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-fo-mobile-layout .path12:before {
  content: "\f0dd";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-fo-mobile-layout .path13:before {
  content: "\f0de";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-mobile-layout .path14:before {
  content: "\f0df";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-fo-mobile-layout .path15:before {
  content: "\f0e0";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-fo-mobile-layout .path16:before {
  content: "\f0e1";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-fo-mobile-layout .path17:before {
  content: "\f0e2";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-fo-mobile-lock .path1:before {
  content: "\f0e3";
  color: rgb(94, 159, 223);
}
.icon-fo-mobile-lock .path2:before {
  content: "\f0e4";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-fo-mobile-lock .path3:before {
  content: "\f0e5";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-fo-mobile-lock .path4:before {
  content: "\f0e6";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-fo-mobile-lock .path5:before {
  content: "\f0e7";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-mobile-lock .path6:before {
  content: "\f0e8";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-fo-mobile-lock .path7:before {
  content: "\f0e9";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-fo-mobile-lock .path8:before {
  content: "\f0ea";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-mobile-lock .path9:before {
  content: "\f0eb";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-fo-mobile-lock .path10:before {
  content: "\f0ec";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-mobile-lock .path11:before {
  content: "\f0ed";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-mobile-lock .path12:before {
  content: "\f0ee";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-mobile-lock .path13:before {
  content: "\f0ef";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-fo-mobile-maintenance .path1:before {
  content: "\f0f0";
  color: rgb(94, 159, 223);
}
.icon-fo-mobile-maintenance .path2:before {
  content: "\f0f1";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-fo-mobile-maintenance .path3:before {
  content: "\f0f2";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-fo-mobile-maintenance .path4:before {
  content: "\f0f3";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-mobile-maintenance .path5:before {
  content: "\f0f4";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-mobile-maintenance .path6:before {
  content: "\f0f5";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-fo-mobile-maintenance .path7:before {
  content: "\f0f6";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-fo-mobile-maintenance .path8:before {
  content: "\f0f7";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-fo-mobile-maintenance .path9:before {
  content: "\f0f8";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-fo-mobile-maintenance .path10:before {
  content: "\f0f9";
  margin-left: -1em;
  color: rgb(228, 194, 144);
}
.icon-fo-mobile-news .path1:before {
  content: "\f0fa";
  color: rgb(25, 118, 210);
}
.icon-fo-mobile-news .path2:before {
  content: "\f0fb";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-fo-mobile-news .path3:before {
  content: "\f0fc";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-mobile-news .path4:before {
  content: "\f0fd";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-fo-mobile-news .path5:before {
  content: "\f0fe";
  margin-left: -1em;
  color: rgb(200, 200, 200);
}
.icon-fo-mobile-news .path6:before {
  content: "\f0ff";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-fo-mobile-news .path7:before {
  content: "\f100";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-fo-mobile-news .path8:before {
  content: "\f101";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-fo-mobile-news .path9:before {
  content: "\f102";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-mobile-news .path10:before {
  content: "\f103";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-fo-mobile-news .path11:before {
  content: "\f104";
  margin-left: -1em;
  color: rgb(200, 200, 200);
}
.icon-fo-mobile-payment .path1:before {
  content: "\f105";
  color: rgb(228, 194, 144);
}
.icon-fo-mobile-payment .path2:before {
  content: "\f106";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-fo-mobile-payment .path3:before {
  content: "\f107";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-mobile-payment .path4:before {
  content: "\f108";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-fo-mobile-payment .path5:before {
  content: "\f109";
  margin-left: -1em;
  color: rgb(228, 194, 144);
}
.icon-fo-mobile-payment .path6:before {
  content: "\f10a";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-fo-mobile-payment .path7:before {
  content: "\f10b";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-mobile-payment .path8:before {
  content: "\f10c";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-fo-mobile-payment .path9:before {
  content: "\f10d";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-mobile-payment .path10:before {
  content: "\f10e";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-mobile-payment .path11:before {
  content: "\f10f";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-fo-mobile-payment .path12:before {
  content: "\f110";
  margin-left: -1em;
  color: rgb(228, 194, 144);
}
.icon-fo-mobile-payment .path13:before {
  content: "\f111";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-fo-mobile-payment .path14:before {
  content: "\f112";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-fo-mobile-payment .path15:before {
  content: "\f113";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-fo-mobile-protection .path1:before {
  content: "\f114";
  color: rgb(94, 159, 223);
}
.icon-fo-mobile-protection .path2:before {
  content: "\f115";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-fo-mobile-protection .path3:before {
  content: "\f116";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-mobile-protection .path4:before {
  content: "\f117";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-mobile-protection .path5:before {
  content: "\f118";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-fo-mobile-protection .path6:before {
  content: "\f119";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-mobile-protection .path7:before {
  content: "\f11a";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-mobile-protection .path8:before {
  content: "\f11b";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-fo-mobile-protection .path9:before {
  content: "\f11c";
  margin-left: -1em;
  color: rgb(200, 200, 200);
}
.icon-fo-mobile-protection .path10:before {
  content: "\f11d";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-fo-mobile-protection .path11:before {
  content: "\f11e";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-fo-mobile-protection .path12:before {
  content: "\f11f";
  margin-left: -1em;
  color: rgb(228, 194, 144);
}
.icon-fo-mobile-security .path1:before {
  content: "\f120";
  color: rgb(211, 142, 42);
}
.icon-fo-mobile-security .path2:before {
  content: "\f121";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-fo-mobile-security .path3:before {
  content: "\f122";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-fo-mobile-security .path4:before {
  content: "\f123";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-mobile-security .path5:before {
  content: "\f124";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-fo-mobile-security .path6:before {
  content: "\f125";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-fo-mobile-security .path7:before {
  content: "\f126";
  margin-left: -1em;
  color: rgb(200, 200, 200);
}
.icon-fo-mobile-security .path8:before {
  content: "\f127";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-fo-mobile-security .path9:before {
  content: "\f128";
  margin-left: -1em;
  color: rgb(200, 200, 200);
}
.icon-fo-mobile-security .path10:before {
  content: "\f129";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-mobile-security .path11:before {
  content: "\f12a";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-mobile-security .path12:before {
  content: "\f12b";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-mobile-security .path13:before {
  content: "\f12c";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-mobile-security .path14:before {
  content: "\f12d";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-fo-mobile-security .path15:before {
  content: "\f12e";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-mobile-security .path16:before {
  content: "\f12f";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-fo-mobile-security .path17:before {
  content: "\f130";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-fo-mobile-security .path18:before {
  content: "\f131";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-mobile-shop .path1:before {
  content: "\f132";
  color: rgb(94, 159, 223);
}
.icon-fo-mobile-shop .path2:before {
  content: "\f133";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-fo-mobile-shop .path3:before {
  content: "\f134";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-fo-mobile-shop .path4:before {
  content: "\f135";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-mobile-shop .path5:before {
  content: "\f136";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-fo-mobile-shop .path6:before {
  content: "\f137";
  margin-left: -1em;
  color: rgb(200, 200, 200);
}
.icon-fo-mobile-shop .path7:before {
  content: "\f138";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-fo-mobile-shop .path8:before {
  content: "\f139";
  margin-left: -1em;
  color: rgb(253, 253, 253);
}
.icon-fo-mobile-site .path1:before {
  content: "\f13a";
  color: rgb(94, 159, 223);
}
.icon-fo-mobile-site .path2:before {
  content: "\f13b";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-mobile-site .path3:before {
  content: "\f13c";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-fo-mobile-site .path4:before {
  content: "\f13d";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-fo-mobile-site .path5:before {
  content: "\f13e";
  margin-left: -1em;
  color: rgb(200, 200, 200);
}
.icon-fo-mobile-site .path6:before {
  content: "\f13f";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-mobile-site .path7:before {
  content: "\f140";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-fo-mobile-site .path8:before {
  content: "\f141";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-mobile-site .path9:before {
  content: "\f142";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-mobile-site .path10:before {
  content: "\f143";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-mobile-site .path11:before {
  content: "\f144";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-mobile-site .path12:before {
  content: "\f145";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-fo-mobile-site .path13:before {
  content: "\f146";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-mobile-site .path14:before {
  content: "\f147";
  margin-left: -1em;
  color: rgb(228, 194, 144);
}
.icon-fo-mobile-site .path15:before {
  content: "\f148";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-mobile-site .path16:before {
  content: "\f149";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-fo-mobile-site .path17:before {
  content: "\f14a";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-mobile-site .path18:before {
  content: "\f14b";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-fo-mobile-site .path19:before {
  content: "\f14c";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-mobile-site .path20:before {
  content: "\f14d";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-mobile-site .path21:before {
  content: "\f14e";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-mobile-site .path22:before {
  content: "\f14f";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-fo-mobile-site .path23:before {
  content: "\f150";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-fo-mobile-web .path1:before {
  content: "\f151";
  color: rgb(94, 159, 223);
}
.icon-fo-mobile-web .path2:before {
  content: "\f152";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-fo-mobile-web .path3:before {
  content: "\f153";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-mobile-web .path4:before {
  content: "\f154";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-mobile-web .path5:before {
  content: "\f155";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-fo-mobile-web .path6:before {
  content: "\f156";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-mobile-web .path7:before {
  content: "\f157";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-mobile-web .path8:before {
  content: "\f158";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-fo-mobile-web .path9:before {
  content: "\f159";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-fo-mobile-web .path10:before {
  content: "\f15a";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-fo-mobile-web .path11:before {
  content: "\f15b";
  margin-left: -1em;
  color: rgb(200, 200, 200);
}
.icon-fo-mobile-web .path12:before {
  content: "\f15c";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-fo-mobile-web .path13:before {
  content: "\f15d";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-fo-mobile-web .path14:before {
  content: "\f15e";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-fo-mockup .path1:before {
  content: "\f15f";
  color: rgb(94, 159, 223);
}
.icon-fo-mockup .path2:before {
  content: "\f160";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-mockup .path3:before {
  content: "\f161";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-mockup .path4:before {
  content: "\f162";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-fo-mockup .path5:before {
  content: "\f163";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-mockup .path6:before {
  content: "\f164";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-mockup .path7:before {
  content: "\f165";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-mockup .path8:before {
  content: "\f166";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-fo-mockup .path9:before {
  content: "\f167";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-fo-mockup .path10:before {
  content: "\f168";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-fo-mockup .path11:before {
  content: "\f169";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-mockup .path12:before {
  content: "\f16a";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-fo-mockup .path13:before {
  content: "\f16b";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-fo-mockup .path14:before {
  content: "\f16c";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-fo-modem .path1:before {
  content: "\f16d";
  color: rgb(94, 159, 223);
}
.icon-fo-modem .path2:before {
  content: "\f16e";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-fo-modem .path3:before {
  content: "\f16f";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-modem .path4:before {
  content: "\f170";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-modem .path5:before {
  content: "\f171";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-modem .path6:before {
  content: "\f172";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-modem .path7:before {
  content: "\f173";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-modem .path8:before {
  content: "\f174";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-modem .path9:before {
  content: "\f175";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-modem .path10:before {
  content: "\f176";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-fo-modem .path11:before {
  content: "\f177";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-fo-modem .path12:before {
  content: "\f178";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-money .path1:before {
  content: "\f179";
  color: rgb(211, 142, 42);
}
.icon-fo-money .path2:before {
  content: "\f17a";
  margin-left: -1em;
  color: rgb(228, 194, 144);
}
.icon-fo-money .path3:before {
  content: "\f17b";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-fo-money .path4:before {
  content: "\f17c";
  margin-left: -1em;
  color: rgb(228, 194, 144);
}
.icon-fo-money .path5:before {
  content: "\f17d";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-fo-money .path6:before {
  content: "\f17e";
  margin-left: -1em;
  color: rgb(228, 194, 144);
}
.icon-fo-money .path7:before {
  content: "\f17f";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-money .path8:before {
  content: "\f180";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-money .path9:before {
  content: "\f181";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-money .path10:before {
  content: "\f182";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-money .path11:before {
  content: "\f183";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-money .path12:before {
  content: "\f184";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-money .path13:before {
  content: "\f185";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-money .path14:before {
  content: "\f186";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-fo-money .path15:before {
  content: "\f187";
  margin-left: -1em;
  color: rgb(228, 194, 144);
}
.icon-fo-money .path16:before {
  content: "\f188";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-fo-money .path17:before {
  content: "\f189";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-fo-money .path18:before {
  content: "\f18a";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-fo-money .path19:before {
  content: "\f18b";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-fo-money .path20:before {
  content: "\f18c";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-fo-music-engineer .path1:before {
  content: "\f18d";
  color: rgb(211, 142, 42);
}
.icon-fo-music-engineer .path2:before {
  content: "\f18e";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-music-engineer .path3:before {
  content: "\f18f";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-music-engineer .path4:before {
  content: "\f190";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-music-engineer .path5:before {
  content: "\f191";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-music-engineer .path6:before {
  content: "\f192";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-fo-music-engineer .path7:before {
  content: "\f193";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-fo-music-engineer .path8:before {
  content: "\f194";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-fo-music-engineer .path9:before {
  content: "\f195";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-music-engineer .path10:before {
  content: "\f196";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-fo-music-engineer .path11:before {
  content: "\f197";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-music-engineer .path12:before {
  content: "\f198";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-fo-music-engineer .path13:before {
  content: "\f199";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-fo-music-engineer .path14:before {
  content: "\f19a";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-fo-music-engineer .path15:before {
  content: "\f19b";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-nerve .path1:before {
  content: "\f19c";
  color: rgb(217, 217, 217);
}
.icon-fo-nerve .path2:before {
  content: "\f19d";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-nerve .path3:before {
  content: "\f19e";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-fo-nerve .path4:before {
  content: "\f19f";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-fo-nerve .path5:before {
  content: "\f1a0";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-nerve .path6:before {
  content: "\f1a1";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-fo-nerve .path7:before {
  content: "\f1a2";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-nerve .path8:before {
  content: "\f1a3";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-fo-network .path1:before {
  content: "\f1a4";
  color: rgb(94, 159, 223);
}
.icon-fo-network .path2:before {
  content: "\f1a5";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-network .path3:before {
  content: "\f1a6";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-network .path4:before {
  content: "\f1a7";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-network .path5:before {
  content: "\f1a8";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-fo-network .path6:before {
  content: "\f1a9";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-fo-network .path7:before {
  content: "\f1aa";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-fo-network .path8:before {
  content: "\f1ab";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-network .path9:before {
  content: "\f1ac";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-fo-network .path10:before {
  content: "\f1ad";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-fo-network .path11:before {
  content: "\f1ae";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-fo-network .path12:before {
  content: "\f1af";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-network .path13:before {
  content: "\f1b0";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-fo-network .path14:before {
  content: "\f1b1";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-fo-network .path15:before {
  content: "\f1b2";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-fo-network .path16:before {
  content: "\f1b3";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-network .path17:before {
  content: "\f1b4";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-fo-network .path18:before {
  content: "\f1b5";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-fo-network .path19:before {
  content: "\f1b6";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-fo-network .path20:before {
  content: "\f1b7";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-fo-network .path21:before {
  content: "\f1b8";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-fo-network .path22:before {
  content: "\f1b9";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-network .path23:before {
  content: "\f1ba";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-networking-1 .path1:before {
  content: "\f1bb";
  color: rgb(217, 217, 217);
}
.icon-fo-networking-1 .path2:before {
  content: "\f1bc";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-networking-1 .path3:before {
  content: "\f1bd";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-fo-networking-1 .path4:before {
  content: "\f1be";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-fo-networking-1 .path5:before {
  content: "\f1bf";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-fo-networking-1 .path6:before {
  content: "\f1c0";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-fo-networking-1 .path7:before {
  content: "\f1c1";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-fo-networking-1 .path8:before {
  content: "\f1c2";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-fo-networking-1 .path9:before {
  content: "\f1c3";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-fo-networking-1 .path10:before {
  content: "\f1c4";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-fo-networking-2 .path1:before {
  content: "\f1c5";
  color: rgb(25, 118, 210);
}
.icon-fo-networking-2 .path2:before {
  content: "\f1c6";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-networking-2 .path3:before {
  content: "\f1c7";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-networking-2 .path4:before {
  content: "\f1c8";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-networking-2 .path5:before {
  content: "\f1c9";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-networking-2 .path6:before {
  content: "\f1ca";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-networking-2 .path7:before {
  content: "\f1cb";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-networking-2 .path8:before {
  content: "\f1cc";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-networking-2 .path9:before {
  content: "\f1cd";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-networking-2 .path10:before {
  content: "\f1ce";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-networking-2 .path11:before {
  content: "\f1cf";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-networking-2 .path12:before {
  content: "\f1d0";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-networking-2 .path13:before {
  content: "\f1d1";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-networking-2 .path14:before {
  content: "\f1d2";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-networking-2 .path15:before {
  content: "\f1d3";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-networking-2 .path16:before {
  content: "\f1d4";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-networking-2 .path17:before {
  content: "\f1d5";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-networking-2 .path18:before {
  content: "\f1d6";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-networking-2 .path19:before {
  content: "\f1d7";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-fo-networking-2 .path20:before {
  content: "\f1d8";
  margin-left: -1em;
  color: rgb(253, 253, 253);
}
.icon-fo-networking-2 .path21:before {
  content: "\f1d9";
  margin-left: -1em;
  color: rgb(253, 253, 253);
}
.icon-fo-networking-2 .path22:before {
  content: "\f1da";
  margin-left: -1em;
  color: rgb(253, 253, 253);
}
.icon-fo-networking-2 .path23:before {
  content: "\f1db";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-fo-news .path1:before {
  content: "\f1dc";
  color: rgb(243, 243, 243);
}
.icon-fo-news .path2:before {
  content: "\f1dd";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-fo-news .path3:before {
  content: "\f1de";
  margin-left: -1em;
  color: rgb(200, 200, 200);
}
.icon-fo-news .path4:before {
  content: "\f1df";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-fo-news .path5:before {
  content: "\f1e0";
  margin-left: -1em;
  color: rgb(228, 194, 144);
}
.icon-fo-news .path6:before {
  content: "\f1e1";
  margin-left: -1em;
  color: rgb(228, 194, 144);
}
.icon-fo-news .path7:before {
  content: "\f1e2";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-fo-news .path8:before {
  content: "\f1e3";
  margin-left: -1em;
  color: rgb(228, 194, 144);
}
.icon-fo-news .path9:before {
  content: "\f1e4";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-fo-news .path10:before {
  content: "\f1e5";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-news .path11:before {
  content: "\f1e6";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-fo-news .path12:before {
  content: "\f1e7";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-news .path13:before {
  content: "\f1e8";
  margin-left: -1em;
  color: rgb(253, 253, 253);
}
.icon-fo-news .path14:before {
  content: "\f1e9";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-fo-newsletter .path1:before {
  content: "\f1ea";
  color: rgb(211, 142, 42);
}
.icon-fo-newsletter .path2:before {
  content: "\f1eb";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-fo-newsletter .path3:before {
  content: "\f1ec";
  margin-left: -1em;
  color: rgb(228, 194, 144);
}
.icon-fo-newsletter .path4:before {
  content: "\f1ed";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-fo-newsletter .path5:before {
  content: "\f1ee";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-newsletter .path6:before {
  content: "\f1ef";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-fo-newsletter .path7:before {
  content: "\f1f0";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-fo-newsletter .path8:before {
  content: "\f1f1";
  margin-left: -1em;
  color: rgb(253, 253, 253);
}
.icon-fo-newsletter .path9:before {
  content: "\f1f2";
  margin-left: -1em;
  color: rgb(253, 253, 253);
}
.icon-fo-newsletter .path10:before {
  content: "\f1f3";
  margin-left: -1em;
  color: rgb(253, 253, 253);
}
.icon-fo-newsletter .path11:before {
  content: "\f1f4";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-fo-no-internet .path1:before {
  content: "\f1f5";
  color: rgb(94, 159, 223);
}
.icon-fo-no-internet .path2:before {
  content: "\f1f6";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-fo-no-internet .path3:before {
  content: "\f1f7";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-fo-no-internet .path4:before {
  content: "\f1f8";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-fo-no-internet .path5:before {
  content: "\f1f9";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-fo-no-internet .path6:before {
  content: "\f1fa";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-fo-no-internet .path7:before {
  content: "\f1fb";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-no-internet .path8:before {
  content: "\f1fc";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-fo-no-internet .path9:before {
  content: "\f1fd";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-fo-no-internet .path10:before {
  content: "\f1fe";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-fo-no-internet .path11:before {
  content: "\f1ff";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-fo-no-internet .path12:before {
  content: "\f200";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-fo-notification-1 .path1:before {
  content: "\f201";
  color: rgb(228, 194, 144);
}
.icon-fo-notification-1 .path2:before {
  content: "\f202";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-fo-notification-1 .path3:before {
  content: "\f203";
  margin-left: -1em;
  color: rgb(228, 194, 144);
}
.icon-fo-notification-1 .path4:before {
  content: "\f204";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-fo-notification-1 .path5:before {
  content: "\f205";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-notification-1 .path6:before {
  content: "\f206";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-notification-1 .path7:before {
  content: "\f207";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-fo-notification-1 .path8:before {
  content: "\f208";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-fo-notification-1 .path9:before {
  content: "\f209";
  margin-left: -1em;
  color: rgb(228, 194, 144);
}
.icon-fo-notification-1 .path10:before {
  content: "\f20a";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-fo-notification-1 .path11:before {
  content: "\f20b";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-notification-1 .path12:before {
  content: "\f20c";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-fo-notification-2 .path1:before {
  content: "\f20d";
  color: rgb(25, 118, 210);
}
.icon-fo-notification-2 .path2:before {
  content: "\f20e";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-fo-notification-2 .path3:before {
  content: "\f20f";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-notification-2 .path4:before {
  content: "\f210";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-fo-notification-2 .path5:before {
  content: "\f211";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-fo-notification-2 .path6:before {
  content: "\f212";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-notification-2 .path7:before {
  content: "\f213";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-fo-notification-2 .path8:before {
  content: "\f214";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-notification-2 .path9:before {
  content: "\f215";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-fo-notification-2 .path10:before {
  content: "\f216";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-fo-notification-2 .path11:before {
  content: "\f217";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-fo-notification-2 .path12:before {
  content: "\f218";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-fo-notification-2 .path13:before {
  content: "\f219";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-fo-notification-2 .path14:before {
  content: "\f21a";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-fo-notification-2 .path15:before {
  content: "\f21b";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-fo-notification-2 .path16:before {
  content: "\f21c";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-fo-notification-2 .path17:before {
  content: "\f21d";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-fo-objects .path1:before {
  content: "\f21e";
  color: rgb(243, 243, 243);
}
.icon-fo-objects .path2:before {
  content: "\f21f";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-objects .path3:before {
  content: "\f220";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-objects .path4:before {
  content: "\f221";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-objects .path5:before {
  content: "\f222";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-objects .path6:before {
  content: "\f223";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-fo-objects .path7:before {
  content: "\f224";
  margin-left: -1em;
  color: rgb(228, 194, 144);
}
.icon-fo-objects .path8:before {
  content: "\f225";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-fo-objects .path9:before {
  content: "\f226";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-fo-objects .path10:before {
  content: "\f227";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-fo-offer .path1:before {
  content: "\f228";
  color: rgb(211, 142, 42);
}
.icon-fo-offer .path2:before {
  content: "\f229";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-fo-offer .path3:before {
  content: "\f22a";
  margin-left: -1em;
  color: rgb(228, 194, 144);
}
.icon-fo-offer .path4:before {
  content: "\f22b";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-fo-offer .path5:before {
  content: "\f22c";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-offer .path6:before {
  content: "\f22d";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-fo-offer .path7:before {
  content: "\f22e";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-fo-offer .path8:before {
  content: "\f22f";
  margin-left: -1em;
  color: rgb(253, 253, 253);
}
.icon-fo-office .path1:before {
  content: "\f230";
  color: rgb(94, 159, 223);
}
.icon-fo-office .path2:before {
  content: "\f231";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-office .path3:before {
  content: "\f232";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-fo-office .path4:before {
  content: "\f233";
  margin-left: -1em;
  color: rgb(253, 253, 253);
}
.icon-fo-office .path5:before {
  content: "\f234";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-fo-office .path6:before {
  content: "\f235";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-fo-office .path7:before {
  content: "\f236";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-fo-office .path8:before {
  content: "\f237";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-fo-office .path9:before {
  content: "\f238";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-fo-office .path10:before {
  content: "\f239";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-fo-office .path11:before {
  content: "\f23a";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-fo-office .path12:before {
  content: "\f23b";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-fo-office .path13:before {
  content: "\f23c";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-fo-office .path14:before {
  content: "\f23d";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-fo-office .path15:before {
  content: "\f23e";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-fo-office .path16:before {
  content: "\f23f";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-fo-office .path17:before {
  content: "\f240";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-office .path18:before {
  content: "\f241";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-fo-office .path19:before {
  content: "\f242";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-fo-office .path20:before {
  content: "\f243";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-office .path21:before {
  content: "\f244";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-fo-office .path22:before {
  content: "\f245";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-office .path23:before {
  content: "\f246";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-fo-office .path24:before {
  content: "\f247";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-online .path1:before {
  content: "\f248";
  color: rgb(25, 118, 210);
}
.icon-fo-online .path2:before {
  content: "\f249";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-online .path3:before {
  content: "\f24a";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-fo-online .path4:before {
  content: "\f24b";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-fo-online .path5:before {
  content: "\f24c";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-online .path6:before {
  content: "\f24d";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-online .path7:before {
  content: "\f24e";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-fo-online .path8:before {
  content: "\f24f";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-fo-online .path9:before {
  content: "\f250";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-fo-online .path10:before {
  content: "\f251";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-online .path11:before {
  content: "\f252";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-fo-online .path12:before {
  content: "\f253";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-online .path13:before {
  content: "\f254";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-fo-online .path14:before {
  content: "\f255";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-online .path15:before {
  content: "\f256";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-fo-online .path16:before {
  content: "\f257";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-online .path17:before {
  content: "\f258";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-fo-online .path18:before {
  content: "\f259";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-online .path19:before {
  content: "\f25a";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-fo-online .path20:before {
  content: "\f25b";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-online .path21:before {
  content: "\f25c";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-fo-online .path22:before {
  content: "\f25d";
  margin-left: -1em;
  color: rgb(253, 253, 253);
}
.icon-fo-online .path23:before {
  content: "\f25e";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-online .path24:before {
  content: "\f25f";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-online .path25:before {
  content: "\f260";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-fo-online .path26:before {
  content: "\f261";
  margin-left: -1em;
  color: rgb(253, 253, 253);
}
.icon-fo-online .path27:before {
  content: "\f262";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-fo-online-ads .path1:before {
  content: "\f263";
  color: rgb(94, 159, 223);
}
.icon-fo-online-ads .path2:before {
  content: "\f264";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-online-ads .path3:before {
  content: "\f265";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-fo-online-ads .path4:before {
  content: "\f266";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-online-ads .path5:before {
  content: "\f267";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-online-ads .path6:before {
  content: "\f268";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-online-ads .path7:before {
  content: "\f269";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-online-ads .path8:before {
  content: "\f26a";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-online-ads .path9:before {
  content: "\f26b";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-fo-online-ads .path10:before {
  content: "\f26c";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-fo-online-ads .path11:before {
  content: "\f26d";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-fo-online-ads .path12:before {
  content: "\f26e";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-fo-online-book-1 .path1:before {
  content: "\f26f";
  color: rgb(25, 118, 210);
}
.icon-fo-online-book-1 .path2:before {
  content: "\f270";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-fo-online-book-1 .path3:before {
  content: "\f271";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-fo-online-book-1 .path4:before {
  content: "\f272";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-fo-online-book-1 .path5:before {
  content: "\f273";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-fo-online-book-1 .path6:before {
  content: "\f274";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-fo-online-book-1 .path7:before {
  content: "\f275";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-fo-online-book-1 .path8:before {
  content: "\f276";
  margin-left: -1em;
  color: rgb(200, 200, 200);
}
.icon-fo-online-book-1 .path9:before {
  content: "\f277";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-online-book-1 .path10:before {
  content: "\f278";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-online-book-1 .path11:before {
  content: "\f279";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-fo-online-book-1 .path12:before {
  content: "\f27a";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-online-book-1 .path13:before {
  content: "\f27b";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-fo-online-book-2 .path1:before {
  content: "\f27c";
  color: rgb(94, 159, 223);
}
.icon-fo-online-book-2 .path2:before {
  content: "\f27d";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-fo-online-book-2 .path3:before {
  content: "\f27e";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-online-book-2 .path4:before {
  content: "\f27f";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-online-book-2 .path5:before {
  content: "\f280";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-fo-online-book-2 .path6:before {
  content: "\f281";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-online-book-2 .path7:before {
  content: "\f282";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-fo-online-book-2 .path8:before {
  content: "\f283";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-fo-online-book-2 .path9:before {
  content: "\f284";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-fo-online-book-2 .path10:before {
  content: "\f285";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-fo-online-book-2 .path11:before {
  content: "\f286";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-fo-online-book-3 .path1:before {
  content: "\f287";
  color: rgb(94, 159, 223);
}
.icon-fo-online-book-3 .path2:before {
  content: "\f288";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-fo-online-book-3 .path3:before {
  content: "\f289";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-fo-online-book-3 .path4:before {
  content: "\f28a";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-fo-online-book-3 .path5:before {
  content: "\f28b";
  margin-left: -1em;
  color: rgb(200, 200, 200);
}
.icon-fo-online-book-3 .path6:before {
  content: "\f28c";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-fo-online-book-3 .path7:before {
  content: "\f28d";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-fo-online-book-3 .path8:before {
  content: "\f28e";
  margin-left: -1em;
  color: rgb(228, 194, 144);
}
.icon-fo-online-book-3 .path9:before {
  content: "\f28f";
  margin-left: -1em;
  color: rgb(228, 194, 144);
}
.icon-fo-online-book-3 .path10:before {
  content: "\f290";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-fo-online-book-3 .path11:before {
  content: "\f291";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-online-book-3 .path12:before {
  content: "\f292";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-fo-online-chat .path1:before {
  content: "\f293";
  color: rgb(25, 118, 210);
}
.icon-fo-online-chat .path2:before {
  content: "\f294";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-online-chat .path3:before {
  content: "\f295";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-online-chat .path4:before {
  content: "\f296";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-fo-online-chat .path5:before {
  content: "\f297";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-online-chat .path6:before {
  content: "\f298";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-fo-online-chat .path7:before {
  content: "\f299";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-fo-online-chat .path8:before {
  content: "\f29a";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-online-chat .path9:before {
  content: "\f29b";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-online-chat .path10:before {
  content: "\f29c";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-fo-online-chat .path11:before {
  content: "\f29d";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-online-chat .path12:before {
  content: "\f29e";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-fo-online-chat .path13:before {
  content: "\f29f";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-fo-online-chat .path14:before {
  content: "\f2a0";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-online-chat .path15:before {
  content: "\f2a1";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-fo-online-chat .path16:before {
  content: "\f2a2";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-fo-online-chat .path17:before {
  content: "\f2a3";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-online-class .path1:before {
  content: "\f2a4";
  color: rgb(94, 159, 223);
}
.icon-fo-online-class .path2:before {
  content: "\f2a5";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-fo-online-class .path3:before {
  content: "\f2a6";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-online-class .path4:before {
  content: "\f2a7";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-online-class .path5:before {
  content: "\f2a8";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-online-class .path6:before {
  content: "\f2a9";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-online-class .path7:before {
  content: "\f2aa";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-online-class .path8:before {
  content: "\f2ab";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-fo-online-class .path9:before {
  content: "\f2ac";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-fo-online-class .path10:before {
  content: "\f2ad";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-fo-online-class .path11:before {
  content: "\f2ae";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-fo-online-class .path12:before {
  content: "\f2af";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-fo-online-class .path13:before {
  content: "\f2b0";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-online-class .path14:before {
  content: "\f2b1";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-online-class .path15:before {
  content: "\f2b2";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-online-class .path16:before {
  content: "\f2b3";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-fo-online-class .path17:before {
  content: "\f2b4";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-online-class .path18:before {
  content: "\f2b5";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-fo-online-class .path19:before {
  content: "\f2b6";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-online-class .path20:before {
  content: "\f2b7";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-online-class .path21:before {
  content: "\f2b8";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-fo-online-class .path22:before {
  content: "\f2b9";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}

/* node_modules/@nuviot/ui-styles/icons/P-Z/style.css */
@font-face {
  font-family: "SL-ICONS-P-Z";
  src: url("./media/SL-ICONS-P-Z.eot?pvqpx");
  src:
    url("./media/SL-ICONS-P-Z.eot?pvqpx#iefix") format("embedded-opentype"),
    url("./media/SL-ICONS-P-Z.ttf?pvqpx") format("truetype"),
    url("./media/SL-ICONS-P-Z.woff?pvqpx") format("woff"),
    url("./media/SL-ICONS-P-Z.svg?pvqpx#SL-ICONS-P-Z") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-pz-],
[class*=icon-pz-] {
  font-family: "SL-ICONS-P-Z" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-pz-payment-2 .path1:before {
  content: "\e900";
  color: rgb(94, 159, 223);
}
.icon-pz-payment-2 .path2:before {
  content: "\e901";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-payment-2 .path3:before {
  content: "\e902";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-payment-2 .path4:before {
  content: "\e903";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-payment-2 .path5:before {
  content: "\e904";
  margin-left: -1em;
  color: rgb(253, 253, 253);
}
.icon-pz-payment-2 .path6:before {
  content: "\e905";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-payment-2 .path7:before {
  content: "\e906";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-payment-2 .path8:before {
  content: "\e907";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-payment-2 .path9:before {
  content: "\e908";
  margin-left: -1em;
  color: rgb(228, 194, 144);
}
.icon-pz-payment-2 .path10:before {
  content: "\e909";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-pz-payment-2 .path11:before {
  content: "\e90a";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-payment-2 .path12:before {
  content: "\e90b";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-pz-payment-2 .path13:before {
  content: "\e90c";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-payment-2 .path14:before {
  content: "\e90d";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-payment-3 .path1:before {
  content: "\e90e";
  color: rgb(94, 159, 223);
}
.icon-pz-payment-3 .path2:before {
  content: "\e90f";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-payment-3 .path3:before {
  content: "\e910";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-payment-3 .path4:before {
  content: "\e911";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-payment-3 .path5:before {
  content: "\e912";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-payment-3 .path6:before {
  content: "\e913";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-payment-3 .path7:before {
  content: "\e914";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-payment-3 .path8:before {
  content: "\e915";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-payment-3 .path9:before {
  content: "\e916";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-payment-3 .path10:before {
  content: "\e917";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-payment-3 .path11:before {
  content: "\e918";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-payment-3 .path12:before {
  content: "\e919";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-payment-3 .path13:before {
  content: "\e91a";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-payment-3 .path14:before {
  content: "\e91b";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-payment-3 .path15:before {
  content: "\e91c";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-payment-3 .path16:before {
  content: "\e91d";
  margin-left: -1em;
  color: rgb(228, 194, 144);
}
.icon-pz-payment-3 .path17:before {
  content: "\e91e";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-payment-3 .path18:before {
  content: "\e91f";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-payment-3 .path19:before {
  content: "\e920";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-payment-3 .path20:before {
  content: "\e921";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-payment-3 .path21:before {
  content: "\e922";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-payment-3 .path22:before {
  content: "\e923";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-payment-3 .path23:before {
  content: "\e924";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-pen-tablet-1 .path1:before {
  content: "\e925";
  color: rgb(211, 142, 42);
}
.icon-pz-pen-tablet-1 .path2:before {
  content: "\e926";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-pz-pen-tablet-1 .path3:before {
  content: "\e927";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-pen-tablet-1 .path4:before {
  content: "\e928";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-pen-tablet-1 .path5:before {
  content: "\e929";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-pen-tablet-1 .path6:before {
  content: "\e92a";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-pen-tablet-1 .path7:before {
  content: "\e92b";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-pen-tablet-2 .path1:before {
  content: "\e92c";
  color: rgb(25, 118, 210);
}
.icon-pz-pen-tablet-2 .path2:before {
  content: "\e92d";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-pen-tablet-2 .path3:before {
  content: "\e92e";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-pen-tablet-2 .path4:before {
  content: "\e92f";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-pz-pen-tablet-2 .path5:before {
  content: "\e930";
  margin-left: -1em;
  color: rgb(228, 194, 144);
}
.icon-pz-pen-tablet-2 .path6:before {
  content: "\e931";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-pen-tablet-2 .path7:before {
  content: "\e932";
  margin-left: -1em;
  color: rgb(228, 194, 144);
}
.icon-pz-pen-tablet-2 .path8:before {
  content: "\e933";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-pen-tablet-2 .path9:before {
  content: "\e934";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-pen-tablet-2 .path10:before {
  content: "\e935";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-pen-tablet-2 .path11:before {
  content: "\e936";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-pen-tablet-2 .path12:before {
  content: "\e937";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-pen-tablet-2 .path13:before {
  content: "\e938";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-pen-tablet-2 .path14:before {
  content: "\e939";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-pen-tablet-2 .path15:before {
  content: "\e93a";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-pen-tablet-2 .path16:before {
  content: "\e93b";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-pen-tablet-2 .path17:before {
  content: "\e93c";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-pen-tablet-2 .path18:before {
  content: "\e93d";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-pen-tablet-2 .path19:before {
  content: "\e93e";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-pen-tablet-2 .path20:before {
  content: "\e93f";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-pen-tablet-2 .path21:before {
  content: "\e940";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-pen-tablet-2 .path22:before {
  content: "\e941";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-pen-tablet-2 .path23:before {
  content: "\e942";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-pen-tablet-2 .path24:before {
  content: "\e943";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-pen-tablet-2 .path25:before {
  content: "\e944";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-pen-tablet-2 .path26:before {
  content: "\e945";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-pen-tablet-2 .path27:before {
  content: "\e946";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-pen-tablet-2 .path28:before {
  content: "\e947";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-pen-tablet-2 .path29:before {
  content: "\e948";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-pen-tablet-2 .path30:before {
  content: "\e949";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-pen-tablet-2 .path31:before {
  content: "\e94a";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-pen-tablet-2 .path32:before {
  content: "\e94b";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-pen-tablet-2 .path33:before {
  content: "\e94c";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-pen-tablet-2 .path34:before {
  content: "\e94d";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-pen-tablet-2 .path35:before {
  content: "\e94e";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-pen-tablet-2 .path36:before {
  content: "\e94f";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-pen-tablet-2 .path37:before {
  content: "\e950";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-pen-tablet-2 .path38:before {
  content: "\e951";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-pen-tablet-2 .path39:before {
  content: "\e952";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-pen-tablet-2 .path40:before {
  content: "\e953";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-pen-tablet-2 .path41:before {
  content: "\e954";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-pen-tablet-2 .path42:before {
  content: "\e955";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-pen-tablet-2 .path43:before {
  content: "\e956";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-pen-tablet-2 .path44:before {
  content: "\e957";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-pen-tablet-2 .path45:before {
  content: "\e958";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-pen-tablet-2 .path46:before {
  content: "\e959";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-pen-tablet-2 .path47:before {
  content: "\e95a";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-pen-tablet-2 .path48:before {
  content: "\e95b";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-pen-tablet-2 .path49:before {
  content: "\e95c";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-pen-tablet-2 .path50:before {
  content: "\e95d";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-pen-tablet-2 .path51:before {
  content: "\e95e";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-pen-tablet-2 .path52:before {
  content: "\e95f";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-pen-tablet-2 .path53:before {
  content: "\e960";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-pen-tablet-2 .path54:before {
  content: "\e961";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-pen-tablet-2 .path55:before {
  content: "\e962";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-pen-tablet-2 .path56:before {
  content: "\e963";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-pen-tablet-2 .path57:before {
  content: "\e964";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-pen-tablet-2 .path58:before {
  content: "\e965";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-pen-tablet-2 .path59:before {
  content: "\e966";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-pen-tablet-2 .path60:before {
  content: "\e967";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-pen-tablet-2 .path61:before {
  content: "\e968";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-pen-tablet-2 .path62:before {
  content: "\e969";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-pen-tablet-2 .path63:before {
  content: "\e96a";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-pen-tablet-2 .path64:before {
  content: "\e96b";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-pen-tablet-2 .path65:before {
  content: "\e96c";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-pen-tablet-2 .path66:before {
  content: "\e96d";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-pen-tablet-2 .path67:before {
  content: "\e96e";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-pen-tablet-2 .path68:before {
  content: "\e96f";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-pen-tablet-2 .path69:before {
  content: "\e970";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-pen-tablet-2 .path70:before {
  content: "\e971";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-pen-tablet-2 .path71:before {
  content: "\e972";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-pen-tablet-2 .path72:before {
  content: "\e973";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-pen-tablet-2 .path73:before {
  content: "\e974";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-pen-tablet-2 .path74:before {
  content: "\e975";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-pen-tablet-2 .path75:before {
  content: "\e976";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-pen-tablet-2 .path76:before {
  content: "\e977";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-pen-tablet-2 .path77:before {
  content: "\e978";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-pen-tablet-2 .path78:before {
  content: "\e979";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-pen-tablet-2 .path79:before {
  content: "\e97a";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-pen-tablet-2 .path80:before {
  content: "\e97b";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-pen-tablet-2 .path81:before {
  content: "\e97c";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-pen-tablet-2 .path82:before {
  content: "\e97d";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-pen-tablet-2 .path83:before {
  content: "\e97e";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-pen-tablet-2 .path84:before {
  content: "\e97f";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-pen-tablet-2 .path85:before {
  content: "\e980";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-pen-tablet-2 .path86:before {
  content: "\e981";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-pen-tablet-2 .path87:before {
  content: "\e982";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-pen-tablet-2 .path88:before {
  content: "\e983";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-pen-tablet-2 .path89:before {
  content: "\e984";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-pen-tablet-2 .path90:before {
  content: "\e985";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-pen-tablet-2 .path91:before {
  content: "\e986";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-pen-tablet-2 .path92:before {
  content: "\e987";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-pen-tablet-2 .path93:before {
  content: "\e988";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-pen-tablet-2 .path94:before {
  content: "\e989";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-pen-tablet-2 .path95:before {
  content: "\e98a";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-pen-tablet-2 .path96:before {
  content: "\e98b";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-pen-tablet-2 .path97:before {
  content: "\e98c";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-pen-tablet-2 .path98:before {
  content: "\e98d";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-pen-tablet-2 .path99:before {
  content: "\e98e";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-pen-tablet-2 .path100:before {
  content: "\e98f";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-pen-tablet-2 .path101:before {
  content: "\e990";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-pen-tablet-2 .path102:before {
  content: "\e991";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-pen-tablet-2 .path103:before {
  content: "\e992";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-pen-tablet-2 .path104:before {
  content: "\e993";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-pen-tablet-2 .path105:before {
  content: "\e994";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-pen-tablet-2 .path106:before {
  content: "\e995";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-pen-tablet-2 .path107:before {
  content: "\e996";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-pen-tablet-2 .path108:before {
  content: "\e997";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-pen-tablet-2 .path109:before {
  content: "\e998";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-pen-tablet-2 .path110:before {
  content: "\e999";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-pen-tablet-2 .path111:before {
  content: "\e99a";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-Pen-tool .path1:before {
  content: "\e99b";
  color: rgb(243, 243, 243);
}
.icon-pz-Pen-tool .path2:before {
  content: "\e99c";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-Pen-tool .path3:before {
  content: "\e99d";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-Pen-tool .path4:before {
  content: "\e99e";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-Pen-tool .path5:before {
  content: "\e99f";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-Pen-tool .path6:before {
  content: "\e9a0";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-Pen-tool .path7:before {
  content: "\e9a1";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-Pen-tool .path8:before {
  content: "\e9a2";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-Pen-tool .path9:before {
  content: "\e9a3";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-Pen-tool .path10:before {
  content: "\e9a4";
  margin-left: -1em;
  color: rgb(228, 194, 144);
}
.icon-pz-Pen-tool .path11:before {
  content: "\e9a5";
  margin-left: -1em;
  color: rgb(228, 194, 144);
}
.icon-pz-Pen-tool .path12:before {
  content: "\e9a6";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-phising .path1:before {
  content: "\e9a7";
  color: rgb(94, 159, 223);
}
.icon-pz-phising .path2:before {
  content: "\e9a8";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-phising .path3:before {
  content: "\e9a9";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-phising .path4:before {
  content: "\e9aa";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-phising .path5:before {
  content: "\e9ab";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-phising .path6:before {
  content: "\e9ac";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-phising .path7:before {
  content: "\e9ad";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-pz-phising .path8:before {
  content: "\e9ae";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-phising .path9:before {
  content: "\e9af";
  margin-left: -1em;
  color: rgb(200, 200, 200);
}
.icon-pz-phising .path10:before {
  content: "\e9b0";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-phising .path11:before {
  content: "\e9b1";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-pz-phising .path12:before {
  content: "\e9b2";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-phising .path13:before {
  content: "\e9b3";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-phising .path14:before {
  content: "\e9b4";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-phising .path15:before {
  content: "\e9b5";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-pz-phising .path16:before {
  content: "\e9b6";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-phising .path17:before {
  content: "\e9b7";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-phising .path18:before {
  content: "\e9b8";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-phising .path19:before {
  content: "\e9b9";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-pz-phising .path20:before {
  content: "\e9ba";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-pz-phising .path21:before {
  content: "\e9bb";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-pz-phising .path22:before {
  content: "\e9bc";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-pz-phising .path23:before {
  content: "\e9bd";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-pz-phonebook .path1:before {
  content: "\e9be";
  color: rgb(25, 118, 210);
}
.icon-pz-phonebook .path2:before {
  content: "\e9bf";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-pz-phonebook .path3:before {
  content: "\e9c0";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-pz-phonebook .path4:before {
  content: "\e9c1";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-phonebook .path5:before {
  content: "\e9c2";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-phonebook .path6:before {
  content: "\e9c3";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-phonebook .path7:before {
  content: "\e9c4";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-pz-phonebook .path8:before {
  content: "\e9c5";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-phonebook .path9:before {
  content: "\e9c6";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-phonebook .path10:before {
  content: "\e9c7";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-phonebook .path11:before {
  content: "\e9c8";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-phonebook .path12:before {
  content: "\e9c9";
  margin-left: -1em;
  color: rgb(200, 200, 200);
}
.icon-pz-phonebook .path13:before {
  content: "\e9ca";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-phonebook .path14:before {
  content: "\e9cb";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-phonebook .path15:before {
  content: "\e9cc";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-phonebook .path16:before {
  content: "\e9cd";
  margin-left: -1em;
  color: rgb(228, 194, 144);
}
.icon-pz-phonebook .path17:before {
  content: "\e9ce";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-phonebook .path18:before {
  content: "\e9cf";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-phonebook .path19:before {
  content: "\e9d0";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-phonebook .path20:before {
  content: "\e9d1";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-phone-box .path1:before {
  content: "\e9d2";
  color: rgb(94, 159, 223);
}
.icon-pz-phone-box .path2:before {
  content: "\e9d3";
  margin-left: -0.78125em;
  color: rgb(94, 159, 223);
}
.icon-pz-phone-box .path3:before {
  content: "\e9d4";
  margin-left: -0.78125em;
  color: rgb(25, 118, 210);
}
.icon-pz-phone-box .path4:before {
  content: "\e9d5";
  margin-left: -0.78125em;
  color: rgb(94, 159, 223);
}
.icon-pz-phone-box .path5:before {
  content: "\e9d6";
  margin-left: -0.78125em;
  color: rgb(25, 118, 210);
}
.icon-pz-phone-box .path6:before {
  content: "\e9d7";
  margin-left: -0.78125em;
  color: rgb(94, 159, 223);
}
.icon-pz-phone-box .path7:before {
  content: "\e9d8";
  margin-left: -0.78125em;
  color: rgb(25, 118, 210);
}
.icon-pz-phone-box .path8:before {
  content: "\e9d9";
  margin-left: -0.78125em;
  color: rgb(211, 142, 42);
}
.icon-pz-phone-box .path9:before {
  content: "\e9da";
  margin-left: -0.78125em;
  color: rgb(243, 243, 243);
}
.icon-pz-pick .path1:before {
  content: "\e9db";
  color: rgb(211, 142, 42);
}
.icon-pz-pick .path2:before {
  content: "\e9dc";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-pick .path3:before {
  content: "\e9dd";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-pick .path4:before {
  content: "\e9de";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-pick .path5:before {
  content: "\e9df";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-pick .path6:before {
  content: "\e9e0";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-pick .path7:before {
  content: "\e9e1";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-pick .path8:before {
  content: "\e9e2";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-pie-chart .path1:before {
  content: "\e9e3";
  color: rgb(25, 118, 210);
}
.icon-pz-pie-chart .path2:before {
  content: "\e9e4";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-pie-chart .path3:before {
  content: "\e9e5";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-pie-chart .path4:before {
  content: "\e9e6";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-pie-chart .path5:before {
  content: "\e9e7";
  margin-left: -1em;
  color: rgb(228, 194, 144);
}
.icon-pz-pie-chart .path6:before {
  content: "\e9e8";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-pie-chart .path7:before {
  content: "\e9e9";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-pz-pie-chart .path8:before {
  content: "\e9ea";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-pie-chart .path9:before {
  content: "\e9eb";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-pie-chart-2 .path1:before {
  content: "\e9ec";
  color: rgb(211, 142, 42);
}
.icon-pz-pie-chart-2 .path2:before {
  content: "\e9ed";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-pie-chart-2 .path3:before {
  content: "\e9ee";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-pie-chart-2 .path4:before {
  content: "\e9ef";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-pin .path1:before {
  content: "\e9f0";
  color: rgb(94, 159, 223);
}
.icon-pz-pin .path2:before {
  content: "\e9f1";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-pz-pin .path3:before {
  content: "\e9f2";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-pin .path4:before {
  content: "\e9f3";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-pin .path5:before {
  content: "\e9f4";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-pin .path6:before {
  content: "\e9f5";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-pin .path7:before {
  content: "\e9f6";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-pin .path8:before {
  content: "\e9f7";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-pin .path9:before {
  content: "\e9f8";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-pin .path10:before {
  content: "\e9f9";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-pin .path11:before {
  content: "\e9fa";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-pin .path12:before {
  content: "\e9fb";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-pin .path13:before {
  content: "\e9fc";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-pin .path14:before {
  content: "\e9fd";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-pin .path15:before {
  content: "\e9fe";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-pin .path16:before {
  content: "\e9ff";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-pin .path17:before {
  content: "\ea00";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-pin .path18:before {
  content: "\ea01";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-pin .path19:before {
  content: "\ea02";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-pin .path20:before {
  content: "\ea03";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-pin .path21:before {
  content: "\ea04";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-pin .path22:before {
  content: "\ea05";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-pin .path23:before {
  content: "\ea06";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-pz-planner .path1:before {
  content: "\ea07";
  color: rgb(25, 118, 210);
}
.icon-pz-planner .path2:before {
  content: "\ea08";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-planner .path3:before {
  content: "\ea09";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-planner .path4:before {
  content: "\ea0a";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-planner .path5:before {
  content: "\ea0b";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-planner .path6:before {
  content: "\ea0c";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-pz-planner .path7:before {
  content: "\ea0d";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-planner .path8:before {
  content: "\ea0e";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-planner .path9:before {
  content: "\ea0f";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-planner .path10:before {
  content: "\ea10";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-planner .path11:before {
  content: "\ea11";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-planner .path12:before {
  content: "\ea12";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-planner .path13:before {
  content: "\ea13";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-planner .path14:before {
  content: "\ea14";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-planner .path15:before {
  content: "\ea15";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-planner .path16:before {
  content: "\ea16";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-planner .path17:before {
  content: "\ea17";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-planner .path18:before {
  content: "\ea18";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-planner .path19:before {
  content: "\ea19";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-planner .path20:before {
  content: "\ea1a";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-planner .path21:before {
  content: "\ea1b";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-pz-planner .path22:before {
  content: "\ea1c";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-planner .path23:before {
  content: "\ea1d";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-planner .path24:before {
  content: "\ea1e";
  margin-left: -1em;
  color: rgb(253, 253, 253);
}
.icon-pz-plant .path1:before {
  content: "\ea1f";
  color: rgb(25, 118, 210);
}
.icon-pz-plant .path2:before {
  content: "\ea20";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-pz-plant .path3:before {
  content: "\ea21";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-plant .path4:before {
  content: "\ea22";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-plant .path5:before {
  content: "\ea23";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-plant .path6:before {
  content: "\ea24";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-plant .path7:before {
  content: "\ea25";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-plant .path8:before {
  content: "\ea26";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-pz-plug .path1:before {
  content: "\ea27";
  color: rgb(94, 159, 223);
}
.icon-pz-plug .path2:before {
  content: "\ea28";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-plug .path3:before {
  content: "\ea29";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-plug .path4:before {
  content: "\ea2a";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-pz-plug .path5:before {
  content: "\ea2b";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-plug .path6:before {
  content: "\ea2c";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-pz-plug .path7:before {
  content: "\ea2d";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-plug .path8:before {
  content: "\ea2e";
  margin-left: -1em;
  color: rgb(253, 253, 253);
}
.icon-pz-plug .path9:before {
  content: "\ea2f";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-plug .path10:before {
  content: "\ea30";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-pz-plug .path11:before {
  content: "\ea31";
  margin-left: -1em;
  color: rgb(200, 200, 200);
}
.icon-pz-plug .path12:before {
  content: "\ea32";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-podcast .path1:before {
  content: "\ea33";
  color: rgb(94, 159, 223);
}
.icon-pz-podcast .path2:before {
  content: "\ea34";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-pz-podcast .path3:before {
  content: "\ea35";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-podcast .path4:before {
  content: "\ea36";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-pz-podcast .path5:before {
  content: "\ea37";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-podcast .path6:before {
  content: "\ea38";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-podcast .path7:before {
  content: "\ea39";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-podcast .path8:before {
  content: "\ea3a";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-podcast .path9:before {
  content: "\ea3b";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-podcast .path10:before {
  content: "\ea3c";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-podcast .path11:before {
  content: "\ea3d";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-podcast .path12:before {
  content: "\ea3e";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-poster .path1:before {
  content: "\ea3f";
  color: rgb(243, 243, 243);
}
.icon-pz-poster .path2:before {
  content: "\ea40";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-poster .path3:before {
  content: "\ea41";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-poster .path4:before {
  content: "\ea42";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-poster .path5:before {
  content: "\ea43";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-poster .path6:before {
  content: "\ea44";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-poster .path7:before {
  content: "\ea45";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-poster .path8:before {
  content: "\ea46";
  margin-left: -1em;
  color: rgb(253, 253, 253);
}
.icon-pz-poster .path9:before {
  content: "\ea47";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-poster .path10:before {
  content: "\ea48";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-poster .path11:before {
  content: "\ea49";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-presentation .path1:before {
  content: "\ea4a";
  color: rgb(25, 118, 210);
}
.icon-pz-presentation .path2:before {
  content: "\ea4b";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-presentation .path3:before {
  content: "\ea4c";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-presentation .path4:before {
  content: "\ea4d";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-presentation .path5:before {
  content: "\ea4e";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-pz-presentation .path6:before {
  content: "\ea4f";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-presentation .path7:before {
  content: "\ea50";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-presentation .path8:before {
  content: "\ea51";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-presentation .path9:before {
  content: "\ea52";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-presentation .path10:before {
  content: "\ea53";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-pz-presentation .path11:before {
  content: "\ea54";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-presentation .path12:before {
  content: "\ea55";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-printer .path1:before {
  content: "\ea56";
  color: rgb(94, 159, 223);
}
.icon-pz-printer .path2:before {
  content: "\ea57";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-printer .path3:before {
  content: "\ea58";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-printer .path4:before {
  content: "\ea59";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-printer .path5:before {
  content: "\ea5a";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-printer .path6:before {
  content: "\ea5b";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-printer .path7:before {
  content: "\ea5c";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-printer .path8:before {
  content: "\ea5d";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-printer .path9:before {
  content: "\ea5e";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-printer .path10:before {
  content: "\ea5f";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-printer .path11:before {
  content: "\ea60";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-printer .path12:before {
  content: "\ea61";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-printer .path13:before {
  content: "\ea62";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-printer .path14:before {
  content: "\ea63";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-printer .path15:before {
  content: "\ea64";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-printer .path16:before {
  content: "\ea65";
  margin-left: -1em;
  color: rgb(253, 253, 253);
}
.icon-pz-problem-solving .path1:before {
  content: "\ea66";
  color: rgb(25, 118, 210);
}
.icon-pz-problem-solving .path2:before {
  content: "\ea67";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-problem-solving .path3:before {
  content: "\ea68";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-pz-problem-solving .path4:before {
  content: "\ea69";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-problem-solving .path5:before {
  content: "\ea6a";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-problem-solving .path6:before {
  content: "\ea6b";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-problem-solving .path7:before {
  content: "\ea6c";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-pz-problem-solving .path8:before {
  content: "\ea6d";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-pz-problem-solving .path9:before {
  content: "\ea6e";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-problem-solving .path10:before {
  content: "\ea6f";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-problem-solving .path11:before {
  content: "\ea70";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-problem-solving .path12:before {
  content: "\ea71";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-problem-solving .path13:before {
  content: "\ea72";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-problem-solving .path14:before {
  content: "\ea73";
  margin-left: -1em;
  color: rgb(253, 253, 253);
}
.icon-pz-processing .path1:before {
  content: "\ea74";
  color: rgb(94, 159, 223);
}
.icon-pz-processing .path2:before {
  content: "\ea75";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-processing .path3:before {
  content: "\ea76";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-processing .path4:before {
  content: "\ea77";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-pz-processing .path5:before {
  content: "\ea78";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-processing .path6:before {
  content: "\ea79";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-processing .path7:before {
  content: "\ea7a";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-processing .path8:before {
  content: "\ea7b";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-pz-processing .path9:before {
  content: "\ea7c";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-processing .path10:before {
  content: "\ea7d";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-processing .path11:before {
  content: "\ea7e";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-processing .path12:before {
  content: "\ea7f";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-processing .path13:before {
  content: "\ea80";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-processing .path14:before {
  content: "\ea81";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-processing .path15:before {
  content: "\ea82";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-pz-processor-1 .path1:before {
  content: "\ea83";
  color: rgb(211, 142, 42);
}
.icon-pz-processor-1 .path2:before {
  content: "\ea84";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-processor-1 .path3:before {
  content: "\ea85";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-processor-1 .path4:before {
  content: "\ea86";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-processor-1 .path5:before {
  content: "\ea87";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-processor-1 .path6:before {
  content: "\ea88";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-processor-1 .path7:before {
  content: "\ea89";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-processor-1 .path8:before {
  content: "\ea8a";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-processor-1 .path9:before {
  content: "\ea8b";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-processor-1 .path10:before {
  content: "\ea8c";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-processor-1 .path11:before {
  content: "\ea8d";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-processor-1 .path12:before {
  content: "\ea8e";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-processor-1 .path13:before {
  content: "\ea8f";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-processor-1 .path14:before {
  content: "\ea90";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-processor-1 .path15:before {
  content: "\ea91";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-processor-1 .path16:before {
  content: "\ea92";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-processor-1 .path17:before {
  content: "\ea93";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-processor-1 .path18:before {
  content: "\ea94";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-processor-1 .path19:before {
  content: "\ea95";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-processor-1 .path20:before {
  content: "\ea96";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-processor-1 .path21:before {
  content: "\ea97";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-processor-1 .path22:before {
  content: "\ea98";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-processor-1 .path23:before {
  content: "\ea99";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-processor-1 .path24:before {
  content: "\ea9a";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-processor-1 .path25:before {
  content: "\ea9b";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-processor-1 .path26:before {
  content: "\ea9c";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-processor-1 .path27:before {
  content: "\ea9d";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-processor-1 .path28:before {
  content: "\ea9e";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-processor-1 .path29:before {
  content: "\ea9f";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-processor-1 .path30:before {
  content: "\eaa0";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-pz-processor-1 .path31:before {
  content: "\eaa1";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-pz-processor-1 .path32:before {
  content: "\eaa2";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-processor-1 .path33:before {
  content: "\eaa3";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-processor-1 .path34:before {
  content: "\eaa4";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-processor-1 .path35:before {
  content: "\eaa5";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-processor-2 .path1:before {
  content: "\eaa6";
  color: rgb(94, 159, 223);
}
.icon-pz-processor-2 .path2:before {
  content: "\eaa7";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-pz-processor-2 .path3:before {
  content: "\eaa8";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-pz-processor-2 .path4:before {
  content: "\eaa9";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-processor-2 .path5:before {
  content: "\eaaa";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-processor-2 .path6:before {
  content: "\eaab";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-processor-2 .path7:before {
  content: "\eaac";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-processor-2 .path8:before {
  content: "\eaad";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-processor-2 .path9:before {
  content: "\eaae";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-processor-2 .path10:before {
  content: "\eaaf";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-processor-2 .path11:before {
  content: "\eab0";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-processor-2 .path12:before {
  content: "\eab1";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-processor-2 .path13:before {
  content: "\eab2";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-processor-2 .path14:before {
  content: "\eab3";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-product-1 .path1:before {
  content: "\eab4";
  color: rgb(94, 159, 223);
}
.icon-pz-product-1 .path2:before {
  content: "\eab5";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-product-1 .path3:before {
  content: "\eab6";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-pz-product-1 .path4:before {
  content: "\eab7";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-product-1 .path5:before {
  content: "\eab8";
  margin-left: -1em;
  color: rgb(200, 200, 200);
}
.icon-pz-product-1 .path6:before {
  content: "\eab9";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-product-1 .path7:before {
  content: "\eaba";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-product-1 .path8:before {
  content: "\eabb";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-product-1 .path9:before {
  content: "\eabc";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-product-1 .path10:before {
  content: "\eabd";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-product-1 .path11:before {
  content: "\eabe";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-product-1 .path12:before {
  content: "\eabf";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-product-1 .path13:before {
  content: "\eac0";
  margin-left: -1em;
  color: rgb(228, 194, 144);
}
.icon-pz-product-1 .path14:before {
  content: "\eac1";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-product-1 .path15:before {
  content: "\eac2";
  margin-left: -1em;
  color: rgb(228, 194, 144);
}
.icon-pz-product-1 .path16:before {
  content: "\eac3";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-product-1 .path17:before {
  content: "\eac4";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-pz-product-1 .path18:before {
  content: "\eac5";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-product-1 .path19:before {
  content: "\eac6";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-product-1 .path20:before {
  content: "\eac7";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-product-2 .path1:before {
  content: "\eac8";
  color: rgb(25, 118, 210);
}
.icon-pz-product-2 .path2:before {
  content: "\eac9";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-product-2 .path3:before {
  content: "\eaca";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-product-2 .path4:before {
  content: "\eacb";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-product-2 .path5:before {
  content: "\eacc";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-pz-product-2 .path6:before {
  content: "\eacd";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-product-2 .path7:before {
  content: "\eace";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-pz-product-2 .path8:before {
  content: "\eacf";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-pz-product-2 .path9:before {
  content: "\ead0";
  margin-left: -1em;
  color: rgb(200, 200, 200);
}
.icon-pz-product-2 .path10:before {
  content: "\ead1";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-product-2 .path11:before {
  content: "\ead2";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-productive .path1:before {
  content: "\ead3";
  color: rgb(94, 159, 223);
}
.icon-pz-productive .path2:before {
  content: "\ead4";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-productive .path3:before {
  content: "\ead5";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-productive .path4:before {
  content: "\ead6";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-productive .path5:before {
  content: "\ead7";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-productive .path6:before {
  content: "\ead8";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-pz-productive .path7:before {
  content: "\ead9";
  margin-left: -1em;
  color: rgb(228, 194, 144);
}
.icon-pz-productive .path8:before {
  content: "\eada";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-productive .path9:before {
  content: "\eadb";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-productive .path10:before {
  content: "\eadc";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-productive .path11:before {
  content: "\eadd";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-pz-profile-1 .path1:before {
  content: "\eade";
  color: rgb(94, 159, 223);
}
.icon-pz-profile-1 .path2:before {
  content: "\eadf";
  margin-left: -0.875em;
  color: rgb(94, 159, 223);
}
.icon-pz-profile-1 .path3:before {
  content: "\eae0";
  margin-left: -0.875em;
  color: rgb(243, 243, 243);
}
.icon-pz-profile-1 .path4:before {
  content: "\eae1";
  margin-left: -0.875em;
  color: rgb(25, 118, 210);
}
.icon-pz-profile-1 .path5:before {
  content: "\eae2";
  margin-left: -0.875em;
  color: rgb(243, 243, 243);
}
.icon-pz-profile-1 .path6:before {
  content: "\eae3";
  margin-left: -0.875em;
  color: rgb(25, 118, 210);
}
.icon-pz-profile-1 .path7:before {
  content: "\eae4";
  margin-left: -0.875em;
  color: rgb(217, 217, 217);
}
.icon-pz-profile-1 .path8:before {
  content: "\eae5";
  margin-left: -0.875em;
  color: rgb(211, 142, 42);
}
.icon-pz-profile-1 .path9:before {
  content: "\eae6";
  margin-left: -0.875em;
  color: rgb(217, 217, 217);
}
.icon-pz-profile-1 .path10:before {
  content: "\eae7";
  margin-left: -0.875em;
  color: rgb(25, 118, 210);
}
.icon-pz-profile-1 .path11:before {
  content: "\eae8";
  margin-left: -0.875em;
  color: rgb(243, 243, 243);
}
.icon-pz-profile-1 .path12:before {
  content: "\eae9";
  margin-left: -0.875em;
  color: rgb(243, 243, 243);
}
.icon-pz-profile-1 .path13:before {
  content: "\eaea";
  margin-left: -0.875em;
  color: rgb(217, 217, 217);
}
.icon-pz-profile-1 .path14:before {
  content: "\eaeb";
  margin-left: -0.875em;
  color: rgb(200, 200, 200);
}
.icon-pz-profile-1 .path15:before {
  content: "\eaec";
  margin-left: -0.875em;
  color: rgb(200, 200, 200);
}
.icon-pz-profile-2 .path1:before {
  content: "\eaed";
  color: rgb(94, 159, 223);
}
.icon-pz-profile-2 .path2:before {
  content: "\eaee";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-profile-2 .path3:before {
  content: "\eaef";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-profile-2 .path4:before {
  content: "\eaf0";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-profile-2 .path5:before {
  content: "\eaf1";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-profile-2 .path6:before {
  content: "\eaf2";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-profile-2 .path7:before {
  content: "\eaf3";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-profile-2 .path8:before {
  content: "\eaf4";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-profile-2 .path9:before {
  content: "\eaf5";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-profile-2 .path10:before {
  content: "\eaf6";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-pz-profile-2 .path11:before {
  content: "\eaf7";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-profile-2 .path12:before {
  content: "\eaf8";
  margin-left: -1em;
  color: rgb(228, 194, 144);
}
.icon-pz-profile-2 .path13:before {
  content: "\eaf9";
  margin-left: -1em;
  color: rgb(228, 194, 144);
}
.icon-pz-profile-2 .path14:before {
  content: "\eafa";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-pz-profile-2 .path15:before {
  content: "\eafb";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-pz-profile-2 .path16:before {
  content: "\eafc";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-profile-2 .path17:before {
  content: "\eafd";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-pz-profile-3 .path1:before {
  content: "\eafe";
  color: rgb(94, 159, 223);
}
.icon-pz-profile-3 .path2:before {
  content: "\eaff";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-profile-3 .path3:before {
  content: "\eb00";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-profile-3 .path4:before {
  content: "\eb01";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-profile-3 .path5:before {
  content: "\eb02";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-pz-profile-3 .path6:before {
  content: "\eb03";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-profile-3 .path7:before {
  content: "\eb04";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-profile-3 .path8:before {
  content: "\eb05";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-profile-3 .path9:before {
  content: "\eb06";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-profile-3 .path10:before {
  content: "\eb07";
  margin-left: -1em;
  color: rgb(228, 194, 144);
}
.icon-pz-profile-3 .path11:before {
  content: "\eb08";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-profile-3 .path12:before {
  content: "\eb09";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-pz-profile-3 .path13:before {
  content: "\eb0a";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-pz-profile-3 .path14:before {
  content: "\eb0b";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-pz-programer .path1:before {
  content: "\eb0c";
  color: rgb(25, 118, 210);
}
.icon-pz-programer .path2:before {
  content: "\eb0d";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-pz-programer .path3:before {
  content: "\eb0e";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-pz-programer .path4:before {
  content: "\eb0f";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-programer .path5:before {
  content: "\eb10";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-programer .path6:before {
  content: "\eb11";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-programer .path7:before {
  content: "\eb12";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-programer .path8:before {
  content: "\eb13";
  margin-left: -1em;
  color: rgb(228, 194, 144);
}
.icon-pz-programer .path9:before {
  content: "\eb14";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-pz-programer .path10:before {
  content: "\eb15";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-programer .path11:before {
  content: "\eb16";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-programer .path12:before {
  content: "\eb17";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-programer .path13:before {
  content: "\eb18";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-programer .path14:before {
  content: "\eb19";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-programer .path15:before {
  content: "\eb1a";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-programer .path16:before {
  content: "\eb1b";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-programer .path17:before {
  content: "\eb1c";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-programer .path18:before {
  content: "\eb1d";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-programer .path19:before {
  content: "\eb1e";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-programmer .path1:before {
  content: "\eb1f";
  color: rgb(94, 159, 223);
}
.icon-pz-programmer .path2:before {
  content: "\eb20";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-programmer .path3:before {
  content: "\eb21";
  margin-left: -1em;
  color: rgb(228, 194, 144);
}
.icon-pz-programmer .path4:before {
  content: "\eb22";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-programmer .path5:before {
  content: "\eb23";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-programmer .path6:before {
  content: "\eb24";
  margin-left: -1em;
  color: rgb(228, 194, 144);
}
.icon-pz-programmer .path7:before {
  content: "\eb25";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-programmer .path8:before {
  content: "\eb26";
  margin-left: -1em;
  color: rgb(228, 194, 144);
}
.icon-pz-programmer .path9:before {
  content: "\eb27";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-pz-programmer .path10:before {
  content: "\eb28";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-programmer .path11:before {
  content: "\eb29";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-programmer .path12:before {
  content: "\eb2a";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-programmer .path13:before {
  content: "\eb2b";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-pz-programming .path1:before {
  content: "\eb2c";
  color: rgb(25, 118, 210);
}
.icon-pz-programming .path2:before {
  content: "\eb2d";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-pz-programming .path3:before {
  content: "\eb2e";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-programming .path4:before {
  content: "\eb2f";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-programming .path5:before {
  content: "\eb30";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-programming .path6:before {
  content: "\eb31";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-programming .path7:before {
  content: "\eb32";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-programming .path8:before {
  content: "\eb33";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-programming .path9:before {
  content: "\eb34";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-programming .path10:before {
  content: "\eb35";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-programming .path11:before {
  content: "\eb36";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-programming .path12:before {
  content: "\eb37";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-programming .path13:before {
  content: "\eb38";
  margin-left: -1em;
  color: rgb(253, 253, 253);
}
.icon-pz-project .path1:before {
  content: "\eb39";
  color: rgb(25, 118, 210);
}
.icon-pz-project .path2:before {
  content: "\eb3a";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-project .path3:before {
  content: "\eb3b";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-project .path4:before {
  content: "\eb3c";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-project .path5:before {
  content: "\eb3d";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-project .path6:before {
  content: "\eb3e";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-project .path7:before {
  content: "\eb3f";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-project .path8:before {
  content: "\eb40";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-project .path9:before {
  content: "\eb41";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-project .path10:before {
  content: "\eb42";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-project .path11:before {
  content: "\eb43";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-project .path12:before {
  content: "\eb44";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-project .path13:before {
  content: "\eb45";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-project .path14:before {
  content: "\eb46";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-pz-project .path15:before {
  content: "\eb47";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-project .path16:before {
  content: "\eb48";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-pz-project .path17:before {
  content: "\eb49";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-project .path18:before {
  content: "\eb4a";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-project .path19:before {
  content: "\eb4b";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-project .path20:before {
  content: "\eb4c";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-pz-project .path21:before {
  content: "\eb4d";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-pz-project .path22:before {
  content: "\eb4e";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-pz-project-managment .path1:before {
  content: "\eb4f";
  color: rgb(243, 243, 243);
}
.icon-pz-project-managment .path2:before {
  content: "\eb50";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-project-managment .path3:before {
  content: "\eb51";
  margin-left: -1em;
  color: rgb(228, 194, 144);
}
.icon-pz-project-managment .path4:before {
  content: "\eb52";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-project-managment .path5:before {
  content: "\eb53";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-project-managment .path6:before {
  content: "\eb54";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-project-managment .path7:before {
  content: "\eb55";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-project-managment .path8:before {
  content: "\eb56";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-project-managment .path9:before {
  content: "\eb57";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-protection .path1:before {
  content: "\eb58";
  color: rgb(228, 194, 144);
}
.icon-pz-protection .path2:before {
  content: "\eb59";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-protection .path3:before {
  content: "\eb5a";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-protection .path4:before {
  content: "\eb5b";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-protection .path5:before {
  content: "\eb5c";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-protection .path6:before {
  content: "\eb5d";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-protection .path7:before {
  content: "\eb5e";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-protection .path8:before {
  content: "\eb5f";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-protection .path9:before {
  content: "\eb60";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-pz-protection .path10:before {
  content: "\eb61";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-protection .path11:before {
  content: "\eb62";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-protection .path12:before {
  content: "\eb63";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-pz-protection-2 .path1:before {
  content: "\eb64";
  color: rgb(211, 142, 42);
}
.icon-pz-protection-2 .path2:before {
  content: "\eb65";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-protection-2 .path3:before {
  content: "\eb66";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-protection-2 .path4:before {
  content: "\eb67";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-protection-2 .path5:before {
  content: "\eb68";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-protection-2 .path6:before {
  content: "\eb69";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-protection-2 .path7:before {
  content: "\eb6a";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-protection-2 .path8:before {
  content: "\eb6b";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-protection-2 .path9:before {
  content: "\eb6c";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-purchase .path1:before {
  content: "\eb6d";
  color: rgb(94, 159, 223);
}
.icon-pz-purchase .path2:before {
  content: "\eb6e";
  margin-left: -0.9375em;
  color: rgb(94, 159, 223);
}
.icon-pz-purchase .path3:before {
  content: "\eb6f";
  margin-left: -0.9375em;
  color: rgb(255, 255, 255);
}
.icon-pz-purchase .path4:before {
  content: "\eb70";
  margin-left: -0.9375em;
  color: rgb(94, 159, 223);
}
.icon-pz-purchase .path5:before {
  content: "\eb71";
  margin-left: -0.9375em;
  color: rgb(243, 243, 243);
}
.icon-pz-purchase .path6:before {
  content: "\eb72";
  margin-left: -0.9375em;
  color: rgb(25, 118, 210);
}
.icon-pz-purchase .path7:before {
  content: "\eb73";
  margin-left: -0.9375em;
  color: rgb(243, 243, 243);
}
.icon-pz-purchase .path8:before {
  content: "\eb74";
  margin-left: -0.9375em;
  color: rgb(25, 118, 210);
}
.icon-pz-purchase .path9:before {
  content: "\eb75";
  margin-left: -0.9375em;
  color: rgb(94, 159, 223);
}
.icon-pz-purchase .path10:before {
  content: "\eb76";
  margin-left: -0.9375em;
  color: rgb(228, 194, 144);
}
.icon-pz-purchase .path11:before {
  content: "\eb77";
  margin-left: -0.9375em;
  color: rgb(243, 243, 243);
}
.icon-pz-purchase .path12:before {
  content: "\eb78";
  margin-left: -0.9375em;
  color: rgb(228, 194, 144);
}
.icon-pz-purchase .path13:before {
  content: "\eb79";
  margin-left: -0.9375em;
  color: rgb(228, 194, 144);
}
.icon-pz-pyramid .path1:before {
  content: "\eb7a";
  color: rgb(94, 159, 223);
}
.icon-pz-pyramid .path2:before {
  content: "\eb7b";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-pyramid .path3:before {
  content: "\eb7c";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-pyramid .path4:before {
  content: "\eb7d";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-pyramid .path5:before {
  content: "\eb7e";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-pyramid .path6:before {
  content: "\eb7f";
  margin-left: -1em;
  color: rgb(253, 253, 253);
}
.icon-pz-QnA-1 .path1:before {
  content: "\eb80";
  color: rgb(94, 159, 223);
}
.icon-pz-QnA-1 .path2:before {
  content: "\eb81";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-QnA-1 .path3:before {
  content: "\eb82";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-pz-QnA-1 .path4:before {
  content: "\eb83";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-QnA-1 .path5:before {
  content: "\eb84";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-QnA-1 .path6:before {
  content: "\eb85";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-QnA-1 .path7:before {
  content: "\eb86";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-QnA-1 .path8:before {
  content: "\eb87";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-QnA-1 .path9:before {
  content: "\eb88";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-QnA-1 .path10:before {
  content: "\eb89";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-QnA-1 .path11:before {
  content: "\eb8a";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-pz-QnA-1 .path12:before {
  content: "\eb8b";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-pz-QnA-1 .path13:before {
  content: "\eb8c";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-pz-QnA-1 .path14:before {
  content: "\eb8d";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-QnA-2 .path1:before {
  content: "\eb8e";
  color: rgb(25, 118, 210);
}
.icon-pz-QnA-2 .path2:before {
  content: "\eb8f";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-QnA-2 .path3:before {
  content: "\eb90";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-pz-QnA-2 .path4:before {
  content: "\eb91";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-pz-QnA-2 .path5:before {
  content: "\eb92";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-QnA-2 .path6:before {
  content: "\eb93";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-QnA-2 .path7:before {
  content: "\eb94";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-QnA-2 .path8:before {
  content: "\eb95";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-QnA-2 .path9:before {
  content: "\eb96";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-pz-QnA-2 .path10:before {
  content: "\eb97";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-QnA-2 .path11:before {
  content: "\eb98";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-QnA-2 .path12:before {
  content: "\eb99";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-QnA-2 .path13:before {
  content: "\eb9a";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-pz-QnA-2 .path14:before {
  content: "\eb9b";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-pz-QnA-2 .path15:before {
  content: "\eb9c";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-pz-QnA-2 .path16:before {
  content: "\eb9d";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-QnA-2 .path17:before {
  content: "\eb9e";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-QnA-2 .path18:before {
  content: "\eb9f";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-pz-QnA-2 .path19:before {
  content: "\eba0";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-QnA-2 .path20:before {
  content: "\eba1";
  margin-left: -1em;
  color: rgb(228, 194, 144);
}
.icon-pz-QnA-2 .path21:before {
  content: "\eba2";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-QnA-2 .path22:before {
  content: "\eba3";
  margin-left: -1em;
  color: rgb(228, 194, 144);
}
.icon-pz-QnA-2 .path23:before {
  content: "\eba4";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-QnA-2 .path24:before {
  content: "\eba5";
  margin-left: -1em;
  color: rgb(228, 194, 144);
}
.icon-pz-QnA-2 .path25:before {
  content: "\eba6";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-QnA-2 .path26:before {
  content: "\eba7";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-pz-QnA-2 .path27:before {
  content: "\eba8";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-QnA-2 .path28:before {
  content: "\eba9";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-QnA-2 .path29:before {
  content: "\ebaa";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-pz-QnA-2 .path30:before {
  content: "\ebab";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-pz-QnA-2 .path31:before {
  content: "\ebac";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-pz-QR-code .path1:before {
  content: "\ebad";
  color: rgb(94, 159, 223);
}
.icon-pz-QR-code .path2:before {
  content: "\ebae";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-pz-QR-code .path3:before {
  content: "\ebaf";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-QR-code .path4:before {
  content: "\ebb0";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-QR-code .path5:before {
  content: "\ebb1";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-QR-code .path6:before {
  content: "\ebb2";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-QR-code .path7:before {
  content: "\ebb3";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-QR-code .path8:before {
  content: "\ebb4";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-QR-code .path9:before {
  content: "\ebb5";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-QR-code .path10:before {
  content: "\ebb6";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-QR-code .path11:before {
  content: "\ebb7";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-QR-code .path12:before {
  content: "\ebb8";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-QR-code .path13:before {
  content: "\ebb9";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-QR-code .path14:before {
  content: "\ebba";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-QR-code .path15:before {
  content: "\ebbb";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-QR-code .path16:before {
  content: "\ebbc";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-QR-code .path17:before {
  content: "\ebbd";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-QR-code .path18:before {
  content: "\ebbe";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-QR-code .path19:before {
  content: "\ebbf";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-QR-code .path20:before {
  content: "\ebc0";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-QR-code .path21:before {
  content: "\ebc1";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-QR-code .path22:before {
  content: "\ebc2";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-QR-code .path23:before {
  content: "\ebc3";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-QR-code .path24:before {
  content: "\ebc4";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-radio .path1:before {
  content: "\ebc5";
  color: rgb(217, 217, 217);
}
.icon-pz-radio .path2:before {
  content: "\ebc6";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-radio .path3:before {
  content: "\ebc7";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-pz-radio .path4:before {
  content: "\ebc8";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-pz-radio .path5:before {
  content: "\ebc9";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-radio .path6:before {
  content: "\ebca";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-radio .path7:before {
  content: "\ebcb";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-radio .path8:before {
  content: "\ebcc";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-radio .path9:before {
  content: "\ebcd";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-radio .path10:before {
  content: "\ebce";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-radio .path11:before {
  content: "\ebcf";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-radio .path12:before {
  content: "\ebd0";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-radio .path13:before {
  content: "\ebd1";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-radio .path14:before {
  content: "\ebd2";
  margin-left: -1em;
  color: rgb(200, 200, 200);
}
.icon-pz-radio .path15:before {
  content: "\ebd3";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-radio .path16:before {
  content: "\ebd4";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-pz-radio .path17:before {
  content: "\ebd5";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-pz-radio .path18:before {
  content: "\ebd6";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-pz-rate .path1:before {
  content: "\ebd7";
  color: rgb(25, 118, 210);
}
.icon-pz-rate .path2:before {
  content: "\ebd8";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-pz-rate .path3:before {
  content: "\ebd9";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-rate .path4:before {
  content: "\ebda";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-pz-rate .path5:before {
  content: "\ebdb";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-rate .path6:before {
  content: "\ebdc";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-rate .path7:before {
  content: "\ebdd";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-rate .path8:before {
  content: "\ebde";
  margin-left: -1em;
  color: rgb(228, 194, 144);
}
.icon-pz-rate .path9:before {
  content: "\ebdf";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-rate .path10:before {
  content: "\ebe0";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-rate .path11:before {
  content: "\ebe1";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-rate .path12:before {
  content: "\ebe2";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-pz-rate .path13:before {
  content: "\ebe3";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-pz-rate .path14:before {
  content: "\ebe4";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-pz-rating-1 .path1:before {
  content: "\ebe5";
  color: rgb(25, 118, 210);
}
.icon-pz-rating-1 .path2:before {
  content: "\ebe6";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-rating-1 .path3:before {
  content: "\ebe7";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-rating-1 .path4:before {
  content: "\ebe8";
  margin-left: -1em;
  color: rgb(228, 194, 144);
}
.icon-pz-rating-1 .path5:before {
  content: "\ebe9";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-rating-1 .path6:before {
  content: "\ebea";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-rating-1 .path7:before {
  content: "\ebeb";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-rating-1 .path8:before {
  content: "\ebec";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-rating-1 .path9:before {
  content: "\ebed";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-rating-2 .path1:before {
  content: "\ebee";
  color: rgb(94, 159, 223);
}
.icon-pz-rating-2 .path2:before {
  content: "\ebef";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-rating-2 .path3:before {
  content: "\ebf0";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-rating-2 .path4:before {
  content: "\ebf1";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-rating-2 .path5:before {
  content: "\ebf2";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-rating-2 .path6:before {
  content: "\ebf3";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-rating-2 .path7:before {
  content: "\ebf4";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-rating-2 .path8:before {
  content: "\ebf5";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-rating-2 .path9:before {
  content: "\ebf6";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-rating-2 .path10:before {
  content: "\ebf7";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-rating-2 .path11:before {
  content: "\ebf8";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-rating-2 .path12:before {
  content: "\ebf9";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-rating-2 .path13:before {
  content: "\ebfa";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-rating-2 .path14:before {
  content: "\ebfb";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-rating-2 .path15:before {
  content: "\ebfc";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-rating-2 .path16:before {
  content: "\ebfd";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-rating-2 .path17:before {
  content: "\ebfe";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-rating-2 .path18:before {
  content: "\ebff";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-rating-2 .path19:before {
  content: "\ec00";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-rating-2 .path20:before {
  content: "\ec01";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-rating-2 .path21:before {
  content: "\ec02";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-pz-rating-2 .path22:before {
  content: "\ec03";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-rating-2 .path23:before {
  content: "\ec04";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-rating-2 .path24:before {
  content: "\ec05";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-rating-2 .path25:before {
  content: "\ec06";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-rating-2 .path26:before {
  content: "\ec07";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-rating-2 .path27:before {
  content: "\ec08";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-rating-2 .path28:before {
  content: "\ec09";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-rating-2 .path29:before {
  content: "\ec0a";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-rating-2 .path30:before {
  content: "\ec0b";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-rating-2 .path31:before {
  content: "\ec0c";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-rating-star .path1:before {
  content: "\ec0d";
  color: rgb(211, 142, 42);
}
.icon-pz-rating-star .path2:before {
  content: "\ec0e";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-rating-star .path3:before {
  content: "\ec0f";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-rating-star .path4:before {
  content: "\ec10";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-rating-star .path5:before {
  content: "\ec11";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-rating-star .path6:before {
  content: "\ec12";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-rating-star .path7:before {
  content: "\ec13";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-rating-star .path8:before {
  content: "\ec14";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-rating-star .path9:before {
  content: "\ec15";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-rating-star .path10:before {
  content: "\ec16";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-rating-star .path11:before {
  content: "\ec17";
  margin-left: -1em;
  color: rgb(228, 194, 144);
}
.icon-pz-rating-star .path12:before {
  content: "\ec18";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-rating-star .path13:before {
  content: "\ec19";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-rating-star .path14:before {
  content: "\ec1a";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-rating-star .path15:before {
  content: "\ec1b";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-rating-star .path16:before {
  content: "\ec1c";
  margin-left: -1em;
  color: rgb(228, 194, 144);
}
.icon-pz-rating-star .path17:before {
  content: "\ec1d";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-pz-reading .path1:before {
  content: "\ec1e";
  color: rgb(25, 118, 210);
}
.icon-pz-reading .path2:before {
  content: "\ec1f";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-reading .path3:before {
  content: "\ec20";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-reading .path4:before {
  content: "\ec21";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-pz-reading .path5:before {
  content: "\ec22";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-reading .path6:before {
  content: "\ec23";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-reading .path7:before {
  content: "\ec24";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-receipt .path1:before {
  content: "\ec25";
  color: rgb(243, 243, 243);
}
.icon-pz-receipt .path2:before {
  content: "\ec26";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-pz-receipt .path3:before {
  content: "\ec27";
  margin-left: -1em;
  color: rgb(200, 200, 200);
}
.icon-pz-receipt .path4:before {
  content: "\ec28";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-receipt .path5:before {
  content: "\ec29";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-receipt .path6:before {
  content: "\ec2a";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-receipt .path7:before {
  content: "\ec2b";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-receipt .path8:before {
  content: "\ec2c";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-receipt .path9:before {
  content: "\ec2d";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-pz-receipt .path10:before {
  content: "\ec2e";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-pz-receipt .path11:before {
  content: "\ec2f";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-pz-receipt .path12:before {
  content: "\ec30";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-pz-receipt .path13:before {
  content: "\ec31";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-pz-receipt .path14:before {
  content: "\ec32";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-pz-receipt .path15:before {
  content: "\ec33";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-pz-receipt .path16:before {
  content: "\ec34";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-pz-receipt .path17:before {
  content: "\ec35";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-pz-receipt .path18:before {
  content: "\ec36";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-pz-receipt .path19:before {
  content: "\ec37";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-pz-receipt .path20:before {
  content: "\ec38";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-pz-receipt .path21:before {
  content: "\ec39";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-pz-receipt .path22:before {
  content: "\ec3a";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-remote-bulb .path1:before {
  content: "\ec3b";
  color: rgb(217, 217, 217);
}
.icon-pz-remote-bulb .path2:before {
  content: "\ec3c";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-remote-bulb .path3:before {
  content: "\ec3d";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-remote-bulb .path4:before {
  content: "\ec3e";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-remote-bulb .path5:before {
  content: "\ec3f";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-remote-bulb .path6:before {
  content: "\ec40";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-remote-bulb .path7:before {
  content: "\ec41";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-remote-bulb .path8:before {
  content: "\ec42";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-remote-bulb .path9:before {
  content: "\ec43";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-remote-bulb .path10:before {
  content: "\ec44";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-remote-bulb .path11:before {
  content: "\ec45";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-report-1 .path1:before {
  content: "\ec46";
  color: rgb(25, 118, 210);
}
.icon-pz-report-1 .path2:before {
  content: "\ec47";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-report-1 .path3:before {
  content: "\ec48";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-pz-report-1 .path4:before {
  content: "\ec49";
  margin-left: -1em;
  color: rgb(228, 194, 144);
}
.icon-pz-report-1 .path5:before {
  content: "\ec4a";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-report-1 .path6:before {
  content: "\ec4b";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-report-1 .path7:before {
  content: "\ec4c";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-report-1 .path8:before {
  content: "\ec4d";
  margin-left: -1em;
  color: rgb(228, 194, 144);
}
.icon-pz-report-1 .path9:before {
  content: "\ec4e";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-report-1 .path10:before {
  content: "\ec4f";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-report-1 .path11:before {
  content: "\ec50";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-report-1 .path12:before {
  content: "\ec51";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-pz-report-1 .path13:before {
  content: "\ec52";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-report-1 .path14:before {
  content: "\ec53";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-report-1 .path15:before {
  content: "\ec54";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-report-1 .path16:before {
  content: "\ec55";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-report-2 .path1:before {
  content: "\ec56";
  color: rgb(94, 159, 223);
}
.icon-pz-report-2 .path2:before {
  content: "\ec57";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-report-2 .path3:before {
  content: "\ec58";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-pz-report-2 .path4:before {
  content: "\ec59";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-pz-report-2 .path5:before {
  content: "\ec5a";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-report-2 .path6:before {
  content: "\ec5b";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-report-2 .path7:before {
  content: "\ec5c";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-report-2 .path8:before {
  content: "\ec5d";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-report-2 .path9:before {
  content: "\ec5e";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-report-2 .path10:before {
  content: "\ec5f";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-report-2 .path11:before {
  content: "\ec60";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-report-2 .path12:before {
  content: "\ec61";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-report-2 .path13:before {
  content: "\ec62";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-report-2 .path14:before {
  content: "\ec63";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-report-2 .path15:before {
  content: "\ec64";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-pz-report-2 .path16:before {
  content: "\ec65";
  margin-left: -1em;
  color: rgb(200, 200, 200);
}
.icon-pz-report-3 .path1:before {
  content: "\ec66";
  color: rgb(25, 118, 210);
}
.icon-pz-report-3 .path2:before {
  content: "\ec67";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-pz-report-3 .path3:before {
  content: "\ec68";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-report-3 .path4:before {
  content: "\ec69";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-report-3 .path5:before {
  content: "\ec6a";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-report-3 .path6:before {
  content: "\ec6b";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-pz-report-3 .path7:before {
  content: "\ec6c";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-report-3 .path8:before {
  content: "\ec6d";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-report-3 .path9:before {
  content: "\ec6e";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-report-3 .path10:before {
  content: "\ec6f";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-report-3 .path11:before {
  content: "\ec70";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-report-3 .path12:before {
  content: "\ec71";
  margin-left: -1em;
  color: rgb(253, 253, 253);
}
.icon-pz-report-3 .path13:before {
  content: "\ec72";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-report-3 .path14:before {
  content: "\ec73";
  margin-left: -1em;
  color: rgb(228, 194, 144);
}
.icon-pz-report-3 .path15:before {
  content: "\ec74";
  margin-left: -1em;
  color: rgb(228, 194, 144);
}
.icon-pz-report-3 .path16:before {
  content: "\ec75";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-pz-report-4 .path1:before {
  content: "\ec76";
  color: rgb(94, 159, 223);
}
.icon-pz-report-4 .path2:before {
  content: "\ec77";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-report-4 .path3:before {
  content: "\ec78";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-report-4 .path4:before {
  content: "\ec79";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-report-4 .path5:before {
  content: "\ec7a";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-report-4 .path6:before {
  content: "\ec7b";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-report-4 .path7:before {
  content: "\ec7c";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-pz-report-4 .path8:before {
  content: "\ec7d";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-report-4 .path9:before {
  content: "\ec7e";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-pz-report-4 .path10:before {
  content: "\ec7f";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-report-4 .path11:before {
  content: "\ec80";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-report-4 .path12:before {
  content: "\ec81";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-report-4 .path13:before {
  content: "\ec82";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-report-4 .path14:before {
  content: "\ec83";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-pz-resize-1 .path1:before {
  content: "\ec84";
  color: rgb(94, 159, 223);
}
.icon-pz-resize-1 .path2:before {
  content: "\ec85";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-resize-1 .path3:before {
  content: "\ec86";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-resize-1 .path4:before {
  content: "\ec87";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-pz-resize-1 .path5:before {
  content: "\ec88";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-pz-resize-1 .path6:before {
  content: "\ec89";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-pz-resize-1 .path7:before {
  content: "\ec8a";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-resize-1 .path8:before {
  content: "\ec8b";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-resize-1 .path9:before {
  content: "\ec8c";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-pz-resize-1 .path10:before {
  content: "\ec8d";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-resize-1 .path11:before {
  content: "\ec8e";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-resize-1 .path12:before {
  content: "\ec8f";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-pz-resize-1 .path13:before {
  content: "\ec90";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-resize-1 .path14:before {
  content: "\ec91";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-pz-resize-1 .path15:before {
  content: "\ec92";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-pz-resize-1 .path16:before {
  content: "\ec93";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-resize-2 .path1:before {
  content: "\ec94";
  color: rgb(94, 159, 223);
}
.icon-pz-resize-2 .path2:before {
  content: "\ec95";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-resize-2 .path3:before {
  content: "\ec96";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-resize-2 .path4:before {
  content: "\ec97";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-resize-2 .path5:before {
  content: "\ec98";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-resize-2 .path6:before {
  content: "\ec99";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-resize-2 .path7:before {
  content: "\ec9a";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-resize-2 .path8:before {
  content: "\ec9b";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-resize-2 .path9:before {
  content: "\ec9c";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-pz-resize-2 .path10:before {
  content: "\ec9d";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-resize-2 .path11:before {
  content: "\ec9e";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-resize-2 .path12:before {
  content: "\ec9f";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-resize-2 .path13:before {
  content: "\eca0";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-resize-2 .path14:before {
  content: "\eca1";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-resize-2 .path15:before {
  content: "\eca2";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-resize-2 .path16:before {
  content: "\eca3";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-resize-2 .path17:before {
  content: "\eca4";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-resize-2 .path18:before {
  content: "\eca5";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-resize-2 .path19:before {
  content: "\eca6";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-resize-2 .path20:before {
  content: "\eca7";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-resize-2 .path21:before {
  content: "\eca8";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-resize-2 .path22:before {
  content: "\eca9";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-resize-2 .path23:before {
  content: "\ecaa";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-resize-2 .path24:before {
  content: "\ecab";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-resize-2 .path25:before {
  content: "\ecac";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-pz-responsive-1 .path1:before {
  content: "\ecad";
  color: rgb(25, 118, 210);
}
.icon-pz-responsive-1 .path2:before {
  content: "\ecae";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-pz-responsive-1 .path3:before {
  content: "\ecaf";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-responsive-1 .path4:before {
  content: "\ecb0";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-responsive-1 .path5:before {
  content: "\ecb1";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-responsive-1 .path6:before {
  content: "\ecb2";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-responsive-1 .path7:before {
  content: "\ecb3";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-responsive-1 .path8:before {
  content: "\ecb4";
  margin-left: -1em;
  color: rgb(228, 194, 144);
}
.icon-pz-responsive-1 .path9:before {
  content: "\ecb5";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-responsive-1 .path10:before {
  content: "\ecb6";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-pz-responsive-1 .path11:before {
  content: "\ecb7";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-responsive-1 .path12:before {
  content: "\ecb8";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-responsive-1 .path13:before {
  content: "\ecb9";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-responsive-1 .path14:before {
  content: "\ecba";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-responsive-1 .path15:before {
  content: "\ecbb";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-responsive-1 .path16:before {
  content: "\ecbc";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-pz-responsive-1 .path17:before {
  content: "\ecbd";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-pz-responsive-1 .path18:before {
  content: "\ecbe";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-responsive-2 .path1:before {
  content: "\ecbf";
  color: rgb(94, 159, 223);
}
.icon-pz-responsive-2 .path2:before {
  content: "\ecc0";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-responsive-2 .path3:before {
  content: "\ecc1";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-responsive-2 .path4:before {
  content: "\ecc2";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-pz-responsive-2 .path5:before {
  content: "\ecc3";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-pz-responsive-2 .path6:before {
  content: "\ecc4";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-responsive-2 .path7:before {
  content: "\ecc5";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-responsive-2 .path8:before {
  content: "\ecc6";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-responsive-2 .path9:before {
  content: "\ecc7";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-responsive-2 .path10:before {
  content: "\ecc8";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-responsive-2 .path11:before {
  content: "\ecc9";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-responsive-2 .path12:before {
  content: "\ecca";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-responsive-2 .path13:before {
  content: "\eccb";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-responsive-2 .path14:before {
  content: "\eccc";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-pz-responsive-2 .path15:before {
  content: "\eccd";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-responsive-2 .path16:before {
  content: "\ecce";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-responsive-2 .path17:before {
  content: "\eccf";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-responsive-2 .path18:before {
  content: "\ecd0";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-responsive-2 .path19:before {
  content: "\ecd1";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-responsive-2 .path20:before {
  content: "\ecd2";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-pz-responsive-2 .path21:before {
  content: "\ecd3";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-responsive-2 .path22:before {
  content: "\ecd4";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-pz-responsive-2 .path23:before {
  content: "\ecd5";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-pz-responsive-2 .path24:before {
  content: "\ecd6";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-pz-responsive-2 .path25:before {
  content: "\ecd7";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-responsive-3 .path1:before {
  content: "\ecd8";
  color: rgb(25, 118, 210);
}
.icon-pz-responsive-3 .path2:before {
  content: "\ecd9";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-pz-responsive-3 .path3:before {
  content: "\ecda";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-responsive-3 .path4:before {
  content: "\ecdb";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-responsive-3 .path5:before {
  content: "\ecdc";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-responsive-3 .path6:before {
  content: "\ecdd";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-responsive-3 .path7:before {
  content: "\ecde";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-pz-responsive-3 .path8:before {
  content: "\ecdf";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-responsive-3 .path9:before {
  content: "\ece0";
  margin-left: -1em;
  color: rgb(228, 194, 144);
}
.icon-pz-responsive-3 .path10:before {
  content: "\ece1";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-responsive-3 .path11:before {
  content: "\ece2";
  margin-left: -1em;
  color: rgb(228, 194, 144);
}
.icon-pz-responsive-3 .path12:before {
  content: "\ece3";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-pz-responsive-3 .path13:before {
  content: "\ece4";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-responsive-3 .path14:before {
  content: "\ece5";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-responsive-3 .path15:before {
  content: "\ece6";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-responsive-3 .path16:before {
  content: "\ece7";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-pz-responsive-3 .path17:before {
  content: "\ece8";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-responsive-3 .path18:before {
  content: "\ece9";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-responsive-3 .path19:before {
  content: "\ecea";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-pz-responsive-3 .path20:before {
  content: "\eceb";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-responsive-3 .path21:before {
  content: "\ecec";
  margin-left: -1em;
  color: rgb(228, 194, 144);
}
.icon-pz-responsive-3 .path22:before {
  content: "\eced";
  margin-left: -1em;
  color: rgb(228, 194, 144);
}
.icon-pz-responsive-3 .path23:before {
  content: "\ecee";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-pz-responsive-3 .path24:before {
  content: "\ecef";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-retina-scan .path1:before {
  content: "\ecf0";
  color: rgb(243, 243, 243);
}
.icon-pz-retina-scan .path2:before {
  content: "\ecf1";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-retina-scan .path3:before {
  content: "\ecf2";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-retina-scan .path4:before {
  content: "\ecf3";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-retina-scan .path5:before {
  content: "\ecf4";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-retina-scan .path6:before {
  content: "\ecf5";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-retina-scan .path7:before {
  content: "\ecf6";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-pz-retina-scan .path8:before {
  content: "\ecf7";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-retina-scan .path9:before {
  content: "\ecf8";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-pz-retina-scan .path10:before {
  content: "\ecf9";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-retina-scan .path11:before {
  content: "\ecfa";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-retina-scan .path12:before {
  content: "\ecfb";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-revenue .path1:before {
  content: "\ecfc";
  color: rgb(211, 142, 42);
}
.icon-pz-revenue .path2:before {
  content: "\ecfd";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-revenue .path3:before {
  content: "\ecfe";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-revenue .path4:before {
  content: "\ecff";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-revenue .path5:before {
  content: "\ed00";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-revenue .path6:before {
  content: "\ed01";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-revenue .path7:before {
  content: "\ed02";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-revenue .path8:before {
  content: "\ed03";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-revenue .path9:before {
  content: "\ed04";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-revenue .path10:before {
  content: "\ed05";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-revenue .path11:before {
  content: "\ed06";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-revenue .path12:before {
  content: "\ed07";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-revenue .path13:before {
  content: "\ed08";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-revenue .path14:before {
  content: "\ed09";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-revenue .path15:before {
  content: "\ed0a";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-revenue .path16:before {
  content: "\ed0b";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-revenue .path17:before {
  content: "\ed0c";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-revenue .path18:before {
  content: "\ed0d";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-revenue .path19:before {
  content: "\ed0e";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-revenue .path20:before {
  content: "\ed0f";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-revenue .path21:before {
  content: "\ed10";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-revenue .path22:before {
  content: "\ed11";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-revenue .path23:before {
  content: "\ed12";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-revenue .path24:before {
  content: "\ed13";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-revenue .path25:before {
  content: "\ed14";
  margin-left: -1em;
  color: rgb(228, 194, 144);
}
.icon-pz-revenue .path26:before {
  content: "\ed15";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-revenue .path27:before {
  content: "\ed16";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-revenue .path28:before {
  content: "\ed17";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-review .path1:before {
  content: "\ed18";
  color: rgb(94, 159, 223);
}
.icon-pz-review .path2:before {
  content: "\ed19";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-review .path3:before {
  content: "\ed1a";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-review .path4:before {
  content: "\ed1b";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-pz-review .path5:before {
  content: "\ed1c";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-pz-review .path6:before {
  content: "\ed1d";
  margin-left: -1em;
  color: rgb(200, 200, 200);
}
.icon-pz-review .path7:before {
  content: "\ed1e";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-review .path8:before {
  content: "\ed1f";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-review .path9:before {
  content: "\ed20";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-RGB .path1:before {
  content: "\ed21";
  color: rgb(211, 142, 42);
}
.icon-pz-RGB .path2:before {
  content: "\ed22";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-RGB .path3:before {
  content: "\ed23";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-RGB .path4:before {
  content: "\ed24";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-RGB .path5:before {
  content: "\ed25";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-RGB .path6:before {
  content: "\ed26";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-RGB .path7:before {
  content: "\ed27";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-RGB .path8:before {
  content: "\ed28";
  margin-left: -1em;
  color: rgb(253, 253, 253);
}
.icon-pz-RGB .path9:before {
  content: "\ed29";
  margin-left: -1em;
  color: rgb(253, 253, 253);
}
.icon-pz-RGB .path10:before {
  content: "\ed2a";
  margin-left: -1em;
  color: rgb(253, 253, 253);
}
.icon-pz-RGB .path11:before {
  content: "\ed2b";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-right .path1:before {
  content: "\ed2c";
  color: rgb(243, 243, 243);
}
.icon-pz-right .path2:before {
  content: "\ed2d";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-right .path3:before {
  content: "\ed2e";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-right .path4:before {
  content: "\ed2f";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-right .path5:before {
  content: "\ed30";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-right .path6:before {
  content: "\ed31";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-right .path7:before {
  content: "\ed32";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-pz-right .path8:before {
  content: "\ed33";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-pz-rocket-1 .path1:before {
  content: "\ed34";
  color: rgb(94, 159, 223);
}
.icon-pz-rocket-1 .path2:before {
  content: "\ed35";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-rocket-1 .path3:before {
  content: "\ed36";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-rocket-1 .path4:before {
  content: "\ed37";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-pz-rocket-1 .path5:before {
  content: "\ed38";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-rocket-1 .path6:before {
  content: "\ed39";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-rocket-1 .path7:before {
  content: "\ed3a";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-rocket-1 .path8:before {
  content: "\ed3b";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-rocket-1 .path9:before {
  content: "\ed3c";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-pz-rocket-1 .path10:before {
  content: "\ed3d";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-rocket-1 .path11:before {
  content: "\ed3e";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-rocket-1 .path12:before {
  content: "\ed3f";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-pz-rocket-1 .path13:before {
  content: "\ed40";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-pz-rocket-2 .path1:before {
  content: "\ed41";
  color: rgb(94, 159, 223);
}
.icon-pz-rocket-2 .path2:before {
  content: "\ed42";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-rocket-2 .path3:before {
  content: "\ed43";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-rocket-2 .path4:before {
  content: "\ed44";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-rocket-2 .path5:before {
  content: "\ed45";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-rocket-2 .path6:before {
  content: "\ed46";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-rocket-2 .path7:before {
  content: "\ed47";
  margin-left: -1em;
  color: rgb(228, 194, 144);
}
.icon-pz-rocket-2 .path8:before {
  content: "\ed48";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-rocket-2 .path9:before {
  content: "\ed49";
  margin-left: -1em;
  color: rgb(253, 253, 253);
}
.icon-pz-rocket-2 .path10:before {
  content: "\ed4a";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-router .path1:before {
  content: "\ed4b";
  color: rgb(94, 159, 223);
}
.icon-pz-router .path2:before {
  content: "\ed4c";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-router .path3:before {
  content: "\ed4d";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-router .path4:before {
  content: "\ed4e";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-router .path5:before {
  content: "\ed4f";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-router .path6:before {
  content: "\ed50";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-pz-router .path7:before {
  content: "\ed51";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-router .path8:before {
  content: "\ed52";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-router .path9:before {
  content: "\ed53";
  margin-left: -1em;
  color: rgb(253, 253, 253);
}
.icon-pz-ruler .path1:before {
  content: "\ed54";
  color: rgb(94, 159, 223);
}
.icon-pz-ruler .path2:before {
  content: "\ed55";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-ruler .path3:before {
  content: "\ed56";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-ruler .path4:before {
  content: "\ed57";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-ruler .path5:before {
  content: "\ed58";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-ruler .path6:before {
  content: "\ed59";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-ruler .path7:before {
  content: "\ed5a";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-ruler .path8:before {
  content: "\ed5b";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-ruler .path9:before {
  content: "\ed5c";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-ruler .path10:before {
  content: "\ed5d";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-ruler .path11:before {
  content: "\ed5e";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-ruler .path12:before {
  content: "\ed5f";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-ruler .path13:before {
  content: "\ed60";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-pz-ruler .path14:before {
  content: "\ed61";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-safebox .path1:before {
  content: "\ed62";
  color: rgb(94, 159, 223);
}
.icon-pz-safebox .path2:before {
  content: "\ed63";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-safebox .path3:before {
  content: "\ed64";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-pz-safebox .path4:before {
  content: "\ed65";
  margin-left: -1em;
  color: rgb(200, 200, 200);
}
.icon-pz-safebox .path5:before {
  content: "\ed66";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-safebox .path6:before {
  content: "\ed67";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-pz-safebox .path7:before {
  content: "\ed68";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-pz-safebox .path8:before {
  content: "\ed69";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-safebox .path9:before {
  content: "\ed6a";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-safebox .path10:before {
  content: "\ed6b";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-safebox .path11:before {
  content: "\ed6c";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-pz-safebox .path12:before {
  content: "\ed6d";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-safebox .path13:before {
  content: "\ed6e";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-safetyvest .path1:before {
  content: "\ed6f";
  color: rgb(25, 118, 210);
}
.icon-pz-safetyvest .path2:before {
  content: "\ed70";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-safetyvest .path3:before {
  content: "\ed71";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-safetyvest .path4:before {
  content: "\ed72";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-safetyvest .path5:before {
  content: "\ed73";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-safetyvest .path6:before {
  content: "\ed74";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-safetyvest .path7:before {
  content: "\ed75";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-pz-safetyvest .path8:before {
  content: "\ed76";
  margin-left: -1em;
  color: rgb(228, 194, 144);
}
.icon-pz-safetyvest .path9:before {
  content: "\ed77";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-safetyvest .path10:before {
  content: "\ed78";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-safetyvest .path11:before {
  content: "\ed79";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-safetyvest .path12:before {
  content: "\ed7a";
  margin-left: -1em;
  color: rgb(228, 194, 144);
}
.icon-pz-safetyvest .path13:before {
  content: "\ed7b";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-safetyvest .path14:before {
  content: "\ed7c";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-safetyvest .path15:before {
  content: "\ed7d";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-safetyvest .path16:before {
  content: "\ed7e";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-safetyvest .path17:before {
  content: "\ed7f";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-safetyvest .path18:before {
  content: "\ed80";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-safetyvest .path19:before {
  content: "\ed81";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-safetyvest .path20:before {
  content: "\ed82";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-satelite-1 .path1:before {
  content: "\ed83";
  color: rgb(217, 217, 217);
}
.icon-pz-satelite-1 .path2:before {
  content: "\ed84";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-satelite-1 .path3:before {
  content: "\ed85";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-satelite-1 .path4:before {
  content: "\ed86";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-satelite-1 .path5:before {
  content: "\ed87";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-satelite-1 .path6:before {
  content: "\ed88";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-satelite-1 .path7:before {
  content: "\ed89";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-satelite-1 .path8:before {
  content: "\ed8a";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-satelite-1 .path9:before {
  content: "\ed8b";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-satelite-2 .path1:before {
  content: "\ed8c";
  color: rgb(25, 118, 210);
}
.icon-pz-satelite-2 .path2:before {
  content: "\ed8d";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-satelite-2 .path3:before {
  content: "\ed8e";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-satelite-2 .path4:before {
  content: "\ed8f";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-satelite-2 .path5:before {
  content: "\ed90";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-satelite-2 .path6:before {
  content: "\ed91";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-satelite-2 .path7:before {
  content: "\ed92";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-satelite-2 .path8:before {
  content: "\ed93";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-satelite-2 .path9:before {
  content: "\ed94";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-satelite-2 .path10:before {
  content: "\ed95";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-satelite-2 .path11:before {
  content: "\ed96";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-satelite-2 .path12:before {
  content: "\ed97";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-satelite-2 .path13:before {
  content: "\ed98";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-satelite-3 .path1:before {
  content: "\ed99";
  color: rgb(211, 142, 42);
}
.icon-pz-satelite-3 .path2:before {
  content: "\ed9a";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-satelite-3 .path3:before {
  content: "\ed9b";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-satelite-3 .path4:before {
  content: "\ed9c";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-satelite-3 .path5:before {
  content: "\ed9d";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-satelite-3 .path6:before {
  content: "\ed9e";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-satelite-3 .path7:before {
  content: "\ed9f";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-satelite-3 .path8:before {
  content: "\eda0";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-satelite-3 .path9:before {
  content: "\eda1";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-satelite-3 .path10:before {
  content: "\eda2";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-satelite-3 .path11:before {
  content: "\eda3";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-satelite-3 .path12:before {
  content: "\eda4";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-satelite-3 .path13:before {
  content: "\eda5";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-satelite-3 .path14:before {
  content: "\eda6";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-script-1 .path1:before {
  content: "\eda7";
  color: rgb(94, 159, 223);
}
.icon-pz-script-1 .path2:before {
  content: "\eda8";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-script-1 .path3:before {
  content: "\eda9";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-pz-script-1 .path4:before {
  content: "\edaa";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-pz-script-1 .path5:before {
  content: "\edab";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-script-1 .path6:before {
  content: "\edac";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-script-1 .path7:before {
  content: "\edad";
  margin-left: -1em;
  color: rgb(228, 194, 144);
}
.icon-pz-script-1 .path8:before {
  content: "\edae";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-script-1 .path9:before {
  content: "\edaf";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-script-1 .path10:before {
  content: "\edb0";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-script-1 .path11:before {
  content: "\edb1";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-pz-script-2 .path1:before {
  content: "\edb2";
  color: rgb(94, 159, 223);
}
.icon-pz-script-2 .path2:before {
  content: "\edb3";
  margin-left: -0.875em;
  color: rgb(94, 159, 223);
}
.icon-pz-script-2 .path3:before {
  content: "\edb4";
  margin-left: -0.875em;
  color: rgb(243, 243, 243);
}
.icon-pz-script-2 .path4:before {
  content: "\edb5";
  margin-left: -0.875em;
  color: rgb(25, 118, 210);
}
.icon-pz-script-2 .path5:before {
  content: "\edb6";
  margin-left: -0.875em;
  color: rgb(243, 243, 243);
}
.icon-pz-script-2 .path6:before {
  content: "\edb7";
  margin-left: -0.875em;
  color: rgb(25, 118, 210);
}
.icon-pz-script-2 .path7:before {
  content: "\edb8";
  margin-left: -0.875em;
  color: rgb(217, 217, 217);
}
.icon-pz-script-2 .path8:before {
  content: "\edb9";
  margin-left: -0.875em;
  color: rgb(217, 217, 217);
}
.icon-pz-script-2 .path9:before {
  content: "\edba";
  margin-left: -0.875em;
  color: rgb(217, 217, 217);
}
.icon-pz-script-2 .path10:before {
  content: "\edbb";
  margin-left: -0.875em;
  color: rgb(200, 200, 200);
}
.icon-pz-script-2 .path11:before {
  content: "\edbc";
  margin-left: -0.875em;
  color: rgb(217, 217, 217);
}
.icon-pz-script-2 .path12:before {
  content: "\edbd";
  margin-left: -0.875em;
  color: rgb(25, 118, 210);
}
.icon-pz-scroll .path1:before {
  content: "\edbe";
  color: rgb(94, 159, 223);
}
.icon-pz-scroll .path2:before {
  content: "\edbf";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-pz-scroll .path3:before {
  content: "\edc0";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-scroll .path4:before {
  content: "\edc1";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-scroll .path5:before {
  content: "\edc2";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-scroll .path6:before {
  content: "\edc3";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-scroll .path7:before {
  content: "\edc4";
  margin-left: -1em;
  color: rgb(228, 194, 144);
}
.icon-pz-scroll .path8:before {
  content: "\edc5";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-pz-scroll .path9:before {
  content: "\edc6";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-scroll .path10:before {
  content: "\edc7";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-sdc .path1:before {
  content: "\edc8";
  color: rgb(94, 159, 223);
}
.icon-pz-sdc .path2:before {
  content: "\edc9";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-sdc .path3:before {
  content: "\edca";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-sdc .path4:before {
  content: "\edcb";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-sdc .path5:before {
  content: "\edcc";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-sdc .path6:before {
  content: "\edcd";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-sdc .path7:before {
  content: "\edce";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-sdc .path8:before {
  content: "\edcf";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-sdc .path9:before {
  content: "\edd0";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-sdc .path10:before {
  content: "\edd1";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-sdc .path11:before {
  content: "\edd2";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-sdc .path12:before {
  content: "\edd3";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-pz-sdc .path13:before {
  content: "\edd4";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-sdc .path14:before {
  content: "\edd5";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-pz-sdc .path15:before {
  content: "\edd6";
  margin-left: -1em;
  color: rgb(200, 200, 200);
}
.icon-pz-sdc .path16:before {
  content: "\edd7";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-sdc .path17:before {
  content: "\edd8";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-sdc .path18:before {
  content: "\edd9";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-pz-sdc .path19:before {
  content: "\edda";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-sdc .path20:before {
  content: "\eddb";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-pz-sdc .path21:before {
  content: "\eddc";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-pz-sdc .path22:before {
  content: "\eddd";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-pz-search-engine-1 .path1:before {
  content: "\edde";
  color: rgb(94, 159, 223);
}
.icon-pz-search-engine-1 .path2:before {
  content: "\eddf";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-search-engine-1 .path3:before {
  content: "\ede0";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-search-engine-1 .path4:before {
  content: "\ede1";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-search-engine-1 .path5:before {
  content: "\ede2";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-search-engine-1 .path6:before {
  content: "\ede3";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-search-engine-1 .path7:before {
  content: "\ede4";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-search-engine-1 .path8:before {
  content: "\ede5";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-pz-search-engine-1 .path9:before {
  content: "\ede6";
  margin-left: -1em;
  color: rgb(200, 200, 200);
}
.icon-pz-search-engine-1 .path10:before {
  content: "\ede7";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-search-engine-1 .path11:before {
  content: "\ede8";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-search-engine-1 .path12:before {
  content: "\ede9";
  margin-left: -1em;
  color: rgb(253, 253, 253);
}
.icon-pz-search-engine-1 .path13:before {
  content: "\edea";
  margin-left: -1em;
  color: rgb(253, 253, 253);
}
.icon-pz-search-engine-1 .path14:before {
  content: "\edeb";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-search-engine-2 .path1:before {
  content: "\edec";
  color: rgb(25, 118, 210);
}
.icon-pz-search-engine-2 .path2:before {
  content: "\eded";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-search-engine-2 .path3:before {
  content: "\edee";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-pz-search-engine-2 .path4:before {
  content: "\edef";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-search-engine-2 .path5:before {
  content: "\edf0";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-search-engine-2 .path6:before {
  content: "\edf1";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-search-engine-2 .path7:before {
  content: "\edf2";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-search-engine-2 .path8:before {
  content: "\edf3";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-search-engine-2 .path9:before {
  content: "\edf4";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-search-engine-2 .path10:before {
  content: "\edf5";
  margin-left: -1em;
  color: rgb(253, 253, 253);
}
.icon-pz-search-engine-2 .path11:before {
  content: "\edf6";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-search-engine-2 .path12:before {
  content: "\edf7";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-search-engine-2 .path13:before {
  content: "\edf8";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-search-engine-2 .path14:before {
  content: "\edf9";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-search-engine-2 .path15:before {
  content: "\edfa";
  margin-left: -1em;
  color: rgb(253, 253, 253);
}
.icon-pz-search-engine-2 .path16:before {
  content: "\edfb";
  margin-left: -1em;
  color: rgb(253, 253, 253);
}
.icon-pz-search-engine-2 .path17:before {
  content: "\edfc";
  margin-left: -1em;
  color: rgb(253, 253, 253);
}
.icon-pz-search-engine-2 .path18:before {
  content: "\edfd";
  margin-left: -1em;
  color: rgb(253, 253, 253);
}
.icon-pz-search-engine-3 .path1:before {
  content: "\edfe";
  color: rgb(94, 159, 223);
}
.icon-pz-search-engine-3 .path2:before {
  content: "\edff";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-search-engine-3 .path3:before {
  content: "\ee00";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-search-engine-3 .path4:before {
  content: "\ee01";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-search-engine-3 .path5:before {
  content: "\ee02";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-search-engine-3 .path6:before {
  content: "\ee03";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-search-engine-3 .path7:before {
  content: "\ee04";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-search-engine-3 .path8:before {
  content: "\ee05";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-search-engine-3 .path9:before {
  content: "\ee06";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-search-engine-3 .path10:before {
  content: "\ee07";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-search-engine-3 .path11:before {
  content: "\ee08";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-search-engine-3 .path12:before {
  content: "\ee09";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-pz-search-engine-3 .path13:before {
  content: "\ee0a";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-search-engine-3 .path14:before {
  content: "\ee0b";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-pz-search-engine-3 .path15:before {
  content: "\ee0c";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-pz-search-engine-3 .path16:before {
  content: "\ee0d";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-search-engine-3 .path17:before {
  content: "\ee0e";
  margin-left: -1em;
  color: rgb(228, 194, 144);
}
.icon-pz-search-engine-3 .path18:before {
  content: "\ee0f";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-pz-search-engine-3 .path19:before {
  content: "\ee10";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-pz-search-engine-3 .path20:before {
  content: "\ee11";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-search-engine-3 .path21:before {
  content: "\ee12";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-pz-searching-1 .path1:before {
  content: "\ee13";
  color: rgb(94, 159, 223);
}
.icon-pz-searching-1 .path2:before {
  content: "\ee14";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-searching-1 .path3:before {
  content: "\ee15";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-searching-1 .path4:before {
  content: "\ee16";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-pz-searching-1 .path5:before {
  content: "\ee17";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-searching-1 .path6:before {
  content: "\ee18";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-searching-1 .path7:before {
  content: "\ee19";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-searching-1 .path8:before {
  content: "\ee1a";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-searching-1 .path9:before {
  content: "\ee1b";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-searching-1 .path10:before {
  content: "\ee1c";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-searching-1 .path11:before {
  content: "\ee1d";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-searching-1 .path12:before {
  content: "\ee1e";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-searching-1 .path13:before {
  content: "\ee1f";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-searching-1 .path14:before {
  content: "\ee20";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-searching-1 .path15:before {
  content: "\ee21";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-searching-1 .path16:before {
  content: "\ee22";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-pz-searching-1 .path17:before {
  content: "\ee23";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-searching-1 .path18:before {
  content: "\ee24";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-searching-1 .path19:before {
  content: "\ee25";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-pz-searching-1 .path20:before {
  content: "\ee26";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-searching-1 .path21:before {
  content: "\ee27";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-pz-searching-2 .path1:before {
  content: "\ee28";
  color: rgb(94, 159, 223);
}
.icon-pz-searching-2 .path2:before {
  content: "\ee29";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-searching-2 .path3:before {
  content: "\ee2a";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-pz-searching-2 .path4:before {
  content: "\ee2b";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-searching-2 .path5:before {
  content: "\ee2c";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-pz-searching-2 .path6:before {
  content: "\ee2d";
  margin-left: -1em;
  color: rgb(200, 200, 200);
}
.icon-pz-searching-2 .path7:before {
  content: "\ee2e";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-pz-searching-2 .path8:before {
  content: "\ee2f";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-searching-2 .path9:before {
  content: "\ee30";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-searching-3 .path1:before {
  content: "\ee31";
  color: rgb(94, 159, 223);
}
.icon-pz-searching-3 .path2:before {
  content: "\ee32";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-pz-searching-3 .path3:before {
  content: "\ee33";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-searching-3 .path4:before {
  content: "\ee34";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-searching-3 .path5:before {
  content: "\ee35";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-searching-3 .path6:before {
  content: "\ee36";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-searching-3 .path7:before {
  content: "\ee37";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-pz-searching-3 .path8:before {
  content: "\ee38";
  margin-left: -1em;
  color: rgb(200, 200, 200);
}
.icon-pz-searching-3 .path9:before {
  content: "\ee39";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-searching-3 .path10:before {
  content: "\ee3a";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-searching-3 .path11:before {
  content: "\ee3b";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-searching-3 .path12:before {
  content: "\ee3c";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-searching-3 .path13:before {
  content: "\ee3d";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-searching-4 .path1:before {
  content: "\ee3e";
  color: rgb(25, 118, 210);
}
.icon-pz-searching-4 .path2:before {
  content: "\ee3f";
  margin-left: -0.9501953125em;
  color: rgb(25, 118, 210);
}
.icon-pz-searching-4 .path3:before {
  content: "\ee40";
  margin-left: -0.9501953125em;
  color: rgb(25, 118, 210);
}
.icon-pz-searching-4 .path4:before {
  content: "\ee41";
  margin-left: -0.9501953125em;
  color: rgb(255, 255, 255);
}
.icon-pz-searching-4 .path5:before {
  content: "\ee42";
  margin-left: -0.9501953125em;
  color: rgb(25, 118, 210);
}
.icon-pz-searching-4 .path6:before {
  content: "\ee43";
  margin-left: -0.9501953125em;
  color: rgb(243, 243, 243);
}
.icon-pz-searching-4 .path7:before {
  content: "\ee44";
  margin-left: -0.9501953125em;
  color: rgb(211, 142, 42);
}
.icon-pz-searching-4 .path8:before {
  content: "\ee45";
  margin-left: -0.9501953125em;
  color: rgb(253, 253, 253);
}
.icon-pz-searching-4 .path9:before {
  content: "\ee46";
  margin-left: -0.9501953125em;
  color: rgb(25, 118, 210);
}
.icon-pz-searching-4 .path10:before {
  content: "\ee47";
  margin-left: -0.9501953125em;
  color: rgb(94, 159, 223);
}
.icon-pz-security .path1:before {
  content: "\ee48";
  color: rgb(94, 159, 223);
}
.icon-pz-security .path2:before {
  content: "\ee49";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-security .path3:before {
  content: "\ee4a";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-security .path4:before {
  content: "\ee4b";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-security .path5:before {
  content: "\ee4c";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-security .path6:before {
  content: "\ee4d";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-security .path7:before {
  content: "\ee4e";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-security .path8:before {
  content: "\ee4f";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-security .path9:before {
  content: "\ee50";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-security .path10:before {
  content: "\ee51";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-security .path11:before {
  content: "\ee52";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-security .path12:before {
  content: "\ee53";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-security .path13:before {
  content: "\ee54";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-security .path14:before {
  content: "\ee55";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-security .path15:before {
  content: "\ee56";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-security .path16:before {
  content: "\ee57";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-pz-security .path17:before {
  content: "\ee58";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-send-email .path1:before {
  content: "\ee59";
  color: rgb(94, 159, 223);
}
.icon-pz-send-email .path2:before {
  content: "\ee5a";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-send-email .path3:before {
  content: "\ee5b";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-pz-send-email .path4:before {
  content: "\ee5c";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-send-email .path5:before {
  content: "\ee5d";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-send-email .path6:before {
  content: "\ee5e";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-send-email .path7:before {
  content: "\ee5f";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-send-email .path8:before {
  content: "\ee60";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-send-email .path9:before {
  content: "\ee61";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-send-email .path10:before {
  content: "\ee62";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-send-email .path11:before {
  content: "\ee63";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-send-email .path12:before {
  content: "\ee64";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-send-email .path13:before {
  content: "\ee65";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-seo .path1:before {
  content: "\ee66";
  color: rgb(94, 159, 223);
}
.icon-pz-seo .path2:before {
  content: "\ee67";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-seo .path3:before {
  content: "\ee68";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-seo .path4:before {
  content: "\ee69";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-seo .path5:before {
  content: "\ee6a";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-seo .path6:before {
  content: "\ee6b";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-seo .path7:before {
  content: "\ee6c";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-pz-seo .path8:before {
  content: "\ee6d";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-seo .path9:before {
  content: "\ee6e";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-pz-seo .path10:before {
  content: "\ee6f";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-seo .path11:before {
  content: "\ee70";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-seo .path12:before {
  content: "\ee71";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-seo .path13:before {
  content: "\ee72";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-pz-seo-book .path1:before {
  content: "\ee73";
  color: rgb(94, 159, 223);
}
.icon-pz-seo-book .path2:before {
  content: "\ee74";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-seo-book .path3:before {
  content: "\ee75";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-pz-seo-book .path4:before {
  content: "\ee76";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-seo-book .path5:before {
  content: "\ee77";
  margin-left: -1em;
  color: rgb(200, 200, 200);
}
.icon-pz-seo-book .path6:before {
  content: "\ee78";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-seo-book .path7:before {
  content: "\ee79";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-seo-cloud .path1:before {
  content: "\ee7a";
  color: rgb(25, 118, 210);
}
.icon-pz-seo-cloud .path2:before {
  content: "\ee7b";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-seo-cloud .path3:before {
  content: "\ee7c";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-seo-cloud .path4:before {
  content: "\ee7d";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-seo-cloud .path5:before {
  content: "\ee7e";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-seo-cloud .path6:before {
  content: "\ee7f";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-seo-cloud .path7:before {
  content: "\ee80";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-seo-cloud .path8:before {
  content: "\ee81";
  margin-left: -1em;
  color: rgb(253, 253, 253);
}
.icon-pz-seo-cloud .path9:before {
  content: "\ee82";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-pz-server-1 .path1:before {
  content: "\ee83";
  color: rgb(94, 159, 223);
}
.icon-pz-server-1 .path2:before {
  content: "\ee84";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-server-1 .path3:before {
  content: "\ee85";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-server-1 .path4:before {
  content: "\ee86";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-server-1 .path5:before {
  content: "\ee87";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-server-1 .path6:before {
  content: "\ee88";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-server-1 .path7:before {
  content: "\ee89";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-server-1 .path8:before {
  content: "\ee8a";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-server-1 .path9:before {
  content: "\ee8b";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-server-1 .path10:before {
  content: "\ee8c";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-server-1 .path11:before {
  content: "\ee8d";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-server-1 .path12:before {
  content: "\ee8e";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-server-1 .path13:before {
  content: "\ee8f";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-server-1 .path14:before {
  content: "\ee90";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-server-1 .path15:before {
  content: "\ee91";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-server-1 .path16:before {
  content: "\ee92";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-server-1 .path17:before {
  content: "\ee93";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-server-1 .path18:before {
  content: "\ee94";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-server-1 .path19:before {
  content: "\ee95";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-server-1 .path20:before {
  content: "\ee96";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-server-1 .path21:before {
  content: "\ee97";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-server-1 .path22:before {
  content: "\ee98";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-server-2 .path1:before {
  content: "\ee99";
  color: rgb(25, 118, 210);
}
.icon-pz-server-2 .path2:before {
  content: "\ee9a";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-server-2 .path3:before {
  content: "\ee9b";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-server-2 .path4:before {
  content: "\ee9c";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-server-2 .path5:before {
  content: "\ee9d";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-server-2 .path6:before {
  content: "\ee9e";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-server-2 .path7:before {
  content: "\ee9f";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-server-2 .path8:before {
  content: "\eea0";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-server-2 .path9:before {
  content: "\eea1";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-server-2 .path10:before {
  content: "\eea2";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-server-2 .path11:before {
  content: "\eea3";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-server-2 .path12:before {
  content: "\eea4";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-server-2 .path13:before {
  content: "\eea5";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-server-2 .path14:before {
  content: "\eea6";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-server-2 .path15:before {
  content: "\eea7";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-server-2 .path16:before {
  content: "\eea8";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-server-2 .path17:before {
  content: "\eea9";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-server-2 .path18:before {
  content: "\eeaa";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-server-2 .path19:before {
  content: "\eeab";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-server-cloud .path1:before {
  content: "\eeac";
  color: rgb(94, 159, 223);
}
.icon-pz-server-cloud .path2:before {
  content: "\eead";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-server-cloud .path3:before {
  content: "\eeae";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-server-cloud .path4:before {
  content: "\eeaf";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-server-cloud .path5:before {
  content: "\eeb0";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-server-cloud .path6:before {
  content: "\eeb1";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-server-cloud .path7:before {
  content: "\eeb2";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-server-cloud .path8:before {
  content: "\eeb3";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-server-cloud .path9:before {
  content: "\eeb4";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-server-cloud .path10:before {
  content: "\eeb5";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-server-cloud .path11:before {
  content: "\eeb6";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-server-cloud .path12:before {
  content: "\eeb7";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-server-cloud .path13:before {
  content: "\eeb8";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-server-cloud .path14:before {
  content: "\eeb9";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-server-cloud .path15:before {
  content: "\eeba";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-settings-box .path1:before {
  content: "\eebb";
  color: rgb(217, 217, 217);
}
.icon-pz-settings-box .path2:before {
  content: "\eebc";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-settings-box .path3:before {
  content: "\eebd";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-settings-box .path4:before {
  content: "\eebe";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-settings-box .path5:before {
  content: "\eebf";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-settings-box .path6:before {
  content: "\eec0";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-settings-box .path7:before {
  content: "\eec1";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-settings-box .path8:before {
  content: "\eec2";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-settings-box .path9:before {
  content: "\eec3";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-settings-box .path10:before {
  content: "\eec4";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-settings-box .path11:before {
  content: "\eec5";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-settings-box .path12:before {
  content: "\eec6";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-pz-settings-box .path13:before {
  content: "\eec7";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-settings-box .path14:before {
  content: "\eec8";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-settings-box .path15:before {
  content: "\eec9";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-settings-box .path16:before {
  content: "\eeca";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-settings-box .path17:before {
  content: "\eecb";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-settings-box .path18:before {
  content: "\eecc";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-share .path1:before {
  content: "\eecd";
  color: rgb(217, 217, 217);
}
.icon-pz-share .path2:before {
  content: "\eece";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-share .path3:before {
  content: "\eecf";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-share .path4:before {
  content: "\eed0";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-share .path5:before {
  content: "\eed1";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-share-file .path1:before {
  content: "\eed2";
  color: rgb(94, 159, 223);
}
.icon-pz-share-file .path2:before {
  content: "\eed3";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-share-file .path3:before {
  content: "\eed4";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-share-file .path4:before {
  content: "\eed5";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-share-file .path5:before {
  content: "\eed6";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-share-file .path6:before {
  content: "\eed7";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-pz-share-file .path7:before {
  content: "\eed8";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-share-file .path8:before {
  content: "\eed9";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-pz-share-file .path9:before {
  content: "\eeda";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-share-file .path10:before {
  content: "\eedb";
  margin-left: -1em;
  color: rgb(228, 194, 144);
}
.icon-pz-share-file .path11:before {
  content: "\eedc";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-share-file .path12:before {
  content: "\eedd";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-share-file .path13:before {
  content: "\eede";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-share-file .path14:before {
  content: "\eedf";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-share-file .path15:before {
  content: "\eee0";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-pz-shield .path1:before {
  content: "\eee1";
  color: rgb(94, 159, 223);
}
.icon-pz-shield .path2:before {
  content: "\eee2";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-shield .path3:before {
  content: "\eee3";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-shield .path4:before {
  content: "\eee4";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-shield .path5:before {
  content: "\eee5";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-shield .path6:before {
  content: "\eee6";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-shield .path7:before {
  content: "\eee7";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-pz-shield .path8:before {
  content: "\eee8";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-shield .path9:before {
  content: "\eee9";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-shield .path10:before {
  content: "\eeea";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-shield .path11:before {
  content: "\eeeb";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-shirt .path1:before {
  content: "\eeec";
  color: rgb(94, 159, 223);
}
.icon-pz-shirt .path2:before {
  content: "\eeed";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-pz-shirt .path3:before {
  content: "\eeee";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-shirt .path4:before {
  content: "\eeef";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-shirt .path5:before {
  content: "\eef0";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-shirt .path6:before {
  content: "\eef1";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-shirt .path7:before {
  content: "\eef2";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-shirt .path8:before {
  content: "\eef3";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-shirt .path9:before {
  content: "\eef4";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-shirt .path10:before {
  content: "\eef5";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-shirt .path11:before {
  content: "\eef6";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-shirt .path12:before {
  content: "\eef7";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-shirt .path13:before {
  content: "\eef8";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-shirt .path14:before {
  content: "\eef9";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-shirt .path15:before {
  content: "\eefa";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-pz-shirt .path16:before {
  content: "\eefb";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-shirt .path17:before {
  content: "\eefc";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-shirt .path18:before {
  content: "\eefd";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-pz-shirt .path19:before {
  content: "\eefe";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-shirt .path20:before {
  content: "\eeff";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-shirt .path21:before {
  content: "\ef00";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-shirt .path22:before {
  content: "\ef01";
  margin-left: -1em;
  color: rgb(200, 200, 200);
}
.icon-pz-shirt .path23:before {
  content: "\ef02";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-shirt .path24:before {
  content: "\ef03";
  margin-left: -1em;
  color: rgb(253, 253, 253);
}
.icon-pz-shirt .path25:before {
  content: "\ef04";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-shop .path1:before {
  content: "\ef05";
  color: rgb(94, 159, 223);
}
.icon-pz-shop .path2:before {
  content: "\ef06";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-shop .path3:before {
  content: "\ef07";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-shop .path4:before {
  content: "\ef08";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-shop .path5:before {
  content: "\ef09";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-shop .path6:before {
  content: "\ef0a";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-shop .path7:before {
  content: "\ef0b";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-shop .path8:before {
  content: "\ef0c";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-shop .path9:before {
  content: "\ef0d";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-shop .path10:before {
  content: "\ef0e";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-shop .path11:before {
  content: "\ef0f";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-shop .path12:before {
  content: "\ef10";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-shop .path13:before {
  content: "\ef11";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-shop .path14:before {
  content: "\ef12";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-shop .path15:before {
  content: "\ef13";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-shop .path16:before {
  content: "\ef14";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-shop .path17:before {
  content: "\ef15";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-shop .path18:before {
  content: "\ef16";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-shop .path19:before {
  content: "\ef17";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-shop .path20:before {
  content: "\ef18";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-shop .path21:before {
  content: "\ef19";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-shop .path22:before {
  content: "\ef1a";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-pz-shop .path23:before {
  content: "\ef1b";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-shop .path24:before {
  content: "\ef1c";
  margin-left: -1em;
  color: rgb(253, 253, 253);
}
.icon-pz-shopping-1 .path1:before {
  content: "\ef1d";
  color: rgb(211, 142, 42);
}
.icon-pz-shopping-1 .path2:before {
  content: "\ef1e";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-shopping-1 .path3:before {
  content: "\ef1f";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-pz-shopping-1 .path4:before {
  content: "\ef20";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-shopping-1 .path5:before {
  content: "\ef21";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-shopping-1 .path6:before {
  content: "\ef22";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-shopping-1 .path7:before {
  content: "\ef23";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-shopping-1 .path8:before {
  content: "\ef24";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-shopping-1 .path9:before {
  content: "\ef25";
  margin-left: -1em;
  color: rgb(228, 194, 144);
}
.icon-pz-shopping-1 .path10:before {
  content: "\ef26";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-pz-shopping-1 .path11:before {
  content: "\ef27";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-shopping-1 .path12:before {
  content: "\ef28";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-shopping-1 .path13:before {
  content: "\ef29";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-shopping-1 .path14:before {
  content: "\ef2a";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-shopping-1 .path15:before {
  content: "\ef2b";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-pz-shopping-1 .path16:before {
  content: "\ef2c";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-shopping-1 .path17:before {
  content: "\ef2d";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-shopping-1 .path18:before {
  content: "\ef2e";
  margin-left: -1em;
  color: rgb(228, 194, 144);
}
.icon-pz-shopping-2 .path1:before {
  content: "\ef2f";
  color: rgb(25, 118, 210);
}
.icon-pz-shopping-2 .path2:before {
  content: "\ef30";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-shopping-2 .path3:before {
  content: "\ef31";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-shopping-2 .path4:before {
  content: "\ef32";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-shopping-2 .path5:before {
  content: "\ef33";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-shopping-2 .path6:before {
  content: "\ef34";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-shopping-2 .path7:before {
  content: "\ef35";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-shopping-2 .path8:before {
  content: "\ef36";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-shopping-2 .path9:before {
  content: "\ef37";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-shopping-2 .path10:before {
  content: "\ef38";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-shopping-2 .path11:before {
  content: "\ef39";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-shopping-2 .path12:before {
  content: "\ef3a";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-shopping-2 .path13:before {
  content: "\ef3b";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-shopping-2 .path14:before {
  content: "\ef3c";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-shopping-2 .path15:before {
  content: "\ef3d";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-shopping-2 .path16:before {
  content: "\ef3e";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-sim-card .path1:before {
  content: "\ef3f";
  color: rgb(94, 159, 223);
}
.icon-pz-sim-card .path2:before {
  content: "\ef40";
  margin-left: -1em;
  color: rgb(253, 253, 253);
}
.icon-pz-sim-card .path3:before {
  content: "\ef41";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-sim-card .path4:before {
  content: "\ef42";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-sim-card .path5:before {
  content: "\ef43";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-pz-sim-card .path6:before {
  content: "\ef44";
  margin-left: -1em;
  color: rgb(228, 194, 144);
}
.icon-pz-sim-card .path7:before {
  content: "\ef45";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-sim-card .path8:before {
  content: "\ef46";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-sim-card .path9:before {
  content: "\ef47";
  margin-left: -1em;
  color: rgb(253, 253, 253);
}
.icon-pz-siren .path1:before {
  content: "\ef48";
  color: rgb(25, 118, 210);
}
.icon-pz-siren .path2:before {
  content: "\ef49";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-siren .path3:before {
  content: "\ef4a";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-siren .path4:before {
  content: "\ef4b";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-siren .path5:before {
  content: "\ef4c";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-siren .path6:before {
  content: "\ef4d";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-siren .path7:before {
  content: "\ef4e";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-siren .path8:before {
  content: "\ef4f";
  margin-left: -1em;
  color: rgb(228, 194, 144);
}
.icon-pz-siren .path9:before {
  content: "\ef50";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-siren .path10:before {
  content: "\ef51";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-siren .path11:before {
  content: "\ef52";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-site .path1:before {
  content: "\ef53";
  color: rgb(94, 159, 223);
}
.icon-pz-site .path2:before {
  content: "\ef54";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-site .path3:before {
  content: "\ef55";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-site .path4:before {
  content: "\ef56";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-site .path5:before {
  content: "\ef57";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-site .path6:before {
  content: "\ef58";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-site .path7:before {
  content: "\ef59";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-site .path8:before {
  content: "\ef5a";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-site .path9:before {
  content: "\ef5b";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-site .path10:before {
  content: "\ef5c";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-site .path11:before {
  content: "\ef5d";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-site .path12:before {
  content: "\ef5e";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-site .path13:before {
  content: "\ef5f";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-site .path14:before {
  content: "\ef60";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-site .path15:before {
  content: "\ef61";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-pz-site .path16:before {
  content: "\ef62";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-pz-site .path17:before {
  content: "\ef63";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-pz-site .path18:before {
  content: "\ef64";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-site .path19:before {
  content: "\ef65";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-site .path20:before {
  content: "\ef66";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-site .path21:before {
  content: "\ef67";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-site .path22:before {
  content: "\ef68";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-site .path23:before {
  content: "\ef69";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-site-map .path1:before {
  content: "\ef6a";
  color: rgb(243, 243, 243);
}
.icon-pz-site-map .path2:before {
  content: "\ef6b";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-site-map .path3:before {
  content: "\ef6c";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-site-map .path4:before {
  content: "\ef6d";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-site-map .path5:before {
  content: "\ef6e";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-site-map .path6:before {
  content: "\ef6f";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-site-map .path7:before {
  content: "\ef70";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-site-map .path8:before {
  content: "\ef71";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-site-map .path9:before {
  content: "\ef72";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-site-map .path10:before {
  content: "\ef73";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-site-map .path11:before {
  content: "\ef74";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-site-map .path12:before {
  content: "\ef75";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-site-map .path13:before {
  content: "\ef76";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-pz-site-map .path14:before {
  content: "\ef77";
  margin-left: -1em;
  color: rgb(200, 200, 200);
}
.icon-pz-site-map .path15:before {
  content: "\ef78";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-pz-site-map .path16:before {
  content: "\ef79";
  margin-left: -1em;
  color: rgb(200, 200, 200);
}
.icon-pz-site-map .path17:before {
  content: "\ef7a";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-pz-site-map .path18:before {
  content: "\ef7b";
  margin-left: -1em;
  color: rgb(200, 200, 200);
}
.icon-pz-site-map .path19:before {
  content: "\ef7c";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-pz-sitemap-1 .path1:before {
  content: "\ef7d";
  color: rgb(94, 159, 223);
}
.icon-pz-sitemap-1 .path2:before {
  content: "\ef7e";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-sitemap-1 .path3:before {
  content: "\ef7f";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-sitemap-1 .path4:before {
  content: "\ef80";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-sitemap-1 .path5:before {
  content: "\ef81";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-sitemap-1 .path6:before {
  content: "\ef82";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-sitemap-1 .path7:before {
  content: "\ef83";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-sitemap-1 .path8:before {
  content: "\ef84";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-sitemap-1 .path9:before {
  content: "\ef85";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-sitemap-1 .path10:before {
  content: "\ef86";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-sitemap-1 .path11:before {
  content: "\ef87";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-sitemap-1 .path12:before {
  content: "\ef88";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-sitemap-1 .path13:before {
  content: "\ef89";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-sitemap-1 .path14:before {
  content: "\ef8a";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-pz-sitemap-1 .path15:before {
  content: "\ef8b";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-pz-sitemap-1 .path16:before {
  content: "\ef8c";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-pz-sitemap-1 .path17:before {
  content: "\ef8d";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-pz-sitemap-1 .path18:before {
  content: "\ef8e";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-pz-sitemap-1 .path19:before {
  content: "\ef8f";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-pz-sitemap-1 .path20:before {
  content: "\ef90";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-pz-sitemap-1 .path21:before {
  content: "\ef91";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-pz-sitemap-1 .path22:before {
  content: "\ef92";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-sitemap-1 .path23:before {
  content: "\ef93";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-pz-sitemap-1 .path24:before {
  content: "\ef94";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-pz-sitemap-1 .path25:before {
  content: "\ef95";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-pz-sitemap-1 .path26:before {
  content: "\ef96";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-sitemap-1 .path27:before {
  content: "\ef97";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-pz-sitemap-1 .path28:before {
  content: "\ef98";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-pz-sitemap-1 .path29:before {
  content: "\ef99";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-pz-sitemap-1 .path30:before {
  content: "\ef9a";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-pz-sitemap-1 .path31:before {
  content: "\ef9b";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-pz-sitemap-2 .path1:before {
  content: "\ef9c";
  color: rgb(211, 142, 42);
}
.icon-pz-sitemap-2 .path2:before {
  content: "\ef9d";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-sitemap-2 .path3:before {
  content: "\ef9e";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-sitemap-2 .path4:before {
  content: "\ef9f";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-sitemap-2 .path5:before {
  content: "\efa0";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-sitemap-2 .path6:before {
  content: "\efa1";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-sitemap-2 .path7:before {
  content: "\efa2";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-sitemap-2 .path8:before {
  content: "\efa3";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-sitemap-2 .path9:before {
  content: "\efa4";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-pz-sitemap-2 .path10:before {
  content: "\efa5";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-sitemap-2 .path11:before {
  content: "\efa6";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-sitemap-2 .path12:before {
  content: "\efa7";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-sitemap-2 .path13:before {
  content: "\efa8";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-sitemap-2 .path14:before {
  content: "\efa9";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-sitemap-2 .path15:before {
  content: "\efaa";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-sitemap-2 .path16:before {
  content: "\efab";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-sitemap-2 .path17:before {
  content: "\efac";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-sitemap-2 .path18:before {
  content: "\efad";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-site-resize .path1:before {
  content: "\efae";
  color: rgb(94, 159, 223);
}
.icon-pz-site-resize .path2:before {
  content: "\efaf";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-site-resize .path3:before {
  content: "\efb0";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-site-resize .path4:before {
  content: "\efb1";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-pz-site-resize .path5:before {
  content: "\efb2";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-site-resize .path6:before {
  content: "\efb3";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-site-resize .path7:before {
  content: "\efb4";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-site-resize .path8:before {
  content: "\efb5";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-site-resize .path9:before {
  content: "\efb6";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-site-resize .path10:before {
  content: "\efb7";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-site-resize .path11:before {
  content: "\efb8";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-site-resize .path12:before {
  content: "\efb9";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-size .path1:before {
  content: "\efba";
  color: rgb(94, 159, 223);
}
.icon-pz-size .path2:before {
  content: "\efbb";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-size .path3:before {
  content: "\efbc";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-size .path4:before {
  content: "\efbd";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-size .path5:before {
  content: "\efbe";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-pz-size .path6:before {
  content: "\efbf";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-size .path7:before {
  content: "\efc0";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-size .path8:before {
  content: "\efc1";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-size .path9:before {
  content: "\efc2";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-size .path10:before {
  content: "\efc3";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-pz-size .path11:before {
  content: "\efc4";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-pz-size .path12:before {
  content: "\efc5";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-size .path13:before {
  content: "\efc6";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-size .path14:before {
  content: "\efc7";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-size .path15:before {
  content: "\efc8";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-size .path16:before {
  content: "\efc9";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-size .path17:before {
  content: "\efca";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-size .path18:before {
  content: "\efcb";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-size .path19:before {
  content: "\efcc";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-size .path20:before {
  content: "\efcd";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-pz-size .path21:before {
  content: "\efce";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-pz-size .path22:before {
  content: "\efcf";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-pz-skill .path1:before {
  content: "\efd0";
  color: rgb(217, 217, 217);
}
.icon-pz-skill .path2:before {
  content: "\efd1";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-pz-skill .path3:before {
  content: "\efd2";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-skill .path4:before {
  content: "\efd3";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-skill .path5:before {
  content: "\efd4";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-pz-skill .path6:before {
  content: "\efd5";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-pz-skill .path7:before {
  content: "\efd6";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-skill .path8:before {
  content: "\efd7";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-skill .path9:before {
  content: "\efd8";
  margin-left: -1em;
  color: rgb(228, 194, 144);
}
.icon-pz-skill .path10:before {
  content: "\efd9";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-skill .path11:before {
  content: "\efda";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-skill .path12:before {
  content: "\efdb";
  margin-left: -1em;
  color: rgb(228, 194, 144);
}
.icon-pz-skill .path13:before {
  content: "\efdc";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-skill .path14:before {
  content: "\efdd";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-skill .path15:before {
  content: "\efde";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-skill .path16:before {
  content: "\efdf";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-skirt .path1:before {
  content: "\efe0";
  color: rgb(94, 159, 223);
}
.icon-pz-skirt .path2:before {
  content: "\efe1";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-pz-skirt .path3:before {
  content: "\efe2";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-skirt .path4:before {
  content: "\efe3";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-skirt .path5:before {
  content: "\efe4";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-skirt .path6:before {
  content: "\efe5";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-skirt .path7:before {
  content: "\efe6";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-skirt .path8:before {
  content: "\efe7";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-skirt .path9:before {
  content: "\efe8";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-skirt .path10:before {
  content: "\efe9";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-skirt .path11:before {
  content: "\efea";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-skirt .path12:before {
  content: "\efeb";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-skirt .path13:before {
  content: "\efec";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-skirt .path14:before {
  content: "\efed";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-skirt .path15:before {
  content: "\efee";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-pz-skirt .path16:before {
  content: "\efef";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-skirt .path17:before {
  content: "\eff0";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-skirt .path18:before {
  content: "\eff1";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-skirt .path19:before {
  content: "\eff2";
  margin-left: -1em;
  color: rgb(200, 200, 200);
}
.icon-pz-skirt .path20:before {
  content: "\eff3";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-skirt .path21:before {
  content: "\eff4";
  margin-left: -1em;
  color: rgb(253, 253, 253);
}
.icon-pz-skirt .path22:before {
  content: "\eff5";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-skirt .path23:before {
  content: "\eff6";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-skirt .path24:before {
  content: "\eff7";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-slide-show .path1:before {
  content: "\eff8";
  color: rgb(211, 142, 42);
}
.icon-pz-slide-show .path2:before {
  content: "\eff9";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-slide-show .path3:before {
  content: "\effa";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-slide-show .path4:before {
  content: "\effb";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-slide-show .path5:before {
  content: "\effc";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-slide-show .path6:before {
  content: "\effd";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-slide-show .path7:before {
  content: "\effe";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-pz-slide-show .path8:before {
  content: "\efff";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-pz-slide-show .path9:before {
  content: "\f000";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-slide-show .path10:before {
  content: "\f001";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-slide-show .path11:before {
  content: "\f002";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-slide-show .path12:before {
  content: "\f003";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-pz-slide-show .path13:before {
  content: "\f004";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-pz-slide-show .path14:before {
  content: "\f005";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-slide-show .path15:before {
  content: "\f006";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-slide-show .path16:before {
  content: "\f007";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-slide-show .path17:before {
  content: "\f008";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-slide-show .path18:before {
  content: "\f009";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-pz-slide-show .path19:before {
  content: "\f00a";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-pz-slide-show .path20:before {
  content: "\f00b";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-pz-slide-show .path21:before {
  content: "\f00c";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-pz-slide-up-down .path1:before {
  content: "\f00d";
  color: rgb(94, 159, 223);
}
.icon-pz-slide-up-down .path2:before {
  content: "\f00e";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-slide-up-down .path3:before {
  content: "\f00f";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-slide-up-down .path4:before {
  content: "\f010";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-slide-up-down .path5:before {
  content: "\f011";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-slide-up-down .path6:before {
  content: "\f012";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-slide-up-down .path7:before {
  content: "\f013";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-slide-up-down .path8:before {
  content: "\f014";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-slide-up-down .path9:before {
  content: "\f015";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-slide-up-down .path10:before {
  content: "\f016";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-slide-up-down .path11:before {
  content: "\f017";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-slide-up-down .path12:before {
  content: "\f018";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-slide-up-down .path13:before {
  content: "\f019";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-slide-up-down .path14:before {
  content: "\f01a";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-pz-slide-up-down .path15:before {
  content: "\f01b";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-slide-up-down .path16:before {
  content: "\f01c";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-slide-up-down .path17:before {
  content: "\f01d";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-slide-up-down .path18:before {
  content: "\f01e";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-slide-up-down .path19:before {
  content: "\f01f";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-slide-up-down .path20:before {
  content: "\f020";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-slide-up-down .path21:before {
  content: "\f021";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-slide-up-down .path22:before {
  content: "\f022";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-slide-up-down .path23:before {
  content: "\f023";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-slide-up-down .path24:before {
  content: "\f024";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-pz-slide-up-down .path25:before {
  content: "\f025";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-slide-up-down .path26:before {
  content: "\f026";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-smarthome .path1:before {
  content: "\f027";
  color: rgb(217, 217, 217);
}
.icon-pz-smarthome .path2:before {
  content: "\f028";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-smarthome .path3:before {
  content: "\f029";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-pz-smarthome .path4:before {
  content: "\f02a";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-smarthome .path5:before {
  content: "\f02b";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-pz-smarthome .path6:before {
  content: "\f02c";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-smarthome .path7:before {
  content: "\f02d";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-smarthome .path8:before {
  content: "\f02e";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-smarthome .path9:before {
  content: "\f02f";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-smarthome .path10:before {
  content: "\f030";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-smart-house .path1:before {
  content: "\f031";
  color: rgb(25, 118, 210);
}
.icon-pz-smart-house .path2:before {
  content: "\f032";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-smart-house .path3:before {
  content: "\f033";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-smart-house .path4:before {
  content: "\f034";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-smart-house .path5:before {
  content: "\f035";
  margin-left: -1em;
  color: rgb(253, 253, 253);
}
.icon-pz-smart-house .path6:before {
  content: "\f036";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-smart-house .path7:before {
  content: "\f037";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-smart-house .path8:before {
  content: "\f038";
  margin-left: -1em;
  color: rgb(253, 253, 253);
}
.icon-pz-smart-house .path9:before {
  content: "\f039";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-smart-house .path10:before {
  content: "\f03a";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-smart-house .path11:before {
  content: "\f03b";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-smart-house .path12:before {
  content: "\f03c";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-smartphone-1 .path1:before {
  content: "\f03d";
  color: rgb(94, 159, 223);
}
.icon-pz-smartphone-1 .path2:before {
  content: "\f03e";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-pz-smartphone-1 .path3:before {
  content: "\f03f";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-smartphone-1 .path4:before {
  content: "\f040";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-pz-smartphone-1 .path5:before {
  content: "\f041";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-smartphone-1 .path6:before {
  content: "\f042";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-smartphone-1 .path7:before {
  content: "\f043";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-smartphone-1 .path8:before {
  content: "\f044";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-pz-smartphone-1 .path9:before {
  content: "\f045";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-pz-smartphone-2 .path1:before {
  content: "\f046";
  color: rgb(94, 159, 223);
}
.icon-pz-smartphone-2 .path2:before {
  content: "\f047";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-pz-smartphone-2 .path3:before {
  content: "\f048";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-smartphone-2 .path4:before {
  content: "\f049";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-smartphone-2 .path5:before {
  content: "\f04a";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-smartphone-2 .path6:before {
  content: "\f04b";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-smartphone-2 .path7:before {
  content: "\f04c";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-smartphone-2 .path8:before {
  content: "\f04d";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-smartphone-2 .path9:before {
  content: "\f04e";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-smartphone-2 .path10:before {
  content: "\f04f";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-smartphone-2 .path11:before {
  content: "\f050";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-smartphone-2 .path12:before {
  content: "\f051";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-smartphone-2 .path13:before {
  content: "\f052";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-smartphone-2 .path14:before {
  content: "\f053";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-smartphone-2 .path15:before {
  content: "\f054";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-pz-smartphone-2 .path16:before {
  content: "\f055";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-smartphone-2 .path17:before {
  content: "\f056";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-smartphone-2 .path18:before {
  content: "\f057";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-smartphone-2 .path19:before {
  content: "\f058";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-pz-smartphone-2 .path20:before {
  content: "\f059";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-pz-smartphone-2 .path21:before {
  content: "\f05a";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-pz-smartphone-2 .path22:before {
  content: "\f05b";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-pz-smartwatch-1 .path1:before {
  content: "\f05c";
  color: rgb(25, 118, 210);
}
.icon-pz-smartwatch-1 .path2:before {
  content: "\f05d";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-smartwatch-1 .path3:before {
  content: "\f05e";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-smartwatch-1 .path4:before {
  content: "\f05f";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-smartwatch-1 .path5:before {
  content: "\f060";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-smartwatch-1 .path6:before {
  content: "\f061";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-smartwatch-1 .path7:before {
  content: "\f062";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-smartwatch-1 .path8:before {
  content: "\f063";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-smartwatch-1 .path9:before {
  content: "\f064";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-smartwatch-1 .path10:before {
  content: "\f065";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-smartwatch-2 .path1:before {
  content: "\f066";
  color: rgb(25, 118, 210);
}
.icon-pz-smartwatch-2 .path2:before {
  content: "\f067";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-smartwatch-2 .path3:before {
  content: "\f068";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-smartwatch-2 .path4:before {
  content: "\f069";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-pz-smartwatch-2 .path5:before {
  content: "\f06a";
  margin-left: -1em;
  color: rgb(228, 194, 144);
}
.icon-pz-smartwatch-2 .path6:before {
  content: "\f06b";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-smartwatch-2 .path7:before {
  content: "\f06c";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-smartwatch-2 .path8:before {
  content: "\f06d";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-smartwatch-2 .path9:before {
  content: "\f06e";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-smartwatch-2 .path10:before {
  content: "\f06f";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-smartwatch-2 .path11:before {
  content: "\f070";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-smartwatch-2 .path12:before {
  content: "\f071";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-smartwatch-2 .path13:before {
  content: "\f072";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-smartwatch-2 .path14:before {
  content: "\f073";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-socialmedia-1 .path1:before {
  content: "\f074";
  color: rgb(25, 118, 210);
}
.icon-pz-socialmedia-1 .path2:before {
  content: "\f075";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-socialmedia-1 .path3:before {
  content: "\f076";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-socialmedia-1 .path4:before {
  content: "\f077";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-socialmedia-1 .path5:before {
  content: "\f078";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-socialmedia-1 .path6:before {
  content: "\f079";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-socialmedia-1 .path7:before {
  content: "\f07a";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-socialmedia-1 .path8:before {
  content: "\f07b";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-socialmedia-1 .path9:before {
  content: "\f07c";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-socialmedia-1 .path10:before {
  content: "\f07d";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-socialmedia-1 .path11:before {
  content: "\f07e";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-socialmedia-2 .path1:before {
  content: "\f07f";
  color: rgb(94, 159, 223);
}
.icon-pz-socialmedia-2 .path2:before {
  content: "\f080";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-pz-socialmedia-2 .path3:before {
  content: "\f081";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-pz-socialmedia-2 .path4:before {
  content: "\f082";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-socialmedia-2 .path5:before {
  content: "\f083";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-socialmedia-2 .path6:before {
  content: "\f084";
  margin-left: -1em;
  color: rgb(200, 200, 200);
}
.icon-pz-socialmedia-2 .path7:before {
  content: "\f085";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-socialmedia-2 .path8:before {
  content: "\f086";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-socialmedia-2 .path9:before {
  content: "\f087";
  margin-left: -1em;
  color: rgb(228, 194, 144);
}
.icon-pz-socialmedia-2 .path10:before {
  content: "\f088";
  margin-left: -1em;
  color: rgb(228, 194, 144);
}
.icon-pz-socialmedia-2 .path11:before {
  content: "\f089";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-socialmedia-2 .path12:before {
  content: "\f08a";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-socialmedia-2 .path13:before {
  content: "\f08b";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-socialmedia-2 .path14:before {
  content: "\f08c";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-socialmedia-2 .path15:before {
  content: "\f08d";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-socialmedia-2 .path16:before {
  content: "\f08e";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-socialmedia-2 .path17:before {
  content: "\f08f";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-solar-panel .path1:before {
  content: "\f090";
  color: rgb(200, 200, 200);
}
.icon-pz-solar-panel .path2:before {
  content: "\f091";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-pz-solar-panel .path3:before {
  content: "\f092";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-solar-panel .path4:before {
  content: "\f093";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-solar-panel .path5:before {
  content: "\f094";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-solar-panel .path6:before {
  content: "\f095";
  margin-left: -1em;
  color: rgb(253, 253, 253);
}
.icon-pz-solution .path1:before {
  content: "\f096";
  color: rgb(25, 118, 210);
}
.icon-pz-solution .path2:before {
  content: "\f097";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-solution .path3:before {
  content: "\f098";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-solution .path4:before {
  content: "\f099";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-pz-solution .path5:before {
  content: "\f09a";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-solution .path6:before {
  content: "\f09b";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-sos .path1:before {
  content: "\f09c";
  color: rgb(25, 118, 210);
}
.icon-pz-sos .path2:before {
  content: "\f09d";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-pz-sos .path3:before {
  content: "\f09e";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-sos .path4:before {
  content: "\f09f";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-sos .path5:before {
  content: "\f0a0";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-pz-sos .path6:before {
  content: "\f0a1";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-pz-sos .path7:before {
  content: "\f0a2";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-pz-sos .path8:before {
  content: "\f0a3";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-sos .path9:before {
  content: "\f0a4";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-sos .path10:before {
  content: "\f0a5";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-sos .path11:before {
  content: "\f0a6";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-pz-sos .path12:before {
  content: "\f0a7";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-pz-sos .path13:before {
  content: "\f0a8";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-pz-sos .path14:before {
  content: "\f0a9";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-pz-sos .path15:before {
  content: "\f0aa";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-pz-sos .path16:before {
  content: "\f0ab";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-pz-sos .path17:before {
  content: "\f0ac";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-pz-spam .path1:before {
  content: "\f0ad";
  color: rgb(94, 159, 223);
}
.icon-pz-spam .path2:before {
  content: "\f0ae";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-spam .path3:before {
  content: "\f0af";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-spam .path4:before {
  content: "\f0b0";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-spam .path5:before {
  content: "\f0b1";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-spam .path6:before {
  content: "\f0b2";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-spam .path7:before {
  content: "\f0b3";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-pz-spam .path8:before {
  content: "\f0b4";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-pz-spam .path9:before {
  content: "\f0b5";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-spam .path10:before {
  content: "\f0b6";
  margin-left: -1em;
  color: rgb(228, 194, 144);
}
.icon-pz-spam .path11:before {
  content: "\f0b7";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-spam .path12:before {
  content: "\f0b8";
  margin-left: -1em;
  color: rgb(228, 194, 144);
}
.icon-pz-spam .path13:before {
  content: "\f0b9";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-spam .path14:before {
  content: "\f0ba";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-spam .path15:before {
  content: "\f0bb";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-spam .path16:before {
  content: "\f0bc";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-spam .path17:before {
  content: "\f0bd";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-special-note .path1:before {
  content: "\f0be";
  color: rgb(243, 243, 243);
}
.icon-pz-special-note .path2:before {
  content: "\f0bf";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-special-note .path3:before {
  content: "\f0c0";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-special-note .path4:before {
  content: "\f0c1";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-special-note .path5:before {
  content: "\f0c2";
  margin-left: -1em;
  color: rgb(228, 194, 144);
}
.icon-pz-special-note .path6:before {
  content: "\f0c3";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-special-note .path7:before {
  content: "\f0c4";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-special-note .path8:before {
  content: "\f0c5";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-special-note .path9:before {
  content: "\f0c6";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-special-note .path10:before {
  content: "\f0c7";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-special-note .path11:before {
  content: "\f0c8";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-special-note .path12:before {
  content: "\f0c9";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-pz-special-note .path13:before {
  content: "\f0ca";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-special-note .path14:before {
  content: "\f0cb";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-special-note .path15:before {
  content: "\f0cc";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-pz-special-note .path16:before {
  content: "\f0cd";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-special-note .path17:before {
  content: "\f0ce";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-special-note .path18:before {
  content: "\f0cf";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-pz-special-note .path19:before {
  content: "\f0d0";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-special-note .path20:before {
  content: "\f0d1";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-speed-1 .path1:before {
  content: "\f0d2";
  color: rgb(94, 159, 223);
}
.icon-pz-speed-1 .path2:before {
  content: "\f0d3";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-speed-1 .path3:before {
  content: "\f0d4";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-speed-1 .path4:before {
  content: "\f0d5";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-pz-speed-1 .path5:before {
  content: "\f0d6";
  margin-left: -1em;
  color: rgb(200, 200, 200);
}
.icon-pz-speed-1 .path6:before {
  content: "\f0d7";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-speed-1 .path7:before {
  content: "\f0d8";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-speed-1 .path8:before {
  content: "\f0d9";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-speed-1 .path9:before {
  content: "\f0da";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-speed-1 .path10:before {
  content: "\f0db";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-pz-speed-1 .path11:before {
  content: "\f0dc";
  margin-left: -1em;
  color: rgb(200, 200, 200);
}
.icon-pz-speed-1 .path12:before {
  content: "\f0dd";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-speed-1 .path13:before {
  content: "\f0de";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-speed-1 .path14:before {
  content: "\f0df";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-speed-1 .path15:before {
  content: "\f0e0";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-speed-1 .path16:before {
  content: "\f0e1";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-speed-1 .path17:before {
  content: "\f0e2";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-speed-1 .path18:before {
  content: "\f0e3";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-speed-2 .path1:before {
  content: "\f0e4";
  color: rgb(25, 118, 210);
}
.icon-pz-speed-2 .path2:before {
  content: "\f0e5";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-speed-2 .path3:before {
  content: "\f0e6";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-pz-speed-2 .path4:before {
  content: "\f0e7";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-speed-2 .path5:before {
  content: "\f0e8";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-speed-2 .path6:before {
  content: "\f0e9";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-speed-2 .path7:before {
  content: "\f0ea";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-pz-speed-2 .path8:before {
  content: "\f0eb";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-speed-2 .path9:before {
  content: "\f0ec";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-speed-2 .path10:before {
  content: "\f0ed";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-speed-2 .path11:before {
  content: "\f0ee";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-speed-2 .path12:before {
  content: "\f0ef";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-speed-2 .path13:before {
  content: "\f0f0";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-speed-2 .path14:before {
  content: "\f0f1";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-speed-2 .path15:before {
  content: "\f0f2";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-speed-2 .path16:before {
  content: "\f0f3";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-split .path1:before {
  content: "\f0f4";
  color: rgb(94, 159, 223);
}
.icon-pz-split .path2:before {
  content: "\f0f5";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-split .path3:before {
  content: "\f0f6";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-split .path4:before {
  content: "\f0f7";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-pz-split .path5:before {
  content: "\f0f8";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-split .path6:before {
  content: "\f0f9";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-split .path7:before {
  content: "\f0fa";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-split .path8:before {
  content: "\f0fb";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-split .path9:before {
  content: "\f0fc";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-split .path10:before {
  content: "\f0fd";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-pz-split .path11:before {
  content: "\f0fe";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-split .path12:before {
  content: "\f0ff";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-split .path13:before {
  content: "\f100";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-split .path14:before {
  content: "\f101";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-split .path15:before {
  content: "\f102";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-split .path16:before {
  content: "\f103";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-pz-stamp-1 .path1:before {
  content: "\f104";
  color: rgb(243, 243, 243);
}
.icon-pz-stamp-1 .path2:before {
  content: "\f105";
  margin-left: -1em;
  color: rgb(228, 194, 144);
}
.icon-pz-stamp-1 .path3:before {
  content: "\f106";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-stamp-1 .path4:before {
  content: "\f107";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-pz-stamp-1 .path5:before {
  content: "\f108";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-stamp-1 .path6:before {
  content: "\f109";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-stamp-1 .path7:before {
  content: "\f10a";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-pz-stamp-1 .path8:before {
  content: "\f10b";
  margin-left: -1em;
  color: rgb(200, 200, 200);
}
.icon-pz-stamp-1 .path9:before {
  content: "\f10c";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-stamp-1 .path10:before {
  content: "\f10d";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-stamp-1 .path11:before {
  content: "\f10e";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-stamp-1 .path12:before {
  content: "\f10f";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-stamp-1 .path13:before {
  content: "\f110";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-pz-stamp-1 .path14:before {
  content: "\f111";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-stamp-2 .path1:before {
  content: "\f112";
  color: rgb(25, 118, 210);
}
.icon-pz-stamp-2 .path2:before {
  content: "\f113";
  margin-left: -1em;
  color: rgb(253, 253, 253);
}
.icon-pz-stamp-2 .path3:before {
  content: "\f114";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-stamp-2 .path4:before {
  content: "\f115";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-stamp-2 .path5:before {
  content: "\f116";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-stamp-2 .path6:before {
  content: "\f117";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-pz-stamp-2 .path7:before {
  content: "\f118";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-stamp-2 .path8:before {
  content: "\f119";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-stamp-2 .path9:before {
  content: "\f11a";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-steering-wheel .path1:before {
  content: "\f11b";
  color: rgb(25, 118, 210);
}
.icon-pz-steering-wheel .path2:before {
  content: "\f11c";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-steering-wheel .path3:before {
  content: "\f11d";
  margin-left: -1em;
  color: rgb(253, 253, 253);
}
.icon-pz-steering-wheel .path4:before {
  content: "\f11e";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-steering-wheel .path5:before {
  content: "\f11f";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-stock-1 .path1:before {
  content: "\f120";
  color: rgb(94, 159, 223);
}
.icon-pz-stock-1 .path2:before {
  content: "\f121";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-stock-1 .path3:before {
  content: "\f122";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-pz-stock-1 .path4:before {
  content: "\f123";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-stock-1 .path5:before {
  content: "\f124";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-pz-stock-1 .path6:before {
  content: "\f125";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-stock-1 .path7:before {
  content: "\f126";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-stock-1 .path8:before {
  content: "\f127";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-pz-stock-1 .path9:before {
  content: "\f128";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-stock-1 .path10:before {
  content: "\f129";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-stock-1 .path11:before {
  content: "\f12a";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-stock-1 .path12:before {
  content: "\f12b";
  margin-left: -1em;
  color: rgb(228, 194, 144);
}
.icon-pz-stock-1 .path13:before {
  content: "\f12c";
  margin-left: -1em;
  color: rgb(228, 194, 144);
}
.icon-pz-stock-1 .path14:before {
  content: "\f12d";
  margin-left: -1em;
  color: rgb(228, 194, 144);
}
.icon-pz-stock-2 .path1:before {
  content: "\f12e";
  color: rgb(94, 159, 223);
}
.icon-pz-stock-2 .path2:before {
  content: "\f12f";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-stock-2 .path3:before {
  content: "\f130";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-stock-2 .path4:before {
  content: "\f131";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-pz-stock-2 .path5:before {
  content: "\f132";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-stock-2 .path6:before {
  content: "\f133";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-stock-2 .path7:before {
  content: "\f134";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-stock-2 .path8:before {
  content: "\f135";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-stock-2 .path9:before {
  content: "\f136";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-stock-2 .path10:before {
  content: "\f137";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-stock-2 .path11:before {
  content: "\f138";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-stock-2 .path12:before {
  content: "\f139";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-stock-2 .path13:before {
  content: "\f13a";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-stock-2 .path14:before {
  content: "\f13b";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-stock-2 .path15:before {
  content: "\f13c";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-stock-2 .path16:before {
  content: "\f13d";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-stock-2 .path17:before {
  content: "\f13e";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-stock-2 .path18:before {
  content: "\f13f";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-pz-strategy-1 .path1:before {
  content: "\f140";
  color: rgb(211, 142, 42);
}
.icon-pz-strategy-1 .path2:before {
  content: "\f141";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-pz-strategy-1 .path3:before {
  content: "\f142";
  margin-left: -1em;
  color: rgb(228, 194, 144);
}
.icon-pz-strategy-1 .path4:before {
  content: "\f143";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-strategy-1 .path5:before {
  content: "\f144";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-strategy-1 .path6:before {
  content: "\f145";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-strategy-1 .path7:before {
  content: "\f146";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-strategy-1 .path8:before {
  content: "\f147";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-strategy-1 .path9:before {
  content: "\f148";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-strategy-1 .path10:before {
  content: "\f149";
  margin-left: -1em;
  color: rgb(228, 194, 144);
}
.icon-pz-strategy-1 .path11:before {
  content: "\f14a";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-strategy-1 .path12:before {
  content: "\f14b";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-pz-strategy-1 .path13:before {
  content: "\f14c";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-pz-strategy-1 .path14:before {
  content: "\f14d";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-strategy-1 .path15:before {
  content: "\f14e";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-strategy-1 .path16:before {
  content: "\f14f";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-strategy-1 .path17:before {
  content: "\f150";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-strategy-1 .path18:before {
  content: "\f151";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-strategy-1 .path19:before {
  content: "\f152";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-pz-strategy-1 .path20:before {
  content: "\f153";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-strategy-1 .path21:before {
  content: "\f154";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-strategy-2 .path1:before {
  content: "\f155";
  color: rgb(25, 118, 210);
}
.icon-pz-strategy-2 .path2:before {
  content: "\f156";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-strategy-2 .path3:before {
  content: "\f157";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-strategy-2 .path4:before {
  content: "\f158";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-strategy-2 .path5:before {
  content: "\f159";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-strategy-2 .path6:before {
  content: "\f15a";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-strategy-2 .path7:before {
  content: "\f15b";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-strategy-2 .path8:before {
  content: "\f15c";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-strategy-2 .path9:before {
  content: "\f15d";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-pz-strategy-2 .path10:before {
  content: "\f15e";
  margin-left: -1em;
  color: rgb(200, 200, 200);
}
.icon-pz-strategy-3 .path1:before {
  content: "\f15f";
  color: rgb(94, 159, 223);
}
.icon-pz-strategy-3 .path2:before {
  content: "\f160";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-strategy-3 .path3:before {
  content: "\f161";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-strategy-3 .path4:before {
  content: "\f162";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-pz-strategy-3 .path5:before {
  content: "\f163";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-strategy-3 .path6:before {
  content: "\f164";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-strategy-3 .path7:before {
  content: "\f165";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-strategy-3 .path8:before {
  content: "\f166";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-strategy-3 .path9:before {
  content: "\f167";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-strategy-3 .path10:before {
  content: "\f168";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-strategy-3 .path11:before {
  content: "\f169";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-strategy-3 .path12:before {
  content: "\f16a";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-strategy-3 .path13:before {
  content: "\f16b";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-strategy-3 .path14:before {
  content: "\f16c";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-pz-strategy-3 .path15:before {
  content: "\f16d";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-pz-strategy-3 .path16:before {
  content: "\f16e";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-pz-strategy-3 .path17:before {
  content: "\f16f";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-pz-strategy-3 .path18:before {
  content: "\f170";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-pz-strategy-3 .path19:before {
  content: "\f171";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-pz-strategy-3 .path20:before {
  content: "\f172";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-strategy-3 .path21:before {
  content: "\f173";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-strategy-3 .path22:before {
  content: "\f174";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-pz-strategy-3 .path23:before {
  content: "\f175";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-strategy-3 .path24:before {
  content: "\f176";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-pz-support-1 .path1:before {
  content: "\f177";
  color: rgb(25, 118, 210);
}
.icon-pz-support-1 .path2:before {
  content: "\f178";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-support-1 .path3:before {
  content: "\f179";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-support-1 .path4:before {
  content: "\f17a";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-support-1 .path5:before {
  content: "\f17b";
  margin-left: -1em;
  color: rgb(228, 194, 144);
}
.icon-pz-support-1 .path6:before {
  content: "\f17c";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-support-1 .path7:before {
  content: "\f17d";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-support-1 .path8:before {
  content: "\f17e";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-pz-support-1 .path9:before {
  content: "\f17f";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-support-1 .path10:before {
  content: "\f180";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-support-1 .path11:before {
  content: "\f181";
  margin-left: -1em;
  color: rgb(228, 194, 144);
}
.icon-pz-support-1 .path12:before {
  content: "\f182";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-pz-support-1 .path13:before {
  content: "\f183";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-pz-support-1 .path14:before {
  content: "\f184";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-pz-support-1 .path15:before {
  content: "\f185";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-pz-support-1 .path16:before {
  content: "\f186";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-support-1 .path17:before {
  content: "\f187";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-support-1 .path18:before {
  content: "\f188";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-support-1 .path19:before {
  content: "\f189";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-support-2 .path1:before {
  content: "\f18a";
  color: rgb(211, 142, 42);
}
.icon-pz-support-2 .path2:before {
  content: "\f18b";
  margin-left: -1em;
  color: rgb(253, 253, 253);
}
.icon-pz-support-2 .path3:before {
  content: "\f18c";
  margin-left: -1em;
  color: rgb(253, 253, 253);
}
.icon-pz-support-2 .path4:before {
  content: "\f18d";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-support-2 .path5:before {
  content: "\f18e";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-support-2 .path6:before {
  content: "\f18f";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-support-information .path1:before {
  content: "\f190";
  color: rgb(94, 159, 223);
}
.icon-pz-support-information .path2:before {
  content: "\f191";
  margin-left: -1em;
  color: rgb(228, 194, 144);
}
.icon-pz-support-information .path3:before {
  content: "\f192";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-pz-support-information .path4:before {
  content: "\f193";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-pz-support-information .path5:before {
  content: "\f194";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-support-information .path6:before {
  content: "\f195";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-support-information .path7:before {
  content: "\f196";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-support-information .path8:before {
  content: "\f197";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-support-information .path9:before {
  content: "\f198";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-support-information .path10:before {
  content: "\f199";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-support-information .path11:before {
  content: "\f19a";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-support-information .path12:before {
  content: "\f19b";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-support-information .path13:before {
  content: "\f19c";
  margin-left: -1em;
  color: rgb(228, 194, 144);
}
.icon-pz-support-information .path14:before {
  content: "\f19d";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-support-information .path15:before {
  content: "\f19e";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-support-information .path16:before {
  content: "\f19f";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-support-information .path17:before {
  content: "\f1a0";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-support-information .path18:before {
  content: "\f1a1";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-support-information .path19:before {
  content: "\f1a2";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-pz-support-information .path20:before {
  content: "\f1a3";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-support-information .path21:before {
  content: "\f1a4";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-support-information .path22:before {
  content: "\f1a5";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-support-information .path23:before {
  content: "\f1a6";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-survey-tool .path1:before {
  content: "\f1a7";
  color: rgb(94, 159, 223);
}
.icon-pz-survey-tool .path2:before {
  content: "\f1a8";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-survey-tool .path3:before {
  content: "\f1a9";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-survey-tool .path4:before {
  content: "\f1aa";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-pz-survey-tool .path5:before {
  content: "\f1ab";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-survey-tool .path6:before {
  content: "\f1ac";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-survey-tool .path7:before {
  content: "\f1ad";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-survey-tool .path8:before {
  content: "\f1ae";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-survey-tool .path9:before {
  content: "\f1af";
  margin-left: -1em;
  color: rgb(228, 194, 144);
}
.icon-pz-survey-tool .path10:before {
  content: "\f1b0";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-survey-tool .path11:before {
  content: "\f1b1";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-survey-tool .path12:before {
  content: "\f1b2";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-survey-tool .path13:before {
  content: "\f1b3";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-pz-svg .path1:before {
  content: "\f1b4";
  color: rgb(243, 243, 243);
}
.icon-pz-svg .path2:before {
  content: "\f1b5";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-svg .path3:before {
  content: "\f1b6";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-svg .path4:before {
  content: "\f1b7";
  margin-left: -1em;
  color: rgb(228, 194, 144);
}
.icon-pz-svg .path5:before {
  content: "\f1b8";
  margin-left: -1em;
  color: rgb(253, 253, 253);
}
.icon-pz-svg .path6:before {
  content: "\f1b9";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-svg .path7:before {
  content: "\f1ba";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-svg .path8:before {
  content: "\f1bb";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-svg .path9:before {
  content: "\f1bc";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-svg .path10:before {
  content: "\f1bd";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-svg .path11:before {
  content: "\f1be";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-svg .path12:before {
  content: "\f1bf";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-svg .path13:before {
  content: "\f1c0";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-pz-svg .path14:before {
  content: "\f1c1";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-pz-sync .path1:before {
  content: "\f1c2";
  color: rgb(211, 142, 42);
}
.icon-pz-sync .path2:before {
  content: "\f1c3";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-pz-sync .path3:before {
  content: "\f1c4";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-sync .path4:before {
  content: "\f1c5";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-pz-sync .path5:before {
  content: "\f1c6";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-sync .path6:before {
  content: "\f1c7";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-sync .path7:before {
  content: "\f1c8";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-sync .path8:before {
  content: "\f1c9";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-pz-sync .path9:before {
  content: "\f1ca";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-sync .path10:before {
  content: "\f1cb";
  margin-left: -1em;
  color: rgb(228, 194, 144);
}
.icon-pz-sync .path11:before {
  content: "\f1cc";
  margin-left: -1em;
  color: rgb(228, 194, 144);
}
.icon-pz-sync .path12:before {
  content: "\f1cd";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-pz-sync .path13:before {
  content: "\f1ce";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-pz-sync .path14:before {
  content: "\f1cf";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-pz-sync .path15:before {
  content: "\f1d0";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-pz-sync .path16:before {
  content: "\f1d1";
  margin-left: -1em;
  color: rgb(228, 194, 144);
}
.icon-pz-sync .path17:before {
  content: "\f1d2";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-sync .path18:before {
  content: "\f1d3";
  margin-left: -1em;
  color: rgb(200, 200, 200);
}
.icon-pz-sync .path19:before {
  content: "\f1d4";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-sync .path20:before {
  content: "\f1d5";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-sync .path21:before {
  content: "\f1d6";
  margin-left: -1em;
  color: rgb(200, 200, 200);
}
.icon-pz-sync .path22:before {
  content: "\f1d7";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-sync .path23:before {
  content: "\f1d8";
  margin-left: -1em;
  color: rgb(253, 253, 253);
}
.icon-pz-system-admin .path1:before {
  content: "\f1d9";
  color: rgb(94, 159, 223);
}
.icon-pz-system-admin .path2:before {
  content: "\f1da";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-pz-system-admin .path3:before {
  content: "\f1db";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-system-admin .path4:before {
  content: "\f1dc";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-system-admin .path5:before {
  content: "\f1dd";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-system-admin .path6:before {
  content: "\f1de";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-system-admin .path7:before {
  content: "\f1df";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-system-admin .path8:before {
  content: "\f1e0";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-pz-system-admin .path9:before {
  content: "\f1e1";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-system-admin .path10:before {
  content: "\f1e2";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-system-admin .path11:before {
  content: "\f1e3";
  margin-left: -1em;
  color: rgb(200, 200, 200);
}
.icon-pz-system-admin .path12:before {
  content: "\f1e4";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-system-admin .path13:before {
  content: "\f1e5";
  margin-left: -1em;
  color: rgb(253, 253, 253);
}
.icon-pz-system-messages .path1:before {
  content: "\f1e6";
  color: rgb(25, 118, 210);
}
.icon-pz-system-messages .path2:before {
  content: "\f1e7";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-system-messages .path3:before {
  content: "\f1e8";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-system-messages .path4:before {
  content: "\f1e9";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-system-messages .path5:before {
  content: "\f1ea";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-system-messages .path6:before {
  content: "\f1eb";
  margin-left: -1em;
  color: rgb(228, 194, 144);
}
.icon-pz-system-messages .path7:before {
  content: "\f1ec";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-system-messages .path8:before {
  content: "\f1ed";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-pz-system-messages .path9:before {
  content: "\f1ee";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-pz-system-messages .path10:before {
  content: "\f1ef";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-pz-tab-bar .path1:before {
  content: "\f1f0";
  color: rgb(94, 159, 223);
}
.icon-pz-tab-bar .path2:before {
  content: "\f1f1";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-tab-bar .path3:before {
  content: "\f1f2";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-tab-bar .path4:before {
  content: "\f1f3";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-tab-bar .path5:before {
  content: "\f1f4";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-tab-bar .path6:before {
  content: "\f1f5";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-pz-tab-bar .path7:before {
  content: "\f1f6";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-tab-bar .path8:before {
  content: "\f1f7";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-tab-bar .path9:before {
  content: "\f1f8";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-pz-tab-bar .path10:before {
  content: "\f1f9";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-tab-bar .path11:before {
  content: "\f1fa";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-tab-bar .path12:before {
  content: "\f1fb";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-tab-bar .path13:before {
  content: "\f1fc";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-tab-bar .path14:before {
  content: "\f1fd";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-tab-bar .path15:before {
  content: "\f1fe";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-tab-bar .path16:before {
  content: "\f1ff";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-tab-bar .path17:before {
  content: "\f200";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-tab-bar .path18:before {
  content: "\f201";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-pz-tab-bar .path19:before {
  content: "\f202";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-tab-bar .path20:before {
  content: "\f203";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-pz-tab-bar .path21:before {
  content: "\f204";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-pz-tablet-1 .path1:before {
  content: "\f205";
  color: rgb(25, 118, 210);
}
.icon-pz-tablet-1 .path2:before {
  content: "\f206";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-pz-tablet-1 .path3:before {
  content: "\f207";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-tablet-1 .path4:before {
  content: "\f208";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-tablet-1 .path5:before {
  content: "\f209";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-tablet-1 .path6:before {
  content: "\f20a";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-tablet-1 .path7:before {
  content: "\f20b";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-tablet-1 .path8:before {
  content: "\f20c";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-pz-tablet-1 .path9:before {
  content: "\f20d";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-tablet-1 .path10:before {
  content: "\f20e";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-pz-tablet-1 .path11:before {
  content: "\f20f";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-tablet-1 .path12:before {
  content: "\f210";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-pz-tablet-1 .path13:before {
  content: "\f211";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-pz-tablet-1 .path14:before {
  content: "\f212";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-pz-tablet-1 .path15:before {
  content: "\f213";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-pz-tablet-2 .path1:before {
  content: "\f214";
  color: rgb(94, 159, 223);
}
.icon-pz-tablet-2 .path2:before {
  content: "\f215";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-pz-tablet-2 .path3:before {
  content: "\f216";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-tablet-2 .path4:before {
  content: "\f217";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-tablet-2 .path5:before {
  content: "\f218";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-tablet-2 .path6:before {
  content: "\f219";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-pz-tablet-2 .path7:before {
  content: "\f21a";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-tablet-2 .path8:before {
  content: "\f21b";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-tablet-2 .path9:before {
  content: "\f21c";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-tablet-2 .path10:before {
  content: "\f21d";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-tablet-2 .path11:before {
  content: "\f21e";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-tablet-2 .path12:before {
  content: "\f21f";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-tablet-2 .path13:before {
  content: "\f220";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-pz-tablet-2 .path14:before {
  content: "\f221";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-pz-tablet-2 .path15:before {
  content: "\f222";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-pz-tablet-2 .path16:before {
  content: "\f223";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-pz-tag .path1:before {
  content: "\f224";
  color: rgb(25, 118, 210);
}
.icon-pz-tag .path2:before {
  content: "\f225";
  margin-left: -1em;
  color: rgb(253, 253, 253);
}
.icon-pz-tag .path3:before {
  content: "\f226";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-tag .path4:before {
  content: "\f227";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-tag .path5:before {
  content: "\f228";
  margin-left: -1em;
  color: rgb(253, 253, 253);
}
.icon-pz-tag .path6:before {
  content: "\f229";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-tag .path7:before {
  content: "\f22a";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-tag .path8:before {
  content: "\f22b";
  margin-left: -1em;
  color: rgb(253, 253, 253);
}
.icon-pz-target-goal .path1:before {
  content: "\f22c";
  color: rgb(94, 159, 223);
}
.icon-pz-target-goal .path2:before {
  content: "\f22d";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-target-goal .path3:before {
  content: "\f22e";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-pz-target-goal .path4:before {
  content: "\f22f";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-target-goal .path5:before {
  content: "\f230";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-target-goal .path6:before {
  content: "\f231";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-task .path1:before {
  content: "\f232";
  color: rgb(94, 159, 223);
}
.icon-pz-task .path2:before {
  content: "\f233";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-task .path3:before {
  content: "\f234";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-task .path4:before {
  content: "\f235";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-task .path5:before {
  content: "\f236";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-pz-task .path6:before {
  content: "\f237";
  margin-left: -1em;
  color: rgb(228, 194, 144);
}
.icon-pz-task .path7:before {
  content: "\f238";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-task .path8:before {
  content: "\f239";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-task .path9:before {
  content: "\f23a";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-task .path10:before {
  content: "\f23b";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-task .path11:before {
  content: "\f23c";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-task .path12:before {
  content: "\f23d";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-task .path13:before {
  content: "\f23e";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-task .path14:before {
  content: "\f23f";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-pz-teamwork .path1:before {
  content: "\f240";
  color: rgb(25, 118, 210);
}
.icon-pz-teamwork .path2:before {
  content: "\f241";
  margin-left: -0.90625em;
  color: rgb(94, 159, 223);
}
.icon-pz-teamwork .path3:before {
  content: "\f242";
  margin-left: -0.90625em;
  color: rgb(25, 118, 210);
}
.icon-pz-teamwork .path4:before {
  content: "\f243";
  margin-left: -0.90625em;
  color: rgb(211, 142, 42);
}
.icon-pz-teamwork .path5:before {
  content: "\f244";
  margin-left: -0.90625em;
  color: rgb(211, 142, 42);
}
.icon-pz-teamwork .path6:before {
  content: "\f245";
  margin-left: -0.90625em;
  color: rgb(94, 159, 223);
}
.icon-pz-teamwork .path7:before {
  content: "\f246";
  margin-left: -0.90625em;
  color: rgb(94, 159, 223);
}
.icon-pz-teamwork .path8:before {
  content: "\f247";
  margin-left: -0.90625em;
  color: rgb(25, 118, 210);
}
.icon-pz-teamwork .path9:before {
  content: "\f248";
  margin-left: -0.90625em;
  color: rgb(94, 159, 223);
}
.icon-pz-teamwork .path10:before {
  content: "\f249";
  margin-left: -0.90625em;
  color: rgb(25, 118, 210);
}
.icon-pz-teamwork .path11:before {
  content: "\f24a";
  margin-left: -0.90625em;
  color: rgb(25, 118, 210);
}
.icon-pz-teamwork .path12:before {
  content: "\f24b";
  margin-left: -0.90625em;
  color: rgb(217, 217, 217);
}
.icon-pz-tea-talk .path1:before {
  content: "\f24c";
  color: rgb(243, 243, 243);
}
.icon-pz-tea-talk .path2:before {
  content: "\f24d";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-tea-talk .path3:before {
  content: "\f24e";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-tea-talk .path4:before {
  content: "\f24f";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-pz-tea-talk .path5:before {
  content: "\f250";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-tea-talk .path6:before {
  content: "\f251";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-tea-talk .path7:before {
  content: "\f252";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-tea-talk .path8:before {
  content: "\f253";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-tea-talk .path9:before {
  content: "\f254";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-tea-talk .path10:before {
  content: "\f255";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-pz-tea-talk .path11:before {
  content: "\f256";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-tea-talk .path12:before {
  content: "\f257";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-tea-talk .path13:before {
  content: "\f258";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-tea-talk .path14:before {
  content: "\f259";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-tea-talk .path15:before {
  content: "\f25a";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-tea-talk .path16:before {
  content: "\f25b";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-tea-talk .path17:before {
  content: "\f25c";
  margin-left: -1em;
  color: rgb(228, 194, 144);
}
.icon-pz-tea-talk .path18:before {
  content: "\f25d";
  margin-left: -1em;
  color: rgb(228, 194, 144);
}
.icon-pz-tea-talk .path19:before {
  content: "\f25e";
  margin-left: -1em;
  color: rgb(228, 194, 144);
}
.icon-pz-tea-talk .path20:before {
  content: "\f25f";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-tea-talk .path21:before {
  content: "\f260";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-tea-talk .path22:before {
  content: "\f261";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-telephone-1 .path1:before {
  content: "\f262";
  color: rgb(94, 159, 223);
}
.icon-pz-telephone-1 .path2:before {
  content: "\f263";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-telephone-1 .path3:before {
  content: "\f264";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-telephone-1 .path4:before {
  content: "\f265";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-pz-telephone-1 .path5:before {
  content: "\f266";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-telephone-1 .path6:before {
  content: "\f267";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-telephone-1 .path7:before {
  content: "\f268";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-telephone-1 .path8:before {
  content: "\f269";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-telephone-1 .path9:before {
  content: "\f26a";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-telephone-1 .path10:before {
  content: "\f26b";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-telephone-1 .path11:before {
  content: "\f26c";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-telephone-1 .path12:before {
  content: "\f26d";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-telephone-1 .path13:before {
  content: "\f26e";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-telephone-1 .path14:before {
  content: "\f26f";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-telephone-1 .path15:before {
  content: "\f270";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-telephone-1 .path16:before {
  content: "\f271";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-pz-telephone-1 .path17:before {
  content: "\f272";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-telephone-1 .path18:before {
  content: "\f273";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-pz-telephone-1 .path19:before {
  content: "\f274";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-pz-telephone-1 .path20:before {
  content: "\f275";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-telephone-1 .path21:before {
  content: "\f276";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-telephone-1 .path22:before {
  content: "\f277";
  margin-left: -1em;
  color: rgb(228, 194, 144);
}
.icon-pz-telephone-1 .path23:before {
  content: "\f278";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-telephone-1 .path24:before {
  content: "\f279";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-pz-telephone-1 .path25:before {
  content: "\f27a";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-telephone-1 .path26:before {
  content: "\f27b";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-telephone-1 .path27:before {
  content: "\f27c";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-telephone-1 .path28:before {
  content: "\f27d";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-pz-telephone-1 .path29:before {
  content: "\f27e";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-pz-telephone-2 .path1:before {
  content: "\f27f";
  color: rgb(25, 118, 210);
}
.icon-pz-telephone-2 .path2:before {
  content: "\f280";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-telephone-2 .path3:before {
  content: "\f281";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-telephone-2 .path4:before {
  content: "\f282";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-telephone-2 .path5:before {
  content: "\f283";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-telephone-2 .path6:before {
  content: "\f284";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-telephone-2 .path7:before {
  content: "\f285";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-telephone-2 .path8:before {
  content: "\f286";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-telephone-2 .path9:before {
  content: "\f287";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-telephone-2 .path10:before {
  content: "\f288";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-telephone-2 .path11:before {
  content: "\f289";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-telephone-2 .path12:before {
  content: "\f28a";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-telephone-2 .path13:before {
  content: "\f28b";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-telephone-2 .path14:before {
  content: "\f28c";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-telephone-2 .path15:before {
  content: "\f28d";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-telephone-2 .path16:before {
  content: "\f28e";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-telephone-2 .path17:before {
  content: "\f28f";
  margin-left: -1em;
  color: rgb(228, 194, 144);
}
.icon-pz-telephone-2 .path18:before {
  content: "\f290";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-telephone-2 .path19:before {
  content: "\f291";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-telephone-2 .path20:before {
  content: "\f292";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-template-1 .path1:before {
  content: "\f293";
  color: rgb(94, 159, 223);
}
.icon-pz-template-1 .path2:before {
  content: "\f294";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-template-1 .path3:before {
  content: "\f295";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-template-1 .path4:before {
  content: "\f296";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-template-1 .path5:before {
  content: "\f297";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-template-1 .path6:before {
  content: "\f298";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-template-1 .path7:before {
  content: "\f299";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-template-1 .path8:before {
  content: "\f29a";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-pz-template-1 .path9:before {
  content: "\f29b";
  margin-left: -1em;
  color: rgb(200, 200, 200);
}
.icon-pz-template-1 .path10:before {
  content: "\f29c";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-pz-template-1 .path11:before {
  content: "\f29d";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-pz-template-1 .path12:before {
  content: "\f29e";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-pz-template-1 .path13:before {
  content: "\f29f";
  margin-left: -1em;
  color: rgb(200, 200, 200);
}
.icon-pz-template-1 .path14:before {
  content: "\f2a0";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-pz-template-1 .path15:before {
  content: "\f2a1";
  margin-left: -1em;
  color: rgb(200, 200, 200);
}
.icon-pz-template-1 .path16:before {
  content: "\f2a2";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-template-1 .path17:before {
  content: "\f2a3";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-pz-template-1 .path18:before {
  content: "\f2a4";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-template-1 .path19:before {
  content: "\f2a5";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-template-2 .path1:before {
  content: "\f2a6";
  color: rgb(25, 118, 210);
}
.icon-pz-template-2 .path2:before {
  content: "\f2a7";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-template-2 .path3:before {
  content: "\f2a8";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-template-2 .path4:before {
  content: "\f2a9";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-pz-template-2 .path5:before {
  content: "\f2aa";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-template-2 .path6:before {
  content: "\f2ab";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-template-2 .path7:before {
  content: "\f2ac";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-pz-template-2 .path8:before {
  content: "\f2ad";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-template-2 .path9:before {
  content: "\f2ae";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-template-2 .path10:before {
  content: "\f2af";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-pz-template-2 .path11:before {
  content: "\f2b0";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-template-2 .path12:before {
  content: "\f2b1";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-template-2 .path13:before {
  content: "\f2b2";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-template-2 .path14:before {
  content: "\f2b3";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-template-2 .path15:before {
  content: "\f2b4";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-template-2 .path16:before {
  content: "\f2b5";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-terms .path1:before {
  content: "\f2b6";
  color: rgb(25, 118, 210);
}
.icon-pz-terms .path2:before {
  content: "\f2b7";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-terms .path3:before {
  content: "\f2b8";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-terms .path4:before {
  content: "\f2b9";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-pz-terms .path5:before {
  content: "\f2ba";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-terms .path6:before {
  content: "\f2bb";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-terms .path7:before {
  content: "\f2bc";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-terms .path8:before {
  content: "\f2bd";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-terms .path9:before {
  content: "\f2be";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-terms .path10:before {
  content: "\f2bf";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-pz-terms .path11:before {
  content: "\f2c0";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-terms .path12:before {
  content: "\f2c1";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-terms .path13:before {
  content: "\f2c2";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-terms .path14:before {
  content: "\f2c3";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-pz-terms .path15:before {
  content: "\f2c4";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-pz-terms .path16:before {
  content: "\f2c5";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-terms .path17:before {
  content: "\f2c6";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-pz-terms .path18:before {
  content: "\f2c7";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-pz-terms .path19:before {
  content: "\f2c8";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-terms .path20:before {
  content: "\f2c9";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-terms .path21:before {
  content: "\f2ca";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-pz-text-1 .path1:before {
  content: "\f2cb";
  color: rgb(94, 159, 223);
}
.icon-pz-text-1 .path2:before {
  content: "\f2cc";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-text-1 .path3:before {
  content: "\f2cd";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-text-2 .path1:before {
  content: "\f2ce";
  color: rgb(25, 118, 210);
}
.icon-pz-text-2 .path2:before {
  content: "\f2cf";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-text-2 .path3:before {
  content: "\f2d0";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-pz-text-2 .path4:before {
  content: "\f2d1";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-text-2 .path5:before {
  content: "\f2d2";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-text-2 .path6:before {
  content: "\f2d3";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-text-2 .path7:before {
  content: "\f2d4";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-pz-text-2 .path8:before {
  content: "\f2d5";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-text-2 .path9:before {
  content: "\f2d6";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-text-2 .path10:before {
  content: "\f2d7";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-tie .path1:before {
  content: "\f2d8";
  color: rgb(228, 194, 144);
}
.icon-pz-tie .path2:before {
  content: "\f2d9";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-tie .path3:before {
  content: "\f2da";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-tie .path4:before {
  content: "\f2db";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-tie .path5:before {
  content: "\f2dc";
  margin-left: -1em;
  color: rgb(253, 253, 253);
}
.icon-pz-tie .path6:before {
  content: "\f2dd";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-tie .path7:before {
  content: "\f2de";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-tie .path8:before {
  content: "\f2df";
  margin-left: -1em;
  color: rgb(228, 194, 144);
}
.icon-pz-tie .path9:before {
  content: "\f2e0";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-tie .path10:before {
  content: "\f2e1";
  margin-left: -1em;
  color: rgb(228, 194, 144);
}
.icon-pz-tie .path11:before {
  content: "\f2e2";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-tie .path12:before {
  content: "\f2e3";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-pz-time .path1:before {
  content: "\f2e4";
  color: rgb(25, 118, 210);
}
.icon-pz-time .path2:before {
  content: "\f2e5";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-time .path3:before {
  content: "\f2e6";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-time .path4:before {
  content: "\f2e7";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-time .path5:before {
  content: "\f2e8";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-time .path6:before {
  content: "\f2e9";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-time .path7:before {
  content: "\f2ea";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-pz-time .path8:before {
  content: "\f2eb";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-pz-time .path9:before {
  content: "\f2ec";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-time .path10:before {
  content: "\f2ed";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-time .path11:before {
  content: "\f2ee";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-time .path12:before {
  content: "\f2ef";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-pz-time .path13:before {
  content: "\f2f0";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-time .path14:before {
  content: "\f2f1";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-time .path15:before {
  content: "\f2f2";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-pz-timeline .path1:before {
  content: "\f2f3";
  color: rgb(25, 118, 210);
}
.icon-pz-timeline .path2:before {
  content: "\f2f4";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-pz-timeline .path3:before {
  content: "\f2f5";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-pz-timeline .path4:before {
  content: "\f2f6";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-timeline .path5:before {
  content: "\f2f7";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-timeline .path6:before {
  content: "\f2f8";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-timeline .path7:before {
  content: "\f2f9";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-pz-timeline .path8:before {
  content: "\f2fa";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-timeline .path9:before {
  content: "\f2fb";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-timeline .path10:before {
  content: "\f2fc";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-timeline .path11:before {
  content: "\f2fd";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-timeline .path12:before {
  content: "\f2fe";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-timeline .path13:before {
  content: "\f2ff";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-timeline .path14:before {
  content: "\f300";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-pz-timeline .path15:before {
  content: "\f301";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-pz-timeline .path16:before {
  content: "\f302";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-pz-timeline .path17:before {
  content: "\f303";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-pz-timeline .path18:before {
  content: "\f304";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-timeline .path19:before {
  content: "\f305";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-timeline .path20:before {
  content: "\f306";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-tin-can-call .path1:before {
  content: "\f307";
  color: rgb(211, 142, 42);
}
.icon-pz-tin-can-call .path2:before {
  content: "\f308";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-tin-can-call .path3:before {
  content: "\f309";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-tin-can-call .path4:before {
  content: "\f30a";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-tin-can-call .path5:before {
  content: "\f30b";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-tin-can-call .path6:before {
  content: "\f30c";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-pz-tin-can-call .path7:before {
  content: "\f30d";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-tin-can-call .path8:before {
  content: "\f30e";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-tin-can-call .path9:before {
  content: "\f30f";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-tin-can-call .path10:before {
  content: "\f310";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-tin-can-call .path11:before {
  content: "\f311";
  margin-left: -1em;
  color: rgb(228, 194, 144);
}
.icon-pz-tin-can-call .path12:before {
  content: "\f312";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-tin-can-call .path13:before {
  content: "\f313";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-tin-can-call .path14:before {
  content: "\f314";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-tin-can-call .path15:before {
  content: "\f315";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-pz-tin-can-call .path16:before {
  content: "\f316";
  margin-left: -1em;
  color: rgb(228, 194, 144);
}
.icon-pz-tin-can-call .path17:before {
  content: "\f317";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-tin-can-call .path18:before {
  content: "\f318";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-tin-can-call .path19:before {
  content: "\f319";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-tin-can-call .path20:before {
  content: "\f31a";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-tin-can-call .path21:before {
  content: "\f31b";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-to-do .path1:before {
  content: "\f31c";
  color: rgb(255, 255, 255);
}
.icon-pz-to-do .path2:before {
  content: "\f31d";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-to-do .path3:before {
  content: "\f31e";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-to-do .path4:before {
  content: "\f31f";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-to-do .path5:before {
  content: "\f320";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-to-do .path6:before {
  content: "\f321";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-to-do .path7:before {
  content: "\f322";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-to-do .path8:before {
  content: "\f323";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-to-do .path9:before {
  content: "\f324";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-pz-to-do .path10:before {
  content: "\f325";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-to-do .path11:before {
  content: "\f326";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-to-do .path12:before {
  content: "\f327";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-to-do .path13:before {
  content: "\f328";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-to-do .path14:before {
  content: "\f329";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-pz-to-do .path15:before {
  content: "\f32a";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-to-do .path16:before {
  content: "\f32b";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-to-do .path17:before {
  content: "\f32c";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-tools .path1:before {
  content: "\f32d";
  color: rgb(94, 159, 223);
}
.icon-pz-tools .path2:before {
  content: "\f32e";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-tools .path3:before {
  content: "\f32f";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-pz-tools .path4:before {
  content: "\f330";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-tools .path5:before {
  content: "\f331";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-pz-tools .path6:before {
  content: "\f332";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-tools .path7:before {
  content: "\f333";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-tools .path8:before {
  content: "\f334";
  margin-left: -1em;
  color: rgb(200, 200, 200);
}
.icon-pz-tools .path9:before {
  content: "\f335";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-tools .path10:before {
  content: "\f336";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-tracking-delivery .path1:before {
  content: "\f337";
  color: rgb(94, 159, 223);
}
.icon-pz-tracking-delivery .path2:before {
  content: "\f338";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-tracking-delivery .path3:before {
  content: "\f339";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-tracking-delivery .path4:before {
  content: "\f33a";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-pz-tracking-delivery .path5:before {
  content: "\f33b";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-tracking-delivery .path6:before {
  content: "\f33c";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-tracking-delivery .path7:before {
  content: "\f33d";
  margin-left: -1em;
  color: rgb(228, 194, 144);
}
.icon-pz-tracking-delivery .path8:before {
  content: "\f33e";
  margin-left: -1em;
  color: rgb(228, 194, 144);
}
.icon-pz-tracking-delivery .path9:before {
  content: "\f33f";
  margin-left: -1em;
  color: rgb(228, 194, 144);
}
.icon-pz-tracking-delivery .path10:before {
  content: "\f340";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-pz-tracking-delivery .path11:before {
  content: "\f341";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-tracking-delivery .path12:before {
  content: "\f342";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-tracking-delivery .path13:before {
  content: "\f343";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-tracking-delivery .path14:before {
  content: "\f344";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-tracking-delivery .path15:before {
  content: "\f345";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-tracking-delivery .path16:before {
  content: "\f346";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-pz-tracking-delivery .path17:before {
  content: "\f347";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-pz-transfer-file-cloud .path1:before {
  content: "\f348";
  color: rgb(243, 243, 243);
}
.icon-pz-transfer-file-cloud .path2:before {
  content: "\f349";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-pz-transfer-file-cloud .path3:before {
  content: "\f34a";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-transfer-file-cloud .path4:before {
  content: "\f34b";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-transfer-file-cloud .path5:before {
  content: "\f34c";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-transfer-file-cloud .path6:before {
  content: "\f34d";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-translate-1 .path1:before {
  content: "\f34e";
  color: rgb(94, 159, 223);
}
.icon-pz-translate-1 .path2:before {
  content: "\f34f";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-translate-1 .path3:before {
  content: "\f350";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-pz-translate-1 .path4:before {
  content: "\f351";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-translate-1 .path5:before {
  content: "\f352";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-translate-1 .path6:before {
  content: "\f353";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-translate-1 .path7:before {
  content: "\f354";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-translate-1 .path8:before {
  content: "\f355";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-pz-translate-1 .path9:before {
  content: "\f356";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-translate-1 .path10:before {
  content: "\f357";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-translate-1 .path11:before {
  content: "\f358";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-translate-1 .path12:before {
  content: "\f359";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-translate-1 .path13:before {
  content: "\f35a";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-translate-1 .path14:before {
  content: "\f35b";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-pz-translate-1 .path15:before {
  content: "\f35c";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-translate-2 .path1:before {
  content: "\f35d";
  color: rgb(94, 159, 223);
}
.icon-pz-translate-2 .path2:before {
  content: "\f35e";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-pz-translate-2 .path3:before {
  content: "\f35f";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-pz-translate-2 .path4:before {
  content: "\f360";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-translate-2 .path5:before {
  content: "\f361";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-translate-2 .path6:before {
  content: "\f362";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-translate-2 .path7:before {
  content: "\f363";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-pz-translate-2 .path8:before {
  content: "\f364";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-pz-translate-2 .path9:before {
  content: "\f365";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-translate-2 .path10:before {
  content: "\f366";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-translate-2 .path11:before {
  content: "\f367";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-translate-2 .path12:before {
  content: "\f368";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-pz-translate-2 .path13:before {
  content: "\f369";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-pz-translate-2 .path14:before {
  content: "\f36a";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-pz-translate-2 .path15:before {
  content: "\f36b";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-pz-translate-3 .path1:before {
  content: "\f36c";
  color: rgb(94, 159, 223);
}
.icon-pz-translate-3 .path2:before {
  content: "\f36d";
  margin-left: -0.9052734375em;
  color: rgb(94, 159, 223);
}
.icon-pz-translate-3 .path3:before {
  content: "\f36e";
  margin-left: -0.9052734375em;
  color: rgb(25, 118, 210);
}
.icon-pz-translate-3 .path4:before {
  content: "\f36f";
  margin-left: -0.9052734375em;
  color: rgb(94, 159, 223);
}
.icon-pz-translate-3 .path5:before {
  content: "\f370";
  margin-left: -0.9052734375em;
  color: rgb(25, 118, 210);
}
.icon-pz-translate-3 .path6:before {
  content: "\f371";
  margin-left: -0.9052734375em;
  color: rgb(94, 159, 223);
}
.icon-pz-translate-3 .path7:before {
  content: "\f372";
  margin-left: -0.9052734375em;
  color: rgb(25, 118, 210);
}
.icon-pz-translate-3 .path8:before {
  content: "\f373";
  margin-left: -0.9052734375em;
  color: rgb(94, 159, 223);
}
.icon-pz-translate-3 .path9:before {
  content: "\f374";
  margin-left: -0.9052734375em;
  color: rgb(25, 118, 210);
}
.icon-pz-translate-3 .path10:before {
  content: "\f375";
  margin-left: -0.9052734375em;
  color: rgb(25, 118, 210);
}
.icon-pz-translate-3 .path11:before {
  content: "\f376";
  margin-left: -0.9052734375em;
  color: rgb(211, 142, 42);
}
.icon-pz-translate-3 .path12:before {
  content: "\f377";
  margin-left: -0.9052734375em;
  color: rgb(243, 243, 243);
}
.icon-pz-translate-3 .path13:before {
  content: "\f378";
  margin-left: -0.9052734375em;
  color: rgb(211, 142, 42);
}
.icon-pz-translate-3 .path14:before {
  content: "\f379";
  margin-left: -0.9052734375em;
  color: rgb(243, 243, 243);
}
.icon-pz-translate-3 .path15:before {
  content: "\f37a";
  margin-left: -0.9052734375em;
  color: rgb(243, 243, 243);
}
.icon-pz-translate-3 .path16:before {
  content: "\f37b";
  margin-left: -0.9052734375em;
  color: rgb(243, 243, 243);
}
.icon-pz-translate-3 .path17:before {
  content: "\f37c";
  margin-left: -0.9052734375em;
  color: rgb(243, 243, 243);
}
.icon-pz-translate-3 .path18:before {
  content: "\f37d";
  margin-left: -0.9052734375em;
  color: rgb(217, 217, 217);
}
.icon-pz-trophy .path1:before {
  content: "\f37e";
  color: rgb(211, 142, 42);
}
.icon-pz-trophy .path2:before {
  content: "\f37f";
  margin-left: -0.875em;
  color: rgb(211, 142, 42);
}
.icon-pz-trophy .path3:before {
  content: "\f380";
  margin-left: -0.875em;
  color: rgb(211, 142, 42);
}
.icon-pz-trophy .path4:before {
  content: "\f381";
  margin-left: -0.875em;
  color: rgb(211, 142, 42);
}
.icon-pz-trophy .path5:before {
  content: "\f382";
  margin-left: -0.875em;
  color: rgb(211, 142, 42);
}
.icon-pz-trophy .path6:before {
  content: "\f383";
  margin-left: -0.875em;
  color: rgb(243, 243, 243);
}
.icon-pz-trophy .path7:before {
  content: "\f384";
  margin-left: -0.875em;
  color: rgb(211, 142, 42);
}
.icon-pz-trophy .path8:before {
  content: "\f385";
  margin-left: -0.875em;
  color: rgb(243, 243, 243);
}
.icon-pz-trophy .path9:before {
  content: "\f386";
  margin-left: -0.875em;
  color: rgb(217, 217, 217);
}
.icon-pz-troubleshooting .path1:before {
  content: "\f387";
  color: rgb(94, 159, 223);
}
.icon-pz-troubleshooting .path2:before {
  content: "\f388";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-troubleshooting .path3:before {
  content: "\f389";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-troubleshooting .path4:before {
  content: "\f38a";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-pz-troubleshooting .path5:before {
  content: "\f38b";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-troubleshooting .path6:before {
  content: "\f38c";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-troubleshooting .path7:before {
  content: "\f38d";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-troubleshooting .path8:before {
  content: "\f38e";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-troubleshooting .path9:before {
  content: "\f38f";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-troubleshooting .path10:before {
  content: "\f390";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-troubleshooting .path11:before {
  content: "\f391";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-pz-troubleshooting .path12:before {
  content: "\f392";
  margin-left: -1em;
  color: rgb(228, 194, 144);
}
.icon-pz-tutorial-1 .path1:before {
  content: "\f393";
  color: rgb(243, 243, 243);
}
.icon-pz-tutorial-1 .path2:before {
  content: "\f394";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-pz-tutorial-1 .path3:before {
  content: "\f395";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-pz-tutorial-1 .path4:before {
  content: "\f396";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-tutorial-1 .path5:before {
  content: "\f397";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-tutorial-1 .path6:before {
  content: "\f398";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-tutorial-1 .path7:before {
  content: "\f399";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-tutorial-1 .path8:before {
  content: "\f39a";
  margin-left: -1em;
  color: rgb(228, 194, 144);
}
.icon-pz-tutorial-1 .path9:before {
  content: "\f39b";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-tutorial-1 .path10:before {
  content: "\f39c";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-pz-tutorial-1 .path11:before {
  content: "\f39d";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-tutorial-1 .path12:before {
  content: "\f39e";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-tutorial-1 .path13:before {
  content: "\f39f";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-tutorial-1 .path14:before {
  content: "\f3a0";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-pz-tutorial-1 .path15:before {
  content: "\f3a1";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-pz-tutorial-1 .path16:before {
  content: "\f3a2";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-pz-tutorial-1 .path17:before {
  content: "\f3a3";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-pz-tutorial-1 .path18:before {
  content: "\f3a4";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-pz-tutorial-2 .path1:before {
  content: "\f3a5";
  color: rgb(94, 159, 223);
}
.icon-pz-tutorial-2 .path2:before {
  content: "\f3a6";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-tutorial-2 .path3:before {
  content: "\f3a7";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-pz-tutorial-2 .path4:before {
  content: "\f3a8";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-tutorial-2 .path5:before {
  content: "\f3a9";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-tutorial-2 .path6:before {
  content: "\f3aa";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-tutorial-2 .path7:before {
  content: "\f3ab";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-tutorial-2 .path8:before {
  content: "\f3ac";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-tutorial-2 .path9:before {
  content: "\f3ad";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-tutorial-2 .path10:before {
  content: "\f3ae";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-pz-tutorial-2 .path11:before {
  content: "\f3af";
  margin-left: -1em;
  color: rgb(200, 200, 200);
}
.icon-pz-tutorial-2 .path12:before {
  content: "\f3b0";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-pz-tutorial-2 .path13:before {
  content: "\f3b1";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-tutorial-2 .path14:before {
  content: "\f3b2";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-tutorial-2 .path15:before {
  content: "\f3b3";
  margin-left: -1em;
  color: rgb(200, 200, 200);
}
.icon-pz-tutorial-3 .path1:before {
  content: "\f3b4";
  color: rgb(94, 159, 223);
}
.icon-pz-tutorial-3 .path2:before {
  content: "\f3b5";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-pz-tutorial-3 .path3:before {
  content: "\f3b6";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-tutorial-3 .path4:before {
  content: "\f3b7";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-tutorial-3 .path5:before {
  content: "\f3b8";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-tutorial-3 .path6:before {
  content: "\f3b9";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-tutorial-3 .path7:before {
  content: "\f3ba";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-tutorial-3 .path8:before {
  content: "\f3bb";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-tutorial-3 .path9:before {
  content: "\f3bc";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-pz-tutorial-3 .path10:before {
  content: "\f3bd";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-pz-tutorial-3 .path11:before {
  content: "\f3be";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-tutorial-3 .path12:before {
  content: "\f3bf";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-tutorial-3 .path13:before {
  content: "\f3c0";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-tutorial-3 .path14:before {
  content: "\f3c1";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-tutorial-3 .path15:before {
  content: "\f3c2";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-tutorial-4 .path1:before {
  content: "\f3c3";
  color: rgb(25, 118, 210);
}
.icon-pz-tutorial-4 .path2:before {
  content: "\f3c4";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-pz-tutorial-4 .path3:before {
  content: "\f3c5";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-tutorial-4 .path4:before {
  content: "\f3c6";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-tutorial-4 .path5:before {
  content: "\f3c7";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-tutorial-4 .path6:before {
  content: "\f3c8";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-tutorial-4 .path7:before {
  content: "\f3c9";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-tutorial-4 .path8:before {
  content: "\f3ca";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-tutorial-4 .path9:before {
  content: "\f3cb";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-tutorial-4 .path10:before {
  content: "\f3cc";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-tutorial-4 .path11:before {
  content: "\f3cd";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-pz-tutorial-4 .path12:before {
  content: "\f3ce";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-tutorial-4 .path13:before {
  content: "\f3cf";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-tutorial-4 .path14:before {
  content: "\f3d0";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-tutorial-4 .path15:before {
  content: "\f3d1";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-pz-tutorial-4 .path16:before {
  content: "\f3d2";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-pz-tutorial-4 .path17:before {
  content: "\f3d3";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-pz-typing-1 .path1:before {
  content: "\f3d4";
  color: rgb(211, 142, 42);
}
.icon-pz-typing-1 .path2:before {
  content: "\f3d5";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-typing-1 .path3:before {
  content: "\f3d6";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-typing-1 .path4:before {
  content: "\f3d7";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-typing-1 .path5:before {
  content: "\f3d8";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-typing-1 .path6:before {
  content: "\f3d9";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-pz-typing-1 .path7:before {
  content: "\f3da";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-typing-1 .path8:before {
  content: "\f3db";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-typing-1 .path9:before {
  content: "\f3dc";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-typing-1 .path10:before {
  content: "\f3dd";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-typing-1 .path11:before {
  content: "\f3de";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-typing-1 .path12:before {
  content: "\f3df";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-typing-1 .path13:before {
  content: "\f3e0";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-typing-1 .path14:before {
  content: "\f3e1";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-typing-1 .path15:before {
  content: "\f3e2";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-typing-1 .path16:before {
  content: "\f3e3";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-typing-1 .path17:before {
  content: "\f3e4";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-typing-1 .path18:before {
  content: "\f3e5";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-typing-1 .path19:before {
  content: "\f3e6";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-typing-1 .path20:before {
  content: "\f3e7";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-typing-1 .path21:before {
  content: "\f3e8";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-typing-1 .path22:before {
  content: "\f3e9";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-typing-1 .path23:before {
  content: "\f3ea";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-typing-1 .path24:before {
  content: "\f3eb";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-pz-typing-2 .path1:before {
  content: "\f3ec";
  color: rgb(94, 159, 223);
}
.icon-pz-typing-2 .path2:before {
  content: "\f3ed";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-typing-2 .path3:before {
  content: "\f3ee";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-typing-2 .path4:before {
  content: "\f3ef";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-typing-2 .path5:before {
  content: "\f3f0";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-typing-2 .path6:before {
  content: "\f3f1";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-typing-2 .path7:before {
  content: "\f3f2";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-typing-2 .path8:before {
  content: "\f3f3";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-typing-2 .path9:before {
  content: "\f3f4";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-typing-2 .path10:before {
  content: "\f3f5";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-typing-2 .path11:before {
  content: "\f3f6";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-typing-2 .path12:before {
  content: "\f3f7";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-typing-2 .path13:before {
  content: "\f3f8";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-typing-2 .path14:before {
  content: "\f3f9";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-typing-2 .path15:before {
  content: "\f3fa";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-typing-2 .path16:before {
  content: "\f3fb";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-typing-2 .path17:before {
  content: "\f3fc";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-typing-2 .path18:before {
  content: "\f3fd";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-typing-2 .path19:before {
  content: "\f3fe";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-typing-2 .path20:before {
  content: "\f3ff";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-typing-2 .path21:before {
  content: "\f400";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-typing-2 .path22:before {
  content: "\f401";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-typing-2 .path23:before {
  content: "\f402";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-typing-2 .path24:before {
  content: "\f403";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-typing-2 .path25:before {
  content: "\f404";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-typing-2 .path26:before {
  content: "\f405";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-typing-2 .path27:before {
  content: "\f406";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-typing-2 .path28:before {
  content: "\f407";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-typing-2 .path29:before {
  content: "\f408";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-typing-2 .path30:before {
  content: "\f409";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-typing-2 .path31:before {
  content: "\f40a";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-typing-2 .path32:before {
  content: "\f40b";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-typing-2 .path33:before {
  content: "\f40c";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-typing-2 .path34:before {
  content: "\f40d";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-typing-2 .path35:before {
  content: "\f40e";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-typing-2 .path36:before {
  content: "\f40f";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-typing-2 .path37:before {
  content: "\f410";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-typing-2 .path38:before {
  content: "\f411";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-typing-2 .path39:before {
  content: "\f412";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-typing-2 .path40:before {
  content: "\f413";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-typing-2 .path41:before {
  content: "\f414";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-typing-2 .path42:before {
  content: "\f415";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-unboxing .path1:before {
  content: "\f416";
  color: rgb(94, 159, 223);
}
.icon-pz-unboxing .path2:before {
  content: "\f417";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-unboxing .path3:before {
  content: "\f418";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-unboxing .path4:before {
  content: "\f419";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-unboxing .path5:before {
  content: "\f41a";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-unknown .path1:before {
  content: "\f41b";
  color: rgb(94, 159, 223);
}
.icon-pz-unknown .path2:before {
  content: "\f41c";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-unknown .path3:before {
  content: "\f41d";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-unknown .path4:before {
  content: "\f41e";
  margin-left: -1em;
  color: rgb(228, 194, 144);
}
.icon-pz-unknown .path5:before {
  content: "\f41f";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-unknown .path6:before {
  content: "\f420";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-unknown .path7:before {
  content: "\f421";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-unknown .path8:before {
  content: "\f422";
  margin-left: -1em;
  color: rgb(228, 194, 144);
}
.icon-pz-unknown .path9:before {
  content: "\f423";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-unknown .path10:before {
  content: "\f424";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-pz-unknown .path11:before {
  content: "\f425";
  margin-left: -1em;
  color: rgb(228, 194, 144);
}
.icon-pz-unknown .path12:before {
  content: "\f426";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-unknown .path13:before {
  content: "\f427";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-unknown .path14:before {
  content: "\f428";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-unknown .path15:before {
  content: "\f429";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-unlock-1 .path1:before {
  content: "\f42a";
  color: rgb(211, 142, 42);
}
.icon-pz-unlock-1 .path2:before {
  content: "\f42b";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-unlock-1 .path3:before {
  content: "\f42c";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-unlock-1 .path4:before {
  content: "\f42d";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-unlock-1 .path5:before {
  content: "\f42e";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-unlock-1 .path6:before {
  content: "\f42f";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-unlock-2 .path1:before {
  content: "\f430";
  color: rgb(94, 159, 223);
}
.icon-pz-unlock-2 .path2:before {
  content: "\f431";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-unlock-2 .path3:before {
  content: "\f432";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-unlock-2 .path4:before {
  content: "\f433";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-unlock-2 .path5:before {
  content: "\f434";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-unlock-2 .path6:before {
  content: "\f435";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-unlock-2 .path7:before {
  content: "\f436";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-unlock-2 .path8:before {
  content: "\f437";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-unlock-2 .path9:before {
  content: "\f438";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-unlock-2 .path10:before {
  content: "\f439";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-pz-unlock-2 .path11:before {
  content: "\f43a";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-unlock-3 .path1:before {
  content: "\f43b";
  color: rgb(211, 142, 42);
}
.icon-pz-unlock-3 .path2:before {
  content: "\f43c";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-unlock-3 .path3:before {
  content: "\f43d";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-unlock-3 .path4:before {
  content: "\f43e";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-unlock-3 .path5:before {
  content: "\f43f";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-unlock-3 .path6:before {
  content: "\f440";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-unlock-3 .path7:before {
  content: "\f441";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-unlock-3 .path8:before {
  content: "\f442";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-unlock-3 .path9:before {
  content: "\f443";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-unlock-3 .path10:before {
  content: "\f444";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-update-device-1 .path1:before {
  content: "\f445";
  color: rgb(94, 159, 223);
}
.icon-pz-update-device-1 .path2:before {
  content: "\f446";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-update-device-1 .path3:before {
  content: "\f447";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-update-device-1 .path4:before {
  content: "\f448";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-pz-update-device-1 .path5:before {
  content: "\f449";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-update-device-1 .path6:before {
  content: "\f44a";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-update-device-1 .path7:before {
  content: "\f44b";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-update-device-1 .path8:before {
  content: "\f44c";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-pz-update-device-1 .path9:before {
  content: "\f44d";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-update-device-1 .path10:before {
  content: "\f44e";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-update-device-1 .path11:before {
  content: "\f44f";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-update-device-1 .path12:before {
  content: "\f450";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-update-device-1 .path13:before {
  content: "\f451";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-update-device-1 .path14:before {
  content: "\f452";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-update-device-1 .path15:before {
  content: "\f453";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-pz-update-device-2 .path1:before {
  content: "\f454";
  color: rgb(25, 118, 210);
}
.icon-pz-update-device-2 .path2:before {
  content: "\f455";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-pz-update-device-2 .path3:before {
  content: "\f456";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-update-device-2 .path4:before {
  content: "\f457";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-update-device-2 .path5:before {
  content: "\f458";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-pz-update-device-2 .path6:before {
  content: "\f459";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-update-device-2 .path7:before {
  content: "\f45a";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-update-device-2 .path8:before {
  content: "\f45b";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-update-device-2 .path9:before {
  content: "\f45c";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-pz-update-device-2 .path10:before {
  content: "\f45d";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-update-device-2 .path11:before {
  content: "\f45e";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-update-device-2 .path12:before {
  content: "\f45f";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-pz-update-device-2 .path13:before {
  content: "\f460";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-pz-update-device-2 .path14:before {
  content: "\f461";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-pz-update-device-2 .path15:before {
  content: "\f462";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-pz-update-device-2 .path16:before {
  content: "\f463";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-upload-1 .path1:before {
  content: "\f464";
  color: rgb(94, 159, 223);
}
.icon-pz-upload-1 .path2:before {
  content: "\f465";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-pz-upload-1 .path3:before {
  content: "\f466";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-pz-upload-1 .path4:before {
  content: "\f467";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-upload-1 .path5:before {
  content: "\f468";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-upload-1 .path6:before {
  content: "\f469";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-pz-upload-1 .path7:before {
  content: "\f46a";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-upload-2 .path1:before {
  content: "\f46b";
  color: rgb(94, 159, 223);
}
.icon-pz-upload-2 .path2:before {
  content: "\f46c";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-upload-2 .path3:before {
  content: "\f46d";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-upload-2 .path4:before {
  content: "\f46e";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-pz-upload-2 .path5:before {
  content: "\f46f";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-upload-2 .path6:before {
  content: "\f470";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-pz-upload-2 .path7:before {
  content: "\f471";
  margin-left: -1em;
  color: rgb(228, 194, 144);
}
.icon-pz-upload-2 .path8:before {
  content: "\f472";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-upload-2 .path9:before {
  content: "\f473";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-pz-upload-3 .path1:before {
  content: "\f474";
  color: rgb(243, 243, 243);
}
.icon-pz-upload-3 .path2:before {
  content: "\f475";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-pz-upload-3 .path3:before {
  content: "\f476";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-upload-3 .path4:before {
  content: "\f477";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-upload-3 .path5:before {
  content: "\f478";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-upload-3 .path6:before {
  content: "\f479";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-upload-3 .path7:before {
  content: "\f47a";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-pz-upload-3 .path8:before {
  content: "\f47b";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-upload-3 .path9:before {
  content: "\f47c";
  margin-left: -1em;
  color: rgb(253, 253, 253);
}
.icon-pz-upload-4 .path1:before {
  content: "\f47d";
  color: rgb(243, 243, 243);
}
.icon-pz-upload-4 .path2:before {
  content: "\f47e";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-upload-4 .path3:before {
  content: "\f47f";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-pz-upload-4 .path4:before {
  content: "\f480";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-upload-4 .path5:before {
  content: "\f481";
  margin-left: -1em;
  color: rgb(253, 253, 253);
}
.icon-pz-upload-images .path1:before {
  content: "\f482";
  color: rgb(94, 159, 223);
}
.icon-pz-upload-images .path2:before {
  content: "\f483";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-upload-images .path3:before {
  content: "\f484";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-pz-upload-images .path4:before {
  content: "\f485";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-upload-images .path5:before {
  content: "\f486";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-upload-images .path6:before {
  content: "\f487";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-upload-images .path7:before {
  content: "\f488";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-pz-upload-images .path8:before {
  content: "\f489";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-upload-images .path9:before {
  content: "\f48a";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-upload-images .path10:before {
  content: "\f48b";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-pz-upload-images .path11:before {
  content: "\f48c";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-pz-upload-images .path12:before {
  content: "\f48d";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-pz-user-groups .path1:before {
  content: "\f48e";
  color: rgb(217, 217, 217);
}
.icon-pz-user-groups .path2:before {
  content: "\f48f";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-user-groups .path3:before {
  content: "\f490";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-user-groups .path4:before {
  content: "\f491";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-user-groups .path5:before {
  content: "\f492";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-user-groups .path6:before {
  content: "\f493";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-user-groups .path7:before {
  content: "\f494";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-user-groups .path8:before {
  content: "\f495";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-user-groups .path9:before {
  content: "\f496";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-user-groups .path10:before {
  content: "\f497";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-user-groups .path11:before {
  content: "\f498";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-user-groups .path12:before {
  content: "\f499";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-user-groups .path13:before {
  content: "\f49a";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-user-groups .path14:before {
  content: "\f49b";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-user-groups .path15:before {
  content: "\f49c";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-user-groups .path16:before {
  content: "\f49d";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-user-groups .path17:before {
  content: "\f49e";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-user-guide .path1:before {
  content: "\f49f";
  color: rgb(94, 159, 223);
}
.icon-pz-user-guide .path2:before {
  content: "\f4a0";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-pz-user-guide .path3:before {
  content: "\f4a1";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-pz-user-guide .path4:before {
  content: "\f4a2";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-user-guide .path5:before {
  content: "\f4a3";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-user-guide .path6:before {
  content: "\f4a4";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-user-guide .path7:before {
  content: "\f4a5";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-user-guide .path8:before {
  content: "\f4a6";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-user-interface .path1:before {
  content: "\f4a7";
  color: rgb(25, 118, 210);
}
.icon-pz-user-interface .path2:before {
  content: "\f4a8";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-user-interface .path3:before {
  content: "\f4a9";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-pz-user-interface .path4:before {
  content: "\f4aa";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-user-interface .path5:before {
  content: "\f4ab";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-user-interface .path6:before {
  content: "\f4ac";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-user-interface .path7:before {
  content: "\f4ad";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-pz-user-interface .path8:before {
  content: "\f4ae";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-user-interface .path9:before {
  content: "\f4af";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-user-interface .path10:before {
  content: "\f4b0";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-user-interface .path11:before {
  content: "\f4b1";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-user-interface .path12:before {
  content: "\f4b2";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-user-interface .path13:before {
  content: "\f4b3";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-pz-user-interface .path14:before {
  content: "\f4b4";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-user-interface .path15:before {
  content: "\f4b5";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-pz-user-interface .path16:before {
  content: "\f4b6";
  margin-left: -1em;
  color: rgb(228, 194, 144);
}
.icon-pz-user-management .path1:before {
  content: "\f4b7";
  color: rgb(94, 159, 223);
}
.icon-pz-user-management .path2:before {
  content: "\f4b8";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-user-management .path3:before {
  content: "\f4b9";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-pz-user-management .path4:before {
  content: "\f4ba";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-user-management .path5:before {
  content: "\f4bb";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-user-management .path6:before {
  content: "\f4bc";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-user-management .path7:before {
  content: "\f4bd";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-user-management .path8:before {
  content: "\f4be";
  margin-left: -1em;
  color: rgb(228, 194, 144);
}
.icon-pz-user-management .path9:before {
  content: "\f4bf";
  margin-left: -1em;
  color: rgb(228, 194, 144);
}
.icon-pz-user-management .path10:before {
  content: "\f4c0";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-pz-user-management .path11:before {
  content: "\f4c1";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-user-management .path12:before {
  content: "\f4c2";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-user-management .path13:before {
  content: "\f4c3";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-user-management .path14:before {
  content: "\f4c4";
  margin-left: -1em;
  color: rgb(228, 194, 144);
}
.icon-pz-user-management .path15:before {
  content: "\f4c5";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-pz-user-management .path16:before {
  content: "\f4c6";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-pz-user-management .path17:before {
  content: "\f4c7";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-user-management .path18:before {
  content: "\f4c8";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-user-management .path19:before {
  content: "\f4c9";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-user-profile-1 .path1:before {
  content: "\f4ca";
  color: rgb(25, 118, 210);
}
.icon-pz-user-profile-1 .path2:before {
  content: "\f4cb";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-pz-user-profile-1 .path3:before {
  content: "\f4cc";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-pz-user-profile-1 .path4:before {
  content: "\f4cd";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-user-profile-1 .path5:before {
  content: "\f4ce";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-user-profile-1 .path6:before {
  content: "\f4cf";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-user-profile-1 .path7:before {
  content: "\f4d0";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-user-profile-1 .path8:before {
  content: "\f4d1";
  margin-left: -1em;
  color: rgb(228, 194, 144);
}
.icon-pz-user-profile-1 .path9:before {
  content: "\f4d2";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-pz-user-profile-1 .path10:before {
  content: "\f4d3";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-user-profile-1 .path11:before {
  content: "\f4d4";
  margin-left: -1em;
  color: rgb(200, 200, 200);
}
.icon-pz-user-profile-2 .path1:before {
  content: "\f4d5";
  color: rgb(94, 159, 223);
}
.icon-pz-user-profile-2 .path2:before {
  content: "\f4d6";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-user-profile-2 .path3:before {
  content: "\f4d7";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-user-profile-2 .path4:before {
  content: "\f4d8";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-pz-user-profile-2 .path5:before {
  content: "\f4d9";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-pz-user-profile-2 .path6:before {
  content: "\f4da";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-user-profile-2 .path7:before {
  content: "\f4db";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-user-profile-2 .path8:before {
  content: "\f4dc";
  margin-left: -1em;
  color: rgb(200, 200, 200);
}
.icon-pz-user-profile-2 .path9:before {
  content: "\f4dd";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-pz-user-profile-2 .path10:before {
  content: "\f4de";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-user-profile-2 .path11:before {
  content: "\f4df";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-user-profile-2 .path12:before {
  content: "\f4e0";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-user-profile-2 .path13:before {
  content: "\f4e1";
  margin-left: -1em;
  color: rgb(200, 200, 200);
}
.icon-pz-user-profile-2 .path14:before {
  content: "\f4e2";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-user-profile-2 .path15:before {
  content: "\f4e3";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-pz-user-profile-2 .path16:before {
  content: "\f4e4";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-user-profile-2 .path17:before {
  content: "\f4e5";
  margin-left: -1em;
  color: rgb(228, 194, 144);
}
.icon-pz-user-profile-2 .path18:before {
  content: "\f4e6";
  margin-left: -1em;
  color: rgb(228, 194, 144);
}
.icon-pz-user-profile-2 .path19:before {
  content: "\f4e7";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-user-profile-2 .path20:before {
  content: "\f4e8";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-user-profile-2 .path21:before {
  content: "\f4e9";
  margin-left: -1em;
  color: rgb(228, 194, 144);
}
.icon-pz-user-profile-2 .path22:before {
  content: "\f4ea";
  margin-left: -1em;
  color: rgb(228, 194, 144);
}
.icon-pz-user-profile-2 .path23:before {
  content: "\f4eb";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-pz-user-profile-2 .path24:before {
  content: "\f4ec";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-using-7-segment-parser .path1:before {
  content: "\f4ed";
  color: rgb(217, 217, 217);
}
.icon-pz-using-7-segment-parser .path2:before {
  content: "\f4ee";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-using-7-segment-parser .path3:before {
  content: "\f4ef";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-pz-using-7-segment-parser .path4:before {
  content: "\f4f0";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-using-7-segment-parser .path5:before {
  content: "\f4f1";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-using-7-segment-parser .path6:before {
  content: "\f4f2";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-pz-using-7-segment-parser .path7:before {
  content: "\f4f3";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-using-7-segment-parser .path8:before {
  content: "\f4f4";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-pz-using-7-segment-parser .path9:before {
  content: "\f4f5";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-using-7-segment-parser .path10:before {
  content: "\f4f6";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-using-7-segment-parser .path11:before {
  content: "\f4f7";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-using-7-segment-parser .path12:before {
  content: "\f4f8";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-using-7-segment-parser .path13:before {
  content: "\f4f9";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-pz-using-7-segment-parser .path14:before {
  content: "\f4fa";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-using-7-segment-parser .path15:before {
  content: "\f4fb";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-using-7-segment-parser .path16:before {
  content: "\f4fc";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-using-7-segment-parser .path17:before {
  content: "\f4fd";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-vector .path1:before {
  content: "\f4fe";
  color: rgb(25, 118, 210);
}
.icon-pz-vector .path2:before {
  content: "\f4ff";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-vector .path3:before {
  content: "\f500";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-vector .path4:before {
  content: "\f501";
  margin-left: -1em;
  color: rgb(200, 200, 200);
}
.icon-pz-vector .path5:before {
  content: "\f502";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-pz-vector .path6:before {
  content: "\f503";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-vector .path7:before {
  content: "\f504";
  margin-left: -1em;
  color: rgb(200, 200, 200);
}
.icon-pz-vector .path8:before {
  content: "\f505";
  margin-left: -1em;
  color: rgb(200, 200, 200);
}
.icon-pz-vector .path9:before {
  content: "\f506";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-pz-vector .path10:before {
  content: "\f507";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-pz-vector .path11:before {
  content: "\f508";
  margin-left: -1em;
  color: rgb(200, 200, 200);
}
.icon-pz-vector .path12:before {
  content: "\f509";
  margin-left: -1em;
  color: rgb(200, 200, 200);
}
.icon-pz-vector .path13:before {
  content: "\f50a";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-pz-vector .path14:before {
  content: "\f50b";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-pz-vector .path15:before {
  content: "\f50c";
  margin-left: -1em;
  color: rgb(228, 194, 144);
}
.icon-pz-vector .path16:before {
  content: "\f50d";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-vector .path17:before {
  content: "\f50e";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-pz-vector .path18:before {
  content: "\f50f";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-vector .path19:before {
  content: "\f510";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-pz-vector .path20:before {
  content: "\f511";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-vector .path21:before {
  content: "\f512";
  margin-left: -1em;
  color: rgb(228, 194, 144);
}
.icon-pz-vector .path22:before {
  content: "\f513";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-vector .path23:before {
  content: "\f514";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-vector .path24:before {
  content: "\f515";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-vector .path25:before {
  content: "\f516";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-vector .path26:before {
  content: "\f517";
  margin-left: -1em;
  color: rgb(228, 194, 144);
}
.icon-pz-vector .path27:before {
  content: "\f518";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-vector .path28:before {
  content: "\f519";
  margin-left: -1em;
  color: rgb(228, 194, 144);
}
.icon-pz-vector .path29:before {
  content: "\f51a";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-vector .path30:before {
  content: "\f51b";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-vector .path31:before {
  content: "\f51c";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-video-1 .path1:before {
  content: "\f51d";
  color: rgb(94, 159, 223);
}
.icon-pz-video-1 .path2:before {
  content: "\f51e";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-pz-video-1 .path3:before {
  content: "\f51f";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-pz-video-1 .path4:before {
  content: "\f520";
  margin-left: -1em;
  color: rgb(200, 200, 200);
}
.icon-pz-video-2 .path1:before {
  content: "\f521";
  color: rgb(94, 159, 223);
}
.icon-pz-video-2 .path2:before {
  content: "\f522";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-pz-video-2 .path3:before {
  content: "\f523";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-video-2 .path4:before {
  content: "\f524";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-video-2 .path5:before {
  content: "\f525";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-video-2 .path6:before {
  content: "\f526";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-pz-video-2 .path7:before {
  content: "\f527";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-video-2 .path8:before {
  content: "\f528";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-pz-video-2 .path9:before {
  content: "\f529";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-pz-video-2 .path10:before {
  content: "\f52a";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-pz-video-2 .path11:before {
  content: "\f52b";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-pz-video-2 .path12:before {
  content: "\f52c";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-video-2 .path13:before {
  content: "\f52d";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-pz-video-call-1 .path1:before {
  content: "\f52e";
  color: rgb(25, 118, 210);
}
.icon-pz-video-call-1 .path2:before {
  content: "\f52f";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-pz-video-call-1 .path3:before {
  content: "\f530";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-video-call-1 .path4:before {
  content: "\f531";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-video-call-1 .path5:before {
  content: "\f532";
  margin-left: -1em;
  color: rgb(228, 194, 144);
}
.icon-pz-video-call-1 .path6:before {
  content: "\f533";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-video-call-1 .path7:before {
  content: "\f534";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-video-call-1 .path8:before {
  content: "\f535";
  margin-left: -1em;
  color: rgb(228, 194, 144);
}
.icon-pz-video-call-1 .path9:before {
  content: "\f536";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-video-call-1 .path10:before {
  content: "\f537";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-video-call-1 .path11:before {
  content: "\f538";
  margin-left: -1em;
  color: rgb(228, 194, 144);
}
.icon-pz-video-call-1 .path12:before {
  content: "\f539";
  margin-left: -1em;
  color: rgb(228, 194, 144);
}
.icon-pz-video-call-1 .path13:before {
  content: "\f53a";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-video-call-1 .path14:before {
  content: "\f53b";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-video-call-1 .path15:before {
  content: "\f53c";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-pz-video-call-1 .path16:before {
  content: "\f53d";
  margin-left: -1em;
  color: rgb(228, 194, 144);
}
.icon-pz-video-call-1 .path17:before {
  content: "\f53e";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-pz-video-call-1 .path18:before {
  content: "\f53f";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-pz-video-call-1 .path19:before {
  content: "\f540";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-pz-video-call-2 .path1:before {
  content: "\f541";
  color: rgb(25, 118, 210);
}
.icon-pz-video-call-2 .path2:before {
  content: "\f542";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-pz-video-call-2 .path3:before {
  content: "\f543";
  margin-left: -1em;
  color: rgb(228, 194, 144);
}
.icon-pz-video-call-2 .path4:before {
  content: "\f544";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-video-call-2 .path5:before {
  content: "\f545";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-video-call-2 .path6:before {
  content: "\f546";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-pz-video-call-2 .path7:before {
  content: "\f547";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-video-call-2 .path8:before {
  content: "\f548";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-video-call-2 .path9:before {
  content: "\f549";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-video-call-2 .path10:before {
  content: "\f54a";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-video-call-2 .path11:before {
  content: "\f54b";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-video-call-2 .path12:before {
  content: "\f54c";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-video-call-2 .path13:before {
  content: "\f54d";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-video-call-2 .path14:before {
  content: "\f54e";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-video-call-2 .path15:before {
  content: "\f54f";
  margin-left: -1em;
  color: rgb(228, 194, 144);
}
.icon-pz-video-call-2 .path16:before {
  content: "\f550";
  margin-left: -1em;
  color: rgb(228, 194, 144);
}
.icon-pz-video-call-2 .path17:before {
  content: "\f551";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-pz-video-call-2 .path18:before {
  content: "\f552";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-video-call-2 .path19:before {
  content: "\f553";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-video-call-2 .path20:before {
  content: "\f554";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-video-call-2 .path21:before {
  content: "\f555";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-virtual-reality .path1:before {
  content: "\f556";
  color: rgb(25, 118, 210);
}
.icon-pz-virtual-reality .path2:before {
  content: "\f557";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-pz-virtual-reality .path3:before {
  content: "\f558";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-virtual-reality .path4:before {
  content: "\f559";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-virtual-reality .path5:before {
  content: "\f55a";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-virtual-reality .path6:before {
  content: "\f55b";
  margin-left: -1em;
  color: rgb(200, 200, 200);
}
.icon-pz-virtual-reality .path7:before {
  content: "\f55c";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-virtual-reality .path8:before {
  content: "\f55d";
  margin-left: -1em;
  color: rgb(200, 200, 200);
}
.icon-pz-virtual-reality .path9:before {
  content: "\f55e";
  margin-left: -1em;
  color: rgb(228, 194, 144);
}
.icon-pz-virtual-reality .path10:before {
  content: "\f55f";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-virtual-reality .path11:before {
  content: "\f560";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-virtual-reality .path12:before {
  content: "\f561";
  margin-left: -1em;
  color: rgb(253, 253, 253);
}
.icon-pz-virtual-reality .path13:before {
  content: "\f562";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-virtual-reality .path14:before {
  content: "\f563";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-virtual-reality .path15:before {
  content: "\f564";
  margin-left: -1em;
  color: rgb(200, 200, 200);
}
.icon-pz-virus-1 .path1:before {
  content: "\f565";
  color: rgb(94, 159, 223);
}
.icon-pz-virus-1 .path2:before {
  content: "\f566";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-pz-virus-1 .path3:before {
  content: "\f567";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-virus-1 .path4:before {
  content: "\f568";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-pz-virus-1 .path5:before {
  content: "\f569";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-pz-virus-1 .path6:before {
  content: "\f56a";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-pz-virus-1 .path7:before {
  content: "\f56b";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-virus-1 .path8:before {
  content: "\f56c";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-virus-1 .path9:before {
  content: "\f56d";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-pz-virus-1 .path10:before {
  content: "\f56e";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-virus-1 .path11:before {
  content: "\f56f";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-virus-1 .path12:before {
  content: "\f570";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-virus-1 .path13:before {
  content: "\f571";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-virus-1 .path14:before {
  content: "\f572";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-virus-1 .path15:before {
  content: "\f573";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-pz-virus-1 .path16:before {
  content: "\f574";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-pz-virus-1 .path17:before {
  content: "\f575";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-pz-virus-1 .path18:before {
  content: "\f576";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-virus-1 .path19:before {
  content: "\f577";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-virus-1 .path20:before {
  content: "\f578";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-virus-2 .path1:before {
  content: "\f579";
  color: rgb(211, 142, 42);
}
.icon-pz-virus-2 .path2:before {
  content: "\f57a";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-virus-2 .path3:before {
  content: "\f57b";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-virus-2 .path4:before {
  content: "\f57c";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-virus-2 .path5:before {
  content: "\f57d";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-virus-2 .path6:before {
  content: "\f57e";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-virus-2 .path7:before {
  content: "\f57f";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-virus-2 .path8:before {
  content: "\f580";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-virus-2 .path9:before {
  content: "\f581";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-virus-2 .path10:before {
  content: "\f582";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-virus-2 .path11:before {
  content: "\f583";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-virus-2 .path12:before {
  content: "\f584";
  margin-left: -1em;
  color: rgb(228, 194, 144);
}
.icon-pz-virus-2 .path13:before {
  content: "\f585";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-virus-2 .path14:before {
  content: "\f586";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-virus-2 .path15:before {
  content: "\f587";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-virus-2 .path16:before {
  content: "\f588";
  margin-left: -1em;
  color: rgb(228, 194, 144);
}
.icon-pz-virus-computer .path1:before {
  content: "\f589";
  color: rgb(94, 159, 223);
}
.icon-pz-virus-computer .path2:before {
  content: "\f58a";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-virus-computer .path3:before {
  content: "\f58b";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-virus-computer .path4:before {
  content: "\f58c";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-virus-computer .path5:before {
  content: "\f58d";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-pz-virus-computer .path6:before {
  content: "\f58e";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-virus-computer .path7:before {
  content: "\f58f";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-virus-computer .path8:before {
  content: "\f590";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-virus-computer .path9:before {
  content: "\f591";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-pz-virus-computer .path10:before {
  content: "\f592";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-virus-computer .path11:before {
  content: "\f593";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-virus-computer .path12:before {
  content: "\f594";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-virus-computer .path13:before {
  content: "\f595";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-virus-computer .path14:before {
  content: "\f596";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-virus-computer .path15:before {
  content: "\f597";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-virus-computer .path16:before {
  content: "\f598";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-virus-computer .path17:before {
  content: "\f599";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-pz-virus-laptop .path1:before {
  content: "\f59a";
  color: rgb(94, 159, 223);
}
.icon-pz-virus-laptop .path2:before {
  content: "\f59b";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-virus-laptop .path3:before {
  content: "\f59c";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-virus-laptop .path4:before {
  content: "\f59d";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-pz-virus-laptop .path5:before {
  content: "\f59e";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-virus-laptop .path6:before {
  content: "\f59f";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-virus-laptop .path7:before {
  content: "\f5a0";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-virus-laptop .path8:before {
  content: "\f5a1";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-virus-laptop .path9:before {
  content: "\f5a2";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-pz-virus-laptop .path10:before {
  content: "\f5a3";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-virus-laptop .path11:before {
  content: "\f5a4";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-virus-laptop .path12:before {
  content: "\f5a5";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-virus-laptop .path13:before {
  content: "\f5a6";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-virus-laptop .path14:before {
  content: "\f5a7";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-virus-laptop .path15:before {
  content: "\f5a8";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-virus-laptop .path16:before {
  content: "\f5a9";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-pz-vision-1 .path1:before {
  content: "\f5aa";
  color: rgb(211, 142, 42);
}
.icon-pz-vision-1 .path2:before {
  content: "\f5ab";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-vision-1 .path3:before {
  content: "\f5ac";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-vision-1 .path4:before {
  content: "\f5ad";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-vision-1 .path5:before {
  content: "\f5ae";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-vision-1 .path6:before {
  content: "\f5af";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-vision-1 .path7:before {
  content: "\f5b0";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-vision-1 .path8:before {
  content: "\f5b1";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-vision-1 .path9:before {
  content: "\f5b2";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-vision-1 .path10:before {
  content: "\f5b3";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-vision-1 .path11:before {
  content: "\f5b4";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-vision-1 .path12:before {
  content: "\f5b5";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-vision-1 .path13:before {
  content: "\f5b6";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-vision-1 .path14:before {
  content: "\f5b7";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-vision-2 .path1:before {
  content: "\f5b8";
  color: rgb(94, 159, 223);
}
.icon-pz-vision-2 .path2:before {
  content: "\f5b9";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-vision-2 .path3:before {
  content: "\f5ba";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-vision-2 .path4:before {
  content: "\f5bb";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-pz-vision-2 .path5:before {
  content: "\f5bc";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-pz-vision-2 .path6:before {
  content: "\f5bd";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-vision-2 .path7:before {
  content: "\f5be";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-vision-2 .path8:before {
  content: "\f5bf";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-vision-2 .path9:before {
  content: "\f5c0";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-vision-2 .path10:before {
  content: "\f5c1";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-vision-2 .path11:before {
  content: "\f5c2";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-vision-2 .path12:before {
  content: "\f5c3";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-vision-2 .path13:before {
  content: "\f5c4";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-vision-2 .path14:before {
  content: "\f5c5";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-vision-2 .path15:before {
  content: "\f5c6";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-vision-2 .path16:before {
  content: "\f5c7";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-vision-2 .path17:before {
  content: "\f5c8";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-vision-2 .path18:before {
  content: "\f5c9";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-pz-vision-2 .path19:before {
  content: "\f5ca";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-vision-2 .path20:before {
  content: "\f5cb";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-vpn .path1:before {
  content: "\f5cc";
  color: rgb(94, 159, 223);
}
.icon-pz-vpn .path2:before {
  content: "\f5cd";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-vpn .path3:before {
  content: "\f5ce";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-vpn .path4:before {
  content: "\f5cf";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-vpn .path5:before {
  content: "\f5d0";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-vpn .path6:before {
  content: "\f5d1";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-vpn .path7:before {
  content: "\f5d2";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-web .path1:before {
  content: "\f5d3";
  color: rgb(94, 159, 223);
}
.icon-pz-web .path2:before {
  content: "\f5d4";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-web .path3:before {
  content: "\f5d5";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-web .path4:before {
  content: "\f5d6";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-web .path5:before {
  content: "\f5d7";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-web .path6:before {
  content: "\f5d8";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-web .path7:before {
  content: "\f5d9";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-web .path8:before {
  content: "\f5da";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-web .path9:before {
  content: "\f5db";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-web .path10:before {
  content: "\f5dc";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-web .path11:before {
  content: "\f5dd";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-web .path12:before {
  content: "\f5de";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-web .path13:before {
  content: "\f5df";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-web .path14:before {
  content: "\f5e0";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-web .path15:before {
  content: "\f5e1";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-web .path16:before {
  content: "\f5e2";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-pz-web .path17:before {
  content: "\f5e3";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-web .path18:before {
  content: "\f5e4";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-pz-web-design .path1:before {
  content: "\f5e5";
  color: rgb(25, 118, 210);
}
.icon-pz-web-design .path2:before {
  content: "\f5e6";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-web-design .path3:before {
  content: "\f5e7";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-pz-web-design .path4:before {
  content: "\f5e8";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-web-design .path5:before {
  content: "\f5e9";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-web-design .path6:before {
  content: "\f5ea";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-web-design .path7:before {
  content: "\f5eb";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-web-design .path8:before {
  content: "\f5ec";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-web-design .path9:before {
  content: "\f5ed";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-web-design .path10:before {
  content: "\f5ee";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-web-design .path11:before {
  content: "\f5ef";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-web-design .path12:before {
  content: "\f5f0";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-pz-web-design .path13:before {
  content: "\f5f1";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-web-design .path14:before {
  content: "\f5f2";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-web-development .path1:before {
  content: "\f5f3";
  color: rgb(94, 159, 223);
}
.icon-pz-web-development .path2:before {
  content: "\f5f4";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-web-development .path3:before {
  content: "\f5f5";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-web-development .path4:before {
  content: "\f5f6";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-web-development .path5:before {
  content: "\f5f7";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-web-development .path6:before {
  content: "\f5f8";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-web-development .path7:before {
  content: "\f5f9";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-web-development .path8:before {
  content: "\f5fa";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-pz-web-development .path9:before {
  content: "\f5fb";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-pz-web-development .path10:before {
  content: "\f5fc";
  margin-left: -1em;
  color: rgb(200, 200, 200);
}
.icon-pz-web-development .path11:before {
  content: "\f5fd";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-pz-web-development .path12:before {
  content: "\f5fe";
  margin-left: -1em;
  color: rgb(200, 200, 200);
}
.icon-pz-web-development .path13:before {
  content: "\f5ff";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-web-development .path14:before {
  content: "\f600";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-web-development .path15:before {
  content: "\f601";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-web-development .path16:before {
  content: "\f602";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-web-development .path17:before {
  content: "\f603";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-web-development .path18:before {
  content: "\f604";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-web-development .path19:before {
  content: "\f605";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-pz-web-development .path20:before {
  content: "\f606";
  margin-left: -1em;
  color: rgb(200, 200, 200);
}
.icon-pz-web-development .path21:before {
  content: "\f607";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-web-development .path22:before {
  content: "\f608";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-wifi-1 .path1:before {
  content: "\f609";
  color: rgb(94, 159, 223);
}
.icon-pz-wifi-1 .path2:before {
  content: "\f60a";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-pz-wifi-1 .path3:before {
  content: "\f60b";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-wifi-1 .path4:before {
  content: "\f60c";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-wifi-1 .path5:before {
  content: "\f60d";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-wifi-1 .path6:before {
  content: "\f60e";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-wifi-1 .path7:before {
  content: "\f60f";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-wifi-1 .path8:before {
  content: "\f610";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-pz-wifi-1 .path9:before {
  content: "\f611";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-pz-wifi-1 .path10:before {
  content: "\f612";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-wifi-1 .path11:before {
  content: "\f613";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-pz-wifi-2 .path1:before {
  content: "\f614";
  color: rgb(25, 118, 210);
}
.icon-pz-wifi-2 .path2:before {
  content: "\f615";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-pz-wifi-2 .path3:before {
  content: "\f616";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-pz-wifi-2 .path4:before {
  content: "\f617";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-wifi-2 .path5:before {
  content: "\f618";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-wireless-charging .path1:before {
  content: "\f619";
  color: rgb(211, 142, 42);
}
.icon-pz-wireless-charging .path2:before {
  content: "\f61a";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-wireless-charging .path3:before {
  content: "\f61b";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-wireless-charging .path4:before {
  content: "\f61c";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-wireless-charging .path5:before {
  content: "\f61d";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-wireless-charging .path6:before {
  content: "\f61e";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-wireless-charging .path7:before {
  content: "\f61f";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-wireless-charging .path8:before {
  content: "\f620";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-wireless-charging .path9:before {
  content: "\f621";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-pz-wireless-charging .path10:before {
  content: "\f622";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-wishlist .path1:before {
  content: "\f623";
  color: rgb(211, 142, 42);
}
.icon-pz-wishlist .path2:before {
  content: "\f624";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-wishlist .path3:before {
  content: "\f625";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-wishlist .path4:before {
  content: "\f626";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-wishlist .path5:before {
  content: "\f627";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-wishlist .path6:before {
  content: "\f628";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-wishlist .path7:before {
  content: "\f629";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-wishlist .path8:before {
  content: "\f62a";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-wishlist .path9:before {
  content: "\f62b";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-wishlist .path10:before {
  content: "\f62c";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-working-with-time-series-data .path1:before {
  content: "\f62d";
  color: rgb(217, 217, 217);
}
.icon-pz-working-with-time-series-data .path2:before {
  content: "\f62e";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-working-with-time-series-data .path3:before {
  content: "\f62f";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-pz-working-with-time-series-data .path4:before {
  content: "\f630";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-working-with-time-series-data .path5:before {
  content: "\f631";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-pz-working-with-time-series-data .path6:before {
  content: "\f632";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-working-with-time-series-data .path7:before {
  content: "\f633";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-working-with-time-series-data .path8:before {
  content: "\f634";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-working-with-time-series-data .path9:before {
  content: "\f635";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-working-with-time-series-data .path10:before {
  content: "\f636";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-working-with-time-series-data .path11:before {
  content: "\f637";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-working-with-time-series-data .path12:before {
  content: "\f638";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-working-with-time-series-data .path13:before {
  content: "\f639";
  margin-left: -1em;
  color: rgb(228, 194, 144);
}
.icon-pz-working-with-time-series-data .path14:before {
  content: "\f63a";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-working-with-time-series-data .path15:before {
  content: "\f63b";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-worldwide-1 .path1:before {
  content: "\f63c";
  color: rgb(25, 118, 210);
}
.icon-pz-worldwide-1 .path2:before {
  content: "\f63d";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-worldwide-1 .path3:before {
  content: "\f63e";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-worldwide-1 .path4:before {
  content: "\f63f";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-worldwide-1 .path5:before {
  content: "\f640";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-worldwide-1 .path6:before {
  content: "\f641";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-worldwide-1 .path7:before {
  content: "\f642";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-worldwide-1 .path8:before {
  content: "\f643";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-pz-worldwide-1 .path9:before {
  content: "\f644";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-worldwide-1 .path10:before {
  content: "\f645";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-worldwide-1 .path11:before {
  content: "\f646";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-pz-worldwide-1 .path12:before {
  content: "\f647";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-worldwide-1 .path13:before {
  content: "\f648";
  margin-left: -1em;
  color: rgb(228, 194, 144);
}
.icon-pz-worldwide-1 .path14:before {
  content: "\f649";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-worldwide-1 .path15:before {
  content: "\f64a";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-worldwide-1 .path16:before {
  content: "\f64b";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-worldwide-1 .path17:before {
  content: "\f64c";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-worldwide-2 .path1:before {
  content: "\f64d";
  color: rgb(94, 159, 223);
}
.icon-pz-worldwide-2 .path2:before {
  content: "\f64e";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-worldwide-2 .path3:before {
  content: "\f64f";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-worldwide-2 .path4:before {
  content: "\f650";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-worldwide-2 .path5:before {
  content: "\f651";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-worldwide-2 .path6:before {
  content: "\f652";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-worldwide-2 .path7:before {
  content: "\f653";
  margin-left: -1em;
  color: rgb(253, 253, 253);
}
.icon-pz-worldwide-2 .path8:before {
  content: "\f654";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-worldwide-2 .path9:before {
  content: "\f655";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-worldwide-2 .path10:before {
  content: "\f656";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-worldwide-2 .path11:before {
  content: "\f657";
  margin-left: -1em;
  color: rgb(253, 253, 253);
}
.icon-pz-worldwide-2 .path12:before {
  content: "\f658";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-worldwide-2 .path13:before {
  content: "\f659";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-worldwide-2 .path14:before {
  content: "\f65a";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-worldwide-2 .path15:before {
  content: "\f65b";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-worldwide-2 .path16:before {
  content: "\f65c";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-worldwide-2 .path17:before {
  content: "\f65d";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-worldwide-2 .path18:before {
  content: "\f65e";
  margin-left: -1em;
  color: rgb(253, 253, 253);
}
.icon-pz-worm .path1:before {
  content: "\f65f";
  color: rgb(211, 142, 42);
}
.icon-pz-worm .path2:before {
  content: "\f660";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-worm .path3:before {
  content: "\f661";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-worm .path4:before {
  content: "\f662";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-worm .path5:before {
  content: "\f663";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-worm .path6:before {
  content: "\f664";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-worm .path7:before {
  content: "\f665";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-worm .path8:before {
  content: "\f666";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-worm .path9:before {
  content: "\f667";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-pz-worm .path10:before {
  content: "\f668";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-worm .path11:before {
  content: "\f669";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-pz-worm .path12:before {
  content: "\f66a";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-pz-worm .path13:before {
  content: "\f66b";
  margin-left: -1em;
  color: rgb(228, 194, 144);
}
.icon-pz-writing-email .path1:before {
  content: "\f66c";
  color: rgb(243, 243, 243);
}
.icon-pz-writing-email .path2:before {
  content: "\f66d";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-pz-writing-email .path3:before {
  content: "\f66e";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-pz-writing-email .path4:before {
  content: "\f66f";
  margin-left: -1em;
  color: rgb(200, 200, 200);
}
.icon-pz-writing-email .path5:before {
  content: "\f670";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-pz-writing-email .path6:before {
  content: "\f671";
  margin-left: -1em;
  color: rgb(200, 200, 200);
}
.icon-pz-writing-email .path7:before {
  content: "\f672";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-writing-email .path8:before {
  content: "\f673";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-pz-writing-email .path9:before {
  content: "\f674";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-writing-email .path10:before {
  content: "\f675";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-writing-email .path11:before {
  content: "\f676";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-writing-email .path12:before {
  content: "\f677";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-packing .path1:before {
  content: "\f678";
  color: rgb(94, 159, 223);
}
.icon-pz-packing .path2:before {
  content: "\f679";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-packing .path3:before {
  content: "\f67a";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-packing .path4:before {
  content: "\f67b";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-packing .path5:before {
  content: "\f67c";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-pant .path1:before {
  content: "\f67d";
  color: rgb(94, 159, 223);
}
.icon-pz-pant .path2:before {
  content: "\f67e";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-pz-pant .path3:before {
  content: "\f67f";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-pant .path4:before {
  content: "\f680";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-pant .path5:before {
  content: "\f681";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-pant .path6:before {
  content: "\f682";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-pant .path7:before {
  content: "\f683";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-pant .path8:before {
  content: "\f684";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-pant .path9:before {
  content: "\f685";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-pant .path10:before {
  content: "\f686";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-pant .path11:before {
  content: "\f687";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-pant .path12:before {
  content: "\f688";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-pant .path13:before {
  content: "\f689";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-pant .path14:before {
  content: "\f68a";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-pant .path15:before {
  content: "\f68b";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-pz-pant .path16:before {
  content: "\f68c";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-pant .path17:before {
  content: "\f68d";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-pant .path18:before {
  content: "\f68e";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-pant .path19:before {
  content: "\f68f";
  margin-left: -1em;
  color: rgb(200, 200, 200);
}
.icon-pz-pant .path20:before {
  content: "\f690";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-pant .path21:before {
  content: "\f691";
  margin-left: -1em;
  color: rgb(253, 253, 253);
}
.icon-pz-pant .path22:before {
  content: "\f692";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-pant .path23:before {
  content: "\f693";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-pant .path24:before {
  content: "\f694";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-paper-plane .path1:before {
  content: "\f695";
  color: rgb(94, 159, 223);
}
.icon-pz-paper-plane .path2:before {
  content: "\f696";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-paper-plane .path3:before {
  content: "\f697";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-paper-plane .path4:before {
  content: "\f698";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-pz-paper-plane .path5:before {
  content: "\f699";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-pz-paper-plane .path6:before {
  content: "\f69a";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-pz-paper-plane .path7:before {
  content: "\f69b";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-passcode .path1:before {
  content: "\f69c";
  color: rgb(94, 159, 223);
}
.icon-pz-passcode .path2:before {
  content: "\f69d";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-passcode .path3:before {
  content: "\f69e";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-passcode .path4:before {
  content: "\f69f";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-passcode .path5:before {
  content: "\f6a0";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-passcode .path6:before {
  content: "\f6a1";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-passcode .path7:before {
  content: "\f6a2";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-passcode .path8:before {
  content: "\f6a3";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-pz-passcode .path9:before {
  content: "\f6a4";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-passcode .path10:before {
  content: "\f6a5";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-pz-passcode .path11:before {
  content: "\f6a6";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-passcode .path12:before {
  content: "\f6a7";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-passcode .path13:before {
  content: "\f6a8";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-password .path1:before {
  content: "\f6a9";
  color: rgb(94, 159, 223);
}
.icon-pz-password .path2:before {
  content: "\f6aa";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-password .path3:before {
  content: "\f6ab";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-password .path4:before {
  content: "\f6ac";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-pz-password .path5:before {
  content: "\f6ad";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-password .path6:before {
  content: "\f6ae";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-password .path7:before {
  content: "\f6af";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-password .path8:before {
  content: "\f6b0";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-password .path9:before {
  content: "\f6b1";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-password .path10:before {
  content: "\f6b2";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-pz-password .path11:before {
  content: "\f6b3";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-password .path12:before {
  content: "\f6b4";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-password .path13:before {
  content: "\f6b5";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-password .path14:before {
  content: "\f6b6";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-password .path15:before {
  content: "\f6b7";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-password .path16:before {
  content: "\f6b8";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-password .path17:before {
  content: "\f6b9";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-password .path18:before {
  content: "\f6ba";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-password .path19:before {
  content: "\f6bb";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-password .path20:before {
  content: "\f6bc";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-password .path21:before {
  content: "\f6bd";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-password .path22:before {
  content: "\f6be";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-password .path23:before {
  content: "\f6bf";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-pz-password .path24:before {
  content: "\f6c0";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-password .path25:before {
  content: "\f6c1";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-password .path26:before {
  content: "\f6c2";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-password .path27:before {
  content: "\f6c3";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-payment-1 .path1:before {
  content: "\f6c4";
  color: rgb(25, 118, 210);
}
.icon-pz-payment-1 .path2:before {
  content: "\f6c5";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-pz-payment-1 .path3:before {
  content: "\f6c6";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-payment-1 .path4:before {
  content: "\f6c7";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-payment-1 .path5:before {
  content: "\f6c8";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-pz-payment-1 .path6:before {
  content: "\f6c9";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-pz-payment-1 .path7:before {
  content: "\f6ca";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-pz-payment-1 .path8:before {
  content: "\f6cb";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-payment-1 .path9:before {
  content: "\f6cc";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-payment-1 .path10:before {
  content: "\f6cd";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-payment-1 .path11:before {
  content: "\f6ce";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-payment-1 .path12:before {
  content: "\f6cf";
  margin-left: -1em;
  color: rgb(94, 159, 223);
}
.icon-pz-payment-1 .path13:before {
  content: "\f6d0";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-payment-1 .path14:before {
  content: "\f6d1";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-payment-1 .path15:before {
  content: "\f6d2";
  margin-left: -1em;
  color: rgb(25, 118, 210);
}
.icon-pz-payment-1 .path16:before {
  content: "\f6d3";
  margin-left: -1em;
  color: rgb(253, 253, 253);
}
.icon-pz-payment-1 .path17:before {
  content: "\f6d4";
  margin-left: -1em;
  color: rgb(253, 253, 253);
}
.icon-pz-payment-1 .path18:before {
  content: "\f6d5";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-pz-payment-1 .path19:before {
  content: "\f6d6";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-payment-1 .path20:before {
  content: "\f6d7";
  margin-left: -1em;
  color: rgb(243, 243, 243);
}
.icon-pz-payment-1 .path21:before {
  content: "\f6d8";
  margin-left: -1em;
  color: rgb(217, 217, 217);
}
.icon-pz-payment-1 .path22:before {
  content: "\f6d9";
  margin-left: -1em;
  color: rgb(211, 142, 42);
}
.icon-pz-payment-1 .path23:before {
  content: "\f6da";
  margin-left: -1em;
  color: rgb(228, 194, 144);
}

/* node_modules/@nuviot/ui-styles/icons/nuviot/style.css */
@font-face {
  font-family: "NuvIoT";
  src: url("./media/NuvIoT.eot?quziml");
  src:
    url("./media/NuvIoT.eot?quziml#iefix") format("embedded-opentype"),
    url("./media/NuvIoT.woff2?quziml") format("woff2"),
    url("./media/NuvIoT.ttf?quziml") format("truetype"),
    url("./media/NuvIoT.woff?quziml") format("woff"),
    url("./media/NuvIoT.svg?quziml#NuvIoT") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
.nuv-creating-kiosks,
.nuv-dashboards,
.nuv-dashboards-adding-and-config,
.nuv-dashboards-what-are-they,
.nuv-dashboards-widgets,
.nuv-deployment-instance,
.nuv-device-config,
.nuv-device-groups,
.nuv-device-model,
.nuv-device-repository,
.nuv-device-workflow,
.nuv-error-codes-notifications,
.nuv-error-handling,
.nuv-field-service-light,
.nuv-field-service-light-configuring,
.nuv-field-service-lite-managing-tix,
.nuv-firmward-over-the-air-updates,
.nuv-firmware,
.nuv-firmware-connecting-to-nuviot,
.nuv-firmware-hardware-details,
.nuv-firmware-libraries,
.nuv-glossary,
.nuv-help-resources,
.nuv-how-to-video,
.nuv-importing,
.nuv-instructions,
.nuv-listener,
.nuv-machine-learning-anomaly-detection,
.nuv-machine-learning-image-detection,
.nuv-machine-learning-model-management,
.nuv-message-definition,
.nuv-message-route,
.nuv-ml-workbench,
.nuv-online-chat,
.nuv-planner,
.nuv-project-management,
.nuv-slide-show,
.nuv-solution,
.nuv-special-note,
.nuv-survey-tool,
.nuv-system-admin,
.nuv-system-messages,
.nuv-tools,
.nuv-troubleshooting,
.nuv-uploading-images,
.nuv-user-groups,
.nuv-user-guide,
.nuv-user-management,
.nuv-using-7-segment-parser,
.nuv-working-with-time-series-data,
.nuv-written-instructions {
  font-family: "NuvIoT" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.nuv-user-guide .path1:before {
  content: "\e900";
  color: rgb(235, 235, 236);
}
.nuv-user-guide .path2:before {
  content: "\e901";
  margin-left: -1em;
  color: rgb(122, 131, 140);
}
.nuv-user-guide .path3:before {
  content: "\e902";
  margin-left: -1em;
  color: rgb(248, 196, 96);
}
.nuv-user-guide .path4:before {
  content: "\e903";
  margin-left: -1em;
  color: rgb(211, 233, 248);
}
.nuv-user-guide .path5:before {
  content: "\e904";
  margin-left: -1em;
  color: rgb(235, 235, 236);
}
.nuv-user-guide .path6:before {
  content: "\e905";
  margin-left: -1em;
  color: rgb(122, 131, 140);
}
.nuv-user-guide .path7:before {
  content: "\e906";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.nuv-user-guide .path8:before {
  content: "\e907";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.nuv-user-guide .path9:before {
  content: "\e908";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.nuv-user-guide .path10:before {
  content: "\e909";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.nuv-troubleshooting .path1:before {
  content: "\e90a";
  color: rgb(235, 235, 236);
}
.nuv-troubleshooting .path2:before {
  content: "\e90b";
  margin-left: -1em;
  color: rgb(235, 235, 236);
}
.nuv-troubleshooting .path3:before {
  content: "\e90c";
  margin-left: -1em;
  color: rgb(167, 166, 166);
}
.nuv-troubleshooting .path4:before {
  content: "\e90d";
  margin-left: -1em;
  color: rgb(167, 166, 166);
}
.nuv-troubleshooting .path5:before {
  content: "\e90e";
  margin-left: -1em;
  color: rgb(235, 235, 236);
}
.nuv-troubleshooting .path6:before {
  content: "\e90f";
  margin-left: -1em;
  color: rgb(248, 196, 96);
}
.nuv-troubleshooting .path7:before {
  content: "\e910";
  margin-left: -1em;
  color: rgb(248, 196, 96);
}
.nuv-troubleshooting .path8:before {
  content: "\e911";
  margin-left: -1em;
  color: rgb(167, 166, 166);
}
.nuv-troubleshooting .path9:before {
  content: "\e912";
  margin-left: -1em;
  color: rgb(211, 233, 248);
}
.nuv-troubleshooting .path10:before {
  content: "\e913";
  margin-left: -1em;
  color: rgb(235, 235, 236);
}
.nuv-troubleshooting .path11:before {
  content: "\e914";
  margin-left: -1em;
  color: rgb(235, 235, 236);
}
.nuv-troubleshooting .path12:before {
  content: "\e915";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.nuv-glossary .path1:before {
  content: "\e916";
  color: rgb(235, 235, 236);
}
.nuv-glossary .path2:before {
  content: "\e917";
  margin-left: -1em;
  color: rgb(248, 196, 96);
}
.nuv-glossary .path3:before {
  content: "\e918";
  margin-left: -1em;
  color: rgb(248, 196, 96);
}
.nuv-glossary .path4:before {
  content: "\e919";
  margin-left: -1em;
  color: rgb(248, 196, 96);
}
.nuv-glossary .path5:before {
  content: "\e91a";
  margin-left: -1em;
  color: rgb(211, 233, 248);
}
.nuv-glossary .path6:before {
  content: "\e91b";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.nuv-glossary .path7:before {
  content: "\e91c";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.nuv-glossary .path8:before {
  content: "\e91d";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.nuv-glossary .path9:before {
  content: "\e91e";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.nuv-glossary .path10:before {
  content: "\e91f";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.nuv-glossary .path11:before {
  content: "\e920";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.nuv-glossary .path12:before {
  content: "\e921";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.nuv-glossary .path13:before {
  content: "\e922";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.nuv-glossary .path14:before {
  content: "\e923";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.nuv-glossary .path15:before {
  content: "\e924";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.nuv-glossary .path16:before {
  content: "\e925";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.nuv-glossary .path17:before {
  content: "\e926";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.nuv-special-note .path1:before {
  content: "\e927";
  color: rgb(235, 235, 236);
}
.nuv-special-note .path2:before {
  content: "\e928";
  margin-left: -1em;
  color: rgb(166, 165, 165);
}
.nuv-special-note .path3:before {
  content: "\e929";
  margin-left: -1em;
  color: rgb(166, 165, 165);
}
.nuv-special-note .path4:before {
  content: "\e92a";
  margin-left: -1em;
  color: rgb(248, 196, 96);
}
.nuv-special-note .path5:before {
  content: "\e92b";
  margin-left: -1em;
  color: rgb(211, 233, 248);
}
.nuv-special-note .path6:before {
  content: "\e92c";
  margin-left: -1em;
  color: rgb(166, 165, 165);
}
.nuv-special-note .path7:before {
  content: "\e92d";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.nuv-special-note .path8:before {
  content: "\e92e";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.nuv-special-note .path9:before {
  content: "\e92f";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.nuv-special-note .path10:before {
  content: "\e930";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.nuv-special-note .path11:before {
  content: "\e931";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.nuv-special-note .path12:before {
  content: "\e932";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.nuv-special-note .path13:before {
  content: "\e933";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.nuv-special-note .path14:before {
  content: "\e934";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.nuv-special-note .path15:before {
  content: "\e935";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.nuv-slide-show .path1:before {
  content: "\e936";
  color: rgb(167, 166, 166);
}
.nuv-slide-show .path2:before {
  content: "\e937";
  margin-left: -1em;
  color: rgb(235, 235, 236);
}
.nuv-slide-show .path3:before {
  content: "\e938";
  margin-left: -1em;
  color: rgb(211, 233, 248);
}
.nuv-slide-show .path4:before {
  content: "\e939";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.nuv-slide-show .path5:before {
  content: "\e93a";
  margin-left: -1em;
  color: rgb(248, 196, 96);
}
.nuv-slide-show .path6:before {
  content: "\e93b";
  margin-left: -1em;
  color: rgb(235, 235, 236);
}
.nuv-slide-show .path7:before {
  content: "\e93c";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.nuv-instructions .path1:before {
  content: "\e93d";
  color: rgb(235, 235, 236);
}
.nuv-instructions .path2:before {
  content: "\e93e";
  margin-left: -1em;
  color: rgb(248, 196, 96);
}
.nuv-instructions .path3:before {
  content: "\e93f";
  margin-left: -1em;
  color: rgb(211, 233, 248);
}
.nuv-instructions .path4:before {
  content: "\e940";
  margin-left: -1em;
  color: rgb(167, 166, 166);
}
.nuv-instructions .path5:before {
  content: "\e941";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.nuv-instructions .path6:before {
  content: "\e942";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.nuv-instructions .path7:before {
  content: "\e943";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.nuv-instructions .path8:before {
  content: "\e944";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.nuv-instructions .path9:before {
  content: "\e945";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.nuv-instructions .path10:before {
  content: "\e946";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.nuv-instructions .path11:before {
  content: "\e947";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.nuv-instructions .path12:before {
  content: "\e948";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.nuv-instructions .path13:before {
  content: "\e949";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.nuv-written-instructions .path1:before {
  content: "\e94a";
  color: rgb(235, 235, 236);
}
.nuv-written-instructions .path2:before {
  content: "\e94b";
  margin-left: -1em;
  color: rgb(122, 131, 140);
}
.nuv-written-instructions .path3:before {
  content: "\e94c";
  margin-left: -1em;
  color: rgb(211, 233, 248);
}
.nuv-written-instructions .path4:before {
  content: "\e94d";
  margin-left: -1em;
  color: rgb(248, 196, 96);
}
.nuv-written-instructions .path5:before {
  content: "\e94e";
  margin-left: -1em;
  color: rgb(248, 196, 96);
}
.nuv-written-instructions .path6:before {
  content: "\e94f";
  margin-left: -1em;
  color: rgb(211, 233, 248);
}
.nuv-written-instructions .path7:before {
  content: "\e950";
  margin-left: -1em;
  color: rgb(211, 233, 248);
}
.nuv-written-instructions .path8:before {
  content: "\e951";
  margin-left: -1em;
  color: rgb(211, 233, 248);
}
.nuv-written-instructions .path9:before {
  content: "\e952";
  margin-left: -1em;
  color: rgb(211, 233, 248);
}
.nuv-written-instructions .path10:before {
  content: "\e953";
  margin-left: -1em;
  color: rgb(248, 196, 96);
}
.nuv-written-instructions .path11:before {
  content: "\e954";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.nuv-written-instructions .path12:before {
  content: "\e955";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.nuv-written-instructions .path13:before {
  content: "\e956";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.nuv-written-instructions .path14:before {
  content: "\e957";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.nuv-written-instructions .path15:before {
  content: "\e958";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.nuv-creating-kiosks .path1:before {
  content: "\e959";
  color: rgb(235, 235, 236);
}
.nuv-creating-kiosks .path2:before {
  content: "\e95a";
  margin-left: -1em;
  color: rgb(166, 166, 166);
}
.nuv-creating-kiosks .path3:before {
  content: "\e95b";
  margin-left: -1em;
  color: rgb(166, 166, 166);
}
.nuv-creating-kiosks .path4:before {
  content: "\e95c";
  margin-left: -1em;
  color: rgb(122, 131, 139);
}
.nuv-creating-kiosks .path5:before {
  content: "\e95d";
  margin-left: -1em;
  color: rgb(248, 196, 96);
}
.nuv-creating-kiosks .path6:before {
  content: "\e95e";
  margin-left: -1em;
  color: rgb(211, 142, 41);
}
.nuv-creating-kiosks .path7:before {
  content: "\e95f";
  margin-left: -1em;
  color: rgb(211, 234, 248);
}
.nuv-creating-kiosks .path8:before {
  content: "\e960";
  margin-left: -1em;
  color: rgb(51, 116, 186);
}
.nuv-creating-kiosks .path9:before {
  content: "\e961";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.nuv-creating-kiosks .path10:before {
  content: "\e962";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.nuv-creating-kiosks .path11:before {
  content: "\e963";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.nuv-creating-kiosks .path12:before {
  content: "\e964";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.nuv-creating-kiosks .path13:before {
  content: "\e965";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.nuv-creating-kiosks .path14:before {
  content: "\e966";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.nuv-creating-kiosks .path15:before {
  content: "\e967";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.nuv-creating-kiosks .path16:before {
  content: "\e968";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.nuv-dashboards .path1:before {
  content: "\e969";
  color: rgb(230, 233, 237);
}
.nuv-dashboards .path2:before {
  content: "\e96a";
  margin-left: -1em;
  color: rgb(248, 196, 96);
}
.nuv-dashboards .path3:before {
  content: "\e96b";
  margin-left: -1em;
  color: rgb(248, 196, 96);
}
.nuv-dashboards .path4:before {
  content: "\e96c";
  margin-left: -1em;
  color: rgb(248, 196, 96);
}
.nuv-dashboards .path5:before {
  content: "\e96d";
  margin-left: -1em;
  color: rgb(248, 196, 96);
}
.nuv-dashboards .path6:before {
  content: "\e96e";
  margin-left: -1em;
  color: rgb(204, 209, 217);
}
.nuv-dashboards .path7:before {
  content: "\e96f";
  margin-left: -1em;
  color: rgb(248, 196, 96);
}
.nuv-dashboards .path8:before {
  content: "\e970";
  margin-left: -1em;
  color: rgb(211, 142, 41);
}
.nuv-dashboards .path9:before {
  content: "\e971";
  margin-left: -1em;
  color: rgb(51, 116, 186);
}
.nuv-dashboards .path10:before {
  content: "\e972";
  margin-left: -1em;
  color: rgb(211, 234, 248);
}
.nuv-dashboards .path11:before {
  content: "\e973";
  margin-left: -1em;
  color: rgb(211, 234, 248);
}
.nuv-dashboards .path12:before {
  content: "\e974";
  margin-left: -1em;
  color: rgb(211, 234, 248);
}
.nuv-dashboards .path13:before {
  content: "\e975";
  margin-left: -1em;
  color: rgb(211, 234, 248);
}
.nuv-dashboards .path14:before {
  content: "\e976";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.nuv-dashboards .path15:before {
  content: "\e977";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.nuv-dashboards .path16:before {
  content: "\e978";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.nuv-dashboards .path17:before {
  content: "\e979";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.nuv-dashboards .path18:before {
  content: "\e97a";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.nuv-dashboards .path19:before {
  content: "\e97b";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.nuv-dashboards .path20:before {
  content: "\e97c";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.nuv-dashboards .path21:before {
  content: "\e97d";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.nuv-dashboards .path22:before {
  content: "\e97e";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.nuv-dashboards .path23:before {
  content: "\e97f";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.nuv-dashboards .path24:before {
  content: "\e980";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.nuv-dashboards .path25:before {
  content: "\e981";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.nuv-dashboards .path26:before {
  content: "\e982";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.nuv-dashboards-adding-and-config .path1:before {
  content: "\e983";
  color: rgb(235, 235, 236);
}
.nuv-dashboards-adding-and-config .path2:before {
  content: "\e984";
  margin-left: -1em;
  color: rgb(211, 233, 248);
}
.nuv-dashboards-adding-and-config .path3:before {
  content: "\e985";
  margin-left: -1em;
  color: rgb(211, 233, 248);
}
.nuv-dashboards-adding-and-config .path4:before {
  content: "\e986";
  margin-left: -1em;
  color: rgb(211, 233, 248);
}
.nuv-dashboards-adding-and-config .path5:before {
  content: "\e987";
  margin-left: -1em;
  color: rgb(248, 196, 96);
}
.nuv-dashboards-adding-and-config .path6:before {
  content: "\e988";
  margin-left: -1em;
  color: rgb(167, 166, 166);
}
.nuv-dashboards-adding-and-config .path7:before {
  content: "\e989";
  margin-left: -1em;
  color: rgb(167, 166, 166);
}
.nuv-dashboards-adding-and-config .path8:before {
  content: "\e98a";
  margin-left: -1em;
  color: rgb(53, 117, 187);
}
.nuv-dashboards-adding-and-config .path9:before {
  content: "\e98b";
  margin-left: -1em;
  color: rgb(211, 143, 41);
}
.nuv-dashboards-adding-and-config .path10:before {
  content: "\e98c";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.nuv-dashboards-adding-and-config .path11:before {
  content: "\e98d";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.nuv-dashboards-adding-and-config .path12:before {
  content: "\e98e";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.nuv-dashboards-adding-and-config .path13:before {
  content: "\e98f";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.nuv-dashboards-adding-and-config .path14:before {
  content: "\e990";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.nuv-dashboards-adding-and-config .path15:before {
  content: "\e991";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.nuv-dashboards-adding-and-config .path16:before {
  content: "\e992";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.nuv-dashboards-adding-and-config .path17:before {
  content: "\e993";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.nuv-dashboards-adding-and-config .path18:before {
  content: "\e994";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.nuv-dashboards-adding-and-config .path19:before {
  content: "\e995";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.nuv-dashboards-adding-and-config .path20:before {
  content: "\e996";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.nuv-dashboards-adding-and-config .path21:before {
  content: "\e997";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.nuv-dashboards-adding-and-config .path22:before {
  content: "\e998";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.nuv-dashboards-what-are-they .path1:before {
  content: "\e999";
  color: rgb(235, 235, 236);
}
.nuv-dashboards-what-are-they .path2:before {
  content: "\e99a";
  margin-left: -1em;
  color: rgb(166, 166, 166);
}
.nuv-dashboards-what-are-they .path3:before {
  content: "\e99b";
  margin-left: -1em;
  color: rgb(166, 166, 166);
}
.nuv-dashboards-what-are-they .path4:before {
  content: "\e99c";
  margin-left: -1em;
  color: rgb(122, 131, 139);
}
.nuv-dashboards-what-are-they .path5:before {
  content: "\e99d";
  margin-left: -1em;
  color: rgb(235, 235, 236);
}
.nuv-dashboards-what-are-they .path6:before {
  content: "\e99e";
  margin-left: -1em;
  color: rgb(211, 234, 248);
}
.nuv-dashboards-what-are-they .path7:before {
  content: "\e99f";
  margin-left: -1em;
  color: rgb(166, 166, 166);
}
.nuv-dashboards-what-are-they .path8:before {
  content: "\e9a0";
  margin-left: -1em;
  color: rgb(45, 56, 61);
}
.nuv-dashboards-what-are-they .path9:before {
  content: "\e9a1";
  margin-left: -1em;
  color: rgb(248, 196, 96);
}
.nuv-dashboards-what-are-they .path10:before {
  content: "\e9a2";
  margin-left: -1em;
  color: rgb(211, 142, 41);
}
.nuv-dashboards-what-are-they .path11:before {
  content: "\e9a3";
  margin-left: -1em;
  color: rgb(51, 116, 186);
}
.nuv-dashboards-what-are-they .path12:before {
  content: "\e9a4";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.nuv-dashboards-what-are-they .path13:before {
  content: "\e9a5";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.nuv-dashboards-what-are-they .path14:before {
  content: "\e9a6";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.nuv-dashboards-what-are-they .path15:before {
  content: "\e9a7";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.nuv-dashboards-what-are-they .path16:before {
  content: "\e9a8";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.nuv-dashboards-what-are-they .path17:before {
  content: "\e9a9";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.nuv-dashboards-what-are-they .path18:before {
  content: "\e9aa";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.nuv-dashboards-what-are-they .path19:before {
  content: "\e9ab";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.nuv-dashboards-what-are-they .path20:before {
  content: "\e9ac";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.nuv-dashboards-what-are-they .path21:before {
  content: "\e9ad";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.nuv-dashboards-what-are-they .path22:before {
  content: "\e9ae";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.nuv-dashboards-what-are-they .path23:before {
  content: "\e9af";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.nuv-dashboards-what-are-they .path24:before {
  content: "\e9b0";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.nuv-dashboards-widgets .path1:before {
  content: "\e9b1";
  color: rgb(211, 234, 248);
}
.nuv-dashboards-widgets .path2:before {
  content: "\e9b2";
  margin-left: -1em;
  color: rgb(51, 116, 186);
}
.nuv-dashboards-widgets .path3:before {
  content: "\e9b3";
  margin-left: -1em;
  color: rgb(51, 116, 186);
}
.nuv-dashboards-widgets .path4:before {
  content: "\e9b4";
  margin-left: -1em;
  color: rgb(51, 116, 186);
}
.nuv-dashboards-widgets .path5:before {
  content: "\e9b5";
  margin-left: -1em;
  color: rgb(230, 233, 237);
}
.nuv-dashboards-widgets .path6:before {
  content: "\e9b6";
  margin-left: -1em;
  color: rgb(211, 234, 248);
}
.nuv-dashboards-widgets .path7:before {
  content: "\e9b7";
  margin-left: -1em;
  color: rgb(211, 234, 248);
}
.nuv-dashboards-widgets .path8:before {
  content: "\e9b8";
  margin-left: -1em;
  color: rgb(235, 235, 236);
}
.nuv-dashboards-widgets .path9:before {
  content: "\e9b9";
  margin-left: -1em;
  color: rgb(166, 166, 166);
}
.nuv-dashboards-widgets .path10:before {
  content: "\e9ba";
  margin-left: -1em;
  color: rgb(166, 166, 166);
}
.nuv-dashboards-widgets .path11:before {
  content: "\e9bb";
  margin-left: -1em;
  color: rgb(248, 196, 96);
}
.nuv-dashboards-widgets .path12:before {
  content: "\e9bc";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.nuv-dashboards-widgets .path13:before {
  content: "\e9bd";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.nuv-dashboards-widgets .path14:before {
  content: "\e9be";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.nuv-dashboards-widgets .path15:before {
  content: "\e9bf";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.nuv-dashboards-widgets .path16:before {
  content: "\e9c0";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.nuv-dashboards-widgets .path17:before {
  content: "\e9c1";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.nuv-dashboards-widgets .path18:before {
  content: "\e9c2";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.nuv-dashboards-widgets .path19:before {
  content: "\e9c3";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.nuv-dashboards-widgets .path20:before {
  content: "\e9c4";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.nuv-dashboards-widgets .path21:before {
  content: "\e9c5";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.nuv-dashboards-widgets .path22:before {
  content: "\e9c6";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.nuv-dashboards-widgets .path23:before {
  content: "\e9c7";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.nuv-deployment-instance .path1:before {
  content: "\e9c8";
  color: rgb(166, 166, 166);
}
.nuv-deployment-instance .path2:before {
  content: "\e9c9";
  margin-left: -1em;
  color: rgb(230, 230, 230);
}
.nuv-deployment-instance .path3:before {
  content: "\e9ca";
  margin-left: -1em;
  color: rgb(235, 235, 236);
}
.nuv-deployment-instance .path4:before {
  content: "\e9cb";
  margin-left: -1em;
  color: rgb(248, 196, 96);
}
.nuv-deployment-instance .path5:before {
  content: "\e9cc";
  margin-left: -1em;
  color: rgb(248, 196, 96);
}
.nuv-deployment-instance .path6:before {
  content: "\e9cd";
  margin-left: -1em;
  color: rgb(51, 116, 186);
}
.nuv-deployment-instance .path7:before {
  content: "\e9ce";
  margin-left: -1em;
  color: rgb(51, 116, 186);
}
.nuv-deployment-instance .path8:before {
  content: "\e9cf";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.nuv-deployment-instance .path9:before {
  content: "\e9d0";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.nuv-device-config .path1:before {
  content: "\e9d1";
  color: rgb(122, 131, 139);
}
.nuv-device-config .path2:before {
  content: "\e9d2";
  margin-left: -1em;
  color: rgb(51, 116, 186);
}
.nuv-device-config .path3:before {
  content: "\e9d3";
  margin-left: -1em;
  color: rgb(255, 222, 85);
}
.nuv-device-config .path4:before {
  content: "\e9d4";
  margin-left: -1em;
  color: rgb(166, 166, 166);
}
.nuv-device-config .path5:before {
  content: "\e9d5";
  margin-left: -1em;
  color: rgb(122, 131, 139);
}
.nuv-device-config .path6:before {
  content: "\e9d6";
  margin-left: -1em;
  color: rgb(235, 235, 236);
}
.nuv-device-config .path7:before {
  content: "\e9d7";
  margin-left: -1em;
  color: rgb(235, 235, 236);
}
.nuv-device-config .path8:before {
  content: "\e9d8";
  margin-left: -1em;
  color: rgb(235, 235, 236);
}
.nuv-device-config .path9:before {
  content: "\e9d9";
  margin-left: -1em;
  color: rgb(51, 116, 186);
}
.nuv-device-config .path10:before {
  content: "\e9da";
  margin-left: -1em;
  color: rgb(51, 116, 186);
}
.nuv-device-config .path11:before {
  content: "\e9db";
  margin-left: -1em;
  color: rgb(248, 196, 96);
}
.nuv-device-config .path12:before {
  content: "\e9dc";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.nuv-device-config .path13:before {
  content: "\e9dd";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.nuv-device-config .path14:before {
  content: "\e9de";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.nuv-device-config .path15:before {
  content: "\e9df";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.nuv-device-config .path16:before {
  content: "\e9e0";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.nuv-device-config .path17:before {
  content: "\e9e1";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.nuv-device-config .path18:before {
  content: "\e9e2";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.nuv-device-config .path19:before {
  content: "\e9e3";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.nuv-device-config .path20:before {
  content: "\e9e4";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.nuv-device-config .path21:before {
  content: "\e9e5";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.nuv-device-config .path22:before {
  content: "\e9e6";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.nuv-device-config .path23:before {
  content: "\e9e7";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.nuv-device-config .path24:before {
  content: "\e9e8";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.nuv-device-config .path25:before {
  content: "\e9e9";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.nuv-device-config .path26:before {
  content: "\e9ea";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.nuv-device-groups .path1:before {
  content: "\e9eb";
  color: rgb(211, 142, 41);
}
.nuv-device-groups .path2:before {
  content: "\e9ec";
  margin-left: -1em;
  color: rgb(248, 196, 96);
}
.nuv-device-groups .path3:before {
  content: "\e9ed";
  margin-left: -1em;
  color: rgb(248, 196, 96);
}
.nuv-device-groups .path4:before {
  content: "\e9ee";
  margin-left: -1em;
  color: rgb(235, 235, 236);
}
.nuv-device-groups .path5:before {
  content: "\e9ef";
  margin-left: -1em;
  color: rgb(235, 235, 236);
}
.nuv-device-groups .path6:before {
  content: "\e9f0";
  margin-left: -1em;
  color: rgb(235, 235, 236);
}
.nuv-device-groups .path7:before {
  content: "\e9f1";
  margin-left: -1em;
  color: rgb(235, 235, 236);
}
.nuv-device-groups .path8:before {
  content: "\e9f2";
  margin-left: -1em;
  color: rgb(211, 234, 248);
}
.nuv-device-groups .path9:before {
  content: "\e9f3";
  margin-left: -1em;
  color: rgb(211, 234, 248);
}
.nuv-device-groups .path10:before {
  content: "\e9f4";
  margin-left: -1em;
  color: rgb(35, 31, 32);
}
.nuv-device-groups .path11:before {
  content: "\e9f5";
  margin-left: -1em;
  color: rgb(35, 31, 32);
}
.nuv-device-groups .path12:before {
  content: "\e9f6";
  margin-left: -1em;
  color: rgb(35, 31, 32);
}
.nuv-device-groups .path13:before {
  content: "\e9f7";
  margin-left: -1em;
  color: rgb(35, 31, 32);
}
.nuv-device-groups .path14:before {
  content: "\e9f8";
  margin-left: -1em;
  color: rgb(35, 31, 32);
}
.nuv-device-groups .path15:before {
  content: "\e9f9";
  margin-left: -1em;
  color: rgb(35, 31, 32);
}
.nuv-device-groups .path16:before {
  content: "\e9fa";
  margin-left: -1em;
  color: rgb(35, 31, 32);
}
.nuv-device-groups .path17:before {
  content: "\e9fb";
  margin-left: -1em;
  color: rgb(35, 31, 32);
}
.nuv-device-groups .path18:before {
  content: "\e9fc";
  margin-left: -1em;
  color: rgb(35, 31, 32);
}
.nuv-device-groups .path19:before {
  content: "\e9fd";
  margin-left: -1em;
  color: rgb(35, 31, 32);
}
.nuv-device-groups .path20:before {
  content: "\e9fe";
  margin-left: -1em;
  color: rgb(35, 31, 32);
}
.nuv-device-groups .path21:before {
  content: "\e9ff";
  margin-left: -1em;
  color: rgb(35, 31, 32);
}
.nuv-device-groups .path22:before {
  content: "\ea00";
  margin-left: -1em;
  color: rgb(35, 31, 32);
}
.nuv-device-groups .path23:before {
  content: "\ea01";
  margin-left: -1em;
  color: rgb(35, 31, 32);
}
.nuv-device-groups .path24:before {
  content: "\ea02";
  margin-left: -1em;
  color: rgb(35, 31, 32);
}
.nuv-device-groups .path25:before {
  content: "\ea03";
  margin-left: -1em;
  color: rgb(35, 31, 32);
}
.nuv-device-groups .path26:before {
  content: "\ea04";
  margin-left: -1em;
  color: rgb(35, 31, 32);
}
.nuv-device-model .path1:before {
  content: "\ea05";
  color: rgb(122, 131, 139);
}
.nuv-device-model .path2:before {
  content: "\ea06";
  margin-left: -1em;
  color: rgb(235, 235, 236);
}
.nuv-device-model .path3:before {
  content: "\ea07";
  margin-left: -1em;
  color: rgb(166, 166, 166);
}
.nuv-device-model .path4:before {
  content: "\ea08";
  margin-left: -1em;
  color: rgb(235, 235, 236);
}
.nuv-device-model .path5:before {
  content: "\ea09";
  margin-left: -1em;
  color: rgb(122, 131, 139);
}
.nuv-device-model .path6:before {
  content: "\ea0a";
  margin-left: -1em;
  color: rgb(166, 166, 166);
}
.nuv-device-model .path7:before {
  content: "\ea0b";
  margin-left: -1em;
  color: rgb(122, 131, 139);
}
.nuv-device-model .path8:before {
  content: "\ea0c";
  margin-left: -1em;
  color: rgb(122, 131, 139);
}
.nuv-device-model .path9:before {
  content: "\ea0d";
  margin-left: -1em;
  color: rgb(166, 166, 166);
}
.nuv-device-model .path10:before {
  content: "\ea0e";
  margin-left: -1em;
  color: rgb(166, 166, 166);
}
.nuv-device-model .path11:before {
  content: "\ea0f";
  margin-left: -1em;
  color: rgb(122, 131, 139);
}
.nuv-device-model .path12:before {
  content: "\ea10";
  margin-left: -1em;
  color: rgb(166, 166, 166);
}
.nuv-device-model .path13:before {
  content: "\ea11";
  margin-left: -1em;
  color: rgb(226, 231, 246);
}
.nuv-device-model .path14:before {
  content: "\ea12";
  margin-left: -1em;
  color: rgb(226, 231, 246);
}
.nuv-device-model .path15:before {
  content: "\ea13";
  margin-left: -1em;
  color: rgb(104, 104, 104);
}
.nuv-device-model .path16:before {
  content: "\ea14";
  margin-left: -1em;
  color: rgb(211, 234, 248);
}
.nuv-device-model .path17:before {
  content: "\ea15";
  margin-left: -1em;
  color: rgb(235, 235, 236);
}
.nuv-device-model .path18:before {
  content: "\ea16";
  margin-left: -1em;
  color: rgb(119, 119, 119);
}
.nuv-device-model .path19:before {
  content: "\ea17";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.nuv-device-model .path20:before {
  content: "\ea18";
  margin-left: -1em;
  color: rgb(248, 196, 96);
}
.nuv-device-model .path21:before {
  content: "\ea19";
  margin-left: -1em;
  color: rgb(248, 196, 96);
}
.nuv-device-model .path22:before {
  content: "\ea1a";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.nuv-device-repository .path1:before {
  content: "\ea1b";
  color: rgb(230, 233, 237);
}
.nuv-device-repository .path2:before {
  content: "\ea1c";
  margin-left: -1em;
  color: rgb(235, 235, 236);
}
.nuv-device-repository .path3:before {
  content: "\ea1d";
  margin-left: -1em;
  color: rgb(204, 209, 217);
}
.nuv-device-repository .path4:before {
  content: "\ea1e";
  margin-left: -1em;
  color: rgb(204, 209, 217);
}
.nuv-device-repository .path5:before {
  content: "\ea1f";
  margin-left: -1em;
  color: rgb(235, 235, 236);
}
.nuv-device-repository .path6:before {
  content: "\ea20";
  margin-left: -1em;
  color: rgb(101, 109, 120);
}
.nuv-device-repository .path7:before {
  content: "\ea21";
  margin-left: -1em;
  color: rgb(230, 233, 237);
}
.nuv-device-repository .path8:before {
  content: "\ea22";
  margin-left: -1em;
  color: rgb(230, 233, 237);
}
.nuv-device-repository .path9:before {
  content: "\ea23";
  margin-left: -1em;
  color: rgb(204, 209, 217);
}
.nuv-device-repository .path10:before {
  content: "\ea24";
  margin-left: -1em;
  color: rgb(235, 235, 236);
}
.nuv-device-repository .path11:before {
  content: "\ea25";
  margin-left: -1em;
  color: rgb(211, 142, 41);
}
.nuv-device-repository .path12:before {
  content: "\ea26";
  margin-left: -1em;
  color: rgb(248, 196, 96);
}
.nuv-device-repository .path13:before {
  content: "\ea27";
  margin-left: -1em;
  color: rgb(204, 209, 217);
}
.nuv-device-repository .path14:before {
  content: "\ea28";
  margin-left: -1em;
  color: rgb(230, 233, 237);
}
.nuv-device-repository .path15:before {
  content: "\ea29";
  margin-left: -1em;
  color: rgb(235, 235, 236);
}
.nuv-device-repository .path16:before {
  content: "\ea2a";
  margin-left: -1em;
  color: rgb(101, 109, 120);
}
.nuv-device-repository .path17:before {
  content: "\ea2b";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.nuv-device-repository .path18:before {
  content: "\ea2c";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.nuv-device-repository .path19:before {
  content: "\ea2d";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.nuv-device-repository .path20:before {
  content: "\ea2e";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.nuv-device-repository .path21:before {
  content: "\ea2f";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.nuv-device-repository .path22:before {
  content: "\ea30";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.nuv-device-repository .path23:before {
  content: "\ea31";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.nuv-device-repository .path24:before {
  content: "\ea32";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.nuv-device-repository .path25:before {
  content: "\ea33";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.nuv-device-repository .path26:before {
  content: "\ea34";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.nuv-device-repository .path27:before {
  content: "\ea35";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.nuv-device-repository .path28:before {
  content: "\ea36";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.nuv-device-repository .path29:before {
  content: "\ea37";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.nuv-device-repository .path30:before {
  content: "\ea38";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.nuv-device-repository .path31:before {
  content: "\ea39";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.nuv-device-repository .path32:before {
  content: "\ea3a";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.nuv-device-repository .path33:before {
  content: "\ea3b";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.nuv-device-repository .path34:before {
  content: "\ea3c";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.nuv-device-repository .path35:before {
  content: "\ea3d";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.nuv-device-repository .path36:before {
  content: "\ea3e";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.nuv-device-repository .path37:before {
  content: "\ea3f";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.nuv-device-repository .path38:before {
  content: "\ea40";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.nuv-device-repository .path39:before {
  content: "\ea41";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.nuv-device-repository .path40:before {
  content: "\ea42";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.nuv-device-repository .path41:before {
  content: "\ea43";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.nuv-device-repository .path42:before {
  content: "\ea44";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.nuv-device-repository .path43:before {
  content: "\ea45";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.nuv-device-repository .path44:before {
  content: "\ea46";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.nuv-device-repository .path45:before {
  content: "\ea47";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.nuv-device-repository .path46:before {
  content: "\ea48";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.nuv-device-repository .path47:before {
  content: "\ea49";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.nuv-device-repository .path48:before {
  content: "\ea4a";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.nuv-device-repository .path49:before {
  content: "\ea4b";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.nuv-device-workflow .path1:before {
  content: "\ea4c";
  color: rgb(166, 166, 166);
}
.nuv-device-workflow .path2:before {
  content: "\ea4d";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.nuv-device-workflow .path3:before {
  content: "\ea4e";
  margin-left: -1em;
  color: rgb(24, 54, 81);
}
.nuv-device-workflow .path4:before {
  content: "\ea4f";
  margin-left: -1em;
  color: rgb(24, 54, 81);
}
.nuv-device-workflow .path5:before {
  content: "\ea50";
  margin-left: -1em;
  color: rgb(24, 54, 81);
}
.nuv-device-workflow .path6:before {
  content: "\ea51";
  margin-left: -1em;
  color: rgb(24, 54, 81);
}
.nuv-device-workflow .path7:before {
  content: "\ea52";
  margin-left: -1em;
  color: rgb(24, 54, 81);
}
.nuv-device-workflow .path8:before {
  content: "\ea53";
  margin-left: -1em;
  color: rgb(24, 54, 81);
}
.nuv-device-workflow .path9:before {
  content: "\ea54";
  margin-left: -1em;
  color: rgb(24, 54, 81);
}
.nuv-device-workflow .path10:before {
  content: "\ea55";
  margin-left: -1em;
  color: rgb(211, 142, 41);
}
.nuv-device-workflow .path11:before {
  content: "\ea56";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.nuv-device-workflow .path12:before {
  content: "\ea57";
  margin-left: -1em;
  color: rgb(24, 54, 81);
}
.nuv-device-workflow .path13:before {
  content: "\ea58";
  margin-left: -1em;
  color: rgb(24, 54, 81);
}
.nuv-device-workflow .path14:before {
  content: "\ea59";
  margin-left: -1em;
  color: rgb(24, 54, 81);
}
.nuv-device-workflow .path15:before {
  content: "\ea5a";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.nuv-device-workflow .path16:before {
  content: "\ea5b";
  margin-left: -1em;
  color: rgb(24, 54, 81);
}
.nuv-device-workflow .path17:before {
  content: "\ea5c";
  margin-left: -1em;
  color: rgb(51, 116, 186);
}
.nuv-device-workflow .path18:before {
  content: "\ea5d";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.nuv-device-workflow .path19:before {
  content: "\ea5e";
  margin-left: -1em;
  color: rgb(24, 54, 81);
}
.nuv-device-workflow .path20:before {
  content: "\ea5f";
  margin-left: -1em;
  color: rgb(51, 116, 186);
}
.nuv-device-workflow .path21:before {
  content: "\ea60";
  margin-left: -1em;
  color: rgb(235, 235, 236);
}
.nuv-device-workflow .path22:before {
  content: "\ea61";
  margin-left: -1em;
  color: rgb(24, 54, 81);
}
.nuv-device-workflow .path23:before {
  content: "\ea62";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.nuv-device-workflow .path24:before {
  content: "\ea63";
  margin-left: -1em;
  color: rgb(24, 54, 81);
}
.nuv-device-workflow .path25:before {
  content: "\ea64";
  margin-left: -1em;
  color: rgb(251, 189, 94);
}
.nuv-error-codes-notifications .path1:before {
  content: "\ea65";
  color: rgb(122, 131, 139);
}
.nuv-error-codes-notifications .path2:before {
  content: "\ea66";
  margin-left: -1em;
  color: rgb(235, 235, 236);
}
.nuv-error-codes-notifications .path3:before {
  content: "\ea67";
  margin-left: -1em;
  color: rgb(125, 141, 156);
}
.nuv-error-codes-notifications .path4:before {
  content: "\ea68";
  margin-left: -1em;
  color: rgb(122, 131, 139);
}
.nuv-error-codes-notifications .path5:before {
  content: "\ea69";
  margin-left: -1em;
  color: rgb(166, 166, 166);
}
.nuv-error-codes-notifications .path6:before {
  content: "\ea6a";
  margin-left: -1em;
  color: rgb(221, 62, 70);
}
.nuv-error-codes-notifications .path7:before {
  content: "\ea6b";
  margin-left: -1em;
  color: rgb(221, 62, 70);
}
.nuv-error-codes-notifications .path8:before {
  content: "\ea6c";
  margin-left: -1em;
  color: rgb(221, 62, 70);
}
.nuv-error-codes-notifications .path9:before {
  content: "\ea6d";
  margin-left: -1em;
  color: rgb(166, 166, 166);
}
.nuv-error-codes-notifications .path10:before {
  content: "\ea6e";
  margin-left: -1em;
  color: rgb(248, 196, 96);
}
.nuv-error-codes-notifications .path11:before {
  content: "\ea6f";
  margin-left: -1em;
  color: rgb(211, 142, 41);
}
.nuv-error-codes-notifications .path12:before {
  content: "\ea70";
  margin-left: -1em;
  color: rgb(45, 117, 187);
}
.nuv-error-codes-notifications .path13:before {
  content: "\ea71";
  margin-left: -1em;
  color: rgb(45, 117, 187);
}
.nuv-error-codes-notifications .path14:before {
  content: "\ea72";
  margin-left: -1em;
  color: rgb(45, 117, 187);
}
.nuv-error-codes-notifications .path15:before {
  content: "\ea73";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.nuv-error-codes-notifications .path16:before {
  content: "\ea74";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.nuv-error-codes-notifications .path17:before {
  content: "\ea75";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.nuv-error-codes-notifications .path18:before {
  content: "\ea76";
  margin-left: -1em;
  color: rgb(255, 215, 130);
}
.nuv-error-codes-notifications .path19:before {
  content: "\ea77";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.nuv-error-codes-notifications .path20:before {
  content: "\ea78";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.nuv-error-codes-notifications .path21:before {
  content: "\ea79";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.nuv-error-codes-notifications .path22:before {
  content: "\ea7a";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.nuv-error-codes-notifications .path23:before {
  content: "\ea7b";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.nuv-error-codes-notifications .path24:before {
  content: "\ea7c";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.nuv-error-codes-notifications .path25:before {
  content: "\ea7d";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.nuv-error-codes-notifications .path26:before {
  content: "\ea7e";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.nuv-error-codes-notifications .path27:before {
  content: "\ea7f";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.nuv-error-codes-notifications .path28:before {
  content: "\ea80";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.nuv-error-codes-notifications .path29:before {
  content: "\ea81";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.nuv-error-codes-notifications .path30:before {
  content: "\ea82";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.nuv-error-handling .path1:before {
  content: "\ea83";
  color: rgb(235, 235, 236);
}
.nuv-error-handling .path2:before {
  content: "\ea84";
  margin-left: -1em;
  color: rgb(248, 196, 96);
}
.nuv-error-handling .path3:before {
  content: "\ea85";
  margin-left: -1em;
  color: rgb(211, 142, 41);
}
.nuv-error-handling .path4:before {
  content: "\ea86";
  margin-left: -1em;
  color: rgb(91, 77, 87);
}
.nuv-error-handling .path5:before {
  content: "\ea87";
  margin-left: -1em;
  color: rgb(91, 77, 87);
}
.nuv-error-handling .path6:before {
  content: "\ea88";
  margin-left: -1em;
  color: rgb(51, 51, 51);
}
.nuv-error-handling .path7:before {
  content: "\ea89";
  margin-left: -1em;
  color: rgb(51, 51, 51);
}
.nuv-error-handling .path8:before {
  content: "\ea8a";
  margin-left: -1em;
  color: rgb(51, 51, 51);
}
.nuv-error-handling .path9:before {
  content: "\ea8b";
  margin-left: -1em;
  color: rgb(51, 51, 51);
}
.nuv-error-handling .path10:before {
  content: "\ea8c";
  margin-left: -1em;
  color: rgb(51, 51, 51);
}
.nuv-error-handling .path11:before {
  content: "\ea8d";
  margin-left: -1em;
  color: rgb(51, 51, 51);
}
.nuv-error-handling .path12:before {
  content: "\ea8e";
  margin-left: -1em;
  color: rgb(51, 51, 51);
}
.nuv-error-handling .path13:before {
  content: "\ea8f";
  margin-left: -1em;
  color: rgb(51, 51, 51);
}
.nuv-error-handling .path14:before {
  content: "\ea90";
  margin-left: -1em;
  color: rgb(51, 51, 51);
}
.nuv-error-handling .path15:before {
  content: "\ea91";
  margin-left: -1em;
  color: rgb(51, 51, 51);
}
.nuv-error-handling .path16:before {
  content: "\ea92";
  margin-left: -1em;
  color: rgb(51, 51, 51);
}
.nuv-error-handling .path17:before {
  content: "\ea93";
  margin-left: -1em;
  color: rgb(51, 51, 51);
}
.nuv-error-handling .path18:before {
  content: "\ea94";
  margin-left: -1em;
  color: rgb(51, 51, 51);
}
.nuv-error-handling .path19:before {
  content: "\ea95";
  margin-left: -1em;
  color: rgb(51, 51, 51);
}
.nuv-error-handling .path20:before {
  content: "\ea96";
  margin-left: -1em;
  color: rgb(51, 51, 51);
}
.nuv-error-handling .path21:before {
  content: "\ea97";
  margin-left: -1em;
  color: rgb(51, 51, 51);
}
.nuv-error-handling .path22:before {
  content: "\ea98";
  margin-left: -1em;
  color: rgb(51, 51, 51);
}
.nuv-error-handling .path23:before {
  content: "\ea99";
  margin-left: -1em;
  color: rgb(51, 51, 51);
}
.nuv-error-handling .path24:before {
  content: "\ea9a";
  margin-left: -1em;
  color: rgb(51, 51, 51);
}
.nuv-field-service-light .path1:before {
  content: "\ea9b";
  color: rgb(211, 143, 41);
}
.nuv-field-service-light .path2:before {
  content: "\ea9c";
  margin-left: -1em;
  color: rgb(167, 166, 166);
}
.nuv-field-service-light .path3:before {
  content: "\ea9d";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.nuv-field-service-light .path4:before {
  content: "\ea9e";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.nuv-field-service-light-configuring .path1:before {
  content: "\ea9f";
  color: rgb(235, 235, 236);
}
.nuv-field-service-light-configuring .path2:before {
  content: "\eaa0";
  margin-left: -1em;
  color: rgb(122, 131, 140);
}
.nuv-field-service-light-configuring .path3:before {
  content: "\eaa1";
  margin-left: -1em;
  color: rgb(211, 233, 248);
}
.nuv-field-service-light-configuring .path4:before {
  content: "\eaa2";
  margin-left: -1em;
  color: rgb(248, 196, 96);
}
.nuv-field-service-light-configuring .path5:before {
  content: "\eaa3";
  margin-left: -1em;
  color: rgb(248, 196, 96);
}
.nuv-field-service-light-configuring .path6:before {
  content: "\eaa4";
  margin-left: -1em;
  color: rgb(248, 196, 96);
}
.nuv-field-service-light-configuring .path7:before {
  content: "\eaa5";
  margin-left: -1em;
  color: rgb(53, 117, 187);
}
.nuv-field-service-light-configuring .path8:before {
  content: "\eaa6";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.nuv-field-service-light-configuring .path9:before {
  content: "\eaa7";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.nuv-field-service-light-configuring .path10:before {
  content: "\eaa8";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.nuv-field-service-light-configuring .path11:before {
  content: "\eaa9";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.nuv-field-service-light-configuring .path12:before {
  content: "\eaaa";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.nuv-field-service-light-configuring .path13:before {
  content: "\eaab";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.nuv-field-service-light-configuring .path14:before {
  content: "\eaac";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.nuv-field-service-light-configuring .path15:before {
  content: "\eaad";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.nuv-field-service-light-configuring .path16:before {
  content: "\eaae";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.nuv-field-service-light-configuring .path17:before {
  content: "\eaaf";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.nuv-field-service-lite-managing-tix .path1:before {
  content: "\eab0";
  color: rgb(167, 166, 166);
}
.nuv-field-service-lite-managing-tix .path2:before {
  content: "\eab1";
  margin-left: -1em;
  color: rgb(167, 166, 166);
}
.nuv-field-service-lite-managing-tix .path3:before {
  content: "\eab2";
  margin-left: -1em;
  color: rgb(235, 235, 236);
}
.nuv-field-service-lite-managing-tix .path4:before {
  content: "\eab3";
  margin-left: -1em;
  color: rgb(122, 131, 140);
}
.nuv-field-service-lite-managing-tix .path5:before {
  content: "\eab4";
  margin-left: -1em;
  color: rgb(122, 131, 140);
}
.nuv-field-service-lite-managing-tix .path6:before {
  content: "\eab5";
  margin-left: -1em;
  color: rgb(122, 131, 140);
}
.nuv-field-service-lite-managing-tix .path7:before {
  content: "\eab6";
  margin-left: -1em;
  color: rgb(53, 117, 187);
}
.nuv-field-service-lite-managing-tix .path8:before {
  content: "\eab7";
  margin-left: -1em;
  color: rgb(211, 233, 248);
}
.nuv-field-service-lite-managing-tix .path9:before {
  content: "\eab8";
  margin-left: -1em;
  color: rgb(248, 196, 96);
}
.nuv-field-service-lite-managing-tix .path10:before {
  content: "\eab9";
  margin-left: -1em;
  color: rgb(211, 143, 41);
}
.nuv-field-service-lite-managing-tix .path11:before {
  content: "\eaba";
  margin-left: -1em;
  color: rgb(211, 143, 41);
}
.nuv-field-service-lite-managing-tix .path12:before {
  content: "\eabb";
  margin-left: -1em;
  color: rgb(211, 143, 41);
}
.nuv-field-service-lite-managing-tix .path13:before {
  content: "\eabc";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.nuv-field-service-lite-managing-tix .path14:before {
  content: "\eabd";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.nuv-field-service-lite-managing-tix .path15:before {
  content: "\eabe";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.nuv-field-service-lite-managing-tix .path16:before {
  content: "\eabf";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.nuv-field-service-lite-managing-tix .path17:before {
  content: "\eac0";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.nuv-field-service-lite-managing-tix .path18:before {
  content: "\eac1";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.nuv-field-service-lite-managing-tix .path19:before {
  content: "\eac2";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.nuv-field-service-lite-managing-tix .path20:before {
  content: "\eac3";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.nuv-field-service-lite-managing-tix .path21:before {
  content: "\eac4";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.nuv-firmward-over-the-air-updates .path1:before {
  content: "\eac5";
  color: rgb(235, 235, 236);
}
.nuv-firmward-over-the-air-updates .path2:before {
  content: "\eac6";
  margin-left: -1em;
  color: rgb(167, 166, 166);
}
.nuv-firmward-over-the-air-updates .path3:before {
  content: "\eac7";
  margin-left: -1em;
  color: rgb(211, 233, 248);
}
.nuv-firmward-over-the-air-updates .path4:before {
  content: "\eac8";
  margin-left: -1em;
  color: rgb(248, 196, 96);
}
.nuv-firmward-over-the-air-updates .path5:before {
  content: "\eac9";
  margin-left: -1em;
  color: rgb(211, 233, 248);
}
.nuv-firmward-over-the-air-updates .path6:before {
  content: "\eaca";
  margin-left: -1em;
  color: rgb(211, 233, 248);
}
.nuv-firmward-over-the-air-updates .path7:before {
  content: "\eacb";
  margin-left: -1em;
  color: rgb(211, 233, 248);
}
.nuv-firmward-over-the-air-updates .path8:before {
  content: "\eacc";
  margin-left: -1em;
  color: rgb(248, 196, 96);
}
.nuv-firmward-over-the-air-updates .path9:before {
  content: "\eacd";
  margin-left: -1em;
  color: rgb(248, 196, 96);
}
.nuv-firmward-over-the-air-updates .path10:before {
  content: "\eace";
  margin-left: -1em;
  color: rgb(248, 196, 96);
}
.nuv-firmward-over-the-air-updates .path11:before {
  content: "\eacf";
  margin-left: -1em;
  color: rgb(248, 196, 96);
}
.nuv-firmward-over-the-air-updates .path12:before {
  content: "\ead0";
  margin-left: -1em;
  color: rgb(248, 196, 96);
}
.nuv-firmward-over-the-air-updates .path13:before {
  content: "\ead1";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.nuv-firmward-over-the-air-updates .path14:before {
  content: "\ead2";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.nuv-firmward-over-the-air-updates .path15:before {
  content: "\ead3";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.nuv-firmward-over-the-air-updates .path16:before {
  content: "\ead4";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.nuv-firmward-over-the-air-updates .path17:before {
  content: "\ead5";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.nuv-firmward-over-the-air-updates .path18:before {
  content: "\ead6";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.nuv-firmward-over-the-air-updates .path19:before {
  content: "\ead7";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.nuv-firmward-over-the-air-updates .path20:before {
  content: "\ead8";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.nuv-firmward-over-the-air-updates .path21:before {
  content: "\ead9";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.nuv-firmward-over-the-air-updates .path22:before {
  content: "\eada";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.nuv-firmward-over-the-air-updates .path23:before {
  content: "\eadb";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.nuv-firmward-over-the-air-updates .path24:before {
  content: "\eadc";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.nuv-firmward-over-the-air-updates .path25:before {
  content: "\eadd";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.nuv-firmward-over-the-air-updates .path26:before {
  content: "\eade";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.nuv-firmward-over-the-air-updates .path27:before {
  content: "\eadf";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.nuv-firmward-over-the-air-updates .path28:before {
  content: "\eae0";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.nuv-firmward-over-the-air-updates .path29:before {
  content: "\eae1";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.nuv-firmward-over-the-air-updates .path30:before {
  content: "\eae2";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.nuv-firmward-over-the-air-updates .path31:before {
  content: "\eae3";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.nuv-firmward-over-the-air-updates .path32:before {
  content: "\eae4";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.nuv-firmward-over-the-air-updates .path33:before {
  content: "\eae5";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.nuv-firmward-over-the-air-updates .path34:before {
  content: "\eae6";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.nuv-firmward-over-the-air-updates .path35:before {
  content: "\eae7";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.nuv-firmward-over-the-air-updates .path36:before {
  content: "\eae8";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.nuv-firmward-over-the-air-updates .path37:before {
  content: "\eae9";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.nuv-firmward-over-the-air-updates .path38:before {
  content: "\eaea";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.nuv-firmward-over-the-air-updates .path39:before {
  content: "\eaeb";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.nuv-firmward-over-the-air-updates .path40:before {
  content: "\eaec";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.nuv-firmware .path1:before {
  content: "\eaed";
  color: rgb(235, 235, 236);
}
.nuv-firmware .path2:before {
  content: "\eaee";
  margin-left: -1em;
  color: rgb(235, 235, 236);
}
.nuv-firmware .path3:before {
  content: "\eaef";
  margin-left: -1em;
  color: rgb(248, 196, 96);
}
.nuv-firmware .path4:before {
  content: "\eaf0";
  margin-left: -1em;
  color: rgb(166, 166, 166);
}
.nuv-firmware .path5:before {
  content: "\eaf1";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.nuv-firmware .path6:before {
  content: "\eaf2";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.nuv-firmware .path7:before {
  content: "\eaf3";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.nuv-firmware .path8:before {
  content: "\eaf4";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.nuv-firmware .path9:before {
  content: "\eaf5";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.nuv-firmware .path10:before {
  content: "\eaf6";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.nuv-firmware .path11:before {
  content: "\eaf7";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.nuv-firmware .path12:before {
  content: "\eaf8";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.nuv-firmware .path13:before {
  content: "\eaf9";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.nuv-firmware .path14:before {
  content: "\eafa";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.nuv-firmware .path15:before {
  content: "\eafb";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.nuv-firmware .path16:before {
  content: "\eafc";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.nuv-firmware .path17:before {
  content: "\eafd";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.nuv-firmware .path18:before {
  content: "\eafe";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.nuv-firmware .path19:before {
  content: "\eaff";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.nuv-firmware .path20:before {
  content: "\eb00";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.nuv-firmware .path21:before {
  content: "\eb01";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.nuv-firmware .path22:before {
  content: "\eb02";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.nuv-firmware-connecting-to-nuviot .path1:before {
  content: "\eb03";
  color: rgb(235, 235, 236);
}
.nuv-firmware-connecting-to-nuviot .path2:before {
  content: "\eb04";
  margin-left: -1em;
  color: rgb(167, 166, 166);
}
.nuv-firmware-connecting-to-nuviot .path3:before {
  content: "\eb05";
  margin-left: -1em;
  color: rgb(235, 235, 236);
}
.nuv-firmware-connecting-to-nuviot .path4:before {
  content: "\eb06";
  margin-left: -1em;
  color: rgb(248, 196, 96);
}
.nuv-firmware-connecting-to-nuviot .path5:before {
  content: "\eb07";
  margin-left: -1em;
  color: rgb(248, 196, 96);
}
.nuv-firmware-connecting-to-nuviot .path6:before {
  content: "\eb08";
  margin-left: -1em;
  color: rgb(248, 196, 96);
}
.nuv-firmware-connecting-to-nuviot .path7:before {
  content: "\eb09";
  margin-left: -1em;
  color: rgb(248, 196, 96);
}
.nuv-firmware-connecting-to-nuviot .path8:before {
  content: "\eb0a";
  margin-left: -1em;
  color: rgb(248, 196, 96);
}
.nuv-firmware-connecting-to-nuviot .path9:before {
  content: "\eb0b";
  margin-left: -1em;
  color: rgb(211, 233, 248);
}
.nuv-firmware-connecting-to-nuviot .path10:before {
  content: "\eb0c";
  margin-left: -1em;
  color: rgb(211, 233, 248);
}
.nuv-firmware-connecting-to-nuviot .path11:before {
  content: "\eb0d";
  margin-left: -1em;
  color: rgb(211, 233, 248);
}
.nuv-firmware-connecting-to-nuviot .path12:before {
  content: "\eb0e";
  margin-left: -1em;
  color: rgb(211, 233, 248);
}
.nuv-firmware-connecting-to-nuviot .path13:before {
  content: "\eb0f";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.nuv-firmware-connecting-to-nuviot .path14:before {
  content: "\eb10";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.nuv-firmware-connecting-to-nuviot .path15:before {
  content: "\eb11";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.nuv-firmware-hardware-details .path1:before {
  content: "\eb12";
  color: rgb(235, 235, 236);
}
.nuv-firmware-hardware-details .path2:before {
  content: "\eb13";
  margin-left: -1em;
  color: rgb(248, 196, 96);
}
.nuv-firmware-hardware-details .path3:before {
  content: "\eb14";
  margin-left: -1em;
  color: rgb(248, 196, 96);
}
.nuv-firmware-hardware-details .path4:before {
  content: "\eb15";
  margin-left: -1em;
  color: rgb(248, 196, 96);
}
.nuv-firmware-hardware-details .path5:before {
  content: "\eb16";
  margin-left: -1em;
  color: rgb(211, 233, 248);
}
.nuv-firmware-hardware-details .path6:before {
  content: "\eb17";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.nuv-firmware-hardware-details .path7:before {
  content: "\eb18";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.nuv-firmware-hardware-details .path8:before {
  content: "\eb19";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.nuv-firmware-hardware-details .path9:before {
  content: "\eb1a";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.nuv-firmware-hardware-details .path10:before {
  content: "\eb1b";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.nuv-firmware-hardware-details .path11:before {
  content: "\eb1c";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.nuv-firmware-hardware-details .path12:before {
  content: "\eb1d";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.nuv-firmware-hardware-details .path13:before {
  content: "\eb1e";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.nuv-firmware-hardware-details .path14:before {
  content: "\eb1f";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.nuv-firmware-hardware-details .path15:before {
  content: "\eb20";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.nuv-firmware-hardware-details .path16:before {
  content: "\eb21";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.nuv-firmware-hardware-details .path17:before {
  content: "\eb22";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.nuv-firmware-libraries .path1:before {
  content: "\eb23";
  color: rgb(235, 235, 236);
}
.nuv-firmware-libraries .path2:before {
  content: "\eb24";
  margin-left: -1em;
  color: rgb(211, 233, 248);
}
.nuv-firmware-libraries .path3:before {
  content: "\eb25";
  margin-left: -1em;
  color: rgb(211, 233, 248);
}
.nuv-firmware-libraries .path4:before {
  content: "\eb26";
  margin-left: -1em;
  color: rgb(211, 233, 248);
}
.nuv-firmware-libraries .path5:before {
  content: "\eb27";
  margin-left: -1em;
  color: rgb(211, 233, 248);
}
.nuv-firmware-libraries .path6:before {
  content: "\eb28";
  margin-left: -1em;
  color: rgb(211, 233, 248);
}
.nuv-firmware-libraries .path7:before {
  content: "\eb29";
  margin-left: -1em;
  color: rgb(211, 233, 248);
}
.nuv-firmware-libraries .path8:before {
  content: "\eb2a";
  margin-left: -1em;
  color: rgb(248, 196, 96);
}
.nuv-firmware-libraries .path9:before {
  content: "\eb2b";
  margin-left: -1em;
  color: rgb(248, 196, 96);
}
.nuv-firmware-libraries .path10:before {
  content: "\eb2c";
  margin-left: -1em;
  color: rgb(248, 196, 96);
}
.nuv-firmware-libraries .path11:before {
  content: "\eb2d";
  margin-left: -1em;
  color: rgb(248, 196, 96);
}
.nuv-firmware-libraries .path12:before {
  content: "\eb2e";
  margin-left: -1em;
  color: rgb(248, 196, 96);
}
.nuv-firmware-libraries .path13:before {
  content: "\eb2f";
  margin-left: -1em;
  color: rgb(248, 196, 96);
}
.nuv-firmware-libraries .path14:before {
  content: "\eb30";
  margin-left: -1em;
  color: rgb(167, 166, 166);
}
.nuv-firmware-libraries .path15:before {
  content: "\eb31";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.nuv-firmware-libraries .path16:before {
  content: "\eb32";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.nuv-importing .path1:before {
  content: "\eb33";
  color: rgb(211, 234, 248);
}
.nuv-importing .path2:before {
  content: "\eb34";
  margin-left: -1em;
  color: rgb(51, 116, 186);
}
.nuv-importing .path3:before {
  content: "\eb35";
  margin-left: -1em;
  color: rgb(211, 234, 248);
}
.nuv-importing .path4:before {
  content: "\eb36";
  margin-left: -1em;
  color: rgb(211, 234, 248);
}
.nuv-importing .path5:before {
  content: "\eb37";
  margin-left: -1em;
  color: rgb(51, 116, 186);
}
.nuv-importing .path6:before {
  content: "\eb38";
  margin-left: -1em;
  color: rgb(211, 234, 248);
}
.nuv-importing .path7:before {
  content: "\eb39";
  margin-left: -1em;
  color: rgb(248, 196, 96);
}
.nuv-importing .path8:before {
  content: "\eb3a";
  margin-left: -1em;
  color: rgb(248, 196, 96);
}
.nuv-importing .path9:before {
  content: "\eb3b";
  margin-left: -1em;
  color: rgb(122, 131, 139);
}
.nuv-importing .path10:before {
  content: "\eb3c";
  margin-left: -1em;
  color: rgb(166, 166, 166);
}
.nuv-importing .path11:before {
  content: "\eb3d";
  margin-left: -1em;
  color: rgb(235, 235, 236);
}
.nuv-importing .path12:before {
  content: "\eb3e";
  margin-left: -1em;
  color: rgb(35, 31, 32);
}
.nuv-importing .path13:before {
  content: "\eb3f";
  margin-left: -1em;
  color: rgb(35, 31, 32);
}
.nuv-importing .path14:before {
  content: "\eb40";
  margin-left: -1em;
  color: rgb(35, 31, 32);
}
.nuv-importing .path15:before {
  content: "\eb41";
  margin-left: -1em;
  color: rgb(35, 31, 32);
}
.nuv-listener .path1:before {
  content: "\eb42";
  color: rgb(166, 166, 166);
}
.nuv-listener .path2:before {
  content: "\eb43";
  margin-left: -1em;
  color: rgb(230, 233, 237);
}
.nuv-listener .path3:before {
  content: "\eb44";
  margin-left: -1em;
  color: rgb(51, 116, 186);
}
.nuv-listener .path4:before {
  content: "\eb45";
  margin-left: -1em;
  color: rgb(51, 116, 186);
}
.nuv-listener .path5:before {
  content: "\eb46";
  margin-left: -1em;
  color: rgb(248, 196, 96);
}
.nuv-listener .path6:before {
  content: "\eb47";
  margin-left: -1em;
  color: rgb(248, 196, 96);
}
.nuv-listener .path7:before {
  content: "\eb48";
  margin-left: -1em;
  color: rgb(252, 215, 112);
}
.nuv-listener .path8:before {
  content: "\eb49";
  margin-left: -1em;
  color: rgb(252, 215, 112);
}
.nuv-listener .path9:before {
  content: "\eb4a";
  margin-left: -1em;
  color: rgb(252, 215, 112);
}
.nuv-listener .path10:before {
  content: "\eb4b";
  margin-left: -1em;
  color: rgb(211, 234, 248);
}
.nuv-listener .path11:before {
  content: "\eb4c";
  margin-left: -1em;
  color: rgb(166, 166, 166);
}
.nuv-listener .path12:before {
  content: "\eb4d";
  margin-left: -1em;
  color: rgb(166, 166, 166);
}
.nuv-listener .path13:before {
  content: "\eb4e";
  margin-left: -1em;
  color: rgb(235, 235, 236);
}
.nuv-listener .path14:before {
  content: "\eb4f";
  margin-left: -1em;
  color: rgb(235, 235, 236);
}
.nuv-listener .path15:before {
  content: "\eb50";
  margin-left: -1em;
  color: rgb(240, 208, 180);
}
.nuv-listener .path16:before {
  content: "\eb51";
  margin-left: -1em;
  color: rgb(240, 208, 180);
}
.nuv-listener .path17:before {
  content: "\eb52";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.nuv-listener .path18:before {
  content: "\eb53";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.nuv-listener .path19:before {
  content: "\eb54";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.nuv-listener .path20:before {
  content: "\eb55";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.nuv-listener .path21:before {
  content: "\eb56";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.nuv-machine-learning-anomaly-detection .path1:before {
  content: "\eb57";
  color: rgb(211, 233, 248);
}
.nuv-machine-learning-anomaly-detection .path2:before {
  content: "\eb58";
  margin-left: -1em;
  color: rgb(167, 166, 166);
}
.nuv-machine-learning-anomaly-detection .path3:before {
  content: "\eb59";
  margin-left: -1em;
  color: rgb(211, 143, 41);
}
.nuv-machine-learning-anomaly-detection .path4:before {
  content: "\eb5a";
  margin-left: -1em;
  color: rgb(248, 196, 96);
}
.nuv-machine-learning-anomaly-detection .path5:before {
  content: "\eb5b";
  margin-left: -1em;
  color: rgb(235, 235, 236);
}
.nuv-machine-learning-anomaly-detection .path6:before {
  content: "\eb5c";
  margin-left: -1em;
  color: rgb(167, 166, 166);
}
.nuv-machine-learning-anomaly-detection .path7:before {
  content: "\eb5d";
  margin-left: -1em;
  color: rgb(122, 131, 140);
}
.nuv-machine-learning-anomaly-detection .path8:before {
  content: "\eb5e";
  margin-left: -1em;
  color: rgb(167, 166, 166);
}
.nuv-machine-learning-anomaly-detection .path9:before {
  content: "\eb5f";
  margin-left: -1em;
  color: rgb(235, 235, 236);
}
.nuv-machine-learning-anomaly-detection .path10:before {
  content: "\eb60";
  margin-left: -1em;
  color: rgb(122, 131, 140);
}
.nuv-machine-learning-anomaly-detection .path11:before {
  content: "\eb61";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.nuv-machine-learning-anomaly-detection .path12:before {
  content: "\eb62";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.nuv-machine-learning-anomaly-detection .path13:before {
  content: "\eb63";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.nuv-machine-learning-anomaly-detection .path14:before {
  content: "\eb64";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.nuv-machine-learning-anomaly-detection .path15:before {
  content: "\eb65";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.nuv-machine-learning-anomaly-detection .path16:before {
  content: "\eb66";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.nuv-machine-learning-anomaly-detection .path17:before {
  content: "\eb67";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.nuv-machine-learning-anomaly-detection .path18:before {
  content: "\eb68";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.nuv-machine-learning-anomaly-detection .path19:before {
  content: "\eb69";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.nuv-machine-learning-anomaly-detection .path20:before {
  content: "\eb6a";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.nuv-machine-learning-anomaly-detection .path21:before {
  content: "\eb6b";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.nuv-machine-learning-anomaly-detection .path22:before {
  content: "\eb6c";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.nuv-machine-learning-anomaly-detection .path23:before {
  content: "\eb6d";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.nuv-machine-learning-anomaly-detection .path24:before {
  content: "\eb6e";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.nuv-machine-learning-anomaly-detection .path25:before {
  content: "\eb6f";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.nuv-machine-learning-image-detection .path1:before {
  content: "\eb70";
  color: rgb(167, 166, 166);
}
.nuv-machine-learning-image-detection .path2:before {
  content: "\eb71";
  margin-left: -1em;
  color: rgb(122, 131, 140);
}
.nuv-machine-learning-image-detection .path3:before {
  content: "\eb72";
  margin-left: -1em;
  color: rgb(235, 235, 236);
}
.nuv-machine-learning-image-detection .path4:before {
  content: "\eb73";
  margin-left: -1em;
  color: rgb(53, 117, 187);
}
.nuv-machine-learning-image-detection .path5:before {
  content: "\eb74";
  margin-left: -1em;
  color: rgb(235, 235, 236);
}
.nuv-machine-learning-image-detection .path6:before {
  content: "\eb75";
  margin-left: -1em;
  color: rgb(167, 166, 166);
}
.nuv-machine-learning-image-detection .path7:before {
  content: "\eb76";
  margin-left: -1em;
  color: rgb(167, 166, 166);
}
.nuv-machine-learning-image-detection .path8:before {
  content: "\eb77";
  margin-left: -1em;
  color: rgb(248, 196, 96);
}
.nuv-machine-learning-image-detection .path9:before {
  content: "\eb78";
  margin-left: -1em;
  color: rgb(211, 143, 41);
}
.nuv-machine-learning-image-detection .path10:before {
  content: "\eb79";
  margin-left: -1em;
  color: rgb(211, 143, 41);
}
.nuv-machine-learning-image-detection .path11:before {
  content: "\eb7a";
  margin-left: -1em;
  color: rgb(211, 233, 248);
}
.nuv-machine-learning-image-detection .path12:before {
  content: "\eb7b";
  margin-left: -1em;
  color: rgb(248, 196, 96);
}
.nuv-machine-learning-image-detection .path13:before {
  content: "\eb7c";
  margin-left: -1em;
  color: rgb(248, 196, 96);
}
.nuv-machine-learning-image-detection .path14:before {
  content: "\eb7d";
  margin-left: -1em;
  color: rgb(211, 233, 248);
}
.nuv-machine-learning-image-detection .path15:before {
  content: "\eb7e";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.nuv-machine-learning-image-detection .path16:before {
  content: "\eb7f";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.nuv-machine-learning-image-detection .path17:before {
  content: "\eb80";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.nuv-machine-learning-image-detection .path18:before {
  content: "\eb81";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.nuv-machine-learning-image-detection .path19:before {
  content: "\eb82";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.nuv-machine-learning-image-detection .path20:before {
  content: "\eb83";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.nuv-machine-learning-image-detection .path21:before {
  content: "\eb84";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.nuv-machine-learning-model-management .path1:before {
  content: "\eb85";
  color: rgb(166, 166, 166);
}
.nuv-machine-learning-model-management .path2:before {
  content: "\eb86";
  margin-left: -1em;
  color: rgb(204, 204, 204);
}
.nuv-machine-learning-model-management .path3:before {
  content: "\eb87";
  margin-left: -1em;
  color: rgb(242, 242, 242);
}
.nuv-machine-learning-model-management .path4:before {
  content: "\eb88";
  margin-left: -1em;
  color: rgb(211, 142, 41);
}
.nuv-machine-learning-model-management .path5:before {
  content: "\eb89";
  margin-left: -1em;
  color: rgb(240, 174, 66);
}
.nuv-machine-learning-model-management .path6:before {
  content: "\eb8a";
  margin-left: -1em;
  color: rgb(211, 234, 248);
}
.nuv-machine-learning-model-management .path7:before {
  content: "\eb8b";
  margin-left: -1em;
  color: rgb(204, 204, 204);
}
.nuv-machine-learning-model-management .path8:before {
  content: "\eb8c";
  margin-left: -1em;
  color: rgb(204, 204, 204);
}
.nuv-machine-learning-model-management .path9:before {
  content: "\eb8d";
  margin-left: -1em;
  color: rgb(147, 147, 147);
}
.nuv-machine-learning-model-management .path10:before {
  content: "\eb8e";
  margin-left: -1em;
  color: rgb(204, 204, 204);
}
.nuv-machine-learning-model-management .path11:before {
  content: "\eb8f";
  margin-left: -1em;
  color: rgb(204, 204, 204);
}
.nuv-machine-learning-model-management .path12:before {
  content: "\eb90";
  margin-left: -1em;
  color: rgb(147, 147, 147);
}
.nuv-machine-learning-model-management .path13:before {
  content: "\eb91";
  margin-left: -1em;
  color: rgb(147, 147, 147);
}
.nuv-machine-learning-model-management .path14:before {
  content: "\eb92";
  margin-left: -1em;
  color: rgb(147, 147, 147);
}
.nuv-machine-learning-model-management .path15:before {
  content: "\eb93";
  margin-left: -1em;
  color: rgb(213, 136, 62);
}
.nuv-machine-learning-model-management .path16:before {
  content: "\eb94";
  margin-left: -1em;
  color: rgb(252, 231, 151);
}
.nuv-machine-learning-model-management .path17:before {
  content: "\eb95";
  margin-left: -1em;
  color: rgb(248, 196, 96);
}
.nuv-machine-learning-model-management .path18:before {
  content: "\eb96";
  margin-left: -1em;
  color: rgb(248, 196, 96);
}
.nuv-machine-learning-model-management .path19:before {
  content: "\eb97";
  margin-left: -1em;
  color: rgb(248, 196, 96);
}
.nuv-machine-learning-model-management .path20:before {
  content: "\eb98";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.nuv-machine-learning-model-management .path21:before {
  content: "\eb99";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.nuv-machine-learning-model-management .path22:before {
  content: "\eb9a";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.nuv-machine-learning-model-management .path23:before {
  content: "\eb9b";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.nuv-machine-learning-model-management .path24:before {
  content: "\eb9c";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.nuv-machine-learning-model-management .path25:before {
  content: "\eb9d";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.nuv-machine-learning-model-management .path26:before {
  content: "\eb9e";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.nuv-machine-learning-model-management .path27:before {
  content: "\eb9f";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.nuv-machine-learning-model-management .path28:before {
  content: "\eba0";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.nuv-machine-learning-model-management .path29:before {
  content: "\eba1";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.nuv-message-definition .path1:before {
  content: "\eba2";
  color: rgb(166, 166, 166);
}
.nuv-message-definition .path2:before {
  content: "\eba3";
  margin-left: -1em;
  color: rgb(242, 242, 242);
}
.nuv-message-definition .path3:before {
  content: "\eba4";
  margin-left: -1em;
  color: rgb(242, 242, 242);
}
.nuv-message-definition .path4:before {
  content: "\eba5";
  margin-left: -1em;
  color: rgb(122, 131, 139);
}
.nuv-message-definition .path5:before {
  content: "\eba6";
  margin-left: -1em;
  color: rgb(122, 131, 139);
}
.nuv-message-definition .path6:before {
  content: "\eba7";
  margin-left: -1em;
  color: rgb(166, 166, 166);
}
.nuv-message-definition .path7:before {
  content: "\eba8";
  margin-left: -1em;
  color: rgb(181, 181, 181);
}
.nuv-message-definition .path8:before {
  content: "\eba9";
  margin-left: -1em;
  color: rgb(122, 131, 139);
}
.nuv-message-definition .path9:before {
  content: "\ebaa";
  margin-left: -1em;
  color: rgb(235, 235, 236);
}
.nuv-message-definition .path10:before {
  content: "\ebab";
  margin-left: -1em;
  color: rgb(242, 242, 242);
}
.nuv-message-definition .path11:before {
  content: "\ebac";
  margin-left: -1em;
  color: rgb(242, 242, 242);
}
.nuv-message-definition .path12:before {
  content: "\ebad";
  margin-left: -1em;
  color: rgb(242, 242, 242);
}
.nuv-message-definition .path13:before {
  content: "\ebae";
  margin-left: -1em;
  color: rgb(242, 242, 242);
}
.nuv-message-definition .path14:before {
  content: "\ebaf";
  margin-left: -1em;
  color: rgb(166, 166, 166);
}
.nuv-message-definition .path15:before {
  content: "\ebb0";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.nuv-message-definition .path16:before {
  content: "\ebb1";
  margin-left: -1em;
  color: rgb(248, 196, 96);
}
.nuv-message-definition .path17:before {
  content: "\ebb2";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.nuv-message-definition .path18:before {
  content: "\ebb3";
  margin-left: -1em;
  color: rgb(51, 116, 186);
}
.nuv-message-definition .path19:before {
  content: "\ebb4";
  margin-left: -1em;
  color: rgb(51, 116, 186);
}
.nuv-message-definition .path20:before {
  content: "\ebb5";
  margin-left: -1em;
  color: rgb(51, 116, 186);
}
.nuv-message-route .path1:before {
  content: "\ebb6";
  color: rgb(122, 131, 139);
}
.nuv-message-route .path2:before {
  content: "\ebb7";
  margin-left: -1em;
  color: rgb(59, 88, 146);
}
.nuv-message-route .path3:before {
  content: "\ebb8";
  margin-left: -1em;
  color: rgb(211, 234, 248);
}
.nuv-message-route .path4:before {
  content: "\ebb9";
  margin-left: -1em;
  color: rgb(166, 166, 166);
}
.nuv-message-route .path5:before {
  content: "\ebba";
  margin-left: -1em;
  color: rgb(235, 235, 236);
}
.nuv-message-route .path6:before {
  content: "\ebbb";
  margin-left: -1em;
  color: rgb(122, 131, 139);
}
.nuv-message-route .path7:before {
  content: "\ebbc";
  margin-left: -1em;
  color: rgb(33, 61, 104);
}
.nuv-message-route .path8:before {
  content: "\ebbd";
  margin-left: -1em;
  color: rgb(235, 235, 236);
}
.nuv-message-route .path9:before {
  content: "\ebbe";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.nuv-message-route .path10:before {
  content: "\ebbf";
  margin-left: -1em;
  color: rgb(235, 235, 236);
}
.nuv-message-route .path11:before {
  content: "\ebc0";
  margin-left: -1em;
  color: rgb(211, 234, 248);
}
.nuv-message-route .path12:before {
  content: "\ebc1";
  margin-left: -1em;
  color: rgb(248, 196, 96);
}
.nuv-message-route .path13:before {
  content: "\ebc2";
  margin-left: -1em;
  color: rgb(59, 88, 146);
}
.nuv-message-route .path14:before {
  content: "\ebc3";
  margin-left: -1em;
  color: rgb(59, 88, 146);
}
.nuv-message-route .path15:before {
  content: "\ebc4";
  margin-left: -1em;
  color: rgb(59, 88, 146);
}
.nuv-message-route .path16:before {
  content: "\ebc5";
  margin-left: -1em;
  color: rgb(248, 196, 96);
}
.nuv-message-route .path17:before {
  content: "\ebc6";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.nuv-message-route .path18:before {
  content: "\ebc7";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.nuv-message-route .path19:before {
  content: "\ebc8";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.nuv-ml-workbench .path1:before {
  content: "\ebc9";
  color: rgb(235, 235, 236);
}
.nuv-ml-workbench .path2:before {
  content: "\ebca";
  margin-left: -1em;
  color: rgb(166, 166, 166);
}
.nuv-ml-workbench .path3:before {
  content: "\ebcb";
  margin-left: -1em;
  color: rgb(166, 166, 166);
}
.nuv-ml-workbench .path4:before {
  content: "\ebcc";
  margin-left: -1em;
  color: rgb(122, 131, 139);
}
.nuv-ml-workbench .path5:before {
  content: "\ebcd";
  margin-left: -1em;
  color: rgb(166, 166, 166);
}
.nuv-ml-workbench .path6:before {
  content: "\ebce";
  margin-left: -1em;
  color: rgb(166, 166, 166);
}
.nuv-ml-workbench .path7:before {
  content: "\ebcf";
  margin-left: -1em;
  color: rgb(93, 105, 114);
}
.nuv-ml-workbench .path8:before {
  content: "\ebd0";
  margin-left: -1em;
  color: rgb(211, 234, 248);
}
.nuv-ml-workbench .path9:before {
  content: "\ebd1";
  margin-left: -1em;
  color: rgb(51, 116, 186);
}
.nuv-ml-workbench .path10:before {
  content: "\ebd2";
  margin-left: -1em;
  color: rgb(211, 142, 41);
}
.nuv-ml-workbench .path11:before {
  content: "\ebd3";
  margin-left: -1em;
  color: rgb(211, 142, 41);
}
.nuv-ml-workbench .path12:before {
  content: "\ebd4";
  margin-left: -1em;
  color: rgb(211, 142, 41);
}
.nuv-ml-workbench .path13:before {
  content: "\ebd5";
  margin-left: -1em;
  color: rgb(211, 142, 41);
}
.nuv-ml-workbench .path14:before {
  content: "\ebd6";
  margin-left: -1em;
  color: rgb(248, 196, 96);
}
.nuv-ml-workbench .path15:before {
  content: "\ebd7";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.nuv-ml-workbench .path16:before {
  content: "\ebd8";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.nuv-online-chat .path1:before {
  content: "\ebd9";
  color: rgb(167, 166, 166);
}
.nuv-online-chat .path2:before {
  content: "\ebda";
  margin-left: -1em;
  color: rgb(122, 131, 140);
}
.nuv-online-chat .path3:before {
  content: "\ebdb";
  margin-left: -1em;
  color: rgb(235, 235, 236);
}
.nuv-online-chat .path4:before {
  content: "\ebdc";
  margin-left: -1em;
  color: rgb(235, 235, 236);
}
.nuv-online-chat .path5:before {
  content: "\ebdd";
  margin-left: -1em;
  color: rgb(248, 196, 96);
}
.nuv-online-chat .path6:before {
  content: "\ebde";
  margin-left: -1em;
  color: rgb(211, 233, 248);
}
.nuv-online-chat .path7:before {
  content: "\ebdf";
  margin-left: -1em;
  color: rgb(248, 196, 96);
}
.nuv-online-chat .path8:before {
  content: "\ebe0";
  margin-left: -1em;
  color: rgb(248, 196, 96);
}
.nuv-online-chat .path9:before {
  content: "\ebe1";
  margin-left: -1em;
  color: rgb(248, 196, 96);
}
.nuv-online-chat .path10:before {
  content: "\ebe2";
  margin-left: -1em;
  color: rgb(248, 196, 96);
}
.nuv-online-chat .path11:before {
  content: "\ebe3";
  margin-left: -1em;
  color: rgb(248, 196, 96);
}
.nuv-online-chat .path12:before {
  content: "\ebe4";
  margin-left: -1em;
  color: rgb(248, 196, 96);
}
.nuv-online-chat .path13:before {
  content: "\ebe5";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.nuv-planner .path1:before {
  content: "\ebe6";
  color: rgb(235, 235, 236);
}
.nuv-planner .path2:before {
  content: "\ebe7";
  margin-left: -1em;
  color: rgb(122, 131, 139);
}
.nuv-planner .path3:before {
  content: "\ebe8";
  margin-left: -1em;
  color: rgb(235, 235, 236);
}
.nuv-planner .path4:before {
  content: "\ebe9";
  margin-left: -1em;
  color: rgb(166, 166, 166);
}
.nuv-planner .path5:before {
  content: "\ebea";
  margin-left: -1em;
  color: rgb(235, 235, 236);
}
.nuv-planner .path6:before {
  content: "\ebeb";
  margin-left: -1em;
  color: rgb(166, 166, 166);
}
.nuv-planner .path7:before {
  content: "\ebec";
  margin-left: -1em;
  color: rgb(166, 166, 166);
}
.nuv-planner .path8:before {
  content: "\ebed";
  margin-left: -1em;
  color: rgb(166, 166, 166);
}
.nuv-planner .path9:before {
  content: "\ebee";
  margin-left: -1em;
  color: rgb(166, 166, 166);
}
.nuv-planner .path10:before {
  content: "\ebef";
  margin-left: -1em;
  color: rgb(211, 142, 41);
}
.nuv-planner .path11:before {
  content: "\ebf0";
  margin-left: -1em;
  color: rgb(211, 142, 41);
}
.nuv-planner .path12:before {
  content: "\ebf1";
  margin-left: -1em;
  color: rgb(211, 234, 248);
}
.nuv-planner .path13:before {
  content: "\ebf2";
  margin-left: -1em;
  color: rgb(211, 234, 248);
}
.nuv-planner .path14:before {
  content: "\ebf3";
  margin-left: -1em;
  color: rgb(248, 196, 96);
}
.nuv-planner .path15:before {
  content: "\ebf4";
  margin-left: -1em;
  color: rgb(248, 196, 96);
}
.nuv-planner .path16:before {
  content: "\ebf5";
  margin-left: -1em;
  color: rgb(51, 116, 186);
}
.nuv-planner .path17:before {
  content: "\ebf6";
  margin-left: -1em;
  color: rgb(51, 116, 186);
}
.nuv-planner .path18:before {
  content: "\ebf7";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.nuv-planner .path19:before {
  content: "\ebf8";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.nuv-planner .path20:before {
  content: "\ebf9";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.nuv-planner .path21:before {
  content: "\ebfa";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.nuv-planner .path22:before {
  content: "\ebfb";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.nuv-planner .path23:before {
  content: "\ebfc";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.nuv-planner .path24:before {
  content: "\ebfd";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.nuv-planner .path25:before {
  content: "\ebfe";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.nuv-planner .path26:before {
  content: "\ebff";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.nuv-project-management .path1:before {
  content: "\ec00";
  color: rgb(235, 235, 236);
}
.nuv-project-management .path2:before {
  content: "\ec01";
  margin-left: -1em;
  color: rgb(211, 233, 248);
}
.nuv-project-management .path3:before {
  content: "\ec02";
  margin-left: -1em;
  color: rgb(211, 233, 248);
}
.nuv-project-management .path4:before {
  content: "\ec03";
  margin-left: -1em;
  color: rgb(211, 233, 248);
}
.nuv-project-management .path5:before {
  content: "\ec04";
  margin-left: -1em;
  color: rgb(167, 166, 166);
}
.nuv-project-management .path6:before {
  content: "\ec05";
  margin-left: -1em;
  color: rgb(235, 235, 236);
}
.nuv-project-management .path7:before {
  content: "\ec06";
  margin-left: -1em;
  color: rgb(235, 235, 236);
}
.nuv-project-management .path8:before {
  content: "\ec07";
  margin-left: -1em;
  color: rgb(235, 235, 236);
}
.nuv-project-management .path9:before {
  content: "\ec08";
  margin-left: -1em;
  color: rgb(235, 235, 236);
}
.nuv-project-management .path10:before {
  content: "\ec09";
  margin-left: -1em;
  color: rgb(235, 235, 236);
}
.nuv-project-management .path11:before {
  content: "\ec0a";
  margin-left: -1em;
  color: rgb(235, 235, 236);
}
.nuv-project-management .path12:before {
  content: "\ec0b";
  margin-left: -1em;
  color: rgb(235, 235, 236);
}
.nuv-project-management .path13:before {
  content: "\ec0c";
  margin-left: -1em;
  color: rgb(248, 196, 96);
}
.nuv-project-management .path14:before {
  content: "\ec0d";
  margin-left: -1em;
  color: rgb(248, 196, 96);
}
.nuv-project-management .path15:before {
  content: "\ec0e";
  margin-left: -1em;
  color: rgb(248, 196, 96);
}
.nuv-project-management .path16:before {
  content: "\ec0f";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.nuv-solution .path1:before {
  content: "\ec10";
  color: rgb(166, 166, 166);
}
.nuv-solution .path2:before {
  content: "\ec11";
  margin-left: -1em;
  color: rgb(235, 235, 236);
}
.nuv-solution .path3:before {
  content: "\ec12";
  margin-left: -1em;
  color: rgb(235, 235, 236);
}
.nuv-solution .path4:before {
  content: "\ec13";
  margin-left: -1em;
  color: rgb(166, 166, 166);
}
.nuv-solution .path5:before {
  content: "\ec14";
  margin-left: -1em;
  color: rgb(235, 235, 236);
}
.nuv-solution .path6:before {
  content: "\ec15";
  margin-left: -1em;
  color: rgb(211, 234, 248);
}
.nuv-solution .path7:before {
  content: "\ec16";
  margin-left: -1em;
  color: rgb(235, 235, 236);
}
.nuv-solution .path8:before {
  content: "\ec17";
  margin-left: -1em;
  color: rgb(166, 166, 166);
}
.nuv-solution .path9:before {
  content: "\ec18";
  margin-left: -1em;
  color: rgb(248, 196, 96);
}
.nuv-solution .path10:before {
  content: "\ec19";
  margin-left: -1em;
  color: rgb(248, 196, 96);
}
.nuv-solution .path11:before {
  content: "\ec1a";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.nuv-solution .path12:before {
  content: "\ec1b";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.nuv-solution .path13:before {
  content: "\ec1c";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.nuv-survey-tool .path1:before {
  content: "\ec1d";
  color: rgb(248, 196, 96);
}
.nuv-survey-tool .path2:before {
  content: "\ec1e";
  margin-left: -1em;
  color: rgb(235, 235, 236);
}
.nuv-survey-tool .path3:before {
  content: "\ec1f";
  margin-left: -1em;
  color: rgb(122, 131, 140);
}
.nuv-survey-tool .path4:before {
  content: "\ec20";
  margin-left: -1em;
  color: rgb(122, 131, 140);
}
.nuv-survey-tool .path5:before {
  content: "\ec21";
  margin-left: -1em;
  color: rgb(211, 233, 248);
}
.nuv-survey-tool .path6:before {
  content: "\ec22";
  margin-left: -1em;
  color: rgb(122, 131, 140);
}
.nuv-survey-tool .path7:before {
  content: "\ec23";
  margin-left: -1em;
  color: rgb(235, 235, 236);
}
.nuv-survey-tool .path8:before {
  content: "\ec24";
  margin-left: -1em;
  color: rgb(248, 196, 96);
}
.nuv-survey-tool .path9:before {
  content: "\ec25";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.nuv-survey-tool .path10:before {
  content: "\ec26";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.nuv-survey-tool .path11:before {
  content: "\ec27";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.nuv-survey-tool .path12:before {
  content: "\ec28";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.nuv-survey-tool .path13:before {
  content: "\ec29";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.nuv-system-admin .path1:before {
  content: "\ec2a";
  color: rgb(166, 166, 166);
}
.nuv-system-admin .path2:before {
  content: "\ec2b";
  margin-left: -1em;
  color: rgb(235, 235, 236);
}
.nuv-system-admin .path3:before {
  content: "\ec2c";
  margin-left: -1em;
  color: rgb(51, 116, 186);
}
.nuv-system-admin .path4:before {
  content: "\ec2d";
  margin-left: -1em;
  color: rgb(211, 142, 41);
}
.nuv-system-admin .path5:before {
  content: "\ec2e";
  margin-left: -1em;
  color: rgb(235, 235, 236);
}
.nuv-system-admin .path6:before {
  content: "\ec2f";
  margin-left: -1em;
  color: rgb(166, 166, 166);
}
.nuv-system-admin .path7:before {
  content: "\ec30";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.nuv-system-admin .path8:before {
  content: "\ec31";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.nuv-system-admin .path9:before {
  content: "\ec32";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.nuv-system-admin .path10:before {
  content: "\ec33";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.nuv-system-admin .path11:before {
  content: "\ec34";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.nuv-system-admin .path12:before {
  content: "\ec35";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.nuv-system-admin .path13:before {
  content: "\ec36";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.nuv-system-admin .path14:before {
  content: "\ec37";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.nuv-system-admin .path15:before {
  content: "\ec38";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.nuv-system-admin .path16:before {
  content: "\ec39";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.nuv-system-messages .path1:before {
  content: "\ec3a";
  color: rgb(166, 166, 166);
}
.nuv-system-messages .path2:before {
  content: "\ec3b";
  margin-left: -1em;
  color: rgb(235, 235, 236);
}
.nuv-system-messages .path3:before {
  content: "\ec3c";
  margin-left: -1em;
  color: rgb(211, 234, 248);
}
.nuv-system-messages .path4:before {
  content: "\ec3d";
  margin-left: -1em;
  color: rgb(211, 234, 248);
}
.nuv-system-messages .path5:before {
  content: "\ec3e";
  margin-left: -1em;
  color: rgb(240, 188, 94);
}
.nuv-system-messages .path6:before {
  content: "\ec3f";
  margin-left: -1em;
  color: rgb(51, 116, 186);
}
.nuv-system-messages .path7:before {
  content: "\ec40";
  margin-left: -1em;
  color: rgb(51, 116, 186);
}
.nuv-system-messages .path8:before {
  content: "\ec41";
  margin-left: -1em;
  color: rgb(240, 188, 94);
}
.nuv-system-messages .path9:before {
  content: "\ec42";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.nuv-system-messages .path10:before {
  content: "\ec43";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.nuv-system-messages .path11:before {
  content: "\ec44";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.nuv-system-messages .path12:before {
  content: "\ec45";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.nuv-system-messages .path13:before {
  content: "\ec46";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.nuv-system-messages .path14:before {
  content: "\ec47";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.nuv-system-messages .path15:before {
  content: "\ec48";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.nuv-system-messages .path16:before {
  content: "\ec49";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.nuv-system-messages .path17:before {
  content: "\ec4a";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.nuv-system-messages .path18:before {
  content: "\ec4b";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.nuv-system-messages .path19:before {
  content: "\ec4c";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.nuv-system-messages .path20:before {
  content: "\ec4d";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.nuv-tools .path1:before {
  content: "\ec4e";
  color: rgb(166, 166, 166);
}
.nuv-tools .path2:before {
  content: "\ec4f";
  margin-left: -1em;
  color: rgb(166, 166, 166);
}
.nuv-tools .path3:before {
  content: "\ec50";
  margin-left: -1em;
  color: rgb(235, 235, 236);
}
.nuv-tools .path4:before {
  content: "\ec51";
  margin-left: -1em;
  color: rgb(235, 235, 236);
}
.nuv-tools .path5:before {
  content: "\ec52";
  margin-left: -1em;
  color: rgb(211, 234, 248);
}
.nuv-tools .path6:before {
  content: "\ec53";
  margin-left: -1em;
  color: rgb(51, 116, 186);
}
.nuv-tools .path7:before {
  content: "\ec54";
  margin-left: -1em;
  color: rgb(211, 142, 41);
}
.nuv-tools .path8:before {
  content: "\ec55";
  margin-left: -1em;
  color: rgb(35, 31, 32);
}
.nuv-tools .path9:before {
  content: "\ec56";
  margin-left: -1em;
  color: rgb(35, 31, 32);
}
.nuv-tools .path10:before {
  content: "\ec57";
  margin-left: -1em;
  color: rgb(35, 31, 32);
}
.nuv-uploading-images .path1:before {
  content: "\ec58";
  color: rgb(122, 131, 139);
}
.nuv-uploading-images .path2:before {
  content: "\ec59";
  margin-left: -1em;
  color: rgb(166, 166, 166);
}
.nuv-uploading-images .path3:before {
  content: "\ec5a";
  margin-left: -1em;
  color: rgb(211, 234, 248);
}
.nuv-uploading-images .path4:before {
  content: "\ec5b";
  margin-left: -1em;
  color: rgb(211, 234, 248);
}
.nuv-uploading-images .path5:before {
  content: "\ec5c";
  margin-left: -1em;
  color: rgb(51, 116, 186);
}
.nuv-uploading-images .path6:before {
  content: "\ec5d";
  margin-left: -1em;
  color: rgb(51, 116, 186);
}
.nuv-uploading-images .path7:before {
  content: "\ec5e";
  margin-left: -1em;
  color: rgb(51, 116, 186);
}
.nuv-uploading-images .path8:before {
  content: "\ec5f";
  margin-left: -1em;
  color: rgb(235, 235, 236);
}
.nuv-uploading-images .path9:before {
  content: "\ec60";
  margin-left: -1em;
  color: rgb(211, 142, 41);
}
.nuv-uploading-images .path10:before {
  content: "\ec61";
  margin-left: -1em;
  color: rgb(255, 199, 41);
}
.nuv-uploading-images .path11:before {
  content: "\ec62";
  margin-left: -1em;
  color: rgb(122, 131, 139);
}
.nuv-uploading-images .path12:before {
  content: "\ec63";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.nuv-uploading-images .path13:before {
  content: "\ec64";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.nuv-uploading-images .path14:before {
  content: "\ec65";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.nuv-uploading-images .path15:before {
  content: "\ec66";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.nuv-uploading-images .path16:before {
  content: "\ec67";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.nuv-uploading-images .path17:before {
  content: "\ec68";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.nuv-uploading-images .path18:before {
  content: "\ec69";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.nuv-uploading-images .path19:before {
  content: "\ec6a";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.nuv-uploading-images .path20:before {
  content: "\ec6b";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.nuv-uploading-images .path21:before {
  content: "\ec6c";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.nuv-uploading-images .path22:before {
  content: "\ec6d";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.nuv-uploading-images .path23:before {
  content: "\ec6e";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.nuv-uploading-images .path24:before {
  content: "\ec6f";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.nuv-user-groups .path1:before {
  content: "\ec70";
  color: rgb(235, 235, 236);
}
.nuv-user-groups .path2:before {
  content: "\ec71";
  margin-left: -1em;
  color: rgb(166, 166, 166);
}
.nuv-user-groups .path3:before {
  content: "\ec72";
  margin-left: -1em;
  color: rgb(122, 131, 139);
}
.nuv-user-groups .path4:before {
  content: "\ec73";
  margin-left: -1em;
  color: rgb(42, 58, 81);
}
.nuv-user-groups .path5:before {
  content: "\ec74";
  margin-left: -1em;
  color: rgb(235, 235, 236);
}
.nuv-user-groups .path6:before {
  content: "\ec75";
  margin-left: -1em;
  color: rgb(166, 166, 166);
}
.nuv-user-groups .path7:before {
  content: "\ec76";
  margin-left: -1em;
  color: rgb(166, 166, 166);
}
.nuv-user-groups .path8:before {
  content: "\ec77";
  margin-left: -1em;
  color: rgb(122, 131, 139);
}
.nuv-user-groups .path9:before {
  content: "\ec78";
  margin-left: -1em;
  color: rgb(235, 235, 236);
}
.nuv-user-groups .path10:before {
  content: "\ec79";
  margin-left: -1em;
  color: rgb(211, 142, 41);
}
.nuv-user-groups .path11:before {
  content: "\ec7a";
  margin-left: -1em;
  color: rgb(249, 175, 167);
}
.nuv-user-groups .path12:before {
  content: "\ec7b";
  margin-left: -1em;
  color: rgb(248, 196, 96);
}
.nuv-user-groups .path13:before {
  content: "\ec7c";
  margin-left: -1em;
  color: rgb(122, 131, 139);
}
.nuv-user-groups .path14:before {
  content: "\ec7d";
  margin-left: -1em;
  color: rgb(166, 166, 166);
}
.nuv-user-groups .path15:before {
  content: "\ec7e";
  margin-left: -1em;
  color: rgb(122, 131, 139);
}
.nuv-user-groups .path16:before {
  content: "\ec7f";
  margin-left: -1em;
  color: rgb(235, 235, 236);
}
.nuv-user-groups .path17:before {
  content: "\ec80";
  margin-left: -1em;
  color: rgb(211, 142, 41);
}
.nuv-user-groups .path18:before {
  content: "\ec81";
  margin-left: -1em;
  color: rgb(249, 175, 167);
}
.nuv-user-groups .path19:before {
  content: "\ec82";
  margin-left: -1em;
  color: rgb(248, 196, 96);
}
.nuv-user-groups .path20:before {
  content: "\ec83";
  margin-left: -1em;
  color: rgb(122, 131, 139);
}
.nuv-user-groups .path21:before {
  content: "\ec84";
  margin-left: -1em;
  color: rgb(166, 166, 166);
}
.nuv-user-groups .path22:before {
  content: "\ec85";
  margin-left: -1em;
  color: rgb(122, 131, 139);
}
.nuv-user-groups .path23:before {
  content: "\ec86";
  margin-left: -1em;
  color: rgb(235, 235, 236);
}
.nuv-user-groups .path24:before {
  content: "\ec87";
  margin-left: -1em;
  color: rgb(211, 142, 41);
}
.nuv-user-groups .path25:before {
  content: "\ec88";
  margin-left: -1em;
  color: rgb(249, 175, 167);
}
.nuv-user-groups .path26:before {
  content: "\ec89";
  margin-left: -1em;
  color: rgb(248, 196, 96);
}
.nuv-user-groups .path27:before {
  content: "\ec8a";
  margin-left: -1em;
  color: rgb(122, 131, 139);
}
.nuv-user-groups .path28:before {
  content: "\ec8b";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.nuv-user-groups .path29:before {
  content: "\ec8c";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.nuv-user-groups .path30:before {
  content: "\ec8d";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.nuv-user-groups .path31:before {
  content: "\ec8e";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.nuv-user-management .path1:before {
  content: "\ec8f";
  color: rgb(235, 235, 236);
}
.nuv-user-management .path2:before {
  content: "\ec90";
  margin-left: -1em;
  color: rgb(166, 166, 166);
}
.nuv-user-management .path3:before {
  content: "\ec91";
  margin-left: -1em;
  color: rgb(122, 131, 139);
}
.nuv-user-management .path4:before {
  content: "\ec92";
  margin-left: -1em;
  color: rgb(122, 131, 139);
}
.nuv-user-management .path5:before {
  content: "\ec93";
  margin-left: -1em;
  color: rgb(137, 136, 144);
}
.nuv-user-management .path6:before {
  content: "\ec94";
  margin-left: -1em;
  color: rgb(137, 136, 144);
}
.nuv-user-management .path7:before {
  content: "\ec95";
  margin-left: -1em;
  color: rgb(211, 234, 248);
}
.nuv-user-management .path8:before {
  content: "\ec96";
  margin-left: -1em;
  color: rgb(87, 164, 255);
}
.nuv-user-management .path9:before {
  content: "\ec97";
  margin-left: -1em;
  color: rgb(235, 235, 236);
}
.nuv-user-management .path10:before {
  content: "\ec98";
  margin-left: -1em;
  color: rgb(248, 196, 96);
}
.nuv-user-management .path11:before {
  content: "\ec99";
  margin-left: -1em;
  color: rgb(235, 235, 236);
}
.nuv-user-management .path12:before {
  content: "\ec9a";
  margin-left: -1em;
  color: rgb(211, 142, 41);
}
.nuv-user-management .path13:before {
  content: "\ec9b";
  margin-left: -1em;
  color: rgb(211, 234, 248);
}
.nuv-user-management .path14:before {
  content: "\ec9c";
  margin-left: -1em;
  color: rgb(255, 182, 85);
}
.nuv-user-management .path15:before {
  content: "\ec9d";
  margin-left: -1em;
  color: rgb(211, 234, 248);
}
.nuv-user-management .path16:before {
  content: "\ec9e";
  margin-left: -1em;
  color: rgb(166, 166, 166);
}
.nuv-user-management .path17:before {
  content: "\ec9f";
  margin-left: -1em;
  color: rgb(120, 118, 128);
}
.nuv-user-management .path18:before {
  content: "\eca0";
  margin-left: -1em;
  color: rgb(120, 118, 128);
}
.nuv-user-management .path19:before {
  content: "\eca1";
  margin-left: -1em;
  color: rgb(166, 166, 166);
}
.nuv-user-management .path20:before {
  content: "\eca2";
  margin-left: -1em;
  color: rgb(166, 166, 166);
}
.nuv-user-management .path21:before {
  content: "\eca3";
  margin-left: -1em;
  color: rgb(166, 166, 166);
}
.nuv-user-management .path22:before {
  content: "\eca4";
  margin-left: -1em;
  color: rgb(137, 136, 144);
}
.nuv-user-management .path23:before {
  content: "\eca5";
  margin-left: -1em;
  color: rgb(166, 166, 166);
}
.nuv-user-management .path24:before {
  content: "\eca6";
  margin-left: -1em;
  color: rgb(137, 136, 144);
}
.nuv-user-management .path25:before {
  content: "\eca7";
  margin-left: -1em;
  color: rgb(166, 166, 166);
}
.nuv-user-management .path26:before {
  content: "\eca8";
  margin-left: -1em;
  color: rgb(166, 166, 166);
}
.nuv-user-management .path27:before {
  content: "\eca9";
  margin-left: -1em;
  color: rgb(51, 116, 186);
}
.nuv-user-management .path28:before {
  content: "\ecaa";
  margin-left: -1em;
  color: rgb(166, 166, 166);
}
.nuv-user-management .path29:before {
  content: "\ecab";
  margin-left: -1em;
  color: rgb(211, 142, 41);
}
.nuv-user-management .path30:before {
  content: "\ecac";
  margin-left: -1em;
  color: rgb(166, 166, 166);
}
.nuv-user-management .path31:before {
  content: "\ecad";
  margin-left: -1em;
  color: rgb(51, 116, 186);
}
.nuv-user-management .path32:before {
  content: "\ecae";
  margin-left: -1em;
  color: rgb(51, 116, 186);
}
.nuv-user-management .path33:before {
  content: "\ecaf";
  margin-left: -1em;
  color: rgb(51, 116, 186);
}
.nuv-user-management .path34:before {
  content: "\ecb0";
  margin-left: -1em;
  color: rgb(122, 131, 139);
}
.nuv-user-management .path35:before {
  content: "\ecb1";
  margin-left: -1em;
  color: rgb(87, 86, 92);
}
.nuv-user-management .path36:before {
  content: "\ecb2";
  margin-left: -1em;
  color: rgb(87, 86, 92);
}
.nuv-user-management .path37:before {
  content: "\ecb3";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.nuv-user-management .path38:before {
  content: "\ecb4";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.nuv-user-management .path39:before {
  content: "\ecb5";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.nuv-user-management .path40:before {
  content: "\ecb6";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.nuv-user-management .path41:before {
  content: "\ecb7";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.nuv-user-management .path42:before {
  content: "\ecb8";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.nuv-user-management .path43:before {
  content: "\ecb9";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.nuv-user-management .path44:before {
  content: "\ecba";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.nuv-user-management .path45:before {
  content: "\ecbb";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.nuv-using-7-segment-parser .path1:before {
  content: "\ecbc";
  color: rgb(248, 196, 96);
}
.nuv-using-7-segment-parser .path2:before {
  content: "\ecbd";
  margin-left: -1em;
  color: rgb(211, 234, 248);
}
.nuv-using-7-segment-parser .path3:before {
  content: "\ecbe";
  margin-left: -1em;
  color: rgb(211, 234, 248);
}
.nuv-using-7-segment-parser .path4:before {
  content: "\ecbf";
  margin-left: -1em;
  color: rgb(235, 235, 236);
}
.nuv-using-7-segment-parser .path5:before {
  content: "\ecc0";
  margin-left: -1em;
  color: rgb(51, 116, 186);
}
.nuv-using-7-segment-parser .path6:before {
  content: "\ecc1";
  margin-left: -1em;
  color: rgb(235, 235, 236);
}
.nuv-using-7-segment-parser .path7:before {
  content: "\ecc2";
  margin-left: -1em;
  color: rgb(51, 116, 186);
}
.nuv-using-7-segment-parser .path8:before {
  content: "\ecc3";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.nuv-using-7-segment-parser .path9:before {
  content: "\ecc4";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.nuv-using-7-segment-parser .path10:before {
  content: "\ecc5";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.nuv-using-7-segment-parser .path11:before {
  content: "\ecc6";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.nuv-working-with-time-series-data .path1:before {
  content: "\ecc7";
  color: rgb(235, 235, 236);
}
.nuv-working-with-time-series-data .path2:before {
  content: "\ecc8";
  margin-left: -1em;
  color: rgb(51, 116, 186);
}
.nuv-working-with-time-series-data .path3:before {
  content: "\ecc9";
  margin-left: -1em;
  color: rgb(211, 234, 248);
}
.nuv-working-with-time-series-data .path4:before {
  content: "\ecca";
  margin-left: -1em;
  color: rgb(122, 131, 139);
}
.nuv-working-with-time-series-data .path5:before {
  content: "\eccb";
  margin-left: -1em;
  color: rgb(166, 166, 166);
}
.nuv-working-with-time-series-data .path6:before {
  content: "\eccc";
  margin-left: -1em;
  color: rgb(211, 234, 248);
}
.nuv-working-with-time-series-data .path7:before {
  content: "\eccd";
  margin-left: -1em;
  color: rgb(122, 131, 139);
}
.nuv-working-with-time-series-data .path8:before {
  content: "\ecce";
  margin-left: -1em;
  color: rgb(235, 235, 236);
}
.nuv-working-with-time-series-data .path9:before {
  content: "\eccf";
  margin-left: -1em;
  color: rgb(235, 235, 236);
}
.nuv-working-with-time-series-data .path10:before {
  content: "\ecd0";
  margin-left: -1em;
  color: rgb(235, 235, 236);
}
.nuv-working-with-time-series-data .path11:before {
  content: "\ecd1";
  margin-left: -1em;
  color: rgb(248, 196, 96);
}
.nuv-working-with-time-series-data .path12:before {
  content: "\ecd2";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.nuv-working-with-time-series-data .path13:before {
  content: "\ecd3";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.nuv-working-with-time-series-data .path14:before {
  content: "\ecd4";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.nuv-working-with-time-series-data .path15:before {
  content: "\ecd5";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.nuv-working-with-time-series-data .path16:before {
  content: "\ecd6";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.nuv-working-with-time-series-data .path17:before {
  content: "\ecd7";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.nuv-working-with-time-series-data .path18:before {
  content: "\ecd8";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.nuv-how-to-video .path1:before {
  content: "\ecd9";
  color: rgb(235, 235, 236);
}
.nuv-how-to-video .path2:before {
  content: "\ecda";
  margin-left: -1em;
  color: rgb(248, 196, 96);
}
.nuv-how-to-video .path3:before {
  content: "\ecdb";
  margin-left: -1em;
  color: rgb(122, 131, 140);
}
.nuv-how-to-video .path4:before {
  content: "\ecdc";
  margin-left: -1em;
  color: rgb(122, 131, 140);
}
.nuv-how-to-video .path5:before {
  content: "\ecdd";
  margin-left: -1em;
  color: rgb(122, 131, 140);
}
.nuv-how-to-video .path6:before {
  content: "\ecde";
  margin-left: -1em;
  color: rgb(211, 233, 248);
}
.nuv-how-to-video .path7:before {
  content: "\ecdf";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.nuv-how-to-video .path8:before {
  content: "\ece0";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.nuv-how-to-video .path9:before {
  content: "\ece1";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.nuv-how-to-video .path10:before {
  content: "\ece2";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.nuv-how-to-video .path11:before {
  content: "\ece3";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.nuv-help-resources .path1:before {
  content: "\ece4";
  color: rgb(211, 233, 248);
}
.nuv-help-resources .path2:before {
  content: "\ece5";
  margin-left: -1em;
  color: rgb(248, 196, 96);
}
.nuv-help-resources .path3:before {
  content: "\ece6";
  margin-left: -1em;
  color: rgb(122, 131, 140);
}
.nuv-help-resources .path4:before {
  content: "\ece7";
  margin-left: -1em;
  color: rgb(235, 235, 236);
}
.nuv-help-resources .path5:before {
  content: "\ece8";
  margin-left: -1em;
  color: rgb(122, 131, 140);
}
.nuv-help-resources .path6:before {
  content: "\ece9";
  margin-left: -1em;
  color: rgb(235, 235, 236);
}
.nuv-help-resources .path7:before {
  content: "\ecea";
  margin-left: -1em;
  color: rgb(167, 166, 166);
}
.nuv-help-resources .path8:before {
  content: "\eceb";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.nuv-help-resources .path9:before {
  content: "\ecec";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.nuv-help-resources .path10:before {
  content: "\eced";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.nuv-help-resources .path11:before {
  content: "\ecee";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.nuv-help-resources .path12:before {
  content: "\ecef";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.nuv-help-resources .path13:before {
  content: "\ecf0";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.nuv-help-resources .path14:before {
  content: "\ecf1";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.nuv-help-resources .path15:before {
  content: "\ecf2";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.nuv-help-resources .path16:before {
  content: "\ecf3";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}

/* node_modules/@nuviot/ui-styles/icons/icons.css */

/* node_modules/@nuviot/ui-styles/legacy-icons.css */

/* src/styles.scss */
body {
  --nuv-font-family-base:
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    Oxygen-Sans,
    Ubuntu,
    Cantarell,
    "Helvetica Neue",
    sans-serif;
  --nuv-color-brand-identity: var(--color-primary);
  --nuv-color-brand-emphasis: var(--color-accent);
  --nuv-color-brand-action: var(--color-accent2);
  --nuv-color-brand-action-primary: var(--color-accent2-125);
  --nuv-color-brand-differentiation: var(--color-accent1);
  --nuv-color-status-info: var(--nuv-color-brand-identity);
  --nuv-color-status-success: var(--color-alert-success);
  --nuv-color-status-warning: var(--color-alert-warning);
  --nuv-color-status-danger: var(--color-alert-error);
  --nuv-color-surface-page: var(--color-bg);
  --nuv-color-surface-panel: var(--color-bg-panel);
  --nuv-color-surface-panel-active: var(--color-bg-panel-active);
  --nuv-color-surface-raised: color-mix(in srgb, var(--nuv-color-surface-panel) 96%, var(--nuv-color-brand-identity) 4%);
  --nuv-color-surface-selected: color-mix(in srgb, var(--nuv-color-brand-identity) 9%, var(--nuv-color-surface-panel));
  --nuv-color-surface-brand-wash: color-mix(in srgb, var(--nuv-color-brand-identity) 5%, var(--nuv-color-surface-page));
  --nuv-color-status-info-surface: color-mix(in srgb, var(--nuv-color-status-info) 10%, var(--nuv-color-surface-panel));
  --nuv-color-status-success-surface: color-mix(in srgb, var(--nuv-color-status-success) 10%, var(--nuv-color-surface-panel));
  --nuv-color-status-warning-surface: color-mix(in srgb, var(--nuv-color-status-warning) 12%, var(--nuv-color-surface-panel));
  --nuv-color-status-danger-surface: color-mix(in srgb, var(--nuv-color-status-danger) 10%, var(--nuv-color-surface-panel));
  --nuv-color-status-info-border: color-mix(in srgb, var(--nuv-color-status-info) 45%, var(--nuv-color-surface-panel));
  --nuv-color-status-success-border: color-mix(in srgb, var(--nuv-color-status-success) 45%, var(--nuv-color-surface-panel));
  --nuv-color-status-warning-border: color-mix(in srgb, var(--nuv-color-status-warning) 50%, var(--nuv-color-surface-panel));
  --nuv-color-status-danger-border: color-mix(in srgb, var(--nuv-color-status-danger) 45%, var(--nuv-color-surface-panel));
  --nuv-color-text-primary: var(--color-fg);
  --nuv-color-text-heading: var(--color-main-heading);
  --nuv-color-text-placeholder: var(--color-placeholder-text);
  --nuv-color-border-panel: var(--color-border-panel);
  --nuv-color-border-selected: color-mix(in srgb, var(--nuv-color-brand-identity) 38%, var(--nuv-color-border-panel));
  --nuv-shadow-sm: 0 1px 4px rgb(0 0 0 / 12%);
  --nuv-shadow-md: 0 8px 24px rgb(0 0 0 / 14%);
  --nuv-shadow-control-deck: 0 2px 10px rgb(0 0 0 / 10%);
  --nuv-color-action-primary: var(--color-primary-button);
  --nuv-color-action-primary-hover: var(--color-primary-button-hover);
  --nuv-color-action-primary-text: var(--color-filled-button-text);
}
:root {
  --color-primary: #1976D2;
  --color-primary-10: #E8F2FB;
  --color-primary-20: #D1E4F6;
  --color-primary-40: #A3C8ED;
  --color-primary-60: #75ADE4;
  --color-primary-80: #4791DB;
  --color-primary-125: #13589D;
  --color-primary-150: #0C3B69;
  --color-primary-175: #061D34;
  --color-accent: #D48D17;
  --color-accent-10: #FBF4E8;
  --color-accent-20: #F6E8D1;
  --color-accent-40: #EED1A2;
  --color-accent-60: #E5BB74;
  --color-accent-80: #DDA445;
  --color-accent-125: #9F6A11;
  --color-accent-150: #6A460B;
  --color-accent-175: #352306;
  --color-accent1: #681DD6;
  --color-accent1-10: #F0E9FB;
  --color-accent1-20: #E1D2F7;
  --color-accent1-40: #C3A5EF;
  --color-accent1-60: #A477E6;
  --color-accent1-80: #864ADE;
  --color-accent1-125: #4E16A0;
  --color-accent1-150: #340E6B;
  --color-accent1-175: #1A0735;
  --color-accent2: #1CBA88;
  --color-accent2-10: #E8F2FB;
  --color-accent2-20: #D2F1E7;
  --color-accent2-40: #A4E3CF;
  --color-accent2-60: #77D6B8;
  --color-accent2-80: #49C8A0;
  --color-accent2-125: #158B66;
  --color-accent2-150: #0E5D44;
  --color-accent2-175: #072E22;
  --color-alert-success: #27A752;
  --color-alert-warning: #DFB42F;
  --color-alert-error: #E5463B;
  --color-danger: var(--color-alert-error);
  --color-gray-100: #222222;
  --color-gray-95: #2D2D2D;
  --color-gray-80: #4E4E4E;
  --color-gray-65: #6F6F6F;
  --color-gray-50: #919191;
  --color-gray-35: #B2B2B2;
  --color-gray-20: #D3D3D3;
  --color-gray-10: #E9E9E9;
  --color-gray-5: #F4F4F4;
  --color-gray-2: #FBFBFB;
  --logo-image: url(https://www.nuviot.com/images/nuviot-white.png);
  --sl-logo-image: url(https://webimages.nyc3.cdn.digitaloceanspaces.com/public/sftlog-large-white.png);
  --page-bg-tile-image: url(https://www.nuviot.com/images/light-bg-tile.png);
  --color-fg: var(--color-gray-100);
  --color-bg:var(--color-gray-5);
  --color-bg-panel: #fff;
  --color-bg-panel-active: var(--color-gray-2);
  --color-bg-menu: var(--color-primary);
  --color-bg-submenu: var(--color-primary-80);
  --color-bg-panel-header: var(--color-primary);
  --color-bg-drop: var(--color-accent2-125);
  --color-bg-menu-active: var(--color-gray-80);
  --color-bg-list-separator: var(--color-gray-100);
  --color-bg-list-row: var(--color-gray-2);
  --color-bg-list-alt-row: var(--color-gray-5);
  --color-bg-list-row-hover: var(--color-gray-20);
  --color-fg-list-row: var(--color-gray-80);
  --color-fg-list-alt-row: var(--color-gray-95);
  --color-fg-list-row-hover: var(--color-gray-100);
  --color-fg: var(--color-gray-100);
  --color-main-heading:var(--color-gray-100);
  --color-primary-heading: var(--color-primary);
  --color-accent-heading: var(--color-gray-2);
  --color-fg-panel: var(--color-fg);
  --color-fg-panel-header: var(--color-gray-10);
  --color-small-text: var(--color-gray-10);
  --color-placeholder-text: var(--color-gray-35);
  --color-border-panel: var(--color-primary-40);
  --color-border-menu: var(--color-gray-2);
  --color-primary-border: var(--color-primary-40);
  --color-accent-border: var(--color-accent);
  --color-fg-panel-link: var(--color-accent);
  --color-fg-panel-link-active: var(--color-accent-125);
  --color-fg-menu: var(--color-gray-20);
  --color-fg-menu-active: var(--color-gray-2);
  --color-nav-link: var(--color-primary-80);
  --color-nav-link-active: var(--color-primary);
  --color-primary-button: var(--color-accent2-125);
  --color-primary-button-hover: var(--color-accent2-60);
  --color-accent-button: var(--color-accent2);
  --color-gray-button: var(--color-gray-100);
  --color-accent-button-hover: var(--color-accent2-60);
  --color-filled-button-text: var(--color-gray-2);
  --color--outline-button-text: var(--color-gray-100);
  --color-main-icon: var(--color-gray-2);
  --color-primary-icon: var(--color-primary);
  --color-accent1-icon: var(--color-accent);
  --color-accent2-icon: var(--color-accent2);
  --color-accent3-icon: var(--color-accent3);
  --color-shadow-panel: var(--color-gray-35);
  --color-fg-panel-header-active: #fff;
  --color-fg-panel-active: var(--color-accent2-125);
}
:root {
  --color-primary: #1976D2;
  --color-primary-10: #E8F2FB;
  --color-primary-20: #D1E4F6;
  --color-primary-40: #A3C8ED;
  --color-primary-60: #75ADE4;
  --color-primary-80: #4791DB;
  --color-primary-125: #13589D;
  --color-primary-150: #0C3B69;
  --color-primary-175: #061D34;
  --color-accent: #D48D17;
  --color-accent-10: #FBF4E8;
  --color-accent-20: #F6E8D1;
  --color-accent-40: #EED1A2;
  --color-accent-60: #E5BB74;
  --color-accent-80: #DDA445;
  --color-accent-125: #9F6A11;
  --color-accent-150: #6A460B;
  --color-accent-175: #352306;
  --color-accent1: #681DD6;
  --color-accent1-10: #F0E9FB;
  --color-accent1-20: #E1D2F7;
  --color-accent1-40: #C3A5EF;
  --color-accent1-60: #A477E6;
  --color-accent1-80: #864ADE;
  --color-accent1-125: #4E16A0;
  --color-accent1-150: #340E6B;
  --color-accent1-175: #1A0735;
  --color-accent2: #1CBA88;
  --color-accent2-10: #E8F2FB;
  --color-accent2-20: #D2F1E7;
  --color-accent2-40: #A4E3CF;
  --color-accent2-60: #77D6B8;
  --color-accent2-80: #49C8A0;
  --color-accent2-125: #158B66;
  --color-accent2-150: #0E5D44;
  --color-accent2-175: #072E22;
  --color-alert-success: #27A752;
  --color-alert-warning: #DFB42F;
  --color-alert-error: #E5463B;
  --color-danger: var(--color-alert-error);
  --color-gray-100: #222222;
  --color-gray-95: #2D2D2D;
  --color-gray-80: #4E4E4E;
  --color-gray-65: #6F6F6F;
  --color-gray-50: #919191;
  --color-gray-35: #B2B2B2;
  --color-gray-20: #D3D3D3;
  --color-gray-10: #E9E9E9;
  --color-gray-5: #F4F4F4;
  --color-gray-2: #FBFBFB;
  --logo-image: url(https://www.nuviot.com/images/nuviot-white.png);
  --sl-logo-image: url(https://webimages.nyc3.cdn.digitaloceanspaces.com/public/sftlog-large-white.png);
  --page-bg-tile-image: url(https://www.nuviot.com/images/light-bg-tile.png);
  --color-fg: var(--color-gray-100);
  --color-bg: #fff;
  --color-bg-panel: var(--color-gray-5);
  --color-bg-panel-active: var(--color-gray-2);
  --color-bg-menu: var(--color-primary);
  --color-bg-submenu: var(--color-primary-80);
  --color-bg-panel-header: var(--color-primary);
  --color-bg-drop: var(--color-accent2-125);
  --color-bg-menu-active: var(--color-gray-20);
  --color-bg-list-separator: black;
  --color-bg-list-row: var(--color-gray-2);
  --color-bg-list-alt-row: var(--color-gray-5);
  --color-bg-list-row-hover: var(--color-gray-20);
  --color-fg-list-row: var(--color-gray-80);
  --color-fg-list-alt-row: var(--color-gray-95);
  --color-fg-list-row-hover: var(--color-gray-100);
  --color-fg: var(--color-gray-100);
  --color-main-heading:var(--color-gray-100);
  --color-primary-heading: var(--color-primary);
  --color-accent-heading: var(--color-gray-2);
  --color-fg-panel: var(--color-fg);
  --color-fg-panel-header: var(--color-gray-2);
  --color-small-text: var(--color-gray-10);
  --color-placeholder-text: var(--color-gray-35);
  --color-border-panel: var(--color-gray-50);
  --color-border-menu: var(--color-gray-2);
  --color-primary-border: var(--color-primary-40);
  --color-accent-border: var(--color-accent);
  --color-fg-panel-link: var(var(--color-accent));
  --color-fg-panel-link-active: var(var(--color-accent-125));
  --color-fg-menu: var(--color-gray-20);
  --color-fg-menu-active: var(--color-gray-2);
  --color-nav-link: var(--color-primary-80);
  --color-nav-link-active: var(--color-primary);
  --color-primary-button: var(--color-accent2-125);
  --color-primary-button-hover: var(--color-accent2-60);
  --color-accent-button: var(--color-accent2);
  --color-gray-button: var(--color-gray-100);
  --color-accent-button-hover: var(--color-accent2-60);
  --color-filled-button-text: var(--color-gray-2);
  --color--outline-button-text: var(--color-gray-100);
  --color-main-icon: var(--color-gray-2);
  --color-primary-icon: var(--color-primary);
  --color-accent1-icon: var(--color-accent);
  --color-accent2-icon: var(--color-accent2);
  --color-accent3-icon: var(--color-accent3);
  --color-shadow-panel: #c0c0c0;
  --color-fg-panel-header-active: var(--color-gray-2);
  --color-fg-panel-active: var(---color-accent2-125);
}
body.dark-theme {
  --color-primary: #1976D2;
  --color-primary-10: #E8F2FB;
  --color-primary-20: #D1E4F6;
  --color-primary-40: #A3C8ED;
  --color-primary-60: #75ADE4;
  --color-primary-80: #4791DB;
  --color-primary-125: #13589D;
  --color-primary-150: #0C3B69;
  --color-primary-175: #061D34;
  --color-accent: #D48D17;
  --color-accent-10: #FBF4E8;
  --color-accent-20: #F6E8D1;
  --color-accent-40: #EED1A2;
  --color-accent-60: #E5BB74;
  --color-accent-80: #DDA445;
  --color-accent-125: #9F6A11;
  --color-accent-150: #6A460B;
  --color-accent-175: #352306;
  --color-accent1: #681DD6;
  --color-accent1-10: #F0E9FB;
  --color-accent1-20: #E1D2F7;
  --color-accent1-40: #C3A5EF;
  --color-accent1-60: #A477E6;
  --color-accent1-80: #864ADE;
  --color-accent1-125: #4E16A0;
  --color-accent1-150: #340E6B;
  --color-accent1-175: #1A0735;
  --color-accent2: #1CBA88;
  --color-accent2-10: #E8F2FB;
  --color-accent2-20: #D2F1E7;
  --color-accent2-40: #A4E3CF;
  --color-accent2-60: #77D6B8;
  --color-accent2-80: #49C8A0;
  --color-accent2-125: #158B66;
  --color-accent2-150: #0E5D44;
  --color-accent2-175: #072E22;
  --color-alert-success: #27A752;
  --color-alert-warning: #DFB42F;
  --color-alert-error: #E5463B;
  --color-danger: var(--color-alert-error);
  --color-gray-100: #222222;
  --color-gray-95: #2D2D2D;
  --color-gray-80: #4E4E4E;
  --color-gray-65: #6F6F6F;
  --color-gray-50: #919191;
  --color-gray-35: #B2B2B2;
  --color-gray-20: #D3D3D3;
  --color-gray-10: #E9E9E9;
  --color-gray-5: #F4F4F4;
  --color-gray-2: #FBFBFB;
  --logo-image: url(https://www.nuviot.com/images/nuviot-white.png);
  --sl-logo-image: url(https://webimages.nyc3.cdn.digitaloceanspaces.com/public/sftlog-large-white.png);
  --page-bg-tile-image: url(https://www.nuviot.com/images/dark-bg-tile.png);
  --color-bg: var(--color-gray-100);
  --color-bg-panel: var(--color-primary-150);
  --color-bg-panel-active: var(--color-primary-125);
  --color-bg-menu: var(--color-primary-175);
  --color-bg-submenu: var(--color-primary-150);
  --color-bg-panel-header: var(--color-gray-95);
  --color-bg-drop: var(--color-primary-125);
  --color-bg-menu-active: var(--color-primary-175);
  --color-bg-list-separator: var(--color-gray-50);
  --color-bg-list-row: var(--color-gray-80);
  --color-bg-list-alt-row: var(--color-gray-95);
  --color-bg-list-row-hover: var(--color-gray-65);
  --color-fg-list-row: var(--color-gray-5);
  --color-fg-list-alt-row: var(--color-gray-5);
  --color-fg-list-row-hover: #fff;
  --color-fg: var(--color-gray-2);
  --color-fg-panel: var(--color-gray-2);
  --color-main-heading:var(--color-gray-2);
  --color-primary-heading: var(--color-primary);
  --color-accent-heading: var(--color-gray-2);
  --color-fg-panel-header: var(--color-gray-2);
  --color-small-text: var(--color-gray-10);
  --color-placeholder-text: var(--color-gray-10);
  --color-border-panel: var(--color-primary-60);
  --color-border-menu: var(--color-primary-60);
  --color-primary-border: var(--color-primary);
  --color-accent-border: var(--color-gray-80);
  --color-fg-panel-link: var(--color-primary-20);
  --color-fg-panel-link-active: var(--color-primary-40);
  --color-fg-menu: var(--color-gray-10);
  --color-fg-menu-active: var(--color-gray-2);
  --color-nav-link: var(--color-gray-2);
  --color-nav-link-active: var(--color-gray-20);
  --color-primary-button: var(--color-primary-125);
  --color-primary-button-hover: var(--color-primary-150);
  --color-accent-button: var(--color-accent);
  --color-gray-button: var(--color-gray-100);
  --color-accent-button-hover: var(--color-gray-80);
  --color-filled-button-text: var(--color-gray-2);
  --color--outline-button-text: var(--color-gray-100);
  --color-main-icon: var(--color-gray-2);
  --color-primary-icon: var(--color-primary);
  --color-accent2-icon: var(--color-accent);
  --color-accent2-icon: var(--color-accent2);
  --color-accent3-icon: var(--color-accent3);
  --color-shadow-panel: var(--color-gray-100);
  --color-fg-panel-header-active: var(--color-gray-2);
  --color-fg-panel-active: var(--color-gray-80);
}
body.custom-theme {
  --color-primary: #B4626B;
  --color-primary-10: #F8EFF0;
  --color-primary-20: #F0E0E1;
  --color-primary-40: #E1C0C4;
  --color-primary-60: #D2A1A6;
  --color-primary-80: #C38189;
  --color-primary-125: #874A50;
  --color-primary-150: #5A3136;
  --color-primary-175: #2D191B;
  --color-accent: #7E5D5C;
  --color-accent-10: #F2EFEF;
  --color-accent-20: #E5DFDE;
  --color-accent-40: #CBBEBE;
  --color-accent-60: #B29E9D;
  --color-accent-80: #987D7D;
  --color-accent-125: #5F4645;
  --color-accent-150: #3F2F2E;
  --color-accent-175: #201717;
  --color-accent1: #5AC0C6;
  --color-accent1-10: #EFF9F9;
  --color-accent1-20: #DEF2F4;
  --color-accent1-40: #BDE6E8;
  --color-accent1-60: #9CD9DD;
  --color-accent1-80: #7BCDD1;
  --color-accent1-125: #449095;
  --color-accent1-150: #2D6063;
  --color-accent1-175: #173032;
  --color-accent2: #103A4C;
  --color-accent2-10: #E7EBED;
  --color-accent2-20: #CFD8DB;
  --color-accent2-40: #9FB0B7;
  --color-accent2-60: #708994;
  --color-accent2-80: #406170;
  --color-accent2-125: #0C2C39;
  --color-accent2-150: #081D26;
  --color-accent2-175: #040F13;
  --color-alert-success: #27A752;
  --color-alert-warning: #DFB42F;
  --color-alert-error: #E5463B;
  --color-danger: var(--color-alert-error);
  --color-gray-100: #222222;
  --color-gray-95: #2D2D2D;
  --color-gray-80: #4E4E4E;
  --color-gray-65: #6F6F6F;
  --color-gray-50: #919191;
  --color-gray-35: #B2B2B2;
  --color-gray-20: #D3D3D3;
  --color-gray-10: #E9E9E9;
  --color-gray-5: #F4F4F4;
  --color-gray-2: #FBFBFB;
  --logo-image: url(/app/ui-shared/assets/nuviot-white.png);
  --color-bg: var(--color-primary-175);
  --color-bg-panel: var(--color-primary-125);
  --color-bg-panel-active: var(--color-primary-150);
  --color-bg-menu: var(--color-primary-150);
  --color-bg-submenu: var(--color-primary-125);
  --color-bg-panel-header: var(--color-accent1-150);
  --color-bg-drop: var(--color-accent1-150);
  --color-bg-menu-active: var(--color-primary-175);
  --color-bg-list-separator: black;
  --color-bg-list-row: var(--color-primary-125);
  --color-bg-list-alt-row: var(--color-primary-150);
  --color-bg-list-row-hover: var(--color-primary-175);
  --color-fg-list-row: var(--color-gray-10);
  --color-fg-list-alt-row: var(--color-gray-5);
  --color-fg-list-row-hover: var(--color-gray-2);
  --color-fg: var(--color-gray-2);
  --color-fg-panel: var(--color-gray-2);
  --color-main-heading:var(--color-gray-2);
  --color-primary-heading: var(--color-primary);
  --color-accent-heading: var(--color-gray-2);
  --color-fg-panel-header: var(--color-gray-2);
  --color-fg-menu: var(--color-gray-2);
  --color-small-text: var(--color-gray-10);
  --color-placeholder-text: var(--color-gray-10);
  --color-border-panel: var(--color-primary-60);
  --color-border-menu: var(--color-primary-60);
  --color-primary-border: var(--color-primary);
  --color-accent-border: var(--color-accent1-20);
  --color-fg-panel-link: var(--color-primary-20);
  --color-fg-panel-link-active: var(--color-primary-40);
  --color-fg-menu-active: var(--color-primary-10);
  --color-nav-link: var(--color-gray-2);
  --color-nav-link-active: var(--color-gray-20);
  --color-primary-button: var(--color-accent1-150);
  --color-primary-button-hover: var(--color-accent1-125);
  --color-accent-button: var(--color-accent);
  --color-gray-button: var(--color-gray-100);
  --color-accent-button-hover: var(--color-accent-60);
  --color-filled-button-text: var(--color-gray-2);
  --color--outline-button-text: var(--color-gray-100);
  --color-main-icon: var(--color-gray-2);
  --color-primary-icon: var(--color-primary);
  --color-accent1-icon: var(--color-accent);
  --color-accent2-icon: var(--color-accent2);
  --color-accent3-icon: var(--color-accent3);
  --color-shadow-panel: var(--color-gray-100);
  --color-fg-panel-header-active: var(--color-gray-2);
  --color-fg-panel-active: var(---color-accent2-125);
}
:root {
  --color-primary: #1976D2;
  --color-primary-10: #E8F2FB;
  --color-primary-20: #D1E4F6;
  --color-primary-40: #A3C8ED;
  --color-primary-60: #75ADE4;
  --color-primary-80: #4791DB;
  --color-primary-125: #13589D;
  --color-primary-150: #0C3B69;
  --color-primary-175: #061D34;
  --color-accent: #D48D17;
  --color-accent-10: #FBF4E8;
  --color-accent-20: #F6E8D1;
  --color-accent-40: #EED1A2;
  --color-accent-60: #E5BB74;
  --color-accent-80: #DDA445;
  --color-accent-125: #9F6A11;
  --color-accent-150: #6A460B;
  --color-accent-175: #352306;
  --color-accent1: #681DD6;
  --color-accent1-10: #F0E9FB;
  --color-accent1-20: #E1D2F7;
  --color-accent1-40: #C3A5EF;
  --color-accent1-60: #A477E6;
  --color-accent1-80: #864ADE;
  --color-accent1-125: #4E16A0;
  --color-accent1-150: #340E6B;
  --color-accent1-175: #1A0735;
  --color-accent2: #1CBA88;
  --color-accent2-10: #E8F2FB;
  --color-accent2-20: #D2F1E7;
  --color-accent2-40: #A4E3CF;
  --color-accent2-60: #77D6B8;
  --color-accent2-80: #49C8A0;
  --color-accent2-125: #158B66;
  --color-accent2-150: #0E5D44;
  --color-accent2-175: #072E22;
  --color-alert-success: #27A752;
  --color-alert-warning: #DFB42F;
  --color-alert-error: #E5463B;
  --color-danger: var(--color-alert-error);
  --color-gray-100: #222222;
  --color-gray-95: #2D2D2D;
  --color-gray-80: #4E4E4E;
  --color-gray-65: #6F6F6F;
  --color-gray-50: #919191;
  --color-gray-35: #B2B2B2;
  --color-gray-20: #D3D3D3;
  --color-gray-10: #E9E9E9;
  --color-gray-5: #F4F4F4;
  --color-gray-2: #FBFBFB;
  --logo-image: url(https://www.nuviot.com/images/nuviot-white.png);
  --sl-logo-image: url(https://webimages.nyc3.cdn.digitaloceanspaces.com/public/sftlog-large-white.png);
  --page-bg-tile-image: url(https://www.nuviot.com/images/light-bg-tile.png);
  --color-fg: var(--color-gray-100);
  --color-bg:var(--color-gray-5);
  --color-bg-panel: #fff;
  --color-bg-panel-active: var(--color-gray-2);
  --color-bg-menu: var(--color-primary);
  --color-bg-submenu: var(--color-primary-80);
  --color-bg-panel-header: var(--color-primary);
  --color-bg-drop: var(--color-accent2-125);
  --color-bg-menu-active: var(--color-gray-80);
  --color-bg-list-separator: var(--color-gray-100);
  --color-bg-list-row: var(--color-gray-2);
  --color-bg-list-alt-row: var(--color-gray-5);
  --color-bg-list-row-hover: var(--color-gray-20);
  --color-fg-list-row: var(--color-gray-80);
  --color-fg-list-alt-row: var(--color-gray-95);
  --color-fg-list-row-hover: var(--color-gray-100);
  --color-fg: var(--color-gray-100);
  --color-main-heading:var(--color-gray-100);
  --color-primary-heading: var(--color-primary);
  --color-accent-heading: var(--color-gray-2);
  --color-fg-panel: var(--color-fg);
  --color-fg-panel-header: var(--color-gray-10);
  --color-small-text: var(--color-gray-10);
  --color-placeholder-text: var(--color-gray-35);
  --color-border-panel: var(--color-primary-40);
  --color-border-menu: var(--color-gray-2);
  --color-primary-border: var(--color-primary-40);
  --color-accent-border: var(--color-accent);
  --color-fg-panel-link: var(--color-accent);
  --color-fg-panel-link-active: var(--color-accent-125);
  --color-fg-menu: var(--color-gray-20);
  --color-fg-menu-active: var(--color-gray-2);
  --color-nav-link: var(--color-primary-80);
  --color-nav-link-active: var(--color-primary);
  --color-primary-button: var(--color-accent2-125);
  --color-primary-button-hover: var(--color-accent2-60);
  --color-accent-button: var(--color-accent2);
  --color-gray-button: var(--color-gray-100);
  --color-accent-button-hover: var(--color-accent2-60);
  --color-filled-button-text: var(--color-gray-2);
  --color--outline-button-text: var(--color-gray-100);
  --color-main-icon: var(--color-gray-2);
  --color-primary-icon: var(--color-primary);
  --color-accent1-icon: var(--color-accent);
  --color-accent2-icon: var(--color-accent2);
  --color-accent3-icon: var(--color-accent3);
  --color-shadow-panel: var(--color-gray-35);
  --color-fg-panel-header-active: #fff;
  --color-fg-panel-active: var(--color-accent2-125);
}
:root {
  --color-primary: #1976D2;
  --color-primary-10: #E8F2FB;
  --color-primary-20: #D1E4F6;
  --color-primary-40: #A3C8ED;
  --color-primary-60: #75ADE4;
  --color-primary-80: #4791DB;
  --color-primary-125: #13589D;
  --color-primary-150: #0C3B69;
  --color-primary-175: #061D34;
  --color-accent: #D48D17;
  --color-accent-10: #FBF4E8;
  --color-accent-20: #F6E8D1;
  --color-accent-40: #EED1A2;
  --color-accent-60: #E5BB74;
  --color-accent-80: #DDA445;
  --color-accent-125: #9F6A11;
  --color-accent-150: #6A460B;
  --color-accent-175: #352306;
  --color-accent1: #681DD6;
  --color-accent1-10: #F0E9FB;
  --color-accent1-20: #E1D2F7;
  --color-accent1-40: #C3A5EF;
  --color-accent1-60: #A477E6;
  --color-accent1-80: #864ADE;
  --color-accent1-125: #4E16A0;
  --color-accent1-150: #340E6B;
  --color-accent1-175: #1A0735;
  --color-accent2: #1CBA88;
  --color-accent2-10: #E8F2FB;
  --color-accent2-20: #D2F1E7;
  --color-accent2-40: #A4E3CF;
  --color-accent2-60: #77D6B8;
  --color-accent2-80: #49C8A0;
  --color-accent2-125: #158B66;
  --color-accent2-150: #0E5D44;
  --color-accent2-175: #072E22;
  --color-alert-success: #27A752;
  --color-alert-warning: #DFB42F;
  --color-alert-error: #E5463B;
  --color-danger: var(--color-alert-error);
  --color-gray-100: #222222;
  --color-gray-95: #2D2D2D;
  --color-gray-80: #4E4E4E;
  --color-gray-65: #6F6F6F;
  --color-gray-50: #919191;
  --color-gray-35: #B2B2B2;
  --color-gray-20: #D3D3D3;
  --color-gray-10: #E9E9E9;
  --color-gray-5: #F4F4F4;
  --color-gray-2: #FBFBFB;
  --logo-image: url(https://www.nuviot.com/images/nuviot-white.png);
  --sl-logo-image: url(https://webimages.nyc3.cdn.digitaloceanspaces.com/public/sftlog-large-white.png);
  --page-bg-tile-image: url(https://www.nuviot.com/images/light-bg-tile.png);
  --color-fg: var(--color-gray-100);
  --color-bg: #fff;
  --color-bg-panel: var(--color-gray-5);
  --color-bg-panel-active: var(--color-gray-2);
  --color-bg-menu: var(--color-primary);
  --color-bg-submenu: var(--color-primary-80);
  --color-bg-panel-header: var(--color-primary);
  --color-bg-drop: var(--color-accent2-125);
  --color-bg-menu-active: var(--color-gray-20);
  --color-bg-list-separator: black;
  --color-bg-list-row: var(--color-gray-2);
  --color-bg-list-alt-row: var(--color-gray-5);
  --color-bg-list-row-hover: var(--color-gray-20);
  --color-fg-list-row: var(--color-gray-80);
  --color-fg-list-alt-row: var(--color-gray-95);
  --color-fg-list-row-hover: var(--color-gray-100);
  --color-fg: var(--color-gray-100);
  --color-main-heading:var(--color-gray-100);
  --color-primary-heading: var(--color-primary);
  --color-accent-heading: var(--color-gray-2);
  --color-fg-panel: var(--color-fg);
  --color-fg-panel-header: var(--color-gray-2);
  --color-small-text: var(--color-gray-10);
  --color-placeholder-text: var(--color-gray-35);
  --color-border-panel: var(--color-gray-50);
  --color-border-menu: var(--color-gray-2);
  --color-primary-border: var(--color-primary-40);
  --color-accent-border: var(--color-accent);
  --color-fg-panel-link: var(var(--color-accent));
  --color-fg-panel-link-active: var(var(--color-accent-125));
  --color-fg-menu: var(--color-gray-20);
  --color-fg-menu-active: var(--color-gray-2);
  --color-nav-link: var(--color-primary-80);
  --color-nav-link-active: var(--color-primary);
  --color-primary-button: var(--color-accent2-125);
  --color-primary-button-hover: var(--color-accent2-60);
  --color-accent-button: var(--color-accent2);
  --color-gray-button: var(--color-gray-100);
  --color-accent-button-hover: var(--color-accent2-60);
  --color-filled-button-text: var(--color-gray-2);
  --color--outline-button-text: var(--color-gray-100);
  --color-main-icon: var(--color-gray-2);
  --color-primary-icon: var(--color-primary);
  --color-accent1-icon: var(--color-accent);
  --color-accent2-icon: var(--color-accent2);
  --color-accent3-icon: var(--color-accent3);
  --color-shadow-panel: #c0c0c0;
  --color-fg-panel-header-active: var(--color-gray-2);
  --color-fg-panel-active: var(---color-accent2-125);
}
body.dark-theme {
  --color-primary: #1976D2;
  --color-primary-10: #E8F2FB;
  --color-primary-20: #D1E4F6;
  --color-primary-40: #A3C8ED;
  --color-primary-60: #75ADE4;
  --color-primary-80: #4791DB;
  --color-primary-125: #13589D;
  --color-primary-150: #0C3B69;
  --color-primary-175: #061D34;
  --color-accent: #D48D17;
  --color-accent-10: #FBF4E8;
  --color-accent-20: #F6E8D1;
  --color-accent-40: #EED1A2;
  --color-accent-60: #E5BB74;
  --color-accent-80: #DDA445;
  --color-accent-125: #9F6A11;
  --color-accent-150: #6A460B;
  --color-accent-175: #352306;
  --color-accent1: #681DD6;
  --color-accent1-10: #F0E9FB;
  --color-accent1-20: #E1D2F7;
  --color-accent1-40: #C3A5EF;
  --color-accent1-60: #A477E6;
  --color-accent1-80: #864ADE;
  --color-accent1-125: #4E16A0;
  --color-accent1-150: #340E6B;
  --color-accent1-175: #1A0735;
  --color-accent2: #1CBA88;
  --color-accent2-10: #E8F2FB;
  --color-accent2-20: #D2F1E7;
  --color-accent2-40: #A4E3CF;
  --color-accent2-60: #77D6B8;
  --color-accent2-80: #49C8A0;
  --color-accent2-125: #158B66;
  --color-accent2-150: #0E5D44;
  --color-accent2-175: #072E22;
  --color-alert-success: #27A752;
  --color-alert-warning: #DFB42F;
  --color-alert-error: #E5463B;
  --color-danger: var(--color-alert-error);
  --color-gray-100: #222222;
  --color-gray-95: #2D2D2D;
  --color-gray-80: #4E4E4E;
  --color-gray-65: #6F6F6F;
  --color-gray-50: #919191;
  --color-gray-35: #B2B2B2;
  --color-gray-20: #D3D3D3;
  --color-gray-10: #E9E9E9;
  --color-gray-5: #F4F4F4;
  --color-gray-2: #FBFBFB;
  --logo-image: url(https://www.nuviot.com/images/nuviot-white.png);
  --sl-logo-image: url(https://webimages.nyc3.cdn.digitaloceanspaces.com/public/sftlog-large-white.png);
  --page-bg-tile-image: url(https://www.nuviot.com/images/dark-bg-tile.png);
  --color-bg: var(--color-gray-100);
  --color-bg-panel: var(--color-primary-150);
  --color-bg-panel-active: var(--color-primary-125);
  --color-bg-menu: var(--color-primary-175);
  --color-bg-submenu: var(--color-primary-150);
  --color-bg-panel-header: var(--color-gray-95);
  --color-bg-drop: var(--color-primary-125);
  --color-bg-menu-active: var(--color-primary-175);
  --color-bg-list-separator: var(--color-gray-50);
  --color-bg-list-row: var(--color-gray-80);
  --color-bg-list-alt-row: var(--color-gray-95);
  --color-bg-list-row-hover: var(--color-gray-65);
  --color-fg-list-row: var(--color-gray-5);
  --color-fg-list-alt-row: var(--color-gray-5);
  --color-fg-list-row-hover: #fff;
  --color-fg: var(--color-gray-2);
  --color-fg-panel: var(--color-gray-2);
  --color-main-heading:var(--color-gray-2);
  --color-primary-heading: var(--color-primary);
  --color-accent-heading: var(--color-gray-2);
  --color-fg-panel-header: var(--color-gray-2);
  --color-small-text: var(--color-gray-10);
  --color-placeholder-text: var(--color-gray-10);
  --color-border-panel: var(--color-primary-60);
  --color-border-menu: var(--color-primary-60);
  --color-primary-border: var(--color-primary);
  --color-accent-border: var(--color-gray-80);
  --color-fg-panel-link: var(--color-primary-20);
  --color-fg-panel-link-active: var(--color-primary-40);
  --color-fg-menu: var(--color-gray-10);
  --color-fg-menu-active: var(--color-gray-2);
  --color-nav-link: var(--color-gray-2);
  --color-nav-link-active: var(--color-gray-20);
  --color-primary-button: var(--color-primary-125);
  --color-primary-button-hover: var(--color-primary-150);
  --color-accent-button: var(--color-accent);
  --color-gray-button: var(--color-gray-100);
  --color-accent-button-hover: var(--color-gray-80);
  --color-filled-button-text: var(--color-gray-2);
  --color--outline-button-text: var(--color-gray-100);
  --color-main-icon: var(--color-gray-2);
  --color-primary-icon: var(--color-primary);
  --color-accent2-icon: var(--color-accent);
  --color-accent2-icon: var(--color-accent2);
  --color-accent3-icon: var(--color-accent3);
  --color-shadow-panel: var(--color-gray-100);
  --color-fg-panel-header-active: var(--color-gray-2);
  --color-fg-panel-active: var(--color-gray-80);
}
body.custom-theme {
  --color-primary: #B4626B;
  --color-primary-10: #F8EFF0;
  --color-primary-20: #F0E0E1;
  --color-primary-40: #E1C0C4;
  --color-primary-60: #D2A1A6;
  --color-primary-80: #C38189;
  --color-primary-125: #874A50;
  --color-primary-150: #5A3136;
  --color-primary-175: #2D191B;
  --color-accent: #7E5D5C;
  --color-accent-10: #F2EFEF;
  --color-accent-20: #E5DFDE;
  --color-accent-40: #CBBEBE;
  --color-accent-60: #B29E9D;
  --color-accent-80: #987D7D;
  --color-accent-125: #5F4645;
  --color-accent-150: #3F2F2E;
  --color-accent-175: #201717;
  --color-accent1: #5AC0C6;
  --color-accent1-10: #EFF9F9;
  --color-accent1-20: #DEF2F4;
  --color-accent1-40: #BDE6E8;
  --color-accent1-60: #9CD9DD;
  --color-accent1-80: #7BCDD1;
  --color-accent1-125: #449095;
  --color-accent1-150: #2D6063;
  --color-accent1-175: #173032;
  --color-accent2: #103A4C;
  --color-accent2-10: #E7EBED;
  --color-accent2-20: #CFD8DB;
  --color-accent2-40: #9FB0B7;
  --color-accent2-60: #708994;
  --color-accent2-80: #406170;
  --color-accent2-125: #0C2C39;
  --color-accent2-150: #081D26;
  --color-accent2-175: #040F13;
  --color-alert-success: #27A752;
  --color-alert-warning: #DFB42F;
  --color-alert-error: #E5463B;
  --color-danger: var(--color-alert-error);
  --color-gray-100: #222222;
  --color-gray-95: #2D2D2D;
  --color-gray-80: #4E4E4E;
  --color-gray-65: #6F6F6F;
  --color-gray-50: #919191;
  --color-gray-35: #B2B2B2;
  --color-gray-20: #D3D3D3;
  --color-gray-10: #E9E9E9;
  --color-gray-5: #F4F4F4;
  --color-gray-2: #FBFBFB;
  --logo-image: url(/app/ui-shared/assets/nuviot-white.png);
  --color-bg: var(--color-primary-175);
  --color-bg-panel: var(--color-primary-125);
  --color-bg-panel-active: var(--color-primary-150);
  --color-bg-menu: var(--color-primary-150);
  --color-bg-submenu: var(--color-primary-125);
  --color-bg-panel-header: var(--color-accent1-150);
  --color-bg-drop: var(--color-accent1-150);
  --color-bg-menu-active: var(--color-primary-175);
  --color-bg-list-separator: black;
  --color-bg-list-row: var(--color-primary-125);
  --color-bg-list-alt-row: var(--color-primary-150);
  --color-bg-list-row-hover: var(--color-primary-175);
  --color-fg-list-row: var(--color-gray-10);
  --color-fg-list-alt-row: var(--color-gray-5);
  --color-fg-list-row-hover: var(--color-gray-2);
  --color-fg: var(--color-gray-2);
  --color-fg-panel: var(--color-gray-2);
  --color-main-heading:var(--color-gray-2);
  --color-primary-heading: var(--color-primary);
  --color-accent-heading: var(--color-gray-2);
  --color-fg-panel-header: var(--color-gray-2);
  --color-fg-menu: var(--color-gray-2);
  --color-small-text: var(--color-gray-10);
  --color-placeholder-text: var(--color-gray-10);
  --color-border-panel: var(--color-primary-60);
  --color-border-menu: var(--color-primary-60);
  --color-primary-border: var(--color-primary);
  --color-accent-border: var(--color-accent1-20);
  --color-fg-panel-link: var(--color-primary-20);
  --color-fg-panel-link-active: var(--color-primary-40);
  --color-fg-menu-active: var(--color-primary-10);
  --color-nav-link: var(--color-gray-2);
  --color-nav-link-active: var(--color-gray-20);
  --color-primary-button: var(--color-accent1-150);
  --color-primary-button-hover: var(--color-accent1-125);
  --color-accent-button: var(--color-accent);
  --color-gray-button: var(--color-gray-100);
  --color-accent-button-hover: var(--color-accent-60);
  --color-filled-button-text: var(--color-gray-2);
  --color--outline-button-text: var(--color-gray-100);
  --color-main-icon: var(--color-gray-2);
  --color-primary-icon: var(--color-primary);
  --color-accent1-icon: var(--color-accent);
  --color-accent2-icon: var(--color-accent2);
  --color-accent3-icon: var(--color-accent3);
  --color-shadow-panel: var(--color-gray-100);
  --color-fg-panel-header-active: var(--color-gray-2);
  --color-fg-panel-active: var(---color-accent2-125);
}
.blade {
  border: 1px solid var(--color-border-panel);
  overflow: hidden;
  width: 500px;
}
.blade-content {
  border: 1px solid var(--color-border-panel);
  overflow-y: auto;
  width: 500px;
  height: calc(100vh - 180px);
}
.blade-diagram {
  border: 1px solid var(--color-border-panel);
  overflow: hidden;
  height: calc(100vh - 84px);
}
.blade-header {
  border-bottom: 1px solid var(--color-panel-border);
  background-color: var(--color-bg-panel-header);
  padding: 6px;
  padding-left: 16px;
}
.blade-header label {
  font-weight: bold;
  color: var(--color-fg-panel-header);
}
.blade-actions {
  text-align: right;
  right: 0px;
  float: right;
  flex-grow: 1;
}
.blade-actions i {
  margin-right: 4pt;
  color: var(--color-fg-panel-header);
}
.blade-actions i:hover {
  cursor: pointer;
}
.blade-actions span {
  padding: 8pt;
  border-radius: 4pt;
  margin: 4pt;
  color: var(--color-fg-panel-header);
  cursor: pointer;
}
.blade-actions span:hover {
  color: var(--color-fg-panel-header-active);
}
.nuv-surface-page {
  background: var(--nuv-color-surface-page);
  color: var(--nuv-color-text-primary);
}
.nuv-surface-panel {
  min-width: 0;
  background: var(--nuv-color-surface-panel);
  border: 1px solid var(--nuv-color-border-panel);
  border-radius: 10px;
}
.nuv-surface-panel--raised {
  background: var(--nuv-color-surface-raised);
  box-shadow: var(--nuv-shadow-sm);
}
.nuv-surface-panel--selected {
  background: var(--nuv-color-surface-selected);
  border-color: var(--nuv-color-border-selected);
  box-shadow: inset 3px 0 0 var(--nuv-color-brand-identity), var(--nuv-shadow-sm);
}
.nuv-surface-brand-wash {
  background:
    linear-gradient(
      180deg,
      var(--nuv-color-surface-brand-wash) 0%,
      var(--nuv-color-surface-page) 240px);
}
.nuv-control-deck {
  background: var(--nuv-color-surface-raised);
  border-bottom: 1px solid var(--nuv-color-border-panel);
  box-shadow: var(--nuv-shadow-control-deck);
}
.nuv-bounded-panel {
  min-width: 0;
  padding: 16px;
  background: var(--nuv-color-surface-raised);
  border: 1px solid var(--nuv-color-border-panel);
  border-radius: 10px;
  box-shadow: var(--nuv-shadow-sm);
}
.nuv-status-pill {
  display: inline-flex;
  align-items: center;
  min-height: 22px;
  padding: 2px 7px;
  border: 1px solid currentColor;
  border-radius: 999px;
  font-size: 0.68rem;
  font-weight: 700;
  white-space: nowrap;
}
.nuv-status-pill--info {
  color: var(--nuv-color-status-info);
  background: var(--nuv-color-status-info-surface);
  border-color: var(--nuv-color-status-info-border);
}
.nuv-status-pill--success {
  color: var(--nuv-color-status-success);
  background: var(--nuv-color-status-success-surface);
  border-color: var(--nuv-color-status-success-border);
}
.nuv-status-pill--warning {
  color: var(--nuv-color-status-warning);
  background: var(--nuv-color-status-warning-surface);
  border-color: var(--nuv-color-status-warning-border);
}
.nuv-status-pill--danger {
  color: var(--nuv-color-status-danger);
  background: var(--nuv-color-status-danger-surface);
  border-color: var(--nuv-color-status-danger-border);
}
.nuv-field {
  display: grid;
  min-width: 0;
  gap: 0.375rem;
}
.nuv-field__label {
  color: var(--nuv-color-text-heading);
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.25;
}
.nuv-field__hint {
  color: var(--nuv-color-text-placeholder);
  font-size: 0.8125rem;
  line-height: 1.35;
}
.nuv-field__error {
  color: var(--nuv-color-status-danger);
  font-size: 0.8125rem;
  font-weight: 600;
  line-height: 1.35;
}
.nuv-input,
.nuv-select {
  box-sizing: border-box;
  width: 100%;
  min-width: 0;
  min-height: 2.5rem;
  padding: 0.5rem 0.625rem;
  border: 1px solid var(--nuv-color-border-panel);
  border-radius: 0.5rem;
  background: var(--nuv-color-surface-panel);
  color: var(--nuv-color-text-primary);
  font: inherit;
  line-height: 1.35;
  transition:
    border-color 120ms ease-out,
    box-shadow 120ms ease-out,
    background 120ms ease-out;
}
textarea.nuv-input {
  min-height: 6rem;
  resize: vertical;
}
.nuv-input::placeholder {
  color: var(--nuv-color-text-placeholder);
  opacity: 1;
}
.nuv-input:hover:not(:disabled):not([readonly]),
.nuv-select:hover:not(:disabled) {
  border-color: color-mix(in srgb, var(--nuv-color-brand-identity) 45%, var(--nuv-color-border-panel));
}
.nuv-input:focus-visible,
.nuv-select:focus-visible {
  border-color: var(--nuv-color-brand-identity);
  outline: 0;
  box-shadow: 0 0 0 3px color-mix(in srgb, var(--nuv-color-brand-identity) 16%, transparent);
}
.nuv-input:disabled,
.nuv-select:disabled,
.nuv-input[readonly] {
  cursor: not-allowed;
  background: color-mix(in srgb, var(--nuv-color-surface-panel) 88%, var(--nuv-color-text-placeholder));
  color: var(--nuv-color-text-placeholder);
  opacity: 0.72;
}
.nuv-input[readonly] {
  cursor: default;
}
.nuv-input:invalid:not(:focus):not(:placeholder-shown),
.nuv-select:invalid:not(:focus),
.nuv-input.ng-invalid.ng-touched,
.nuv-select.ng-invalid.ng-touched {
  border-color: var(--nuv-color-status-danger);
}
.nuv-input:invalid:focus-visible,
.nuv-select:invalid:focus-visible,
.nuv-input.ng-invalid.ng-touched:focus-visible,
.nuv-select.ng-invalid.ng-touched:focus-visible {
  border-color: var(--nuv-color-status-danger);
  box-shadow: 0 0 0 3px color-mix(in srgb, var(--nuv-color-status-danger) 16%, transparent);
}
.nuv-select {
  cursor: pointer;
}
.nuv-checkbox,
.nuv-radio {
  box-sizing: border-box;
  width: 1.125rem;
  height: 1.125rem;
  margin: 0;
  flex: 0 0 auto;
  border: 1px solid var(--nuv-color-border-panel);
  background: var(--nuv-color-surface-panel);
  accent-color: var(--nuv-color-brand-identity);
  cursor: pointer;
  vertical-align: middle;
}
.nuv-checkbox {
  border-radius: 0.25rem;
}
.nuv-radio {
  border-radius: 50%;
}
.nuv-checkbox:focus-visible,
.nuv-radio:focus-visible {
  outline: 2px solid var(--nuv-color-brand-identity);
  outline-offset: 3px;
}
.nuv-checkbox:disabled,
.nuv-radio:disabled {
  cursor: not-allowed;
  opacity: 0.55;
}
.nuv-check,
.nuv-radio-option {
  display: inline-flex;
  min-width: 0;
  align-items: flex-start;
  gap: 0.5rem;
  color: var(--nuv-color-text-primary);
  font: inherit;
  line-height: 1.35;
  cursor: pointer;
}
.nuv-check:has(.nuv-checkbox:disabled),
.nuv-radio-option:has(.nuv-radio:disabled) {
  cursor: not-allowed;
  opacity: 0.72;
}
.nuv-choice-group {
  display: flex;
  min-width: 0;
  flex-wrap: wrap;
  gap: 0.75rem 1rem;
}
@media (max-width: 640px) {
  .nuv-input,
  .nuv-select {
    min-height: 2.75rem;
  }
  .nuv-checkbox,
  .nuv-radio {
    width: 1.25rem;
    height: 1.25rem;
  }
  .nuv-choice-group {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (prefers-reduced-motion: reduce) {
  .nuv-input,
  .nuv-select {
    transition: none;
  }
}
html {
  height: 100%;
  height: 100vh;
}
body {
  font: 100% Helvetica, sans-serif;
  color: var(--color-fg);
  margin: 0;
  height: 100%;
  width: 100%;
}
.main-icon {
  width: 400px;
  height: 122px;
  margin-top: 100px;
}
.action-inline {
  color: var(--color-nav-link) !important;
  cursor: pointer !important;
  text-decoration: none;
}
.action-inline:hover {
  color: var(--color-nav-link-active) !important;
}
.action,
.action-large {
  color: var(--color-nav-link) !important;
  cursor: pointer !important;
  margin-right: 5px;
  text-decoration: none;
  padding: 5px 8px;
  border-radius: 4px;
}
.action-favorite {
  color: gold !important;
  cursor: pointer !important;
  text-decoration: none;
}
.action:hover,
.action-large:hover {
  color: var(--color-nav-link-active) !important;
}
.action i,
.action-large i {
  margin-right: 4pt;
}
.action-danger {
  color: var(--color-danger) !important;
  cursor: pointer !important;
  margin-right: 5px;
  margin-left: 10px;
  padding: 5px;
  border-radius: 4px;
}
.action-large {
  font-size: 18pt;
}
.btn-full-size {
  width: 160px;
  height: 40px;
  font-size: 16pt;
  padding: 4px;
  font-weight: bold;
  margin: 4pt;
}
.btn-brand {
  background-color: var(--color-primary-button);
  color: var(--color-filled-button-text);
}
@media screen and (min-width: 768px) {
  .panel {
    overflow: hidden;
  }
}
@media screen and (max-width: 480px) {
  .panel {
    overflow: hidden;
  }
}
.png servanel-header {
  height: 40px;
  padding: 6px;
  padding-left: 16px;
}
.panel-header label {
  font-weight: bold;
  display: block !important;
}
.panel-content {
  clear: both;
  padding: 6px;
  color: var(--color-fg-panel);
}
.panel-actions {
  position: sticky;
  top: 0px;
  text-align: right;
  right: 0px;
  background-color: #000;
  flex-grow: 1;
  padding: 3px;
  cursor: pointer;
  color: var(--color-nav-link) !important;
  z-index: 100;
}
.panel-footer {
  padding: 10px;
  align-content: right;
  border-top: 1px solid var(--color-fg-panel);
}
.panel-title {
  font-size: 16pt;
  font-weight: bold;
  float: left;
}
.panel-actions i {
  margin-right: 4pt;
}
.panel-actions i:hover {
  cursor: pointer;
  color: var(--color-nav-link-active) !important;
}
.panel-actions span {
  padding: 8pt;
  border-radius: 4pt;
  margin: 4pt;
  cursor: pointer;
}
.form-command-bar {
  position: sticky;
  top: 0;
  z-index: 100;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 0.75rem;
  min-height: 2rem;
  padding: 0.2rem 0.5rem;
  background: var(--color-bg-panel);
  border-bottom: 1px solid var(--color-border-panel);
  box-shadow: 0 1px 3px var(--color-shadow-panel);
}
.form-command-bar__labels {
  min-width: 0;
}
.form-command-bar__actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 0.25rem;
}
.form-command-bar__action {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  border: 1px solid transparent;
  border-radius: 999px;
  background: transparent;
  color: var(--color-fg-panel-link);
  cursor: pointer;
  font: inherit;
  font-size: 0.875rem;
  line-height: 1;
  padding: 0.3rem 0.55rem;
}
.form-command-bar__action:hover {
  background: var(--color-bg-panel-active);
  border-color: var(--color-border-panel);
  color: var(--color-fg-panel-link-active);
}
.form-command-bar__action i {
  font-size: 0.875rem;
}
.form-command-bar__action--primary {
  background: var(--color-primary-button);
  border-color: var(--color-primary-button);
  color: var(--color-filled-button-text);
}
.form-command-bar__action--primary:hover {
  background: var(--color-primary-button-hover);
  border-color: var(--color-primary-button-hover);
  color: var(--color-filled-button-text);
}
.form-command-bar__dirty {
  font-weight: 800;
  margin-left: 0.125rem;
}
.panel-footer {
  padding: 10px;
  align-content: right;
  border-top: 1px solid var(--color-fg-panel);
}
.panel-title {
  font-size: 16pt;
  font-weight: bold;
  float: left;
}
@media (max-width: 900px) {
  .form-command-bar {
    grid-template-columns: 1fr;
    align-items: stretch;
  }
  .form-command-bar__actions {
    justify-content: flex-start;
  }
}
.nv-hor-menu {
  margin-top: 6px;
}
.nv-hor-menu li {
  margin-right: 20px;
}
.org-info {
  color: var(--color-nav-link-active);
}
.nv-app-header {
  color: var(--color-fg-menu);
  background-color: var(--color-bg-menu);
  height: 60px;
  width: 100%;
  border-bottom: 2px solid var(--color-border-panel);
}
.nv-app-header i {
  padding-right: 0.5rem;
}
.nv-app-header ol {
  list-style: none;
  padding: 0;
}
.nv-app-header li {
  display: inline;
  margin-left: 0;
  font-size: 16pt;
}
.nv-app-header li a:hover {
  color: var(--color-fg-menu-active);
}
.nv-app-header .nv-app-header-left {
  float: left;
  margin-left: 10px;
}
.nv-app-header .nv-app-header-right {
  float: right;
  margin-right: 10px;
  height: 32px;
}
.task-search-bar {
  float: left;
  width: 80%;
  height: 32px;
  margin-bottom: 10px;
}
.search-button {
  float: right;
  padding: 5px;
  margin-left: 2px;
  height: 32px;
  color: var(--color-main-icon);
  background-color: var(--color-primary-button);
  border-radius: 4px;
}
.dashboard-widget {
  margin-right: 1em;
  clear: right;
  float: left;
  position: absolute;
  left: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
.dashboard-widget.animate {
  -webkit-transition: all 500ms ease-out;
  -moz-transition: all 500ms ease-out;
  -o-transition: all 500ms ease-out;
  transition: all 500ms ease-out;
}
.dashboard-widget.active {
  z-index: 100000;
}
.cdk-overlay-container {
  z-index: 12000;
}
.btn-container {
  margin: 50% 0%;
}
.demo {
  touch-action: none;
}
.telem tr.telem-hdr {
  background-color: var(--color-bg-panel-header);
}
.telem tr.telem-hdr th {
  font-size: 12px;
  border-color: var(--color-fg-panel-header);
  border-style: solid;
  border-width: 1px;
  border-collapse: separate;
  color: var(--color-fg-panel-header);
  padding: 2px;
}
.telem tr.telem-row {
  font-family:
    "Lucida Console",
    Monaco,
    monospace;
  font-size: 12px;
  border-bottom-color: rgb(197, 203, 209);
}
.telem tr.telem-row td {
  padding-bottom: 2px;
  padding-left: 2px;
  color: var(--color-fg);
}
.mat-tab-label-content {
  color: var(--color-fg);
}
.mat-tab-group.mat-primary .mat-ink-bar {
  background-color: var(--color-primary) !important;
}
.container {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
@media screen and (min-width: 1024px) {
  .full-view-flex {
    display: flex !important;
    flex-wrap: wrap !important;
  }
  .full-view {
    display: visible !important;
  }
  .tablet-view-flex {
    display: none !important;
  }
  .tablet-view {
    display: none !important;
  }
  .phone-view {
    display: none !important;
  }
}
@media screen and (min-width: 481px) and (max-width: 1023px) {
  .tablet-view-flex {
    display: flex !important;
    flex-wrap: wrap !important;
  }
  .full-view-flex {
    display: none !important;
  }
  .full-view {
    display: none !important;
  }
  .phone-view {
    display: none !important;
  }
}
@media screen and (max-width: 480px) {
  .phone-view {
    display: visible !important;
  }
  .full-view-flex {
    display: none !important;
  }
  .full-view {
    display: none !important;
  }
  .tablet-view-flex {
    display: none !important;
  }
  .tablet-view {
    display: none !important;
  }
}
@media screen and (min-width: 1024px) {
  .router-container {
    max-width: 1800px;
  }
}
a.child-term {
  color: var(--color-nav-link) !important;
  text-decoration: none;
  font-weight: 700;
}
a.child-term:hover {
  color: var(--color-nav-link-active) !important;
  text-decoration: underline;
}
.busyMsg {
  color: white;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1000;
  font-size: 16pt;
}
.busyMask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0.5;
  z-index: 999;
}
.icon-image {
  border-radius: 25%;
}
.srcConnectorEp {
  position: absolute;
  bottom: 46%;
  right: -5px;
  width: 1em;
  height: 1em;
  background-color: orange;
  cursor: pointer;
  box-shadow: 0 0 2px black;
  -webkit-transition: -webkit-box-shadow 0.25s ease-in;
  -moz-transition: -moz-box-shadow 0.25s ease-in;
  transition: box-shadow 0.25s ease-in;
}
.diagram-container {
  background-color: var(--color-bg);
  position: relative;
  height: calc(100vh - 305px);
  width: calc(100vw - 70px);
  top: 0px;
  border: 1px solid gray;
  overflow: auto;
}
.diagram-node:hover {
  background-color: #5c96bc;
  color: white;
}
.ep:hover {
  box-shadow: 0 0 6px black;
}
.dragHover {
  border: 2px solid orange;
}
.node-name {
  color: var(--color-primary);
}
path,
.jtk-endpoint {
  cursor: pointer;
}
div.mention-card div,
.tox div.mention-card div {
  flex-grow: 1;
}
div.mention-card,
.tox div.mention-card {
  width: 240px;
  display: flex;
  background: white;
  border: 1px solid #ccc;
  border-radius: 3px;
  box-shadow: 0 4px 8px 0 rgba(34, 47, 62, 0.1);
  padding: 8px;
  font-size: 14px;
  font-family:
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    Oxygen-Sans,
    Ubuntu,
    Cantarell,
    "Helvetica Neue",
    sans-serif;
}
div.mention-card::after,
.tox div.mention-card::after {
  content: "";
  clear: both;
  display: table;
}
div.mention-card h1,
.tox div.mention-card h1 {
  font-size: 14px;
  font-weight: bold;
  margin: 0 0 8px;
  padding: 0;
  line-height: normal;
  font-family:
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    Oxygen-Sans,
    Ubuntu,
    Cantarell,
    "Helvetica Neue",
    sans-serif;
}
div.mention-card p,
.tox div.mention-card p {
  font-family:
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    Oxygen-Sans,
    Ubuntu,
    Cantarell,
    "Helvetica Neue",
    sans-serif;
}
.tox div.mention-card img.avatar,
div.mention-card img.avatar {
  width: 48px;
  height: 48px;
  margin-right: 8px;
  float: left;
}
.save-bar {
  display: flex;
  justify-content: flex-end;
  gap: 5px;
}
.save-bar button:first-child {
  margin-right: 10px;
}
.save-bar button:first-child .btn {
  margin: 0;
}
.image-generation-modal .modal-dialog {
  width: calc(100vw - 32px);
  max-width: 1400px;
  height: calc(100vh - 32px);
  margin: 16px auto;
}
.image-generation-modal .modal-content {
  height: 100%;
  max-height: 100%;
  overflow: hidden;
}
.image-generation-modal .modal-body {
  height: 100%;
  padding: 0;
  overflow: hidden;
}
html,
body {
  min-height: 100%;
  margin: 0;
}
body {
  min-width: 320px;
}

/* angular:styles/global:styles */
/*# sourceMappingURL=styles.css.map */
