@charset "UTF-8";

/* ../../node_modules/normalize.css/normalize.css */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
main {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none;
}

/* ../5-stencil-web-components/dist/styles/themes/uCORE-dark/sizes.css */
:root {
  --ucc-base-grid: 8px;
  --ucc-base-font: 16px;
  --ucc-base-icon: 16px;
  --ucc-base-border: 1px;
  --ucc-base-radius: 8px;
  --ucc-size-grid: var(--ucc-base-grid);
  --ucc-size-control: calc(var(--ucc-base-grid) * 8);
  --ucc-size-text-controls: calc(var(--ucc-base-grid) * 2);
  --ucc-size-control-with-labels: calc(var(--ucc-size-control) * 2);
  --ucc-size-gap-inside-controls: calc(var(--ucc-base-grid) * 0.5);
  --ucc-size-gap-between-controls: calc(var(--ucc-base-grid) * 2);
  --ucc-size-gap-inside-groups: var(--ucc-base-grid);
  --ucc-size-gap-between-groups: calc(var(--ucc-base-grid) * 4);
  --ucc-size-padding-default: calc(var(--ucc-base-grid) * 2);
  --ucc-size-margin-default: var(--ucc-base-grid);
  --ucc-size-icon-small: calc(var(--ucc-base-icon) * 0.75);
  --ucc-size-icon-default: var(--ucc-base-icon);
  --ucc-size-icon-large: calc(var(--ucc-base-icon) * 1.5);
  --ucc-size-icon-xlarge: calc(var(--ucc-base-icon) * 3);
  --ucc-font-size-xs: 8px;
  --ucc-font-size-sm: 16px;
  --ucc-font-size-md: 24px;
  --ucc-font-size-lg: 32px;
  --ucc-font-size-tiny: calc(var(--ucc-font-size-xs) * 1.25);
  --ucc-font-size-normal: calc(var(--ucc-font-size-md) / 2);
  --ucc-font-size-body-sm: calc(var(--ucc-font-size-sm) * 0.875);
  --ucc-font-size-body-compact: calc(var(--ucc-font-size-sm) * 0.8125);
  --ucc-font-size-subtitle: calc(var(--ucc-font-size-sm) * 1.25);
  --ucc-font-size-xl: calc(var(--ucc-font-size-md) * 1.75);
  --ucc-font-size-2xl: calc(var(--ucc-font-size-md) * 2);
  --ucc-size-font-text: calc(var(--ucc-base-font) * 0.75);
  --ucc-size-font-control: calc(var(--ucc-base-font) * 1);
  --ucc-size-font-label: calc(var(--ucc-base-font) * 1);
  --ucc-size-font-headline: calc(var(--ucc-base-font) * 1);
  --ucc-size-font-page-title: calc(var(--ucc-base-font) * 1.75);
  --ucc-size-border-radius-controls: var(--ucc-base-radius);
  --ucc-size-border-radius-boxes: calc(var(--ucc-base-radius) * 2);
  --ucc-size-border-width: var(--ucc-base-border);
  --ucc-size-focus-outline-width: var(--ucc-base-border);
  --ucc-size-focus-outline-offset: var(--ucc-base-border);
  --ucc-size-focus-style: dashed;
  --ucc-font-weight-thin: 100;
  --ucc-font-weight-extra-light: 200;
  --ucc-font-weight-light: 300;
  --ucc-font-weight-regular: 400;
  --ucc-font-weight-medium: 500;
  --ucc-font-weight-semibold: 600;
  --ucc-font-weight-bold: 700;
  --ucc-font-weight-extra-bold: 800;
  --ucc-font-weight-heavy: 900;
  --ucc-size-avatar-width-big: calc(12 * var(--ucc-size-grid));
  --ucc-size-avatar-width-small: calc(6 * var(--ucc-size-grid));
  --ucc-size-avatar-width-tiny: calc(4 * var(--ucc-size-grid));
  --ucc-size-avatar-margin: var(--ucc-size-margin-default);
  --ucc-size-avatar-padding: var(--ucc-size-padding-default);
  --ucc-size-avatar-margin-inside: var(--ucc-size-gap-inside-groups);
  --ucc-size-avatar-font-name: var(--ucc-size-font-control);
  --ucc-size-avatar-font-role: var(--ucc-size-font-text);
  --ucc-size-avatar-border-width: var(--ucc-size-border-width);
  --ucc-size-flippable-card-width: calc(26 * var(--ucc-size-grid));
  --ucc-size-flippable-card-height: calc(38 * var(--ucc-size-grid));
  --ucc-size-flippable-card-header-gap: var(--ucc-size-gap-inside-groups);
  --ucc-size-flippable-card-header-to-content-gap: var(--ucc-size-gap-between-controls);
  --ucc-size-flippable-card-padding: var(--ucc-size-padding-default);
  --ucc-size-flippable-card-border-radius: var(--ucc-size-border-radius-controls);
  --ucc-size-flippable-card-content-padding: calc(2 * var(--ucc-size-padding-default));
  --ucc-size-icon-with-2-labels-gap: var(--ucc-size-gap-between-controls);
  --ucc-size-icon-with-2-labels-icon-size: var(--ucc-size-icon-large);
}

/* ../5-stencil-web-components/dist/styles/themes/uCORE-dark/colors.css */
:root {
  --ucc-color-primary: #e632cb;
  --ucc-color-primary-dark: #992187;
  --ucc-color-primary-darkest: #66165a;
  --ucc-color-secondary: #45d7ff;
  --ucc-color-black: #000000;
  --ucc-color-dark-gray: #313a4d;
  --ucc-color-dark-gray-transparent: rgb(49 58 77 / 75%);
  --ucc-color-light-gray: #526180;
  --ucc-color-background: #212733;
  --ucc-color-background-areas: rgb(33 39 51 / 60%);
  --ucc-color-background-transparent: rgb(33 39 51 / 60%);
  --ucc-color-foreground: #ffffff;
  --ucc-color-disabled: #7288b3;
  --ucc-color-focus: var(--ucc-color-secondary);
  --ucc-color-status-undefined: #7288b3;
  --ucc-color-status-good: #45ff50;
  --ucc-color-status-warning: #fff645;
  --ucc-color-status-critical: #ff4566;
  --ucc-color-status-info: var(--ucc-color-foreground);
  --ucc-color-status-default: var(--ucc-color-foreground);
  --ucc-color-status-alarm-text: #ff768f;
  --ucc-grid-cell-disabled-background-color: #242a39;
  --ucc-shadow-default: -2px -2px 4px 0 var(--ucc-color-light-gray), 2px 2px 4px 0 var(--ucc-color-black);
  --ucc-shadow-dark: 4px 4px 8px 0 var(--ucc-color-black), -4px -4px 8px 0 var(--ucc-color-dark-gray);
  --ucc-shadow-inset: inset -2px -2px 4px 0 var(--ucc-color-light-gray), inset 2px 2px 4px 0 var(--ucc-color-black);
  --ucc-gradient-gray:
    linear-gradient(
      to bottom right,
      var(--ucc-color-light-gray),
      var(--ucc-color-black));
  --ucc-gradient-primary:
    linear-gradient(
      to right,
      var(--ucc-color-secondary),
      var(--ucc-color-primary));
  --ucc-gradient-primary-border:
    linear-gradient(
      to right,
      var(--ucc-color-secondary),
      var(--ucc-color-primary),
      var(--ucc-color-primary),
      var(--ucc-color-secondary));
  --ucc-gradient-primary-doubled:
    linear-gradient(
      to right,
      var(--ucc-color-secondary),
      var(--ucc-color-primary),
      var(--ucc-color-secondary),
      var(--ucc-color-primary));
  --ucc-gradient-primary-trippeled:
    linear-gradient(
      
      to right,
      var(--ucc-color-secondary) 0%,
      var(--ucc-color-secondary) 8.33%,
      var(--ucc-color-primary) 25%,
      var(--ucc-color-primary) 41.67%,
      var(--ucc-color-secondary) 58.33%,
      var(--ucc-color-secondary) 75%,
      var(--ucc-color-primary) 91.67%,
      var(--ucc-color-primary) 100% );
  --ucc-color-tertiary: #00ffcc;
  --ucc-color-tertiary-light: #33ffd6;
  --ucc-color-secondary-light: #33d6ff;
  --ucc-color-gray: #666666;
  --ucc-color-app-border-development: #ff0000;
  --ucc-color-app-border-showcase: #ffff00;
  --ucc-color-app-background: var(--ucc-color-background);
  --ucc-color-app-foreground: var(--ucc-color-foreground);
  --ucc-shadow-card: var(--ucc-shadow-default);
  --ucc-color-card-background: var(--ucc-color-background);
  --ucc-color-card-outline: transparent;
  --ucc-color-card-width: 0;
  --ucc-shadow-button-primary: var(--ucc-shadow-default);
  --ucc-color-button-primary-focus: var(--ucc-color-secondary);
  --ucc-color-button-primary-border-default:
    linear-gradient(
      to bottom right,
      var(--ucc-color-primary),
      var(--ucc-color-primary-darkest));
  --ucc-color-button-primary-border-disabled: var(--ucc-gradient-gray);
  --ucc-color-button-primary-border-hover: var(--ucc-gradient-primary-doubled);
  --ucc-color-button-primary-border-active: var(--ucc-gradient-primary-doubled);
  --ucc-color-button-primary-background-default: var(--ucc-color-primary-dark);
  --ucc-color-button-primary-background-disabled: var(--ucc-color-background);
  --ucc-color-button-primary-background-hover: var(--ucc-color-primary-dark);
  --ucc-color-button-primary-background-active: var(--ucc-color-primary);
  --ucc-color-button-primary-label-default: var(--ucc-color-foreground);
  --ucc-color-button-primary-label-disabled: var(--ucc-color-disabled);
  --ucc-color-button-primary-label-hover: var(--ucc-color-foreground);
  --ucc-color-button-primary-label-active: var(--ucc-color-foreground);
  --ucc-color-button-primary-icon-default: var(--ucc-color-foreground);
  --ucc-color-button-primary-icon-disabled: var(--ucc-color-disabled);
  --ucc-color-button-primary-icon-hover: var(--ucc-color-foreground);
  --ucc-color-button-primary-icon-active: var(--ucc-color-foreground);
  --ucc-shadow-button-secondary: -1px -1px 2px 0 var(--ucc-color-light-gray), 2px 2px 4px 0 var(--ucc-color-black);
  --ucc-color-button-secondary-focus: var(--ucc-color-secondary);
  --ucc-color-button-secondary-border-default: var(--ucc-gradient-gray);
  --ucc-color-button-secondary-border-disabled: var(--ucc-gradient-gray);
  --ucc-color-button-secondary-border-hover: var(--ucc-gradient-primary-doubled);
  --ucc-color-button-secondary-border-active: var(--ucc-gradient-primary-doubled);
  --ucc-color-button-secondary-background-default: var(--ucc-color-background);
  --ucc-color-button-secondary-background-disabled: var(--ucc-color-background);
  --ucc-color-button-secondary-background-hover: var(--ucc-color-background);
  --ucc-color-button-secondary-background-active: var(--ucc-color-light-gray);
  --ucc-color-button-secondary-label-default: var(--ucc-color-foreground);
  --ucc-color-button-secondary-label-disabled: var(--ucc-color-disabled);
  --ucc-color-button-secondary-label-hover: var(--ucc-color-foreground);
  --ucc-color-button-secondary-label-active: var(--ucc-color-foreground);
  --ucc-color-button-secondary-icon-default: var(--ucc-color-foreground);
  --ucc-color-button-secondary-icon-disabled: var(--ucc-color-disabled);
  --ucc-color-button-secondary-icon-hover: var(--ucc-color-foreground);
  --ucc-color-button-secondary-icon-active: var(--ucc-color-foreground);
  --ucc-shadow-button-round: var(--ucc-shadow-default);
  --ucc-color-button-round-focus: var(--ucc-color-secondary);
  --ucc-color-button-round-border-default: var(--ucc-gradient-gray);
  --ucc-color-button-round-border-disabled: var(--ucc-gradient-gray);
  --ucc-color-button-round-border-hover: var(--ucc-gradient-primary-doubled);
  --ucc-color-button-round-border-active: var(--ucc-gradient-primary-doubled);
  --ucc-color-button-round-background-default: var(--ucc-color-background);
  --ucc-color-button-round-background-disabled: var(--ucc-color-background);
  --ucc-color-button-round-background-hover: var(--ucc-color-background);
  --ucc-color-button-round-background-active: var(--ucc-color-light-gray);
  --ucc-color-button-round-label-default: var(--ucc-color-foreground);
  --ucc-color-button-round-label-disabled: var(--ucc-color-disabled);
  --ucc-color-button-round-label-hover: var(--ucc-color-foreground);
  --ucc-color-button-round-label-active: var(--ucc-color-foreground);
  --ucc-color-button-round-icon-default: var(--ucc-color-foreground);
  --ucc-color-button-round-icon-disabled: var(--ucc-color-disabled);
  --ucc-color-button-round-icon-hover: var(--ucc-color-foreground);
  --ucc-color-button-round-icon-active: var(--ucc-color-foreground);
  --ucc-shadow-button-ghost: none;
  --ucc-color-button-ghost-focus: var(--ucc-color-secondary);
  --ucc-color-button-ghost-border-default: transparent;
  --ucc-color-button-ghost-border-disabled: transparent;
  --ucc-color-button-ghost-border-hover: var(--ucc-gradient-primary-doubled);
  --ucc-color-button-ghost-border-active: var(--ucc-gradient-primary-doubled);
  --ucc-color-button-ghost-background-default: var(--ucc-color-background);
  --ucc-color-button-ghost-background-disabled: var(--ucc-color-background);
  --ucc-color-button-ghost-background-hover: var(--ucc-color-background);
  --ucc-color-button-ghost-background-active: var(--ucc-color-light-gray);
  --ucc-color-button-ghost-label-default: var(--ucc-color-foreground);
  --ucc-color-button-ghost-label-disabled: var(--ucc-color-disabled);
  --ucc-color-button-ghost-label-hover: var(--ucc-color-foreground);
  --ucc-color-button-ghost-label-active: var(--ucc-color-foreground);
  --ucc-color-button-ghost-icon-default: var(--ucc-color-foreground);
  --ucc-color-button-ghost-icon-disabled: var(--ucc-color-disabled);
  --ucc-color-button-ghost-icon-hover: var(--ucc-color-foreground);
  --ucc-color-button-ghost-icon-active: var(--ucc-color-foreground);
  --ucc-shadow-button-ghost2: none;
  --ucc-color-button-ghost2-focus: var(--ucc-color-secondary);
  --ucc-color-button-ghost2-border-default: transparent;
  --ucc-color-button-ghost2-border-disabled: transparent;
  --ucc-color-button-ghost2-border-hover: var(--ucc-gradient-primary-doubled);
  --ucc-color-button-ghost2-border-active: var(--ucc-gradient-primary-doubled);
  --ucc-color-button-ghost2-background-default: transparent;
  --ucc-color-button-ghost2-background-disabled: transparent;
  --ucc-color-button-ghost2-background-hover: var(--ucc-color-background);
  --ucc-color-button-ghost2-background-active: var(--ucc-color-light-gray);
  --ucc-color-button-ghost2-label-default: var(--ucc-color-foreground);
  --ucc-color-button-ghost2-label-disabled: var(--ucc-color-disabled);
  --ucc-color-button-ghost2-label-hover: var(--ucc-color-foreground);
  --ucc-color-button-ghost2-label-active: var(--ucc-color-foreground);
  --ucc-color-button-ghost2-icon-default: var(--ucc-color-foreground);
  --ucc-color-button-ghost2-icon-disabled: var(--ucc-color-disabled);
  --ucc-color-button-ghost2-icon-hover: var(--ucc-color-foreground);
  --ucc-color-button-ghost2-icon-active: var(--ucc-color-foreground);
  --ucc-color-avatar-label-name: var(--ucc-color-foreground);
  --ucc-color-avatar-label-name-disabled: var(--ucc-color-disabled);
  --ucc-color-avatar-label-role: var(--ucc-color-foreground);
  --ucc-color-avatar-label-role-disabled: var(--ucc-color-disabled);
  --ucc-color-avatar-image-border: var(--ucc-color-light-gray);
  --ucc-color-avatar-image-present-false: var(--ucc-color-status-undefined);
  --ucc-color-avatar-image-present-true: var(--ucc-color-status-good);
  --ucc-color-avatar-focus: var(--ucc-color-secondary);
  --ucc-shadow-text-input-text-input-default: 0 none;
  --ucc-shadow-text-input-text-input-hover: 0 none;
  --ucc-shadow-text-input-text-input-active: var(--ucc-shadow-inset);
  --ucc-shadow-text-input-text-input-disabled: 0 none;
  --ucc-color-text-input-label-default: var(--ucc-color-foreground);
  --ucc-color-text-input-label-hover: var(--ucc-color-foreground);
  --ucc-color-text-input-label-active: var(--ucc-color-foreground);
  --ucc-color-text-input-label-disabled: var(--ucc-color-disabled);
  --ucc-color-text-input-value-default: var(--ucc-color-foreground);
  --ucc-color-text-input-value-hover: var(--ucc-color-foreground);
  --ucc-color-text-input-value-active: var(--ucc-color-foreground);
  --ucc-color-text-input-value-disabled: var(--ucc-color-disabled);
  --ucc-color-text-input-supporting-text-default: var(--ucc-color-foreground);
  --ucc-color-text-input-supporting-text-hover: var(--ucc-color-foreground);
  --ucc-color-text-input-supporting-text-active: var(--ucc-color-foreground);
  --ucc-color-text-input-supporting-text-disabled: var(--ucc-color-disabled);
  --ucc-color-text-input-placeholder-default: var(--ucc-color-status-undefined);
  --ucc-color-text-input-placeholder-hover: var(--ucc-color-status-undefined);
  --ucc-color-text-input-placeholder-active: var(--ucc-color-status-undefined);
  --ucc-color-text-input-placeholder-disabled: var(--ucc-color-disabled);
  --ucc-color-text-input-icon-before-default: var(--ucc-color-foreground);
  --ucc-color-text-input-icon-before-hover: var(--ucc-color-foreground);
  --ucc-color-text-input-icon-before-active: var(--ucc-color-foreground);
  --ucc-color-text-input-icon-before-disabled: var(--ucc-color-disabled);
  --ucc-color-text-input-icon-after-default: var(--ucc-color-foreground);
  --ucc-color-text-input-icon-after-hover: var(--ucc-color-foreground);
  --ucc-color-text-input-icon-after-active: var(--ucc-color-foreground);
  --ucc-color-text-input-icon-after-disabled: var(--ucc-color-disabled);
  --ucc-color-text-input-border-default: var(--ucc-color-foreground);
  --ucc-color-text-input-border-hover: var(--ucc-gradient-primary-doubled);
  --ucc-color-text-input-border-active: var(--ucc-gradient-primary);
  --ucc-color-text-input-border-disabled: var(--ucc-color-disabled);
  --ucc-color-text-input-background-default: var(--ucc-color-background);
  --ucc-color-text-input-background-hover: var(--ucc-color-background);
  --ucc-color-text-input-background-active: var(--ucc-color-light-gray);
  --ucc-color-text-input-background-disabled: var(--ucc-color-background);
  --ucc-color-text-input-label-error: var(--ucc-color-status-alarm-text);
  --ucc-color-text-input-value-error: var(--ucc-color-text-input-value-default);
  --ucc-color-text-input-border-error: var(--ucc-color-status-alarm-text);
  --ucc-color-text-input-icon-after-error: var(--ucc-color-status-alarm-text);
  --ucc-color-text-input-supporting-text-error: var(--ucc-color-status-alarm-text);
  --ucc-color-text-input-focus: var(--ucc-color-secondary);
  --ucc-color-genie-opener-dot-default: var(--ucc-color-foreground);
  --ucc-color-genie-opener-dot-hover: var(--ucc-color-foreground);
  --ucc-color-genie-opener-dot-active: var(--ucc-color-foreground);
  --ucc-color-genie-opener-dot-disabled: var(--ucc-color-foreground);
  --ucc-color-genie-dial-background-default: var(--ucc-color-light-gray);
  --ucc-shadow-genie-dial-default: var(--ucc-shadow-default);
  --ucc-shadow-context-cursor-default: var(--ucc-shadow-default);
  --ucc-color-context-cursor-border-default: var(--ucc-color-gray);
  --ucc-color-context-cursor-border-active: var(--ucc-color-gray);
  --ucc-color-context-cursor-icon-default: var(--ucc-color-foreground);
  --ucc-color-context-cursor-icon-active: var(--ucc-color-foreground);
  --ucc-color-context-cursor-background-default: var(--ucc-color-background);
  --ucc-color-context-cursor-background-active: var(--ucc-color-background);
  --ucc-color-context-cursor-inner-circle-default: transparent;
  --ucc-color-context-cursor-inner-circle-active: var(--ucc-color-background);
  --ucc-color-context-cursor-segment-border-hover:
    linear-gradient(
      135deg,
      var(--ucc-color-primary) 50%,
      var(--ucc-color-secondary) 75%);
  --ucc-color-context-cursor-segment-border-active:
    linear-gradient(
      135deg,
      var(--ucc-color-primary) 50%,
      var(--ucc-color-secondary) 75%);
  --ucc-color-context-cursor-segment-inner-circle-hover: var(--ucc-color-primary);
  --ucc-color-context-cursor-segment-inner-circle-active: var(--ucc-color-primary);
  --ucc-color-context-cursor-segment-outer-circle-hover: var(--ucc-color-secondary);
  --ucc-color-context-cursor-segment-outer-circle-active: var(--ucc-color-secondary);
  --ucc-color-context-cursor-segment-background-hover: transparent;
  --ucc-color-context-cursor-segment-background-active: var(--ucc-color-light-gray);
  --ucc-color-context-cursor-segment-focus: var(--ucc-color-secondary);
  --ucc-color-glyph-alarm-icon: var(--ucc-color-foreground);
  --ucc-color-glyph-alarm-background: var(--ucc-color-status-critical);
  --ucc-color-glyph-warning-icon: var(--ucc-color-background);
  --ucc-color-glyph-warning-background: var(--ucc-color-status-warning);
  --ucc-color-glyph-info-icon: var(--ucc-color-background);
  --ucc-color-glyph-info-background: var(--ucc-color-status-info);
  --ucc-color-glyph-content-apartment-severity-default-background: var(--ucc-color-background);
  --ucc-color-glyph-content-apartment-severity-default-icon: var(--ucc-color-foreground);
  --ucc-color-glyph-content-apartment-severity-default-border: var(--ucc-color-foreground);
  --ucc-color-glyph-content-apartment-severity-warning-background: var(--ucc-color-status-warning);
  --ucc-color-glyph-content-apartment-severity-warning-icon: var(--ucc-color-black);
  --ucc-color-glyph-content-apartment-severity-good-background: var(--ucc-color-status-good);
  --ucc-color-glyph-content-apartment-severity-good-icon: var(--ucc-color-black);
  --ucc-color-glyph-content-apartment-severity-critical-background: var(--ucc-color-status-critical);
  --ucc-color-glyph-content-apartment-severity-critical-icon: var(--ucc-color-foreground);
  --ucc-color-glyph-content-infrastructure-border: var(--ucc-color-foreground);
  --ucc-color-severity-box-background: var(--ucc-color-background);
  --ucc-color-severity-box-border-selected: var(--ucc-gradient-primary);
  --ucc-color-severity-box-info-foreground: var(--ucc-color-background);
  --ucc-color-severity-box-info-background: var(--ucc-color-status-info);
  --ucc-color-severity-box-good-foreground: var(--ucc-color-background);
  --ucc-color-severity-box-good-background: var(--ucc-color-status-good);
  --ucc-color-severity-box-warning-foreground: var(--ucc-color-background);
  --ucc-color-severity-box-warning-background: var(--ucc-color-status-warning);
  --ucc-color-severity-box-critical-foreground: var(--ucc-color-foreground);
  --ucc-color-severity-box-critical-background: var(--ucc-color-status-critical);
  --ucc-color-semantic-grid-header-headline: var(--ucc-color-foreground);
  --ucc-color-semantic-grid-header-background: var(--ucc-color-dark-gray-transparent);
  --ucc-color-semantic-cell-background: var(--ucc-color-dark-gray-transparent);
  --ucc-color-semantic-cell-details-background: var(--ucc-color-background);
  --ucc-color-floorplan-marker-background-default: transparent;
  --ucc-color-floorplan-marker-border-default: transparent;
  --ucc-color-floorplan-marker-icon-default: var(--ucc-color-foreground);
  --ucc-color-floorplan-marker-background-info: var(--ucc-color-status-info);
  --ucc-color-floorplan-marker-icon-info: var(--ucc-color-background);
  --ucc-color-floorplan-marker-background-good: var(--ucc-color-status-good);
  --ucc-color-floorplan-marker-icon-good: var(--ucc-color-background);
  --ucc-color-floorplan-marker-background-warning: var(--ucc-color-status-warning);
  --ucc-color-floorplan-marker-icon-warning: var(--ucc-color-background);
  --ucc-color-floorplan-marker-background-critical: var(--ucc-color-status-critical);
  --ucc-color-floorplan-marker-icon-critical: var(--ucc-color-foreground);
  --ucc-color-floorplan-marker-border-selected: var(--ucc-gradient-primary);
  --ucc-color-floorplan-marker-background-selected: var(--ucc-color-background);
  --ucc-color-statusbar-foreground: var(--ucc-color-foreground);
  --ucc-color-statusbar-headline: var(--ucc-color-disabled);
  --ucc-color-statusbar-icon: var(--ucc-color-disabled);
  --ucc-color-statusbar-critical: var(--ucc-color-status-critical);
  --ucc-color-statusbar-warning: var(--ucc-color-status-warning);
  --ucc-color-statusbar-good: var(--ucc-color-status-good);
  --ucc-color-statusbar-default: var(--ucc-color-status-default);
  --ucc-color-statusbar-no-todos: var(--ucc-color-status-undefined);
  --ucc-color-statusbar-no-warning: var(--ucc-color-status-undefined);
  --ucc-color-statusbar-no-critical: var(--ucc-color-status-undefined);
  --ucc-color-modal-dialog-outer-background: var(--ucc-color-background-transparent);
  --ucc-color-modal-dialog-background: var(--ucc-color-background-transparent);
  --ucc-color-modal-dialog-border: var(--ucc-gradient-gray);
  --ucc-shadow-modal-dialog: var(--ucc-shadow-dark);
  --ucc-color-name-with-presence-foreground: var(--ucc-color-foreground);
  --ucc-color-name-with-presence-warning: var(--ucc-color-status-warning);
  --ucc-color-name-with-presence-error: var(--ucc-color-status-critical);
  --ucc-color-floor-with-room-warning: var(--ucc-color-status-warning);
  --ucc-color-floor-with-room-error: var(--ucc-color-status-critical);
  --ucc-color-checkbox-background: var(--ucc-color-background);
  --ucc-color-checkbox-border: var(--ucc-color-foreground);
  --ucc-color-checkbox-border-hover: var(--ucc-gradient-primary);
  --ucc-color-flippable-card-background-default: var(--ucc-color-background);
  --ucc-color-flippable-card-border-default: var(--ucc-color-dark-gray);
  --ucc-color-flippable-card-label-default: var(--ucc-color-foreground);
  --ucc-shadow-flippable-card-default: 4px 4px 8px 0 var(--ucc-color-black), -4px -4px 8px 0 var(--ucc-color-dark-gray);
  --ucc-shadow-flippable-card-flipped: inset -4px -4px 8px 0 var(--ucc-color-dark-gray), inset 4px 4px 8px 0 var(--ucc-color-black);
  --ucc-color-burger-button-line1: var(--ucc-color-primary);
  --ucc-color-burger-button-line2: var(--ucc-color-secondary);
  --ucc-color-burger-button-line3: var(--ucc-color-tertiary);
  --ucc-color-burger-button-line1-hover: var(--ucc-color-primary);
  --ucc-color-burger-button-line2-hover: var(--ucc-color-primary);
  --ucc-color-burger-button-line3-hover: var(--ucc-color-primary);
  --ucc-color-label: var(--ucc-color-foreground);
  --ucc-color-logo-gradient: var(--ucc-gradient-primary-trippeled);
  --ucc-color-wizard-head-segment-pending: var(--ucc-color-gray);
  --ucc-color-wizard-head-segment-current: var(--ucc-color-secondary);
  --ucc-color-wizard-head-segment-done: var(--ucc-color-tertiary);
  --ucc-color-scroll-view-scrollbar: var(--ucc-color-foreground);
  --ucc-color-scroll-view-scrollabel-indicator-shadows: var(--ucc-color-background);
  --ucc-color-radial-range-selection-circle: var(--ucc-color-primary);
  --ucc-color-radial-range-selection-handle: var(--ucc-color-secondary);
  --ucc-color-icon-with-2-labels-text: var(--ucc-color-foreground);
}

/* ../5-stencil-web-components/dist/styles/themes/uCORE-dark/ucore-dark.css */
html,
body {
  font-size: var(--ucc-base-font);
  color: var(--ucc-color-app-foreground);
  background: var(--ucc-color-app-background);
}

/* ../../node_modules/prismjs/themes/prism.css */
code[class*=language-],
pre[class*=language-] {
  color: black;
  background: none;
  text-shadow: 0 1px white;
  font-family:
    Consolas,
    Monaco,
    "Andale Mono",
    "Ubuntu Mono",
    monospace;
  font-size: 1em;
  text-align: left;
  white-space: pre;
  word-spacing: normal;
  word-break: normal;
  word-wrap: normal;
  line-height: 1.5;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}
pre[class*=language-]::-moz-selection,
pre[class*=language-] ::-moz-selection,
code[class*=language-]::-moz-selection,
code[class*=language-] ::-moz-selection {
  text-shadow: none;
  background: #b3d4fc;
}
pre[class*=language-]::selection,
pre[class*=language-] ::selection,
code[class*=language-]::selection,
code[class*=language-] ::selection {
  text-shadow: none;
  background: #b3d4fc;
}
@media print {
  code[class*=language-],
  pre[class*=language-] {
    text-shadow: none;
  }
}
pre[class*=language-] {
  padding: 1em;
  margin: .5em 0;
  overflow: auto;
}
:not(pre) > code[class*=language-],
pre[class*=language-] {
  background: #f5f2f0;
}
:not(pre) > code[class*=language-] {
  padding: .1em;
  border-radius: .3em;
  white-space: normal;
}
.token.comment,
.token.prolog,
.token.doctype,
.token.cdata {
  color: slategray;
}
.token.punctuation {
  color: #999;
}
.token.namespace {
  opacity: .7;
}
.token.property,
.token.tag,
.token.boolean,
.token.number,
.token.constant,
.token.symbol,
.token.deleted {
  color: #905;
}
.token.selector,
.token.attr-name,
.token.string,
.token.char,
.token.builtin,
.token.inserted {
  color: #690;
}
.token.operator,
.token.entity,
.token.url,
.language-css .token.string,
.style .token.string {
  color: #9a6e3a;
  background: hsla(0, 0%, 100%, .5);
}
.token.atrule,
.token.attr-value,
.token.keyword {
  color: #07a;
}
.token.function,
.token.class-name {
  color: #DD4A68;
}
.token.regex,
.token.important,
.token.variable {
  color: #e90;
}
.token.important,
.token.bold {
  font-weight: bold;
}
.token.italic {
  font-style: italic;
}
.token.entity {
  cursor: help;
}

/* src/prism-theme-ucore.css */
pre[class*=language-],
code[class*=language-] {
  font-family:
    Consolas,
    Monaco,
    "Andale Mono",
    "Ubuntu Mono",
    monospace;
  font-size: var(--ucc-font-size-body-compact);
  line-height: 1.5;
  color: var(--ucc-color-foreground);
  text-align: left;
  word-spacing: normal;
  hyphens: none;
  word-break: normal;
  tab-size: 4;
  white-space: pre;
  text-shadow: none;
  direction: ltr;
}
pre[class*=language-]::selection,
code[class*=language-]::selection {
  text-shadow: none;
  background: var(--ucc-color-secondary);
}
@media print {
  pre[class*=language-],
  code[class*=language-] {
    text-shadow: none;
  }
}
pre[class*=language-] {
  padding: 1em;
  margin: 0.5em 0;
  overflow: auto;
  background: #212733;
}
:not(pre) > code[class*=language-] {
  padding: 0.1em 0.3em;
  color: var(--ucc-color-status-critical);
  background: #313a4d;
  border-radius: 0.3em;
}
.namespace {
  opacity: 0.7;
}
.token.comment,
.token.prolog,
.token.doctype,
.token.cdata {
  color: var(--ucc-color-status-undefined);
}
.token.punctuation {
  color: var(--ucc-color-light-gray);
}
.token.property,
.token.tag,
.token.boolean,
.token.number,
.token.constant,
.token.symbol,
.token.deleted {
  color: var(--ucc-color-primary);
}
.token.selector,
.token.attr-name,
.token.string,
.token.char,
.token.builtin,
.token.inserted {
  color: var(--ucc-color-status-good);
}
.token.operator,
.token.entity,
.token.url,
.language-css .token.string,
.style .token.string {
  color: var(--ucc-color-status-critical);
  background: #313a4d;
}
.token.atrule,
.token.attr-value,
.token.keyword {
  color: var(--ucc-color-secondary);
}
.token.function {
  color: var(--ucc-color-status-critical);
}
.token.regex,
.token.important,
.token.variable {
  color: var(--ucc-color-status-warning);
}
.token.important,
.token.bold {
  font-weight: var(--ucc-font-weight-bold);
}
.token.italic {
  font-style: italic;
}
.token.entity {
  cursor: help;
}
pre[data-line] {
  position: relative;
}
pre[class*=language-] > code[class*=language-] {
  position: relative;
  z-index: 1;
}
.line-highlight {
  position: absolute;
  right: 0;
  left: 0;
  z-index: 0;
  padding: inherit 0;
  margin-top: 1em;
  line-height: inherit;
  white-space: pre;
  pointer-events: none;
  background: #313a4d;
  box-shadow: inset 5px 0 0 var(--ucc-color-status-undefined);
}

/* ../6-common-assets/fonts/line-icons/regular/css/icons.css */
@font-face {
  font-family: "lineicons";
  src: url("./media/lineicons.eot");
  src:
    url("./media/lineicons.eot") format("embedded-opentype"),
    url("./media/lineicons.woff2") format("woff2"),
    url("./media/lineicons.woff") format("woff"),
    url("./media/lineicons.ttf") format("truetype"),
    url("./media/lineicons.svg") format("svg");
}
.lni {
  display: inline-block;
  font: normal normal normal 1em/1 "lineicons";
  color: inherit;
  flex-shrink: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.lni-sm {
  font-size: 0.8em;
}
.lni-lg {
  font-size: 1.2em;
}
.lni-16 {
  font-size: 16px;
}
.lni-32 {
  font-size: 32px;
}
.lni-is-spinning {
  animation: lni-spin 1s infinite linear;
}
@keyframes lni-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.lni-rotate-90 {
  transform: rotate(90deg);
}
.lni-rotate-180 {
  transform: rotate(180deg);
}
.lni-rotate-270 {
  transform: rotate(270deg);
}
.lni-flip-y {
  transform: scaleY(-1);
}
.lni-flip-x {
  transform: scaleX(-1);
}
.lni-zoom-out::before {
  content: "\ea02";
}
.lni-zoom-in::before {
  content: "\ea03";
}
.lni-zip::before {
  content: "\ea04";
}
.lni-website::before {
  content: "\ea05";
}
.lni-website-alt::before {
  content: "\ea06";
}
.lni-users::before {
  content: "\ea07";
}
.lni-user::before {
  content: "\ea08";
}
.lni-upload::before {
  content: "\ea09";
}
.lni-unlink::before {
  content: "\ea0a";
}
.lni-trash-can::before {
  content: "\ea0b";
}
.lni-timer::before {
  content: "\ea0c";
}
.lni-tab::before {
  content: "\ea0d";
}
.lni-star-half::before {
  content: "\ea0e";
}
.lni-star-fill::before {
  content: "\ea0f";
}
.lni-star-empty::before {
  content: "\ea10";
}
.lni-signal::before {
  content: "\ea11";
}
.lni-shortcode::before {
  content: "\ea12";
}
.lni-shopping-basket::before {
  content: "\ea13";
}
.lni-share::before {
  content: "\ea14";
}
.lni-share-alt::before {
  content: "\ea15";
}
.lni-search::before {
  content: "\ea16";
}
.lni-search-alt::before {
  content: "\ea17";
}
.lni-scroll-down::before {
  content: "\ea18";
}
.lni-save::before {
  content: "\ea19";
}
.lni-rss-feed::before {
  content: "\ea1a";
}
.lni-rocket::before {
  content: "\ea1b";
}
.lni-remove-file::before {
  content: "\ea1c";
}
.lni-reload::before {
  content: "\ea1d";
}
.lni-printer::before {
  content: "\ea1e";
}
.lni-plug::before {
  content: "\ea1f";
}
.lni-package::before {
  content: "\ea20";
}
.lni-mouse::before {
  content: "\ea21";
}
.lni-mobile::before {
  content: "\ea22";
}
.lni-microphone::before {
  content: "\ea23";
}
.lni-mic::before {
  content: "\ea24";
}
.lni-menu::before {
  content: "\ea25";
}
.lni-map::before {
  content: "\ea26";
}
.lni-map-marker::before {
  content: "\ea27";
}
.lni-magnifier::before {
  content: "\ea28";
}
.lni-magnet::before {
  content: "\ea29";
}
.lni-link::before {
  content: "\ea2a";
}
.lni-laptop::before {
  content: "\ea2b";
}
.lni-laptop-phone::before {
  content: "\ea2c";
}
.lni-keyboard::before {
  content: "\ea2d";
}
.lni-image::before {
  content: "\ea2e";
}
.lni-headphone::before {
  content: "\ea2f";
}
.lni-harddrive::before {
  content: "\ea30";
}
.lni-game::before {
  content: "\ea31";
}
.lni-folder::before {
  content: "\ea32";
}
.lni-files::before {
  content: "\ea33";
}
.lni-empty-file::before {
  content: "\ea34";
}
.lni-download::before {
  content: "\ea35";
}
.lni-domain::before {
  content: "\ea36";
}
.lni-display::before {
  content: "\ea37";
}
.lni-display-alt::before {
  content: "\ea38";
}
.lni-database::before {
  content: "\ea39";
}
.lni-dashboard::before {
  content: "\ea3a";
}
.lni-cut::before {
  content: "\ea3b";
}
.lni-control-panel::before {
  content: "\ea3c";
}
.lni-cogs-1::before {
  content: "\ea3d";
}
.lni-cog-1::before {
  content: "\ea3e";
}
.lni-code::before {
  content: "\ea3f";
}
.lni-code-alt::before {
  content: "\ea40";
}
.lni-cloud-upload::before {
  content: "\ea41";
}
.lni-cloud-sync::before {
  content: "\ea42";
}
.lni-cloud-network::before {
  content: "\ea43";
}
.lni-cloud-download::before {
  content: "\ea44";
}
.lni-cloud-check::before {
  content: "\ea45";
}
.lni-camera::before {
  content: "\ea46";
}
.lni-calendar::before {
  content: "\ea47";
}
.lni-bulb::before {
  content: "\ea48";
}
.lni-bookmark::before {
  content: "\ea49";
}
.lni-bookmark-alt::before {
  content: "\ea4a";
}
.lni-bluetooth::before {
  content: "\ea4b";
}
.lni-ban::before {
  content: "\ea4c";
}
.lni-archive::before {
  content: "\ea4d";
}
.lni-alarm::before {
  content: "\ea4e";
}
.lni-alarm-clock::before {
  content: "\ea4f";
}
.lni-add-files::before {
  content: "\ea50";
}
.lni-thunder::before {
  content: "\ea51";
}
.lni-thunder-alt::before {
  content: "\ea52";
}
.lni-sun::before {
  content: "\ea53";
}
.lni-rain::before {
  content: "\ea54";
}
.lni-night::before {
  content: "\ea55";
}
.lni-drop::before {
  content: "\ea56";
}
.lni-cloudy-sun::before {
  content: "\ea57";
}
.lni-cloud::before {
  content: "\ea58";
}
.lni-travel::before {
  content: "\ea59";
}
.lni-surf-board::before {
  content: "\ea5a";
}
.lni-pyramids::before {
  content: "\ea5b";
}
.lni-underline::before {
  content: "\ea5c";
}
.lni-text-format::before {
  content: "\ea5d";
}
.lni-text-format-remove::before {
  content: "\ea5e";
}
.lni-text-align-right::before {
  content: "\ea5f";
}
.lni-text-align-left::before {
  content: "\ea60";
}
.lni-text-align-justify::before {
  content: "\ea61";
}
.lni-text-align-center::before {
  content: "\ea62";
}
.lni-strikethrough::before {
  content: "\ea63";
}
.lni-spellcheck::before {
  content: "\ea64";
}
.lni-sort-amount-dsc::before {
  content: "\ea65";
}
.lni-sort-amount-asc::before {
  content: "\ea66";
}
.lni-sort-alpha-asc::before {
  content: "\ea67";
}
.lni-pilcrow::before {
  content: "\ea68";
}
.lni-pagination::before {
  content: "\ea69";
}
.lni-page-break::before {
  content: "\ea6a";
}
.lni-line-spacing::before {
  content: "\ea6b";
}
.lni-line-double::before {
  content: "\ea6c";
}
.lni-line-dotted::before {
  content: "\ea6d";
}
.lni-line-dashed::before {
  content: "\ea6e";
}
.lni-italic::before {
  content: "\ea6f";
}
.lni-indent-increase::before {
  content: "\ea70";
}
.lni-indent-decrease::before {
  content: "\ea71";
}
.lni-bold::before {
  content: "\ea72";
}
.lni-spinner::before {
  content: "\ea73";
}
.lni-spinner-solid::before {
  content: "\ea74";
}
.lni-spinner-arrow::before {
  content: "\ea75";
}
.lni-hourglass::before {
  content: "\ea76";
}
.lni-tounge::before {
  content: "\ea77";
}
.lni-suspect::before {
  content: "\ea78";
}
.lni-speechless::before {
  content: "\ea79";
}
.lni-smile::before {
  content: "\ea7a";
}
.lni-sad::before {
  content: "\ea7b";
}
.lni-happy::before {
  content: "\ea7c";
}
.lni-friendly::before {
  content: "\ea7d";
}
.lni-cool::before {
  content: "\ea7e";
}
.lni-thought::before {
  content: "\ea7f";
}
.lni-t-shirt::before {
  content: "\ea80";
}
.lni-home::before {
  content: "\ea81";
}
.lni-gift::before {
  content: "\ea82";
}
.lni-cup::before {
  content: "\ea83";
}
.lni-crown::before {
  content: "\ea84";
}
.lni-briefcase::before {
  content: "\ea85";
}
.lni-spray::before {
  content: "\ea86";
}
.lni-flags-alt-1::before {
  content: "\ea87";
}
.lni-fireworks::before {
  content: "\ea88";
}
.lni-candy::before {
  content: "\ea89";
}
.lni-candy-cane::before {
  content: "\ea8a";
}
.lni-cake::before {
  content: "\ea8b";
}
.lni-baloon::before {
  content: "\ea8c";
}
.lni-trees::before {
  content: "\ea8d";
}
.lni-tree::before {
  content: "\ea8e";
}
.lni-sprout::before {
  content: "\ea8f";
}
.lni-mushroom::before {
  content: "\ea90";
}
.lni-mashroom::before {
  content: "\ea91";
}
.lni-leaf::before {
  content: "\ea92";
}
.lni-island::before {
  content: "\ea93";
}
.lni-flower::before {
  content: "\ea94";
}
.lni-bug::before {
  content: "\ea95";
}
.lni-volume::before {
  content: "\ea96";
}
.lni-volume-mute::before {
  content: "\ea97";
}
.lni-volume-medium::before {
  content: "\ea98";
}
.lni-volume-low::before {
  content: "\ea99";
}
.lni-volume-high::before {
  content: "\ea9a";
}
.lni-video::before {
  content: "\ea9b";
}
.lni-stop::before {
  content: "\ea9c";
}
.lni-shuffle::before {
  content: "\ea9d";
}
.lni-play::before {
  content: "\ea9e";
}
.lni-pause::before {
  content: "\ea9f";
}
.lni-gallery::before {
  content: "\eaa0";
}
.lni-full-screen::before {
  content: "\eaa1";
}
.lni-frame-expand::before {
  content: "\eaa2";
}
.lni-forward::before {
  content: "\eaa3";
}
.lni-backward::before {
  content: "\eaa4";
}
.lni-target-customer::before {
  content: "\eaa5";
}
.lni-seo::before {
  content: "\eaa6";
}
.lni-network::before {
  content: "\eaa7";
}
.lni-keyword-research::before {
  content: "\eaa8";
}
.lni-graph::before {
  content: "\eaa9";
}
.lni-bar-chart::before {
  content: "\eaaa";
}
.lni-warning::before {
  content: "\eaab";
}
.lni-unlock::before {
  content: "\eaac";
}
.lni-ticket::before {
  content: "\eaad";
}
.lni-ticket-alt::before {
  content: "\eaae";
}
.lni-thumbs-up::before {
  content: "\eaaf";
}
.lni-thumbs-down::before {
  content: "\eab0";
}
.lni-teabag::before {
  content: "\eab1";
}
.lni-shield::before {
  content: "\eab2";
}
.lni-radio-button::before {
  content: "\eab3";
}
.lni-question-circle::before {
  content: "\eab4";
}
.lni-protection::before {
  content: "\eab5";
}
.lni-power-switch::before {
  content: "\eab6";
}
.lni-pointer::before {
  content: "\eab7";
}
.lni-plus::before {
  content: "\eab8";
}
.lni-music::before {
  content: "\eab9";
}
.lni-more::before {
  content: "\eaba";
}
.lni-more-alt::before {
  content: "\eabb";
}
.lni-minus::before {
  content: "\eabc";
}
.lni-lock::before {
  content: "\eabd";
}
.lni-lock-alt::before {
  content: "\eabe";
}
.lni-list::before {
  content: "\eabf";
}
.lni-lifering::before {
  content: "\eac0";
}
.lni-key::before {
  content: "\eac1";
}
.lni-invention::before {
  content: "\eac2";
}
.lni-information::before {
  content: "\eac3";
}
.lni-infinite::before {
  content: "\eac4";
}
.lni-help::before {
  content: "\eac5";
}
.lni-heart::before {
  content: "\eac6";
}
.lni-heart-fill::before {
  content: "\eac7";
}
.lni-hand::before {
  content: "\eac8";
}
.lni-funnel::before {
  content: "\eac9";
}
.lni-flag::before {
  content: "\eaca";
}
.lni-flag-alt::before {
  content: "\eacb";
}
.lni-eye::before {
  content: "\eacc";
}
.lni-cross-circle::before {
  content: "\eacd";
}
.lni-close::before {
  content: "\eace";
}
.lni-circle-plus::before {
  content: "\eacf";
}
.lni-circle-minus::before {
  content: "\ead0";
}
.lni-checkmark::before {
  content: "\ead1";
}
.lni-checkmark-circle::before {
  content: "\ead2";
}
.lni-check-box::before {
  content: "\ead3";
}
.lni-bolt::before {
  content: "\ead4";
}
.lni-bolt-alt::before {
  content: "\ead5";
}
.lni-wheelchair::before {
  content: "\ead6";
}
.lni-weight::before {
  content: "\ead7";
}
.lni-syringe::before {
  content: "\ead8";
}
.lni-sthethoscope::before {
  content: "\ead9";
}
.lni-slim::before {
  content: "\eada";
}
.lni-skipping-rope::before {
  content: "\eadb";
}
.lni-pulse::before {
  content: "\eadc";
}
.lni-microscope::before {
  content: "\eadd";
}
.lni-hospital::before {
  content: "\eade";
}
.lni-heart-monitor::before {
  content: "\eadf";
}
.lni-first-aid::before {
  content: "\eae0";
}
.lni-dumbbell::before {
  content: "\eae1";
}
.lni-capsule::before {
  content: "\eae2";
}
.lni-basketball::before {
  content: "\eae3";
}
.lni-ambulance::before {
  content: "\eae4";
}
.lni-service::before {
  content: "\eae5";
}
.lni-restaurant::before {
  content: "\eae6";
}
.lni-pizza::before {
  content: "\eae7";
}
.lni-juice::before {
  content: "\eae8";
}
.lni-fresh-juice::before {
  content: "\eae9";
}
.lni-dinner::before {
  content: "\eaea";
}
.lni-coffee-cup::before {
  content: "\eaeb";
}
.lni-chef-hat::before {
  content: "\eaec";
}
.lni-burger::before {
  content: "\eaed";
}
.lni-write::before {
  content: "\eaee";
}
.lni-world::before {
  content: "\eaef";
}
.lni-world-alt::before {
  content: "\eaf0";
}
.lni-school-bench::before {
  content: "\eaf1";
}
.lni-school-bench-alt::before {
  content: "\eaf2";
}
.lni-pencil::before {
  content: "\eaf3";
}
.lni-pencil-alt::before {
  content: "\eaf4";
}
.lni-library::before {
  content: "\eaf5";
}
.lni-graduation::before {
  content: "\eaf6";
}
.lni-eraser::before {
  content: "\eaf7";
}
.lni-compass::before {
  content: "\eaf8";
}
.lni-clipboard::before {
  content: "\eaf9";
}
.lni-certificate::before {
  content: "\eafa";
}
.lni-book::before {
  content: "\eafb";
}
.lni-blackboard::before {
  content: "\eafc";
}
.lni-shift-right::before {
  content: "\eafd";
}
.lni-shift-left::before {
  content: "\eafe";
}
.lni-pointer-top::before {
  content: "\eaff";
}
.lni-pointer-right::before {
  content: "\eb00";
}
.lni-pointer-left::before {
  content: "\eb01";
}
.lni-pointer-down::before {
  content: "\eb02";
}
.lni-exit::before {
  content: "\eb03";
}
.lni-exit-up::before {
  content: "\eb04";
}
.lni-exit-down::before {
  content: "\eb05";
}
.lni-enter::before {
  content: "\eb06";
}
.lni-direction::before {
  content: "\eb07";
}
.lni-direction-rtl::before {
  content: "\eb08";
}
.lni-direction-ltr::before {
  content: "\eb09";
}
.lni-direction-alt::before {
  content: "\eb0a";
}
.lni-chevron-up::before {
  content: "\eb0b";
}
.lni-chevron-up-circle::before {
  content: "\eb0c";
}
.lni-chevron-right::before {
  content: "\eb0d";
}
.lni-chevron-right-circle::before {
  content: "\eb0e";
}
.lni-chevron-left::before {
  content: "\eb0f";
}
.lni-chevron-left-circle::before {
  content: "\eb10";
}
.lni-chevron-down::before {
  content: "\eb11";
}
.lni-chevron-down-circle::before {
  content: "\eb12";
}
.lni-arrows-vertical::before {
  content: "\eb13";
}
.lni-arrows-horizontal::before {
  content: "\eb14";
}
.lni-arrow-up::before {
  content: "\eb15";
}
.lni-arrow-up-circle::before {
  content: "\eb16";
}
.lni-arrow-top-right::before {
  content: "\eb17";
}
.lni-arrow-top-left::before {
  content: "\eb18";
}
.lni-arrow-right::before {
  content: "\eb19";
}
.lni-arrow-right-circle::before {
  content: "\eb1a";
}
.lni-arrow-left::before {
  content: "\eb1b";
}
.lni-arrow-left-circle::before {
  content: "\eb1c";
}
.lni-arrow-down::before {
  content: "\eb1d";
}
.lni-arrow-down-circle::before {
  content: "\eb1e";
}
.lni-angle-double-up::before {
  content: "\eb1f";
}
.lni-angle-double-right::before {
  content: "\eb20";
}
.lni-angle-double-left::before {
  content: "\eb21";
}
.lni-angle-double-down::before {
  content: "\eb22";
}
.lni-vector::before {
  content: "\eb23";
}
.lni-ux::before {
  content: "\eb24";
}
.lni-slice::before {
  content: "\eb25";
}
.lni-select-cursor::before {
  content: "\eb26";
}
.lni-pallet::before {
  content: "\eb27";
}
.lni-move::before {
  content: "\eb28";
}
.lni-layout::before {
  content: "\eb29";
}
.lni-layers::before {
  content: "\eb2a";
}
.lni-highlight::before {
  content: "\eb2b";
}
.lni-highlight-alt::before {
  content: "\eb2c";
}
.lni-grid::before {
  content: "\eb2d";
}
.lni-grid-alt::before {
  content: "\eb2e";
}
.lni-crop::before {
  content: "\eb2f";
}
.lni-brush::before {
  content: "\eb30";
}
.lni-brush-alt::before {
  content: "\eb31";
}
.lni-yen::before {
  content: "\eb32";
}
.lni-wallet::before {
  content: "\eb33";
}
.lni-rupee::before {
  content: "\eb34";
}
.lni-pound::before {
  content: "\eb35";
}
.lni-money-protection::before {
  content: "\eb36";
}
.lni-money-location::before {
  content: "\eb37";
}
.lni-euro::before {
  content: "\eb38";
}
.lni-dollar::before {
  content: "\eb39";
}
.lni-diamond-shape::before {
  content: "\eb3a";
}
.lni-diamond-alt::before {
  content: "\eb3b";
}
.lni-credit-cards::before {
  content: "\eb3c";
}
.lni-coin::before {
  content: "\eb3d";
}
.lni-calculator::before {
  content: "\eb3e";
}
.lni-calculator-alt::before {
  content: "\eb3f";
}
.lni-wheelbarrow::before {
  content: "\eb40";
}
.lni-trowel::before {
  content: "\eb41";
}
.lni-shovel::before {
  content: "\eb42";
}
.lni-ruler::before {
  content: "\eb43";
}
.lni-ruler-pencil::before {
  content: "\eb44";
}
.lni-ruler-alt::before {
  content: "\eb45";
}
.lni-paint-roller::before {
  content: "\eb46";
}
.lni-paint-bucket-alt::before {
  content: "\eb47";
}
.lni-helmet::before {
  content: "\eb48";
}
.lni-hammer::before {
  content: "\eb49";
}
.lni-construction::before {
  content: "\eb4a";
}
.lni-construction-hammer::before {
  content: "\eb4b";
}
.lni-bricks::before {
  content: "\eb4c";
}
.lni-train::before {
  content: "\eb4d";
}
.lni-train-alt::before {
  content: "\eb4e";
}
.lni-taxi::before {
  content: "\eb4f";
}
.lni-support::before {
  content: "\eb50";
}
.lni-ship::before {
  content: "\eb51";
}
.lni-scooter::before {
  content: "\eb52";
}
.lni-road::before {
  content: "\eb53";
}
.lni-reply::before {
  content: "\eb54";
}
.lni-postcard::before {
  content: "\eb55";
}
.lni-popup::before {
  content: "\eb56";
}
.lni-plane::before {
  content: "\eb57";
}
.lni-phone::before {
  content: "\eb58";
}
.lni-phone-set::before {
  content: "\eb59";
}
.lni-inbox::before {
  content: "\eb5a";
}
.lni-helicopter::before {
  content: "\eb5b";
}
.lni-envelope::before {
  content: "\eb5c";
}
.lni-comments::before {
  content: "\eb5d";
}
.lni-comments-reply::before {
  content: "\eb5e";
}
.lni-comments-alt-2::before {
  content: "\eb5f";
}
.lni-caravan::before {
  content: "\eb60";
}
.lni-car::before {
  content: "\eb61";
}
.lni-car-alt::before {
  content: "\eb62";
}
.lni-bus::before {
  content: "\eb63";
}
.lni-bullhorn::before {
  content: "\eb64";
}
.lni-bubble::before {
  content: "\eb65";
}
.lni-bridge::before {
  content: "\eb66";
}
.lni-bi-cycle::before {
  content: "\eb67";
}
.lni-anchor::before {
  content: "\eb68";
}
.lni-target::before {
  content: "\eb69";
}
.lni-target-revenue::before {
  content: "\eb6a";
}
.lni-tag::before {
  content: "\eb6b";
}
.lni-stats-up::before {
  content: "\eb6c";
}
.lni-stats-down::before {
  content: "\eb6d";
}
.lni-stamp::before {
  content: "\eb6e";
}
.lni-revenue::before {
  content: "\eb6f";
}
.lni-quotation::before {
  content: "\eb70";
}
.lni-pin::before {
  content: "\eb71";
}
.lni-pie-chart::before {
  content: "\eb72";
}
.lni-paperclip::before {
  content: "\eb73";
}
.lni-offer::before {
  content: "\eb74";
}
.lni-notepad::before {
  content: "\eb75";
}
.lni-license::before {
  content: "\eb76";
}
.lni-investment::before {
  content: "\eb77";
}
.lni-invest-monitor::before {
  content: "\eb78";
}
.lni-handshake::before {
  content: "\eb79";
}
.lni-grow::before {
  content: "\eb7a";
}
.lni-delivery::before {
  content: "\eb7b";
}
.lni-customer::before {
  content: "\eb7c";
}
.lni-consulting::before {
  content: "\eb7d";
}
.lni-cart::before {
  content: "\eb7e";
}
.lni-cart-full::before {
  content: "\eb7f";
}
.lni-briefcase-alt::before {
  content: "\eb80";
}
.lni-apartment::before {
  content: "\eb81";
}
.lni-agenda::before {
  content: "\eb82";
}
.lni-zoom::before {
  content: "\eb83";
}
.lni-zapier::before {
  content: "\eb84";
}
.lni-youtube::before {
  content: "\eb85";
}
.lni-ycombinator::before {
  content: "\eb86";
}
.lni-yahoo::before {
  content: "\eb87";
}
.lni-xrp::before {
  content: "\eb88";
}
.lni-xbox::before {
  content: "\eb89";
}
.lni-wordpress::before {
  content: "\eb8a";
}
.lni-wordpress-fill::before {
  content: "\eb8b";
}
.lni-windows::before {
  content: "\eb8c";
}
.lni-whatsapp::before {
  content: "\eb8d";
}
.lni-wechat::before {
  content: "\eb8e";
}
.lni-webhooks::before {
  content: "\eb8f";
}
.lni-vuejs::before {
  content: "\eb90";
}
.lni-vs-code::before {
  content: "\eb91";
}
.lni-volkswagen::before {
  content: "\eb92";
}
.lni-vmware::before {
  content: "\eb93";
}
.lni-vk::before {
  content: "\eb94";
}
.lni-visa::before {
  content: "\eb95";
}
.lni-vimeo::before {
  content: "\eb96";
}
.lni-vercel::before {
  content: "\eb97";
}
.lni-unsplash::before {
  content: "\eb98";
}
.lni-ubuntu::before {
  content: "\eb99";
}
.lni-typescript::before {
  content: "\eb9a";
}
.lni-twitter::before {
  content: "\eb9b";
}
.lni-twitter-original::before {
  content: "\eb9c";
}
.lni-twitter-fill::before {
  content: "\eb9d";
}
.lni-twitch::before {
  content: "\eb9e";
}
.lni-tumblr::before {
  content: "\eb9f";
}
.lni-trello::before {
  content: "\eba0";
}
.lni-toyota::before {
  content: "\eba1";
}
.lni-tiktok::before {
  content: "\eba2";
}
.lni-tiktok-alt::before {
  content: "\eba3";
}
.lni-tesla::before {
  content: "\eba4";
}
.lni-telegram::before {
  content: "\eba5";
}
.lni-telegram-original::before {
  content: "\eba6";
}
.lni-tailwindcss::before {
  content: "\eba7";
}
.lni-swift::before {
  content: "\eba8";
}
.lni-svelte::before {
  content: "\eba9";
}
.lni-stumbleupon::before {
  content: "\ebaa";
}
.lni-stripe::before {
  content: "\ebab";
}
.lni-steam::before {
  content: "\ebac";
}
.lni-stackoverflow::before {
  content: "\ebad";
}
.lni-squarespace::before {
  content: "\ebae";
}
.lni-spotify::before {
  content: "\ebaf";
}
.lni-spotify-original::before {
  content: "\ebb0";
}
.lni-soundcloud::before {
  content: "\ebb1";
}
.lni-soundcloud-original::before {
  content: "\ebb2";
}
.lni-snapchat::before {
  content: "\ebb3";
}
.lni-slideshare::before {
  content: "\ebb4";
}
.lni-slack::before {
  content: "\ebb5";
}
.lni-slack-line::before {
  content: "\ebb6";
}
.lni-skype::before {
  content: "\ebb7";
}
.lni-sketch::before {
  content: "\ebb8";
}
.lni-signal-app::before {
  content: "\ebb9";
}
.lni-shopify::before {
  content: "\ebba";
}
.lni-safari::before {
  content: "\ebbb";
}
.lni-reddit::before {
  content: "\ebbc";
}
.lni-react::before {
  content: "\ebbd";
}
.lni-quora::before {
  content: "\ebbe";
}
.lni-python::before {
  content: "\ebbf";
}
.lni-producthunt::before {
  content: "\ebc0";
}
.lni-postman::before {
  content: "\ebc1";
}
.lni-postgresql::before {
  content: "\ebc2";
}
.lni-playstation::before {
  content: "\ebc3";
}
.lni-play-store::before {
  content: "\ebc4";
}
.lni-play-store-fill::before {
  content: "\ebc5";
}
.lni-play-store-alt::before {
  content: "\ebc6";
}
.lni-pinterest::before {
  content: "\ebc7";
}
.lni-php::before {
  content: "\ebc8";
}
.lni-paypal::before {
  content: "\ebc9";
}
.lni-paypal-original::before {
  content: "\ebca";
}
.lni-patreon::before {
  content: "\ebcb";
}
.lni-paddle::before {
  content: "\ebcc";
}
.lni-opera::before {
  content: "\ebcd";
}
.lni-oculus::before {
  content: "\ebce";
}
.lni-npm::before {
  content: "\ebcf";
}
.lni-notion::before {
  content: "\ebd0";
}
.lni-nodejs::before {
  content: "\ebd1";
}
.lni-nodejs-alt::before {
  content: "\ebd2";
}
.lni-nissan::before {
  content: "\ebd3";
}
.lni-nextjs::before {
  content: "\ebd4";
}
.lni-netlify::before {
  content: "\ebd5";
}
.lni-netflix::before {
  content: "\ebd6";
}
.lni-mysql::before {
  content: "\ebd7";
}
.lni-mongodb::before {
  content: "\ebd8";
}
.lni-microsoft::before {
  content: "\ebd9";
}
.lni-microsoft-teams::before {
  content: "\ebda";
}
.lni-microsoft-edge::before {
  content: "\ebdb";
}
.lni-meta::before {
  content: "\ebdc";
}
.lni-meta-2::before {
  content: "\ebdd";
}
.lni-meta-1::before {
  content: "\ebde";
}
.lni-mercedes::before {
  content: "\ebdf";
}
.lni-medium::before {
  content: "\ebe0";
}
.lni-medium-alt::before {
  content: "\ebe1";
}
.lni-mastercard::before {
  content: "\ebe2";
}
.lni-markdown::before {
  content: "\ebe3";
}
.lni-mailchimp::before {
  content: "\ebe4";
}
.lni-magento::before {
  content: "\ebe5";
}
.lni-linkedin::before {
  content: "\ebe6";
}
.lni-linkedin-original::before {
  content: "\ebe7";
}
.lni-lineicons::before {
  content: "\ebe8";
}
.lni-lineicons-symbol::before {
  content: "\ebe9";
}
.lni-lineicons-symbol-alt::before {
  content: "\ebea";
}
.lni-lineicons-symbol-alt-2::before {
  content: "\ebeb";
}
.lni-lineicons-alt::before {
  content: "\ebec";
}
.lni-line::before {
  content: "\ebed";
}
.lni-laravel::before {
  content: "\ebee";
}
.lni-kubernetes::before {
  content: "\ebef";
}
.lni-jsfiddle::before {
  content: "\ebf0";
}
.lni-joomla::before {
  content: "\ebf1";
}
.lni-joomla-original::before {
  content: "\ebf2";
}
.lni-jcb::before {
  content: "\ebf3";
}
.lni-javascript::before {
  content: "\ebf4";
}
.lni-java::before {
  content: "\ebf5";
}
.lni-jamstack::before {
  content: "\ebf6";
}
.lni-jaguar::before {
  content: "\ebf7";
}
.lni-ios::before {
  content: "\ebf8";
}
.lni-instagram::before {
  content: "\ebf9";
}
.lni-instagram-original::before {
  content: "\ebfa";
}
.lni-instagram-fill::before {
  content: "\ebfb";
}
.lni-imdb::before {
  content: "\ebfc";
}
.lni-html5::before {
  content: "\ebfd";
}
.lni-hacker-news::before {
  content: "\ebfe";
}
.lni-grammarly::before {
  content: "\ebff";
}
.lni-google::before {
  content: "\ec00";
}
.lni-google-wallet::before {
  content: "\ec01";
}
.lni-google-pay::before {
  content: "\ec02";
}
.lni-google-drive::before {
  content: "\ec03";
}
.lni-google-cloud::before {
  content: "\ec04";
}
.lni-google-meet::before {
  content: "\ec05";
}
.lni-goodreads::before {
  content: "\ec06";
}
.lni-go::before {
  content: "\ec07";
}
.lni-github::before {
  content: "\ec08";
}
.lni-github-original::before {
  content: "\ec09";
}
.lni-git::before {
  content: "\ec0a";
}
.lni-gatsby::before {
  content: "\ec0b";
}
.lni-ford::before {
  content: "\ec0c";
}
.lni-flutter::before {
  content: "\ec0d";
}
.lni-flickr::before {
  content: "\ec0e";
}
.lni-fitbit::before {
  content: "\ec0f";
}
.lni-firefox::before {
  content: "\ec10";
}
.lni-firefox-original::before {
  content: "\ec11";
}
.lni-firebase::before {
  content: "\ec12";
}
.lni-figma-1::before {
  content: "\ec13";
}
.lni-facetime::before {
  content: "\ec14";
}
.lni-facebook::before {
  content: "\ec15";
}
.lni-facebook-oval::before {
  content: "\ec16";
}
.lni-facebook-original::before {
  content: "\ec17";
}
.lni-facebook-messenger::before {
  content: "\ec18";
}
.lni-facebook-line::before {
  content: "\ec19";
}
.lni-facebook-fill::before {
  content: "\ec1a";
}
.lni-ethereum::before {
  content: "\ec1b";
}
.lni-envato::before {
  content: "\ec1c";
}
.lni-edge::before {
  content: "\ec1d";
}
.lni-drupal::before {
  content: "\ec1e";
}
.lni-drupal-original::before {
  content: "\ec1f";
}
.lni-dropbox::before {
  content: "\ec20";
}
.lni-dropbox-original::before {
  content: "\ec21";
}
.lni-dribbble::before {
  content: "\ec22";
}
.lni-docker::before {
  content: "\ec23";
}
.lni-discover::before {
  content: "\ec24";
}
.lni-discord::before {
  content: "\ec25";
}
.lni-discord-alt::before {
  content: "\ec26";
}
.lni-diners-club::before {
  content: "\ec27";
}
.lni-digitalocean::before {
  content: "\ec28";
}
.lni-dialogflow::before {
  content: "\ec29";
}
.lni-dev::before {
  content: "\ec2a";
}
.lni-css3::before {
  content: "\ec2b";
}
.lni-creative-commons::before {
  content: "\ec2c";
}
.lni-cpanel::before {
  content: "\ec2d";
}
.lni-coral::before {
  content: "\ec2e";
}
.lni-connectdevelop::before {
  content: "\ec2f";
}
.lni-coinbase::before {
  content: "\ec30";
}
.lni-codepen::before {
  content: "\ec31";
}
.lni-cloudflare::before {
  content: "\ec32";
}
.lni-cisco::before {
  content: "\ec33";
}
.lni-chromecast::before {
  content: "\ec34";
}
.lni-chrome::before {
  content: "\ec35";
}
.lni-cash-app::before {
  content: "\ec36";
}
.lni-btc::before {
  content: "\ec37";
}
.lni-brave::before {
  content: "\ec38";
}
.lni-bootstrap::before {
  content: "\ec39";
}
.lni-bootstrap-5::before {
  content: "\ec3a";
}
.lni-bmw::before {
  content: "\ec3b";
}
.lni-bluetooth-original::before {
  content: "\ec3c";
}
.lni-blogger::before {
  content: "\ec3d";
}
.lni-bittorrent::before {
  content: "\ec3e";
}
.lni-bitcoin::before {
  content: "\ec3f";
}
.lni-bitbucket::before {
  content: "\ec40";
}
.lni-behance::before {
  content: "\ec41";
}
.lni-behance-original::before {
  content: "\ec42";
}
.lni-azure::before {
  content: "\ec43";
}
.lni-aws::before {
  content: "\ec44";
}
.lni-audi::before {
  content: "\ec45";
}
.lni-atlassian::before {
  content: "\ec46";
}
.lni-apple-pay::before {
  content: "\ec47";
}
.lni-apple-music::before {
  content: "\ec48";
}
.lni-apple-brand::before {
  content: "\ec49";
}
.lni-app-store::before {
  content: "\ec4a";
}
.lni-angular::before {
  content: "\ec4b";
}
.lni-angellist::before {
  content: "\ec4c";
}
.lni-android::before {
  content: "\ec4d";
}
.lni-android-original::before {
  content: "\ec4e";
}
.lni-amex::before {
  content: "\ec4f";
}
.lni-amazon::before {
  content: "\ec50";
}
.lni-amazon-pay::before {
  content: "\ec51";
}
.lni-amazon-original::before {
  content: "\ec52";
}
.lni-airtable::before {
  content: "\ec53";
}
.lni-airbnb::before {
  content: "\ec54";
}
.lni-adobe::before {
  content: "\ec55";
}
.lni-500px::before {
  content: "\ec56";
}
.lni-zoom-out-alt::before {
  content: "\ec57";
}
.lni-zoom-in-alt::before {
  content: "\ec58";
}
.lni-word::before {
  content: "\ec59";
}
.lni-wire::before {
  content: "\ec5a";
}
.lni-window-restore::before {
  content: "\ec5b";
}
.lni-window-maximize::before {
  content: "\ec5c";
}
.lni-wifi::before {
  content: "\ec5d";
}
.lni-wifi-error::before {
  content: "\ec5e";
}
.lni-wifi-alt::before {
  content: "\ec5f";
}
.lni-wifi-alt-2::before {
  content: "\ec60";
}
.lni-wifi-alt-1::before {
  content: "\ec61";
}
.lni-website-browser::before {
  content: "\ec62";
}
.lni-webcam-alt::before {
  content: "\ec63";
}
.lni-walkie-talkie::before {
  content: "\ec64";
}
.lni-vr::before {
  content: "\ec65";
}
.lni-vr-tech::before {
  content: "\ec66";
}
.lni-vr-motion::before {
  content: "\ec67";
}
.lni-vr-monitor::before {
  content: "\ec68";
}
.lni-vr-monitor-2::before {
  content: "\ec69";
}
.lni-vr-monitor-1::before {
  content: "\ec6a";
}
.lni-vr-laptop::before {
  content: "\ec6b";
}
.lni-vr-glasses::before {
  content: "\ec6c";
}
.lni-vr-design::before {
  content: "\ec6d";
}
.lni-vr-chat::before {
  content: "\ec6e";
}
.lni-vr-bug::before {
  content: "\ec6f";
}
.lni-vr-browser::before {
  content: "\ec70";
}
.lni-vr-alt::before {
  content: "\ec71";
}
.lni-vr-alt-1::before {
  content: "\ec72";
}
.lni-virtual-reality-alt::before {
  content: "\ec73";
}
.lni-vector-node::before {
  content: "\ec74";
}
.lni-vector-node-alt::before {
  content: "\ec75";
}
.lni-vector-node-1::before {
  content: "\ec76";
}
.lni-users-2::before {
  content: "\ec77";
}
.lni-user-alt::before {
  content: "\ec78";
}
.lni-user-alt-2::before {
  content: "\ec79";
}
.lni-user-alt-1::before {
  content: "\ec7a";
}
.lni-usb::before {
  content: "\ec7b";
}
.lni-upload-alt::before {
  content: "\ec7c";
}
.lni-up-server::before {
  content: "\ec7d";
}
.lni-tv::before {
  content: "\ec7e";
}
.lni-tv-1::before {
  content: "\ec7f";
}
.lni-trash-can-alt::before {
  content: "\ec80";
}
.lni-trash-can-alt-2::before {
  content: "\ec81";
}
.lni-trash-can-alt-1::before {
  content: "\ec82";
}
.lni-thumbnail::before {
  content: "\ec83";
}
.lni-tether::before {
  content: "\ec84";
}
.lni-terminal::before {
  content: "\ec85";
}
.lni-tap::before {
  content: "\ec86";
}
.lni-switch-alt::before {
  content: "\ec87";
}
.lni-svg::before {
  content: "\ec88";
}
.lni-star::before {
  content: "\ec89";
}
.lni-ssd::before {
  content: "\ec8a";
}
.lni-ssd-1::before {
  content: "\ec8b";
}
.lni-software-deployment::before {
  content: "\ec8c";
}
.lni-smart-home::before {
  content: "\ec8d";
}
.lni-smart-cloud::before {
  content: "\ec8e";
}
.lni-sitemap::before {
  content: "\ec8f";
}
.lni-sim-card::before {
  content: "\ec90";
}
.lni-server::before {
  content: "\ec91";
}
.lni-server-9::before {
  content: "\ec92";
}
.lni-server-8::before {
  content: "\ec93";
}
.lni-server-7::before {
  content: "\ec94";
}
.lni-server-6::before {
  content: "\ec95";
}
.lni-server-5::before {
  content: "\ec96";
}
.lni-server-4::before {
  content: "\ec97";
}
.lni-server-3::before {
  content: "\ec98";
}
.lni-server-2::before {
  content: "\ec99";
}
.lni-server-19::before {
  content: "\ec9a";
}
.lni-server-18::before {
  content: "\ec9b";
}
.lni-server-15::before {
  content: "\ec9c";
}
.lni-server-14::before {
  content: "\ec9d";
}
.lni-server-1::before {
  content: "\ec9e";
}
.lni-send::before {
  content: "\ec9f";
}
.lni-scan::before {
  content: "\eca0";
}
.lni-save-alt::before {
  content: "\eca1";
}
.lni-rotation::before {
  content: "\eca2";
}
.lni-rocket-alt::before {
  content: "\eca3";
}
.lni-reload-browser::before {
  content: "\eca4";
}
.lni-reload-alt::before {
  content: "\eca5";
}
.lni-reload-alt-box::before {
  content: "\eca6";
}
.lni-recycle::before {
  content: "\eca7";
}
.lni-recycle-alt::before {
  content: "\eca8";
}
.lni-psd::before {
  content: "\eca9";
}
.lni-programmer::before {
  content: "\ecaa";
}
.lni-processor-alt::before {
  content: "\ecab";
}
.lni-presentation::before {
  content: "\ecac";
}
.lni-png::before {
  content: "\ecad";
}
.lni-pendrive::before {
  content: "\ecae";
}
.lni-pdf::before {
  content: "\ecaf";
}
.lni-paste::before {
  content: "\ecb0";
}
.lni-paper-plane::before {
  content: "\ecb1";
}
.lni-no-charge-battery::before {
  content: "\ecb2";
}
.lni-networking::before {
  content: "\ecb3";
}
.lni-network-cloud::before {
  content: "\ecb4";
}
.lni-network-1::before {
  content: "\ecb5";
}
.lni-mouse-alt::before {
  content: "\ecb6";
}
.lni-mobile-application::before {
  content: "\ecb7";
}
.lni-mobile-application-alt::before {
  content: "\ecb8";
}
.lni-mobile-alt-rounded::before {
  content: "\ecb9";
}
.lni-mobile-alt-rounded-bottom::before {
  content: "\ecba";
}
.lni-mobile-alt-button::before {
  content: "\ecbb";
}
.lni-microphone-alt::before {
  content: "\ecbc";
}
.lni-microphone-alt-1::before {
  content: "\ecbd";
}
.lni-merge::before {
  content: "\ecbe";
}
.lni-menu-circle::before {
  content: "\ecbf";
}
.lni-menu-alt::before {
  content: "\ecc0";
}
.lni-menu-alt-5::before {
  content: "\ecc1";
}
.lni-menu-alt-4::before {
  content: "\ecc2";
}
.lni-menu-alt-3::before {
  content: "\ecc3";
}
.lni-menu-alt-2::before {
  content: "\ecc4";
}
.lni-menu-alt-1::before {
  content: "\ecc5";
}
.lni-media-server::before {
  content: "\ecc6";
}
.lni-map-alt::before {
  content: "\ecc7";
}
.lni-mail-server::before {
  content: "\ecc8";
}
.lni-low-battery::before {
  content: "\ecc9";
}
.lni-live-stream::before {
  content: "\ecca";
}
.lni-live-stream-alt::before {
  content: "\eccb";
}
.lni-link-alt::before {
  content: "\eccc";
}
.lni-link-alt-splash::before {
  content: "\eccd";
}
.lni-link-alt-3::before {
  content: "\ecce";
}
.lni-link-alt-2::before {
  content: "\eccf";
}
.lni-link-alt-1::before {
  content: "\ecd0";
}
.lni-laptop-thumbs-up::before {
  content: "\ecd1";
}
.lni-laptop-thumbs-down::before {
  content: "\ecd2";
}
.lni-laptop-star::before {
  content: "\ecd3";
}
.lni-laptop-star-1::before {
  content: "\ecd4";
}
.lni-laptop-alt::before {
  content: "\ecd5";
}
.lni-laptop-alt-switch::before {
  content: "\ecd6";
}
.lni-laptop-alt-keyboard::before {
  content: "\ecd7";
}
.lni-jpg::before {
  content: "\ecd8";
}
.lni-iot::before {
  content: "\ecd9";
}
.lni-iot-mobile::before {
  content: "\ecda";
}
.lni-internet-alt::before {
  content: "\ecdb";
}
.lni-infrared::before {
  content: "\ecdc";
}
.lni-information-alt::before {
  content: "\ecdd";
}
.lni-incognito-browser::before {
  content: "\ecde";
}
.lni-incognito-browser-alt::before {
  content: "\ecdf";
}
.lni-id-card-alt::before {
  content: "\ece0";
}
.lni-half-battery::before {
  content: "\ece1";
}
.lni-game-alt::before {
  content: "\ece2";
}
.lni-full-battery::before {
  content: "\ece3";
}
.lni-folder-networking-2::before {
  content: "\ece4";
}
.lni-folder-networking-1::before {
  content: "\ece5";
}
.lni-folder-alt::before {
  content: "\ece6";
}
.lni-folder-alt-1::before {
  content: "\ece7";
}
.lni-flash-drive-alt::before {
  content: "\ece8";
}
.lni-fire-extinguisher::before {
  content: "\ece9";
}
.lni-files-alt::before {
  content: "\ecea";
}
.lni-file::before {
  content: "\eceb";
}
.lni-file-upload::before {
  content: "\ecec";
}
.lni-file-upload-alt::before {
  content: "\eced";
}
.lni-file-protection::before {
  content: "\ecee";
}
.lni-file-pen::before {
  content: "\ecef";
}
.lni-file-name::before {
  content: "\ecf0";
}
.lni-file-lock::before {
  content: "\ecf1";
}
.lni-file-export::before {
  content: "\ecf2";
}
.lni-file-exclamation::before {
  content: "\ecf3";
}
.lni-file-download::before {
  content: "\ecf4";
}
.lni-figma-2::before {
  content: "\ecf5";
}
.lni-event::before {
  content: "\ecf6";
}
.lni-empty-battery::before {
  content: "\ecf7";
}
.lni-download-alt::before {
  content: "\ecf8";
}
.lni-down-server::before {
  content: "\ecf9";
}
.lni-devops::before {
  content: "\ecfa";
}
.lni-database-down::before {
  content: "\ecfb";
}
.lni-database-9::before {
  content: "\ecfc";
}
.lni-database-8::before {
  content: "\ecfd";
}
.lni-database-7::before {
  content: "\ecfe";
}
.lni-database-6::before {
  content: "\ecff";
}
.lni-database-4::before {
  content: "\ed00";
}
.lni-database-3::before {
  content: "\ed01";
}
.lni-database-2::before {
  content: "\ed02";
}
.lni-database-11::before {
  content: "\ed03";
}
.lni-database-10::before {
  content: "\ed04";
}
.lni-database-1::before {
  content: "\ed05";
}
.lni-dashboard-alt-1::before {
  content: "\ed06";
}
.lni-cpu::before {
  content: "\ed07";
}
.lni-cpu-alt::before {
  content: "\ed08";
}
.lni-copy::before {
  content: "\ed09";
}
.lni-copy-alt::before {
  content: "\ed0a";
}
.lni-control-panel-alt::before {
  content: "\ed0b";
}
.lni-cogs-3::before {
  content: "\ed0c";
}
.lni-cogs-2::before {
  content: "\ed0d";
}
.lni-cog-2::before {
  content: "\ed0e";
}
.lni-cog-alt::before {
  content: "\ed0f";
}
.lni-coding::before {
  content: "\ed10";
}
.lni-coding-alt::before {
  content: "\ed11";
}
.lni-coding-alt-1::before {
  content: "\ed12";
}
.lni-code-merge::before {
  content: "\ed13";
}
.lni-code-commit::before {
  content: "\ed14";
}
.lni-code-browser::before {
  content: "\ed15";
}
.lni-cms::before {
  content: "\ed16";
}
.lni-cloud-upload-alt::before {
  content: "\ed17";
}
.lni-cloud-sync-alt::before {
  content: "\ed18";
}
.lni-cloud-server::before {
  content: "\ed19";
}
.lni-cloud-server-1::before {
  content: "\ed1a";
}
.lni-cloud-search::before {
  content: "\ed1b";
}
.lni-cloud-search-2::before {
  content: "\ed1c";
}
.lni-cloud-search-1::before {
  content: "\ed1d";
}
.lni-cloud-network-2::before {
  content: "\ed1e";
}
.lni-cloud-download-1::before {
  content: "\ed1f";
}
.lni-cloud-computing::before {
  content: "\ed20";
}
.lni-cloud-computing-1::before {
  content: "\ed21";
}
.lni-cloud-check-alt::before {
  content: "\ed22";
}
.lni-cloud-3::before {
  content: "\ed23";
}
.lni-cloud-1::before {
  content: "\ed24";
}
.lni-ci-cd::before {
  content: "\ed25";
}
.lni-ci-cd-alt::before {
  content: "\ed26";
}
.lni-check-server::before {
  content: "\ed27";
}
.lni-check-database::before {
  content: "\ed28";
}
.lni-check-box-alt::before {
  content: "\ed29";
}
.lni-charging::before {
  content: "\ed2a";
}
.lni-change::before {
  content: "\ed2b";
}
.lni-cellphone-vr::before {
  content: "\ed2c";
}
.lni-cellphone-vr-1::before {
  content: "\ed2d";
}
.lni-camera-alt::before {
  content: "\ed2e";
}
.lni-camera-alt-1::before {
  content: "\ed2f";
}
.lni-calender-alt::before {
  content: "\ed30";
}
.lni-calender-alt-4::before {
  content: "\ed31";
}
.lni-calender-alt-3::before {
  content: "\ed32";
}
.lni-calender-alt-2::before {
  content: "\ed33";
}
.lni-calender-alt-1::before {
  content: "\ed34";
}
.lni-bulb-alt::before {
  content: "\ed35";
}
.lni-brightness::before {
  content: "\ed36";
}
.lni-bot::before {
  content: "\ed37";
}
.lni-bot-1::before {
  content: "\ed38";
}
.lni-bluetooth-alt::before {
  content: "\ed39";
}
.lni-block-user::before {
  content: "\ed3a";
}
.lni-billboard-alt-4::before {
  content: "\ed3b";
}
.lni-billboard-alt-3::before {
  content: "\ed3c";
}
.lni-billboard-alt-1::before {
  content: "\ed3d";
}
.lni-bells::before {
  content: "\ed3e";
}
.lni-battery::before {
  content: "\ed3f";
}
.lni-backspace::before {
  content: "\ed40";
}
.lni-automation::before {
  content: "\ed41";
}
.lni-appointment::before {
  content: "\ed42";
}
.lni-alert-server::before {
  content: "\ed43";
}
.lni-alart-database::before {
  content: "\ed44";
}
.lni-alarm-clock-alt-1::before {
  content: "\ed45";
}
.lni-alarm-4::before {
  content: "\ed46";
}
.lni-alarm-3::before {
  content: "\ed47";
}
.lni-alarm-2::before {
  content: "\ed48";
}
.lni-ai::before {
  content: "\ed49";
}
.lni-ai-alt::before {
  content: "\ed4a";
}
.lni-add-server::before {
  content: "\ed4b";
}
.lni-add-alt::before {
  content: "\ed4c";
}
.lni-5g::before {
  content: "\ed4d";
}
.lni-5g-sim::before {
  content: "\ed4e";
}
.lni-5g-alt::before {
  content: "\ed4f";
}
.lni-5g-alt-1::before {
  content: "\ed50";
}
.lni-3d::before {
  content: "\ed51";
}
.lni-360-degree::before {
  content: "\ed52";
}
.lni-wedding-video-camera::before {
  content: "\ed53";
}
.lni-wedding-song::before {
  content: "\ed54";
}
.lni-wedding-song-alt::before {
  content: "\ed55";
}
.lni-wedding-shoe::before {
  content: "\ed56";
}
.lni-wedding-dress::before {
  content: "\ed57";
}
.lni-wedding-cake::before {
  content: "\ed58";
}
.lni-wedding-arch::before {
  content: "\ed59";
}
.lni-waiter::before {
  content: "\ed5a";
}
.lni-video-wedding::before {
  content: "\ed5b";
}
.lni-toast::before {
  content: "\ed5c";
}
.lni-shopping-wedding::before {
  content: "\ed5d";
}
.lni-ring-alt-3::before {
  content: "\ed5e";
}
.lni-ring-alt-1::before {
  content: "\ed5f";
}
.lni-plate-alt::before {
  content: "\ed60";
}
.lni-padlock-love::before {
  content: "\ed61";
}
.lni-necklace::before {
  content: "\ed62";
}
.lni-microphone-alt-2::before {
  content: "\ed63";
}
.lni-luggage::before {
  content: "\ed64";
}
.lni-love-potion::before {
  content: "\ed65";
}
.lni-love-pair::before {
  content: "\ed66";
}
.lni-love-letter::before {
  content: "\ed67";
}
.lni-love-alt::before {
  content: "\ed68";
}
.lni-location-wedding::before {
  content: "\ed69";
}
.lni-kiss-lip::before {
  content: "\ed6a";
}
.lni-key-wedding::before {
  content: "\ed6b";
}
.lni-invitation::before {
  content: "\ed6c";
}
.lni-home-3::before {
  content: "\ed6d";
}
.lni-high-heels::before {
  content: "\ed6e";
}
.lni-hearts::before {
  content: "\ed6f";
}
.lni-gift-heart::before {
  content: "\ed70";
}
.lni-flower-alt-2::before {
  content: "\ed71";
}
.lni-dove::before {
  content: "\ed72";
}
.lni-door-hanger::before {
  content: "\ed73";
}
.lni-diamond::before {
  content: "\ed74";
}
.lni-cupid::before {
  content: "\ed75";
}
.lni-cupid-alt::before {
  content: "\ed76";
}
.lni-cupcake-alt-2::before {
  content: "\ed77";
}
.lni-clipboard-heart::before {
  content: "\ed78";
}
.lni-champagne::before {
  content: "\ed79";
}
.lni-car-wedding::before {
  content: "\ed7a";
}
.lni-candelabra::before {
  content: "\ed7b";
}
.lni-camera-wedding::before {
  content: "\ed7c";
}
.lni-calendar-wedding::before {
  content: "\ed7d";
}
.lni-bowtie::before {
  content: "\ed7e";
}
.lni-bowtie-alt::before {
  content: "\ed7f";
}
.lni-bowtie-alt-1::before {
  content: "\ed80";
}
.lni-bouquet::before {
  content: "\ed81";
}
.lni-bell-wedding::before {
  content: "\ed82";
}
.lni-bed-wedding::before {
  content: "\ed83";
}
.lni-balloons-wedding::before {
  content: "\ed84";
}
.lni-swap::before {
  content: "\ed85";
}
.lni-swap-3::before {
  content: "\ed86";
}
.lni-swap-2::before {
  content: "\ed87";
}
.lni-metaverse-7::before {
  content: "\ed88";
}
.lni-metaverse-6::before {
  content: "\ed89";
}
.lni-metaverse-5::before {
  content: "\ed8a";
}
.lni-metaverse-4::before {
  content: "\ed8b";
}
.lni-metaverse-3::before {
  content: "\ed8c";
}
.lni-metaverse-2::before {
  content: "\ed8d";
}
.lni-metaverse-1::before {
  content: "\ed8e";
}
.lni-litecoin::before {
  content: "\ed8f";
}
.lni-ethereum-2::before {
  content: "\ed90";
}
.lni-dogecoin-1::before {
  content: "\ed91";
}
.lni-coinbase-1::before {
  content: "\ed92";
}
.lni-cipher::before {
  content: "\ed93";
}
.lni-bitcoin-cash::before {
  content: "\ed94";
}
.lni-wind-sun::before {
  content: "\ed95";
}
.lni-wind-rose::before {
  content: "\ed96";
}
.lni-wind-cloud::before {
  content: "\ed97";
}
.lni-water-drops::before {
  content: "\ed98";
}
.lni-umbrella::before {
  content: "\ed99";
}
.lni-umbrella-rain::before {
  content: "\ed9a";
}
.lni-umbrella-rain-alt::before {
  content: "\ed9b";
}
.lni-umbrella-alt::before {
  content: "\ed9c";
}
.lni-tornado::before {
  content: "\ed9d";
}
.lni-tide::before {
  content: "\ed9e";
}
.lni-tide-alt::before {
  content: "\ed9f";
}
.lni-sunset-alt::before {
  content: "\eda0";
}
.lni-sunrise-alt::before {
  content: "\eda1";
}
.lni-sunrise-alt-2::before {
  content: "\eda2";
}
.lni-sunrise-alt-1::before {
  content: "\eda3";
}
.lni-sun-rain::before {
  content: "\eda4";
}
.lni-sparkles::before {
  content: "\eda5";
}
.lni-snowfall::before {
  content: "\eda6";
}
.lni-rainbow::before {
  content: "\eda7";
}
.lni-radioactive::before {
  content: "\eda8";
}
.lni-quarter-moon::before {
  content: "\eda9";
}
.lni-quarter-moon-1::before {
  content: "\edaa";
}
.lni-night-wind::before {
  content: "\edab";
}
.lni-night-thunder::before {
  content: "\edac";
}
.lni-new-moon::before {
  content: "\edad";
}
.lni-moon::before {
  content: "\edae";
}
.lni-moon-star::before {
  content: "\edaf";
}
.lni-moon-alt::before {
  content: "\edb0";
}
.lni-mist::before {
  content: "\edb1";
}
.lni-lnio-lni-cloudy::before {
  content: "\edb2";
}
.lni-kelvin::before {
  content: "\edb3";
}
.lni-kelvin-alt::before {
  content: "\edb4";
}
.lni-icicles::before {
  content: "\edb5";
}
.lni-humidity-alt::before {
  content: "\edb6";
}
.lni-farenheit::before {
  content: "\edb7";
}
.lni-farenheit-alt::before {
  content: "\edb8";
}
.lni-drop-alt::before {
  content: "\edb9";
}
.lni-crescent::before {
  content: "\edba";
}
.lni-clouds::before {
  content: "\edbb";
}
.lni-cloud-sun::before {
  content: "\edbc";
}
.lni-cloud-moon::before {
  content: "\edbd";
}
.lni-cloud-alt::before {
  content: "\edbe";
}
.lni-cloud-alt-2::before {
  content: "\edbf";
}
.lni-cloud-alt-1::before {
  content: "\edc0";
}
.lni-celsius-alt::before {
  content: "\edc1";
}
.lni-air::before {
  content: "\edc2";
}
.lni-air-flow::before {
  content: "\edc3";
}
.lni-Fire::before {
  content: "\edc4";
}
.lni-user-top-arrow::before {
  content: "\edc5";
}
.lni-user-timer::before {
  content: "\edc6";
}
.lni-user-star::before {
  content: "\edc7";
}
.lni-user-shield::before {
  content: "\edc8";
}
.lni-user-settings::before {
  content: "\edc9";
}
.lni-user-search::before {
  content: "\edca";
}
.lni-user-remove::before {
  content: "\edcb";
}
.lni-user-reload::before {
  content: "\edcc";
}
.lni-user-question::before {
  content: "\edcd";
}
.lni-user-money::before {
  content: "\edce";
}
.lni-user-love::before {
  content: "\edcf";
}
.lni-user-lock::before {
  content: "\edd0";
}
.lni-user-key::before {
  content: "\edd1";
}
.lni-user-information::before {
  content: "\edd2";
}
.lni-user-identification::before {
  content: "\edd3";
}
.lni-user-idea::before {
  content: "\edd4";
}
.lni-user-globe::before {
  content: "\edd5";
}
.lni-user-edit::before {
  content: "\edd6";
}
.lni-user-download::before {
  content: "\edd7";
}
.lni-user-delete::before {
  content: "\edd8";
}
.lni-user-check::before {
  content: "\edd9";
}
.lni-user-block::before {
  content: "\edda";
}
.lni-user-alt-5::before {
  content: "\eddb";
}
.lni-user-alt-4::before {
  content: "\eddc";
}
.lni-user-alt-3::before {
  content: "\eddd";
}
.lni-team::before {
  content: "\edde";
}
.lni-shoe-print::before {
  content: "\eddf";
}
.lni-remove-user::before {
  content: "\ede0";
}
.lni-remove-group::before {
  content: "\ede1";
}
.lni-personal-file::before {
  content: "\ede2";
}
.lni-personal-data::before {
  content: "\ede3";
}
.lni-friends::before {
  content: "\ede4";
}
.lni-flute::before {
  content: "\ede5";
}
.lni-fan::before {
  content: "\ede6";
}
.lni-earbuds-1::before {
  content: "\ede7";
}
.lni-add-user::before {
  content: "\ede8";
}
.lni-add-user-alt::before {
  content: "\ede9";
}
.lni-add-group::before {
  content: "\edea";
}
.lni-add-group-alt::before {
  content: "\edeb";
}
.lni-tent::before {
  content: "\edec";
}
.lni-tent-alt::before {
  content: "\eded";
}
.lni-tent-alt-1::before {
  content: "\edee";
}
.lni-taj-mahal::before {
  content: "\edef";
}
.lni-sydney-opera-house::before {
  content: "\edf0";
}
.lni-surfboard-alt::before {
  content: "\edf1";
}
.lni-surfboard-alt-2::before {
  content: "\edf2";
}
.lni-surfboard-alt-1::before {
  content: "\edf3";
}
.lni-suitcase::before {
  content: "\edf4";
}
.lni-suitcase-alt::before {
  content: "\edf5";
}
.lni-suitcase-alt-1::before {
  content: "\edf6";
}
.lni-lighthouse::before {
  content: "\edf7";
}
.lni-hot-air-baloon::before {
  content: "\edf8";
}
.lni-flight-search::before {
  content: "\edf9";
}
.lni-empire-state-building::before {
  content: "\edfa";
}
.lni-eiffel-tower::before {
  content: "\edfb";
}
.lni-cable-car::before {
  content: "\edfc";
}
.lni-beach::before {
  content: "\edfd";
}
.lni-beach-chair::before {
  content: "\edfe";
}
.lni-beach-ball::before {
  content: "\edff";
}
.lni-airport::before {
  content: "\ee00";
}
.lni-vertical-line::before {
  content: "\ee01";
}
.lni-undo::before {
  content: "\ee02";
}
.lni-undo-alt::before {
  content: "\ee03";
}
.lni-text::before {
  content: "\ee04";
}
.lni-text-underline-alt::before {
  content: "\ee05";
}
.lni-text-alt::before {
  content: "\ee06";
}
.lni-symbol::before {
  content: "\ee07";
}
.lni-strikethrough-alt::before {
  content: "\ee08";
}
.lni-reflect::before {
  content: "\ee09";
}
.lni-redo::before {
  content: "\ee0a";
}
.lni-quote-alt::before {
  content: "\ee0b";
}
.lni-quote-alt-7::before {
  content: "\ee0c";
}
.lni-quote-alt-6::before {
  content: "\ee0d";
}
.lni-quote-alt-5::before {
  content: "\ee0e";
}
.lni-quote-alt-4::before {
  content: "\ee0f";
}
.lni-quote-alt-3::before {
  content: "\ee10";
}
.lni-quote-alt-2::before {
  content: "\ee11";
}
.lni-quote-alt-1::before {
  content: "\ee12";
}
.lni-page-alt::before {
  content: "\ee13";
}
.lni-idea::before {
  content: "\ee14";
}
.lni-highlight-alt-1::before {
  content: "\ee15";
}
.lni-height::before {
  content: "\ee16";
}
.lni-grammer::before {
  content: "\ee17";
}
.lni-font::before {
  content: "\ee18";
}
.lni-font-alt::before {
  content: "\ee19";
}
.lni-clear-format::before {
  content: "\ee1a";
}
.lni-capital-letter::before {
  content: "\ee1b";
}
.lni-triangle::before {
  content: "\ee1c";
}
.lni-root-sign::before {
  content: "\ee1d";
}
.lni-root-sign-alt::before {
  content: "\ee1e";
}
.lni-root-sign-alt-1::before {
  content: "\ee1f";
}
.lni-plus-minus-symbol::before {
  content: "\ee20";
}
.lni-plus-minus-symbol-alt::before {
  content: "\ee21";
}
.lni-plus-minus-symbol-1::before {
  content: "\ee22";
}
.lni-pi::before {
  content: "\ee23";
}
.lni-pi-alt::before {
  content: "\ee24";
}
.lni-pi-alt-1::before {
  content: "\ee25";
}
.lni-parentheses::before {
  content: "\ee26";
}
.lni-parentheses-alt-2::before {
  content: "\ee27";
}
.lni-parentheses-alt-1::before {
  content: "\ee28";
}
.lni-division::before {
  content: "\ee29";
}
.lni-division-alt::before {
  content: "\ee2a";
}
.lni-division-alt-1::before {
  content: "\ee2b";
}
.lni-brackets-alt::before {
  content: "\ee2c";
}
.lni-brackets-alt-2::before {
  content: "\ee2d";
}
.lni-brackets-alt-1::before {
  content: "\ee2e";
}
.lni-at::before {
  content: "\ee2f";
}
.lni-asterisk::before {
  content: "\ee30";
}
.lni-abstract::before {
  content: "\ee31";
}
.lni-abstract-1::before {
  content: "\ee32";
}
.lni-view::before {
  content: "\ee33";
}
.lni-rocket-verified::before {
  content: "\ee34";
}
.lni-rocket-target::before {
  content: "\ee35";
}
.lni-rocket-star::before {
  content: "\ee36";
}
.lni-rocket-slim::before {
  content: "\ee37";
}
.lni-rocket-search::before {
  content: "\ee38";
}
.lni-rocket-money::before {
  content: "\ee39";
}
.lni-rocket-launch::before {
  content: "\ee3a";
}
.lni-rocket-launch-6::before {
  content: "\ee3b";
}
.lni-rocket-launch-5::before {
  content: "\ee3c";
}
.lni-rocket-launch-4::before {
  content: "\ee3d";
}
.lni-rocket-launch-3::before {
  content: "\ee3e";
}
.lni-rocket-launch-2::before {
  content: "\ee3f";
}
.lni-rocket-launch-1::before {
  content: "\ee40";
}
.lni-rocket-idea::before {
  content: "\ee41";
}
.lni-rocket-growth::before {
  content: "\ee42";
}
.lni-rocket-growth-2::before {
  content: "\ee43";
}
.lni-rocket-growth-1::before {
  content: "\ee44";
}
.lni-rocket-favourite::before {
  content: "\ee45";
}
.lni-rocket-earth::before {
  content: "\ee46";
}
.lni-puzzle::before {
  content: "\ee47";
}
.lni-preview::before {
  content: "\ee48";
}
.lni-paper-idea::before {
  content: "\ee49";
}
.lni-networking-startup::before {
  content: "\ee4a";
}
.lni-money-idea::before {
  content: "\ee4b";
}
.lni-mobile-target::before {
  content: "\ee4c";
}
.lni-mobile-target-1::before {
  content: "\ee4d";
}
.lni-mobile-rocket::before {
  content: "\ee4e";
}
.lni-mobile-rocket-3::before {
  content: "\ee4f";
}
.lni-mobile-rocket-2::before {
  content: "\ee50";
}
.lni-mobile-rocket-1::before {
  content: "\ee51";
}
.lni-mission::before {
  content: "\ee52";
}
.lni-maze::before {
  content: "\ee53";
}
.lni-letter-idea::before {
  content: "\ee54";
}
.lni-laptop-target::before {
  content: "\ee55";
}
.lni-ipo-flag::before {
  content: "\ee56";
}
.lni-idea-shield::before {
  content: "\ee57";
}
.lni-idea-share::before {
  content: "\ee58";
}
.lni-idea-setting::before {
  content: "\ee59";
}
.lni-idea-search::before {
  content: "\ee5a";
}
.lni-idea-rise::before {
  content: "\ee5b";
}
.lni-idea-reload::before {
  content: "\ee5c";
}
.lni-idea-presentation::before {
  content: "\ee5d";
}
.lni-idea-location::before {
  content: "\ee5e";
}
.lni-idea-label::before {
  content: "\ee5f";
}
.lni-idea-head::before {
  content: "\ee60";
}
.lni-idea-head-1::before {
  content: "\ee61";
}
.lni-idea-envelope::before {
  content: "\ee62";
}
.lni-idea-down::before {
  content: "\ee63";
}
.lni-idea-chat::before {
  content: "\ee64";
}
.lni-idea-briefcase::before {
  content: "\ee65";
}
.lni-idea-agenda::before {
  content: "\ee66";
}
.lni-head-idea-setting::before {
  content: "\ee67";
}
.lni-grow-help::before {
  content: "\ee68";
}
.lni-grow-help-1::before {
  content: "\ee69";
}
.lni-graph-growth::before {
  content: "\ee6a";
}
.lni-go-frame::before {
  content: "\ee6b";
}
.lni-go-frame-1::before {
  content: "\ee6c";
}
.lni-flash-idea::before {
  content: "\ee6d";
}
.lni-cloud-idea::before {
  content: "\ee6e";
}
.lni-business-rocket::before {
  content: "\ee6f";
}
.lni-business-partnership::before {
  content: "\ee70";
}
.lni-bulb-idea::before {
  content: "\ee71";
}
.lni-arrow-target::before {
  content: "\ee72";
}
.lni-arrow-target-1::before {
  content: "\ee73";
}
.lni-yawn::before {
  content: "\ee74";
}
.lni-wow::before {
  content: "\ee75";
}
.lni-wink::before {
  content: "\ee76";
}
.lni-surprised-1::before {
  content: "\ee77";
}
.lni-super-happy::before {
  content: "\ee78";
}
.lni-super-cool::before {
  content: "\ee79";
}
.lni-smile-1::before {
  content: "\ee7a";
}
.lni-sleep::before {
  content: "\ee7b";
}
.lni-sick::before {
  content: "\ee7c";
}
.lni-sick-1::before {
  content: "\ee7d";
}
.lni-sad-5::before {
  content: "\ee7e";
}
.lni-sad-4::before {
  content: "\ee7f";
}
.lni-sad-3::before {
  content: "\ee80";
}
.lni-sad-2::before {
  content: "\ee81";
}
.lni-sad-1::before {
  content: "\ee82";
}
.lni-piss::before {
  content: "\ee83";
}
.lni-nervous::before {
  content: "\ee84";
}
.lni-muted-3::before {
  content: "\ee85";
}
.lni-muted-2::before {
  content: "\ee86";
}
.lni-muted-1::before {
  content: "\ee87";
}
.lni-mute::before {
  content: "\ee88";
}
.lni-loved-surprise::before {
  content: "\ee89";
}
.lni-love::before {
  content: "\ee8a";
}
.lni-kiss-3::before {
  content: "\ee8b";
}
.lni-kiss-2::before {
  content: "\ee8c";
}
.lni-happy-smile::before {
  content: "\ee8d";
}
.lni-happy-4::before {
  content: "\ee8e";
}
.lni-happy-3::before {
  content: "\ee8f";
}
.lni-happy-2::before {
  content: "\ee90";
}
.lni-happy-1::before {
  content: "\ee91";
}
.lni-dead::before {
  content: "\ee92";
}
.lni-dead-6::before {
  content: "\ee93";
}
.lni-dead-5::before {
  content: "\ee94";
}
.lni-dead-4::before {
  content: "\ee95";
}
.lni-dead-3::before {
  content: "\ee96";
}
.lni-dead-2::before {
  content: "\ee97";
}
.lni-dead-1::before {
  content: "\ee98";
}
.lni-cute::before {
  content: "\ee99";
}
.lni-crying-4::before {
  content: "\ee9a";
}
.lni-crying-3::before {
  content: "\ee9b";
}
.lni-crying-2::before {
  content: "\ee9c";
}
.lni-crying-1::before {
  content: "\ee9d";
}
.lni-cry::before {
  content: "\ee9e";
}
.lni-cool-kiss::before {
  content: "\ee9f";
}
.lni-cool-9::before {
  content: "\eea0";
}
.lni-cool-8::before {
  content: "\eea1";
}
.lni-cool-7::before {
  content: "\eea2";
}
.lni-cool-6::before {
  content: "\eea3";
}
.lni-cool-5::before {
  content: "\eea4";
}
.lni-cool-4::before {
  content: "\eea5";
}
.lni-cool-3::before {
  content: "\eea6";
}
.lni-cool-20::before {
  content: "\eea7";
}
.lni-cool-19::before {
  content: "\eea8";
}
.lni-cool-18::before {
  content: "\eea9";
}
.lni-cool-17::before {
  content: "\eeaa";
}
.lni-cool-16::before {
  content: "\eeab";
}
.lni-cool-15::before {
  content: "\eeac";
}
.lni-cool-14::before {
  content: "\eead";
}
.lni-cool-13::before {
  content: "\eeae";
}
.lni-cool-12::before {
  content: "\eeaf";
}
.lni-cool-11::before {
  content: "\eeb0";
}
.lni-cool-10::before {
  content: "\eeb1";
}
.lni-cool-1::before {
  content: "\eeb2";
}
.lni-bored::before {
  content: "\eeb3";
}
.lni-bored-1::before {
  content: "\eeb4";
}
.lni-angry::before {
  content: "\eeb5";
}
.lni-spinner-9::before {
  content: "\eeb6";
}
.lni-spinner-8::before {
  content: "\eeb7";
}
.lni-spinner-7::before {
  content: "\eeb8";
}
.lni-spinner-6::before {
  content: "\eeb9";
}
.lni-spinner-5::before {
  content: "\eeba";
}
.lni-spinner-4::before {
  content: "\eebb";
}
.lni-spinner-3::before {
  content: "\eebc";
}
.lni-spinner-2::before {
  content: "\eebd";
}
.lni-spinner-11::before {
  content: "\eebe";
}
.lni-spinner-10::before {
  content: "\eebf";
}
.lni-spinner-1::before {
  content: "\eec0";
}
.lni-trophy-5::before {
  content: "\eec1";
}
.lni-trophy-4::before {
  content: "\eec2";
}
.lni-trophy-3::before {
  content: "\eec3";
}
.lni-trophy-2::before {
  content: "\eec4";
}
.lni-trophy-1::before {
  content: "\eec5";
}
.lni-prize-1::before {
  content: "\eec6";
}
.lni-patent::before {
  content: "\eec7";
}
.lni-medal-8::before {
  content: "\eec8";
}
.lni-medal-7::before {
  content: "\eec9";
}
.lni-medal-6::before {
  content: "\eeca";
}
.lni-medal-5::before {
  content: "\eecb";
}
.lni-medal-4::before {
  content: "\eecc";
}
.lni-medal-3::before {
  content: "\eecd";
}
.lni-medal-2::before {
  content: "\eece";
}
.lni-medal-1::before {
  content: "\eecf";
}
.lni-diploma::before {
  content: "\eed0";
}
.lni-diploma-2::before {
  content: "\eed1";
}
.lni-diploma-1::before {
  content: "\eed2";
}
.lni-crown-alt-3::before {
  content: "\eed3";
}
.lni-badge-first::before {
  content: "\eed4";
}
.lni-badge-9::before {
  content: "\eed5";
}
.lni-badge-8::before {
  content: "\eed6";
}
.lni-badge-7::before {
  content: "\eed7";
}
.lni-badge-6::before {
  content: "\eed8";
}
.lni-badge-5::before {
  content: "\eed9";
}
.lni-badge-4::before {
  content: "\eeda";
}
.lni-badge-3::before {
  content: "\eedb";
}
.lni-badge-2::before {
  content: "\eedc";
}
.lni-badge-10::before {
  content: "\eedd";
}
.lni-badge-1::before {
  content: "\eede";
}
.lni-2nd-prize::before {
  content: "\eedf";
}
.lni-1st-prize::before {
  content: "\eee0";
}
.lni-zen::before {
  content: "\eee1";
}
.lni-yin-yang::before {
  content: "\eee2";
}
.lni-torii-gate::before {
  content: "\eee3";
}
.lni-tombstone::before {
  content: "\eee4";
}
.lni-tombstone-1::before {
  content: "\eee5";
}
.lni-star-of-david::before {
  content: "\eee6";
}
.lni-star-of-david-1::before {
  content: "\eee7";
}
.lni-prayer::before {
  content: "\eee8";
}
.lni-prayer-rug::before {
  content: "\eee9";
}
.lni-muslim-symbol::before {
  content: "\eeea";
}
.lni-mosque::before {
  content: "\eeeb";
}
.lni-moshjid-location::before {
  content: "\eeec";
}
.lni-islamic-flag::before {
  content: "\eeed";
}
.lni-islamic-book::before {
  content: "\eeee";
}
.lni-islamic-book-alt::before {
  content: "\eeef";
}
.lni-islam::before {
  content: "\eef0";
}
.lni-goblet::before {
  content: "\eef1";
}
.lni-cross::before {
  content: "\eef2";
}
.lni-church::before {
  content: "\eef3";
}
.lni-christian-candle::before {
  content: "\eef4";
}
.lni-bible::before {
  content: "\eef5";
}
.lni-website-house::before {
  content: "\eef6";
}
.lni-warehouse::before {
  content: "\eef7";
}
.lni-swimming-pool-alt::before {
  content: "\eef8";
}
.lni-smart-home-control::before {
  content: "\eef9";
}
.lni-smart-home-alt::before {
  content: "\eefa";
}
.lni-sign-sale::before {
  content: "\eefb";
}
.lni-sign-rent::before {
  content: "\eefc";
}
.lni-shopping-mall::before {
  content: "\eefd";
}
.lni-search-home::before {
  content: "\eefe";
}
.lni-placeholder-map::before {
  content: "\eeff";
}
.lni-placeholder-house::before {
  content: "\ef00";
}
.lni-lift::before {
  content: "\ef01";
}
.lni-house-rating::before {
  content: "\ef02";
}
.lni-house-discount::before {
  content: "\ef03";
}
.lni-house-chosen::before {
  content: "\ef04";
}
.lni-house-cancelled::before {
  content: "\ef05";
}
.lni-house-auction::before {
  content: "\ef06";
}
.lni-house-auction-1::before {
  content: "\ef07";
}
.lni-house-add::before {
  content: "\ef08";
}
.lni-hospital-alt-7::before {
  content: "\ef09";
}
.lni-home-documents::before {
  content: "\ef0a";
}
.lni-home-5::before {
  content: "\ef0b";
}
.lni-home-4::before {
  content: "\ef0c";
}
.lni-fountain::before {
  content: "\ef0d";
}
.lni-flats::before {
  content: "\ef0e";
}
.lni-fence::before {
  content: "\ef0f";
}
.lni-condominium::before {
  content: "\ef10";
}
.lni-condominium-1::before {
  content: "\ef11";
}
.lni-buy-house::before {
  content: "\ef12";
}
.lni-blueprint::before {
  content: "\ef13";
}
.lni-billboard-alt-2::before {
  content: "\ef14";
}
.lni-apartments-alt-13::before {
  content: "\ef15";
}
.lni-air-conditioner::before {
  content: "\ef16";
}
.lni-t-shirt-alt::before {
  content: "\ef17";
}
.lni-t-shirt-alt-1::before {
  content: "\ef18";
}
.lni-sunglass::before {
  content: "\ef19";
}
.lni-old::before {
  content: "\ef1a";
}
.lni-old-man::before {
  content: "\ef1b";
}
.lni-milk-bottle::before {
  content: "\ef1c";
}
.lni-ladies-t-shirt::before {
  content: "\ef1d";
}
.lni-glasses::before {
  content: "\ef1e";
}
.lni-gift-bag::before {
  content: "\ef1f";
}
.lni-gift-1::before {
  content: "\ef20";
}
.lni-family::before {
  content: "\ef21";
}
.lni-family-alt::before {
  content: "\ef22";
}
.lni-eyeglass::before {
  content: "\ef23";
}
.lni-cup-alt::before {
  content: "\ef24";
}
.lni-crown-alt::before {
  content: "\ef25";
}
.lni-crown-alt-2::before {
  content: "\ef26";
}
.lni-crown-alt-1::before {
  content: "\ef27";
}
.lni-cotton-bud::before {
  content: "\ef28";
}
.lni-bottle-nipple::before {
  content: "\ef29";
}
.lni-baby-kid::before {
  content: "\ef2a";
}
.lni-walking::before {
  content: "\ef2b";
}
.lni-turn::before {
  content: "\ef2c";
}
.lni-trending-up::before {
  content: "\ef2d";
}
.lni-trending-down::before {
  content: "\ef2e";
}
.lni-train-alt-1::before {
  content: "\ef2f";
}
.lni-traffic-light::before {
  content: "\ef30";
}
.lni-top-right-arrow-box::before {
  content: "\ef31";
}
.lni-top-left-arrow-box::before {
  content: "\ef32";
}
.lni-top-arrow-box::before {
  content: "\ef33";
}
.lni-swap-vertical::before {
  content: "\ef34";
}
.lni-swap-arrow::before {
  content: "\ef35";
}
.lni-straight::before {
  content: "\ef36";
}
.lni-signaling::before {
  content: "\ef37";
}
.lni-select-oval::before {
  content: "\ef38";
}
.lni-select-box::before {
  content: "\ef39";
}
.lni-select-arrow::before {
  content: "\ef3a";
}
.lni-scroll-v::before {
  content: "\ef3b";
}
.lni-scroll-h::before {
  content: "\ef3c";
}
.lni-route::before {
  content: "\ef3d";
}
.lni-route-alt::before {
  content: "\ef3e";
}
.lni-right::before {
  content: "\ef3f";
}
.lni-right-arrow-box::before {
  content: "\ef40";
}
.lni-right-alt::before {
  content: "\ef41";
}
.lni-push-up::before {
  content: "\ef42";
}
.lni-push-right::before {
  content: "\ef43";
}
.lni-push-left::before {
  content: "\ef44";
}
.lni-push-down::before {
  content: "\ef45";
}
.lni-pointer-alt::before {
  content: "\ef46";
}
.lni-placeholders::before {
  content: "\ef47";
}
.lni-north::before {
  content: "\ef48";
}
.lni-navigation::before {
  content: "\ef49";
}
.lni-move-up::before {
  content: "\ef4a";
}
.lni-move-task::before {
  content: "\ef4b";
}
.lni-move-right::before {
  content: "\ef4c";
}
.lni-move-left::before {
  content: "\ef4d";
}
.lni-move-down::before {
  content: "\ef4e";
}
.lni-motion::before {
  content: "\ef4f";
}
.lni-merge-vertical::before {
  content: "\ef50";
}
.lni-merge-horizontal::before {
  content: "\ef51";
}
.lni-magnifying-glass::before {
  content: "\ef52";
}
.lni-left-arrow-box::before {
  content: "\ef53";
}
.lni-flags::before {
  content: "\ef54";
}
.lni-flag-corner::before {
  content: "\ef55";
}
.lni-down-right-arrow-box::before {
  content: "\ef56";
}
.lni-down-left-arrow-box::before {
  content: "\ef57";
}
.lni-down-arrow-box::before {
  content: "\ef58";
}
.lni-corner-up-right::before {
  content: "\ef59";
}
.lni-corner-up-left::before {
  content: "\ef5a";
}
.lni-corner-right-up::before {
  content: "\ef5b";
}
.lni-corner-right-down::before {
  content: "\ef5c";
}
.lni-corner-left-up::before {
  content: "\ef5d";
}
.lni-corner-left-down::before {
  content: "\ef5e";
}
.lni-corner-down-right::before {
  content: "\ef5f";
}
.lni-corner-down-left::before {
  content: "\ef60";
}
.lni-corner-double-up-right::before {
  content: "\ef61";
}
.lni-corner-double-up-left::before {
  content: "\ef62";
}
.lni-corner-double-right-up::before {
  content: "\ef63";
}
.lni-corner-double-right-down::before {
  content: "\ef64";
}
.lni-corner-double-left-up::before {
  content: "\ef65";
}
.lni-corner-double-left-down::before {
  content: "\ef66";
}
.lni-corner-double-down-right::before {
  content: "\ef67";
}
.lni-corner-double-down-left::before {
  content: "\ef68";
}
.lni-compress::before {
  content: "\ef69";
}
.lni-compass-alt-1::before {
  content: "\ef6a";
}
.lni-axis::before {
  content: "\ef6b";
}
.lni-arrows-shrink-v::before {
  content: "\ef6c";
}
.lni-arrows-shrink-h::before {
  content: "\ef6d";
}
.lni-arrows-scroll-v::before {
  content: "\ef6e";
}
.lni-arrows-scroll-h::before {
  content: "\ef6f";
}
.lni-arrows-merge-alt-v::before {
  content: "\ef70";
}
.lni-arrows-merge-alt-h::before {
  content: "\ef71";
}
.lni-arrows-expand-up-right::before {
  content: "\ef72";
}
.lni-arrows-expand-up-left::before {
  content: "\ef73";
}
.lni-arrows-expand-right-alt::before {
  content: "\ef74";
}
.lni-arrows-expand-left-alt::before {
  content: "\ef75";
}
.lni-arrows-expand-down-right::before {
  content: "\ef76";
}
.lni-arrows-expand-down-left::before {
  content: "\ef77";
}
.lni-arrows-exchange::before {
  content: "\ef78";
}
.lni-arrows-exchange-alt::before {
  content: "\ef79";
}
.lni-arrows-exchange-alt-2::before {
  content: "\ef7a";
}
.lni-arrows-exchange-alt-1::before {
  content: "\ef7b";
}
.lni-arrows-break-v::before {
  content: "\ef7c";
}
.lni-arrows-break-h::before {
  content: "\ef7d";
}
.lni-arrow-minimize::before {
  content: "\ef7e";
}
.lni-arrow-minimize-alt::before {
  content: "\ef7f";
}
.lni-arrow-long-right-c::before {
  content: "\ef80";
}
.lni-arrow-long-left-r::before {
  content: "\ef81";
}
.lni-arrow-long-left-i::before {
  content: "\ef82";
}
.lni-arrow-long-left-e::before {
  content: "\ef83";
}
.lni-arrow-long-left-c::before {
  content: "\ef84";
}
.lni-arrow-long-down-r::before {
  content: "\ef85";
}
.lni-arrow-long-down-l::before {
  content: "\ef86";
}
.lni-arrow-long-down-e::before {
  content: "\ef87";
}
.lni-arrow-long-down-c::before {
  content: "\ef88";
}
.lni-arrow-expand::before {
  content: "\ef89";
}
.lni-arrow-expand-alt::before {
  content: "\ef8a";
}
.lni-arrow-double-top::before {
  content: "\ef8b";
}
.lni-arrow-double-right::before {
  content: "\ef8c";
}
.lni-arrow-double-left::before {
  content: "\ef8d";
}
.lni-arrow-double-down::before {
  content: "\ef8e";
}
.lni-arrow-align-v::before {
  content: "\ef8f";
}
.lni-arrow-align-h::before {
  content: "\ef90";
}
.lni-vote::before {
  content: "\ef91";
}
.lni-video-call::before {
  content: "\ef92";
}
.lni-video-call-2::before {
  content: "\ef93";
}
.lni-trademark::before {
  content: "\ef94";
}
.lni-ticket-alt-3::before {
  content: "\ef95";
}
.lni-ticket-alt-2::before {
  content: "\ef96";
}
.lni-ticket-alt-1::before {
  content: "\ef97";
}
.lni-thunderbolt::before {
  content: "\ef98";
}
.lni-thumbs-up-alt::before {
  content: "\ef99";
}
.lni-thumbs-down-alt::before {
  content: "\ef9a";
}
.lni-target-alt-3::before {
  content: "\ef9b";
}
.lni-switch::before {
  content: "\ef9c";
}
.lni-sort::before {
  content: "\ef9d";
}
.lni-sign-language::before {
  content: "\ef9e";
}
.lni-sign-language-alt::before {
  content: "\ef9f";
}
.lni-shield-alt-3::before {
  content: "\efa0";
}
.lni-shield-alt-3-check::before {
  content: "\efa1";
}
.lni-shield-alt-2::before {
  content: "\efa2";
}
.lni-shield-alt-2-check::before {
  content: "\efa3";
}
.lni-shield-alt-1::before {
  content: "\efa4";
}
.lni-shield-alt-1-check::before {
  content: "\efa5";
}
.lni-search-location::before {
  content: "\efa6";
}
.lni-round-box-plus::before {
  content: "\efa7";
}
.lni-round-box-minus::before {
  content: "\efa8";
}
.lni-round-box-cross::before {
  content: "\efa9";
}
.lni-round-box-check::before {
  content: "\efaa";
}
.lni-record::before {
  content: "\efab";
}
.lni-portfolio2::before {
  content: "\efac";
}
.lni-portfolio::before {
  content: "\efad";
}
.lni-playlist::before {
  content: "\efae";
}
.lni-playlist-alt::before {
  content: "\efaf";
}
.lni-passport::before {
  content: "\efb0";
}
.lni-passport-alt::before {
  content: "\efb1";
}
.lni-passport-4::before {
  content: "\efb2";
}
.lni-passport-3::before {
  content: "\efb3";
}
.lni-passport-2::before {
  content: "\efb4";
}
.lni-notification-alt::before {
  content: "\efb5";
}
.lni-music-note::before {
  content: "\efb6";
}
.lni-more-alt-1::before {
  content: "\efb7";
}
.lni-lock-alt-3::before {
  content: "\efb8";
}
.lni-lock-alt-2::before {
  content: "\efb9";
}
.lni-lock-alt-1::before {
  content: "\efba";
}
.lni-list-alt::before {
  content: "\efbb";
}
.lni-list-alt-1::before {
  content: "\efbc";
}
.lni-layers-alt-3::before {
  content: "\efbd";
}
.lni-layers-alt-2::before {
  content: "\efbe";
}
.lni-key-alt::before {
  content: "\efbf";
}
.lni-key-alt-3::before {
  content: "\efc0";
}
.lni-key-alt-2::before {
  content: "\efc1";
}
.lni-key-alt-1::before {
  content: "\efc2";
}
.lni-info-circle::before {
  content: "\efc3";
}
.lni-identity::before {
  content: "\efc4";
}
.lni-idea-alt::before {
  content: "\efc5";
}
.lni-hotel-sign::before {
  content: "\efc6";
}
.lni-hashtag::before {
  content: "\efc7";
}
.lni-funnel-alt::before {
  content: "\efc8";
}
.lni-funnel-alt-2::before {
  content: "\efc9";
}
.lni-funnel-alt-1::before {
  content: "\efca";
}
.lni-fingerprint-3::before {
  content: "\efcb";
}
.lni-fingerprint-1::before {
  content: "\efcc";
}
.lni-find::before {
  content: "\efcd";
}
.lni-filterslider::before {
  content: "\efce";
}
.lni-eye-alt::before {
  content: "\efcf";
}
.lni-electricity::before {
  content: "\efd0";
}
.lni-copyright::before {
  content: "\efd1";
}
.lni-command::before {
  content: "\efd2";
}
.lni-circle::before {
  content: "\efd3";
}
.lni-bookmark-alt-1::before {
  content: "\efd4";
}
.lni-barrier::before {
  content: "\efd5";
}
.lni-alarm-alt::before {
  content: "\efd6";
}
.lni-add-file::before {
  content: "\efd7";
}
.lni-trees-alt::before {
  content: "\efd8";
}
.lni-trees-alt-9::before {
  content: "\efd9";
}
.lni-trees-alt-8::before {
  content: "\efda";
}
.lni-trees-alt-7::before {
  content: "\efdb";
}
.lni-trees-alt-6::before {
  content: "\efdc";
}
.lni-trees-alt-5::before {
  content: "\efdd";
}
.lni-trees-alt-4::before {
  content: "\efde";
}
.lni-trees-alt-10::before {
  content: "\efdf";
}
.lni-trees-alt-1::before {
  content: "\efe0";
}
.lni-tree-alt::before {
  content: "\efe1";
}
.lni-tree-alt-3::before {
  content: "\efe2";
}
.lni-tree-alt-1::before {
  content: "\efe3";
}
.lni-tornado-alt::before {
  content: "\efe4";
}
.lni-sprout-alt-1::before {
  content: "\efe5";
}
.lni-plant::before {
  content: "\efe6";
}
.lni-plant-pot::before {
  content: "\efe7";
}
.lni-plant-pot-alt::before {
  content: "\efe8";
}
.lni-plant-pot-alt-1::before {
  content: "\efe9";
}
.lni-plant-alt::before {
  content: "\efea";
}
.lni-nature-shield::before {
  content: "\efeb";
}
.lni-mushrooms::before {
  content: "\efec";
}
.lni-mushrooms-alt::before {
  content: "\efed";
}
.lni-mushrooms-alt-1::before {
  content: "\efee";
}
.lni-mushroom-alt::before {
  content: "\efef";
}
.lni-mushroom-alt-2::before {
  content: "\eff0";
}
.lni-mushroom-alt-1::before {
  content: "\eff1";
}
.lni-mountains::before {
  content: "\eff2";
}
.lni-mountains-4::before {
  content: "\eff3";
}
.lni-mountains-3::before {
  content: "\eff4";
}
.lni-mountains-2::before {
  content: "\eff5";
}
.lni-mountains-1::before {
  content: "\eff6";
}
.lni-mountain::before {
  content: "\eff7";
}
.lni-love-nature::before {
  content: "\eff8";
}
.lni-leaves::before {
  content: "\eff9";
}
.lni-leaf-alt::before {
  content: "\effa";
}
.lni-leaf-alt-3::before {
  content: "\effb";
}
.lni-leaf-alt-2::before {
  content: "\effc";
}
.lni-leaf-alt-1::before {
  content: "\effd";
}
.lni-island-alt::before {
  content: "\effe";
}
.lni-island-alt-4::before {
  content: "\efff";
}
.lni-island-alt-3::before {
  content: "\f000";
}
.lni-island-alt-2::before {
  content: "\f001";
}
.lni-island-alt-1::before {
  content: "\f002";
}
.lni-hurricane::before {
  content: "\f003";
}
.lni-hop::before {
  content: "\f004";
}
.lni-hiking::before {
  content: "\f005";
}
.lni-forrest::before {
  content: "\f006";
}
.lni-forrest-alt-3::before {
  content: "\f007";
}
.lni-forrest-alt-2::before {
  content: "\f008";
}
.lni-forrest-alt-1::before {
  content: "\f009";
}
.lni-forrest-1::before {
  content: "\f00a";
}
.lni-flower-alt::before {
  content: "\f00b";
}
.lni-flood::before {
  content: "\f00c";
}
.lni-earthquake::before {
  content: "\f00d";
}
.lni-desert::before {
  content: "\f00e";
}
.lni-desert-2::before {
  content: "\f00f";
}
.lni-desert-1::before {
  content: "\f010";
}
.lni-cactus::before {
  content: "\f011";
}
.lni-cactus-alt::before {
  content: "\f012";
}
.lni-cactus-alt-2::before {
  content: "\f013";
}
.lni-cactus-3::before {
  content: "\f014";
}
.lni-cactus-2::before {
  content: "\f015";
}
.lni-cactus-1::before {
  content: "\f016";
}
.lni-bug-alt::before {
  content: "\f017";
}
.lni-bug-alt-1::before {
  content: "\f018";
}
.lni-wand::before {
  content: "\f019";
}
.lni-skull-mask::before {
  content: "\f01a";
}
.lni-pumpkin::before {
  content: "\f01b";
}
.lni-petard::before {
  content: "\f01c";
}
.lni-party-horn::before {
  content: "\f01d";
}
.lni-mustache::before {
  content: "\f01e";
}
.lni-mask::before {
  content: "\f01f";
}
.lni-lolipop::before {
  content: "\f020";
}
.lni-lolipop-3::before {
  content: "\f021";
}
.lni-lolipop-2::before {
  content: "\f022";
}
.lni-lolipop-1::before {
  content: "\f023";
}
.lni-heart-baloon::before {
  content: "\f024";
}
.lni-guitar::before {
  content: "\f025";
}
.lni-firework-alt-1::before {
  content: "\f026";
}
.lni-firecrackers-alt::before {
  content: "\f027";
}
.lni-firecrackers-alt-4::before {
  content: "\f028";
}
.lni-firecrackers-alt-3::before {
  content: "\f029";
}
.lni-firecrackers-alt-2::before {
  content: "\f02a";
}
.lni-firecrackers-alt-1::before {
  content: "\f02b";
}
.lni-firecracker::before {
  content: "\f02c";
}
.lni-confetti::before {
  content: "\f02d";
}
.lni-christmas-star::before {
  content: "\f02e";
}
.lni-candy-corn::before {
  content: "\f02f";
}
.lni-candy-alt::before {
  content: "\f030";
}
.lni-candy-alt-3::before {
  content: "\f031";
}
.lni-candy-alt-2::before {
  content: "\f032";
}
.lni-candy-alt-1::before {
  content: "\f033";
}
.lni-candle::before {
  content: "\f034";
}
.lni-candle-alt::before {
  content: "\f035";
}
.lni-candle-alt-1::before {
  content: "\f036";
}
.lni-bowtie-alt-2::before {
  content: "\f037";
}
.lni-birthday-hat::before {
  content: "\f038";
}
.lni-baloon-alt-3::before {
  content: "\f039";
}
.lni-baloon-alt-2::before {
  content: "\f03a";
}
.lni-ballon-alt::before {
  content: "\f03b";
}
.lni-ballon-alt-1::before {
  content: "\f03c";
}
.lni-webcam::before {
  content: "\f03d";
}
.lni-waveform-lines::before {
  content: "\f03e";
}
.lni-volume-alt::before {
  content: "\f03f";
}
.lni-video-playback::before {
  content: "\f040";
}
.lni-video-cut::before {
  content: "\f041";
}
.lni-video-camera-alt::before {
  content: "\f042";
}
.lni-video-camera-alt-4::before {
  content: "\f043";
}
.lni-video-camera-alt-3::before {
  content: "\f044";
}
.lni-video-camera-alt-2::before {
  content: "\f045";
}
.lni-video-camera-alt-1::before {
  content: "\f046";
}
.lni-video-alt::before {
  content: "\f047";
}
.lni-video-alt-1::before {
  content: "\f048";
}
.lni-speaker::before {
  content: "\f049";
}
.lni-slideshow::before {
  content: "\f04a";
}
.lni-repeat-one::before {
  content: "\f04b";
}
.lni-radio::before {
  content: "\f04c";
}
.lni-projector::before {
  content: "\f04d";
}
.lni-previous::before {
  content: "\f04e";
}
.lni-next::before {
  content: "\f04f";
}
.lni-microphone-slash::before {
  content: "\f050";
}
.lni-hd-video::before {
  content: "\f051";
}
.lni-hd-video-alt::before {
  content: "\f052";
}
.lni-film::before {
  content: "\f053";
}
.lni-fast-forward::before {
  content: "\f054";
}
.lni-expand-alt-1::before {
  content: "\f055";
}
.lni-drone::before {
  content: "\f056";
}
.lni-dial::before {
  content: "\f057";
}
.lni-dial-max::before {
  content: "\f058";
}
.lni-dial-high::before {
  content: "\f059";
}
.lni-cctv::before {
  content: "\f05a";
}
.lni-camera-3::before {
  content: "\f05b";
}
.lni-boombox::before {
  content: "\f05c";
}
.lni-backward-alt::before {
  content: "\f05d";
}
.lni-truck-monster::before {
  content: "\f05e";
}
.lni-hands-holding::before {
  content: "\f05f";
}
.lni-ghost::before {
  content: "\f060";
}
.lni-football::before {
  content: "\f061";
}
.lni-feather::before {
  content: "\f062";
}
.lni-ethernet::before {
  content: "\f063";
}
.lni-display-slash::before {
  content: "\f064";
}
.lni-dice::before {
  content: "\f065";
}
.lni-cricket-bat::before {
  content: "\f066";
}
.lni-computer-speaker::before {
  content: "\f067";
}
.lni-chess-queen::before {
  content: "\f068";
}
.lni-bow-and-arrow::before {
  content: "\f069";
}
.lni-binocular::before {
  content: "\f06a";
}
.lni-website-seo::before {
  content: "\f06b";
}
.lni-website-rank::before {
  content: "\f06c";
}
.lni-timeline::before {
  content: "\f06d";
}
.lni-target-audience-alt::before {
  content: "\f06e";
}
.lni-strategy::before {
  content: "\f06f";
}
.lni-square-poll-vertical::before {
  content: "\f070";
}
.lni-square-poll-horizontal::before {
  content: "\f071";
}
.lni-seo-alt::before {
  content: "\f072";
}
.lni-rook::before {
  content: "\f073";
}
.lni-pyramid::before {
  content: "\f074";
}
.lni-pyramid-increase::before {
  content: "\f075";
}
.lni-pyramid-decrease::before {
  content: "\f076";
}
.lni-pie-chart-alt-1::before {
  content: "\f077";
}
.lni-network-alt::before {
  content: "\f078";
}
.lni-magnifying-glass-dollar::before {
  content: "\f079";
}
.lni-magnifying-glass-chart::before {
  content: "\f07a";
}
.lni-lightbulb-exclamation::before {
  content: "\f07b";
}
.lni-hand-chart::before {
  content: "\f07c";
}
.lni-graph-increase::before {
  content: "\f07d";
}
.lni-graph-decrease::before {
  content: "\f07e";
}
.lni-graph-alt::before {
  content: "\f07f";
}
.lni-graph-alt-4::before {
  content: "\f080";
}
.lni-graph-alt-3::before {
  content: "\f081";
}
.lni-graph-alt-2::before {
  content: "\f082";
}
.lni-graph-alt-1::before {
  content: "\f083";
}
.lni-gift-card::before {
  content: "\f084";
}
.lni-envelope-open-text::before {
  content: "\f085";
}
.lni-billboard::before {
  content: "\f086";
}
.lni-billboard-alt::before {
  content: "\f087";
}
.lni-bar-check::before {
  content: "\f088";
}
.lni-bar-chart-1::before {
  content: "\f089";
}
.lni-analytics::before {
  content: "\f08a";
}
.lni-analytics-chat::before {
  content: "\f08b";
}
.lni-wheelchair-alt::before {
  content: "\f08c";
}
.lni-weight-machine::before {
  content: "\f08d";
}
.lni-walker::before {
  content: "\f08e";
}
.lni-virus::before {
  content: "\f08f";
}
.lni-virus-alt::before {
  content: "\f090";
}
.lni-vaccine::before {
  content: "\f091";
}
.lni-uterus::before {
  content: "\f092";
}
.lni-user-medical::before {
  content: "\f093";
}
.lni-tweezers::before {
  content: "\f094";
}
.lni-tooth::before {
  content: "\f095";
}
.lni-thermometer::before {
  content: "\f096";
}
.lni-thermometer-alt::before {
  content: "\f097";
}
.lni-test-tube::before {
  content: "\f098";
}
.lni-test-tube-alt::before {
  content: "\f099";
}
.lni-temparature-measuring::before {
  content: "\f09a";
}
.lni-teeth::before {
  content: "\f09b";
}
.lni-symbols-female::before {
  content: "\f09c";
}
.lni-suitcase-medical::before {
  content: "\f09d";
}
.lni-suitcase-alt-medical::before {
  content: "\f09e";
}
.lni-stethoscope-alt::before {
  content: "\f09f";
}
.lni-square-medical::before {
  content: "\f0a0";
}
.lni-smartwatch-medical::before {
  content: "\f0a1";
}
.lni-smartwatch-alt-heart-monitor::before {
  content: "\f0a2";
}
.lni-smartwatch-alt-1::before {
  content: "\f0a3";
}
.lni-smartphone-heart-beat::before {
  content: "\f0a4";
}
.lni-smartphone-alt-medical::before {
  content: "\f0a5";
}
.lni-signboard-hospital::before {
  content: "\f0a6";
}
.lni-signal-hospital::before {
  content: "\f0a7";
}
.lni-sharing::before {
  content: "\f0a8";
}
.lni-share-medical::before {
  content: "\f0a9";
}
.lni-share-health::before {
  content: "\f0aa";
}
.lni-scalpel::before {
  content: "\f0ab";
}
.lni-scale-alt::before {
  content: "\f0ac";
}
.lni-saline::before {
  content: "\f0ad";
}
.lni-saline-alt::before {
  content: "\f0ae";
}
.lni-saline-alt-1::before {
  content: "\f0af";
}
.lni-report-laptop::before {
  content: "\f0b0";
}
.lni-reload-medical::before {
  content: "\f0b1";
}
.lni-refresh-medical::before {
  content: "\f0b2";
}
.lni-patient-alt-1::before {
  content: "\f0b3";
}
.lni-online-checkup::before {
  content: "\f0b4";
}
.lni-nose::before {
  content: "\f0b5";
}
.lni-monitor-medical::before {
  content: "\f0b6";
}
.lni-monitor-heart-alt::before {
  content: "\f0b7";
}
.lni-monitor-alt-2::before {
  content: "\f0b8";
}
.lni-mobile-phones-medical::before {
  content: "\f0b9";
}
.lni-medicine::before {
  content: "\f0ba";
}
.lni-medicine-bottole::before {
  content: "\f0bb";
}
.lni-medicine-alt::before {
  content: "\f0bc";
}
.lni-medical-smartphone-alt-1::before {
  content: "\f0bd";
}
.lni-medical-sign::before {
  content: "\f0be";
}
.lni-medical-sign-alt::before {
  content: "\f0bf";
}
.lni-medical-protection::before {
  content: "\f0c0";
}
.lni-medical-mask::before {
  content: "\f0c1";
}
.lni-medical-call::before {
  content: "\f0c2";
}
.lni-medical-briefcase::before {
  content: "\f0c3";
}
.lni-medical-briefcase-1::before {
  content: "\f0c4";
}
.lni-male::before {
  content: "\f0c5";
}
.lni-male-alt::before {
  content: "\f0c6";
}
.lni-lungs::before {
  content: "\f0c7";
}
.lni-lungs-alt::before {
  content: "\f0c8";
}
.lni-liver::before {
  content: "\f0c9";
}
.lni-lights-medical::before {
  content: "\f0ca";
}
.lni-light-emergency-on::before {
  content: "\f0cb";
}
.lni-life-guard::before {
  content: "\f0cc";
}
.lni-laptop-report-medical::before {
  content: "\f0cd";
}
.lni-laptop-alt-medical::before {
  content: "\f0ce";
}
.lni-kidney-alt::before {
  content: "\f0cf";
}
.lni-kettleball::before {
  content: "\f0d0";
}
.lni-injury::before {
  content: "\f0d1";
}
.lni-injection::before {
  content: "\f0d2";
}
.lni-inhaler::before {
  content: "\f0d3";
}
.lni-hospital-sign::before {
  content: "\f0d4";
}
.lni-hospital-location::before {
  content: "\f0d5";
}
.lni-hospital-location-alt::before {
  content: "\f0d6";
}
.lni-hospital-location-alt-1::before {
  content: "\f0d7";
}
.lni-hospital-building::before {
  content: "\f0d8";
}
.lni-hospital-bed::before {
  content: "\f0d9";
}
.lni-hospital-bed-patient::before {
  content: "\f0da";
}
.lni-hospital-bed-alt::before {
  content: "\f0db";
}
.lni-hospital-bed-alt-2::before {
  content: "\f0dc";
}
.lni-hospital-bed-alt-1::before {
  content: "\f0dd";
}
.lni-hospital-alt::before {
  content: "\f0de";
}
.lni-hospital-alt-6::before {
  content: "\f0df";
}
.lni-hospital-alt-5::before {
  content: "\f0e0";
}
.lni-hospital-alt-4::before {
  content: "\f0e1";
}
.lni-hospital-alt-3::before {
  content: "\f0e2";
}
.lni-hospital-alt-2::before {
  content: "\f0e3";
}
.lni-hospital-alt-1::before {
  content: "\f0e4";
}
.lni-heartrate-monitor::before {
  content: "\f0e5";
}
.lni-heart-plus::before {
  content: "\f0e6";
}
.lni-heart-check::before {
  content: "\f0e7";
}
.lni-healthcare::before {
  content: "\f0e8";
}
.lni-hat-medical::before {
  content: "\f0e9";
}
.lni-gluten-free::before {
  content: "\f0ea";
}
.lni-fluid::before {
  content: "\f0eb";
}
.lni-file-medical-1::before {
  content: "\f0ec";
}
.lni-file-alt-medical::before {
  content: "\f0ed";
}
.lni-female::before {
  content: "\f0ee";
}
.lni-eye-test::before {
  content: "\f0ef";
}
.lni-dropper::before {
  content: "\f0f0";
}
.lni-dropper-alt::before {
  content: "\f0f1";
}
.lni-dropper-alt-2::before {
  content: "\f0f2";
}
.lni-dropper-alt-1::before {
  content: "\f0f3";
}
.lni-dna::before {
  content: "\f0f4";
}
.lni-dna-alt::before {
  content: "\f0f5";
}
.lni-disabled::before {
  content: "\f0f6";
}
.lni-diagnosis::before {
  content: "\f0f7";
}
.lni-diagnosis-alt::before {
  content: "\f0f8";
}
.lni-desktop-monitor-heart::before {
  content: "\f0f9";
}
.lni-desktop-computer::before {
  content: "\f0fa";
}
.lni-desktop-computer-alt::before {
  content: "\f0fb";
}
.lni-cotton-buds::before {
  content: "\f0fc";
}
.lni-clipboard-medical::before {
  content: "\f0fd";
}
.lni-clipboard-alt::before {
  content: "\f0fe";
}
.lni-chest::before {
  content: "\f0ff";
}
.lni-chest-alt::before {
  content: "\f100";
}
.lni-chat-vet::before {
  content: "\f101";
}
.lni-cardiology::before {
  content: "\f102";
}
.lni-capsules::before {
  content: "\f103";
}
.lni-capsule-alt::before {
  content: "\f104";
}
.lni-capsule-alt-1::before {
  content: "\f105";
}
.lni-cannula::before {
  content: "\f106";
}
.lni-broken-bone::before {
  content: "\f107";
}
.lni-brain::before {
  content: "\f108";
}
.lni-brain-check::before {
  content: "\f109";
}
.lni-brain-check-alt::before {
  content: "\f10a";
}
.lni-brain-alt::before {
  content: "\f10b";
}
.lni-bone::before {
  content: "\f10c";
}
.lni-blood-donation::before {
  content: "\f10d";
}
.lni-bed-patient::before {
  content: "\f10e";
}
.lni-bed-dentist::before {
  content: "\f10f";
}
.lni-bed-alt-patient::before {
  content: "\f110";
}
.lni-bandage-alt::before {
  content: "\f111";
}
.lni-band-aid::before {
  content: "\f112";
}
.lni-ambulance-alt::before {
  content: "\f113";
}
.lni-ambulance-alt-1::before {
  content: "\f114";
}
.lni-ambulance-2::before {
  content: "\f115";
}
.lni-police-badge::before {
  content: "\f116";
}
.lni-law-book::before {
  content: "\f117";
}
.lni-jury::before {
  content: "\f118";
}
.lni-jurisdiction::before {
  content: "\f119";
}
.lni-jail::before {
  content: "\f11a";
}
.lni-court::before {
  content: "\f11b";
}
.lni-wristwatch-alt-1::before {
  content: "\f11c";
}
.lni-winter-hat::before {
  content: "\f11d";
}
.lni-tie-alt::before {
  content: "\f11e";
}
.lni-sock::before {
  content: "\f11f";
}
.lni-skirt::before {
  content: "\f120";
}
.lni-skirt-1::before {
  content: "\f121";
}
.lni-shorts::before {
  content: "\f122";
}
.lni-shopping-bag::before {
  content: "\f123";
}
.lni-shoe::before {
  content: "\f124";
}
.lni-shirt-alt::before {
  content: "\f125";
}
.lni-shirt-4::before {
  content: "\f126";
}
.lni-shirt-3::before {
  content: "\f127";
}
.lni-shirt-2::before {
  content: "\f128";
}
.lni-shirt-1::before {
  content: "\f129";
}
.lni-ring::before {
  content: "\f12a";
}
.lni-ring-1::before {
  content: "\f12b";
}
.lni-purse-alt::before {
  content: "\f12c";
}
.lni-purse-1::before {
  content: "\f12d";
}
.lni-perfume::before {
  content: "\f12e";
}
.lni-perfume-2::before {
  content: "\f12f";
}
.lni-perfume-1::before {
  content: "\f130";
}
.lni-necklace-alt::before {
  content: "\f131";
}
.lni-nail::before {
  content: "\f132";
}
.lni-nail-polish::before {
  content: "\f133";
}
.lni-nail-polish-2::before {
  content: "\f134";
}
.lni-nail-polish-1::before {
  content: "\f135";
}
.lni-nail-alt::before {
  content: "\f136";
}
.lni-mitten::before {
  content: "\f137";
}
.lni-mirror::before {
  content: "\f138";
}
.lni-mackup::before {
  content: "\f139";
}
.lni-mackup-3::before {
  content: "\f13a";
}
.lni-mackup-2::before {
  content: "\f13b";
}
.lni-high-heel::before {
  content: "\f13c";
}
.lni-high-heel-3::before {
  content: "\f13d";
}
.lni-high-heel-2::before {
  content: "\f13e";
}
.lni-hat::before {
  content: "\f13f";
}
.lni-hat-alt::before {
  content: "\f140";
}
.lni-hat-5::before {
  content: "\f141";
}
.lni-hat-4::before {
  content: "\f142";
}
.lni-hat-3::before {
  content: "\f143";
}
.lni-hat-2::before {
  content: "\f144";
}
.lni-hat-1::before {
  content: "\f145";
}
.lni-hanger::before {
  content: "\f146";
}
.lni-handbag::before {
  content: "\f147";
}
.lni-handbag-7::before {
  content: "\f148";
}
.lni-handbag-6::before {
  content: "\f149";
}
.lni-handbag-5::before {
  content: "\f14a";
}
.lni-handbag-4::before {
  content: "\f14b";
}
.lni-handbag-3::before {
  content: "\f14c";
}
.lni-hairdryer::before {
  content: "\f14d";
}
.lni-hair::before {
  content: "\f14e";
}
.lni-hair-curler::before {
  content: "\f14f";
}
.lni-glasses-alt::before {
  content: "\f150";
}
.lni-glasses-alt-1::before {
  content: "\f151";
}
.lni-gift-box::before {
  content: "\f152";
}
.lni-gift-alt::before {
  content: "\f153";
}
.lni-gel::before {
  content: "\f154";
}
.lni-flip-flop::before {
  content: "\f155";
}
.lni-dress::before {
  content: "\f156";
}
.lni-dress-3::before {
  content: "\f157";
}
.lni-dress-2::before {
  content: "\f158";
}
.lni-dress-1::before {
  content: "\f159";
}
.lni-diadem::before {
  content: "\f15a";
}
.lni-cream::before {
  content: "\f15b";
}
.lni-cream-2::before {
  content: "\f15c";
}
.lni-cream-1::before {
  content: "\f15d";
}
.lni-comb-3::before {
  content: "\f15e";
}
.lni-comb-2::before {
  content: "\f15f";
}
.lni-comb-1::before {
  content: "\f160";
}
.lni-briefcase-4::before {
  content: "\f161";
}
.lni-briefcase-3::before {
  content: "\f162";
}
.lni-briefcase-2::before {
  content: "\f163";
}
.lni-briefcase-1::before {
  content: "\f164";
}
.lni-bracelet::before {
  content: "\f165";
}
.lni-bowtie-alt-3::before {
  content: "\f166";
}
.lni-bow-1::before {
  content: "\f167";
}
.lni-blade::before {
  content: "\f168";
}
.lni-bag::before {
  content: "\f169";
}
.lni-bag-1::before {
  content: "\f16a";
}
.lni-window::before {
  content: "\f16b";
}
.lni-window-3::before {
  content: "\f16c";
}
.lni-window-2::before {
  content: "\f16d";
}
.lni-window-1::before {
  content: "\f16e";
}
.lni-weight-machine-alt::before {
  content: "\f16f";
}
.lni-washing-machine::before {
  content: "\f170";
}
.lni-wardrobe::before {
  content: "\f171";
}
.lni-wall-drawer::before {
  content: "\f172";
}
.lni-table-lamp::before {
  content: "\f173";
}
.lni-table-lamp-2::before {
  content: "\f174";
}
.lni-table-lamp-1::before {
  content: "\f175";
}
.lni-table-fan::before {
  content: "\f176";
}
.lni-table-5::before {
  content: "\f177";
}
.lni-table-4::before {
  content: "\f178";
}
.lni-table-3::before {
  content: "\f179";
}
.lni-table-2::before {
  content: "\f17a";
}
.lni-table-1::before {
  content: "\f17b";
}
.lni-stove::before {
  content: "\f17c";
}
.lni-stairs::before {
  content: "\f17d";
}
.lni-sofa-9::before {
  content: "\f17e";
}
.lni-sofa-8::before {
  content: "\f17f";
}
.lni-sofa-7::before {
  content: "\f180";
}
.lni-sofa-6::before {
  content: "\f181";
}
.lni-sofa-5::before {
  content: "\f182";
}
.lni-sofa-4::before {
  content: "\f183";
}
.lni-sofa-3::before {
  content: "\f184";
}
.lni-sofa-2::before {
  content: "\f185";
}
.lni-sofa-1::before {
  content: "\f186";
}
.lni-refrigerator::before {
  content: "\f187";
}
.lni-picture::before {
  content: "\f188";
}
.lni-oven::before {
  content: "\f189";
}
.lni-office-desk::before {
  content: "\f18a";
}
.lni-office-cabinet::before {
  content: "\f18b";
}
.lni-mirror-2::before {
  content: "\f18c";
}
.lni-mirror-1::before {
  content: "\f18d";
}
.lni-microwave::before {
  content: "\f18e";
}
.lni-locker::before {
  content: "\f18f";
}
.lni-light-umbrella::before {
  content: "\f190";
}
.lni-light-stand::before {
  content: "\f191";
}
.lni-light-bulb::before {
  content: "\f192";
}
.lni-lamp::before {
  content: "\f193";
}
.lni-lamp-2::before {
  content: "\f194";
}
.lni-lamp-1::before {
  content: "\f195";
}
.lni-juicer::before {
  content: "\f196";
}
.lni-iron-table::before {
  content: "\f197";
}
.lni-home-2::before {
  content: "\f198";
}
.lni-home-1::before {
  content: "\f199";
}
.lni-hanger-alt::before {
  content: "\f19a";
}
.lni-hanger-alt-1::before {
  content: "\f19b";
}
.lni-fridge::before {
  content: "\f19c";
}
.lni-elegant-table-4::before {
  content: "\f19d";
}
.lni-elegant-table-3::before {
  content: "\f19e";
}
.lni-elegant-table-2::before {
  content: "\f19f";
}
.lni-elegant-table-1::before {
  content: "\f1a0";
}
.lni-dressing-table::before {
  content: "\f1a1";
}
.lni-desk-chair::before {
  content: "\f1a2";
}
.lni-desk-alt::before {
  content: "\f1a3";
}
.lni-desk-alt-1::before {
  content: "\f1a4";
}
.lni-cupboard::before {
  content: "\f1a5";
}
.lni-cradle::before {
  content: "\f1a6";
}
.lni-couch::before {
  content: "\f1a7";
}
.lni-closet::before {
  content: "\f1a8";
}
.lni-closet-5::before {
  content: "\f1a9";
}
.lni-closet-4::before {
  content: "\f1aa";
}
.lni-closet-3::before {
  content: "\f1ab";
}
.lni-closet-2::before {
  content: "\f1ac";
}
.lni-closet-1::before {
  content: "\f1ad";
}
.lni-clean::before {
  content: "\f1ae";
}
.lni-chest-of-drawers::before {
  content: "\f1af";
}
.lni-chest-of-drawers-7::before {
  content: "\f1b0";
}
.lni-chest-of-drawers-6::before {
  content: "\f1b1";
}
.lni-chest-of-drawers-5::before {
  content: "\f1b2";
}
.lni-chest-of-drawers-4::before {
  content: "\f1b3";
}
.lni-chest-of-drawers-3::before {
  content: "\f1b4";
}
.lni-chest-of-drawers-2::before {
  content: "\f1b5";
}
.lni-chest-of-drawers-1::before {
  content: "\f1b6";
}
.lni-chair::before {
  content: "\f1b7";
}
.lni-chair-4::before {
  content: "\f1b8";
}
.lni-chair-3::before {
  content: "\f1b9";
}
.lni-chair-1::before {
  content: "\f1ba";
}
.lni-cabinet::before {
  content: "\f1bb";
}
.lni-cabinet-1::before {
  content: "\f1bc";
}
.lni-bookshelf::before {
  content: "\f1bd";
}
.lni-bookshelf-3::before {
  content: "\f1be";
}
.lni-bookshelf-2::before {
  content: "\f1bf";
}
.lni-bookshelf-1::before {
  content: "\f1c0";
}
.lni-bed::before {
  content: "\f1c1";
}
.lni-bed-7::before {
  content: "\f1c2";
}
.lni-bed-6::before {
  content: "\f1c3";
}
.lni-bed-5::before {
  content: "\f1c4";
}
.lni-bed-4::before {
  content: "\f1c5";
}
.lni-bed-3::before {
  content: "\f1c6";
}
.lni-bed-2::before {
  content: "\f1c7";
}
.lni-bed-1::before {
  content: "\f1c8";
}
.lni-bath-tub::before {
  content: "\f1c9";
}
.lni-bath-tub-1::before {
  content: "\f1ca";
}
.lni-air-conditioner-alt::before {
  content: "\f1cb";
}
.lni-triangles::before {
  content: "\f1cc";
}
.lni-triangle-alt::before {
  content: "\f1cd";
}
.lni-triangle-9::before {
  content: "\f1ce";
}
.lni-triangle-8::before {
  content: "\f1cf";
}
.lni-triangle-7::before {
  content: "\f1d0";
}
.lni-triangle-6::before {
  content: "\f1d1";
}
.lni-triangle-5::before {
  content: "\f1d2";
}
.lni-triangle-4::before {
  content: "\f1d3";
}
.lni-triangle-3::before {
  content: "\f1d4";
}
.lni-squares::before {
  content: "\f1d5";
}
.lni-squares-3::before {
  content: "\f1d6";
}
.lni-squares-1::before {
  content: "\f1d7";
}
.lni-rhombus::before {
  content: "\f1d8";
}
.lni-hexagons::before {
  content: "\f1d9";
}
.lni-hexagons-1::before {
  content: "\f1da";
}
.lni-dots::before {
  content: "\f1db";
}
.lni-circle-alt::before {
  content: "\f1dc";
}
.lni-wine-glass::before {
  content: "\f1dd";
}
.lni-wine-glass-1::before {
  content: "\f1de";
}
.lni-watermelon::before {
  content: "\f1df";
}
.lni-toilet::before {
  content: "\f1e0";
}
.lni-taco::before {
  content: "\f1e1";
}
.lni-stroopwafel::before {
  content: "\f1e2";
}
.lni-strawberry::before {
  content: "\f1e3";
}
.lni-steak::before {
  content: "\f1e4";
}
.lni-spatula::before {
  content: "\f1e5";
}
.lni-soup::before {
  content: "\f1e6";
}
.lni-silverware::before {
  content: "\f1e7";
}
.lni-service-alt::before {
  content: "\f1e8";
}
.lni-satay::before {
  content: "\f1e9";
}
.lni-restaurant-table::before {
  content: "\f1ea";
}
.lni-restaurant-menu::before {
  content: "\f1eb";
}
.lni-popcorn::before {
  content: "\f1ec";
}
.lni-plate::before {
  content: "\f1ed";
}
.lni-pizza-alt::before {
  content: "\f1ee";
}
.lni-pineapple::before {
  content: "\f1ef";
}
.lni-pepper-hot::before {
  content: "\f1f0";
}
.lni-pear::before {
  content: "\f1f1";
}
.lni-pancake::before {
  content: "\f1f2";
}
.lni-paddy::before {
  content: "\f1f3";
}
.lni-orange::before {
  content: "\f1f4";
}
.lni-noodles::before {
  content: "\f1f5";
}
.lni-milk-bottole::before {
  content: "\f1f6";
}
.lni-meat::before {
  content: "\f1f7";
}
.lni-lychee::before {
  content: "\f1f8";
}
.lni-lolypop::before {
  content: "\f1f9";
}
.lni-lemon::before {
  content: "\f1fa";
}
.lni-ice-cream::before {
  content: "\f1fb";
}
.lni-ice-cream-alt::before {
  content: "\f1fc";
}
.lni-ice-cream-alt-1::before {
  content: "\f1fd";
}
.lni-hotdog::before {
  content: "\f1fe";
}
.lni-guava::before {
  content: "\f1ff";
}
.lni-grape::before {
  content: "\f200";
}
.lni-french-fries::before {
  content: "\f201";
}
.lni-drumstick::before {
  content: "\f202";
}
.lni-donut::before {
  content: "\f203";
}
.lni-dinner-table::before {
  content: "\f204";
}
.lni-cutlery::before {
  content: "\f205";
}
.lni-cutlery-alt::before {
  content: "\f206";
}
.lni-cutlery-alt-1::before {
  content: "\f207";
}
.lni-cupcake::before {
  content: "\f208";
}
.lni-cupcake-alt::before {
  content: "\f209";
}
.lni-cookies::before {
  content: "\f20a";
}
.lni-coffee-pot::before {
  content: "\f20b";
}
.lni-coffee-machine::before {
  content: "\f20c";
}
.lni-coffee-cup-alt::before {
  content: "\f20d";
}
.lni-coffee-bean::before {
  content: "\f20e";
}
.lni-cocktail::before {
  content: "\f20f";
}
.lni-cocktail-alt::before {
  content: "\f210";
}
.lni-cocktail-alt-1::before {
  content: "\f211";
}
.lni-chocolate-bar::before {
  content: "\f212";
}
.lni-chilli-sauce::before {
  content: "\f213";
}
.lni-chicken-roast::before {
  content: "\f214";
}
.lni-chicken-leg::before {
  content: "\f215";
}
.lni-chicken-leg-alt::before {
  content: "\f216";
}
.lni-cherry::before {
  content: "\f217";
}
.lni-chef-hat-alt::before {
  content: "\f218";
}
.lni-chef-hat-alt-3::before {
  content: "\f219";
}
.lni-chef-hat-alt-2::before {
  content: "\f21a";
}
.lni-chef-hat-alt-1::before {
  content: "\f21b";
}
.lni-cheese::before {
  content: "\f21c";
}
.lni-carrot::before {
  content: "\f21d";
}
.lni-cake-slice::before {
  content: "\f21e";
}
.lni-burger-alt::before {
  content: "\f21f";
}
.lni-burger-alt-2::before {
  content: "\f220";
}
.lni-burger-alt-1::before {
  content: "\f221";
}
.lni-burger-soda::before {
  content: "\f222";
}
.lni-brocolli::before {
  content: "\f223";
}
.lni-bread::before {
  content: "\f224";
}
.lni-bowl::before {
  content: "\f225";
}
.lni-bowl-alt::before {
  content: "\f226";
}
.lni-bowl-alt-1::before {
  content: "\f227";
}
.lni-blender::before {
  content: "\f228";
}
.lni-banana::before {
  content: "\f229";
}
.lni-banana-alt::before {
  content: "\f22a";
}
.lni-baguette::before {
  content: "\f22b";
}
.lni-bacon::before {
  content: "\f22c";
}
.lni-avocado::before {
  content: "\f22d";
}
.lni-apple-alt::before {
  content: "\f22e";
}
.lni-truck-warning::before {
  content: "\f22f";
}
.lni-truck-up-arrow::before {
  content: "\f230";
}
.lni-truck-unknown::before {
  content: "\f231";
}
.lni-truck-timer::before {
  content: "\f232";
}
.lni-truck-star::before {
  content: "\f233";
}
.lni-truck-secure::before {
  content: "\f234";
}
.lni-truck-search::before {
  content: "\f235";
}
.lni-truck-reload::before {
  content: "\f236";
}
.lni-truck-private::before {
  content: "\f237";
}
.lni-truck-location::before {
  content: "\f238";
}
.lni-truck-global::before {
  content: "\f239";
}
.lni-truck-feedback::before {
  content: "\f23a";
}
.lni-truck-down-arrow::before {
  content: "\f23b";
}
.lni-truck-checked::before {
  content: "\f23c";
}
.lni-truck-box::before {
  content: "\f23d";
}
.lni-truck-box-1::before {
  content: "\f23e";
}
.lni-truck-blocked::before {
  content: "\f23f";
}
.lni-trailer::before {
  content: "\f240";
}
.lni-telephone-3::before {
  content: "\f241";
}
.lni-telephone-2::before {
  content: "\f242";
}
.lni-star-dollar::before {
  content: "\f243";
}
.lni-sign-pole::before {
  content: "\f244";
}
.lni-shopping-mobile::before {
  content: "\f245";
}
.lni-shopping-cart-9::before {
  content: "\f246";
}
.lni-shopping-cart-8::before {
  content: "\f247";
}
.lni-shopping-cart-7::before {
  content: "\f248";
}
.lni-shopping-cart-6::before {
  content: "\f249";
}
.lni-shopping-cart-5::before {
  content: "\f24a";
}
.lni-shopping-cart-4::before {
  content: "\f24b";
}
.lni-shopping-cart-3::before {
  content: "\f24c";
}
.lni-shopping-cart-2::before {
  content: "\f24d";
}
.lni-shopping-cart-12::before {
  content: "\f24e";
}
.lni-shopping-cart-11::before {
  content: "\f24f";
}
.lni-shopping-cart-10::before {
  content: "\f250";
}
.lni-shopping-cart-1::before {
  content: "\f251";
}
.lni-shopping-bag-9::before {
  content: "\f252";
}
.lni-shopping-bag-8::before {
  content: "\f253";
}
.lni-shopping-bag-7::before {
  content: "\f254";
}
.lni-shopping-bag-6::before {
  content: "\f255";
}
.lni-shopping-bag-5::before {
  content: "\f256";
}
.lni-shopping-bag-4::before {
  content: "\f257";
}
.lni-shopping-bag-3::before {
  content: "\f258";
}
.lni-shopping-bag-2::before {
  content: "\f259";
}
.lni-shopping-bag-17::before {
  content: "\f25a";
}
.lni-shopping-bag-16::before {
  content: "\f25b";
}
.lni-shopping-bag-15::before {
  content: "\f25c";
}
.lni-shopping-bag-14::before {
  content: "\f25d";
}
.lni-shopping-bag-13::before {
  content: "\f25e";
}
.lni-shopping-bag-12::before {
  content: "\f25f";
}
.lni-shopping-bag-11::before {
  content: "\f260";
}
.lni-shopping-bag-10::before {
  content: "\f261";
}
.lni-shopping-bag-1::before {
  content: "\f262";
}
.lni-ship-warning::before {
  content: "\f263";
}
.lni-ship-up-arrow::before {
  content: "\f264";
}
.lni-ship-unknown::before {
  content: "\f265";
}
.lni-ship-timer::before {
  content: "\f266";
}
.lni-ship-thumbs-up::before {
  content: "\f267";
}
.lni-ship-stop::before {
  content: "\f268";
}
.lni-ship-star::before {
  content: "\f269";
}
.lni-ship-secure::before {
  content: "\f26a";
}
.lni-ship-search::before {
  content: "\f26b";
}
.lni-ship-reload::before {
  content: "\f26c";
}
.lni-ship-locked::before {
  content: "\f26d";
}
.lni-ship-international::before {
  content: "\f26e";
}
.lni-ship-favourite::before {
  content: "\f26f";
}
.lni-ship-down-arrow::before {
  content: "\f270";
}
.lni-ship-delivery-box::before {
  content: "\f271";
}
.lni-ship-delivery-box-alt::before {
  content: "\f272";
}
.lni-ship-delivery-box-alt-1::before {
  content: "\f273";
}
.lni-ship-container::before {
  content: "\f274";
}
.lni-ship-check::before {
  content: "\f275";
}
.lni-ship-cargo::before {
  content: "\f276";
}
.lni-ship-alt::before {
  content: "\f277";
}
.lni-shield-alt::before {
  content: "\f278";
}
.lni-secure-shopping::before {
  content: "\f279";
}
.lni-search-store::before {
  content: "\f27a";
}
.lni-saving-pig::before {
  content: "\f27b";
}
.lni-sale-sign::before {
  content: "\f27c";
}
.lni-remove-cart::before {
  content: "\f27d";
}
.lni-remove-basket::before {
  content: "\f27e";
}
.lni-profits::before {
  content: "\f27f";
}
.lni-price-tag::before {
  content: "\f280";
}
.lni-price-tag-1::before {
  content: "\f281";
}
.lni-piggy-bank::before {
  content: "\f282";
}
.lni-piggy-bank-2::before {
  content: "\f283";
}
.lni-piggy-bank-1::before {
  content: "\f284";
}
.lni-percentage-ticket::before {
  content: "\f285";
}
.lni-percentage-alt::before {
  content: "\f286";
}
.lni-pen-alt::before {
  content: "\f287";
}
.lni-parcel-air::before {
  content: "\f288";
}
.lni-parachute-parcel::before {
  content: "\f289";
}
.lni-paid-sign::before {
  content: "\f28a";
}
.lni-padlock::before {
  content: "\f28b";
}
.lni-package-box::before {
  content: "\f28c";
}
.lni-open-sign::before {
  content: "\f28d";
}
.lni-online-shopping::before {
  content: "\f28e";
}
.lni-oil-tanker::before {
  content: "\f28f";
}
.lni-nfc-symbol::before {
  content: "\f290";
}
.lni-newspaper::before {
  content: "\f291";
}
.lni-monitor-dollar-lock::before {
  content: "\f292";
}
.lni-money-security::before {
  content: "\f293";
}
.lni-money-bag-alt::before {
  content: "\f294";
}
.lni-medal-first-alt::before {
  content: "\f295";
}
.lni-mathmetics::before {
  content: "\f296";
}
.lni-locked-window::before {
  content: "\f297";
}
.lni-like::before {
  content: "\f298";
}
.lni-like-3::before {
  content: "\f299";
}
.lni-like-2::before {
  content: "\f29a";
}
.lni-label-off::before {
  content: "\f29b";
}
.lni-label-new::before {
  content: "\f29c";
}
.lni-invoice-1::before {
  content: "\f29d";
}
.lni-int-ecommerce::before {
  content: "\f29e";
}
.lni-int-commercial-mail::before {
  content: "\f29f";
}
.lni-id-card::before {
  content: "\f2a0";
}
.lni-headphones-alt::before {
  content: "\f2a1";
}
.lni-fuel-truck-alt::before {
  content: "\f2a2";
}
.lni-finger-shopping::before {
  content: "\f2a3";
}
.lni-fast-delivery::before {
  content: "\f2a4";
}
.lni-faq::before {
  content: "\f2a5";
}
.lni-express-shopping::before {
  content: "\f2a6";
}
.lni-euro-coin-stack::before {
  content: "\f2a7";
}
.lni-dump-truck::before {
  content: "\f2a8";
}
.lni-dollars-gift::before {
  content: "\f2a9";
}
.lni-dollar-symbol::before {
  content: "\f2aa";
}
.lni-dollar-settings::before {
  content: "\f2ab";
}
.lni-dollar-monitor::before {
  content: "\f2ac";
}
.lni-dollar-coin-stack::before {
  content: "\f2ad";
}
.lni-dollar-bundle::before {
  content: "\f2ae";
}
.lni-dollar-bubble::before {
  content: "\f2af";
}
.lni-dislike::before {
  content: "\f2b0";
}
.lni-discount-label::before {
  content: "\f2b1";
}
.lni-delivery-truck::before {
  content: "\f2b2";
}
.lni-delivery-truck-4::before {
  content: "\f2b3";
}
.lni-delivery-truck-3::before {
  content: "\f2b4";
}
.lni-delivery-truck-2::before {
  content: "\f2b5";
}
.lni-delivery-truck-1::before {
  content: "\f2b6";
}
.lni-cube::before {
  content: "\f2b7";
}
.lni-credit-cards-alt::before {
  content: "\f2b8";
}
.lni-credit-card-lock::before {
  content: "\f2b9";
}
.lni-credit-card-delete::before {
  content: "\f2ba";
}
.lni-coupon-scissors::before {
  content: "\f2bb";
}
.lni-commercial-machine::before {
  content: "\f2bc";
}
.lni-coins-alt::before {
  content: "\f2bd";
}
.lni-close-sign::before {
  content: "\f2be";
}
.lni-check-sign::before {
  content: "\f2bf";
}
.lni-cash::before {
  content: "\f2c0";
}
.lni-cargo-mover::before {
  content: "\f2c1";
}
.lni-calculator-paper::before {
  content: "\f2c2";
}
.lni-calculator-card::before {
  content: "\f2c3";
}
.lni-calculator-alt-2::before {
  content: "\f2c4";
}
.lni-boxes::before {
  content: "\f2c5";
}
.lni-box-remove::before {
  content: "\f2c6";
}
.lni-box-percentage::before {
  content: "\f2c7";
}
.lni-box-open::before {
  content: "\f2c8";
}
.lni-box-cart::before {
  content: "\f2c9";
}
.lni-box-add::before {
  content: "\f2ca";
}
.lni-box-9::before {
  content: "\f2cb";
}
.lni-box-8::before {
  content: "\f2cc";
}
.lni-box-7::before {
  content: "\f2cd";
}
.lni-box-6::before {
  content: "\f2ce";
}
.lni-box-5::before {
  content: "\f2cf";
}
.lni-box-4::before {
  content: "\f2d0";
}
.lni-box-3::before {
  content: "\f2d1";
}
.lni-box-2::before {
  content: "\f2d2";
}
.lni-box-10::before {
  content: "\f2d3";
}
.lni-box-1::before {
  content: "\f2d4";
}
.lni-bills::before {
  content: "\f2d5";
}
.lni-bills-1::before {
  content: "\f2d6";
}
.lni-basket-2::before {
  content: "\f2d7";
}
.lni-basket-1::before {
  content: "\f2d8";
}
.lni-barcode::before {
  content: "\f2d9";
}
.lni-bar-code-search::before {
  content: "\f2da";
}
.lni-badge-dollar::before {
  content: "\f2db";
}
.lni-air-mail::before {
  content: "\f2dc";
}
.lni-aeroplane-delivery::before {
  content: "\f2dd";
}
.lni-add-cart::before {
  content: "\f2de";
}
.lni-add-cart-2::before {
  content: "\f2df";
}
.lni-add-cart-1::before {
  content: "\f2e0";
}
.lni-add-basket::before {
  content: "\f2e1";
}
.lni-24-hours-truck::before {
  content: "\f2e2";
}
.lni-24-7::before {
  content: "\f2e3";
}
.lni-24-7-alt::before {
  content: "\f2e4";
}
.lni-yoga-mat::before {
  content: "\f2e5";
}
.lni-yoga-mat-alt::before {
  content: "\f2e6";
}
.lni-yoga-ball::before {
  content: "\f2e7";
}
.lni-whistle::before {
  content: "\f2e8";
}
.lni-water-bottle::before {
  content: "\f2e9";
}
.lni-warming-up::before {
  content: "\f2ea";
}
.lni-uniform::before {
  content: "\f2eb";
}
.lni-underwear::before {
  content: "\f2ec";
}
.lni-tshirt::before {
  content: "\f2ed";
}
.lni-treadmill::before {
  content: "\f2ee";
}
.lni-trampoline::before {
  content: "\f2ef";
}
.lni-trainers::before {
  content: "\f2f0";
}
.lni-towel::before {
  content: "\f2f1";
}
.lni-tank-top::before {
  content: "\f2f2";
}
.lni-swimming-pool::before {
  content: "\f2f3";
}
.lni-supplement::before {
  content: "\f2f4";
}
.lni-stopwatch::before {
  content: "\f2f5";
}
.lni-stationary-bike::before {
  content: "\f2f6";
}
.lni-smartwatch::before {
  content: "\f2f7";
}
.lni-sleeveless::before {
  content: "\f2f8";
}
.lni-shower::before {
  content: "\f2f9";
}
.lni-shirt-full::before {
  content: "\f2fa";
}
.lni-schedule::before {
  content: "\f2fb";
}
.lni-scale::before {
  content: "\f2fc";
}
.lni-rings::before {
  content: "\f2fd";
}
.lni-resistance-band::before {
  content: "\f2fe";
}
.lni-punching-bag::before {
  content: "\f2ff";
}
.lni-pull-up::before {
  content: "\f300";
}
.lni-no-smoking::before {
  content: "\f301";
}
.lni-muscles::before {
  content: "\f302";
}
.lni-monitor::before {
  content: "\f303";
}
.lni-medicine-ball::before {
  content: "\f304";
}
.lni-medal-first::before {
  content: "\f305";
}
.lni-measure-tape::before {
  content: "\f306";
}
.lni-lifting::before {
  content: "\f307";
}
.lni-kettlebell::before {
  content: "\f308";
}
.lni-jump-rope::before {
  content: "\f309";
}
.lni-hand-grip::before {
  content: "\f30a";
}
.lni-gym::before {
  content: "\f30b";
}
.lni-gym-bag::before {
  content: "\f30c";
}
.lni-dumbell::before {
  content: "\f30d";
}
.lni-dumbell-alt::before {
  content: "\f30e";
}
.lni-contest::before {
  content: "\f30f";
}
.lni-chest-press::before {
  content: "\f310";
}
.lni-boxing-glove::before {
  content: "\f311";
}
.lni-beverage::before {
  content: "\f312";
}
.lni-bench::before {
  content: "\f313";
}
.lni-apple::before {
  content: "\f314";
}
.lni-world-2::before {
  content: "\f315";
}
.lni-whiteboard::before {
  content: "\f316";
}
.lni-whiteboard-alt::before {
  content: "\f317";
}
.lni-whiteboard-alt-2::before {
  content: "\f318";
}
.lni-whiteboard-alt-1::before {
  content: "\f319";
}
.lni-telescope::before {
  content: "\f31a";
}
.lni-sketchbook::before {
  content: "\f31b";
}
.lni-sinusoid::before {
  content: "\f31c";
}
.lni-school-bus::before {
  content: "\f31d";
}
.lni-quill::before {
  content: "\f31e";
}
.lni-molecule::before {
  content: "\f31f";
}
.lni-molecule-alt::before {
  content: "\f320";
}
.lni-medal::before {
  content: "\f321";
}
.lni-medal-alt::before {
  content: "\f322";
}
.lni-lockers::before {
  content: "\f323";
}
.lni-letterblocks::before {
  content: "\f324";
}
.lni-knowledge::before {
  content: "\f325";
}
.lni-h2o::before {
  content: "\f326";
}
.lni-graduate::before {
  content: "\f327";
}
.lni-graduate-alt::before {
  content: "\f328";
}
.lni-geometry::before {
  content: "\f329";
}
.lni-flask::before {
  content: "\f32a";
}
.lni-flask-alt::before {
  content: "\f32b";
}
.lni-flask-alt-2::before {
  content: "\f32c";
}
.lni-flask-alt-1::before {
  content: "\f32d";
}
.lni-eraser-alt::before {
  content: "\f32e";
}
.lni-ebook::before {
  content: "\f32f";
}
.lni-cubes::before {
  content: "\f330";
}
.lni-classroom::before {
  content: "\f331";
}
.lni-classroom-alt::before {
  content: "\f332";
}
.lni-certificate-alt::before {
  content: "\f333";
}
.lni-certificate-alt-1::before {
  content: "\f334";
}
.lni-brackets::before {
  content: "\f335";
}
.lni-books::before {
  content: "\f336";
}
.lni-books-alt::before {
  content: "\f337";
}
.lni-book-alt::before {
  content: "\f338";
}
.lni-book-2::before {
  content: "\f339";
}
.lni-blackboard-alt::before {
  content: "\f33a";
}
.lni-beta::before {
  content: "\f33b";
}
.lni-backpack::before {
  content: "\f33c";
}
.lni-backpack-alt::before {
  content: "\f33d";
}
.lni-atom::before {
  content: "\f33e";
}
.lni-vector-pen::before {
  content: "\f33f";
}
.lni-vector-alt::before {
  content: "\f340";
}
.lni-up-align::before {
  content: "\f341";
}
.lni-up-align-3::before {
  content: "\f342";
}
.lni-up-align-2::before {
  content: "\f343";
}
.lni-up-align-1::before {
  content: "\f344";
}
.lni-transform::before {
  content: "\f345";
}
.lni-spiral-tool::before {
  content: "\f346";
}
.lni-size::before {
  content: "\f347";
}
.lni-sidebar::before {
  content: "\f348";
}
.lni-sidebar-1::before {
  content: "\f349";
}
.lni-shape-builder-tool::before {
  content: "\f34a";
}
.lni-scaling::before {
  content: "\f34b";
}
.lni-rows::before {
  content: "\f34c";
}
.lni-rows-2::before {
  content: "\f34d";
}
.lni-rows-1::before {
  content: "\f34e";
}
.lni-rounded-rectangle::before {
  content: "\f34f";
}
.lni-rotate::before {
  content: "\f350";
}
.lni-rotate-alt::before {
  content: "\f351";
}
.lni-right-align::before {
  content: "\f352";
}
.lni-resize::before {
  content: "\f353";
}
.lni-poligon::before {
  content: "\f354";
}
.lni-panel::before {
  content: "\f355";
}
.lni-panel-5::before {
  content: "\f356";
}
.lni-panel-4::before {
  content: "\f357";
}
.lni-panel-3::before {
  content: "\f358";
}
.lni-panel-2::before {
  content: "\f359";
}
.lni-panel-1::before {
  content: "\f35a";
}
.lni-outer-align::before {
  content: "\f35b";
}
.lni-no-border::before {
  content: "\f35c";
}
.lni-minus-front::before {
  content: "\f35d";
}
.lni-margin::before {
  content: "\f35e";
}
.lni-magic-wand::before {
  content: "\f35f";
}
.lni-layout-alt::before {
  content: "\f360";
}
.lni-layout-alt-2::before {
  content: "\f361";
}
.lni-layout-4::before {
  content: "\f362";
}
.lni-layout-3::before {
  content: "\f363";
}
.lni-layout-2::before {
  content: "\f364";
}
.lni-layout-1::before {
  content: "\f365";
}
.lni-layers-alt::before {
  content: "\f366";
}
.lni-layers-alt-1::before {
  content: "\f367";
}
.lni-intersection::before {
  content: "\f368";
}
.lni-inner-align::before {
  content: "\f369";
}
.lni-image-crop::before {
  content: "\f36a";
}
.lni-header::before {
  content: "\f36b";
}
.lni-header-1::before {
  content: "\f36c";
}
.lni-grid-alt-1::before {
  content: "\f36d";
}
.lni-grid-2-plus::before {
  content: "\f36e";
}
.lni-grid-1::before {
  content: "\f36f";
}
.lni-free-transform::before {
  content: "\f370";
}
.lni-eye-slash::before {
  content: "\f371";
}
.lni-ellipse::before {
  content: "\f372";
}
.lni-down-align::before {
  content: "\f373";
}
.lni-down-align-3::before {
  content: "\f374";
}
.lni-down-align-2::before {
  content: "\f375";
}
.lni-down-align-1::before {
  content: "\f376";
}
.lni-delete-anchor-point::before {
  content: "\f377";
}
.lni-crop-alt::before {
  content: "\f378";
}
.lni-corners::before {
  content: "\f379";
}
.lni-corner::before {
  content: "\f37a";
}
.lni-columns::before {
  content: "\f37b";
}
.lni-columns-2::before {
  content: "\f37c";
}
.lni-columns-1::before {
  content: "\f37d";
}
.lni-color-palette::before {
  content: "\f37e";
}
.lni-cloud-slash::before {
  content: "\f37f";
}
.lni-circle-dashed::before {
  content: "\f380";
}
.lni-center-align::before {
  content: "\f381";
}
.lni-center-align-6::before {
  content: "\f382";
}
.lni-center-align-5::before {
  content: "\f383";
}
.lni-center-align-4::before {
  content: "\f384";
}
.lni-center-align-3::before {
  content: "\f385";
}
.lni-center-align-2::before {
  content: "\f386";
}
.lni-center-align-1::before {
  content: "\f387";
}
.lni-bottom::before {
  content: "\f388";
}
.lni-bottom-1::before {
  content: "\f389";
}
.lni-book-font::before {
  content: "\f38a";
}
.lni-arc::before {
  content: "\f38b";
}
.lni-align-right::before {
  content: "\f38c";
}
.lni-align-right-2::before {
  content: "\f38d";
}
.lni-align-right-1::before {
  content: "\f38e";
}
.lni-align-left::before {
  content: "\f38f";
}
.lni-align-left-3::before {
  content: "\f390";
}
.lni-align-left-2::before {
  content: "\f391";
}
.lni-align-left-1::before {
  content: "\f392";
}
.lni-add-anchor-point::before {
  content: "\f393";
}
.lni-wristwatch::before {
  content: "\f394";
}
.lni-wristwatch-alt::before {
  content: "\f395";
}
.lni-timer-desktop::before {
  content: "\f396";
}
.lni-timer-desktop-alt::before {
  content: "\f397";
}
.lni-timer-chat::before {
  content: "\f398";
}
.lni-timer-alt::before {
  content: "\f399";
}
.lni-time::before {
  content: "\f39a";
}
.lni-time-smartphone::before {
  content: "\f39b";
}
.lni-time-share::before {
  content: "\f39c";
}
.lni-time-settings::before {
  content: "\f39d";
}
.lni-time-folder::before {
  content: "\f39e";
}
.lni-three-querters::before {
  content: "\f39f";
}
.lni-three-querters-alt::before {
  content: "\f3a0";
}
.lni-smartwatch-alt::before {
  content: "\f3a1";
}
.lni-smartphone-watch-alt::before {
  content: "\f3a2";
}
.lni-secure-time::before {
  content: "\f3a3";
}
.lni-quarter-alt::before {
  content: "\f3a4";
}
.lni-quarter-alt-1::before {
  content: "\f3a5";
}
.lni-notification::before {
  content: "\f3a6";
}
.lni-notification-alt-1::before {
  content: "\f3a7";
}
.lni-minus-notification::before {
  content: "\f3a8";
}
.lni-laptop-timer::before {
  content: "\f3a9";
}
.lni-hourglass-alt::before {
  content: "\f3aa";
}
.lni-hour::before {
  content: "\f3ab";
}
.lni-history::before {
  content: "\f3ac";
}
.lni-half-time::before {
  content: "\f3ad";
}
.lni-half-an-hour::before {
  content: "\f3ae";
}
.lni-clock-alt::before {
  content: "\f3af";
}
.lni-clock-alt-1::before {
  content: "\f3b0";
}
.lni-calender-minus::before {
  content: "\f3b1";
}
.lni-browser-timer::before {
  content: "\f3b2";
}
.lni-bell-sleep::before {
  content: "\f3b3";
}
.lni-bell-remove::before {
  content: "\f3b4";
}
.lni-bell-mute::before {
  content: "\f3b5";
}
.lni-bell-alt::before {
  content: "\f3b6";
}
.lni-bell-alt-1::before {
  content: "\f3b7";
}
.lni-bell-add::before {
  content: "\f3b8";
}
.lni-alarm-timer::before {
  content: "\f3b9";
}
.lni-alarm-clock-alt::before {
  content: "\f3ba";
}
.lni-alarm-check::before {
  content: "\f3bb";
}
.lni-add-notification::before {
  content: "\f3bc";
}
.lni-yen-up::before {
  content: "\f3bd";
}
.lni-yen-note::before {
  content: "\f3be";
}
.lni-yen-note-1::before {
  content: "\f3bf";
}
.lni-yen-down::before {
  content: "\f3c0";
}
.lni-yen-coin::before {
  content: "\f3c1";
}
.lni-yen-card::before {
  content: "\f3c2";
}
.lni-withdraw-money::before {
  content: "\f3c3";
}
.lni-website-money::before {
  content: "\f3c4";
}
.lni-wallet-alt-1::before {
  content: "\f3c5";
}
.lni-vault::before {
  content: "\f3c6";
}
.lni-tree-money::before {
  content: "\f3c7";
}
.lni-taxes::before {
  content: "\f3c8";
}
.lni-taka::before {
  content: "\f3c9";
}
.lni-taka-up::before {
  content: "\f3ca";
}
.lni-taka-down::before {
  content: "\f3cb";
}
.lni-taka-coin::before {
  content: "\f3cc";
}
.lni-taka-card::before {
  content: "\f3cd";
}
.lni-statistics::before {
  content: "\f3ce";
}
.lni-smartphone-stat::before {
  content: "\f3cf";
}
.lni-shekel::before {
  content: "\f3d0";
}
.lni-savings::before {
  content: "\f3d1";
}
.lni-safebox-2::before {
  content: "\f3d2";
}
.lni-safebox-1::before {
  content: "\f3d3";
}
.lni-safe-deposit::before {
  content: "\f3d4";
}
.lni-safe-box::before {
  content: "\f3d5";
}
.lni-rupee-up::before {
  content: "\f3d6";
}
.lni-rupee-down::before {
  content: "\f3d7";
}
.lni-rupee-coin::before {
  content: "\f3d8";
}
.lni-rupee-card::before {
  content: "\f3d9";
}
.lni-ruble::before {
  content: "\f3da";
}
.lni-ruble-up::before {
  content: "\f3db";
}
.lni-ruble-down::before {
  content: "\f3dc";
}
.lni-property-balance::before {
  content: "\f3dd";
}
.lni-profit::before {
  content: "\f3de";
}
.lni-pound-up::before {
  content: "\f3df";
}
.lni-pound-sterling::before {
  content: "\f3e0";
}
.lni-pound-sterling-2::before {
  content: "\f3e1";
}
.lni-pound-down::before {
  content: "\f3e2";
}
.lni-pound-coin::before {
  content: "\f3e3";
}
.lni-pound-card::before {
  content: "\f3e4";
}
.lni-placeholder-ruble::before {
  content: "\f3e5";
}
.lni-placeholder-pound::before {
  content: "\f3e6";
}
.lni-placeholder-euro::before {
  content: "\f3e7";
}
.lni-placeholder-dollar::before {
  content: "\f3e8";
}
.lni-phone-call-dollar::before {
  content: "\f3e9";
}
.lni-payment-terminal::before {
  content: "\f3ea";
}
.lni-nfc::before {
  content: "\f3eb";
}
.lni-money-stash::before {
  content: "\f3ec";
}
.lni-money-protection-alt::before {
  content: "\f3ed";
}
.lni-money-envelope::before {
  content: "\f3ee";
}
.lni-money-bag::before {
  content: "\f3ef";
}
.lni-mobile-coin::before {
  content: "\f3f0";
}
.lni-mobile-coin-taka::before {
  content: "\f3f1";
}
.lni-manager::before {
  content: "\f3f2";
}
.lni-hourglass-dollar::before {
  content: "\f3f3";
}
.lni-head-idea::before {
  content: "\f3f4";
}
.lni-gold-bar::before {
  content: "\f3f5";
}
.lni-euro-up::before {
  content: "\f3f6";
}
.lni-euro-down::before {
  content: "\f3f7";
}
.lni-euro-coin::before {
  content: "\f3f8";
}
.lni-euro-card::before {
  content: "\f3f9";
}
.lni-dollar-value-up::before {
  content: "\f3fa";
}
.lni-dollar-value-down::before {
  content: "\f3fb";
}
.lni-dollar-up::before {
  content: "\f3fc";
}
.lni-dollar-eye::before {
  content: "\f3fd";
}
.lni-dollar-euro-exchange::before {
  content: "\f3fe";
}
.lni-dollar-down::before {
  content: "\f3ff";
}
.lni-dollar-connect::before {
  content: "\f400";
}
.lni-dollar-card::before {
  content: "\f401";
}
.lni-dollar-bag-1::before {
  content: "\f402";
}
.lni-credit-card::before {
  content: "\f403";
}
.lni-coins::before {
  content: "\f404";
}
.lni-clock-dollar::before {
  content: "\f405";
}
.lni-check-alt::before {
  content: "\f406";
}
.lni-check-alt-1::before {
  content: "\f407";
}
.lni-cent::before {
  content: "\f408";
}
.lni-calculator-alt-1::before {
  content: "\f409";
}
.lni-briefcase-bitcoin::before {
  content: "\f40a";
}
.lni-bitcoin-website::before {
  content: "\f40b";
}
.lni-bitcoin-up::before {
  content: "\f40c";
}
.lni-bitcoin-laptop::before {
  content: "\f40d";
}
.lni-bitcoin-cloud::before {
  content: "\f40e";
}
.lni-bitcoin-chip::before {
  content: "\f40f";
}
.lni-bank::before {
  content: "\f410";
}
.lni-bank-alt::before {
  content: "\f411";
}
.lni-bank-alt-1::before {
  content: "\f412";
}
.lni-atm::before {
  content: "\f413";
}
.lni-atm-alt::before {
  content: "\f414";
}
.lni-atm-alt-1::before {
  content: "\f415";
}
.lni-yacht::before {
  content: "\f416";
}
.lni-yacht-3::before {
  content: "\f417";
}
.lni-yacht-2::before {
  content: "\f418";
}
.lni-yacht-1::before {
  content: "\f419";
}
.lni-wifi-slash::before {
  content: "\f41a";
}
.lni-target-mail::before {
  content: "\f41b";
}
.lni-speech-bubble-9::before {
  content: "\f41c";
}
.lni-speech-bubble-8::before {
  content: "\f41d";
}
.lni-speech-bubble-6::before {
  content: "\f41e";
}
.lni-speech-bubble-5::before {
  content: "\f41f";
}
.lni-speech-bubble-46::before {
  content: "\f420";
}
.lni-speech-bubble-45::before {
  content: "\f421";
}
.lni-speech-bubble-44::before {
  content: "\f422";
}
.lni-speech-bubble-43::before {
  content: "\f423";
}
.lni-speech-bubble-42::before {
  content: "\f424";
}
.lni-speech-bubble-41::before {
  content: "\f425";
}
.lni-speech-bubble-40::before {
  content: "\f426";
}
.lni-speech-bubble-4::before {
  content: "\f427";
}
.lni-speech-bubble-39::before {
  content: "\f428";
}
.lni-speech-bubble-38::before {
  content: "\f429";
}
.lni-speech-bubble-37::before {
  content: "\f42a";
}
.lni-speech-bubble-36::before {
  content: "\f42b";
}
.lni-speech-bubble-35::before {
  content: "\f42c";
}
.lni-speech-bubble-34::before {
  content: "\f42d";
}
.lni-speech-bubble-33::before {
  content: "\f42e";
}
.lni-speech-bubble-32::before {
  content: "\f42f";
}
.lni-speech-bubble-31::before {
  content: "\f430";
}
.lni-speech-bubble-30::before {
  content: "\f431";
}
.lni-speech-bubble-3::before {
  content: "\f432";
}
.lni-speech-bubble-29::before {
  content: "\f433";
}
.lni-speech-bubble-28::before {
  content: "\f434";
}
.lni-speech-bubble-27::before {
  content: "\f435";
}
.lni-speech-bubble-26::before {
  content: "\f436";
}
.lni-speech-bubble-25::before {
  content: "\f437";
}
.lni-speech-bubble-24::before {
  content: "\f438";
}
.lni-speech-bubble-23::before {
  content: "\f439";
}
.lni-speech-bubble-22::before {
  content: "\f43a";
}
.lni-speech-bubble-21::before {
  content: "\f43b";
}
.lni-speech-bubble-20::before {
  content: "\f43c";
}
.lni-speech-bubble-2::before {
  content: "\f43d";
}
.lni-speech-bubble-19::before {
  content: "\f43e";
}
.lni-speech-bubble-18::before {
  content: "\f43f";
}
.lni-speech-bubble-17::before {
  content: "\f440";
}
.lni-speech-bubble-16::before {
  content: "\f441";
}
.lni-speech-bubble-15::before {
  content: "\f442";
}
.lni-speech-bubble-14::before {
  content: "\f443";
}
.lni-speech-bubble-13::before {
  content: "\f444";
}
.lni-speech-bubble-12::before {
  content: "\f445";
}
.lni-speech-bubble-11::before {
  content: "\f446";
}
.lni-speech-bubble-10::before {
  content: "\f447";
}
.lni-speech-bubble-1::before {
  content: "\f448";
}
.lni-signal-slash::before {
  content: "\f449";
}
.lni-signal-alt::before {
  content: "\f44a";
}
.lni-road-alt::before {
  content: "\f44b";
}
.lni-road-alt-1::before {
  content: "\f44c";
}
.lni-plane-alt::before {
  content: "\f44d";
}
.lni-phone-ring::before {
  content: "\f44e";
}
.lni-phone-redial::before {
  content: "\f44f";
}
.lni-phone-pause::before {
  content: "\f450";
}
.lni-phone-outgoing::before {
  content: "\f451";
}
.lni-phone-misscall::before {
  content: "\f452";
}
.lni-phone-incoming::before {
  content: "\f453";
}
.lni-phone-forward::before {
  content: "\f454";
}
.lni-phone-cut::before {
  content: "\f455";
}
.lni-phone-conference::before {
  content: "\f456";
}
.lni-phone-calling-alt::before {
  content: "\f457";
}
.lni-phone-caling::before {
  content: "\f458";
}
.lni-phone-block::before {
  content: "\f459";
}
.lni-page::before {
  content: "\f45a";
}
.lni-mobile-signal-out::before {
  content: "\f45b";
}
.lni-mobile-chat::before {
  content: "\f45c";
}
.lni-mobile-alt::before {
  content: "\f45d";
}
.lni-mobile-alt-1::before {
  content: "\f45e";
}
.lni-message-shield::before {
  content: "\f45f";
}
.lni-message-share::before {
  content: "\f460";
}
.lni-message-search::before {
  content: "\f461";
}
.lni-message-reply::before {
  content: "\f462";
}
.lni-message-plus::before {
  content: "\f463";
}
.lni-message-people::before {
  content: "\f464";
}
.lni-message-people-alt::before {
  content: "\f465";
}
.lni-message-outgoing::before {
  content: "\f466";
}
.lni-message-minus::before {
  content: "\f467";
}
.lni-message-love::before {
  content: "\f468";
}
.lni-message-lock::before {
  content: "\f469";
}
.lni-message-laptop::before {
  content: "\f46a";
}
.lni-message-info::before {
  content: "\f46b";
}
.lni-message-incoming::before {
  content: "\f46c";
}
.lni-message-forward::before {
  content: "\f46d";
}
.lni-message-edit::before {
  content: "\f46e";
}
.lni-message-desktop::before {
  content: "\f46f";
}
.lni-message-cross::before {
  content: "\f470";
}
.lni-message-check::before {
  content: "\f471";
}
.lni-message-block::before {
  content: "\f472";
}
.lni-message-attachement::before {
  content: "\f473";
}
.lni-megaphone::before {
  content: "\f474";
}
.lni-mailbox::before {
  content: "\f475";
}
.lni-kayak::before {
  content: "\f476";
}
.lni-envelope-alt::before {
  content: "\f477";
}
.lni-delivery-truck-5::before {
  content: "\f478";
}
.lni-chat-minus::before {
  content: "\f479";
}
.lni-chat-add-alt-2::before {
  content: "\f47a";
}
.lni-car-alt-4::before {
  content: "\f47b";
}
.lni-car-alt-3::before {
  content: "\f47c";
}
.lni-car-alt-2::before {
  content: "\f47d";
}
.lni-car-alt-1::before {
  content: "\f47e";
}
.lni-bridge-alt::before {
  content: "\f47f";
}
.lni-bridge-alt-4::before {
  content: "\f480";
}
.lni-bridge-alt-3::before {
  content: "\f481";
}
.lni-bridge-alt-2::before {
  content: "\f482";
}
.lni-bridge-alt-1::before {
  content: "\f483";
}
.lni-boarding-pass::before {
  content: "\f484";
}
.lni-boarding-pass-alt::before {
  content: "\f485";
}
.lni-wrench::before {
  content: "\f486";
}
.lni-wheelbarrow-alt::before {
  content: "\f487";
}
.lni-truck-load::before {
  content: "\f488";
}
.lni-truck-alt::before {
  content: "\f489";
}
.lni-truck-alt-1::before {
  content: "\f48a";
}
.lni-trowel-alt::before {
  content: "\f48b";
}
.lni-trowel-alt-1::before {
  content: "\f48c";
}
.lni-trolley-cart::before {
  content: "\f48d";
}
.lni-triangle-ruler::before {
  content: "\f48e";
}
.lni-triangle-ruler-1::before {
  content: "\f48f";
}
.lni-tools::before {
  content: "\f490";
}
.lni-toolbox::before {
  content: "\f491";
}
.lni-stopcock::before {
  content: "\f492";
}
.lni-stairs-alt::before {
  content: "\f493";
}
.lni-screwdriver::before {
  content: "\f494";
}
.lni-screw::before {
  content: "\f495";
}
.lni-screw-alt::before {
  content: "\f496";
}
.lni-saw::before {
  content: "\f497";
}
.lni-saw-alt::before {
  content: "\f498";
}
.lni-ruler-alt-1::before {
  content: "\f499";
}
.lni-repair-tools::before {
  content: "\f49a";
}
.lni-pulley::before {
  content: "\f49b";
}
.lni-pipe::before {
  content: "\f49c";
}
.lni-paint-roller-alt::before {
  content: "\f49d";
}
.lni-paint-roller-alt-2::before {
  content: "\f49e";
}
.lni-paint-roller-alt-1::before {
  content: "\f49f";
}
.lni-paint-bucket::before {
  content: "\f4a0";
}
.lni-measuring-tape::before {
  content: "\f4a1";
}
.lni-magnet-alt::before {
  content: "\f4a2";
}
.lni-ladder::before {
  content: "\f4a3";
}
.lni-house::before {
  content: "\f4a4";
}
.lni-house-tree::before {
  content: "\f4a5";
}
.lni-house-plan::before {
  content: "\f4a6";
}
.lni-house-plan-alt::before {
  content: "\f4a7";
}
.lni-house-plan-alt-4::before {
  content: "\f4a8";
}
.lni-house-plan-alt-2::before {
  content: "\f4a9";
}
.lni-house-plan-alt-1::before {
  content: "\f4aa";
}
.lni-house-heart::before {
  content: "\f4ab";
}
.lni-house-alt-1::before {
  content: "\f4ac";
}
.lni-hook::before {
  content: "\f4ad";
}
.lni-helmet-alt::before {
  content: "\f4ae";
}
.lni-hammer-alt::before {
  content: "\f4af";
}
.lni-garbage-truck::before {
  content: "\f4b0";
}
.lni-fuel-truck::before {
  content: "\f4b1";
}
.lni-flags-alt::before {
  content: "\f4b2";
}
.lni-fence-alt::before {
  content: "\f4b3";
}
.lni-drilling::before {
  content: "\f4b4";
}
.lni-drill::before {
  content: "\f4b5";
}
.lni-doors::before {
  content: "\f4b6";
}
.lni-door::before {
  content: "\f4b7";
}
.lni-door-alt::before {
  content: "\f4b8";
}
.lni-derricks::before {
  content: "\f4b9";
}
.lni-derrick::before {
  content: "\f4ba";
}
.lni-derrick-alt::before {
  content: "\f4bb";
}
.lni-derrick-alt-3::before {
  content: "\f4bc";
}
.lni-derrick-alt-2::before {
  content: "\f4bd";
}
.lni-derrick-alt-1::before {
  content: "\f4be";
}
.lni-demolition::before {
  content: "\f4bf";
}
.lni-cutter::before {
  content: "\f4c0";
}
.lni-crane::before {
  content: "\f4c1";
}
.lni-construction-rular::before {
  content: "\f4c2";
}
.lni-cone::before {
  content: "\f4c3";
}
.lni-cone-alt::before {
  content: "\f4c4";
}
.lni-compass-alt::before {
  content: "\f4c5";
}
.lni-cement-truck::before {
  content: "\f4c6";
}
.lni-bulldozer::before {
  content: "\f4c7";
}
.lni-building-alt::before {
  content: "\f4c8";
}
.lni-building-alt-1::before {
  content: "\f4c9";
}
.lni-broom::before {
  content: "\f4ca";
}
.lni-bricks-alt::before {
  content: "\f4cb";
}
.lni-brick-wall::before {
  content: "\f4cc";
}
.lni-brick-wall-alt::before {
  content: "\f4cd";
}
.lni-boundary::before {
  content: "\f4ce";
}
.lni-barrier-alt::before {
  content: "\f4cf";
}
.lni-backhoe::before {
  content: "\f4d0";
}
.lni-axe::before {
  content: "\f4d1";
}
.lni-tie::before {
  content: "\f4d2";
}
.lni-target-remove::before {
  content: "\f4d3";
}
.lni-target-alt::before {
  content: "\f4d4";
}
.lni-target-alt-1::before {
  content: "\f4d5";
}
.lni-target-achievement::before {
  content: "\f4d6";
}
.lni-tablet-alt::before {
  content: "\f4d7";
}
.lni-table::before {
  content: "\f4d8";
}
.lni-swatches::before {
  content: "\f4d9";
}
.lni-stapler::before {
  content: "\f4da";
}
.lni-signature::before {
  content: "\f4db";
}
.lni-scale-machine::before {
  content: "\f4dc";
}
.lni-sales-report::before {
  content: "\f4dd";
}
.lni-pin-alt::before {
  content: "\f4de";
}
.lni-pie-report::before {
  content: "\f4df";
}
.lni-pie-chart-dollar::before {
  content: "\f4e0";
}
.lni-pie-chart-alt::before {
  content: "\f4e1";
}
.lni-office-plan::before {
  content: "\f4e2";
}
.lni-megaphone-alt::before {
  content: "\f4e3";
}
.lni-megaphone-2::before {
  content: "\f4e4";
}
.lni-megaphone-1::before {
  content: "\f4e5";
}
.lni-inbox-full::before {
  content: "\f4e6";
}
.lni-hierchy::before {
  content: "\f4e7";
}
.lni-hierchy-alt::before {
  content: "\f4e8";
}
.lni-hierchy-alt-1::before {
  content: "\f4e9";
}
.lni-handshake-alt::before {
  content: "\f4ea";
}
.lni-handshake-alt-1::before {
  content: "\f4eb";
}
.lni-global::before {
  content: "\f4ec";
}
.lni-fuel::before {
  content: "\f4ed";
}
.lni-flow-chart-alt::before {
  content: "\f4ee";
}
.lni-finance::before {
  content: "\f4ef";
}
.lni-exchange-alt::before {
  content: "\f4f0";
}
.lni-euro-coin-round::before {
  content: "\f4f1";
}
.lni-digital-currency::before {
  content: "\f4f2";
}
.lni-desk::before {
  content: "\f4f3";
}
.lni-coin-dollar::before {
  content: "\f4f4";
}
.lni-chinese-yuan::before {
  content: "\f4f5";
}
.lni-cart-empty::before {
  content: "\f4f6";
}
.lni-cart-down::before {
  content: "\f4f7";
}
.lni-cart-alt::before {
  content: "\f4f8";
}
.lni-balance::before {
  content: "\f4f9";
}
.lni-balance-1::before {
  content: "\f4fa";
}
.lni-apartment-alt::before {
  content: "\f4fb";
}
.lni-analytics-alt-1::before {
  content: "\f4fc";
}
.lni-achievement::before {
  content: "\f4fd";
}
.lni-comments-alt::before {
  content: "\f4fe";
}
.lni-comments-alt-1::before {
  content: "\f4ff";
}
.lni-chat-remove::before {
  content: "\f500";
}
.lni-chat-delete::before {
  content: "\f501";
}
.lni-chat-check::before {
  content: "\f502";
}
.lni-chat-check-alt::before {
  content: "\f503";
}
.lni-chat-alt::before {
  content: "\f504";
}
.lni-chat-alt-9::before {
  content: "\f505";
}
.lni-chat-alt-8::before {
  content: "\f506";
}
.lni-chat-alt-7::before {
  content: "\f507";
}
.lni-chat-alt-6::before {
  content: "\f508";
}
.lni-chat-alt-5::before {
  content: "\f509";
}
.lni-chat-alt-4::before {
  content: "\f50a";
}
.lni-chat-alt-3::before {
  content: "\f50b";
}
.lni-chat-alt-12::before {
  content: "\f50c";
}
.lni-chat-alt-11::before {
  content: "\f50d";
}
.lni-chat-alt-10::before {
  content: "\f50e";
}
.lni-chat-alt-1::before {
  content: "\f50f";
}
.lni-chat-add::before {
  content: "\f510";
}
.lni-chat-add-alt::before {
  content: "\f511";
}
.lni-bubble-alt::before {
  content: "\f512";
}
.lni-hut-alt-4::before {
  content: "\f513";
}
.lni-hut-alt-3::before {
  content: "\f514";
}
.lni-hut-alt-2::before {
  content: "\f515";
}
.lni-housing-alt::before {
  content: "\f516";
}
.lni-house-alt::before {
  content: "\f517";
}
.lni-house-alt-6::before {
  content: "\f518";
}
.lni-house-alt-5::before {
  content: "\f519";
}
.lni-house-alt-4::before {
  content: "\f51a";
}
.lni-house-alt-3::before {
  content: "\f51b";
}
.lni-house-alt-2::before {
  content: "\f51c";
}
.lni-home-9::before {
  content: "\f51d";
}
.lni-home-8::before {
  content: "\f51e";
}
.lni-home-7::before {
  content: "\f51f";
}
.lni-home-6::before {
  content: "\f520";
}
.lni-home-10::before {
  content: "\f521";
}
.lni-fortress::before {
  content: "\f522";
}
.lni-flats-alt::before {
  content: "\f523";
}
.lni-flats-alt-2::before {
  content: "\f524";
}
.lni-flats-alt-1::before {
  content: "\f525";
}
.lni-factory::before {
  content: "\f526";
}
.lni-factory-alt::before {
  content: "\f527";
}
.lni-factory-alt-6::before {
  content: "\f528";
}
.lni-factory-alt-5::before {
  content: "\f529";
}
.lni-factory-alt-4::before {
  content: "\f52a";
}
.lni-factory-alt-3::before {
  content: "\f52b";
}
.lni-factory-alt-2::before {
  content: "\f52c";
}
.lni-factory-alt-1::before {
  content: "\f52d";
}
.lni-court-house::before {
  content: "\f52e";
}
.lni-court-building::before {
  content: "\f52f";
}
.lni-court-alt::before {
  content: "\f530";
}
.lni-court-alt-1::before {
  content: "\f531";
}
.lni-cottage::before {
  content: "\f532";
}
.lni-cottage-alt::before {
  content: "\f533";
}
.lni-cottage-alt-2::before {
  content: "\f534";
}
.lni-cottage-alt-1::before {
  content: "\f535";
}
.lni-church-alt::before {
  content: "\f536";
}
.lni-church-alt-1::before {
  content: "\f537";
}
.lni-castle::before {
  content: "\f538";
}
.lni-castle-alt::before {
  content: "\f539";
}
.lni-castle-alt-7::before {
  content: "\f53a";
}
.lni-castle-alt-6::before {
  content: "\f53b";
}
.lni-castle-alt-5::before {
  content: "\f53c";
}
.lni-castle-alt-3::before {
  content: "\f53d";
}
.lni-castle-alt-2::before {
  content: "\f53e";
}
.lni-castle-alt-1::before {
  content: "\f53f";
}
.lni-burj-al-arab::before {
  content: "\f540";
}
.lni-buildings::before {
  content: "\f541";
}
.lni-buildings-alt::before {
  content: "\f542";
}
.lni-buildings-alt-5::before {
  content: "\f543";
}
.lni-buildings-alt-4::before {
  content: "\f544";
}
.lni-buildings-alt-3::before {
  content: "\f545";
}
.lni-buildings-alt-2::before {
  content: "\f546";
}
.lni-buildings-alt-1::before {
  content: "\f547";
}
.lni-boiler::before {
  content: "\f548";
}
.lni-boiler-alt::before {
  content: "\f549";
}
.lni-archway::before {
  content: "\f54a";
}
.lni-arch::before {
  content: "\f54b";
}
.lni-apartments::before {
  content: "\f54c";
}
.lni-apartments-alt::before {
  content: "\f54d";
}
.lni-apartments-alt-9::before {
  content: "\f54e";
}
.lni-apartments-alt-8::before {
  content: "\f54f";
}
.lni-apartments-alt-7::before {
  content: "\f550";
}
.lni-apartments-alt-6::before {
  content: "\f551";
}
.lni-apartments-alt-5::before {
  content: "\f552";
}
.lni-apartments-alt-4::before {
  content: "\f553";
}
.lni-apartments-alt-3::before {
  content: "\f554";
}
.lni-apartments-alt-2::before {
  content: "\f555";
}
.lni-apartments-alt-12::before {
  content: "\f556";
}
.lni-apartments-alt-11::before {
  content: "\f557";
}
.lni-apartments-alt-10::before {
  content: "\f558";
}
.lni-apartments-alt-1::before {
  content: "\f559";
}
.lni-whale::before {
  content: "\f55a";
}
.lni-walrus::before {
  content: "\f55b";
}
.lni-turtle::before {
  content: "\f55c";
}
.lni-sheep::before {
  content: "\f55d";
}
.lni-shark::before {
  content: "\f55e";
}
.lni-seal::before {
  content: "\f55f";
}
.lni-rabbit::before {
  content: "\f560";
}
.lni-pig::before {
  content: "\f561";
}
.lni-paw-sample::before {
  content: "\f562";
}
.lni-monkey::before {
  content: "\f563";
}
.lni-koala::before {
  content: "\f564";
}
.lni-jellyfish::before {
  content: "\f565";
}
.lni-horse::before {
  content: "\f566";
}
.lni-gorilla::before {
  content: "\f567";
}
.lni-frog::before {
  content: "\f568";
}
.lni-frog-alt::before {
  content: "\f569";
}
.lni-fish::before {
  content: "\f56a";
}
.lni-elephant::before {
  content: "\f56b";
}
.lni-duck::before {
  content: "\f56c";
}
.lni-dolphin::before {
  content: "\f56d";
}
.lni-dog::before {
  content: "\f56e";
}
.lni-crow::before {
  content: "\f56f";
}
.lni-crocodile::before {
  content: "\f570";
}
.lni-crab::before {
  content: "\f571";
}
.lni-cow-alt::before {
  content: "\f572";
}
.lni-chicken::before {
  content: "\f573";
}
.lni-cat::before {
  content: "\f574";
}
.lni-camel::before {
  content: "\f575";
}
.lni-butterfly::before {
  content: "\f576";
}
.lni-bat::before {
  content: "\f577";
}
.lni-windmill::before {
  content: "\f578";
}
.lni-well::before {
  content: "\f579";
}
.lni-weathercock::before {
  content: "\f57a";
}
.lni-watering-can::before {
  content: "\f57b";
}
.lni-tractor-1::before {
  content: "\f57c";
}
.lni-tomato::before {
  content: "\f57d";
}
.lni-tob-plant::before {
  content: "\f57e";
}
.lni-sunflower::before {
  content: "\f57f";
}
.lni-sprout-alt::before {
  content: "\f580";
}
.lni-silo::before {
  content: "\f581";
}
.lni-seeds::before {
  content: "\f582";
}
.lni-seeds-1::before {
  content: "\f583";
}
.lni-scythe::before {
  content: "\f584";
}
.lni-scythe-1::before {
  content: "\f585";
}
.lni-reservoir::before {
  content: "\f586";
}
.lni-reservoir-1::before {
  content: "\f587";
}
.lni-pruning-shears::before {
  content: "\f588";
}
.lni-hen::before {
  content: "\f589";
}
.lni-grass::before {
  content: "\f58a";
}
.lni-flower-alt-1::before {
  content: "\f58b";
}
.lni-egg::before {
  content: "\f58c";
}
.lni-cow::before {
  content: "\f58d";
}
.lni-corn::before {
  content: "\f58e";
}
.lni-barn::before {
  content: "\f58f";
}
.lni-baby-chicken::before {
  content: "\f590";
}

/* ../6-common-assets/fonts/line-icons/filled/lineicons-fill.css */
@font-face {
  font-family: "lineicons-fill";
  src:
    url("./media/lineicons-fill.ttf?4f34a7541116376ac0c265ea3526a29a") format("truetype"),
    url("./media/lineicons-fill.woff?4f34a7541116376ac0c265ea3526a29a") format("woff"),
    url("./media/lineicons-fill.woff2?4f34a7541116376ac0c265ea3526a29a") format("woff2");
}
i[class^=lnif-]:before,
i[class*=" lnif-"]:before {
  font-family: lineicons-fill !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.lnif-baby-chicken:before {
  content: "\f101";
}
.lnif-barn:before {
  content: "\f102";
}
.lnif-corn:before {
  content: "\f103";
}
.lnif-cow:before {
  content: "\f104";
}
.lnif-egg:before {
  content: "\f105";
}
.lnif-flower-alt-1:before {
  content: "\f106";
}
.lnif-grass:before {
  content: "\f107";
}
.lnif-hen:before {
  content: "\f108";
}
.lnif-pruning-shears:before {
  content: "\f109";
}
.lnif-reservoir-1:before {
  content: "\f10a";
}
.lnif-reservoir:before {
  content: "\f10b";
}
.lnif-scythe-1:before {
  content: "\f10c";
}
.lnif-seeds-1:before {
  content: "\f10d";
}
.lnif-seeds:before {
  content: "\f10e";
}
.lnif-silo:before {
  content: "\f10f";
}
.lnif-sprout-alt:before {
  content: "\f110";
}
.lnif-sunflower:before {
  content: "\f111";
}
.lnif-tob-plant:before {
  content: "\f112";
}
.lnif-tomato:before {
  content: "\f113";
}
.lnif-Tractor-1:before {
  content: "\f114";
}
.lnif-watering-can:before {
  content: "\f115";
}
.lnif-weathercock:before {
  content: "\f116";
}
.lnif-well:before {
  content: "\f117";
}
.lnif-windmill:before {
  content: "\f118";
}
.lnif-bat:before {
  content: "\f119";
}
.lnif-butterfly:before {
  content: "\f11a";
}
.lnif-camel:before {
  content: "\f11b";
}
.lnif-cat:before {
  content: "\f11c";
}
.lnif-chicken:before {
  content: "\f11d";
}
.lnif-cow-alt:before {
  content: "\f11e";
}
.lnif-crab:before {
  content: "\f11f";
}
.lnif-crocodile:before {
  content: "\f120";
}
.lnif-dog-2:before {
  content: "\f121";
}
.lnif-dog:before {
  content: "\f122";
}
.lnif-dolphin:before {
  content: "\f123";
}
.lnif-duck:before {
  content: "\f124";
}
.lnif-elephant:before {
  content: "\f125";
}
.lnif-fish:before {
  content: "\f126";
}
.lnif-frog-alt:before {
  content: "\f127";
}
.lnif-frog:before {
  content: "\f128";
}
.lnif-gorilla:before {
  content: "\f129";
}
.lnif-horse:before {
  content: "\f12a";
}
.lnif-jellyfish:before {
  content: "\f12b";
}
.lnif-koala:before {
  content: "\f12c";
}
.lnif-monkey:before {
  content: "\f12d";
}
.lnif-paw-sample:before {
  content: "\f12e";
}
.lnif-pig:before {
  content: "\f12f";
}
.lnif-rabbit:before {
  content: "\f130";
}
.lnif-seal:before {
  content: "\f131";
}
.lnif-shark:before {
  content: "\f132";
}
.lnif-sheep:before {
  content: "\f133";
}
.lnif-turtle:before {
  content: "\f134";
}
.lnif-walrus:before {
  content: "\f135";
}
.lnif-whale:before {
  content: "\f136";
}
.lnif-android:before {
  content: "\f137";
}
.lnif-apple-brand:before {
  content: "\f138";
}
.lnif-behance:before {
  content: "\f139";
}
.lnif-bitbucket:before {
  content: "\f13a";
}
.lnif-bitcoin:before {
  content: "\f13b";
}
.lnif-chrome:before {
  content: "\f13c";
}
.lnif-css3:before {
  content: "\f13d";
}
.lnif-dribbble:before {
  content: "\f13e";
}
.lnif-dropbox:before {
  content: "\f13f";
}
.lnif-drupal:before {
  content: "\f140";
}
.lnif-facebook-line:before {
  content: "\f141";
}
.lnif-facebook:before {
  content: "\f142";
}
.lnif-firefox:before {
  content: "\f143";
}
.lnif-github:before {
  content: "\f144";
}
.lnif-html5:before {
  content: "\f145";
}
.lnif-instagram:before {
  content: "\f146";
}
.lnif-paypal:before {
  content: "\f147";
}
.lnif-quora:before {
  content: "\f148";
}
.lnif-reddit:before {
  content: "\f149";
}
.lnif-slack-line:before {
  content: "\f14a";
}
.lnif-soundcloud:before {
  content: "\f14b";
}
.lnif-twitter:before {
  content: "\f14c";
}
.lnif-visa:before {
  content: "\f14d";
}
.lnif-apartments-1:before {
  content: "\f14e";
}
.lnif-apartments-alt-1:before {
  content: "\f14f";
}
.lnif-apartments-alt-10:before {
  content: "\f150";
}
.lnif-apartments-alt-12:before {
  content: "\f151";
}
.lnif-apartments-alt-2:before {
  content: "\f152";
}
.lnif-apartments-alt-3:before {
  content: "\f153";
}
.lnif-apartments-alt-4:before {
  content: "\f154";
}
.lnif-apartments-alt-5:before {
  content: "\f155";
}
.lnif-apartments-alt-6:before {
  content: "\f156";
}
.lnif-apartments-alt-7:before {
  content: "\f157";
}
.lnif-apartments-alt-8:before {
  content: "\f158";
}
.lnif-apartments-alt-9:before {
  content: "\f159";
}
.lnif-apartments-alt:before {
  content: "\f15a";
}
.lnif-apartments:before {
  content: "\f15b";
}
.lnif-arch:before {
  content: "\f15c";
}
.lnif-archway:before {
  content: "\f15d";
}
.lnif-boiler-alt:before {
  content: "\f15e";
}
.lnif-boiler:before {
  content: "\f15f";
}
.lnif-buildings-alt-1:before {
  content: "\f160";
}
.lnif-buildings-alt-3:before {
  content: "\f161";
}
.lnif-buildings-alt-4:before {
  content: "\f162";
}
.lnif-buildings-alt:before {
  content: "\f163";
}
.lnif-buildings:before {
  content: "\f164";
}
.lnif-burj-al-arab:before {
  content: "\f165";
}
.lnif-castle-alt-1:before {
  content: "\f166";
}
.lnif-castle-alt-2:before {
  content: "\f167";
}
.lnif-castle-alt-3:before {
  content: "\f168";
}
.lnif-castle-alt-5:before {
  content: "\f169";
}
.lnif-castle-alt-6:before {
  content: "\f16a";
}
.lnif-castle-alt-7:before {
  content: "\f16b";
}
.lnif-castle-alt:before {
  content: "\f16c";
}
.lnif-castle:before {
  content: "\f16d";
}
.lnif-church-alt-1:before {
  content: "\f16e";
}
.lnif-church-alt:before {
  content: "\f16f";
}
.lnif-cottage-alt-1:before {
  content: "\f170";
}
.lnif-cottage-alt-2:before {
  content: "\f171";
}
.lnif-cottage-alt:before {
  content: "\f172";
}
.lnif-cottage:before {
  content: "\f173";
}
.lnif-court-alt-1:before {
  content: "\f174";
}
.lnif-court-alt:before {
  content: "\f175";
}
.lnif-court-building:before {
  content: "\f176";
}
.lnif-factory-alt-2:before {
  content: "\f177";
}
.lnif-factory-alt-3:before {
  content: "\f178";
}
.lnif-factory-alt-6:before {
  content: "\f179";
}
.lnif-factory-alt:before {
  content: "\f17a";
}
.lnif-factory:before {
  content: "\f17b";
}
.lnif-flats-alt-1:before {
  content: "\f17c";
}
.lnif-flats-alt-2:before {
  content: "\f17d";
}
.lnif-flats-alt:before {
  content: "\f17e";
}
.lnif-fortress:before {
  content: "\f17f";
}
.lnif-home-10:before {
  content: "\f180";
}
.lnif-home-6:before {
  content: "\f181";
}
.lnif-home-7-1:before {
  content: "\f182";
}
.lnif-home-7:before {
  content: "\f183";
}
.lnif-home-8x:before {
  content: "\f184";
}
.lnif-house-alt-2:before {
  content: "\f185";
}
.lnif-house-alt-3:before {
  content: "\f186";
}
.lnif-house-alt-4:before {
  content: "\f187";
}
.lnif-house-alt-5:before {
  content: "\f188";
}
.lnif-house-alt-6:before {
  content: "\f189";
}
.lnif-house-alt:before {
  content: "\f18a";
}
.lnif-hut-alt-2:before {
  content: "\f18b";
}
.lnif-hut-alt-3:before {
  content: "\f18c";
}
.lnif-hut-alt-4:before {
  content: "\f18d";
}
.lnif-achievement:before {
  content: "\f18e";
}
.lnif-agenda:before {
  content: "\f18f";
}
.lnif-analytics-alt-1:before {
  content: "\f190";
}
.lnif-apartment-alt:before {
  content: "\f191";
}
.lnif-apartment:before {
  content: "\f192";
}
.lnif-balance-1:before {
  content: "\f193";
}
.lnif-balance:before {
  content: "\f194";
}
.lnif-briefcase-alt:before {
  content: "\f195";
}
.lnif-cart-alt:before {
  content: "\f196";
}
.lnif-cart-down:before {
  content: "\f197";
}
.lnif-cart-empty:before {
  content: "\f198";
}
.lnif-cart-full:before {
  content: "\f199";
}
.lnif-chinese-yuan-round:before {
  content: "\f19a";
}
.lnif-coin-dollar-round:before {
  content: "\f19b";
}
.lnif-consulting:before {
  content: "\f19c";
}
.lnif-customer:before {
  content: "\f19d";
}
.lnif-delivery:before {
  content: "\f19e";
}
.lnif-desk:before {
  content: "\f19f";
}
.lnif-digital-currency:before {
  content: "\f1a0";
}
.lnif-euro-coin-round:before {
  content: "\f1a1";
}
.lnif-exchange-alt:before {
  content: "\f1a2";
}
.lnif-finance:before {
  content: "\f1a3";
}
.lnif-flow-chart-alt:before {
  content: "\f1a4";
}
.lnif-fuel:before {
  content: "\f1a5";
}
.lnif-global:before {
  content: "\f1a6";
}
.lnif-grow:before {
  content: "\f1a7";
}
.lnif-handshake-alt-1:before {
  content: "\f1a8";
}
.lnif-handshake-alt:before {
  content: "\f1a9";
}
.lnif-handshake:before {
  content: "\f1aa";
}
.lnif-hierarchy-alt-1:before {
  content: "\f1ab";
}
.lnif-hierarchy:before {
  content: "\f1ac";
}
.lnif-inbox-full:before {
  content: "\f1ad";
}
.lnif-invest-monitor:before {
  content: "\f1ae";
}
.lnif-investment:before {
  content: "\f1af";
}
.lnif-license:before {
  content: "\f1b0";
}
.lnif-megaphone-1:before {
  content: "\f1b1";
}
.lnif-megaphone-2:before {
  content: "\f1b2";
}
.lnif-megaphone-alt:before {
  content: "\f1b3";
}
.lnif-notepad:before {
  content: "\f1b4";
}
.lnif-offer:before {
  content: "\f1b5";
}
.lnif-office-plan:before {
  content: "\f1b6";
}
.lnif-paperclip:before {
  content: "\f1b7";
}
.lnif-pie-chart-alt:before {
  content: "\f1b8";
}
.lnif-pie-chart-dollar:before {
  content: "\f1b9";
}
.lnif-pie-chart:before {
  content: "\f1ba";
}
.lnif-pie-report:before {
  content: "\f1bb";
}
.lnif-pin:before {
  content: "\f1bc";
}
.lnif-quotation:before {
  content: "\f1bd";
}
.lnif-revenue:before {
  content: "\f1be";
}
.lnif-sales-report:before {
  content: "\f1bf";
}
.lnif-scale-machine:before {
  content: "\f1c0";
}
.lnif-seo-consulting:before {
  content: "\f1c1";
}
.lnif-signature:before {
  content: "\f1c2";
}
.lnif-stamp:before {
  content: "\f1c3";
}
.lnif-stapler:before {
  content: "\f1c4";
}
.lnif-stats-down:before {
  content: "\f1c5";
}
.lnif-stats-up:before {
  content: "\f1c6";
}
.lnif-swatches:before {
  content: "\f1c7";
}
.lnif-table:before {
  content: "\f1c8";
}
.lnif-tablet-alt:before {
  content: "\f1c9";
}
.lnif-tag:before {
  content: "\f1ca";
}
.lnif-target-achievement:before {
  content: "\f1cb";
}
.lnif-target-alt-1:before {
  content: "\f1cc";
}
.lnif-target-remove:before {
  content: "\f1cd";
}
.lnif-target-revenue:before {
  content: "\f1ce";
}
.lnif-target:before {
  content: "\f1cf";
}
.lnif-tie:before {
  content: "\f1d0";
}
.lnif-bubble-alt:before {
  content: "\f1d1";
}
.lnif-chat-add-alt:before {
  content: "\f1d2";
}
.lnif-chat-add:before {
  content: "\f1d3";
}
.lnif-chat-alt-1-1:before {
  content: "\f1d4";
}
.lnif-chat-alt-1:before {
  content: "\f1d5";
}
.lnif-chat-alt-10:before {
  content: "\f1d6";
}
.lnif-chat-alt-11:before {
  content: "\f1d7";
}
.lnif-chat-alt-12:before {
  content: "\f1d8";
}
.lnif-chat-alt-3:before {
  content: "\f1d9";
}
.lnif-chat-alt-4:before {
  content: "\f1da";
}
.lnif-chat-alt-5:before {
  content: "\f1db";
}
.lnif-chat-alt-6:before {
  content: "\f1dc";
}
.lnif-chat-alt-7:before {
  content: "\f1dd";
}
.lnif-chat-alt-8:before {
  content: "\f1de";
}
.lnif-chat-alt:before {
  content: "\f1df";
}
.lnif-chat-check-alt:before {
  content: "\f1e0";
}
.lnif-chat-check:before {
  content: "\f1e1";
}
.lnif-chat-delete:before {
  content: "\f1e2";
}
.lnif-chat-love:before {
  content: "\f1e3";
}
.lnif-chat-remove:before {
  content: "\f1e4";
}
.lnif-comments-alt-1:before {
  content: "\f1e5";
}
.lnif-comments-alt:before {
  content: "\f1e6";
}
.lnif-voicechat:before {
  content: "\f1e7";
}
.lnif-anchor:before {
  content: "\f1e8";
}
.lnif-boarding-pass-alt:before {
  content: "\f1e9";
}
.lnif-bridge-alt:before {
  content: "\f1ea";
}
.lnif-bridge:before {
  content: "\f1eb";
}
.lnif-bubble:before {
  content: "\f1ec";
}
.lnif-bullhorn-1:before {
  content: "\f1ed";
}
.lnif-bullhorn:before {
  content: "\f1ee";
}
.lnif-bus:before {
  content: "\f1ef";
}
.lnif-car-alt-1:before {
  content: "\f1f0";
}
.lnif-car-alt-2:before {
  content: "\f1f1";
}
.lnif-car-alt-4:before {
  content: "\f1f2";
}
.lnif-caravan:before {
  content: "\f1f3";
}
.lnif-chat-add-alt-2:before {
  content: "\f1f4";
}
.lnif-comments-alt-2:before {
  content: "\f1f5";
}
.lnif-comments-reply:before {
  content: "\f1f6";
}
.lnif-comments:before {
  content: "\f1f7";
}
.lnif-delivery-truck-5:before {
  content: "\f1f8";
}
.lnif-envelope-alt:before {
  content: "\f1f9";
}
.lnif-envelope-unread:before {
  content: "\f1fa";
}
.lnif-envelope:before {
  content: "\f1fb";
}
.lnif-helicopter:before {
  content: "\f1fc";
}
.lnif-inbox-archive:before {
  content: "\f1fd";
}
.lnif-inbox:before {
  content: "\f1fe";
}
.lnif-kayak:before {
  content: "\f1ff";
}
.lnif-mailbox:before {
  content: "\f200";
}
.lnif-megaphone:before {
  content: "\f201";
}
.lnif-message-attachement:before {
  content: "\f202";
}
.lnif-message-check:before {
  content: "\f203";
}
.lnif-message-edit:before {
  content: "\f204";
}
.lnif-message-forward:before {
  content: "\f205";
}
.lnif-message-incoming:before {
  content: "\f206";
}
.lnif-message-lock:before {
  content: "\f207";
}
.lnif-message-love:before {
  content: "\f208";
}
.lnif-message-outgoing:before {
  content: "\f209";
}
.lnif-message-people-alt:before {
  content: "\f20a";
}
.lnif-message-people:before {
  content: "\f20b";
}
.lnif-message-plus:before {
  content: "\f20c";
}
.lnif-message-reply:before {
  content: "\f20d";
}
.lnif-message-search:before {
  content: "\f20e";
}
.lnif-mobile-alt-1:before {
  content: "\f20f";
}
.lnif-mobile-alt:before {
  content: "\f210";
}
.lnif-mobile-chat:before {
  content: "\f211";
}
.lnif-page:before {
  content: "\f212";
}
.lnif-phone-conference:before {
  content: "\f213";
}
.lnif-phone-cut:before {
  content: "\f214";
}
.lnif-phone-incoming:before {
  content: "\f215";
}
.lnif-phone-misscall:before {
  content: "\f216";
}
.lnif-phone-outgoing:before {
  content: "\f217";
}
.lnif-phone-redial:before {
  content: "\f218";
}
.lnif-phone-ring:before {
  content: "\f219";
}
.lnif-phone-set:before {
  content: "\f21a";
}
.lnif-phone:before {
  content: "\f21b";
}
.lnif-plane-alt:before {
  content: "\f21c";
}
.lnif-plane:before {
  content: "\f21d";
}
.lnif-postcard:before {
  content: "\f21e";
}
.lnif-reply:before {
  content: "\f21f";
}
.lnif-road-alt:before {
  content: "\f220";
}
.lnif-road:before {
  content: "\f221";
}
.lnif-scooter:before {
  content: "\f222";
}
.lnif-ship:before {
  content: "\f223";
}
.lnif-signal-alt:before {
  content: "\f224";
}
.lnif-signal-slash:before {
  content: "\f225";
}
.lnif-speech-bubble-1:before {
  content: "\f226";
}
.lnif-speech-bubble-15:before {
  content: "\f227";
}
.lnif-speech-bubble-18:before {
  content: "\f228";
}
.lnif-speech-bubble-19:before {
  content: "\f229";
}
.lnif-speech-bubble-20:before {
  content: "\f22a";
}
.lnif-speech-bubble-21:before {
  content: "\f22b";
}
.lnif-speech-bubble-22:before {
  content: "\f22c";
}
.lnif-speech-bubble-23:before {
  content: "\f22d";
}
.lnif-speech-bubble-24:before {
  content: "\f22e";
}
.lnif-speech-bubble-25:before {
  content: "\f22f";
}
.lnif-speech-bubble-26:before {
  content: "\f230";
}
.lnif-speech-bubble-27:before {
  content: "\f231";
}
.lnif-speech-bubble-29:before {
  content: "\f232";
}
.lnif-speech-bubble-31:before {
  content: "\f233";
}
.lnif-speech-bubble-32:before {
  content: "\f234";
}
.lnif-speech-bubble-33-1:before {
  content: "\f235";
}
.lnif-speech-bubble-33:before {
  content: "\f236";
}
.lnif-speech-bubble-34:before {
  content: "\f237";
}
.lnif-speech-bubble-35:before {
  content: "\f238";
}
.lnif-speech-bubble-36:before {
  content: "\f239";
}
.lnif-speech-bubble-37:before {
  content: "\f23a";
}
.lnif-speech-bubble-40:before {
  content: "\f23b";
}
.lnif-speech-bubble-41:before {
  content: "\f23c";
}
.lnif-speech-bubble-42:before {
  content: "\f23d";
}
.lnif-speech-bubble-43:before {
  content: "\f23e";
}
.lnif-speech-bubble-44:before {
  content: "\f23f";
}
.lnif-speech-bubble-45:before {
  content: "\f240";
}
.lnif-speech-bubble-46:before {
  content: "\f241";
}
.lnif-speech-bubble-47:before {
  content: "\f242";
}
.lnif-speech-bubble-8:before {
  content: "\f243";
}
.lnif-speech-bubble-9:before {
  content: "\f244";
}
.lnif-support:before {
  content: "\f245";
}
.lnif-target-mail:before {
  content: "\f246";
}
.lnif-taxi:before {
  content: "\f247";
}
.lnif-train-alt:before {
  content: "\f248";
}
.lnif-wifi-slash:before {
  content: "\f249";
}
.lnif-yacht-2:before {
  content: "\f24a";
}
.lnif-yacht-3:before {
  content: "\f24b";
}
.lnif-yacht:before {
  content: "\f24c";
}
.lnif-axe:before {
  content: "\f24d";
}
.lnif-backhoe:before {
  content: "\f24e";
}
.lnif-barrier-alt:before {
  content: "\f24f";
}
.lnif-boundary:before {
  content: "\f250";
}
.lnif-brick-wall-alt:before {
  content: "\f251";
}
.lnif-brick-wall:before {
  content: "\f252";
}
.lnif-bricks-alt:before {
  content: "\f253";
}
.lnif-bricks:before {
  content: "\f254";
}
.lnif-broom:before {
  content: "\f255";
}
.lnif-building-alt-1:before {
  content: "\f256";
}
.lnif-building-alt-11:before {
  content: "\f257";
}
.lnif-building-alt:before {
  content: "\f258";
}
.lnif-bulldozer:before {
  content: "\f259";
}
.lnif-cement-truck:before {
  content: "\f25a";
}
.lnif-compass-alt:before {
  content: "\f25b";
}
.lnif-cone-alt:before {
  content: "\f25c";
}
.lnif-cone:before {
  content: "\f25d";
}
.lnif-construction-hammer:before {
  content: "\f25e";
}
.lnif-construction-rular:before {
  content: "\f25f";
}
.lnif-crane:before {
  content: "\f260";
}
.lnif-cutter:before {
  content: "\f261";
}
.lnif-demolition:before {
  content: "\f262";
}
.lnif-derrick-alt-1:before {
  content: "\f263";
}
.lnif-derrick-alt-2:before {
  content: "\f264";
}
.lnif-derrick-alt-3:before {
  content: "\f265";
}
.lnif-derrick:before {
  content: "\f266";
}
.lnif-derricks:before {
  content: "\f267";
}
.lnif-door-alt:before {
  content: "\f268";
}
.lnif-door:before {
  content: "\f269";
}
.lnif-doors:before {
  content: "\f26a";
}
.lnif-drill:before {
  content: "\f26b";
}
.lnif-drilling:before {
  content: "\f26c";
}
.lnif-fence-alt:before {
  content: "\f26d";
}
.lnif-flags-alt:before {
  content: "\f26e";
}
.lnif-fuel-truck:before {
  content: "\f26f";
}
.lnif-garbage-truck:before {
  content: "\f270";
}
.lnif-hammer-alt:before {
  content: "\f271";
}
.lnif-hammer:before {
  content: "\f272";
}
.lnif-helmet-alt:before {
  content: "\f273";
}
.lnif-helmet:before {
  content: "\f274";
}
.lnif-hook:before {
  content: "\f275";
}
.lnif-house-alt-1:before {
  content: "\f276";
}
.lnif-house-heart:before {
  content: "\f277";
}
.lnif-house-plan-alt-1:before {
  content: "\f278";
}
.lnif-house-plan-alt-2:before {
  content: "\f279";
}
.lnif-house-plan-alt-4:before {
  content: "\f27a";
}
.lnif-house-plan-alt:before {
  content: "\f27b";
}
.lnif-house-plan:before {
  content: "\f27c";
}
.lnif-house-tree:before {
  content: "\f27d";
}
.lnif-house:before {
  content: "\f27e";
}
.lnif-ladder:before {
  content: "\f27f";
}
.lnif-magnet-alt:before {
  content: "\f280";
}
.lnif-measuring-tape:before {
  content: "\f281";
}
.lnif-paint-bucket-alt:before {
  content: "\f282";
}
.lnif-paint-bucket:before {
  content: "\f283";
}
.lnif-paint-roller-alt-1:before {
  content: "\f284";
}
.lnif-paint-roller-alt-2:before {
  content: "\f285";
}
.lnif-paint-roller-alt:before {
  content: "\f286";
}
.lnif-paint-roller:before {
  content: "\f287";
}
.lnif-pipe:before {
  content: "\f288";
}
.lnif-pulley:before {
  content: "\f289";
}
.lnif-repair-tools:before {
  content: "\f28a";
}
.lnif-ruler-alt-1:before {
  content: "\f28b";
}
.lnif-ruler-alt:before {
  content: "\f28c";
}
.lnif-ruler-pencil:before {
  content: "\f28d";
}
.lnif-ruler:before {
  content: "\f28e";
}
.lnif-saw-alt:before {
  content: "\f28f";
}
.lnif-saw:before {
  content: "\f290";
}
.lnif-screw-alt:before {
  content: "\f291";
}
.lnif-screw:before {
  content: "\f292";
}
.lnif-screwdriver:before {
  content: "\f293";
}
.lnif-shovel:before {
  content: "\f294";
}
.lnif-stairs-alt:before {
  content: "\f295";
}
.lnif-stopcock:before {
  content: "\f296";
}
.lnif-toolbox:before {
  content: "\f297";
}
.lnif-tools:before {
  content: "\f298";
}
.lnif-triangle-ruler-1:before {
  content: "\f299";
}
.lnif-triangle-ruler:before {
  content: "\f29a";
}
.lnif-trolley-cart:before {
  content: "\f29b";
}
.lnif-trowel-alt-1:before {
  content: "\f29c";
}
.lnif-trowel:before {
  content: "\f29d";
}
.lnif-truck-alt-1:before {
  content: "\f29e";
}
.lnif-truck-alt:before {
  content: "\f29f";
}
.lnif-truck-load:before {
  content: "\f2a0";
}
.lnif-wheelbarrow-alt:before {
  content: "\f2a1";
}
.lnif-wheelbarrow:before {
  content: "\f2a2";
}
.lnif-wrench:before {
  content: "\f2a3";
}
.lnif-atm-alt-1:before {
  content: "\f2a4";
}
.lnif-atm-alt:before {
  content: "\f2a5";
}
.lnif-atm:before {
  content: "\f2a6";
}
.lnif-bank-alt-1:before {
  content: "\f2a7";
}
.lnif-bank-alt:before {
  content: "\f2a8";
}
.lnif-bank:before {
  content: "\f2a9";
}
.lnif-bitcoin-chip:before {
  content: "\f2aa";
}
.lnif-bitcoin-cloud:before {
  content: "\f2ab";
}
.lnif-bitcoin-laptop:before {
  content: "\f2ac";
}
.lnif-bitcoin-up:before {
  content: "\f2ad";
}
.lnif-bitcoin-website:before {
  content: "\f2ae";
}
.lnif-briefcase-bitcoin:before {
  content: "\f2af";
}
.lnif-calculator-alt-1:before {
  content: "\f2b0";
}
.lnif-calculator-alt-2-1:before {
  content: "\f2b1";
}
.lnif-calculator-alt-2:before {
  content: "\f2b2";
}
.lnif-calculator:before {
  content: "\f2b3";
}
.lnif-cent:before {
  content: "\f2b4";
}
.lnif-check-alt-1:before {
  content: "\f2b5";
}
.lnif-check-alt-2:before {
  content: "\f2b6";
}
.lnif-check-alt:before {
  content: "\f2b7";
}
.lnif-clock-dollar:before {
  content: "\f2b8";
}
.lnif-coin:before {
  content: "\f2b9";
}
.lnif-coins:before {
  content: "\f2ba";
}
.lnif-credit-card:before {
  content: "\f2bb";
}
.lnif-credit-cards:before {
  content: "\f2bc";
}
.lnif-diamond-alt:before {
  content: "\f2bd";
}
.lnif-diamond-shape:before {
  content: "\f2be";
}
.lnif-dollar-bag-1:before {
  content: "\f2bf";
}
.lnif-dollar-card:before {
  content: "\f2c0";
}
.lnif-dollar-connect:before {
  content: "\f2c1";
}
.lnif-dollar-down:before {
  content: "\f2c2";
}
.lnif-dollar-euro-exchange:before {
  content: "\f2c3";
}
.lnif-dollar-eye:before {
  content: "\f2c4";
}
.lnif-dollar-up:before {
  content: "\f2c5";
}
.lnif-dollar-value-down:before {
  content: "\f2c6";
}
.lnif-dollar-value-up:before {
  content: "\f2c7";
}
.lnif-dollar:before {
  content: "\f2c8";
}
.lnif-euro-card:before {
  content: "\f2c9";
}
.lnif-euro-coin:before {
  content: "\f2ca";
}
.lnif-euro-down-1:before {
  content: "\f2cb";
}
.lnif-euro-down:before {
  content: "\f2cc";
}
.lnif-euro-up:before {
  content: "\f2cd";
}
.lnif-gold-bar:before {
  content: "\f2ce";
}
.lnif-head-idea:before {
  content: "\f2cf";
}
.lnif-hourglass-dollar:before {
  content: "\f2d0";
}
.lnif-manager:before {
  content: "\f2d1";
}
.lnif-mobile-coin-taka:before {
  content: "\f2d2";
}
.lnif-mobile-coin:before {
  content: "\f2d3";
}
.lnif-money-bag:before {
  content: "\f2d4";
}
.lnif-money-envelope:before {
  content: "\f2d5";
}
.lnif-money-location:before {
  content: "\f2d6";
}
.lnif-money-protection-alt:before {
  content: "\f2d7";
}
.lnif-money-protection:before {
  content: "\f2d8";
}
.lnif-money-stash:before {
  content: "\f2d9";
}
.lnif-nfc:before {
  content: "\f2da";
}
.lnif-payment-terminal:before {
  content: "\f2db";
}
.lnif-phone-call-dollar:before {
  content: "\f2dc";
}
.lnif-placeholder-euro:before {
  content: "\f2dd";
}
.lnif-placeholder-pound:before {
  content: "\f2de";
}
.lnif-placeholder-ruble:before {
  content: "\f2df";
}
.lnif-pound-card:before {
  content: "\f2e0";
}
.lnif-pound-coin:before {
  content: "\f2e1";
}
.lnif-pound-down:before {
  content: "\f2e2";
}
.lnif-pound-sterling-2:before {
  content: "\f2e3";
}
.lnif-pound-sterling:before {
  content: "\f2e4";
}
.lnif-pound-up:before {
  content: "\f2e5";
}
.lnif-pound:before {
  content: "\f2e6";
}
.lnif-profit:before {
  content: "\f2e7";
}
.lnif-property-balance:before {
  content: "\f2e8";
}
.lnif-ruble-down:before {
  content: "\f2e9";
}
.lnif-ruble-up:before {
  content: "\f2ea";
}
.lnif-ruble:before {
  content: "\f2eb";
}
.lnif-rupee-card:before {
  content: "\f2ec";
}
.lnif-rupee-coin:before {
  content: "\f2ed";
}
.lnif-rupee-down:before {
  content: "\f2ee";
}
.lnif-rupee-up:before {
  content: "\f2ef";
}
.lnif-rupee:before {
  content: "\f2f0";
}
.lnif-safe-box:before {
  content: "\f2f1";
}
.lnif-safe-deposit:before {
  content: "\f2f2";
}
.lnif-safebox-1:before {
  content: "\f2f3";
}
.lnif-safebox-2:before {
  content: "\f2f4";
}
.lnif-savings:before {
  content: "\f2f5";
}
.lnif-shekel:before {
  content: "\f2f6";
}
.lnif-smartphone-stat:before {
  content: "\f2f7";
}
.lnif-statistics:before {
  content: "\f2f8";
}
.lnif-taka-card:before {
  content: "\f2f9";
}
.lnif-taka-coin:before {
  content: "\f2fa";
}
.lnif-taka-down:before {
  content: "\f2fb";
}
.lnif-taka-up:before {
  content: "\f2fc";
}
.lnif-taka:before {
  content: "\f2fd";
}
.lnif-taxes:before {
  content: "\f2fe";
}
.lnif-tree-money:before {
  content: "\f2ff";
}
.lnif-vault:before {
  content: "\f300";
}
.lnif-wallet-alt-1:before {
  content: "\f301";
}
.lnif-wallet:before {
  content: "\f302";
}
.lnif-website-money:before {
  content: "\f303";
}
.lnif-withdraw-money:before {
  content: "\f304";
}
.lnif-yen-card:before {
  content: "\f305";
}
.lnif-yen-coin:before {
  content: "\f306";
}
.lnif-yen-down:before {
  content: "\f307";
}
.lnif-yen-note-1-1:before {
  content: "\f308";
}
.lnif-yen-note-1:before {
  content: "\f309";
}
.lnif-yen-up:before {
  content: "\f30a";
}
.lnif-yen:before {
  content: "\f30b";
}
.lnif-alarm-check:before {
  content: "\f30c";
}
.lnif-alarm-clock-alt:before {
  content: "\f30d";
}
.lnif-alarm-timer:before {
  content: "\f30e";
}
.lnif-bell-add:before {
  content: "\f30f";
}
.lnif-bell-alt-1:before {
  content: "\f310";
}
.lnif-bell-alt-11:before {
  content: "\f311";
}
.lnif-bell-alt:before {
  content: "\f312";
}
.lnif-bell-mute:before {
  content: "\f313";
}
.lnif-bell-remove:before {
  content: "\f314";
}
.lnif-bell-sleep:before {
  content: "\f315";
}
.lnif-browser-timer:before {
  content: "\f316";
}
.lnif-calender-minus:before {
  content: "\f317";
}
.lnif-clock-alt-1:before {
  content: "\f318";
}
.lnif-clock-alt:before {
  content: "\f319";
}
.lnif-half-an-hour:before {
  content: "\f31a";
}
.lnif-half-time:before {
  content: "\f31b";
}
.lnif-history:before {
  content: "\f31c";
}
.lnif-hour:before {
  content: "\f31d";
}
.lnif-hourglass-alt:before {
  content: "\f31e";
}
.lnif-laptop-timer:before {
  content: "\f31f";
}
.lnif-notification-alt-1:before {
  content: "\f320";
}
.lnif-notification:before {
  content: "\f321";
}
.lnif-quarter-alt-1:before {
  content: "\f322";
}
.lnif-quarter-alt:before {
  content: "\f323";
}
.lnif-secure-time:before {
  content: "\f324";
}
.lnif-smartphone-watch-alt:before {
  content: "\f325";
}
.lnif-smartwatch-alt:before {
  content: "\f326";
}
.lnif-three-querters-alt:before {
  content: "\f327";
}
.lnif-three-querters:before {
  content: "\f328";
}
.lnif-time-folder:before {
  content: "\f329";
}
.lnif-time-settings-1:before {
  content: "\f32a";
}
.lnif-time-settings:before {
  content: "\f32b";
}
.lnif-time-share:before {
  content: "\f32c";
}
.lnif-time:before {
  content: "\f32d";
}
.lnif-timer-alt:before {
  content: "\f32e";
}
.lnif-timer-chat:before {
  content: "\f32f";
}
.lnif-timer-desktop-alt:before {
  content: "\f330";
}
.lnif-timer-desktop:before {
  content: "\f331";
}
.lnif-wristwatch-alt:before {
  content: "\f332";
}
.lnif-wristwatch:before {
  content: "\f333";
}
.lnif-add-anchor-point:before {
  content: "\f334";
}
.lnif-align-left-1:before {
  content: "\f335";
}
.lnif-align-left-2:before {
  content: "\f336";
}
.lnif-align-left-3:before {
  content: "\f337";
}
.lnif-align-left:before {
  content: "\f338";
}
.lnif-align-right-1:before {
  content: "\f339";
}
.lnif-align-right-2:before {
  content: "\f33a";
}
.lnif-align-right:before {
  content: "\f33b";
}
.lnif-arc:before {
  content: "\f33c";
}
.lnif-book-font:before {
  content: "\f33d";
}
.lnif-bottom-1:before {
  content: "\f33e";
}
.lnif-bottom:before {
  content: "\f33f";
}
.lnif-brush-alt:before {
  content: "\f340";
}
.lnif-brush:before {
  content: "\f341";
}
.lnif-center-align-1:before {
  content: "\f342";
}
.lnif-center-align-2:before {
  content: "\f343";
}
.lnif-center-align-3:before {
  content: "\f344";
}
.lnif-center-align-4:before {
  content: "\f345";
}
.lnif-center-align-5:before {
  content: "\f346";
}
.lnif-center-align-6:before {
  content: "\f347";
}
.lnif-center-align:before {
  content: "\f348";
}
.lnif-circle-dashed:before {
  content: "\f349";
}
.lnif-cloud-slash:before {
  content: "\f34a";
}
.lnif-color-palette:before {
  content: "\f34b";
}
.lnif-columns-1:before {
  content: "\f34c";
}
.lnif-columns-11:before {
  content: "\f34d";
}
.lnif-columns-2:before {
  content: "\f34e";
}
.lnif-columns:before {
  content: "\f34f";
}
.lnif-corner:before {
  content: "\f350";
}
.lnif-corners:before {
  content: "\f351";
}
.lnif-crop:before {
  content: "\f352";
}
.lnif-delete-anchor-point:before {
  content: "\f353";
}
.lnif-down-align-1:before {
  content: "\f354";
}
.lnif-down-align-2:before {
  content: "\f355";
}
.lnif-down-align-3:before {
  content: "\f356";
}
.lnif-down-align:before {
  content: "\f357";
}
.lnif-ellipse:before {
  content: "\f358";
}
.lnif-eye-slash:before {
  content: "\f359";
}
.lnif-eye:before {
  content: "\f35a";
}
.lnif-free-transform:before {
  content: "\f35b";
}
.lnif-grid-1:before {
  content: "\f35c";
}
.lnif-grid-2-plus:before {
  content: "\f35d";
}
.lnif-grid-alt-1:before {
  content: "\f35e";
}
.lnif-grid-alt:before {
  content: "\f35f";
}
.lnif-grid:before {
  content: "\f360";
}
.lnif-header-1:before {
  content: "\f361";
}
.lnif-header:before {
  content: "\f362";
}
.lnif-highlight-alt:before {
  content: "\f363";
}
.lnif-highlight:before {
  content: "\f364";
}
.lnif-image-crop:before {
  content: "\f365";
}
.lnif-inner-align:before {
  content: "\f366";
}
.lnif-intersection:before {
  content: "\f367";
}
.lnif-layers-alt-1:before {
  content: "\f368";
}
.lnif-layers-alt:before {
  content: "\f369";
}
.lnif-layers:before {
  content: "\f36a";
}
.lnif-layout-1:before {
  content: "\f36b";
}
.lnif-layout-2:before {
  content: "\f36c";
}
.lnif-layout-3:before {
  content: "\f36d";
}
.lnif-layout-alt-1:before {
  content: "\f36e";
}
.lnif-layout-alt-2:before {
  content: "\f36f";
}
.lnif-layout-alt:before {
  content: "\f370";
}
.lnif-layout:before {
  content: "\f371";
}
.lnif-magic-wand:before {
  content: "\f372";
}
.lnif-margin:before {
  content: "\f373";
}
.lnif-minus-front:before {
  content: "\f374";
}
.lnif-move:before {
  content: "\f375";
}
.lnif-no-border:before {
  content: "\f376";
}
.lnif-outer-align:before {
  content: "\f377";
}
.lnif-pallet:before {
  content: "\f378";
}
.lnif-panel-1:before {
  content: "\f379";
}
.lnif-panel-2:before {
  content: "\f37a";
}
.lnif-panel-3:before {
  content: "\f37b";
}
.lnif-panel-4:before {
  content: "\f37c";
}
.lnif-panel-5:before {
  content: "\f37d";
}
.lnif-panel:before {
  content: "\f37e";
}
.lnif-poligon:before {
  content: "\f37f";
}
.lnif-resize:before {
  content: "\f380";
}
.lnif-right-align:before {
  content: "\f381";
}
.lnif-rotate-alt:before {
  content: "\f382";
}
.lnif-rotate:before {
  content: "\f383";
}
.lnif-rounded-rectangle:before {
  content: "\f384";
}
.lnif-rows-1:before {
  content: "\f385";
}
.lnif-rows-2:before {
  content: "\f386";
}
.lnif-rows:before {
  content: "\f387";
}
.lnif-scaling:before {
  content: "\f388";
}
.lnif-select-cursor:before {
  content: "\f389";
}
.lnif-shape-builder-tool:before {
  content: "\f38a";
}
.lnif-sidebar-1:before {
  content: "\f38b";
}
.lnif-sidebar:before {
  content: "\f38c";
}
.lnif-size:before {
  content: "\f38d";
}
.lnif-slice:before {
  content: "\f38e";
}
.lnif-spiral-tool:before {
  content: "\f38f";
}
.lnif-transform:before {
  content: "\f390";
}
.lnif-up-align-1:before {
  content: "\f391";
}
.lnif-up-align-2:before {
  content: "\f392";
}
.lnif-up-align-3:before {
  content: "\f393";
}
.lnif-up-align:before {
  content: "\f394";
}
.lnif-ux:before {
  content: "\f395";
}
.lnif-vector-alt:before {
  content: "\f396";
}
.lnif-vector-pen:before {
  content: "\f397";
}
.lnif-vector:before {
  content: "\f398";
}
.lnif-widget-1:before {
  content: "\f399";
}
.lnif-widget-2:before {
  content: "\f39a";
}
.lnif-widget-3:before {
  content: "\f39b";
}
.lnif-widget-4:before {
  content: "\f39c";
}
.lnif-widget-5:before {
  content: "\f39d";
}
.lnif-widget:before {
  content: "\f39e";
}
.lnif-angle-double-down:before {
  content: "\f39f";
}
.lnif-angle-double-left:before {
  content: "\f3a0";
}
.lnif-angle-double-right:before {
  content: "\f3a1";
}
.lnif-angle-double-up:before {
  content: "\f3a2";
}
.lnif-arrow-align-h:before {
  content: "\f3a3";
}
.lnif-arrow-align-v:before {
  content: "\f3a4";
}
.lnif-arrow-double-down:before {
  content: "\f3a5";
}
.lnif-arrow-double-left:before {
  content: "\f3a6";
}
.lnif-arrow-double-right:before {
  content: "\f3a7";
}
.lnif-arrow-double-top:before {
  content: "\f3a8";
}
.lnif-arrow-down-circle:before {
  content: "\f3a9";
}
.lnif-arrow-down:before {
  content: "\f3aa";
}
.lnif-arrow-expand-alt:before {
  content: "\f3ab";
}
.lnif-arrow-expand:before {
  content: "\f3ac";
}
.lnif-arrow-left-circle:before {
  content: "\f3ad";
}
.lnif-arrow-left:before {
  content: "\f3ae";
}
.lnif-arrow-long-down-c:before {
  content: "\f3af";
}
.lnif-arrow-long-down-e-1:before {
  content: "\f3b0";
}
.lnif-arrow-long-down-e:before {
  content: "\f3b1";
}
.lnif-arrow-long-down-r:before {
  content: "\f3b2";
}
.lnif-arrow-long-left-c:before {
  content: "\f3b3";
}
.lnif-arrow-long-left-e:before {
  content: "\f3b4";
}
.lnif-arrow-long-left-i:before {
  content: "\f3b5";
}
.lnif-arrow-long-left-r:before {
  content: "\f3b6";
}
.lnif-arrow-long-right-c:before {
  content: "\f3b7";
}
.lnif-arrow-minimize-alt:before {
  content: "\f3b8";
}
.lnif-arrow-minimize:before {
  content: "\f3b9";
}
.lnif-arrow-right-circle:before {
  content: "\f3ba";
}
.lnif-arrow-right:before {
  content: "\f3bb";
}
.lnif-arrow-top-left:before {
  content: "\f3bc";
}
.lnif-arrow-top-right:before {
  content: "\f3bd";
}
.lnif-arrow-up-circle:before {
  content: "\f3be";
}
.lnif-arrow-up:before {
  content: "\f3bf";
}
.lnif-arrows-break-h:before {
  content: "\f3c0";
}
.lnif-arrows-break-v:before {
  content: "\f3c1";
}
.lnif-arrows-exchange-alt-v-1:before {
  content: "\f3c2";
}
.lnif-arrows-exchange-alt-v:before {
  content: "\f3c3";
}
.lnif-arrows-exchange-alt:before {
  content: "\f3c4";
}
.lnif-arrows-exchange:before {
  content: "\f3c5";
}
.lnif-arrows-expand-down-left:before {
  content: "\f3c6";
}
.lnif-arrows-expand-down-right:before {
  content: "\f3c7";
}
.lnif-arrows-expand-left-alt:before {
  content: "\f3c8";
}
.lnif-arrows-expand-right-alt:before {
  content: "\f3c9";
}
.lnif-arrows-expand-up-left:before {
  content: "\f3ca";
}
.lnif-arrows-expand-up-right:before {
  content: "\f3cb";
}
.lnif-arrows-horizontal:before {
  content: "\f3cc";
}
.lnif-arrows-merge-alt-h:before {
  content: "\f3cd";
}
.lnif-arrows-merge-alt-v:before {
  content: "\f3ce";
}
.lnif-arrows-scroll-h:before {
  content: "\f3cf";
}
.lnif-arrows-scroll-v:before {
  content: "\f3d0";
}
.lnif-arrows-shrink-h:before {
  content: "\f3d1";
}
.lnif-arrows-shrink-v:before {
  content: "\f3d2";
}
.lnif-arrows-vertical:before {
  content: "\f3d3";
}
.lnif-axis:before {
  content: "\f3d4";
}
.lnif-chevron-down-circle:before {
  content: "\f3d5";
}
.lnif-chevron-down:before {
  content: "\f3d6";
}
.lnif-chevron-left-circle:before {
  content: "\f3d7";
}
.lnif-chevron-left:before {
  content: "\f3d8";
}
.lnif-chevron-right-circle:before {
  content: "\f3d9";
}
.lnif-chevron-right:before {
  content: "\f3da";
}
.lnif-chevron-up-circle:before {
  content: "\f3db";
}
.lnif-chevron-up:before {
  content: "\f3dc";
}
.lnif-compass-alt-1:before {
  content: "\f3dd";
}
.lnif-compress:before {
  content: "\f3de";
}
.lnif-corner-double-down-left:before {
  content: "\f3df";
}
.lnif-corner-double-down-right:before {
  content: "\f3e0";
}
.lnif-corner-double-left-down:before {
  content: "\f3e1";
}
.lnif-corner-double-left-up:before {
  content: "\f3e2";
}
.lnif-corner-double-right-down:before {
  content: "\f3e3";
}
.lnif-corner-double-right-up:before {
  content: "\f3e4";
}
.lnif-corner-double-up-left:before {
  content: "\f3e5";
}
.lnif-corner-double-up-right:before {
  content: "\f3e6";
}
.lnif-corner-down-left:before {
  content: "\f3e7";
}
.lnif-corner-down-right:before {
  content: "\f3e8";
}
.lnif-corner-left-down:before {
  content: "\f3e9";
}
.lnif-corner-left-up:before {
  content: "\f3ea";
}
.lnif-corner-right-down:before {
  content: "\f3eb";
}
.lnif-corner-right-up:before {
  content: "\f3ec";
}
.lnif-corner-up-left:before {
  content: "\f3ed";
}
.lnif-corner-up-right:before {
  content: "\f3ee";
}
.lnif-direction-alt:before {
  content: "\f3ef";
}
.lnif-direction-ltr:before {
  content: "\f3f0";
}
.lnif-direction-rtl:before {
  content: "\f3f1";
}
.lnif-direction:before {
  content: "\f3f2";
}
.lnif-down-arrow-box:before {
  content: "\f3f3";
}
.lnif-down-left-arrow-box:before {
  content: "\f3f4";
}
.lnif-down-right-arrow-box:before {
  content: "\f3f5";
}
.lnif-enter:before {
  content: "\f3f6";
}
.lnif-exit-down:before {
  content: "\f3f7";
}
.lnif-exit-up:before {
  content: "\f3f8";
}
.lnif-exit:before {
  content: "\f3f9";
}
.lnif-flag-corner:before {
  content: "\f3fa";
}
.lnif-flags:before {
  content: "\f3fb";
}
.lnif-left-arrow-box:before {
  content: "\f3fc";
}
.lnif-magnifying-glass:before {
  content: "\f3fd";
}
.lnif-merge-horizontal:before {
  content: "\f3fe";
}
.lnif-merge-vertical:before {
  content: "\f3ff";
}
.lnif-motion:before {
  content: "\f400";
}
.lnif-move-down:before {
  content: "\f401";
}
.lnif-move-left:before {
  content: "\f402";
}
.lnif-move-right:before {
  content: "\f403";
}
.lnif-move-task:before {
  content: "\f404";
}
.lnif-move-up:before {
  content: "\f405";
}
.lnif-navigation:before {
  content: "\f406";
}
.lnif-north:before {
  content: "\f407";
}
.lnif-placeholders:before {
  content: "\f408";
}
.lnif-pointer-alt:before {
  content: "\f409";
}
.lnif-pointer-down:before {
  content: "\f40a";
}
.lnif-pointer-left:before {
  content: "\f40b";
}
.lnif-pointer-right:before {
  content: "\f40c";
}
.lnif-pointer-up:before {
  content: "\f40d";
}
.lnif-push-down:before {
  content: "\f40e";
}
.lnif-push-left:before {
  content: "\f40f";
}
.lnif-push-right:before {
  content: "\f410";
}
.lnif-push-up:before {
  content: "\f411";
}
.lnif-right-alt:before {
  content: "\f412";
}
.lnif-right-arrow-box:before {
  content: "\f413";
}
.lnif-right:before {
  content: "\f414";
}
.lnif-route-alt:before {
  content: "\f415";
}
.lnif-route:before {
  content: "\f416";
}
.lnif-scroll-h:before {
  content: "\f417";
}
.lnif-scroll-v:before {
  content: "\f418";
}
.lnif-select-arrow:before {
  content: "\f419";
}
.lnif-select-box:before {
  content: "\f41a";
}
.lnif-select-oval:before {
  content: "\f41b";
}
.lnif-shift-left:before {
  content: "\f41c";
}
.lnif-shift-right:before {
  content: "\f41d";
}
.lnif-signaling:before {
  content: "\f41e";
}
.lnif-straight:before {
  content: "\f41f";
}
.lnif-swap-arrow:before {
  content: "\f420";
}
.lnif-swap-vertical:before {
  content: "\f421";
}
.lnif-top-arrow-box:before {
  content: "\f422";
}
.lnif-top-left-arrow-box:before {
  content: "\f423";
}
.lnif-top-right-arrow-box:before {
  content: "\f424";
}
.lnif-traffic-light:before {
  content: "\f425";
}
.lnif-train-alt-1:before {
  content: "\f426";
}
.lnif-transfer-2:before {
  content: "\f427";
}
.lnif-transfer-alt-2:before {
  content: "\f428";
}
.lnif-transfer-alt:before {
  content: "\f429";
}
.lnif-transfer:before {
  content: "\f42a";
}
.lnif-trending-down:before {
  content: "\f42b";
}
.lnif-trending-up:before {
  content: "\f42c";
}
.lnif-turn:before {
  content: "\f42d";
}
.lnif-walking:before {
  content: "\f42e";
}
.lnif-24-7-alt:before {
  content: "\f42f";
}
.lnif-24-7:before {
  content: "\f430";
}
.lnif-24-hours-truck:before {
  content: "\f431";
}
.lnif-add-basket:before {
  content: "\f432";
}
.lnif-add-cart-1:before {
  content: "\f433";
}
.lnif-add-cart-2-1:before {
  content: "\f434";
}
.lnif-add-cart-2:before {
  content: "\f435";
}
.lnif-add-cart:before {
  content: "\f436";
}
.lnif-aeroplane-delivery:before {
  content: "\f437";
}
.lnif-air-mail:before {
  content: "\f438";
}
.lnif-badge-dollar:before {
  content: "\f439";
}
.lnif-bar-code-search:before {
  content: "\f43a";
}
.lnif-barcode:before {
  content: "\f43b";
}
.lnif-basket-1:before {
  content: "\f43c";
}
.lnif-basket-2:before {
  content: "\f43d";
}
.lnif-bills-1:before {
  content: "\f43e";
}
.lnif-bills:before {
  content: "\f43f";
}
.lnif-box-1:before {
  content: "\f440";
}
.lnif-box-10:before {
  content: "\f441";
}
.lnif-box-2:before {
  content: "\f442";
}
.lnif-box-3:before {
  content: "\f443";
}
.lnif-box-4:before {
  content: "\f444";
}
.lnif-box-5:before {
  content: "\f445";
}
.lnif-box-6:before {
  content: "\f446";
}
.lnif-box-7:before {
  content: "\f447";
}
.lnif-box-8:before {
  content: "\f448";
}
.lnif-box-9:before {
  content: "\f449";
}
.lnif-box-add:before {
  content: "\f44a";
}
.lnif-box-cart:before {
  content: "\f44b";
}
.lnif-box-open:before {
  content: "\f44c";
}
.lnif-box-percentage:before {
  content: "\f44d";
}
.lnif-box-remove:before {
  content: "\f44e";
}
.lnif-boxes:before {
  content: "\f44f";
}
.lnif-calculator-alt:before {
  content: "\f450";
}
.lnif-calculator-card:before {
  content: "\f451";
}
.lnif-calculator-paper:before {
  content: "\f452";
}
.lnif-cargo-mover:before {
  content: "\f453";
}
.lnif-cash:before {
  content: "\f454";
}
.lnif-check-sign:before {
  content: "\f455";
}
.lnif-close-sign:before {
  content: "\f456";
}
.lnif-coins-alt:before {
  content: "\f457";
}
.lnif-commercial-machine:before {
  content: "\f458";
}
.lnif-coupon-scissors:before {
  content: "\f459";
}
.lnif-credit-card-delete:before {
  content: "\f45a";
}
.lnif-credit-card-lock:before {
  content: "\f45b";
}
.lnif-credit-cards-alt:before {
  content: "\f45c";
}
.lnif-cube:before {
  content: "\f45d";
}
.lnif-delivery-truck-1:before {
  content: "\f45e";
}
.lnif-delivery-truck-2:before {
  content: "\f45f";
}
.lnif-delivery-truck-3:before {
  content: "\f460";
}
.lnif-delivery-truck-4:before {
  content: "\f461";
}
.lnif-delivery-truck:before {
  content: "\f462";
}
.lnif-discount-label:before {
  content: "\f463";
}
.lnif-dislike:before {
  content: "\f464";
}
.lnif-dollar-bubble:before {
  content: "\f465";
}
.lnif-dollar-bundle:before {
  content: "\f466";
}
.lnif-dollar-coin-stack:before {
  content: "\f467";
}
.lnif-dollar-monitor:before {
  content: "\f468";
}
.lnif-dollar-settings:before {
  content: "\f469";
}
.lnif-dollar-symbol:before {
  content: "\f46a";
}
.lnif-dollars-gift:before {
  content: "\f46b";
}
.lnif-dump-truck:before {
  content: "\f46c";
}
.lnif-euro-coin-stack:before {
  content: "\f46d";
}
.lnif-express-shopping:before {
  content: "\f46e";
}
.lnif-FAQ:before {
  content: "\f46f";
}
.lnif-fast-delivery:before {
  content: "\f470";
}
.lnif-fuel-truck-alt:before {
  content: "\f471";
}
.lnif-headphones-alt:before {
  content: "\f472";
}
.lnif-id-card:before {
  content: "\f473";
}
.lnif-int-commercial-mail:before {
  content: "\f474";
}
.lnif-int-ecommerce:before {
  content: "\f475";
}
.lnif-invoice-1:before {
  content: "\f476";
}
.lnif-label-new:before {
  content: "\f477";
}
.lnif-label-off:before {
  content: "\f478";
}
.lnif-like-2:before {
  content: "\f479";
}
.lnif-like-3:before {
  content: "\f47a";
}
.lnif-like:before {
  content: "\f47b";
}
.lnif-locked-window:before {
  content: "\f47c";
}
.lnif-mathematics:before {
  content: "\f47d";
}
.lnif-medal-first-alt:before {
  content: "\f47e";
}
.lnif-money-bag-alt:before {
  content: "\f47f";
}
.lnif-money-security:before {
  content: "\f480";
}
.lnif-monitor-dollar-lock:before {
  content: "\f481";
}
.lnif-newspaper:before {
  content: "\f482";
}
.lnif-nfc-symbol:before {
  content: "\f483";
}
.lnif-oil-tanker:before {
  content: "\f484";
}
.lnif-online-shopping:before {
  content: "\f485";
}
.lnif-open-sign:before {
  content: "\f486";
}
.lnif-package-box:before {
  content: "\f487";
}
.lnif-padlock:before {
  content: "\f488";
}
.lnif-paid-sign:before {
  content: "\f489";
}
.lnif-parachute-parcel:before {
  content: "\f48a";
}
.lnif-parcel-air:before {
  content: "\f48b";
}
.lnif-pen-alt:before {
  content: "\f48c";
}
.lnif-percentage-alt:before {
  content: "\f48d";
}
.lnif-percentage-ticket:before {
  content: "\f48e";
}
.lnif-piggy-bank-1-1:before {
  content: "\f48f";
}
.lnif-piggy-bank-1:before {
  content: "\f490";
}
.lnif-piggy-bank:before {
  content: "\f491";
}
.lnif-price-tag-1:before {
  content: "\f492";
}
.lnif-price-tag:before {
  content: "\f493";
}
.lnif-profits:before {
  content: "\f494";
}
.lnif-remove-basket:before {
  content: "\f495";
}
.lnif-remove-cart:before {
  content: "\f496";
}
.lnif-sale-sign:before {
  content: "\f497";
}
.lnif-saving-pig:before {
  content: "\f498";
}
.lnif-search-store:before {
  content: "\f499";
}
.lnif-secure-shopping:before {
  content: "\f49a";
}
.lnif-shield-alt-1:before {
  content: "\f49b";
}
.lnif-shield-alt:before {
  content: "\f49c";
}
.lnif-ship-cargo:before {
  content: "\f49d";
}
.lnif-ship-check:before {
  content: "\f49e";
}
.lnif-ship-container:before {
  content: "\f49f";
}
.lnif-ship-delivery-box-alt-1:before {
  content: "\f4a0";
}
.lnif-ship-delivery-box-alt:before {
  content: "\f4a1";
}
.lnif-ship-delivery-box:before {
  content: "\f4a2";
}
.lnif-ship-down-arrow:before {
  content: "\f4a3";
}
.lnif-ship-favourite:before {
  content: "\f4a4";
}
.lnif-ship-international:before {
  content: "\f4a5";
}
.lnif-ship-locked:before {
  content: "\f4a6";
}
.lnif-ship-reload:before {
  content: "\f4a7";
}
.lnif-ship-search:before {
  content: "\f4a8";
}
.lnif-ship-secure:before {
  content: "\f4a9";
}
.lnif-ship-star:before {
  content: "\f4aa";
}
.lnif-ship-stop:before {
  content: "\f4ab";
}
.lnif-ship-thumbs-up:before {
  content: "\f4ac";
}
.lnif-ship-timer:before {
  content: "\f4ad";
}
.lnif-ship-unknown:before {
  content: "\f4ae";
}
.lnif-ship-up-arrow:before {
  content: "\f4af";
}
.lnif-ship-warning:before {
  content: "\f4b0";
}
.lnif-shopping-bag-1:before {
  content: "\f4b1";
}
.lnif-shopping-bag-10:before {
  content: "\f4b2";
}
.lnif-shopping-bag-11:before {
  content: "\f4b3";
}
.lnif-shopping-bag-12:before {
  content: "\f4b4";
}
.lnif-shopping-bag-13:before {
  content: "\f4b5";
}
.lnif-shopping-bag-14:before {
  content: "\f4b6";
}
.lnif-shopping-bag-15:before {
  content: "\f4b7";
}
.lnif-shopping-bag-16:before {
  content: "\f4b8";
}
.lnif-shopping-bag-17:before {
  content: "\f4b9";
}
.lnif-shopping-bag-2:before {
  content: "\f4ba";
}
.lnif-shopping-bag-3:before {
  content: "\f4bb";
}
.lnif-shopping-bag-4:before {
  content: "\f4bc";
}
.lnif-shopping-bag-5:before {
  content: "\f4bd";
}
.lnif-shopping-bag-6:before {
  content: "\f4be";
}
.lnif-shopping-bag-7:before {
  content: "\f4bf";
}
.lnif-shopping-bag-8:before {
  content: "\f4c0";
}
.lnif-shopping-bag-9:before {
  content: "\f4c1";
}
.lnif-shopping-cart-1:before {
  content: "\f4c2";
}
.lnif-shopping-cart-10:before {
  content: "\f4c3";
}
.lnif-shopping-cart-11:before {
  content: "\f4c4";
}
.lnif-shopping-cart-12:before {
  content: "\f4c5";
}
.lnif-shopping-cart-2:before {
  content: "\f4c6";
}
.lnif-shopping-cart-3:before {
  content: "\f4c7";
}
.lnif-shopping-cart-4:before {
  content: "\f4c8";
}
.lnif-shopping-cart-6:before {
  content: "\f4c9";
}
.lnif-shopping-cart-7:before {
  content: "\f4ca";
}
.lnif-shopping-cart-8:before {
  content: "\f4cb";
}
.lnif-shopping-cart-9:before {
  content: "\f4cc";
}
.lnif-shopping-mobile:before {
  content: "\f4cd";
}
.lnif-sign-pole:before {
  content: "\f4ce";
}
.lnif-star-dollar:before {
  content: "\f4cf";
}
.lnif-telephone-2:before {
  content: "\f4d0";
}
.lnif-telephone-3:before {
  content: "\f4d1";
}
.lnif-trailer:before {
  content: "\f4d2";
}
.lnif-truck-blocked:before {
  content: "\f4d3";
}
.lnif-truck-box-1:before {
  content: "\f4d4";
}
.lnif-truck-box:before {
  content: "\f4d5";
}
.lnif-truck-checked:before {
  content: "\f4d6";
}
.lnif-truck-down-arrow:before {
  content: "\f4d7";
}
.lnif-truck-feedback:before {
  content: "\f4d8";
}
.lnif-truck-global:before {
  content: "\f4d9";
}
.lnif-truck-location:before {
  content: "\f4da";
}
.lnif-truck-private:before {
  content: "\f4db";
}
.lnif-truck-reload:before {
  content: "\f4dc";
}
.lnif-truck-search:before {
  content: "\f4dd";
}
.lnif-truck-secure:before {
  content: "\f4de";
}
.lnif-truck-star:before {
  content: "\f4df";
}
.lnif-truck-timer:before {
  content: "\f4e0";
}
.lnif-truck-unknown:before {
  content: "\f4e1";
}
.lnif-truck-up-arrow:before {
  content: "\f4e2";
}
.lnif-truck-warning:before {
  content: "\f4e3";
}
.lnif-atom:before {
  content: "\f4e4";
}
.lnif-backpack-alt:before {
  content: "\f4e5";
}
.lnif-backpack:before {
  content: "\f4e6";
}
.lnif-beta:before {
  content: "\f4e7";
}
.lnif-blackboard-alt:before {
  content: "\f4e8";
}
.lnif-blackboard:before {
  content: "\f4e9";
}
.lnif-book-2:before {
  content: "\f4ea";
}
.lnif-book-alt:before {
  content: "\f4eb";
}
.lnif-book-open-alt:before {
  content: "\f4ec";
}
.lnif-book-open:before {
  content: "\f4ed";
}
.lnif-book:before {
  content: "\f4ee";
}
.lnif-books-alt:before {
  content: "\f4ef";
}
.lnif-books:before {
  content: "\f4f0";
}
.lnif-brackets:before {
  content: "\f4f1";
}
.lnif-certificate-alt-1:before {
  content: "\f4f2";
}
.lnif-certificate-alt:before {
  content: "\f4f3";
}
.lnif-certificate:before {
  content: "\f4f4";
}
.lnif-classroom-alt:before {
  content: "\f4f5";
}
.lnif-classroom:before {
  content: "\f4f6";
}
.lnif-clipboard:before {
  content: "\f4f7";
}
.lnif-compass:before {
  content: "\f4f8";
}
.lnif-cubes:before {
  content: "\f4f9";
}
.lnif-ebook:before {
  content: "\f4fa";
}
.lnif-eraser-alt:before {
  content: "\f4fb";
}
.lnif-eraser:before {
  content: "\f4fc";
}
.lnif-flask-alt-1:before {
  content: "\f4fd";
}
.lnif-flask-alt-2:before {
  content: "\f4fe";
}
.lnif-flask:before {
  content: "\f4ff";
}
.lnif-geometry:before {
  content: "\f500";
}
.lnif-graduate-alt:before {
  content: "\f501";
}
.lnif-graduate:before {
  content: "\f502";
}
.lnif-graduation:before {
  content: "\f503";
}
.lnif-h2o:before {
  content: "\f504";
}
.lnif-knowledge:before {
  content: "\f505";
}
.lnif-letterblocks:before {
  content: "\f506";
}
.lnif-library:before {
  content: "\f507";
}
.lnif-lockers:before {
  content: "\f508";
}
.lnif-medal-alt:before {
  content: "\f509";
}
.lnif-medal:before {
  content: "\f50a";
}
.lnif-molecule-alt:before {
  content: "\f50b";
}
.lnif-molecule:before {
  content: "\f50c";
}
.lnif-pencil-alt:before {
  content: "\f50d";
}
.lnif-pencil:before {
  content: "\f50e";
}
.lnif-quill:before {
  content: "\f50f";
}
.lnif-school-bench-alt:before {
  content: "\f510";
}
.lnif-school-bench:before {
  content: "\f511";
}
.lnif-school-bus:before {
  content: "\f512";
}
.lnif-sinusoid:before {
  content: "\f513";
}
.lnif-sketchbook:before {
  content: "\f514";
}
.lnif-telescope:before {
  content: "\f515";
}
.lnif-whiteboard-alt-1:before {
  content: "\f516";
}
.lnif-whiteboard-alt-2:before {
  content: "\f517";
}
.lnif-whiteboard-alt:before {
  content: "\f518";
}
.lnif-whiteboard:before {
  content: "\f519";
}
.lnif-world-2:before {
  content: "\f51a";
}
.lnif-world-alt:before {
  content: "\f51b";
}
.lnif-world:before {
  content: "\f51c";
}
.lnif-write:before {
  content: "\f51d";
}
.lnif-bag-1:before {
  content: "\f51e";
}
.lnif-bag:before {
  content: "\f51f";
}
.lnif-blade:before {
  content: "\f520";
}
.lnif-bow-1:before {
  content: "\f521";
}
.lnif-bowtie-alt-3:before {
  content: "\f522";
}
.lnif-bracelet:before {
  content: "\f523";
}
.lnif-briefcase-1:before {
  content: "\f524";
}
.lnif-briefcase-2:before {
  content: "\f525";
}
.lnif-briefcase-3:before {
  content: "\f526";
}
.lnif-briefcase-4:before {
  content: "\f527";
}
.lnif-briefcase:before {
  content: "\f528";
}
.lnif-comb-1:before {
  content: "\f529";
}
.lnif-comb-2:before {
  content: "\f52a";
}
.lnif-comb-3:before {
  content: "\f52b";
}
.lnif-cream-1:before {
  content: "\f52c";
}
.lnif-cream-2:before {
  content: "\f52d";
}
.lnif-cream:before {
  content: "\f52e";
}
.lnif-diadem:before {
  content: "\f52f";
}
.lnif-dress-2:before {
  content: "\f530";
}
.lnif-dress-3:before {
  content: "\f531";
}
.lnif-dress:before {
  content: "\f532";
}
.lnif-flip-flop:before {
  content: "\f533";
}
.lnif-gel:before {
  content: "\f534";
}
.lnif-gift-box:before {
  content: "\f535";
}
.lnif-gift:before {
  content: "\f536";
}
.lnif-glasses-alt-1:before {
  content: "\f537";
}
.lnif-glasses-alt:before {
  content: "\f538";
}
.lnif-hair-2:before {
  content: "\f539";
}
.lnif-hair-curler:before {
  content: "\f53a";
}
.lnif-hair:before {
  content: "\f53b";
}
.lnif-hairdryer:before {
  content: "\f53c";
}
.lnif-handbag-3:before {
  content: "\f53d";
}
.lnif-handbag-4:before {
  content: "\f53e";
}
.lnif-handbag-5:before {
  content: "\f53f";
}
.lnif-handbag-6:before {
  content: "\f540";
}
.lnif-handbag-7:before {
  content: "\f541";
}
.lnif-handbag:before {
  content: "\f542";
}
.lnif-hanger:before {
  content: "\f543";
}
.lnif-hat-1:before {
  content: "\f544";
}
.lnif-hat-2:before {
  content: "\f545";
}
.lnif-hat-3:before {
  content: "\f546";
}
.lnif-hat-4:before {
  content: "\f547";
}
.lnif-hat-5:before {
  content: "\f548";
}
.lnif-hat-alt:before {
  content: "\f549";
}
.lnif-hat:before {
  content: "\f54a";
}
.lnif-high-heel-2:before {
  content: "\f54b";
}
.lnif-high-heel-3:before {
  content: "\f54c";
}
.lnif-high-heel:before {
  content: "\f54d";
}
.lnif-makeup-2-1:before {
  content: "\f54e";
}
.lnif-makeup-2:before {
  content: "\f54f";
}
.lnif-makeup-3:before {
  content: "\f550";
}
.lnif-makeup:before {
  content: "\f551";
}
.lnif-mirror:before {
  content: "\f552";
}
.lnif-mitten:before {
  content: "\f553";
}
.lnif-nail-alt:before {
  content: "\f554";
}
.lnif-nail-polish-1:before {
  content: "\f555";
}
.lnif-nail-polish-2:before {
  content: "\f556";
}
.lnif-nail-polish:before {
  content: "\f557";
}
.lnif-nail:before {
  content: "\f558";
}
.lnif-necklace-alt:before {
  content: "\f559";
}
.lnif-perfume-1:before {
  content: "\f55a";
}
.lnif-perfume-2:before {
  content: "\f55b";
}
.lnif-purse-1:before {
  content: "\f55c";
}
.lnif-purse-alt:before {
  content: "\f55d";
}
.lnif-ring-1:before {
  content: "\f55e";
}
.lnif-ring:before {
  content: "\f55f";
}
.lnif-shirt-1:before {
  content: "\f560";
}
.lnif-shirt-2:before {
  content: "\f561";
}
.lnif-shirt-3:before {
  content: "\f562";
}
.lnif-shirt-4:before {
  content: "\f563";
}
.lnif-shirt-alt:before {
  content: "\f564";
}
.lnif-shoe:before {
  content: "\f565";
}
.lnif-shopping-bag:before {
  content: "\f566";
}
.lnif-shorts:before {
  content: "\f567";
}
.lnif-skirt-1:before {
  content: "\f568";
}
.lnif-skirt-11:before {
  content: "\f569";
}
.lnif-skirt:before {
  content: "\f56a";
}
.lnif-sock:before {
  content: "\f56b";
}
.lnif-tie-alt:before {
  content: "\f56c";
}
.lnif-winter-hat:before {
  content: "\f56d";
}
.lnif-wristwatch-alt-1:before {
  content: "\f56e";
}
.lnif-apple:before {
  content: "\f56f";
}
.lnif-bench:before {
  content: "\f570";
}
.lnif-beverage:before {
  content: "\f571";
}
.lnif-boxing-glove:before {
  content: "\f572";
}
.lnif-chest-press:before {
  content: "\f573";
}
.lnif-contest:before {
  content: "\f574";
}
.lnif-dumbell-alt:before {
  content: "\f575";
}
.lnif-dumbell:before {
  content: "\f576";
}
.lnif-gym-bag:before {
  content: "\f577";
}
.lnif-gym:before {
  content: "\f578";
}
.lnif-hand-grip:before {
  content: "\f579";
}
.lnif-jump-rope:before {
  content: "\f57a";
}
.lnif-kettlebell:before {
  content: "\f57b";
}
.lnif-lifting:before {
  content: "\f57c";
}
.lnif-measure-tape:before {
  content: "\f57d";
}
.lnif-medal-first:before {
  content: "\f57e";
}
.lnif-medicine-ball:before {
  content: "\f57f";
}
.lnif-monitor:before {
  content: "\f580";
}
.lnif-muscles:before {
  content: "\f581";
}
.lnif-no-smoking:before {
  content: "\f582";
}
.lnif-pull-up:before {
  content: "\f583";
}
.lnif-punching-bag:before {
  content: "\f584";
}
.lnif-resistance-band:before {
  content: "\f585";
}
.lnif-rings:before {
  content: "\f586";
}
.lnif-scale:before {
  content: "\f587";
}
.lnif-schedule:before {
  content: "\f588";
}
.lnif-shower:before {
  content: "\f589";
}
.lnif-sleeveless:before {
  content: "\f58a";
}
.lnif-smartwatch:before {
  content: "\f58b";
}
.lnif-stationary-bike-1:before {
  content: "\f58c";
}
.lnif-stationary-bike:before {
  content: "\f58d";
}
.lnif-stopwatch:before {
  content: "\f58e";
}
.lnif-supplement:before {
  content: "\f58f";
}
.lnif-swimming-pool:before {
  content: "\f590";
}
.lnif-tank-top:before {
  content: "\f591";
}
.lnif-towel:before {
  content: "\f592";
}
.lnif-trainers:before {
  content: "\f593";
}
.lnif-trampoline:before {
  content: "\f594";
}
.lnif-treadmill:before {
  content: "\f595";
}
.lnif-tshirt:before {
  content: "\f596";
}
.lnif-underwear:before {
  content: "\f597";
}
.lnif-uniform:before {
  content: "\f598";
}
.lnif-warming-up:before {
  content: "\f599";
}
.lnif-water-bottle:before {
  content: "\f59a";
}
.lnif-whistle:before {
  content: "\f59b";
}
.lnif-yoga-ball:before {
  content: "\f59c";
}
.lnif-yoga-mat-alt:before {
  content: "\f59d";
}
.lnif-yoga-mat:before {
  content: "\f59e";
}
.lnif-apple-alt:before {
  content: "\f59f";
}
.lnif-avocado:before {
  content: "\f5a0";
}
.lnif-bacon:before {
  content: "\f5a1";
}
.lnif-baguette:before {
  content: "\f5a2";
}
.lnif-banana-alt:before {
  content: "\f5a3";
}
.lnif-banana:before {
  content: "\f5a4";
}
.lnif-blender:before {
  content: "\f5a5";
}
.lnif-bowl-alt-1:before {
  content: "\f5a6";
}
.lnif-bowl-alt:before {
  content: "\f5a7";
}
.lnif-bowl:before {
  content: "\f5a8";
}
.lnif-bread:before {
  content: "\f5a9";
}
.lnif-brocolli:before {
  content: "\f5aa";
}
.lnif-burger-alt-1:before {
  content: "\f5ab";
}
.lnif-burger-alt-2:before {
  content: "\f5ac";
}
.lnif-burger-alt:before {
  content: "\f5ad";
}
.lnif-burger-soda:before {
  content: "\f5ae";
}
.lnif-burger:before {
  content: "\f5af";
}
.lnif-cake-slice:before {
  content: "\f5b0";
}
.lnif-carrot:before {
  content: "\f5b1";
}
.lnif-cheese:before {
  content: "\f5b2";
}
.lnif-chef-hat-alt-1-1:before {
  content: "\f5b3";
}
.lnif-chef-hat-alt-1:before {
  content: "\f5b4";
}
.lnif-chef-hat-alt-3:before {
  content: "\f5b5";
}
.lnif-chef-hat-alt:before {
  content: "\f5b6";
}
.lnif-chef-hat:before {
  content: "\f5b7";
}
.lnif-cherry:before {
  content: "\f5b8";
}
.lnif-chicken-leg-alt:before {
  content: "\f5b9";
}
.lnif-chicken-leg:before {
  content: "\f5ba";
}
.lnif-chicken-roast:before {
  content: "\f5bb";
}
.lnif-chilli-sauce:before {
  content: "\f5bc";
}
.lnif-chocolate-bar:before {
  content: "\f5bd";
}
.lnif-cocktail-alt-1:before {
  content: "\f5be";
}
.lnif-cocktail-alt:before {
  content: "\f5bf";
}
.lnif-cocktail:before {
  content: "\f5c0";
}
.lnif-coffee-bean:before {
  content: "\f5c1";
}
.lnif-coffee-cup-alt:before {
  content: "\f5c2";
}
.lnif-coffee-cup:before {
  content: "\f5c3";
}
.lnif-coffee-machine:before {
  content: "\f5c4";
}
.lnif-coffee-pot:before {
  content: "\f5c5";
}
.lnif-cookies:before {
  content: "\f5c6";
}
.lnif-cupcake-alt:before {
  content: "\f5c7";
}
.lnif-cupcake:before {
  content: "\f5c8";
}
.lnif-cutlery-alt-1:before {
  content: "\f5c9";
}
.lnif-cutlery-alt:before {
  content: "\f5ca";
}
.lnif-cutlery:before {
  content: "\f5cb";
}
.lnif-dinner-table:before {
  content: "\f5cc";
}
.lnif-dinner:before {
  content: "\f5cd";
}
.lnif-donut:before {
  content: "\f5ce";
}
.lnif-french-fries:before {
  content: "\f5cf";
}
.lnif-fresh-juice:before {
  content: "\f5d0";
}
.lnif-grape:before {
  content: "\f5d1";
}
.lnif-guava:before {
  content: "\f5d2";
}
.lnif-hotdog:before {
  content: "\f5d3";
}
.lnif-ice-cream-alt-1-1:before {
  content: "\f5d4";
}
.lnif-ice-cream-alt-1:before {
  content: "\f5d5";
}
.lnif-ice-cream-alt:before {
  content: "\f5d6";
}
.lnif-ice-cream:before {
  content: "\f5d7";
}
.lnif-juice:before {
  content: "\f5d8";
}
.lnif-lemon:before {
  content: "\f5d9";
}
.lnif-lollipop:before {
  content: "\f5da";
}
.lnif-lychee:before {
  content: "\f5db";
}
.lnif-meat:before {
  content: "\f5dc";
}
.lnif-milk-bottole:before {
  content: "\f5dd";
}
.lnif-noodles:before {
  content: "\f5de";
}
.lnif-orange:before {
  content: "\f5df";
}
.lnif-paddy:before {
  content: "\f5e0";
}
.lnif-pancake:before {
  content: "\f5e1";
}
.lnif-pear:before {
  content: "\f5e2";
}
.lnif-pepper-hot:before {
  content: "\f5e3";
}
.lnif-pineapple:before {
  content: "\f5e4";
}
.lnif-pizza-alt:before {
  content: "\f5e5";
}
.lnif-pizza:before {
  content: "\f5e6";
}
.lnif-plate:before {
  content: "\f5e7";
}
.lnif-popcorn:before {
  content: "\f5e8";
}
.lnif-restaurant-table:before {
  content: "\f5e9";
}
.lnif-restaurant:before {
  content: "\f5ea";
}
.lnif-satay:before {
  content: "\f5eb";
}
.lnif-service-alt:before {
  content: "\f5ec";
}
.lnif-service:before {
  content: "\f5ed";
}
.lnif-silverware:before {
  content: "\f5ee";
}
.lnif-soup:before {
  content: "\f5ef";
}
.lnif-spatula:before {
  content: "\f5f0";
}
.lnif-steak:before {
  content: "\f5f1";
}
.lnif-strawberry:before {
  content: "\f5f2";
}
.lnif-stroopwafel:before {
  content: "\f5f3";
}
.lnif-taco:before {
  content: "\f5f4";
}
.lnif-toilet:before {
  content: "\f5f5";
}
.lnif-watermelon:before {
  content: "\f5f6";
}
.lnif-wine-glass-1:before {
  content: "\f5f7";
}
.lnif-wine-glass:before {
  content: "\f5f8";
}
.lnif-air-conditioner-alt:before {
  content: "\f5f9";
}
.lnif-bath-tub-1:before {
  content: "\f5fa";
}
.lnif-bath-tub:before {
  content: "\f5fb";
}
.lnif-bed-1:before {
  content: "\f5fc";
}
.lnif-bed-2:before {
  content: "\f5fd";
}
.lnif-bed-3:before {
  content: "\f5fe";
}
.lnif-bed-5:before {
  content: "\f5ff";
}
.lnif-bed-6:before {
  content: "\f600";
}
.lnif-bed-7:before {
  content: "\f601";
}
.lnif-bed:before {
  content: "\f602";
}
.lnif-bookshelf-1:before {
  content: "\f603";
}
.lnif-bookshelf-2:before {
  content: "\f604";
}
.lnif-bookshelf-3:before {
  content: "\f605";
}
.lnif-bookshelf:before {
  content: "\f606";
}
.lnif-cabinet-1:before {
  content: "\f607";
}
.lnif-cabinet:before {
  content: "\f608";
}
.lnif-chair-1:before {
  content: "\f609";
}
.lnif-chair-3:before {
  content: "\f60a";
}
.lnif-chair-4:before {
  content: "\f60b";
}
.lnif-chair:before {
  content: "\f60c";
}
.lnif-chest-of-drawers-1:before {
  content: "\f60d";
}
.lnif-chest-of-drawers-2:before {
  content: "\f60e";
}
.lnif-chest-of-drawers-3:before {
  content: "\f60f";
}
.lnif-chest-of-drawers-4:before {
  content: "\f610";
}
.lnif-chest-of-drawers-5:before {
  content: "\f611";
}
.lnif-chest-of-drawers-6:before {
  content: "\f612";
}
.lnif-chest-of-drawers:before {
  content: "\f613";
}
.lnif-clean:before {
  content: "\f614";
}
.lnif-closet-1:before {
  content: "\f615";
}
.lnif-closet-2-1:before {
  content: "\f616";
}
.lnif-closet-2:before {
  content: "\f617";
}
.lnif-closet-3:before {
  content: "\f618";
}
.lnif-closet-4:before {
  content: "\f619";
}
.lnif-closet-5:before {
  content: "\f61a";
}
.lnif-closet:before {
  content: "\f61b";
}
.lnif-couch:before {
  content: "\f61c";
}
.lnif-cradle:before {
  content: "\f61d";
}
.lnif-cupboard:before {
  content: "\f61e";
}
.lnif-desk-alt-1:before {
  content: "\f61f";
}
.lnif-desk-chair:before {
  content: "\f620";
}
.lnif-dressing-table:before {
  content: "\f621";
}
.lnif-elegant-table-1:before {
  content: "\f622";
}
.lnif-elegant-table-2:before {
  content: "\f623";
}
.lnif-elegant-table-3:before {
  content: "\f624";
}
.lnif-elegant-table-4:before {
  content: "\f625";
}
.lnif-fridge:before {
  content: "\f626";
}
.lnif-hanger-alt-1:before {
  content: "\f627";
}
.lnif-hanger-alt:before {
  content: "\f628";
}
.lnif-home-1:before {
  content: "\f629";
}
.lnif-home-2:before {
  content: "\f62a";
}
.lnif-iron-table:before {
  content: "\f62b";
}
.lnif-juicer:before {
  content: "\f62c";
}
.lnif-lamp-1:before {
  content: "\f62d";
}
.lnif-lamp-2:before {
  content: "\f62e";
}
.lnif-lamp:before {
  content: "\f62f";
}
.lnif-light-bulb:before {
  content: "\f630";
}
.lnif-light-stand:before {
  content: "\f631";
}
.lnif-light-umbrella:before {
  content: "\f632";
}
.lnif-locker:before {
  content: "\f633";
}
.lnif-microwave:before {
  content: "\f634";
}
.lnif-mirror-1:before {
  content: "\f635";
}
.lnif-mirror-2:before {
  content: "\f636";
}
.lnif-office-cabinet:before {
  content: "\f637";
}
.lnif-office-desk:before {
  content: "\f638";
}
.lnif-oven:before {
  content: "\f639";
}
.lnif-picture:before {
  content: "\f63a";
}
.lnif-refrigerator:before {
  content: "\f63b";
}
.lnif-sofa-1:before {
  content: "\f63c";
}
.lnif-sofa-2:before {
  content: "\f63d";
}
.lnif-sofa-3:before {
  content: "\f63e";
}
.lnif-sofa-4:before {
  content: "\f63f";
}
.lnif-sofa-5:before {
  content: "\f640";
}
.lnif-sofa-6:before {
  content: "\f641";
}
.lnif-sofa-7:before {
  content: "\f642";
}
.lnif-sofa-8:before {
  content: "\f643";
}
.lnif-sofa-9:before {
  content: "\f644";
}
.lnif-stairs:before {
  content: "\f645";
}
.lnif-stove:before {
  content: "\f646";
}
.lnif-table-1:before {
  content: "\f647";
}
.lnif-table-2:before {
  content: "\f648";
}
.lnif-table-3:before {
  content: "\f649";
}
.lnif-table-4:before {
  content: "\f64a";
}
.lnif-table-5:before {
  content: "\f64b";
}
.lnif-table-fan:before {
  content: "\f64c";
}
.lnif-table-lamp-1:before {
  content: "\f64d";
}
.lnif-table-lamp-2:before {
  content: "\f64e";
}
.lnif-table-lamp:before {
  content: "\f64f";
}
.lnif-wall-drawer:before {
  content: "\f650";
}
.lnif-wardrobe:before {
  content: "\f651";
}
.lnif-washing-machine:before {
  content: "\f652";
}
.lnif-weight-machine-alt:before {
  content: "\f653";
}
.lnif-window-1:before {
  content: "\f654";
}
.lnif-window-2:before {
  content: "\f655";
}
.lnif-window-3:before {
  content: "\f656";
}
.lnif-window:before {
  content: "\f657";
}
.lnif-circle-alt:before {
  content: "\f658";
}
.lnif-dots:before {
  content: "\f659";
}
.lnif-hexagons-1:before {
  content: "\f65a";
}
.lnif-hexagons:before {
  content: "\f65b";
}
.lnif-rhombus:before {
  content: "\f65c";
}
.lnif-squares-1:before {
  content: "\f65d";
}
.lnif-squares-3:before {
  content: "\f65e";
}
.lnif-squares:before {
  content: "\f65f";
}
.lnif-triangle-3:before {
  content: "\f660";
}
.lnif-triangle-4:before {
  content: "\f661";
}
.lnif-triangle-5:before {
  content: "\f662";
}
.lnif-triangle-6:before {
  content: "\f663";
}
.lnif-triangle-7:before {
  content: "\f664";
}
.lnif-triangle-8:before {
  content: "\f665";
}
.lnif-triangle-9:before {
  content: "\f666";
}
.lnif-triangle-alt:before {
  content: "\f667";
}
.lnif-triangles:before {
  content: "\f668";
}
.lnif-add-file:before {
  content: "\f669";
}
.lnif-barrier:before {
  content: "\f66a";
}
.lnif-bolt-alt:before {
  content: "\f66b";
}
.lnif-bolt:before {
  content: "\f66c";
}
.lnif-bookmark-alt-1:before {
  content: "\f66d";
}
.lnif-checkmark-circle:before {
  content: "\f66e";
}
.lnif-checkmark:before {
  content: "\f66f";
}
.lnif-circle-minus:before {
  content: "\f670";
}
.lnif-circle-plus:before {
  content: "\f671";
}
.lnif-circle:before {
  content: "\f672";
}
.lnif-close:before {
  content: "\f673";
}
.lnif-command:before {
  content: "\f674";
}
.lnif-copyright:before {
  content: "\f675";
}
.lnif-cross-circle:before {
  content: "\f676";
}
.lnif-electricity:before {
  content: "\f677";
}
.lnif-eye-alt-1:before {
  content: "\f678";
}
.lnif-eye-alt:before {
  content: "\f679";
}
.lnif-filterslider:before {
  content: "\f67a";
}
.lnif-find:before {
  content: "\f67b";
}
.lnif-fingerprint-1:before {
  content: "\f67c";
}
.lnif-fingerprint-3:before {
  content: "\f67d";
}
.lnif-flag-alt:before {
  content: "\f67e";
}
.lnif-flag:before {
  content: "\f67f";
}
.lnif-funnel-alt-1:before {
  content: "\f680";
}
.lnif-funnel-alt-2:before {
  content: "\f681";
}
.lnif-funnel-alt:before {
  content: "\f682";
}
.lnif-funnel:before {
  content: "\f683";
}
.lnif-hand:before {
  content: "\f684";
}
.lnif-hashtag:before {
  content: "\f685";
}
.lnif-heart:before {
  content: "\f686";
}
.lnif-help:before {
  content: "\f687";
}
.lnif-hotel-sign:before {
  content: "\f688";
}
.lnif-idea-alt:before {
  content: "\f689";
}
.lnif-identity:before {
  content: "\f68a";
}
.lnif-infinite:before {
  content: "\f68b";
}
.lnif-info-circle:before {
  content: "\f68c";
}
.lnif-information:before {
  content: "\f68d";
}
.lnif-invention:before {
  content: "\f68e";
}
.lnif-key-alt-1:before {
  content: "\f68f";
}
.lnif-key-alt-2:before {
  content: "\f690";
}
.lnif-key-alt-3:before {
  content: "\f691";
}
.lnif-key-alt:before {
  content: "\f692";
}
.lnif-key:before {
  content: "\f693";
}
.lnif-layers-alt-3:before {
  content: "\f694";
}
.lnif-lifering:before {
  content: "\f695";
}
.lnif-list-alt-1:before {
  content: "\f696";
}
.lnif-list-alt:before {
  content: "\f697";
}
.lnif-list:before {
  content: "\f698";
}
.lnif-lock-alt-1:before {
  content: "\f699";
}
.lnif-lock-alt-2:before {
  content: "\f69a";
}
.lnif-lock-alt-3:before {
  content: "\f69b";
}
.lnif-lock-alt:before {
  content: "\f69c";
}
.lnif-lock:before {
  content: "\f69d";
}
.lnif-minus:before {
  content: "\f69e";
}
.lnif-more-alt-1:before {
  content: "\f69f";
}
.lnif-more:before {
  content: "\f6a0";
}
.lnif-music-note:before {
  content: "\f6a1";
}
.lnif-music:before {
  content: "\f6a2";
}
.lnif-notification-alt:before {
  content: "\f6a3";
}
.lnif-passport-2:before {
  content: "\f6a4";
}
.lnif-passport-3:before {
  content: "\f6a5";
}
.lnif-passport-4:before {
  content: "\f6a6";
}
.lnif-passport-alt:before {
  content: "\f6a7";
}
.lnif-passport:before {
  content: "\f6a8";
}
.lnif-playlist-alt:before {
  content: "\f6a9";
}
.lnif-playlist:before {
  content: "\f6aa";
}
.lnif-plus:before {
  content: "\f6ab";
}
.lnif-pointer:before {
  content: "\f6ac";
}
.lnif-portfolio:before {
  content: "\f6ad";
}
.lnif-portfolio2:before {
  content: "\f6ae";
}
.lnif-power-switch:before {
  content: "\f6af";
}
.lnif-protection:before {
  content: "\f6b0";
}
.lnif-question-circle:before {
  content: "\f6b1";
}
.lnif-radio-button:before {
  content: "\f6b2";
}
.lnif-record:before {
  content: "\f6b3";
}
.lnif-round-box-check:before {
  content: "\f6b4";
}
.lnif-round-box-cross:before {
  content: "\f6b5";
}
.lnif-round-box-minus:before {
  content: "\f6b6";
}
.lnif-round-box-plus:before {
  content: "\f6b7";
}
.lnif-search-location:before {
  content: "\f6b8";
}
.lnif-shield-alt-1-check:before {
  content: "\f6b9";
}
.lnif-shield-alt-1:before {
  content: "\f6ba";
}
.lnif-shield-alt-2-1:before {
  content: "\f6bb";
}
.lnif-shield-alt-2-check-1:before {
  content: "\f6bc";
}
.lnif-shield-alt-2-check:before {
  content: "\f6bd";
}
.lnif-shield-alt-2:before {
  content: "\f6be";
}
.lnif-shield-alt-3:before {
  content: "\f6bf";
}
.lnif-shield:before {
  content: "\f6c0";
}
.lnif-sign-language-alt:before {
  content: "\f6c1";
}
.lnif-sign-language:before {
  content: "\f6c2";
}
.lnif-sort:before {
  content: "\f6c3";
}
.lnif-switch:before {
  content: "\f6c4";
}
.lnif-target-alt-3:before {
  content: "\f6c5";
}
.lnif-teabag:before {
  content: "\f6c6";
}
.lnif-thumbs-down-alt:before {
  content: "\f6c7";
}
.lnif-thumbs-down:before {
  content: "\f6c8";
}
.lnif-thumbs-up-alt:before {
  content: "\f6c9";
}
.lnif-thumbs-up:before {
  content: "\f6ca";
}
.lnif-thunderbolt:before {
  content: "\f6cb";
}
.lnif-ticket-alt-1:before {
  content: "\f6cc";
}
.lnif-ticket-alt-2:before {
  content: "\f6cd";
}
.lnif-ticket-alt-3:before {
  content: "\f6ce";
}
.lnif-ticket-alt-4:before {
  content: "\f6cf";
}
.lnif-ticket-alt-5:before {
  content: "\f6d0";
}
.lnif-ticket-alt:before {
  content: "\f6d1";
}
.lnif-ticket:before {
  content: "\f6d2";
}
.lnif-trademark:before {
  content: "\f6d3";
}
.lnif-unlock:before {
  content: "\f6d4";
}
.lnif-video-call-2:before {
  content: "\f6d5";
}
.lnif-video-call:before {
  content: "\f6d6";
}
.lnif-vote:before {
  content: "\f6d7";
}
.lnif-warning:before {
  content: "\f6d8";
}
.lnif-court:before {
  content: "\f6d9";
}
.lnif-jail:before {
  content: "\f6da";
}
.lnif-jurisdiction:before {
  content: "\f6db";
}
.lnif-jury:before {
  content: "\f6dc";
}
.lnif-law-book:before {
  content: "\f6dd";
}
.lnif-police-badge:before {
  content: "\f6de";
}
.lnif-analytics-chat:before {
  content: "\f6df";
}
.lnif-analytics:before {
  content: "\f6e0";
}
.lnif-bar-chart-1:before {
  content: "\f6e1";
}
.lnif-bar-chart:before {
  content: "\f6e2";
}
.lnif-bar-check:before {
  content: "\f6e3";
}
.lnif-billboard-alt:before {
  content: "\f6e4";
}
.lnif-billboard:before {
  content: "\f6e5";
}
.lnif-envelope-open-text:before {
  content: "\f6e6";
}
.lnif-gift-card:before {
  content: "\f6e7";
}
.lnif-graph-alt-1:before {
  content: "\f6e8";
}
.lnif-graph-alt-2:before {
  content: "\f6e9";
}
.lnif-graph-alt-3:before {
  content: "\f6ea";
}
.lnif-graph-alt-4:before {
  content: "\f6eb";
}
.lnif-graph-alt:before {
  content: "\f6ec";
}
.lnif-graph-decrease:before {
  content: "\f6ed";
}
.lnif-graph-increase:before {
  content: "\f6ee";
}
.lnif-graph:before {
  content: "\f6ef";
}
.lnif-hand-chart:before {
  content: "\f6f0";
}
.lnif-keyword-research:before {
  content: "\f6f1";
}
.lnif-lightbulb-exclamation:before {
  content: "\f6f2";
}
.lnif-magnifying-glass-dollar:before {
  content: "\f6f3";
}
.lnif-network-alt:before {
  content: "\f6f4";
}
.lnif-network:before {
  content: "\f6f5";
}
.lnif-pie-chart-alt-1:before {
  content: "\f6f6";
}
.lnif-pyramid-decrease:before {
  content: "\f6f7";
}
.lnif-pyramid-increase:before {
  content: "\f6f8";
}
.lnif-pyramid:before {
  content: "\f6f9";
}
.lnif-rook:before {
  content: "\f6fa";
}
.lnif-seo-alt:before {
  content: "\f6fb";
}
.lnif-seo:before {
  content: "\f6fc";
}
.lnif-square-poll-horizontal:before {
  content: "\f6fd";
}
.lnif-square-poll-vertical:before {
  content: "\f6fe";
}
.lnif-statisic-alt:before {
  content: "\f6ff";
}
.lnif-strategy:before {
  content: "\f700";
}
.lnif-target-audience-alt:before {
  content: "\f701";
}
.lnif-target-customer:before {
  content: "\f702";
}
.lnif-timeline:before {
  content: "\f703";
}
.lnif-website-rank:before {
  content: "\f704";
}
.lnif-website-seo:before {
  content: "\f705";
}
.lnif-backward:before {
  content: "\f706";
}
.lnif-boombox:before {
  content: "\f707";
}
.lnif-camera-3:before {
  content: "\f708";
}
.lnif-cctv:before {
  content: "\f709";
}
.lnif-dial-high:before {
  content: "\f70a";
}
.lnif-dial-max:before {
  content: "\f70b";
}
.lnif-dial:before {
  content: "\f70c";
}
.lnif-drone:before {
  content: "\f70d";
}
.lnif-expand-alt-1:before {
  content: "\f70e";
}
.lnif-fast-backward-1:before {
  content: "\f70f";
}
.lnif-fast-backward:before {
  content: "\f710";
}
.lnif-fast-forward:before {
  content: "\f711";
}
.lnif-film:before {
  content: "\f712";
}
.lnif-forward:before {
  content: "\f713";
}
.lnif-frame-expand:before {
  content: "\f714";
}
.lnif-frame-minimize:before {
  content: "\f715";
}
.lnif-full-screen:before {
  content: "\f716";
}
.lnif-gallery:before {
  content: "\f717";
}
.lnif-hd-video-alt:before {
  content: "\f718";
}
.lnif-hd-video:before {
  content: "\f719";
}
.lnif-microphone-slash:before {
  content: "\f71a";
}
.lnif-next:before {
  content: "\f71b";
}
.lnif-play:before {
  content: "\f71c";
}
.lnif-previous:before {
  content: "\f71d";
}
.lnif-projector:before {
  content: "\f71e";
}
.lnif-radio:before {
  content: "\f71f";
}
.lnif-repeat-one:before {
  content: "\f720";
}
.lnif-shuffle:before {
  content: "\f721";
}
.lnif-slideshow:before {
  content: "\f722";
}
.lnif-speaker:before {
  content: "\f723";
}
.lnif-stop:before {
  content: "\f724";
}
.lnif-video-alt-1:before {
  content: "\f725";
}
.lnif-video-alt:before {
  content: "\f726";
}
.lnif-video-camera-alt-1:before {
  content: "\f727";
}
.lnif-video-camera-alt-2:before {
  content: "\f728";
}
.lnif-video-camera-alt-3:before {
  content: "\f729";
}
.lnif-video-camera-alt-4:before {
  content: "\f72a";
}
.lnif-video-camera-alt:before {
  content: "\f72b";
}
.lnif-video-cut:before {
  content: "\f72c";
}
.lnif-video-playback:before {
  content: "\f72d";
}
.lnif-video:before {
  content: "\f72e";
}
.lnif-volume-alt:before {
  content: "\f72f";
}
.lnif-volume-high:before {
  content: "\f730";
}
.lnif-volume-low:before {
  content: "\f731";
}
.lnif-volume-medium:before {
  content: "\f732";
}
.lnif-volume-mute:before {
  content: "\f733";
}
.lnif-volume:before {
  content: "\f734";
}
.lnif-waveform-lines:before {
  content: "\f735";
}
.lnif-webcam:before {
  content: "\f736";
}
.lnif-ambulance-2:before {
  content: "\f737";
}
.lnif-ambulance-alt-1:before {
  content: "\f738";
}
.lnif-ambulance-alt:before {
  content: "\f739";
}
.lnif-ambulance:before {
  content: "\f73a";
}
.lnif-band-aid:before {
  content: "\f73b";
}
.lnif-bandage-alt:before {
  content: "\f73c";
}
.lnif-basketball:before {
  content: "\f73d";
}
.lnif-bed-alt-patient:before {
  content: "\f73e";
}
.lnif-bed-dentist:before {
  content: "\f73f";
}
.lnif-bed-patient:before {
  content: "\f740";
}
.lnif-blood-donation:before {
  content: "\f741";
}
.lnif-bone:before {
  content: "\f742";
}
.lnif-brain-alt:before {
  content: "\f743";
}
.lnif-brain-check-alt:before {
  content: "\f744";
}
.lnif-brain-check:before {
  content: "\f745";
}
.lnif-brain:before {
  content: "\f746";
}
.lnif-broken-bone:before {
  content: "\f747";
}
.lnif-cannula:before {
  content: "\f748";
}
.lnif-capsule-alt-1:before {
  content: "\f749";
}
.lnif-capsule-alt:before {
  content: "\f74a";
}
.lnif-capsule:before {
  content: "\f74b";
}
.lnif-capsules:before {
  content: "\f74c";
}
.lnif-cardiology:before {
  content: "\f74d";
}
.lnif-chat-vet:before {
  content: "\f74e";
}
.lnif-chest-alt-1:before {
  content: "\f74f";
}
.lnif-chest-alt:before {
  content: "\f750";
}
.lnif-chest:before {
  content: "\f751";
}
.lnif-clipboard-alt:before {
  content: "\f752";
}
.lnif-clipboard-medical:before {
  content: "\f753";
}
.lnif-cotton-buds:before {
  content: "\f754";
}
.lnif-desktop-computer-alt:before {
  content: "\f755";
}
.lnif-desktop-computer:before {
  content: "\f756";
}
.lnif-desktop-monitor-heart:before {
  content: "\f757";
}
.lnif-diagnosis-alt:before {
  content: "\f758";
}
.lnif-diagnosis:before {
  content: "\f759";
}
.lnif-disabled:before {
  content: "\f75a";
}
.lnif-dna-alt:before {
  content: "\f75b";
}
.lnif-dna:before {
  content: "\f75c";
}
.lnif-dropper-alt-2:before {
  content: "\f75d";
}
.lnif-dropper-alt:before {
  content: "\f75e";
}
.lnif-dumbbell:before {
  content: "\f75f";
}
.lnif-eye-test:before {
  content: "\f760";
}
.lnif-female:before {
  content: "\f761";
}
.lnif-file-alt-medical:before {
  content: "\f762";
}
.lnif-file-medical-1:before {
  content: "\f763";
}
.lnif-first-aid:before {
  content: "\f764";
}
.lnif-fluid:before {
  content: "\f765";
}
.lnif-gluten-free:before {
  content: "\f766";
}
.lnif-hat-medical:before {
  content: "\f767";
}
.lnif-healthcare:before {
  content: "\f768";
}
.lnif-heart-check:before {
  content: "\f769";
}
.lnif-heart-plus:before {
  content: "\f76a";
}
.lnif-heartrate-monitor:before {
  content: "\f76b";
}
.lnif-hospital-alt-1:before {
  content: "\f76c";
}
.lnif-hospital-alt-2:before {
  content: "\f76d";
}
.lnif-hospital-alt-3:before {
  content: "\f76e";
}
.lnif-hospital-alt-4:before {
  content: "\f76f";
}
.lnif-hospital-alt-5:before {
  content: "\f770";
}
.lnif-hospital-alt-6:before {
  content: "\f771";
}
.lnif-hospital-alt:before {
  content: "\f772";
}
.lnif-hospital-bed-alt-1:before {
  content: "\f773";
}
.lnif-hospital-bed-alt-2:before {
  content: "\f774";
}
.lnif-hospital-bed-alt:before {
  content: "\f775";
}
.lnif-hospital-bed-patient:before {
  content: "\f776";
}
.lnif-hospital-bed:before {
  content: "\f777";
}
.lnif-hospital-building:before {
  content: "\f778";
}
.lnif-hospital-location-alt-1:before {
  content: "\f779";
}
.lnif-hospital-location-alt:before {
  content: "\f77a";
}
.lnif-hospital-location:before {
  content: "\f77b";
}
.lnif-hospital-sign:before {
  content: "\f77c";
}
.lnif-hospital:before {
  content: "\f77d";
}
.lnif-inhaler:before {
  content: "\f77e";
}
.lnif-injection:before {
  content: "\f77f";
}
.lnif-injury:before {
  content: "\f780";
}
.lnif-kettlebell-alt:before {
  content: "\f781";
}
.lnif-kidney-alt:before {
  content: "\f782";
}
.lnif-laptop-alt-medical:before {
  content: "\f783";
}
.lnif-laptop-report-medical:before {
  content: "\f784";
}
.lnif-life-guard:before {
  content: "\f785";
}
.lnif-light-emergency-on:before {
  content: "\f786";
}
.lnif-lights-medical:before {
  content: "\f787";
}
.lnif-liver:before {
  content: "\f788";
}
.lnif-lungs-alt:before {
  content: "\f789";
}
.lnif-lungs:before {
  content: "\f78a";
}
.lnif-male-1:before {
  content: "\f78b";
}
.lnif-male:before {
  content: "\f78c";
}
.lnif-medical-briefcase-1:before {
  content: "\f78d";
}
.lnif-medical-briefcase:before {
  content: "\f78e";
}
.lnif-medical-call:before {
  content: "\f78f";
}
.lnif-medical-mask:before {
  content: "\f790";
}
.lnif-medical-protection:before {
  content: "\f791";
}
.lnif-medical-sign-alt:before {
  content: "\f792";
}
.lnif-medical-sign:before {
  content: "\f793";
}
.lnif-medical-smartphone-alt-1:before {
  content: "\f794";
}
.lnif-medicine-alt:before {
  content: "\f795";
}
.lnif-medicine-bottole:before {
  content: "\f796";
}
.lnif-medicine:before {
  content: "\f797";
}
.lnif-microscope:before {
  content: "\f798";
}
.lnif-mobile-phones-medical:before {
  content: "\f799";
}
.lnif-monitor-alt-2:before {
  content: "\f79a";
}
.lnif-monitor-heart-alt:before {
  content: "\f79b";
}
.lnif-monitor-medical:before {
  content: "\f79c";
}
.lnif-nose:before {
  content: "\f79d";
}
.lnif-online-checkup:before {
  content: "\f79e";
}
.lnif-patient-alt-1:before {
  content: "\f79f";
}
.lnif-pulse:before {
  content: "\f7a0";
}
.lnif-refresh-medical:before {
  content: "\f7a1";
}
.lnif-reload-medical:before {
  content: "\f7a2";
}
.lnif-report-laptop:before {
  content: "\f7a3";
}
.lnif-saline-alt-1:before {
  content: "\f7a4";
}
.lnif-saline-alt:before {
  content: "\f7a5";
}
.lnif-saline:before {
  content: "\f7a6";
}
.lnif-scale-alt:before {
  content: "\f7a7";
}
.lnif-scalpel:before {
  content: "\f7a8";
}
.lnif-share-health:before {
  content: "\f7a9";
}
.lnif-share-medical:before {
  content: "\f7aa";
}
.lnif-sharing:before {
  content: "\f7ab";
}
.lnif-signal-hospital:before {
  content: "\f7ac";
}
.lnif-signboard-hospital:before {
  content: "\f7ad";
}
.lnif-skipping-rope:before {
  content: "\f7ae";
}
.lnif-slim:before {
  content: "\f7af";
}
.lnif-smartphone-alt-medical:before {
  content: "\f7b0";
}
.lnif-smartphone-heart-beat:before {
  content: "\f7b1";
}
.lnif-smartwatch-alt-1:before {
  content: "\f7b2";
}
.lnif-smartwatch-alt-heart-monitor:before {
  content: "\f7b3";
}
.lnif-smartwatch-medical:before {
  content: "\f7b4";
}
.lnif-square-medical:before {
  content: "\f7b5";
}
.lnif-stethoscope-alt:before {
  content: "\f7b6";
}
.lnif-sthethoscope:before {
  content: "\f7b7";
}
.lnif-suitcase-alt-medical:before {
  content: "\f7b8";
}
.lnif-symbols-female:before {
  content: "\f7b9";
}
.lnif-syringe:before {
  content: "\f7ba";
}
.lnif-teeth:before {
  content: "\f7bb";
}
.lnif-temparature-measuring:before {
  content: "\f7bc";
}
.lnif-test-tube-alt:before {
  content: "\f7bd";
}
.lnif-test-tube:before {
  content: "\f7be";
}
.lnif-thermometer-alt:before {
  content: "\f7bf";
}
.lnif-thermometer:before {
  content: "\f7c0";
}
.lnif-tooth:before {
  content: "\f7c1";
}
.lnif-tweezers:before {
  content: "\f7c2";
}
.lnif-user-medical:before {
  content: "\f7c3";
}
.lnif-uterus:before {
  content: "\f7c4";
}
.lnif-vaccine:before {
  content: "\f7c5";
}
.lnif-virus-alt:before {
  content: "\f7c6";
}
.lnif-virus:before {
  content: "\f7c7";
}
.lnif-walker:before {
  content: "\f7c8";
}
.lnif-weight-machine:before {
  content: "\f7c9";
}
.lnif-weight:before {
  content: "\f7ca";
}
.lnif-wheelchair-alt:before {
  content: "\f7cb";
}
.lnif-binocular:before {
  content: "\f7cc";
}
.lnif-bow-and-arrow:before {
  content: "\f7cd";
}
.lnif-chess-queen:before {
  content: "\f7ce";
}
.lnif-computer-speaker:before {
  content: "\f7cf";
}
.lnif-cricket-bat:before {
  content: "\f7d0";
}
.lnif-dice:before {
  content: "\f7d1";
}
.lnif-display-slash:before {
  content: "\f7d2";
}
.lnif-ethernet:before {
  content: "\f7d3";
}
.lnif-feather:before {
  content: "\f7d4";
}
.lnif-football:before {
  content: "\f7d5";
}
.lnif-ghost:before {
  content: "\f7d6";
}
.lnif-hands-holding:before {
  content: "\f7d7";
}
.lnif-truck-monster:before {
  content: "\f7d8";
}
.lnif-bug-alt-1:before {
  content: "\f7d9";
}
.lnif-bug-alt:before {
  content: "\f7da";
}
.lnif-bug:before {
  content: "\f7db";
}
.lnif-cactus-1:before {
  content: "\f7dc";
}
.lnif-cactus-2:before {
  content: "\f7dd";
}
.lnif-cactus-3:before {
  content: "\f7de";
}
.lnif-cactus-alt-2:before {
  content: "\f7df";
}
.lnif-cactus-alt:before {
  content: "\f7e0";
}
.lnif-cactus:before {
  content: "\f7e1";
}
.lnif-desert-1:before {
  content: "\f7e2";
}
.lnif-desert-2:before {
  content: "\f7e3";
}
.lnif-desert:before {
  content: "\f7e4";
}
.lnif-earthquake:before {
  content: "\f7e5";
}
.lnif-flood:before {
  content: "\f7e6";
}
.lnif-flower-alt:before {
  content: "\f7e7";
}
.lnif-flower:before {
  content: "\f7e8";
}
.lnif-forest-1:before {
  content: "\f7e9";
}
.lnif-forest-alt-1:before {
  content: "\f7ea";
}
.lnif-forest-alt-2:before {
  content: "\f7eb";
}
.lnif-forest-alt-3:before {
  content: "\f7ec";
}
.lnif-forest:before {
  content: "\f7ed";
}
.lnif-hiking:before {
  content: "\f7ee";
}
.lnif-hop:before {
  content: "\f7ef";
}
.lnif-hurricane:before {
  content: "\f7f0";
}
.lnif-island-alt-1:before {
  content: "\f7f1";
}
.lnif-island-alt-2:before {
  content: "\f7f2";
}
.lnif-island-alt-3:before {
  content: "\f7f3";
}
.lnif-island-alt-4:before {
  content: "\f7f4";
}
.lnif-island-alt:before {
  content: "\f7f5";
}
.lnif-island:before {
  content: "\f7f6";
}
.lnif-leaf-alt-1:before {
  content: "\f7f7";
}
.lnif-leaf-alt-2:before {
  content: "\f7f8";
}
.lnif-leaf-alt-3:before {
  content: "\f7f9";
}
.lnif-leaf-alt:before {
  content: "\f7fa";
}
.lnif-leaf:before {
  content: "\f7fb";
}
.lnif-leaves:before {
  content: "\f7fc";
}
.lnif-love-nature:before {
  content: "\f7fd";
}
.lnif-mountain:before {
  content: "\f7fe";
}
.lnif-mountains-1:before {
  content: "\f7ff";
}
.lnif-mountains-2:before {
  content: "\f800";
}
.lnif-mountains-3:before {
  content: "\f801";
}
.lnif-mountains-4-1:before {
  content: "\f802";
}
.lnif-mountains-4:before {
  content: "\f803";
}
.lnif-mountains:before {
  content: "\f804";
}
.lnif-mushroom-alt-1:before {
  content: "\f805";
}
.lnif-mushroom-alt-2:before {
  content: "\f806";
}
.lnif-mushroom-alt:before {
  content: "\f807";
}
.lnif-mushroom:before {
  content: "\f808";
}
.lnif-mushrooms-alt-1:before {
  content: "\f809";
}
.lnif-mushrooms-alt:before {
  content: "\f80a";
}
.lnif-mushrooms:before {
  content: "\f80b";
}
.lnif-nature-shield:before {
  content: "\f80c";
}
.lnif-plant-alt:before {
  content: "\f80d";
}
.lnif-plant-pot-alt-1-1:before {
  content: "\f80e";
}
.lnif-plant-pot-alt-1:before {
  content: "\f80f";
}
.lnif-plant-pot-alt:before {
  content: "\f810";
}
.lnif-plant-pot:before {
  content: "\f811";
}
.lnif-plant:before {
  content: "\f812";
}
.lnif-sprout-alt-1:before {
  content: "\f813";
}
.lnif-sprout:before {
  content: "\f814";
}
.lnif-tornado-alt:before {
  content: "\f815";
}
.lnif-tree-alt-1:before {
  content: "\f816";
}
.lnif-tree-alt-3:before {
  content: "\f817";
}
.lnif-tree-alt:before {
  content: "\f818";
}
.lnif-tree:before {
  content: "\f819";
}
.lnif-trees-alt-1:before {
  content: "\f81a";
}
.lnif-trees-alt-10:before {
  content: "\f81b";
}
.lnif-trees-alt-4:before {
  content: "\f81c";
}
.lnif-trees-alt-5:before {
  content: "\f81d";
}
.lnif-trees-alt-6:before {
  content: "\f81e";
}
.lnif-trees-alt-7:before {
  content: "\f81f";
}
.lnif-trees-alt-8:before {
  content: "\f820";
}
.lnif-trees-alt-9:before {
  content: "\f821";
}
.lnif-trees-alt:before {
  content: "\f822";
}
.lnif-trees:before {
  content: "\f823";
}
.lnif-ballon-alt-1:before {
  content: "\f824";
}
.lnif-ballon-alt:before {
  content: "\f825";
}
.lnif-baloon-alt-2:before {
  content: "\f826";
}
.lnif-baloon-alt-3:before {
  content: "\f827";
}
.lnif-birthday-hat:before {
  content: "\f828";
}
.lnif-bowtie-alt-2:before {
  content: "\f829";
}
.lnif-cake:before {
  content: "\f82a";
}
.lnif-candle-alt-1:before {
  content: "\f82b";
}
.lnif-candle-alt:before {
  content: "\f82c";
}
.lnif-candle:before {
  content: "\f82d";
}
.lnif-candy-alt-1:before {
  content: "\f82e";
}
.lnif-candy-alt-2:before {
  content: "\f82f";
}
.lnif-candy-alt-3:before {
  content: "\f830";
}
.lnif-candy-alt:before {
  content: "\f831";
}
.lnif-candy-cane:before {
  content: "\f832";
}
.lnif-candy-corn:before {
  content: "\f833";
}
.lnif-candy:before {
  content: "\f834";
}
.lnif-christmas-star:before {
  content: "\f835";
}
.lnif-confetti:before {
  content: "\f836";
}
.lnif-firecracker:before {
  content: "\f837";
}
.lnif-firecrackers-alt-1:before {
  content: "\f838";
}
.lnif-firecrackers-alt-2:before {
  content: "\f839";
}
.lnif-firecrackers-alt-3:before {
  content: "\f83a";
}
.lnif-firecrackers-alt-4:before {
  content: "\f83b";
}
.lnif-firecrackers-alt:before {
  content: "\f83c";
}
.lnif-firework-alt-1:before {
  content: "\f83d";
}
.lnif-fireworks:before {
  content: "\f83e";
}
.lnif-flags-alt-1:before {
  content: "\f83f";
}
.lnif-guitar:before {
  content: "\f840";
}
.lnif-heart-baloon:before {
  content: "\f841";
}
.lnif-lolipop-1:before {
  content: "\f842";
}
.lnif-lolipop-2:before {
  content: "\f843";
}
.lnif-lolipop-3:before {
  content: "\f844";
}
.lnif-lolipop:before {
  content: "\f845";
}
.lnif-mask:before {
  content: "\f846";
}
.lnif-mustache:before {
  content: "\f847";
}
.lnif-party-horn:before {
  content: "\f848";
}
.lnif-pumpkin:before {
  content: "\f849";
}
.lnif-skull-mask:before {
  content: "\f84a";
}
.lnif-spray:before {
  content: "\f84b";
}
.lnif-wand:before {
  content: "\f84c";
}
.lnif-baby-kid:before {
  content: "\f84d";
}
.lnif-bottle-nipple:before {
  content: "\f84e";
}
.lnif-cotton-bud:before {
  content: "\f84f";
}
.lnif-crown-alt-1:before {
  content: "\f850";
}
.lnif-crown-alt-2:before {
  content: "\f851";
}
.lnif-crown-alt-4:before {
  content: "\f852";
}
.lnif-crown-alt-5:before {
  content: "\f853";
}
.lnif-crown-alt:before {
  content: "\f854";
}
.lnif-crown:before {
  content: "\f855";
}
.lnif-cup-alt:before {
  content: "\f856";
}
.lnif-cup:before {
  content: "\f857";
}
.lnif-eyeglass:before {
  content: "\f858";
}
.lnif-family-alt:before {
  content: "\f859";
}
.lnif-family:before {
  content: "\f85a";
}
.lnif-gift-1:before {
  content: "\f85b";
}
.lnif-gift-alt:before {
  content: "\f85c";
}
.lnif-gift-bag:before {
  content: "\f85d";
}
.lnif-home:before {
  content: "\f85e";
}
.lnif-ladies-t-shirt:before {
  content: "\f85f";
}
.lnif-milk-bottle:before {
  content: "\f860";
}
.lnif-old-man:before {
  content: "\f861";
}
.lnif-old:before {
  content: "\f862";
}
.lnif-sunglass:before {
  content: "\f863";
}
.lnif-t-shirt-alt-1:before {
  content: "\f864";
}
.lnif-t-shirt-alt:before {
  content: "\f865";
}
.lnif-t-shirt:before {
  content: "\f866";
}
.lnif-thought:before {
  content: "\f867";
}
.lnif-air-conditioner:before {
  content: "\f868";
}
.lnif-apartments-alt-13:before {
  content: "\f869";
}
.lnif-billboard-alt-2:before {
  content: "\f86a";
}
.lnif-blueprint:before {
  content: "\f86b";
}
.lnif-buy-house:before {
  content: "\f86c";
}
.lnif-condominium-1:before {
  content: "\f86d";
}
.lnif-condominium:before {
  content: "\f86e";
}
.lnif-flats:before {
  content: "\f86f";
}
.lnif-fountain:before {
  content: "\f870";
}
.lnif-home-4:before {
  content: "\f871";
}
.lnif-home-5:before {
  content: "\f872";
}
.lnif-home-documents:before {
  content: "\f873";
}
.lnif-hospital-alt-7:before {
  content: "\f874";
}
.lnif-house-add:before {
  content: "\f875";
}
.lnif-house-auction-1:before {
  content: "\f876";
}
.lnif-house-auction-11:before {
  content: "\f877";
}
.lnif-house-auction:before {
  content: "\f878";
}
.lnif-house-cancelled:before {
  content: "\f879";
}
.lnif-house-chosen:before {
  content: "\f87a";
}
.lnif-house-discount:before {
  content: "\f87b";
}
.lnif-house-rating:before {
  content: "\f87c";
}
.lnif-placeholder-house:before {
  content: "\f87d";
}
.lnif-placeholder-map:before {
  content: "\f87e";
}
.lnif-search-home:before {
  content: "\f87f";
}
.lnif-shopping-mall:before {
  content: "\f880";
}
.lnif-sign-rent:before {
  content: "\f881";
}
.lnif-sign-sale:before {
  content: "\f882";
}
.lnif-smart-home-alt:before {
  content: "\f883";
}
.lnif-smart-home-control:before {
  content: "\f884";
}
.lnif-swimming-pool-alt:before {
  content: "\f885";
}
.lnif-warehouse:before {
  content: "\f886";
}
.lnif-website-house:before {
  content: "\f887";
}
.lnif-bible:before {
  content: "\f888";
}
.lnif-christian-candle:before {
  content: "\f889";
}
.lnif-church:before {
  content: "\f88a";
}
.lnif-cross:before {
  content: "\f88b";
}
.lnif-goblet:before {
  content: "\f88c";
}
.lnif-islam:before {
  content: "\f88d";
}
.lnif-islamic-book-alt:before {
  content: "\f88e";
}
.lnif-islamic-book:before {
  content: "\f88f";
}
.lnif-islamic-flag:before {
  content: "\f890";
}
.lnif-moshjid-location:before {
  content: "\f891";
}
.lnif-mosque:before {
  content: "\f892";
}
.lnif-muslim-symbol:before {
  content: "\f893";
}
.lnif-prayer-rug:before {
  content: "\f894";
}
.lnif-prayer:before {
  content: "\f895";
}
.lnif-star-of-david-1:before {
  content: "\f896";
}
.lnif-star-of-david:before {
  content: "\f897";
}
.lnif-tombstone-1:before {
  content: "\f898";
}
.lnif-tombstone:before {
  content: "\f899";
}
.lnif-torii-gate:before {
  content: "\f89a";
}
.lnif-yin-yang:before {
  content: "\f89b";
}
.lnif-zen:before {
  content: "\f89c";
}
.lnif-1st-prize:before {
  content: "\f89d";
}
.lnif-2nd-prize:before {
  content: "\f89e";
}
.lnif-badge-1:before {
  content: "\f89f";
}
.lnif-badge-10:before {
  content: "\f8a0";
}
.lnif-badge-2:before {
  content: "\f8a1";
}
.lnif-badge-3:before {
  content: "\f8a2";
}
.lnif-badge-4:before {
  content: "\f8a3";
}
.lnif-badge-5:before {
  content: "\f8a4";
}
.lnif-badge-6:before {
  content: "\f8a5";
}
.lnif-badge-7:before {
  content: "\f8a6";
}
.lnif-badge-8:before {
  content: "\f8a7";
}
.lnif-badge-9:before {
  content: "\f8a8";
}
.lnif-badge-first:before {
  content: "\f8a9";
}
.lnif-crown-alt-3:before {
  content: "\f8aa";
}
.lnif-diploma-1-1:before {
  content: "\f8ab";
}
.lnif-diploma-1:before {
  content: "\f8ac";
}
.lnif-diploma-2:before {
  content: "\f8ad";
}
.lnif-diploma:before {
  content: "\f8ae";
}
.lnif-medal-1:before {
  content: "\f8af";
}
.lnif-medal-2:before {
  content: "\f8b0";
}
.lnif-medal-3:before {
  content: "\f8b1";
}
.lnif-medal-4:before {
  content: "\f8b2";
}
.lnif-medal-5:before {
  content: "\f8b3";
}
.lnif-medal-6:before {
  content: "\f8b4";
}
.lnif-medal-7:before {
  content: "\f8b5";
}
.lnif-medal-8:before {
  content: "\f8b6";
}
.lnif-patent:before {
  content: "\f8b7";
}
.lnif-prize-1:before {
  content: "\f8b8";
}
.lnif-trophy-1:before {
  content: "\f8b9";
}
.lnif-trophy-2:before {
  content: "\f8ba";
}
.lnif-trophy-3:before {
  content: "\f8bb";
}
.lnif-trophy-4:before {
  content: "\f8bc";
}
.lnif-trophy-5:before {
  content: "\f8bd";
}
.lnif-angry:before {
  content: "\f8be";
}
.lnif-bored-1:before {
  content: "\f8bf";
}
.lnif-bored:before {
  content: "\f8c0";
}
.lnif-cool-1:before {
  content: "\f8c1";
}
.lnif-cool-10-1:before {
  content: "\f8c2";
}
.lnif-cool-10:before {
  content: "\f8c3";
}
.lnif-cool-11:before {
  content: "\f8c4";
}
.lnif-cool-12:before {
  content: "\f8c5";
}
.lnif-cool-13:before {
  content: "\f8c6";
}
.lnif-cool-14:before {
  content: "\f8c7";
}
.lnif-cool-15:before {
  content: "\f8c8";
}
.lnif-cool-16:before {
  content: "\f8c9";
}
.lnif-cool-17:before {
  content: "\f8ca";
}
.lnif-cool-18:before {
  content: "\f8cb";
}
.lnif-cool-19:before {
  content: "\f8cc";
}
.lnif-cool-20:before {
  content: "\f8cd";
}
.lnif-cool-3:before {
  content: "\f8ce";
}
.lnif-cool-4:before {
  content: "\f8cf";
}
.lnif-cool-5:before {
  content: "\f8d0";
}
.lnif-cool-6:before {
  content: "\f8d1";
}
.lnif-cool-7:before {
  content: "\f8d2";
}
.lnif-cool-8:before {
  content: "\f8d3";
}
.lnif-cool-9:before {
  content: "\f8d4";
}
.lnif-cool-kiss:before {
  content: "\f8d5";
}
.lnif-cool:before {
  content: "\f8d6";
}
.lnif-cry:before {
  content: "\f8d7";
}
.lnif-crying-1:before {
  content: "\f8d8";
}
.lnif-crying-2:before {
  content: "\f8d9";
}
.lnif-crying-3:before {
  content: "\f8da";
}
.lnif-crying-4:before {
  content: "\f8db";
}
.lnif-cute:before {
  content: "\f8dc";
}
.lnif-dead-1:before {
  content: "\f8dd";
}
.lnif-dead-2:before {
  content: "\f8de";
}
.lnif-dead-3:before {
  content: "\f8df";
}
.lnif-dead-4:before {
  content: "\f8e0";
}
.lnif-dead-5:before {
  content: "\f8e1";
}
.lnif-dead-6:before {
  content: "\f8e2";
}
.lnif-dead:before {
  content: "\f8e3";
}
.lnif-friendly:before {
  content: "\f8e4";
}
.lnif-happy-1:before {
  content: "\f8e5";
}
.lnif-happy-2:before {
  content: "\f8e6";
}
.lnif-happy-3:before {
  content: "\f8e7";
}
.lnif-happy-4:before {
  content: "\f8e8";
}
.lnif-happy:before {
  content: "\f8e9";
}
.lnif-kiss-2:before {
  content: "\f8ea";
}
.lnif-kiss:before {
  content: "\f8eb";
}
.lnif-love:before {
  content: "\f8ec";
}
.lnif-loved-surprise:before {
  content: "\f8ed";
}
.lnif-mute-1:before {
  content: "\f8ee";
}
.lnif-mute:before {
  content: "\f8ef";
}
.lnif-muted-1:before {
  content: "\f8f0";
}
.lnif-muted-2:before {
  content: "\f8f1";
}
.lnif-nervous:before {
  content: "\f8f2";
}
.lnif-piss:before {
  content: "\f8f3";
}
.lnif-sad-1:before {
  content: "\f8f4";
}
.lnif-sad-2:before {
  content: "\f8f5";
}
.lnif-sad-3:before {
  content: "\f8f6";
}
.lnif-sad-4:before {
  content: "\f8f7";
}
.lnif-sad-5:before {
  content: "\f8f8";
}
.lnif-sad:before {
  content: "\f8f9";
}
.lnif-sick-1-1:before {
  content: "\f8fa";
}
.lnif-sick-1:before {
  content: "\f8fb";
}
.lnif-sick:before {
  content: "\f8fc";
}
.lnif-sleep:before {
  content: "\f8fd";
}
.lnif-smile-1:before {
  content: "\f8fe";
}
.lnif-smile:before {
  content: "\f8ff";
}
.lnif-speechless:before {
  content: "\f900";
}
.lnif-super-cool:before {
  content: "\f901";
}
.lnif-super-happy:before {
  content: "\f902";
}
.lnif-surprised-1:before {
  content: "\f903";
}
.lnif-suspect:before {
  content: "\f904";
}
.lnif-tounge:before {
  content: "\f905";
}
.lnif-wink:before {
  content: "\f906";
}
.lnif-wow:before {
  content: "\f907";
}
.lnif-yawn:before {
  content: "\f908";
}
.lnif-hourglass:before {
  content: "\f909";
}
.lnif-spinner-1:before {
  content: "\f90a";
}
.lnif-spinner-10:before {
  content: "\f90b";
}
.lnif-spinner-11:before {
  content: "\f90c";
}
.lnif-spinner-2:before {
  content: "\f90d";
}
.lnif-spinner-3:before {
  content: "\f90e";
}
.lnif-spinner-4:before {
  content: "\f90f";
}
.lnif-spinner-5:before {
  content: "\f910";
}
.lnif-spinner-6:before {
  content: "\f911";
}
.lnif-spinner-7:before {
  content: "\f912";
}
.lnif-spinner-8:before {
  content: "\f913";
}
.lnif-spinner-9:before {
  content: "\f914";
}
.lnif-spinner-arrow:before {
  content: "\f915";
}
.lnif-spinner-solid:before {
  content: "\f916";
}
.lnif-arrow-target-1:before {
  content: "\f917";
}
.lnif-arrow-target:before {
  content: "\f918";
}
.lnif-bulb-idea:before {
  content: "\f919";
}
.lnif-business-partnership:before {
  content: "\f91a";
}
.lnif-business-rocket:before {
  content: "\f91b";
}
.lnif-cloud-idea:before {
  content: "\f91c";
}
.lnif-flash-idea:before {
  content: "\f91d";
}
.lnif-go-frame-1:before {
  content: "\f91e";
}
.lnif-go-frame:before {
  content: "\f91f";
}
.lnif-graph-growth:before {
  content: "\f920";
}
.lnif-grow-help-1:before {
  content: "\f921";
}
.lnif-grow-help:before {
  content: "\f922";
}
.lnif-head-idea-setting:before {
  content: "\f923";
}
.lnif-idea-agenda:before {
  content: "\f924";
}
.lnif-idea-briefcase:before {
  content: "\f925";
}
.lnif-idea-chat:before {
  content: "\f926";
}
.lnif-idea-down:before {
  content: "\f927";
}
.lnif-idea-envelope:before {
  content: "\f928";
}
.lnif-idea-head-1:before {
  content: "\f929";
}
.lnif-idea-label:before {
  content: "\f92a";
}
.lnif-idea-location:before {
  content: "\f92b";
}
.lnif-idea-presentation:before {
  content: "\f92c";
}
.lnif-idea-reload:before {
  content: "\f92d";
}
.lnif-idea-rise:before {
  content: "\f92e";
}
.lnif-idea-search:before {
  content: "\f92f";
}
.lnif-idea-setting:before {
  content: "\f930";
}
.lnif-idea-share:before {
  content: "\f931";
}
.lnif-idea-shield:before {
  content: "\f932";
}
.lnif-ipo-flag:before {
  content: "\f933";
}
.lnif-laptop-target:before {
  content: "\f934";
}
.lnif-letter-idea:before {
  content: "\f935";
}
.lnif-maze:before {
  content: "\f936";
}
.lnif-mission:before {
  content: "\f937";
}
.lnif-mobile-rocket-1:before {
  content: "\f938";
}
.lnif-mobile-rocket-3:before {
  content: "\f939";
}
.lnif-mobile-rocket:before {
  content: "\f93a";
}
.lnif-mobile-target-1:before {
  content: "\f93b";
}
.lnif-mobile-target:before {
  content: "\f93c";
}
.lnif-money-idea:before {
  content: "\f93d";
}
.lnif-networking-startup:before {
  content: "\f93e";
}
.lnif-paper-idea:before {
  content: "\f93f";
}
.lnif-preview:before {
  content: "\f940";
}
.lnif-puzzle:before {
  content: "\f941";
}
.lnif-rocket-earth:before {
  content: "\f942";
}
.lnif-rocket-favourite:before {
  content: "\f943";
}
.lnif-rocket-growth-1:before {
  content: "\f944";
}
.lnif-rocket-growth-2:before {
  content: "\f945";
}
.lnif-rocket-growth:before {
  content: "\f946";
}
.lnif-rocket-idea:before {
  content: "\f947";
}
.lnif-rocket-launch-1:before {
  content: "\f948";
}
.lnif-rocket-launch-2:before {
  content: "\f949";
}
.lnif-rocket-launch-3:before {
  content: "\f94a";
}
.lnif-rocket-launch-4:before {
  content: "\f94b";
}
.lnif-rocket-launch-5:before {
  content: "\f94c";
}
.lnif-rocket-launch-6:before {
  content: "\f94d";
}
.lnif-rocket-launch:before {
  content: "\f94e";
}
.lnif-rocket-money:before {
  content: "\f94f";
}
.lnif-rocket-search:before {
  content: "\f950";
}
.lnif-rocket-slim:before {
  content: "\f951";
}
.lnif-rocket-star:before {
  content: "\f952";
}
.lnif-rocket-start-alt:before {
  content: "\f953";
}
.lnif-rocket-start:before {
  content: "\f954";
}
.lnif-rocket-target:before {
  content: "\f955";
}
.lnif-rocket-verified:before {
  content: "\f956";
}
.lnif-view:before {
  content: "\f957";
}
.lnif-abstract-1:before {
  content: "\f958";
}
.lnif-abstract:before {
  content: "\f959";
}
.lnif-asterisk:before {
  content: "\f95a";
}
.lnif-at:before {
  content: "\f95b";
}
.lnif-brackets-alt-1:before {
  content: "\f95c";
}
.lnif-brackets-alt-2:before {
  content: "\f95d";
}
.lnif-brackets-alt:before {
  content: "\f95e";
}
.lnif-division-alt-1:before {
  content: "\f95f";
}
.lnif-division-alt:before {
  content: "\f960";
}
.lnif-division:before {
  content: "\f961";
}
.lnif-parentheses-alt-1:before {
  content: "\f962";
}
.lnif-parentheses-alt-2:before {
  content: "\f963";
}
.lnif-parentheses:before {
  content: "\f964";
}
.lnif-pi-alt-1:before {
  content: "\f965";
}
.lnif-pi-alt:before {
  content: "\f966";
}
.lnif-pi:before {
  content: "\f967";
}
.lnif-plus-minus-symbol-1:before {
  content: "\f968";
}
.lnif-plus-minus-symbol-alt:before {
  content: "\f969";
}
.lnif-plus-minus-symbol:before {
  content: "\f96a";
}
.lnif-root-sign-alt-1:before {
  content: "\f96b";
}
.lnif-root-sign-alt:before {
  content: "\f96c";
}
.lnif-root-sign:before {
  content: "\f96d";
}
.lnif-triangle:before {
  content: "\f96e";
}
.lnif-bold:before {
  content: "\f96f";
}
.lnif-capital-letter:before {
  content: "\f970";
}
.lnif-clear-format:before {
  content: "\f971";
}
.lnif-font-alt:before {
  content: "\f972";
}
.lnif-font:before {
  content: "\f973";
}
.lnif-height:before {
  content: "\f974";
}
.lnif-indent-decrease:before {
  content: "\f975";
}
.lnif-indent-increase:before {
  content: "\f976";
}
.lnif-italic:before {
  content: "\f977";
}
.lnif-line-dashed:before {
  content: "\f978";
}
.lnif-line-dotted:before {
  content: "\f979";
}
.lnif-line-double:before {
  content: "\f97a";
}
.lnif-line-spacing:before {
  content: "\f97b";
}
.lnif-page-alt:before {
  content: "\f97c";
}
.lnif-page-break:before {
  content: "\f97d";
}
.lnif-pagination:before {
  content: "\f97e";
}
.lnif-pilcrow:before {
  content: "\f97f";
}
.lnif-quote-alt-1:before {
  content: "\f980";
}
.lnif-quote-alt-2:before {
  content: "\f981";
}
.lnif-quote-alt-3:before {
  content: "\f982";
}
.lnif-quote-alt-4:before {
  content: "\f983";
}
.lnif-quote-alt-5:before {
  content: "\f984";
}
.lnif-quote-alt-6-1:before {
  content: "\f985";
}
.lnif-quote-alt-6:before {
  content: "\f986";
}
.lnif-quote-alt-7-1:before {
  content: "\f987";
}
.lnif-quote-alt-7:before {
  content: "\f988";
}
.lnif-quote-alt:before {
  content: "\f989";
}
.lnif-redo-alt:before {
  content: "\f98a";
}
.lnif-redo:before {
  content: "\f98b";
}
.lnif-reflect:before {
  content: "\f98c";
}
.lnif-sort-alpha-asc:before {
  content: "\f98d";
}
.lnif-sort-amount-asc:before {
  content: "\f98e";
}
.lnif-sort-amount-dsc:before {
  content: "\f98f";
}
.lnif-spellcheck:before {
  content: "\f990";
}
.lnif-strikethrough-alt:before {
  content: "\f991";
}
.lnif-strikethrough:before {
  content: "\f992";
}
.lnif-symbol:before {
  content: "\f993";
}
.lnif-text-align-center:before {
  content: "\f994";
}
.lnif-text-align-justify:before {
  content: "\f995";
}
.lnif-text-align-left:before {
  content: "\f996";
}
.lnif-text-align-right:before {
  content: "\f997";
}
.lnif-text-alt:before {
  content: "\f998";
}
.lnif-text-format-remove:before {
  content: "\f999";
}
.lnif-text-format:before {
  content: "\f99a";
}
.lnif-text-underline-alt:before {
  content: "\f99b";
}
.lnif-text:before {
  content: "\f99c";
}
.lnif-underline:before {
  content: "\f99d";
}
.lnif-undo-alt:before {
  content: "\f99e";
}
.lnif-undo:before {
  content: "\f99f";
}
.lnif-vertical-line:before {
  content: "\f9a0";
}
.lnif-airport:before {
  content: "\f9a1";
}
.lnif-beach-ball:before {
  content: "\f9a2";
}
.lnif-beach-chair:before {
  content: "\f9a3";
}
.lnif-beach:before {
  content: "\f9a4";
}
.lnif-cable-car:before {
  content: "\f9a5";
}
.lnif-eiffel-tower:before {
  content: "\f9a6";
}
.lnif-empire-state-building:before {
  content: "\f9a7";
}
.lnif-flight-search:before {
  content: "\f9a8";
}
.lnif-hot-air-baloon:before {
  content: "\f9a9";
}
.lnif-lighthouse:before {
  content: "\f9aa";
}
.lnif-pyramids:before {
  content: "\f9ab";
}
.lnif-suitcase-alt-1:before {
  content: "\f9ac";
}
.lnif-suitcase-alt:before {
  content: "\f9ad";
}
.lnif-suitcase:before {
  content: "\f9ae";
}
.lnif-surf-board:before {
  content: "\f9af";
}
.lnif-surfboard-alt-1:before {
  content: "\f9b0";
}
.lnif-surfboard-alt-2:before {
  content: "\f9b1";
}
.lnif-surfboard-alt:before {
  content: "\f9b2";
}
.lnif-sydney-opera-house:before {
  content: "\f9b3";
}
.lnif-taj-mahal:before {
  content: "\f9b4";
}
.lnif-tent-alt-1:before {
  content: "\f9b5";
}
.lnif-tent-alt:before {
  content: "\f9b6";
}
.lnif-tent:before {
  content: "\f9b7";
}
.lnif-travel:before {
  content: "\f9b8";
}
.lnif-add-group-alt:before {
  content: "\f9b9";
}
.lnif-add-group:before {
  content: "\f9ba";
}
.lnif-add-user-alt:before {
  content: "\f9bb";
}
.lnif-add-user:before {
  content: "\f9bc";
}
.lnif-block-user:before {
  content: "\f9bd";
}
.lnif-earbuds-1:before {
  content: "\f9be";
}
.lnif-fan:before {
  content: "\f9bf";
}
.lnif-flute-1:before {
  content: "\f9c0";
}
.lnif-flute:before {
  content: "\f9c1";
}
.lnif-friends:before {
  content: "\f9c2";
}
.lnif-personal-file-1:before {
  content: "\f9c3";
}
.lnif-personal-file:before {
  content: "\f9c4";
}
.lnif-remove-group:before {
  content: "\f9c5";
}
.lnif-remove-user:before {
  content: "\f9c6";
}
.lnif-shoe-print:before {
  content: "\f9c7";
}
.lnif-team:before {
  content: "\f9c8";
}
.lnif-user-alt-3:before {
  content: "\f9c9";
}
.lnif-user-alt-4:before {
  content: "\f9ca";
}
.lnif-user-alt-5:before {
  content: "\f9cb";
}
.lnif-user-block:before {
  content: "\f9cc";
}
.lnif-user-check:before {
  content: "\f9cd";
}
.lnif-user-delete:before {
  content: "\f9ce";
}
.lnif-user-download:before {
  content: "\f9cf";
}
.lnif-user-edit:before {
  content: "\f9d0";
}
.lnif-user-globe:before {
  content: "\f9d1";
}
.lnif-user-identification:before {
  content: "\f9d2";
}
.lnif-user-information:before {
  content: "\f9d3";
}
.lnif-user-key:before {
  content: "\f9d4";
}
.lnif-user-lock:before {
  content: "\f9d5";
}
.lnif-user-love:before {
  content: "\f9d6";
}
.lnif-user-money:before {
  content: "\f9d7";
}
.lnif-user-question:before {
  content: "\f9d8";
}
.lnif-user-reload:before {
  content: "\f9d9";
}
.lnif-user-remove:before {
  content: "\f9da";
}
.lnif-user-search:before {
  content: "\f9db";
}
.lnif-user-settings:before {
  content: "\f9dc";
}
.lnif-user-shield:before {
  content: "\f9dd";
}
.lnif-user-star:before {
  content: "\f9de";
}
.lnif-user-timer:before {
  content: "\f9df";
}
.lnif-user-top-arrow:before {
  content: "\f9e0";
}
.lnif-air-flow:before {
  content: "\f9e1";
}
.lnif-air:before {
  content: "\f9e2";
}
.lnif-celsius-alt:before {
  content: "\f9e3";
}
.lnif-cloud-alt-1:before {
  content: "\f9e4";
}
.lnif-cloud-alt-2:before {
  content: "\f9e5";
}
.lnif-cloud-alt:before {
  content: "\f9e6";
}
.lnif-cloud-moon-1:before {
  content: "\f9e7";
}
.lnif-cloud-moon:before {
  content: "\f9e8";
}
.lnif-cloud-sun:before {
  content: "\f9e9";
}
.lnif-cloud:before {
  content: "\f9ea";
}
.lnif-clouds:before {
  content: "\f9eb";
}
.lnif-cloudy:before {
  content: "\f9ec";
}
.lnif-crescent:before {
  content: "\f9ed";
}
.lnif-drop:before {
  content: "\f9ee";
}
.lnif-farenheit-alt:before {
  content: "\f9ef";
}
.lnif-farenheit:before {
  content: "\f9f0";
}
.lnif-Fire:before {
  content: "\f9f1";
}
.lnif-humidity-alt:before {
  content: "\f9f2";
}
.lnif-icicles:before {
  content: "\f9f3";
}
.lnif-kelvin-alt:before {
  content: "\f9f4";
}
.lnif-kelvin:before {
  content: "\f9f5";
}
.lnif-mist:before {
  content: "\f9f6";
}
.lnif-moon-alt:before {
  content: "\f9f7";
}
.lnif-moon-star:before {
  content: "\f9f8";
}
.lnif-moon:before {
  content: "\f9f9";
}
.lnif-new-moon:before {
  content: "\f9fa";
}
.lnif-night:before {
  content: "\f9fb";
}
.lnif-quarter-moon-1:before {
  content: "\f9fc";
}
.lnif-quarter-moon:before {
  content: "\f9fd";
}
.lnif-radioactive:before {
  content: "\f9fe";
}
.lnif-rain:before {
  content: "\f9ff";
}
.lnif-rainbow:before {
  content: "\fa00";
}
.lnif-snowfall-1:before {
  content: "\fa01";
}
.lnif-snowfall:before {
  content: "\fa02";
}
.lnif-sparkles:before {
  content: "\fa03";
}
.lnif-sun-rain:before {
  content: "\fa04";
}
.lnif-sunrise-alt-1:before {
  content: "\fa05";
}
.lnif-sunrise-alt-2:before {
  content: "\fa06";
}
.lnif-sunrise-alt:before {
  content: "\fa07";
}
.lnif-sunset-alt:before {
  content: "\fa08";
}
.lnif-thunder-alt:before {
  content: "\fa09";
}
.lnif-thunder:before {
  content: "\fa0a";
}
.lnif-tide-alt:before {
  content: "\fa0b";
}
.lnif-tide:before {
  content: "\fa0c";
}
.lnif-umbrella-rain-alt:before {
  content: "\fa0d";
}
.lnif-umbrella-rain:before {
  content: "\fa0e";
}
.lnif-water-drops:before {
  content: "\fa0f";
}
.lnif-wind-moon-1:before {
  content: "\fa10";
}
.lnif-wind-moon:before {
  content: "\fa11";
}
.lnif-wind-rose:before {
  content: "\fa12";
}
.lnif-wind-sun-1:before {
  content: "\fa13";
}
.lnif-wind-sun:before {
  content: "\fa14";
}
.lnif-360-degree:before {
  content: "\fa15";
}
.lnif-3d:before {
  content: "\fa16";
}
.lnif-5g-alt-1:before {
  content: "\fa17";
}
.lnif-5g-sim:before {
  content: "\fa18";
}
.lnif-5g:before {
  content: "\fa19";
}
.lnif-add-alt:before {
  content: "\fa1a";
}
.lnif-add-files:before {
  content: "\fa1b";
}
.lnif-add-server:before {
  content: "\fa1c";
}
.lnif-ai-alt:before {
  content: "\fa1d";
}
.lnif-ai:before {
  content: "\fa1e";
}
.lnif-alarm-2:before {
  content: "\fa1f";
}
.lnif-alarm-3:before {
  content: "\fa20";
}
.lnif-alarm-4:before {
  content: "\fa21";
}
.lnif-alarm-clock-alt-1:before {
  content: "\fa22";
}
.lnif-alarm-clock:before {
  content: "\fa23";
}
.lnif-alarm:before {
  content: "\fa24";
}
.lnif-alart-database:before {
  content: "\fa25";
}
.lnif-alert-server:before {
  content: "\fa26";
}
.lnif-appointment:before {
  content: "\fa27";
}
.lnif-archive:before {
  content: "\fa28";
}
.lnif-automation:before {
  content: "\fa29";
}
.lnif-ban:before {
  content: "\fa2a";
}
.lnif-battery:before {
  content: "\fa2b";
}
.lnif-bells:before {
  content: "\fa2c";
}
.lnif-billboard-alt-1:before {
  content: "\fa2d";
}
.lnif-billboard-alt-3:before {
  content: "\fa2e";
}
.lnif-billboard-alt-4:before {
  content: "\fa2f";
}
.lnif-bookmark-alt:before {
  content: "\fa30";
}
.lnif-bookmark:before {
  content: "\fa31";
}
.lnif-bot-1:before {
  content: "\fa32";
}
.lnif-bot:before {
  content: "\fa33";
}
.lnif-brightness:before {
  content: "\fa34";
}
.lnif-bulb-alt:before {
  content: "\fa35";
}
.lnif-bulb:before {
  content: "\fa36";
}
.lnif-calendar:before {
  content: "\fa37";
}
.lnif-calender-alt-1:before {
  content: "\fa38";
}
.lnif-calender-alt-2:before {
  content: "\fa39";
}
.lnif-calender-alt-3:before {
  content: "\fa3a";
}
.lnif-calender-alt-4:before {
  content: "\fa3b";
}
.lnif-calender-alt:before {
  content: "\fa3c";
}
.lnif-camera-alt-1:before {
  content: "\fa3d";
}
.lnif-camera-alt:before {
  content: "\fa3e";
}
.lnif-camera:before {
  content: "\fa3f";
}
.lnif-cellphone-vr-1:before {
  content: "\fa40";
}
.lnif-change:before {
  content: "\fa41";
}
.lnif-charging:before {
  content: "\fa42";
}
.lnif-check-box-alt:before {
  content: "\fa43";
}
.lnif-check-database:before {
  content: "\fa44";
}
.lnif-check-server:before {
  content: "\fa45";
}
.lnif-cloud-1:before {
  content: "\fa46";
}
.lnif-cloud-3:before {
  content: "\fa47";
}
.lnif-cloud-check-alt:before {
  content: "\fa48";
}
.lnif-cloud-check:before {
  content: "\fa49";
}
.lnif-cloud-computing-1:before {
  content: "\fa4a";
}
.lnif-cloud-computing:before {
  content: "\fa4b";
}
.lnif-cloud-download-1:before {
  content: "\fa4c";
}
.lnif-cloud-download:before {
  content: "\fa4d";
}
.lnif-cloud-network-2:before {
  content: "\fa4e";
}
.lnif-cloud-network:before {
  content: "\fa4f";
}
.lnif-cloud-search-1:before {
  content: "\fa50";
}
.lnif-cloud-search-2:before {
  content: "\fa51";
}
.lnif-cloud-search:before {
  content: "\fa52";
}
.lnif-cloud-server-1:before {
  content: "\fa53";
}
.lnif-cloud-server:before {
  content: "\fa54";
}
.lnif-cloud-sync-alt:before {
  content: "\fa55";
}
.lnif-cloud-sync:before {
  content: "\fa56";
}
.lnif-cloud-upload-alt:before {
  content: "\fa57";
}
.lnif-cloud-upload:before {
  content: "\fa58";
}
.lnif-cms:before {
  content: "\fa59";
}
.lnif-code-alt:before {
  content: "\fa5a";
}
.lnif-code-browser:before {
  content: "\fa5b";
}
.lnif-code-commit:before {
  content: "\fa5c";
}
.lnif-code-merge:before {
  content: "\fa5d";
}
.lnif-code:before {
  content: "\fa5e";
}
.lnif-coding-alt-1:before {
  content: "\fa5f";
}
.lnif-coding-alt:before {
  content: "\fa60";
}
.lnif-coding:before {
  content: "\fa61";
}
.lnif-cog-alt:before {
  content: "\fa62";
}
.lnif-cog:before {
  content: "\fa63";
}
.lnif-cogs-1:before {
  content: "\fa64";
}
.lnif-cogs-2:before {
  content: "\fa65";
}
.lnif-cogs:before {
  content: "\fa66";
}
.lnif-control-panel-alt:before {
  content: "\fa67";
}
.lnif-control-panel:before {
  content: "\fa68";
}
.lnif-copy-alt:before {
  content: "\fa69";
}
.lnif-copy:before {
  content: "\fa6a";
}
.lnif-cpu-alt:before {
  content: "\fa6b";
}
.lnif-cut:before {
  content: "\fa6c";
}
.lnif-dashboard:before {
  content: "\fa6d";
}
.lnif-database-1:before {
  content: "\fa6e";
}
.lnif-database-10:before {
  content: "\fa6f";
}
.lnif-database-11:before {
  content: "\fa70";
}
.lnif-database-2:before {
  content: "\fa71";
}
.lnif-database-3:before {
  content: "\fa72";
}
.lnif-database-7:before {
  content: "\fa73";
}
.lnif-database-8:before {
  content: "\fa74";
}
.lnif-database-9:before {
  content: "\fa75";
}
.lnif-database-down:before {
  content: "\fa76";
}
.lnif-database-up:before {
  content: "\fa77";
}
.lnif-database:before {
  content: "\fa78";
}
.lnif-devops:before {
  content: "\fa79";
}
.lnif-display-alt:before {
  content: "\fa7a";
}
.lnif-display:before {
  content: "\fa7b";
}
.lnif-domain:before {
  content: "\fa7c";
}
.lnif-down-server:before {
  content: "\fa7d";
}
.lnif-download-alt:before {
  content: "\fa7e";
}
.lnif-empty-battery:before {
  content: "\fa7f";
}
.lnif-empty-file:before {
  content: "\fa80";
}
.lnif-event:before {
  content: "\fa81";
}
.lnif-figma:before {
  content: "\fa82";
}
.lnif-file-download:before {
  content: "\fa83";
}
.lnif-file-exclamation:before {
  content: "\fa84";
}
.lnif-file-export:before {
  content: "\fa85";
}
.lnif-file-lock:before {
  content: "\fa86";
}
.lnif-file-name:before {
  content: "\fa87";
}
.lnif-file-pen:before {
  content: "\fa88";
}
.lnif-file-protection:before {
  content: "\fa89";
}
.lnif-file-upload-alt-1:before {
  content: "\fa8a";
}
.lnif-file-upload-alt:before {
  content: "\fa8b";
}
.lnif-file-upload:before {
  content: "\fa8c";
}
.lnif-file:before {
  content: "\fa8d";
}
.lnif-files-alt:before {
  content: "\fa8e";
}
.lnif-files:before {
  content: "\fa8f";
}
.lnif-fire-extinguisher:before {
  content: "\fa90";
}
.lnif-folder-alt-1:before {
  content: "\fa91";
}
.lnif-folder-alt:before {
  content: "\fa92";
}
.lnif-folder-networking-1:before {
  content: "\fa93";
}
.lnif-folder-networking-2:before {
  content: "\fa94";
}
.lnif-folder:before {
  content: "\fa95";
}
.lnif-full-battery:before {
  content: "\fa96";
}
.lnif-game-alt:before {
  content: "\fa97";
}
.lnif-game:before {
  content: "\fa98";
}
.lnif-half-battery:before {
  content: "\fa99";
}
.lnif-harddrive:before {
  content: "\fa9a";
}
.lnif-headphone-alt:before {
  content: "\fa9b";
}
.lnif-headphone:before {
  content: "\fa9c";
}
.lnif-id-card-alt:before {
  content: "\fa9d";
}
.lnif-image:before {
  content: "\fa9e";
}
.lnif-incognito-browser-1:before {
  content: "\fa9f";
}
.lnif-incognito-browser-alt:before {
  content: "\faa0";
}
.lnif-incognito-browser:before {
  content: "\faa1";
}
.lnif-information-alt:before {
  content: "\faa2";
}
.lnif-infrared:before {
  content: "\faa3";
}
.lnif-internet-alt:before {
  content: "\faa4";
}
.lnif-iot-mobile:before {
  content: "\faa5";
}
.lnif-IOT:before {
  content: "\faa6";
}
.lnif-jpg:before {
  content: "\faa7";
}
.lnif-keyboard:before {
  content: "\faa8";
}
.lnif-laptop-alt-keyboard:before {
  content: "\faa9";
}
.lnif-laptop-alt-switch:before {
  content: "\faaa";
}
.lnif-laptop-alt:before {
  content: "\faab";
}
.lnif-laptop-phone:before {
  content: "\faac";
}
.lnif-laptop-star-1:before {
  content: "\faad";
}
.lnif-laptop-star:before {
  content: "\faae";
}
.lnif-laptop-thumbs-down:before {
  content: "\faaf";
}
.lnif-laptop-thumbs-up:before {
  content: "\fab0";
}
.lnif-laptop:before {
  content: "\fab1";
}
.lnif-link-alt-1:before {
  content: "\fab2";
}
.lnif-link-alt-2:before {
  content: "\fab3";
}
.lnif-link-alt-3:before {
  content: "\fab4";
}
.lnif-link-alt-splash:before {
  content: "\fab5";
}
.lnif-link-alt:before {
  content: "\fab6";
}
.lnif-link:before {
  content: "\fab7";
}
.lnif-live-stream-alt:before {
  content: "\fab8";
}
.lnif-live-stream:before {
  content: "\fab9";
}
.lnif-low-battery:before {
  content: "\faba";
}
.lnif-magnet:before {
  content: "\fabb";
}
.lnif-mail-server:before {
  content: "\fabc";
}
.lnif-map-alt:before {
  content: "\fabd";
}
.lnif-map-marker:before {
  content: "\fabe";
}
.lnif-map:before {
  content: "\fabf";
}
.lnif-media-server:before {
  content: "\fac0";
}
.lnif-menu-alt-2:before {
  content: "\fac1";
}
.lnif-menu-alt-3:before {
  content: "\fac2";
}
.lnif-menu-alt-4:before {
  content: "\fac3";
}
.lnif-menu-alt-5:before {
  content: "\fac4";
}
.lnif-menu-alt:before {
  content: "\fac5";
}
.lnif-menu-circle:before {
  content: "\fac6";
}
.lnif-menu:before {
  content: "\fac7";
}
.lnif-merge:before {
  content: "\fac8";
}
.lnif-mic:before {
  content: "\fac9";
}
.lnif-microphone-alt-1:before {
  content: "\faca";
}
.lnif-microphone-alt:before {
  content: "\facb";
}
.lnif-microphone:before {
  content: "\facc";
}
.lnif-mobile-alt-button:before {
  content: "\facd";
}
.lnif-mobile-alt-rounded-bottom:before {
  content: "\face";
}
.lnif-mobile-alt-rounded:before {
  content: "\facf";
}
.lnif-mobile-application-alt:before {
  content: "\fad0";
}
.lnif-mobile-application:before {
  content: "\fad1";
}
.lnif-mobile:before {
  content: "\fad2";
}
.lnif-mouse-alt:before {
  content: "\fad3";
}
.lnif-mouse:before {
  content: "\fad4";
}
.lnif-network-1:before {
  content: "\fad5";
}
.lnif-network-cloud:before {
  content: "\fad6";
}
.lnif-networking:before {
  content: "\fad7";
}
.lnif-no-charge-battery:before {
  content: "\fad8";
}
.lnif-package:before {
  content: "\fad9";
}
.lnif-paper-plane:before {
  content: "\fada";
}
.lnif-paste:before {
  content: "\fadb";
}
.lnif-pdf:before {
  content: "\fadc";
}
.lnif-plug:before {
  content: "\fadd";
}
.lnif-png:before {
  content: "\fade";
}
.lnif-presentation:before {
  content: "\fadf";
}
.lnif-processor-alt:before {
  content: "\fae0";
}
.lnif-programmer:before {
  content: "\fae1";
}
.lnif-psd:before {
  content: "\fae2";
}
.lnif-recycle-alt:before {
  content: "\fae3";
}
.lnif-recycle:before {
  content: "\fae4";
}
.lnif-reload-alt-box:before {
  content: "\fae5";
}
.lnif-reload-alt:before {
  content: "\fae6";
}
.lnif-reload-browser:before {
  content: "\fae7";
}
.lnif-remove-file:before {
  content: "\fae8";
}
.lnif-rotation:before {
  content: "\fae9";
}
.lnif-rss-feed:before {
  content: "\faea";
}
.lnif-save-alt:before {
  content: "\faeb";
}
.lnif-save:before {
  content: "\faec";
}
.lnif-scan:before {
  content: "\faed";
}
.lnif-scroll-down:before {
  content: "\faee";
}
.lnif-search-alt:before {
  content: "\faef";
}
.lnif-search:before {
  content: "\faf0";
}
.lnif-send:before {
  content: "\faf1";
}
.lnif-server-14:before {
  content: "\faf2";
}
.lnif-server-15:before {
  content: "\faf3";
}
.lnif-server-18:before {
  content: "\faf4";
}
.lnif-server-19:before {
  content: "\faf5";
}
.lnif-server-2:before {
  content: "\faf6";
}
.lnif-server-3:before {
  content: "\faf7";
}
.lnif-server-4:before {
  content: "\faf8";
}
.lnif-server-5:before {
  content: "\faf9";
}
.lnif-server-6:before {
  content: "\fafa";
}
.lnif-server-7:before {
  content: "\fafb";
}
.lnif-server-8:before {
  content: "\fafc";
}
.lnif-server-9:before {
  content: "\fafd";
}
.lnif-server:before {
  content: "\fafe";
}
.lnif-share-1:before {
  content: "\faff";
}
.lnif-share-alt:before {
  content: "\fb00";
}
.lnif-share:before {
  content: "\fb01";
}
.lnif-shopping-basket:before {
  content: "\fb02";
}
.lnif-shortcode:before {
  content: "\fb03";
}
.lnif-signal:before {
  content: "\fb04";
}
.lnif-sim-card:before {
  content: "\fb05";
}
.lnif-sitemap:before {
  content: "\fb06";
}
.lnif-smart-cloud-1:before {
  content: "\fb07";
}
.lnif-smart-cloud:before {
  content: "\fb08";
}
.lnif-smart-home:before {
  content: "\fb09";
}
.lnif-software-deployment:before {
  content: "\fb0a";
}
.lnif-speedometer-alt-1:before {
  content: "\fb0b";
}
.lnif-speedometer-alt:before {
  content: "\fb0c";
}
.lnif-speedometer:before {
  content: "\fb0d";
}
.lnif-ssd-1:before {
  content: "\fb0e";
}
.lnif-ssd:before {
  content: "\fb0f";
}
.lnif-star-empty:before {
  content: "\fb10";
}
.lnif-star-half:before {
  content: "\fb11";
}
.lnif-star:before {
  content: "\fb12";
}
.lnif-svg:before {
  content: "\fb13";
}
.lnif-switch-alt:before {
  content: "\fb14";
}
.lnif-tab:before {
  content: "\fb15";
}
.lnif-tap:before {
  content: "\fb16";
}
.lnif-terminal:before {
  content: "\fb17";
}
.lnif-tether:before {
  content: "\fb18";
}
.lnif-thumbnail:before {
  content: "\fb19";
}
.lnif-timer:before {
  content: "\fb1a";
}
.lnif-trash-can-alt:before {
  content: "\fb1b";
}
.lnif-trash-can:before {
  content: "\fb1c";
}
.lnif-tv-1:before {
  content: "\fb1d";
}
.lnif-tv:before {
  content: "\fb1e";
}
.lnif-unlink:before {
  content: "\fb1f";
}
.lnif-up-server:before {
  content: "\fb20";
}
.lnif-upload-alt:before {
  content: "\fb21";
}
.lnif-upload:before {
  content: "\fb22";
}
.lnif-usb:before {
  content: "\fb23";
}
.lnif-user-alt-2:before {
  content: "\fb24";
}
.lnif-users-2:before {
  content: "\fb25";
}
.lnif-users:before {
  content: "\fb26";
}
.lnif-vector-node-1:before {
  content: "\fb27";
}
.lnif-vector-node-11:before {
  content: "\fb28";
}
.lnif-vector-node-alt:before {
  content: "\fb29";
}
.lnif-vector-node:before {
  content: "\fb2a";
}
.lnif-virtual-reality-alt:before {
  content: "\fb2b";
}
.lnif-vr-alt-1:before {
  content: "\fb2c";
}
.lnif-vr-alt:before {
  content: "\fb2d";
}
.lnif-vr-browser:before {
  content: "\fb2e";
}
.lnif-vr-bug:before {
  content: "\fb2f";
}
.lnif-vr-chat:before {
  content: "\fb30";
}
.lnif-vr-design:before {
  content: "\fb31";
}
.lnif-vr-glasses:before {
  content: "\fb32";
}
.lnif-vr-laptop:before {
  content: "\fb33";
}
.lnif-vr-monitor-1:before {
  content: "\fb34";
}
.lnif-vr-monitor-2:before {
  content: "\fb35";
}
.lnif-vr-monitor:before {
  content: "\fb36";
}
.lnif-vr-motion:before {
  content: "\fb37";
}
.lnif-vr-tech:before {
  content: "\fb38";
}
.lnif-vr:before {
  content: "\fb39";
}
.lnif-walkie-talkie:before {
  content: "\fb3a";
}
.lnif-webcam-alt:before {
  content: "\fb3b";
}
.lnif-website-alt:before {
  content: "\fb3c";
}
.lnif-website-browser:before {
  content: "\fb3d";
}
.lnif-website:before {
  content: "\fb3e";
}
.lnif-wifi-alt:before {
  content: "\fb3f";
}
.lnif-wifi-error:before {
  content: "\fb40";
}
.lnif-wifi:before {
  content: "\fb41";
}
.lnif-window-maximize:before {
  content: "\fb42";
}
.lnif-window-restore:before {
  content: "\fb43";
}
.lnif-wire:before {
  content: "\fb44";
}
.lnif-word:before {
  content: "\fb45";
}
.lnif-zip:before {
  content: "\fb46";
}
.lnif-zoom-in-alt:before {
  content: "\fb47";
}
.lnif-zoom-in:before {
  content: "\fb48";
}
.lnif-zoom-out-alt:before {
  content: "\fb49";
}
.lnif-zoom-out:before {
  content: "\fb4a";
}
.lnif-cipher:before {
  content: "\fb4b";
}
.lnif-coinbase-1:before {
  content: "\fb4c";
}
.lnif-dogecoin:before {
  content: "\fb4d";
}
.lnif-ethereum-2:before {
  content: "\fb4e";
}
.lnif-litecoin:before {
  content: "\fb4f";
}
.lnif-metaverse-1:before {
  content: "\fb50";
}
.lnif-metaverse-2:before {
  content: "\fb51";
}
.lnif-metaverse-3:before {
  content: "\fb52";
}
.lnif-metaverse-4:before {
  content: "\fb53";
}
.lnif-metaverse-5:before {
  content: "\fb54";
}
.lnif-metaverse-6:before {
  content: "\fb55";
}
.lnif-metaverse-7:before {
  content: "\fb56";
}
.lnif-swap:before {
  content: "\fb57";
}
.lnif-swap2:before {
  content: "\fb58";
}
.lnif-swap3:before {
  content: "\fb59";
}
.lnif-balloons-wedding:before {
  content: "\fb5a";
}
.lnif-bell-wedding:before {
  content: "\fb5b";
}
.lnif-bouquet:before {
  content: "\fb5c";
}
.lnif-bowtie-alt-1:before {
  content: "\fb5d";
}
.lnif-bowtie-alt:before {
  content: "\fb5e";
}
.lnif-bowtie:before {
  content: "\fb5f";
}
.lnif-calendar-wedding:before {
  content: "\fb60";
}
.lnif-camera-wedding:before {
  content: "\fb61";
}
.lnif-candelabra:before {
  content: "\fb62";
}
.lnif-car-wedding:before {
  content: "\fb63";
}
.lnif-champagne:before {
  content: "\fb64";
}
.lnif-clipboard-heart:before {
  content: "\fb65";
}
.lnif-cupcake-alt-2:before {
  content: "\fb66";
}
.lnif-cupid-alt:before {
  content: "\fb67";
}
.lnif-cupid:before {
  content: "\fb68";
}
.lnif-diamond:before {
  content: "\fb69";
}
.lnif-door-hanger:before {
  content: "\fb6a";
}
.lnif-dove:before {
  content: "\fb6b";
}
.lnif-flower-alt-2:before {
  content: "\fb6c";
}
.lnif-gift-heart:before {
  content: "\fb6d";
}
.lnif-hearts:before {
  content: "\fb6e";
}
.lnif-home-3:before {
  content: "\fb6f";
}
.lnif-invitation:before {
  content: "\fb70";
}
.lnif-key-wedding:before {
  content: "\fb71";
}
.lnif-kiss-lip:before {
  content: "\fb72";
}
.lnif-location-wedding:before {
  content: "\fb73";
}
.lnif-love-alt:before {
  content: "\fb74";
}
.lnif-love-pair:before {
  content: "\fb75";
}
.lnif-love-potion:before {
  content: "\fb76";
}
.lnif-luggage:before {
  content: "\fb77";
}
.lnif-microphone-alt-2:before {
  content: "\fb78";
}
.lnif-necklace:before {
  content: "\fb79";
}
.lnif-padlock-love:before {
  content: "\fb7a";
}
.lnif-plate-alt:before {
  content: "\fb7b";
}
.lnif-ring-alt-1:before {
  content: "\fb7c";
}
.lnif-ring-alt-3:before {
  content: "\fb7d";
}
.lnif-shopping-wedding:before {
  content: "\fb7e";
}
.lnif-toast:before {
  content: "\fb7f";
}
.lnif-video-wedding:before {
  content: "\fb80";
}
.lnif-waiter:before {
  content: "\fb81";
}
.lnif-wedding-arch:before {
  content: "\fb82";
}
.lnif-wedding-bed:before {
  content: "\fb83";
}
.lnif-wedding-cake:before {
  content: "\fb84";
}
.lnif-wedding-dress:before {
  content: "\fb85";
}
.lnif-wedding-shoe:before {
  content: "\fb86";
}
.lnif-wedding-song-alt:before {
  content: "\fb87";
}
.lnif-wedding-song:before {
  content: "\fb88";
}
.lnif-wedding-video-camera:before {
  content: "\fb89";
}

/* ../6-common-assets/fonts/line-icons/light/lineicons-light.css */
@font-face {
  font-family: "lineicons-light";
  src:
    url("./media/lineicons-light.ttf?bf736521ec16ec9802c335d04475ce57") format("truetype"),
    url("./media/lineicons-light.woff?bf736521ec16ec9802c335d04475ce57") format("woff"),
    url("./media/lineicons-light.woff2?bf736521ec16ec9802c335d04475ce57") format("woff2");
}
i[class^=lnil-]:before,
i[class*=" lnil-"]:before {
  font-family: lineicons-light !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.lnil-baby-chicken:before {
  content: "\f101";
}
.lnil-barn:before {
  content: "\f102";
}
.lnil-corn:before {
  content: "\f103";
}
.lnil-cow:before {
  content: "\f104";
}
.lnil-egg:before {
  content: "\f105";
}
.lnil-flower-alt-1:before {
  content: "\f106";
}
.lnil-grass:before {
  content: "\f107";
}
.lnil-hen:before {
  content: "\f108";
}
.lnil-pruning-shears:before {
  content: "\f109";
}
.lnil-reservoir-1:before {
  content: "\f10a";
}
.lnil-reservoir:before {
  content: "\f10b";
}
.lnil-scythe-1:before {
  content: "\f10c";
}
.lnil-scythe:before {
  content: "\f10d";
}
.lnil-seeds-1:before {
  content: "\f10e";
}
.lnil-seeds:before {
  content: "\f10f";
}
.lnil-silo:before {
  content: "\f110";
}
.lnil-sprout-alt:before {
  content: "\f111";
}
.lnil-sunflower:before {
  content: "\f112";
}
.lnil-tob-plant:before {
  content: "\f113";
}
.lnil-tomato:before {
  content: "\f114";
}
.lnil-Tractor-1:before {
  content: "\f115";
}
.lnil-watering-can:before {
  content: "\f116";
}
.lnil-weathercock:before {
  content: "\f117";
}
.lnil-well:before {
  content: "\f118";
}
.lnil-windmill:before {
  content: "\f119";
}
.lnil-bat:before {
  content: "\f11a";
}
.lnil-butterfly:before {
  content: "\f11b";
}
.lnil-camel:before {
  content: "\f11c";
}
.lnil-cat:before {
  content: "\f11d";
}
.lnil-chicken:before {
  content: "\f11e";
}
.lnil-cow-alt:before {
  content: "\f11f";
}
.lnil-crab:before {
  content: "\f120";
}
.lnil-crocodile:before {
  content: "\f121";
}
.lnil-crow:before {
  content: "\f122";
}
.lnil-dog:before {
  content: "\f123";
}
.lnil-dolphin:before {
  content: "\f124";
}
.lnil-duck:before {
  content: "\f125";
}
.lnil-elephant:before {
  content: "\f126";
}
.lnil-fish:before {
  content: "\f127";
}
.lnil-frog-alt:before {
  content: "\f128";
}
.lnil-frog:before {
  content: "\f129";
}
.lnil-gorilla:before {
  content: "\f12a";
}
.lnil-horse:before {
  content: "\f12b";
}
.lnil-jellyfish:before {
  content: "\f12c";
}
.lnil-koala:before {
  content: "\f12d";
}
.lnil-monkey:before {
  content: "\f12e";
}
.lnil-paw-sample:before {
  content: "\f12f";
}
.lnil-pig:before {
  content: "\f130";
}
.lnil-rabbit:before {
  content: "\f131";
}
.lnil-seal:before {
  content: "\f132";
}
.lnil-shark:before {
  content: "\f133";
}
.lnil-sheep:before {
  content: "\f134";
}
.lnil-turtle:before {
  content: "\f135";
}
.lnil-walrus:before {
  content: "\f136";
}
.lnil-whale:before {
  content: "\f137";
}
.lnil-amex:before {
  content: "\f138";
}
.lnil-android:before {
  content: "\f139";
}
.lnil-apple-brand:before {
  content: "\f13a";
}
.lnil-behance:before {
  content: "\f13b";
}
.lnil-bitbucket:before {
  content: "\f13c";
}
.lnil-bitcoin:before {
  content: "\f13d";
}
.lnil-chrome:before {
  content: "\f13e";
}
.lnil-css3:before {
  content: "\f13f";
}
.lnil-dribbble:before {
  content: "\f140";
}
.lnil-dropbox:before {
  content: "\f141";
}
.lnil-drupal:before {
  content: "\f142";
}
.lnil-facebook-line:before {
  content: "\f143";
}
.lnil-firefox:before {
  content: "\f144";
}
.lnil-github:before {
  content: "\f145";
}
.lnil-html5:before {
  content: "\f146";
}
.lnil-instagram:before {
  content: "\f147";
}
.lnil-paypal:before {
  content: "\f148";
}
.lnil-quora:before {
  content: "\f149";
}
.lnil-reddit:before {
  content: "\f14a";
}
.lnil-slack-line:before {
  content: "\f14b";
}
.lnil-soundcloud:before {
  content: "\f14c";
}
.lnil-twitter:before {
  content: "\f14d";
}
.lnil-visa:before {
  content: "\f14e";
}
.lnil-apartments-alt-1:before {
  content: "\f14f";
}
.lnil-apartments-alt-10:before {
  content: "\f150";
}
.lnil-apartments-alt-11:before {
  content: "\f151";
}
.lnil-apartments-alt-12:before {
  content: "\f152";
}
.lnil-apartments-alt-2:before {
  content: "\f153";
}
.lnil-apartments-alt-3:before {
  content: "\f154";
}
.lnil-apartments-alt-4:before {
  content: "\f155";
}
.lnil-apartments-alt-5:before {
  content: "\f156";
}
.lnil-apartments-alt-6:before {
  content: "\f157";
}
.lnil-apartments-alt-7:before {
  content: "\f158";
}
.lnil-apartments-alt-8:before {
  content: "\f159";
}
.lnil-apartments-alt-9:before {
  content: "\f15a";
}
.lnil-apartments-alt:before {
  content: "\f15b";
}
.lnil-apartments:before {
  content: "\f15c";
}
.lnil-arch:before {
  content: "\f15d";
}
.lnil-archway:before {
  content: "\f15e";
}
.lnil-boiler-alt:before {
  content: "\f15f";
}
.lnil-boiler:before {
  content: "\f160";
}
.lnil-buildings-alt-1:before {
  content: "\f161";
}
.lnil-buildings-alt-2:before {
  content: "\f162";
}
.lnil-buildings-alt-3:before {
  content: "\f163";
}
.lnil-buildings-alt-4:before {
  content: "\f164";
}
.lnil-buildings-alt-5:before {
  content: "\f165";
}
.lnil-buildings-alt:before {
  content: "\f166";
}
.lnil-buildings:before {
  content: "\f167";
}
.lnil-burj-al-arab:before {
  content: "\f168";
}
.lnil-castle-alt-1:before {
  content: "\f169";
}
.lnil-castle-alt-2:before {
  content: "\f16a";
}
.lnil-castle-alt-3:before {
  content: "\f16b";
}
.lnil-castle-alt-5:before {
  content: "\f16c";
}
.lnil-castle-alt-6:before {
  content: "\f16d";
}
.lnil-castle-alt-7:before {
  content: "\f16e";
}
.lnil-castle-alt:before {
  content: "\f16f";
}
.lnil-castle:before {
  content: "\f170";
}
.lnil-church-alt-1:before {
  content: "\f171";
}
.lnil-church-alt:before {
  content: "\f172";
}
.lnil-cottage-alt-1:before {
  content: "\f173";
}
.lnil-cottage-alt-2:before {
  content: "\f174";
}
.lnil-cottage-alt:before {
  content: "\f175";
}
.lnil-cottage:before {
  content: "\f176";
}
.lnil-court-alt-1:before {
  content: "\f177";
}
.lnil-court-alt:before {
  content: "\f178";
}
.lnil-court-building:before {
  content: "\f179";
}
.lnil-court-house:before {
  content: "\f17a";
}
.lnil-factory-alt-1:before {
  content: "\f17b";
}
.lnil-factory-alt-2:before {
  content: "\f17c";
}
.lnil-factory-alt-3:before {
  content: "\f17d";
}
.lnil-factory-alt-4:before {
  content: "\f17e";
}
.lnil-factory-alt-5:before {
  content: "\f17f";
}
.lnil-factory-alt-6:before {
  content: "\f180";
}
.lnil-factory-alt:before {
  content: "\f181";
}
.lnil-factory:before {
  content: "\f182";
}
.lnil-flats-alt-1:before {
  content: "\f183";
}
.lnil-flats-alt-2:before {
  content: "\f184";
}
.lnil-flats-alt:before {
  content: "\f185";
}
.lnil-fortress:before {
  content: "\f186";
}
.lnil-home-10:before {
  content: "\f187";
}
.lnil-home-6:before {
  content: "\f188";
}
.lnil-home-7:before {
  content: "\f189";
}
.lnil-home-8x:before {
  content: "\f18a";
}
.lnil-home-9:before {
  content: "\f18b";
}
.lnil-house-alt-2:before {
  content: "\f18c";
}
.lnil-house-alt-3:before {
  content: "\f18d";
}
.lnil-house-alt-4:before {
  content: "\f18e";
}
.lnil-house-alt-5:before {
  content: "\f18f";
}
.lnil-house-alt-6:before {
  content: "\f190";
}
.lnil-house-alt:before {
  content: "\f191";
}
.lnil-housing-alt:before {
  content: "\f192";
}
.lnil-hut-alt-2:before {
  content: "\f193";
}
.lnil-hut-alt-3:before {
  content: "\f194";
}
.lnil-hut-alt-4:before {
  content: "\f195";
}
.lnil-achievement:before {
  content: "\f196";
}
.lnil-agenda:before {
  content: "\f197";
}
.lnil-analytics-alt-1:before {
  content: "\f198";
}
.lnil-apartment-alt:before {
  content: "\f199";
}
.lnil-apartment:before {
  content: "\f19a";
}
.lnil-balance-1:before {
  content: "\f19b";
}
.lnil-balance:before {
  content: "\f19c";
}
.lnil-briefcase-alt:before {
  content: "\f19d";
}
.lnil-cart-alt:before {
  content: "\f19e";
}
.lnil-cart-down:before {
  content: "\f19f";
}
.lnil-cart-empty:before {
  content: "\f1a0";
}
.lnil-cart-full:before {
  content: "\f1a1";
}
.lnil-cart:before {
  content: "\f1a2";
}
.lnil-chinese-yuan-round:before {
  content: "\f1a3";
}
.lnil-coin-dollar-round:before {
  content: "\f1a4";
}
.lnil-consulting:before {
  content: "\f1a5";
}
.lnil-customer:before {
  content: "\f1a6";
}
.lnil-delivery:before {
  content: "\f1a7";
}
.lnil-desk:before {
  content: "\f1a8";
}
.lnil-digital-currency:before {
  content: "\f1a9";
}
.lnil-euro-coin-round:before {
  content: "\f1aa";
}
.lnil-exchange-alt:before {
  content: "\f1ab";
}
.lnil-finance:before {
  content: "\f1ac";
}
.lnil-flow-chart-alt:before {
  content: "\f1ad";
}
.lnil-fuel:before {
  content: "\f1ae";
}
.lnil-global:before {
  content: "\f1af";
}
.lnil-grow:before {
  content: "\f1b0";
}
.lnil-handshake-alt-1:before {
  content: "\f1b1";
}
.lnil-handshake-alt:before {
  content: "\f1b2";
}
.lnil-handshake:before {
  content: "\f1b3";
}
.lnil-hierchy-alt-1:before {
  content: "\f1b4";
}
.lnil-hierchy-alt:before {
  content: "\f1b5";
}
.lnil-hierchy:before {
  content: "\f1b6";
}
.lnil-inbox-full:before {
  content: "\f1b7";
}
.lnil-invest-monitor:before {
  content: "\f1b8";
}
.lnil-investment:before {
  content: "\f1b9";
}
.lnil-license:before {
  content: "\f1ba";
}
.lnil-megaphone-1:before {
  content: "\f1bb";
}
.lnil-megaphone-2:before {
  content: "\f1bc";
}
.lnil-megaphone-alt:before {
  content: "\f1bd";
}
.lnil-notepad:before {
  content: "\f1be";
}
.lnil-offer:before {
  content: "\f1bf";
}
.lnil-office-plan:before {
  content: "\f1c0";
}
.lnil-paperclip:before {
  content: "\f1c1";
}
.lnil-pie-chart-alt:before {
  content: "\f1c2";
}
.lnil-pie-chart-dollar:before {
  content: "\f1c3";
}
.lnil-pie-chart:before {
  content: "\f1c4";
}
.lnil-pie-report:before {
  content: "\f1c5";
}
.lnil-pin-alt:before {
  content: "\f1c6";
}
.lnil-pin:before {
  content: "\f1c7";
}
.lnil-quotation:before {
  content: "\f1c8";
}
.lnil-revenue:before {
  content: "\f1c9";
}
.lnil-sales-report:before {
  content: "\f1ca";
}
.lnil-scale-machine:before {
  content: "\f1cb";
}
.lnil-seo-consulting:before {
  content: "\f1cc";
}
.lnil-signature:before {
  content: "\f1cd";
}
.lnil-stamp:before {
  content: "\f1ce";
}
.lnil-stapler:before {
  content: "\f1cf";
}
.lnil-stats-down:before {
  content: "\f1d0";
}
.lnil-stats-up:before {
  content: "\f1d1";
}
.lnil-swatches:before {
  content: "\f1d2";
}
.lnil-table:before {
  content: "\f1d3";
}
.lnil-tablet-alt:before {
  content: "\f1d4";
}
.lnil-tag:before {
  content: "\f1d5";
}
.lnil-target-achievement:before {
  content: "\f1d6";
}
.lnil-target-alt-1:before {
  content: "\f1d7";
}
.lnil-target-alt:before {
  content: "\f1d8";
}
.lnil-target-remove:before {
  content: "\f1d9";
}
.lnil-target-revenue:before {
  content: "\f1da";
}
.lnil-target:before {
  content: "\f1db";
}
.lnil-tie:before {
  content: "\f1dc";
}
.lnil-bubble-alt:before {
  content: "\f1dd";
}
.lnil-chat-add-alt:before {
  content: "\f1de";
}
.lnil-chat-add:before {
  content: "\f1df";
}
.lnil-chat-alt-1:before {
  content: "\f1e0";
}
.lnil-chat-alt-10:before {
  content: "\f1e1";
}
.lnil-chat-alt-11:before {
  content: "\f1e2";
}
.lnil-chat-alt-12:before {
  content: "\f1e3";
}
.lnil-chat-alt-3:before {
  content: "\f1e4";
}
.lnil-chat-alt-4:before {
  content: "\f1e5";
}
.lnil-chat-alt-5:before {
  content: "\f1e6";
}
.lnil-chat-alt-6:before {
  content: "\f1e7";
}
.lnil-chat-alt-7:before {
  content: "\f1e8";
}
.lnil-chat-alt-8:before {
  content: "\f1e9";
}
.lnil-chat-alt-9:before {
  content: "\f1ea";
}
.lnil-chat-alt:before {
  content: "\f1eb";
}
.lnil-chat-check-alt:before {
  content: "\f1ec";
}
.lnil-chat-check:before {
  content: "\f1ed";
}
.lnil-chat-delete:before {
  content: "\f1ee";
}
.lnil-chat-remove:before {
  content: "\f1ef";
}
.lnil-comments-alt-1:before {
  content: "\f1f0";
}
.lnil-comments-alt:before {
  content: "\f1f1";
}
.lnil-anchor:before {
  content: "\f1f2";
}
.lnil-bi-cycle:before {
  content: "\f1f3";
}
.lnil-boarding-pass-alt:before {
  content: "\f1f4";
}
.lnil-boarding-pass:before {
  content: "\f1f5";
}
.lnil-bridge-alt-1:before {
  content: "\f1f6";
}
.lnil-bridge-alt-2:before {
  content: "\f1f7";
}
.lnil-bridge-alt-3:before {
  content: "\f1f8";
}
.lnil-bridge-alt-4:before {
  content: "\f1f9";
}
.lnil-bridge-alt:before {
  content: "\f1fa";
}
.lnil-bridge:before {
  content: "\f1fb";
}
.lnil-bubble:before {
  content: "\f1fc";
}
.lnil-bullhorn:before {
  content: "\f1fd";
}
.lnil-bus:before {
  content: "\f1fe";
}
.lnil-car-alt-1:before {
  content: "\f1ff";
}
.lnil-car-alt-2:before {
  content: "\f200";
}
.lnil-car-alt-3:before {
  content: "\f201";
}
.lnil-car-alt-4:before {
  content: "\f202";
}
.lnil-car-alt:before {
  content: "\f203";
}
.lnil-car:before {
  content: "\f204";
}
.lnil-caravan:before {
  content: "\f205";
}
.lnil-chat-add-alt-2:before {
  content: "\f206";
}
.lnil-chat-minus:before {
  content: "\f207";
}
.lnil-comments-alt-2:before {
  content: "\f208";
}
.lnil-comments-reply:before {
  content: "\f209";
}
.lnil-comments:before {
  content: "\f20a";
}
.lnil-delivery-truck-5:before {
  content: "\f20b";
}
.lnil-envelope-alt:before {
  content: "\f20c";
}
.lnil-envelope:before {
  content: "\f20d";
}
.lnil-helicopter:before {
  content: "\f20e";
}
.lnil-inbox:before {
  content: "\f20f";
}
.lnil-kayak:before {
  content: "\f210";
}
.lnil-mailbox:before {
  content: "\f211";
}
.lnil-megaphone:before {
  content: "\f212";
}
.lnil-message-attachement:before {
  content: "\f213";
}
.lnil-message-block:before {
  content: "\f214";
}
.lnil-message-check:before {
  content: "\f215";
}
.lnil-message-cross:before {
  content: "\f216";
}
.lnil-message-desktop:before {
  content: "\f217";
}
.lnil-message-edit:before {
  content: "\f218";
}
.lnil-message-forward:before {
  content: "\f219";
}
.lnil-message-incoming:before {
  content: "\f21a";
}
.lnil-message-info:before {
  content: "\f21b";
}
.lnil-message-laptop:before {
  content: "\f21c";
}
.lnil-message-lock:before {
  content: "\f21d";
}
.lnil-message-love:before {
  content: "\f21e";
}
.lnil-message-minus:before {
  content: "\f21f";
}
.lnil-message-outgoing:before {
  content: "\f220";
}
.lnil-message-people-alt:before {
  content: "\f221";
}
.lnil-message-people:before {
  content: "\f222";
}
.lnil-message-plus:before {
  content: "\f223";
}
.lnil-message-reply:before {
  content: "\f224";
}
.lnil-message-search:before {
  content: "\f225";
}
.lnil-message-share:before {
  content: "\f226";
}
.lnil-message-shield:before {
  content: "\f227";
}
.lnil-mobile-alt-1:before {
  content: "\f228";
}
.lnil-mobile-alt:before {
  content: "\f229";
}
.lnil-mobile-chat:before {
  content: "\f22a";
}
.lnil-mobile-signal-out:before {
  content: "\f22b";
}
.lnil-page:before {
  content: "\f22c";
}
.lnil-phone-block:before {
  content: "\f22d";
}
.lnil-phone-caling:before {
  content: "\f22e";
}
.lnil-phone-calling-alt:before {
  content: "\f22f";
}
.lnil-phone-conference:before {
  content: "\f230";
}
.lnil-phone-cut:before {
  content: "\f231";
}
.lnil-phone-forward:before {
  content: "\f232";
}
.lnil-phone-incoming:before {
  content: "\f233";
}
.lnil-phone-misscall:before {
  content: "\f234";
}
.lnil-phone-outgoing:before {
  content: "\f235";
}
.lnil-phone-pause:before {
  content: "\f236";
}
.lnil-phone-redial:before {
  content: "\f237";
}
.lnil-phone-ring:before {
  content: "\f238";
}
.lnil-phone-set:before {
  content: "\f239";
}
.lnil-phone:before {
  content: "\f23a";
}
.lnil-plane-alt:before {
  content: "\f23b";
}
.lnil-plane:before {
  content: "\f23c";
}
.lnil-popup:before {
  content: "\f23d";
}
.lnil-postcard:before {
  content: "\f23e";
}
.lnil-reply:before {
  content: "\f23f";
}
.lnil-road-alt-1:before {
  content: "\f240";
}
.lnil-road-alt:before {
  content: "\f241";
}
.lnil-road:before {
  content: "\f242";
}
.lnil-scooter:before {
  content: "\f243";
}
.lnil-ship:before {
  content: "\f244";
}
.lnil-signal-alt:before {
  content: "\f245";
}
.lnil-signal-slash:before {
  content: "\f246";
}
.lnil-speech-bubble-1:before {
  content: "\f247";
}
.lnil-speech-bubble-10:before {
  content: "\f248";
}
.lnil-speech-bubble-11:before {
  content: "\f249";
}
.lnil-speech-bubble-12:before {
  content: "\f24a";
}
.lnil-speech-bubble-13:before {
  content: "\f24b";
}
.lnil-speech-bubble-14:before {
  content: "\f24c";
}
.lnil-speech-bubble-15:before {
  content: "\f24d";
}
.lnil-speech-bubble-16:before {
  content: "\f24e";
}
.lnil-speech-bubble-17:before {
  content: "\f24f";
}
.lnil-speech-bubble-18:before {
  content: "\f250";
}
.lnil-speech-bubble-19:before {
  content: "\f251";
}
.lnil-speech-bubble-2:before {
  content: "\f252";
}
.lnil-speech-bubble-20:before {
  content: "\f253";
}
.lnil-speech-bubble-21:before {
  content: "\f254";
}
.lnil-speech-bubble-22:before {
  content: "\f255";
}
.lnil-speech-bubble-23:before {
  content: "\f256";
}
.lnil-speech-bubble-24:before {
  content: "\f257";
}
.lnil-speech-bubble-25:before {
  content: "\f258";
}
.lnil-speech-bubble-26:before {
  content: "\f259";
}
.lnil-speech-bubble-27:before {
  content: "\f25a";
}
.lnil-speech-bubble-28:before {
  content: "\f25b";
}
.lnil-speech-bubble-29:before {
  content: "\f25c";
}
.lnil-speech-bubble-3:before {
  content: "\f25d";
}
.lnil-speech-bubble-30:before {
  content: "\f25e";
}
.lnil-speech-bubble-31:before {
  content: "\f25f";
}
.lnil-speech-bubble-32:before {
  content: "\f260";
}
.lnil-speech-bubble-33:before {
  content: "\f261";
}
.lnil-speech-bubble-34:before {
  content: "\f262";
}
.lnil-speech-bubble-35:before {
  content: "\f263";
}
.lnil-speech-bubble-36:before {
  content: "\f264";
}
.lnil-speech-bubble-37:before {
  content: "\f265";
}
.lnil-speech-bubble-38:before {
  content: "\f266";
}
.lnil-speech-bubble-39:before {
  content: "\f267";
}
.lnil-speech-bubble-4:before {
  content: "\f268";
}
.lnil-speech-bubble-40:before {
  content: "\f269";
}
.lnil-speech-bubble-41:before {
  content: "\f26a";
}
.lnil-speech-bubble-42:before {
  content: "\f26b";
}
.lnil-speech-bubble-43:before {
  content: "\f26c";
}
.lnil-speech-bubble-44:before {
  content: "\f26d";
}
.lnil-speech-bubble-45:before {
  content: "\f26e";
}
.lnil-speech-bubble-46:before {
  content: "\f26f";
}
.lnil-speech-bubble-5:before {
  content: "\f270";
}
.lnil-speech-bubble-6:before {
  content: "\f271";
}
.lnil-speech-bubble-8:before {
  content: "\f272";
}
.lnil-speech-bubble-9:before {
  content: "\f273";
}
.lnil-support:before {
  content: "\f274";
}
.lnil-target-mail:before {
  content: "\f275";
}
.lnil-taxi:before {
  content: "\f276";
}
.lnil-train-alt:before {
  content: "\f277";
}
.lnil-train:before {
  content: "\f278";
}
.lnil-wifi-slash:before {
  content: "\f279";
}
.lnil-yacht-1:before {
  content: "\f27a";
}
.lnil-yacht-2:before {
  content: "\f27b";
}
.lnil-yacht-3:before {
  content: "\f27c";
}
.lnil-yacht:before {
  content: "\f27d";
}
.lnil-axe:before {
  content: "\f27e";
}
.lnil-backhoe:before {
  content: "\f27f";
}
.lnil-barrier-alt:before {
  content: "\f280";
}
.lnil-boundary:before {
  content: "\f281";
}
.lnil-brick-wall-alt:before {
  content: "\f282";
}
.lnil-brick-wall:before {
  content: "\f283";
}
.lnil-bricks-alt:before {
  content: "\f284";
}
.lnil-bricks:before {
  content: "\f285";
}
.lnil-broom:before {
  content: "\f286";
}
.lnil-building-alt-1:before {
  content: "\f287";
}
.lnil-building-alt:before {
  content: "\f288";
}
.lnil-bulldozer:before {
  content: "\f289";
}
.lnil-cement-truck:before {
  content: "\f28a";
}
.lnil-compass-alt:before {
  content: "\f28b";
}
.lnil-cone-alt:before {
  content: "\f28c";
}
.lnil-cone:before {
  content: "\f28d";
}
.lnil-construction-hammer:before {
  content: "\f28e";
}
.lnil-construction-rular:before {
  content: "\f28f";
}
.lnil-construction:before {
  content: "\f290";
}
.lnil-crane:before {
  content: "\f291";
}
.lnil-cutter:before {
  content: "\f292";
}
.lnil-demolition:before {
  content: "\f293";
}
.lnil-derrick-alt-1:before {
  content: "\f294";
}
.lnil-derrick-alt-2:before {
  content: "\f295";
}
.lnil-derrick-alt-3:before {
  content: "\f296";
}
.lnil-derrick-alt:before {
  content: "\f297";
}
.lnil-derrick:before {
  content: "\f298";
}
.lnil-derricks:before {
  content: "\f299";
}
.lnil-door-alt:before {
  content: "\f29a";
}
.lnil-door:before {
  content: "\f29b";
}
.lnil-doors:before {
  content: "\f29c";
}
.lnil-drill:before {
  content: "\f29d";
}
.lnil-drilling:before {
  content: "\f29e";
}
.lnil-fence-alt:before {
  content: "\f29f";
}
.lnil-flags-alt:before {
  content: "\f2a0";
}
.lnil-fuel-truck:before {
  content: "\f2a1";
}
.lnil-garbage-truck:before {
  content: "\f2a2";
}
.lnil-hammer-alt:before {
  content: "\f2a3";
}
.lnil-hammer:before {
  content: "\f2a4";
}
.lnil-helmet-alt:before {
  content: "\f2a5";
}
.lnil-helmet:before {
  content: "\f2a6";
}
.lnil-hook:before {
  content: "\f2a7";
}
.lnil-house-alt-1:before {
  content: "\f2a8";
}
.lnil-house-heart:before {
  content: "\f2a9";
}
.lnil-house-plan-alt-1:before {
  content: "\f2aa";
}
.lnil-house-plan-alt-2:before {
  content: "\f2ab";
}
.lnil-house-plan-alt-4:before {
  content: "\f2ac";
}
.lnil-house-plan-alt:before {
  content: "\f2ad";
}
.lnil-house-plan:before {
  content: "\f2ae";
}
.lnil-house-tree:before {
  content: "\f2af";
}
.lnil-house:before {
  content: "\f2b0";
}
.lnil-ladder:before {
  content: "\f2b1";
}
.lnil-magnet-alt:before {
  content: "\f2b2";
}
.lnil-measuring-tape:before {
  content: "\f2b3";
}
.lnil-paint-bucket-alt:before {
  content: "\f2b4";
}
.lnil-paint-bucket:before {
  content: "\f2b5";
}
.lnil-paint-roller-alt-1:before {
  content: "\f2b6";
}
.lnil-paint-roller-alt-2:before {
  content: "\f2b7";
}
.lnil-paint-roller-alt:before {
  content: "\f2b8";
}
.lnil-paint-roller:before {
  content: "\f2b9";
}
.lnil-pipe:before {
  content: "\f2ba";
}
.lnil-pulley:before {
  content: "\f2bb";
}
.lnil-repair-tools:before {
  content: "\f2bc";
}
.lnil-ruler-alt-1:before {
  content: "\f2bd";
}
.lnil-ruler-alt:before {
  content: "\f2be";
}
.lnil-ruler-pencil:before {
  content: "\f2bf";
}
.lnil-ruler:before {
  content: "\f2c0";
}
.lnil-saw-alt:before {
  content: "\f2c1";
}
.lnil-saw:before {
  content: "\f2c2";
}
.lnil-screw-alt:before {
  content: "\f2c3";
}
.lnil-screw:before {
  content: "\f2c4";
}
.lnil-screwdriver:before {
  content: "\f2c5";
}
.lnil-shovel:before {
  content: "\f2c6";
}
.lnil-stairs-alt:before {
  content: "\f2c7";
}
.lnil-stopcock:before {
  content: "\f2c8";
}
.lnil-toolbox:before {
  content: "\f2c9";
}
.lnil-tools:before {
  content: "\f2ca";
}
.lnil-triangle-ruler-1:before {
  content: "\f2cb";
}
.lnil-triangle-ruler:before {
  content: "\f2cc";
}
.lnil-trolley-cart:before {
  content: "\f2cd";
}
.lnil-trowel-alt-1:before {
  content: "\f2ce";
}
.lnil-trowel-alt:before {
  content: "\f2cf";
}
.lnil-trowel:before {
  content: "\f2d0";
}
.lnil-truck-alt-1:before {
  content: "\f2d1";
}
.lnil-truck-alt:before {
  content: "\f2d2";
}
.lnil-truck-load:before {
  content: "\f2d3";
}
.lnil-wheelbarrow-alt:before {
  content: "\f2d4";
}
.lnil-wheelbarrow:before {
  content: "\f2d5";
}
.lnil-wrench:before {
  content: "\f2d6";
}
.lnil-atm-alt-1:before {
  content: "\f2d7";
}
.lnil-atm-alt:before {
  content: "\f2d8";
}
.lnil-atm:before {
  content: "\f2d9";
}
.lnil-bank-alt-1:before {
  content: "\f2da";
}
.lnil-bank-alt:before {
  content: "\f2db";
}
.lnil-bank:before {
  content: "\f2dc";
}
.lnil-bitcoin-chip:before {
  content: "\f2dd";
}
.lnil-bitcoin-cloud:before {
  content: "\f2de";
}
.lnil-bitcoin-laptop:before {
  content: "\f2df";
}
.lnil-bitcoin-up:before {
  content: "\f2e0";
}
.lnil-bitcoin-website:before {
  content: "\f2e1";
}
.lnil-briefcase-bitcoin:before {
  content: "\f2e2";
}
.lnil-calculator-alt-1:before {
  content: "\f2e3";
}
.lnil-calculator-alt-2:before {
  content: "\f2e4";
}
.lnil-calculator:before {
  content: "\f2e5";
}
.lnil-cent:before {
  content: "\f2e6";
}
.lnil-check-alt-1:before {
  content: "\f2e7";
}
.lnil-check-alt:before {
  content: "\f2e8";
}
.lnil-clock-dollar:before {
  content: "\f2e9";
}
.lnil-coin:before {
  content: "\f2ea";
}
.lnil-coins:before {
  content: "\f2eb";
}
.lnil-credit-card:before {
  content: "\f2ec";
}
.lnil-credit-cards:before {
  content: "\f2ed";
}
.lnil-diamond-alt:before {
  content: "\f2ee";
}
.lnil-diamond-shape:before {
  content: "\f2ef";
}
.lnil-dollar-bag-1:before {
  content: "\f2f0";
}
.lnil-dollar-card:before {
  content: "\f2f1";
}
.lnil-dollar-connect:before {
  content: "\f2f2";
}
.lnil-dollar-down:before {
  content: "\f2f3";
}
.lnil-dollar-euro-exchange:before {
  content: "\f2f4";
}
.lnil-dollar-eye:before {
  content: "\f2f5";
}
.lnil-dollar-up:before {
  content: "\f2f6";
}
.lnil-dollar-value-down:before {
  content: "\f2f7";
}
.lnil-dollar-value-up:before {
  content: "\f2f8";
}
.lnil-dollar:before {
  content: "\f2f9";
}
.lnil-euro-card:before {
  content: "\f2fa";
}
.lnil-euro-coin:before {
  content: "\f2fb";
}
.lnil-euro-down:before {
  content: "\f2fc";
}
.lnil-euro-up:before {
  content: "\f2fd";
}
.lnil-euro:before {
  content: "\f2fe";
}
.lnil-gold-bar:before {
  content: "\f2ff";
}
.lnil-head-idea:before {
  content: "\f300";
}
.lnil-hourglass-dollar:before {
  content: "\f301";
}
.lnil-manager:before {
  content: "\f302";
}
.lnil-mobile-coin-taka:before {
  content: "\f303";
}
.lnil-mobile-coin:before {
  content: "\f304";
}
.lnil-money-bag:before {
  content: "\f305";
}
.lnil-money-envelope:before {
  content: "\f306";
}
.lnil-money-location:before {
  content: "\f307";
}
.lnil-money-protection-alt:before {
  content: "\f308";
}
.lnil-money-protection:before {
  content: "\f309";
}
.lnil-money-stash:before {
  content: "\f30a";
}
.lnil-nfc:before {
  content: "\f30b";
}
.lnil-payment-terminal:before {
  content: "\f30c";
}
.lnil-phone-call-dollar:before {
  content: "\f30d";
}
.lnil-placeholder-dollar:before {
  content: "\f30e";
}
.lnil-placeholder-euro:before {
  content: "\f30f";
}
.lnil-placeholder-pound:before {
  content: "\f310";
}
.lnil-placeholder-ruble:before {
  content: "\f311";
}
.lnil-pound-card:before {
  content: "\f312";
}
.lnil-pound-coin:before {
  content: "\f313";
}
.lnil-pound-down:before {
  content: "\f314";
}
.lnil-pound-sterling-2:before {
  content: "\f315";
}
.lnil-pound-sterling:before {
  content: "\f316";
}
.lnil-pound-up:before {
  content: "\f317";
}
.lnil-pound:before {
  content: "\f318";
}
.lnil-profit:before {
  content: "\f319";
}
.lnil-property-balance:before {
  content: "\f31a";
}
.lnil-ruble-down:before {
  content: "\f31b";
}
.lnil-ruble-up:before {
  content: "\f31c";
}
.lnil-ruble:before {
  content: "\f31d";
}
.lnil-rupee-card:before {
  content: "\f31e";
}
.lnil-rupee-coin:before {
  content: "\f31f";
}
.lnil-rupee-down:before {
  content: "\f320";
}
.lnil-rupee-up:before {
  content: "\f321";
}
.lnil-rupee:before {
  content: "\f322";
}
.lnil-safe-box:before {
  content: "\f323";
}
.lnil-safe-deposit:before {
  content: "\f324";
}
.lnil-safebox-1:before {
  content: "\f325";
}
.lnil-safebox-2:before {
  content: "\f326";
}
.lnil-savings:before {
  content: "\f327";
}
.lnil-shekel:before {
  content: "\f328";
}
.lnil-smartphone-stat:before {
  content: "\f329";
}
.lnil-statistics:before {
  content: "\f32a";
}
.lnil-taka-card:before {
  content: "\f32b";
}
.lnil-taka-coin:before {
  content: "\f32c";
}
.lnil-taka-down:before {
  content: "\f32d";
}
.lnil-taka-up:before {
  content: "\f32e";
}
.lnil-taka:before {
  content: "\f32f";
}
.lnil-taxes:before {
  content: "\f330";
}
.lnil-tree-money:before {
  content: "\f331";
}
.lnil-vault:before {
  content: "\f332";
}
.lnil-wallet-alt-1:before {
  content: "\f333";
}
.lnil-wallet:before {
  content: "\f334";
}
.lnil-website-money:before {
  content: "\f335";
}
.lnil-withdraw-money:before {
  content: "\f336";
}
.lnil-yen-card:before {
  content: "\f337";
}
.lnil-yen-coin:before {
  content: "\f338";
}
.lnil-yen-down:before {
  content: "\f339";
}
.lnil-yen-note-1:before {
  content: "\f33a";
}
.lnil-yen-note:before {
  content: "\f33b";
}
.lnil-yen-up:before {
  content: "\f33c";
}
.lnil-yen:before {
  content: "\f33d";
}
.lnil-add-notification:before {
  content: "\f33e";
}
.lnil-alarm-check:before {
  content: "\f33f";
}
.lnil-alarm-clock-alt:before {
  content: "\f340";
}
.lnil-alarm-timer:before {
  content: "\f341";
}
.lnil-bell-add:before {
  content: "\f342";
}
.lnil-bell-alt-1:before {
  content: "\f343";
}
.lnil-bell-alt:before {
  content: "\f344";
}
.lnil-bell-mute:before {
  content: "\f345";
}
.lnil-bell-remove:before {
  content: "\f346";
}
.lnil-bell-sleep:before {
  content: "\f347";
}
.lnil-browser-timer:before {
  content: "\f348";
}
.lnil-calender-minus:before {
  content: "\f349";
}
.lnil-clock-alt-1:before {
  content: "\f34a";
}
.lnil-clock-alt:before {
  content: "\f34b";
}
.lnil-half-an-hour:before {
  content: "\f34c";
}
.lnil-half-time:before {
  content: "\f34d";
}
.lnil-history:before {
  content: "\f34e";
}
.lnil-hour:before {
  content: "\f34f";
}
.lnil-hourglass-alt:before {
  content: "\f350";
}
.lnil-laptop-timer:before {
  content: "\f351";
}
.lnil-minus-notification:before {
  content: "\f352";
}
.lnil-notification-alt-1:before {
  content: "\f353";
}
.lnil-notification:before {
  content: "\f354";
}
.lnil-quarter-alt-1:before {
  content: "\f355";
}
.lnil-quarter-alt:before {
  content: "\f356";
}
.lnil-secure-time:before {
  content: "\f357";
}
.lnil-smartphone-watch-alt:before {
  content: "\f358";
}
.lnil-smartwatch-alt:before {
  content: "\f359";
}
.lnil-three-querters-alt:before {
  content: "\f35a";
}
.lnil-three-querters:before {
  content: "\f35b";
}
.lnil-time-folder:before {
  content: "\f35c";
}
.lnil-time-settings:before {
  content: "\f35d";
}
.lnil-time-share:before {
  content: "\f35e";
}
.lnil-time-smartphone:before {
  content: "\f35f";
}
.lnil-time:before {
  content: "\f360";
}
.lnil-timer-alt:before {
  content: "\f361";
}
.lnil-timer-chat:before {
  content: "\f362";
}
.lnil-timer-desktop-alt:before {
  content: "\f363";
}
.lnil-timer-desktop:before {
  content: "\f364";
}
.lnil-wristwatch-alt:before {
  content: "\f365";
}
.lnil-wristwatch:before {
  content: "\f366";
}
.lnil-add-anchor-point:before {
  content: "\f367";
}
.lnil-align-left-1:before {
  content: "\f368";
}
.lnil-align-left-2:before {
  content: "\f369";
}
.lnil-align-left-3:before {
  content: "\f36a";
}
.lnil-align-left:before {
  content: "\f36b";
}
.lnil-align-right-1:before {
  content: "\f36c";
}
.lnil-align-right-2:before {
  content: "\f36d";
}
.lnil-align-right:before {
  content: "\f36e";
}
.lnil-arc:before {
  content: "\f36f";
}
.lnil-book-font:before {
  content: "\f370";
}
.lnil-bottom-1:before {
  content: "\f371";
}
.lnil-bottom:before {
  content: "\f372";
}
.lnil-brush-alt:before {
  content: "\f373";
}
.lnil-brush:before {
  content: "\f374";
}
.lnil-center-align-1:before {
  content: "\f375";
}
.lnil-center-align-2:before {
  content: "\f376";
}
.lnil-center-align-3:before {
  content: "\f377";
}
.lnil-center-align-4:before {
  content: "\f378";
}
.lnil-center-align-5:before {
  content: "\f379";
}
.lnil-center-align-6:before {
  content: "\f37a";
}
.lnil-center-align:before {
  content: "\f37b";
}
.lnil-circle-dashed:before {
  content: "\f37c";
}
.lnil-cloud-slash:before {
  content: "\f37d";
}
.lnil-color-palette:before {
  content: "\f37e";
}
.lnil-columns-1:before {
  content: "\f37f";
}
.lnil-columns-2:before {
  content: "\f380";
}
.lnil-columns:before {
  content: "\f381";
}
.lnil-corner:before {
  content: "\f382";
}
.lnil-corners:before {
  content: "\f383";
}
.lnil-crop-alt:before {
  content: "\f384";
}
.lnil-crop:before {
  content: "\f385";
}
.lnil-delete-anchor-point:before {
  content: "\f386";
}
.lnil-down-align-1:before {
  content: "\f387";
}
.lnil-down-align-2:before {
  content: "\f388";
}
.lnil-down-align-3:before {
  content: "\f389";
}
.lnil-down-align:before {
  content: "\f38a";
}
.lnil-ellipse:before {
  content: "\f38b";
}
.lnil-eye-slash:before {
  content: "\f38c";
}
.lnil-free-transform:before {
  content: "\f38d";
}
.lnil-grid-1:before {
  content: "\f38e";
}
.lnil-grid-2-plus:before {
  content: "\f38f";
}
.lnil-grid-alt-1:before {
  content: "\f390";
}
.lnil-grid-alt:before {
  content: "\f391";
}
.lnil-grid:before {
  content: "\f392";
}
.lnil-header-1:before {
  content: "\f393";
}
.lnil-header:before {
  content: "\f394";
}
.lnil-highlight-alt:before {
  content: "\f395";
}
.lnil-highlight:before {
  content: "\f396";
}
.lnil-image-crop:before {
  content: "\f397";
}
.lnil-inner-align:before {
  content: "\f398";
}
.lnil-intersection:before {
  content: "\f399";
}
.lnil-layers-alt-1:before {
  content: "\f39a";
}
.lnil-layers-alt:before {
  content: "\f39b";
}
.lnil-layers:before {
  content: "\f39c";
}
.lnil-layout-1:before {
  content: "\f39d";
}
.lnil-layout-2:before {
  content: "\f39e";
}
.lnil-layout-3:before {
  content: "\f39f";
}
.lnil-layout-alt-1:before {
  content: "\f3a0";
}
.lnil-layout-alt-2:before {
  content: "\f3a1";
}
.lnil-layout-alt:before {
  content: "\f3a2";
}
.lnil-layout:before {
  content: "\f3a3";
}
.lnil-magic-wand:before {
  content: "\f3a4";
}
.lnil-margin:before {
  content: "\f3a5";
}
.lnil-minus-front:before {
  content: "\f3a6";
}
.lnil-move:before {
  content: "\f3a7";
}
.lnil-no-border:before {
  content: "\f3a8";
}
.lnil-outer-align:before {
  content: "\f3a9";
}
.lnil-pallet:before {
  content: "\f3aa";
}
.lnil-panel-1:before {
  content: "\f3ab";
}
.lnil-panel-2:before {
  content: "\f3ac";
}
.lnil-panel-3:before {
  content: "\f3ad";
}
.lnil-panel-4:before {
  content: "\f3ae";
}
.lnil-panel-5:before {
  content: "\f3af";
}
.lnil-panel:before {
  content: "\f3b0";
}
.lnil-poligon:before {
  content: "\f3b1";
}
.lnil-resize:before {
  content: "\f3b2";
}
.lnil-right-align:before {
  content: "\f3b3";
}
.lnil-rotate-alt:before {
  content: "\f3b4";
}
.lnil-rotate:before {
  content: "\f3b5";
}
.lnil-rounded-rectangle:before {
  content: "\f3b6";
}
.lnil-rows-1:before {
  content: "\f3b7";
}
.lnil-rows-2:before {
  content: "\f3b8";
}
.lnil-rows:before {
  content: "\f3b9";
}
.lnil-scaling:before {
  content: "\f3ba";
}
.lnil-select-cursor:before {
  content: "\f3bb";
}
.lnil-shape-builder-tool:before {
  content: "\f3bc";
}
.lnil-sidebar-1:before {
  content: "\f3bd";
}
.lnil-sidebar:before {
  content: "\f3be";
}
.lnil-size:before {
  content: "\f3bf";
}
.lnil-slice:before {
  content: "\f3c0";
}
.lnil-spiral-tool:before {
  content: "\f3c1";
}
.lnil-transform:before {
  content: "\f3c2";
}
.lnil-up-align-1:before {
  content: "\f3c3";
}
.lnil-up-align-2:before {
  content: "\f3c4";
}
.lnil-up-align-3:before {
  content: "\f3c5";
}
.lnil-up-align:before {
  content: "\f3c6";
}
.lnil-ux:before {
  content: "\f3c7";
}
.lnil-vector-alt:before {
  content: "\f3c8";
}
.lnil-vector-pen:before {
  content: "\f3c9";
}
.lnil-vector:before {
  content: "\f3ca";
}
.lnil-angle-double-down:before {
  content: "\f3cb";
}
.lnil-angle-double-left:before {
  content: "\f3cc";
}
.lnil-angle-double-right:before {
  content: "\f3cd";
}
.lnil-angle-double-up:before {
  content: "\f3ce";
}
.lnil-arrow-align-h:before {
  content: "\f3cf";
}
.lnil-arrow-align-v:before {
  content: "\f3d0";
}
.lnil-arrow-double-down:before {
  content: "\f3d1";
}
.lnil-arrow-double-left:before {
  content: "\f3d2";
}
.lnil-arrow-double-right:before {
  content: "\f3d3";
}
.lnil-arrow-double-top:before {
  content: "\f3d4";
}
.lnil-arrow-down-circle:before {
  content: "\f3d5";
}
.lnil-arrow-down:before {
  content: "\f3d6";
}
.lnil-arrow-expand-alt:before {
  content: "\f3d7";
}
.lnil-arrow-expand:before {
  content: "\f3d8";
}
.lnil-arrow-left-circle:before {
  content: "\f3d9";
}
.lnil-arrow-left:before {
  content: "\f3da";
}
.lnil-arrow-long-down-c:before {
  content: "\f3db";
}
.lnil-arrow-long-down-e:before {
  content: "\f3dc";
}
.lnil-arrow-long-down-l:before {
  content: "\f3dd";
}
.lnil-arrow-long-down-r:before {
  content: "\f3de";
}
.lnil-arrow-long-left-c:before {
  content: "\f3df";
}
.lnil-arrow-long-left-e:before {
  content: "\f3e0";
}
.lnil-arrow-long-left-i:before {
  content: "\f3e1";
}
.lnil-arrow-long-left-r:before {
  content: "\f3e2";
}
.lnil-arrow-long-right-c:before {
  content: "\f3e3";
}
.lnil-arrow-minimize-alt:before {
  content: "\f3e4";
}
.lnil-arrow-minimize:before {
  content: "\f3e5";
}
.lnil-arrow-right-circle:before {
  content: "\f3e6";
}
.lnil-arrow-right:before {
  content: "\f3e7";
}
.lnil-arrow-top-left:before {
  content: "\f3e8";
}
.lnil-arrow-top-right:before {
  content: "\f3e9";
}
.lnil-arrow-up-circle:before {
  content: "\f3ea";
}
.lnil-arrow-up:before {
  content: "\f3eb";
}
.lnil-arrows-break-h:before {
  content: "\f3ec";
}
.lnil-arrows-break-v:before {
  content: "\f3ed";
}
.lnil-arrows-exchange-alt-v-1:before {
  content: "\f3ee";
}
.lnil-arrows-exchange-alt-v:before {
  content: "\f3ef";
}
.lnil-arrows-exchange-alt:before {
  content: "\f3f0";
}
.lnil-arrows-exchange:before {
  content: "\f3f1";
}
.lnil-arrows-expand-down-left:before {
  content: "\f3f2";
}
.lnil-arrows-expand-down-right:before {
  content: "\f3f3";
}
.lnil-arrows-expand-left-alt:before {
  content: "\f3f4";
}
.lnil-arrows-expand-right-alt:before {
  content: "\f3f5";
}
.lnil-arrows-expand-up-left:before {
  content: "\f3f6";
}
.lnil-arrows-expand-up-right:before {
  content: "\f3f7";
}
.lnil-arrows-horizontal:before {
  content: "\f3f8";
}
.lnil-arrows-merge-alt-h:before {
  content: "\f3f9";
}
.lnil-arrows-merge-alt-v:before {
  content: "\f3fa";
}
.lnil-arrows-scroll-h:before {
  content: "\f3fb";
}
.lnil-arrows-scroll-v:before {
  content: "\f3fc";
}
.lnil-arrows-shrink-h:before {
  content: "\f3fd";
}
.lnil-arrows-shrink-v:before {
  content: "\f3fe";
}
.lnil-arrows-vertical:before {
  content: "\f3ff";
}
.lnil-axis:before {
  content: "\f400";
}
.lnil-chevron-down-circle:before {
  content: "\f401";
}
.lnil-chevron-down:before {
  content: "\f402";
}
.lnil-chevron-left-circle:before {
  content: "\f403";
}
.lnil-chevron-left:before {
  content: "\f404";
}
.lnil-chevron-right-circle:before {
  content: "\f405";
}
.lnil-chevron-right:before {
  content: "\f406";
}
.lnil-chevron-up-circle:before {
  content: "\f407";
}
.lnil-chevron-up:before {
  content: "\f408";
}
.lnil-compass-alt-1:before {
  content: "\f409";
}
.lnil-compress:before {
  content: "\f40a";
}
.lnil-corner-double-down-left:before {
  content: "\f40b";
}
.lnil-corner-double-down-right:before {
  content: "\f40c";
}
.lnil-corner-double-left-down:before {
  content: "\f40d";
}
.lnil-corner-double-left-up:before {
  content: "\f40e";
}
.lnil-corner-double-right-down:before {
  content: "\f40f";
}
.lnil-corner-double-right-up:before {
  content: "\f410";
}
.lnil-corner-double-up-left:before {
  content: "\f411";
}
.lnil-corner-double-up-right:before {
  content: "\f412";
}
.lnil-corner-down-left:before {
  content: "\f413";
}
.lnil-corner-down-right:before {
  content: "\f414";
}
.lnil-corner-left-down:before {
  content: "\f415";
}
.lnil-corner-left-up:before {
  content: "\f416";
}
.lnil-corner-right-down:before {
  content: "\f417";
}
.lnil-corner-right-up:before {
  content: "\f418";
}
.lnil-corner-up-left:before {
  content: "\f419";
}
.lnil-corner-up-right:before {
  content: "\f41a";
}
.lnil-direction-alt:before {
  content: "\f41b";
}
.lnil-direction-ltr:before {
  content: "\f41c";
}
.lnil-direction-rtl:before {
  content: "\f41d";
}
.lnil-direction:before {
  content: "\f41e";
}
.lnil-down-arrow-box:before {
  content: "\f41f";
}
.lnil-down-left-arrow-box:before {
  content: "\f420";
}
.lnil-down-right-arrow-box:before {
  content: "\f421";
}
.lnil-enter:before {
  content: "\f422";
}
.lnil-exit-down:before {
  content: "\f423";
}
.lnil-exit-up:before {
  content: "\f424";
}
.lnil-exit:before {
  content: "\f425";
}
.lnil-flag-corner:before {
  content: "\f426";
}
.lnil-flags:before {
  content: "\f427";
}
.lnil-left-arrow-box:before {
  content: "\f428";
}
.lnil-magnifying-glass:before {
  content: "\f429";
}
.lnil-merge-horizontal:before {
  content: "\f42a";
}
.lnil-merge-vertical:before {
  content: "\f42b";
}
.lnil-motion:before {
  content: "\f42c";
}
.lnil-move-down:before {
  content: "\f42d";
}
.lnil-move-left:before {
  content: "\f42e";
}
.lnil-move-right:before {
  content: "\f42f";
}
.lnil-move-task:before {
  content: "\f430";
}
.lnil-move-up:before {
  content: "\f431";
}
.lnil-navigation:before {
  content: "\f432";
}
.lnil-north:before {
  content: "\f433";
}
.lnil-placeholders:before {
  content: "\f434";
}
.lnil-pointer-alt:before {
  content: "\f435";
}
.lnil-pointer-down:before {
  content: "\f436";
}
.lnil-pointer-left:before {
  content: "\f437";
}
.lnil-pointer-right:before {
  content: "\f438";
}
.lnil-pointer-top:before {
  content: "\f439";
}
.lnil-push-down:before {
  content: "\f43a";
}
.lnil-push-left:before {
  content: "\f43b";
}
.lnil-push-right:before {
  content: "\f43c";
}
.lnil-push-up:before {
  content: "\f43d";
}
.lnil-right-alt:before {
  content: "\f43e";
}
.lnil-right-arrow-box:before {
  content: "\f43f";
}
.lnil-right:before {
  content: "\f440";
}
.lnil-route-alt:before {
  content: "\f441";
}
.lnil-route:before {
  content: "\f442";
}
.lnil-scroll-h:before {
  content: "\f443";
}
.lnil-scroll-v:before {
  content: "\f444";
}
.lnil-select-arrow:before {
  content: "\f445";
}
.lnil-select-box:before {
  content: "\f446";
}
.lnil-select-oval:before {
  content: "\f447";
}
.lnil-shift-left:before {
  content: "\f448";
}
.lnil-shift-right:before {
  content: "\f449";
}
.lnil-signaling:before {
  content: "\f44a";
}
.lnil-straight:before {
  content: "\f44b";
}
.lnil-swap-arrow:before {
  content: "\f44c";
}
.lnil-swap-vertical:before {
  content: "\f44d";
}
.lnil-top-arrow-box:before {
  content: "\f44e";
}
.lnil-top-left-arrow-box:before {
  content: "\f44f";
}
.lnil-top-right-arrow-box:before {
  content: "\f450";
}
.lnil-traffic-light:before {
  content: "\f451";
}
.lnil-train-alt-1:before {
  content: "\f452";
}
.lnil-trending-down:before {
  content: "\f453";
}
.lnil-trending-up:before {
  content: "\f454";
}
.lnil-turn:before {
  content: "\f455";
}
.lnil-walking:before {
  content: "\f456";
}
.lnil-24-7-alt:before {
  content: "\f457";
}
.lnil-24-7:before {
  content: "\f458";
}
.lnil-24-hours-truck:before {
  content: "\f459";
}
.lnil-add-basket:before {
  content: "\f45a";
}
.lnil-add-cart-1:before {
  content: "\f45b";
}
.lnil-add-cart-2:before {
  content: "\f45c";
}
.lnil-add-cart:before {
  content: "\f45d";
}
.lnil-aeroplane-delivery:before {
  content: "\f45e";
}
.lnil-air-mail:before {
  content: "\f45f";
}
.lnil-badge-dollar:before {
  content: "\f460";
}
.lnil-bar-code-search:before {
  content: "\f461";
}
.lnil-barcode:before {
  content: "\f462";
}
.lnil-basket-1:before {
  content: "\f463";
}
.lnil-basket-2:before {
  content: "\f464";
}
.lnil-bills-1:before {
  content: "\f465";
}
.lnil-bills:before {
  content: "\f466";
}
.lnil-box-1:before {
  content: "\f467";
}
.lnil-box-10:before {
  content: "\f468";
}
.lnil-box-2:before {
  content: "\f469";
}
.lnil-box-3:before {
  content: "\f46a";
}
.lnil-box-4:before {
  content: "\f46b";
}
.lnil-box-5:before {
  content: "\f46c";
}
.lnil-box-6:before {
  content: "\f46d";
}
.lnil-box-7:before {
  content: "\f46e";
}
.lnil-box-8:before {
  content: "\f46f";
}
.lnil-box-9:before {
  content: "\f470";
}
.lnil-box-add:before {
  content: "\f471";
}
.lnil-box-cart:before {
  content: "\f472";
}
.lnil-box-open:before {
  content: "\f473";
}
.lnil-box-percentage:before {
  content: "\f474";
}
.lnil-box-remove:before {
  content: "\f475";
}
.lnil-boxes:before {
  content: "\f476";
}
.lnil-calculator-alt:before {
  content: "\f477";
}
.lnil-calculator-card:before {
  content: "\f478";
}
.lnil-calculator-paper:before {
  content: "\f479";
}
.lnil-cargo-mover:before {
  content: "\f47a";
}
.lnil-cash:before {
  content: "\f47b";
}
.lnil-check-sign:before {
  content: "\f47c";
}
.lnil-close-sign:before {
  content: "\f47d";
}
.lnil-coins-alt:before {
  content: "\f47e";
}
.lnil-commercial-machine:before {
  content: "\f47f";
}
.lnil-coupon-scissors:before {
  content: "\f480";
}
.lnil-credit-card-delete:before {
  content: "\f481";
}
.lnil-credit-card-lock:before {
  content: "\f482";
}
.lnil-credit-cards-alt:before {
  content: "\f483";
}
.lnil-cube:before {
  content: "\f484";
}
.lnil-delivery-truck-1:before {
  content: "\f485";
}
.lnil-delivery-truck-2:before {
  content: "\f486";
}
.lnil-delivery-truck-3:before {
  content: "\f487";
}
.lnil-delivery-truck-4:before {
  content: "\f488";
}
.lnil-delivery-truck:before {
  content: "\f489";
}
.lnil-discount-label:before {
  content: "\f48a";
}
.lnil-dislike:before {
  content: "\f48b";
}
.lnil-dollar-bubble:before {
  content: "\f48c";
}
.lnil-dollar-bundle:before {
  content: "\f48d";
}
.lnil-dollar-coin-stack:before {
  content: "\f48e";
}
.lnil-dollar-monitor:before {
  content: "\f48f";
}
.lnil-dollar-settings:before {
  content: "\f490";
}
.lnil-dollar-symbol:before {
  content: "\f491";
}
.lnil-dollars-gift:before {
  content: "\f492";
}
.lnil-dump-truck:before {
  content: "\f493";
}
.lnil-euro-coin-stack:before {
  content: "\f494";
}
.lnil-express-shopping:before {
  content: "\f495";
}
.lnil-faq:before {
  content: "\f496";
}
.lnil-fast-delivery:before {
  content: "\f497";
}
.lnil-finger-shopping:before {
  content: "\f498";
}
.lnil-fuel-truck-alt:before {
  content: "\f499";
}
.lnil-headphones-alt:before {
  content: "\f49a";
}
.lnil-id-card:before {
  content: "\f49b";
}
.lnil-int-commercial-mail:before {
  content: "\f49c";
}
.lnil-int-ecommerce:before {
  content: "\f49d";
}
.lnil-invoice-1:before {
  content: "\f49e";
}
.lnil-label-new:before {
  content: "\f49f";
}
.lnil-label-off:before {
  content: "\f4a0";
}
.lnil-like-2:before {
  content: "\f4a1";
}
.lnil-like-3:before {
  content: "\f4a2";
}
.lnil-like:before {
  content: "\f4a3";
}
.lnil-locked-window:before {
  content: "\f4a4";
}
.lnil-mathmetics:before {
  content: "\f4a5";
}
.lnil-medal-first-alt:before {
  content: "\f4a6";
}
.lnil-money-bag-alt:before {
  content: "\f4a7";
}
.lnil-money-security:before {
  content: "\f4a8";
}
.lnil-monitor-dollar-lock:before {
  content: "\f4a9";
}
.lnil-newspaper:before {
  content: "\f4aa";
}
.lnil-nfc-symbol:before {
  content: "\f4ab";
}
.lnil-oil-tanker:before {
  content: "\f4ac";
}
.lnil-online-shopping:before {
  content: "\f4ad";
}
.lnil-open-sign:before {
  content: "\f4ae";
}
.lnil-package-box:before {
  content: "\f4af";
}
.lnil-padlock:before {
  content: "\f4b0";
}
.lnil-paid-sign:before {
  content: "\f4b1";
}
.lnil-parachute-parcel:before {
  content: "\f4b2";
}
.lnil-parcel-air:before {
  content: "\f4b3";
}
.lnil-pen-alt:before {
  content: "\f4b4";
}
.lnil-percentage-alt:before {
  content: "\f4b5";
}
.lnil-percentage-ticket:before {
  content: "\f4b6";
}
.lnil-piggy-bank-1:before {
  content: "\f4b7";
}
.lnil-piggy-bank-2:before {
  content: "\f4b8";
}
.lnil-piggy-bank:before {
  content: "\f4b9";
}
.lnil-price-tag-1:before {
  content: "\f4ba";
}
.lnil-price-tag:before {
  content: "\f4bb";
}
.lnil-profits:before {
  content: "\f4bc";
}
.lnil-remove-basket:before {
  content: "\f4bd";
}
.lnil-remove-cart:before {
  content: "\f4be";
}
.lnil-sale-sign:before {
  content: "\f4bf";
}
.lnil-saving-pig:before {
  content: "\f4c0";
}
.lnil-search-store:before {
  content: "\f4c1";
}
.lnil-secure-shopping:before {
  content: "\f4c2";
}
.lnil-shield-alt:before {
  content: "\f4c3";
}
.lnil-ship-alt:before {
  content: "\f4c4";
}
.lnil-ship-cargo:before {
  content: "\f4c5";
}
.lnil-ship-check:before {
  content: "\f4c6";
}
.lnil-ship-container:before {
  content: "\f4c7";
}
.lnil-ship-delivery-box-alt-1:before {
  content: "\f4c8";
}
.lnil-ship-delivery-box-alt:before {
  content: "\f4c9";
}
.lnil-ship-delivery-box:before {
  content: "\f4ca";
}
.lnil-ship-down-arrow:before {
  content: "\f4cb";
}
.lnil-ship-favourite:before {
  content: "\f4cc";
}
.lnil-ship-international:before {
  content: "\f4cd";
}
.lnil-ship-locked:before {
  content: "\f4ce";
}
.lnil-ship-reload:before {
  content: "\f4cf";
}
.lnil-ship-search:before {
  content: "\f4d0";
}
.lnil-ship-secure:before {
  content: "\f4d1";
}
.lnil-ship-star:before {
  content: "\f4d2";
}
.lnil-ship-stop:before {
  content: "\f4d3";
}
.lnil-ship-thumbs-up:before {
  content: "\f4d4";
}
.lnil-ship-timer:before {
  content: "\f4d5";
}
.lnil-ship-unknown:before {
  content: "\f4d6";
}
.lnil-ship-up-arrow:before {
  content: "\f4d7";
}
.lnil-ship-warning:before {
  content: "\f4d8";
}
.lnil-shopping-bag-1:before {
  content: "\f4d9";
}
.lnil-shopping-bag-10:before {
  content: "\f4da";
}
.lnil-shopping-bag-11:before {
  content: "\f4db";
}
.lnil-shopping-bag-12:before {
  content: "\f4dc";
}
.lnil-shopping-bag-13:before {
  content: "\f4dd";
}
.lnil-shopping-bag-14:before {
  content: "\f4de";
}
.lnil-shopping-bag-15:before {
  content: "\f4df";
}
.lnil-shopping-bag-16:before {
  content: "\f4e0";
}
.lnil-shopping-bag-17:before {
  content: "\f4e1";
}
.lnil-shopping-bag-2:before {
  content: "\f4e2";
}
.lnil-shopping-bag-3:before {
  content: "\f4e3";
}
.lnil-shopping-bag-4:before {
  content: "\f4e4";
}
.lnil-shopping-bag-5:before {
  content: "\f4e5";
}
.lnil-shopping-bag-6:before {
  content: "\f4e6";
}
.lnil-shopping-bag-7:before {
  content: "\f4e7";
}
.lnil-shopping-bag-8:before {
  content: "\f4e8";
}
.lnil-shopping-bag-9:before {
  content: "\f4e9";
}
.lnil-shopping-cart-1:before {
  content: "\f4ea";
}
.lnil-shopping-cart-10:before {
  content: "\f4eb";
}
.lnil-shopping-cart-11:before {
  content: "\f4ec";
}
.lnil-shopping-cart-12:before {
  content: "\f4ed";
}
.lnil-shopping-cart-2:before {
  content: "\f4ee";
}
.lnil-shopping-cart-3:before {
  content: "\f4ef";
}
.lnil-shopping-cart-4:before {
  content: "\f4f0";
}
.lnil-shopping-cart-5:before {
  content: "\f4f1";
}
.lnil-shopping-cart-6:before {
  content: "\f4f2";
}
.lnil-shopping-cart-7:before {
  content: "\f4f3";
}
.lnil-shopping-cart-8:before {
  content: "\f4f4";
}
.lnil-shopping-cart-9:before {
  content: "\f4f5";
}
.lnil-shopping-mobile:before {
  content: "\f4f6";
}
.lnil-sign-pole:before {
  content: "\f4f7";
}
.lnil-star-dollar:before {
  content: "\f4f8";
}
.lnil-telephone-2:before {
  content: "\f4f9";
}
.lnil-telephone-3:before {
  content: "\f4fa";
}
.lnil-trailer:before {
  content: "\f4fb";
}
.lnil-truck-blocked:before {
  content: "\f4fc";
}
.lnil-truck-box-1:before {
  content: "\f4fd";
}
.lnil-truck-box:before {
  content: "\f4fe";
}
.lnil-truck-checked:before {
  content: "\f4ff";
}
.lnil-truck-down-arrow:before {
  content: "\f500";
}
.lnil-truck-feedback:before {
  content: "\f501";
}
.lnil-truck-global:before {
  content: "\f502";
}
.lnil-truck-location:before {
  content: "\f503";
}
.lnil-truck-private:before {
  content: "\f504";
}
.lnil-truck-reload:before {
  content: "\f505";
}
.lnil-truck-search:before {
  content: "\f506";
}
.lnil-truck-secure:before {
  content: "\f507";
}
.lnil-truck-star:before {
  content: "\f508";
}
.lnil-truck-timer:before {
  content: "\f509";
}
.lnil-truck-unknown:before {
  content: "\f50a";
}
.lnil-truck-up-arrow:before {
  content: "\f50b";
}
.lnil-truck-warning:before {
  content: "\f50c";
}
.lnil-atom:before {
  content: "\f50d";
}
.lnil-backpack-alt:before {
  content: "\f50e";
}
.lnil-backpack:before {
  content: "\f50f";
}
.lnil-beta:before {
  content: "\f510";
}
.lnil-blackboard-alt:before {
  content: "\f511";
}
.lnil-blackboard:before {
  content: "\f512";
}
.lnil-book-2:before {
  content: "\f513";
}
.lnil-book-alt:before {
  content: "\f514";
}
.lnil-book:before {
  content: "\f515";
}
.lnil-books-alt:before {
  content: "\f516";
}
.lnil-books:before {
  content: "\f517";
}
.lnil-brackets:before {
  content: "\f518";
}
.lnil-certificate-alt-1:before {
  content: "\f519";
}
.lnil-certificate-alt:before {
  content: "\f51a";
}
.lnil-certificate:before {
  content: "\f51b";
}
.lnil-classroom-alt:before {
  content: "\f51c";
}
.lnil-classroom:before {
  content: "\f51d";
}
.lnil-clipboard:before {
  content: "\f51e";
}
.lnil-compass:before {
  content: "\f51f";
}
.lnil-cubes:before {
  content: "\f520";
}
.lnil-ebook:before {
  content: "\f521";
}
.lnil-eraser-alt:before {
  content: "\f522";
}
.lnil-eraser:before {
  content: "\f523";
}
.lnil-flask-alt-1:before {
  content: "\f524";
}
.lnil-flask-alt-2:before {
  content: "\f525";
}
.lnil-flask-alt:before {
  content: "\f526";
}
.lnil-flask:before {
  content: "\f527";
}
.lnil-geometry:before {
  content: "\f528";
}
.lnil-graduate-alt:before {
  content: "\f529";
}
.lnil-graduate:before {
  content: "\f52a";
}
.lnil-graduation:before {
  content: "\f52b";
}
.lnil-h2o:before {
  content: "\f52c";
}
.lnil-knowledge:before {
  content: "\f52d";
}
.lnil-letterblocks:before {
  content: "\f52e";
}
.lnil-library:before {
  content: "\f52f";
}
.lnil-lockers:before {
  content: "\f530";
}
.lnil-medal-alt:before {
  content: "\f531";
}
.lnil-medal:before {
  content: "\f532";
}
.lnil-molecule-alt:before {
  content: "\f533";
}
.lnil-molecule:before {
  content: "\f534";
}
.lnil-pencil-alt:before {
  content: "\f535";
}
.lnil-pencil:before {
  content: "\f536";
}
.lnil-quill:before {
  content: "\f537";
}
.lnil-school-bench-alt:before {
  content: "\f538";
}
.lnil-school-bench:before {
  content: "\f539";
}
.lnil-school-bus:before {
  content: "\f53a";
}
.lnil-sinusoid:before {
  content: "\f53b";
}
.lnil-sketchbook:before {
  content: "\f53c";
}
.lnil-telescope:before {
  content: "\f53d";
}
.lnil-whiteboard-alt-1:before {
  content: "\f53e";
}
.lnil-whiteboard-alt-2:before {
  content: "\f53f";
}
.lnil-whiteboard-alt:before {
  content: "\f540";
}
.lnil-whiteboard:before {
  content: "\f541";
}
.lnil-world-2:before {
  content: "\f542";
}
.lnil-world-alt:before {
  content: "\f543";
}
.lnil-world:before {
  content: "\f544";
}
.lnil-write:before {
  content: "\f545";
}
.lnil-bag-1:before {
  content: "\f546";
}
.lnil-bag:before {
  content: "\f547";
}
.lnil-blade:before {
  content: "\f548";
}
.lnil-bow-1:before {
  content: "\f549";
}
.lnil-bowtie-alt-3:before {
  content: "\f54a";
}
.lnil-bracelet:before {
  content: "\f54b";
}
.lnil-briefcase-1:before {
  content: "\f54c";
}
.lnil-briefcase-2:before {
  content: "\f54d";
}
.lnil-briefcase-3:before {
  content: "\f54e";
}
.lnil-briefcase-4:before {
  content: "\f54f";
}
.lnil-briefcase:before {
  content: "\f550";
}
.lnil-comb-1:before {
  content: "\f551";
}
.lnil-comb-2:before {
  content: "\f552";
}
.lnil-comb-3:before {
  content: "\f553";
}
.lnil-cream-1:before {
  content: "\f554";
}
.lnil-cream-2:before {
  content: "\f555";
}
.lnil-cream:before {
  content: "\f556";
}
.lnil-diadem:before {
  content: "\f557";
}
.lnil-dress-1:before {
  content: "\f558";
}
.lnil-dress-2:before {
  content: "\f559";
}
.lnil-dress-3:before {
  content: "\f55a";
}
.lnil-dress:before {
  content: "\f55b";
}
.lnil-flip-flop:before {
  content: "\f55c";
}
.lnil-gel:before {
  content: "\f55d";
}
.lnil-gift-box:before {
  content: "\f55e";
}
.lnil-gift:before {
  content: "\f55f";
}
.lnil-glasses-alt-1:before {
  content: "\f560";
}
.lnil-glasses-alt:before {
  content: "\f561";
}
.lnil-hair-curler:before {
  content: "\f562";
}
.lnil-hair:before {
  content: "\f563";
}
.lnil-hairdryer:before {
  content: "\f564";
}
.lnil-handbag-3:before {
  content: "\f565";
}
.lnil-handbag-4:before {
  content: "\f566";
}
.lnil-handbag-5:before {
  content: "\f567";
}
.lnil-handbag-6:before {
  content: "\f568";
}
.lnil-handbag-7:before {
  content: "\f569";
}
.lnil-handbag:before {
  content: "\f56a";
}
.lnil-hanger:before {
  content: "\f56b";
}
.lnil-hat-1:before {
  content: "\f56c";
}
.lnil-hat-2:before {
  content: "\f56d";
}
.lnil-hat-3:before {
  content: "\f56e";
}
.lnil-hat-4:before {
  content: "\f56f";
}
.lnil-hat-5:before {
  content: "\f570";
}
.lnil-hat-alt:before {
  content: "\f571";
}
.lnil-hat:before {
  content: "\f572";
}
.lnil-high-heel-2:before {
  content: "\f573";
}
.lnil-high-heel-3:before {
  content: "\f574";
}
.lnil-high-heel:before {
  content: "\f575";
}
.lnil-mackup-2:before {
  content: "\f576";
}
.lnil-mackup-3:before {
  content: "\f577";
}
.lnil-mackup:before {
  content: "\f578";
}
.lnil-mirror:before {
  content: "\f579";
}
.lnil-mitten:before {
  content: "\f57a";
}
.lnil-nail-alt:before {
  content: "\f57b";
}
.lnil-nail-polish-1:before {
  content: "\f57c";
}
.lnil-nail-polish-2:before {
  content: "\f57d";
}
.lnil-nail-polish:before {
  content: "\f57e";
}
.lnil-nail:before {
  content: "\f57f";
}
.lnil-necklace-alt:before {
  content: "\f580";
}
.lnil-perfume-1:before {
  content: "\f581";
}
.lnil-perfume-2:before {
  content: "\f582";
}
.lnil-perfume:before {
  content: "\f583";
}
.lnil-purse-1:before {
  content: "\f584";
}
.lnil-purse-alt:before {
  content: "\f585";
}
.lnil-ring-1:before {
  content: "\f586";
}
.lnil-ring:before {
  content: "\f587";
}
.lnil-shirt-1:before {
  content: "\f588";
}
.lnil-shirt-2:before {
  content: "\f589";
}
.lnil-shirt-3:before {
  content: "\f58a";
}
.lnil-shirt-4:before {
  content: "\f58b";
}
.lnil-shirt-alt:before {
  content: "\f58c";
}
.lnil-shoe:before {
  content: "\f58d";
}
.lnil-shopping-bag:before {
  content: "\f58e";
}
.lnil-shorts:before {
  content: "\f58f";
}
.lnil-skirt-1:before {
  content: "\f590";
}
.lnil-skirt:before {
  content: "\f591";
}
.lnil-sock:before {
  content: "\f592";
}
.lnil-tie-alt:before {
  content: "\f593";
}
.lnil-winter-hat:before {
  content: "\f594";
}
.lnil-wristwatch-alt-1:before {
  content: "\f595";
}
.lnil-apple:before {
  content: "\f596";
}
.lnil-bench:before {
  content: "\f597";
}
.lnil-beverage:before {
  content: "\f598";
}
.lnil-boxing-glove:before {
  content: "\f599";
}
.lnil-chest-press:before {
  content: "\f59a";
}
.lnil-contest:before {
  content: "\f59b";
}
.lnil-dumbell-alt:before {
  content: "\f59c";
}
.lnil-dumbell:before {
  content: "\f59d";
}
.lnil-gym-bag:before {
  content: "\f59e";
}
.lnil-gym:before {
  content: "\f59f";
}
.lnil-hand-grip:before {
  content: "\f5a0";
}
.lnil-jump-rope:before {
  content: "\f5a1";
}
.lnil-kettlebell:before {
  content: "\f5a2";
}
.lnil-lifting:before {
  content: "\f5a3";
}
.lnil-measure-tape:before {
  content: "\f5a4";
}
.lnil-medal-first:before {
  content: "\f5a5";
}
.lnil-medicine-ball:before {
  content: "\f5a6";
}
.lnil-monitor:before {
  content: "\f5a7";
}
.lnil-muscles:before {
  content: "\f5a8";
}
.lnil-no-smoking:before {
  content: "\f5a9";
}
.lnil-pull-up:before {
  content: "\f5aa";
}
.lnil-punching-bag:before {
  content: "\f5ab";
}
.lnil-resistance-band:before {
  content: "\f5ac";
}
.lnil-rings:before {
  content: "\f5ad";
}
.lnil-scale:before {
  content: "\f5ae";
}
.lnil-schedule:before {
  content: "\f5af";
}
.lnil-shirt-full:before {
  content: "\f5b0";
}
.lnil-shower:before {
  content: "\f5b1";
}
.lnil-sleeveless:before {
  content: "\f5b2";
}
.lnil-smartwatch:before {
  content: "\f5b3";
}
.lnil-stationary-bike:before {
  content: "\f5b4";
}
.lnil-stopwatch:before {
  content: "\f5b5";
}
.lnil-supplement:before {
  content: "\f5b6";
}
.lnil-swimming-pool:before {
  content: "\f5b7";
}
.lnil-tank-top:before {
  content: "\f5b8";
}
.lnil-towel:before {
  content: "\f5b9";
}
.lnil-trainers:before {
  content: "\f5ba";
}
.lnil-trampoline:before {
  content: "\f5bb";
}
.lnil-treadmill:before {
  content: "\f5bc";
}
.lnil-tshirt:before {
  content: "\f5bd";
}
.lnil-underwear:before {
  content: "\f5be";
}
.lnil-uniform:before {
  content: "\f5bf";
}
.lnil-warming-up:before {
  content: "\f5c0";
}
.lnil-water-bottle:before {
  content: "\f5c1";
}
.lnil-whistle:before {
  content: "\f5c2";
}
.lnil-yoga-ball:before {
  content: "\f5c3";
}
.lnil-yoga-mat-alt:before {
  content: "\f5c4";
}
.lnil-yoga-mat:before {
  content: "\f5c5";
}
.lnil-apple-alt:before {
  content: "\f5c6";
}
.lnil-avocado:before {
  content: "\f5c7";
}
.lnil-bacon:before {
  content: "\f5c8";
}
.lnil-baguette:before {
  content: "\f5c9";
}
.lnil-banana-alt:before {
  content: "\f5ca";
}
.lnil-banana:before {
  content: "\f5cb";
}
.lnil-blender:before {
  content: "\f5cc";
}
.lnil-bowl-alt-1:before {
  content: "\f5cd";
}
.lnil-bowl-alt:before {
  content: "\f5ce";
}
.lnil-bowl:before {
  content: "\f5cf";
}
.lnil-bread:before {
  content: "\f5d0";
}
.lnil-brocolli:before {
  content: "\f5d1";
}
.lnil-burger-alt-1:before {
  content: "\f5d2";
}
.lnil-burger-alt-2:before {
  content: "\f5d3";
}
.lnil-burger-alt:before {
  content: "\f5d4";
}
.lnil-burger-soda:before {
  content: "\f5d5";
}
.lnil-burger:before {
  content: "\f5d6";
}
.lnil-cake-slice:before {
  content: "\f5d7";
}
.lnil-carrot:before {
  content: "\f5d8";
}
.lnil-cheese:before {
  content: "\f5d9";
}
.lnil-chef-hat-alt-1:before {
  content: "\f5da";
}
.lnil-chef-hat-alt-2:before {
  content: "\f5db";
}
.lnil-chef-hat-alt-3:before {
  content: "\f5dc";
}
.lnil-chef-hat-alt:before {
  content: "\f5dd";
}
.lnil-chef-hat:before {
  content: "\f5de";
}
.lnil-cherry:before {
  content: "\f5df";
}
.lnil-chicken-leg-alt:before {
  content: "\f5e0";
}
.lnil-chicken-leg:before {
  content: "\f5e1";
}
.lnil-chicken-roast:before {
  content: "\f5e2";
}
.lnil-chilli-sauce:before {
  content: "\f5e3";
}
.lnil-chocolate-bar:before {
  content: "\f5e4";
}
.lnil-cocktail-alt-1:before {
  content: "\f5e5";
}
.lnil-cocktail-alt:before {
  content: "\f5e6";
}
.lnil-cocktail:before {
  content: "\f5e7";
}
.lnil-coffee-bean:before {
  content: "\f5e8";
}
.lnil-coffee-cup-alt:before {
  content: "\f5e9";
}
.lnil-coffee-cup:before {
  content: "\f5ea";
}
.lnil-coffee-machine:before {
  content: "\f5eb";
}
.lnil-coffee-pot:before {
  content: "\f5ec";
}
.lnil-cookies:before {
  content: "\f5ed";
}
.lnil-cupcake-alt:before {
  content: "\f5ee";
}
.lnil-cupcake:before {
  content: "\f5ef";
}
.lnil-cutlery-alt-1:before {
  content: "\f5f0";
}
.lnil-cutlery-alt:before {
  content: "\f5f1";
}
.lnil-cutlery:before {
  content: "\f5f2";
}
.lnil-dinner-table:before {
  content: "\f5f3";
}
.lnil-dinner:before {
  content: "\f5f4";
}
.lnil-donut:before {
  content: "\f5f5";
}
.lnil-drumstick:before {
  content: "\f5f6";
}
.lnil-french-fries:before {
  content: "\f5f7";
}
.lnil-fresh-juice:before {
  content: "\f5f8";
}
.lnil-grape:before {
  content: "\f5f9";
}
.lnil-guava:before {
  content: "\f5fa";
}
.lnil-hotdog:before {
  content: "\f5fb";
}
.lnil-ice-cream-alt-1:before {
  content: "\f5fc";
}
.lnil-ice-cream-alt:before {
  content: "\f5fd";
}
.lnil-ice-cream:before {
  content: "\f5fe";
}
.lnil-juice:before {
  content: "\f5ff";
}
.lnil-lemon:before {
  content: "\f600";
}
.lnil-lolypop:before {
  content: "\f601";
}
.lnil-lychee:before {
  content: "\f602";
}
.lnil-meat:before {
  content: "\f603";
}
.lnil-milk-bottole:before {
  content: "\f604";
}
.lnil-noodles:before {
  content: "\f605";
}
.lnil-orange:before {
  content: "\f606";
}
.lnil-paddy:before {
  content: "\f607";
}
.lnil-pancake:before {
  content: "\f608";
}
.lnil-pear:before {
  content: "\f609";
}
.lnil-pepper-hot:before {
  content: "\f60a";
}
.lnil-pineapple:before {
  content: "\f60b";
}
.lnil-pizza-alt:before {
  content: "\f60c";
}
.lnil-pizza:before {
  content: "\f60d";
}
.lnil-plate:before {
  content: "\f60e";
}
.lnil-popcorn:before {
  content: "\f60f";
}
.lnil-restaurant-menu:before {
  content: "\f610";
}
.lnil-restaurant-table:before {
  content: "\f611";
}
.lnil-restaurant:before {
  content: "\f612";
}
.lnil-satay:before {
  content: "\f613";
}
.lnil-service-alt:before {
  content: "\f614";
}
.lnil-service:before {
  content: "\f615";
}
.lnil-silverware:before {
  content: "\f616";
}
.lnil-soup:before {
  content: "\f617";
}
.lnil-spatula:before {
  content: "\f618";
}
.lnil-steak:before {
  content: "\f619";
}
.lnil-strawberry:before {
  content: "\f61a";
}
.lnil-stroopwafel:before {
  content: "\f61b";
}
.lnil-taco:before {
  content: "\f61c";
}
.lnil-toilet:before {
  content: "\f61d";
}
.lnil-watermelon:before {
  content: "\f61e";
}
.lnil-wine-glass-1:before {
  content: "\f61f";
}
.lnil-wine-glass:before {
  content: "\f620";
}
.lnil-air-conditioner-alt:before {
  content: "\f621";
}
.lnil-bath-tub-1:before {
  content: "\f622";
}
.lnil-bath-tub:before {
  content: "\f623";
}
.lnil-bed-1:before {
  content: "\f624";
}
.lnil-bed-2:before {
  content: "\f625";
}
.lnil-bed-3:before {
  content: "\f626";
}
.lnil-bed-4:before {
  content: "\f627";
}
.lnil-bed-5:before {
  content: "\f628";
}
.lnil-bed-6:before {
  content: "\f629";
}
.lnil-bed-7:before {
  content: "\f62a";
}
.lnil-bed:before {
  content: "\f62b";
}
.lnil-bookshelf-1:before {
  content: "\f62c";
}
.lnil-bookshelf-2:before {
  content: "\f62d";
}
.lnil-bookshelf-3:before {
  content: "\f62e";
}
.lnil-bookshelf:before {
  content: "\f62f";
}
.lnil-cabinet-1:before {
  content: "\f630";
}
.lnil-cabinet:before {
  content: "\f631";
}
.lnil-chair-1:before {
  content: "\f632";
}
.lnil-chair-3:before {
  content: "\f633";
}
.lnil-chair-4:before {
  content: "\f634";
}
.lnil-chair:before {
  content: "\f635";
}
.lnil-chest-of-drawers-1:before {
  content: "\f636";
}
.lnil-chest-of-drawers-2:before {
  content: "\f637";
}
.lnil-chest-of-drawers-3:before {
  content: "\f638";
}
.lnil-chest-of-drawers-4:before {
  content: "\f639";
}
.lnil-chest-of-drawers-5:before {
  content: "\f63a";
}
.lnil-chest-of-drawers-6:before {
  content: "\f63b";
}
.lnil-chest-of-drawers-7:before {
  content: "\f63c";
}
.lnil-chest-of-drawers:before {
  content: "\f63d";
}
.lnil-clean:before {
  content: "\f63e";
}
.lnil-closet-1:before {
  content: "\f63f";
}
.lnil-closet-2:before {
  content: "\f640";
}
.lnil-closet-3:before {
  content: "\f641";
}
.lnil-closet-4:before {
  content: "\f642";
}
.lnil-closet-5:before {
  content: "\f643";
}
.lnil-closet:before {
  content: "\f644";
}
.lnil-couch:before {
  content: "\f645";
}
.lnil-cradle:before {
  content: "\f646";
}
.lnil-cupboard:before {
  content: "\f647";
}
.lnil-desk-alt-1:before {
  content: "\f648";
}
.lnil-desk-alt:before {
  content: "\f649";
}
.lnil-desk-chair:before {
  content: "\f64a";
}
.lnil-dressing-table:before {
  content: "\f64b";
}
.lnil-elegant-table-1:before {
  content: "\f64c";
}
.lnil-elegant-table-2:before {
  content: "\f64d";
}
.lnil-elegant-table-3:before {
  content: "\f64e";
}
.lnil-elegant-table-4:before {
  content: "\f64f";
}
.lnil-fridge:before {
  content: "\f650";
}
.lnil-hanger-alt-1:before {
  content: "\f651";
}
.lnil-hanger-alt:before {
  content: "\f652";
}
.lnil-home-1:before {
  content: "\f653";
}
.lnil-home-2:before {
  content: "\f654";
}
.lnil-iron-table:before {
  content: "\f655";
}
.lnil-juicer:before {
  content: "\f656";
}
.lnil-lamp-1:before {
  content: "\f657";
}
.lnil-lamp-2:before {
  content: "\f658";
}
.lnil-lamp:before {
  content: "\f659";
}
.lnil-light-bulb:before {
  content: "\f65a";
}
.lnil-light-stand:before {
  content: "\f65b";
}
.lnil-light-umbrella:before {
  content: "\f65c";
}
.lnil-locker:before {
  content: "\f65d";
}
.lnil-microwave:before {
  content: "\f65e";
}
.lnil-mirror-1:before {
  content: "\f65f";
}
.lnil-mirror-2:before {
  content: "\f660";
}
.lnil-office-cabinet:before {
  content: "\f661";
}
.lnil-office-desk:before {
  content: "\f662";
}
.lnil-oven:before {
  content: "\f663";
}
.lnil-picture:before {
  content: "\f664";
}
.lnil-refrigerator:before {
  content: "\f665";
}
.lnil-sofa-1:before {
  content: "\f666";
}
.lnil-sofa-2:before {
  content: "\f667";
}
.lnil-sofa-3:before {
  content: "\f668";
}
.lnil-sofa-4:before {
  content: "\f669";
}
.lnil-sofa-5:before {
  content: "\f66a";
}
.lnil-sofa-6:before {
  content: "\f66b";
}
.lnil-sofa-7:before {
  content: "\f66c";
}
.lnil-sofa-8:before {
  content: "\f66d";
}
.lnil-sofa-9:before {
  content: "\f66e";
}
.lnil-stairs:before {
  content: "\f66f";
}
.lnil-stove:before {
  content: "\f670";
}
.lnil-table-1:before {
  content: "\f671";
}
.lnil-table-2:before {
  content: "\f672";
}
.lnil-table-3:before {
  content: "\f673";
}
.lnil-table-4:before {
  content: "\f674";
}
.lnil-table-5:before {
  content: "\f675";
}
.lnil-table-fan:before {
  content: "\f676";
}
.lnil-table-lamp-1:before {
  content: "\f677";
}
.lnil-table-lamp-2:before {
  content: "\f678";
}
.lnil-table-lamp:before {
  content: "\f679";
}
.lnil-wall-drawer:before {
  content: "\f67a";
}
.lnil-wardrobe:before {
  content: "\f67b";
}
.lnil-washing-machine:before {
  content: "\f67c";
}
.lnil-weight-machine-alt:before {
  content: "\f67d";
}
.lnil-window-1:before {
  content: "\f67e";
}
.lnil-window-2:before {
  content: "\f67f";
}
.lnil-window-3:before {
  content: "\f680";
}
.lnil-window:before {
  content: "\f681";
}
.lnil-circle-alt:before {
  content: "\f682";
}
.lnil-dots:before {
  content: "\f683";
}
.lnil-hexagons-1:before {
  content: "\f684";
}
.lnil-hexagons:before {
  content: "\f685";
}
.lnil-rhombus:before {
  content: "\f686";
}
.lnil-squares-1:before {
  content: "\f687";
}
.lnil-squares-3:before {
  content: "\f688";
}
.lnil-squares:before {
  content: "\f689";
}
.lnil-triangle-3:before {
  content: "\f68a";
}
.lnil-triangle-4:before {
  content: "\f68b";
}
.lnil-triangle-5:before {
  content: "\f68c";
}
.lnil-triangle-6:before {
  content: "\f68d";
}
.lnil-triangle-7:before {
  content: "\f68e";
}
.lnil-triangle-8:before {
  content: "\f68f";
}
.lnil-triangle-9:before {
  content: "\f690";
}
.lnil-triangle-alt:before {
  content: "\f691";
}
.lnil-triangles:before {
  content: "\f692";
}
.lnil-ambulance-2:before {
  content: "\f693";
}
.lnil-ambulance-alt-1:before {
  content: "\f694";
}
.lnil-ambulance-alt:before {
  content: "\f695";
}
.lnil-ambulance:before {
  content: "\f696";
}
.lnil-band-aid:before {
  content: "\f697";
}
.lnil-bandage-alt:before {
  content: "\f698";
}
.lnil-basketball:before {
  content: "\f699";
}
.lnil-bed-alt-patient:before {
  content: "\f69a";
}
.lnil-bed-dentist:before {
  content: "\f69b";
}
.lnil-bed-patient:before {
  content: "\f69c";
}
.lnil-blood-donation:before {
  content: "\f69d";
}
.lnil-bone:before {
  content: "\f69e";
}
.lnil-brain-alt:before {
  content: "\f69f";
}
.lnil-brain-check-alt:before {
  content: "\f6a0";
}
.lnil-brain-check:before {
  content: "\f6a1";
}
.lnil-brain:before {
  content: "\f6a2";
}
.lnil-broken-bone:before {
  content: "\f6a3";
}
.lnil-cannula:before {
  content: "\f6a4";
}
.lnil-capsule-alt-1:before {
  content: "\f6a5";
}
.lnil-capsule-alt:before {
  content: "\f6a6";
}
.lnil-capsule:before {
  content: "\f6a7";
}
.lnil-capsules:before {
  content: "\f6a8";
}
.lnil-cardiology:before {
  content: "\f6a9";
}
.lnil-chat-vet:before {
  content: "\f6aa";
}
.lnil-chest-alt:before {
  content: "\f6ab";
}
.lnil-chest:before {
  content: "\f6ac";
}
.lnil-clipboard-alt:before {
  content: "\f6ad";
}
.lnil-clipboard-medical:before {
  content: "\f6ae";
}
.lnil-cotton-buds:before {
  content: "\f6af";
}
.lnil-desktop-computer-alt:before {
  content: "\f6b0";
}
.lnil-desktop-computer:before {
  content: "\f6b1";
}
.lnil-desktop-monitor-heart:before {
  content: "\f6b2";
}
.lnil-diagnosis-alt:before {
  content: "\f6b3";
}
.lnil-diagnosis:before {
  content: "\f6b4";
}
.lnil-disabled:before {
  content: "\f6b5";
}
.lnil-dna-alt:before {
  content: "\f6b6";
}
.lnil-dna:before {
  content: "\f6b7";
}
.lnil-dropper-alt-1:before {
  content: "\f6b8";
}
.lnil-dropper-alt-2:before {
  content: "\f6b9";
}
.lnil-dropper-alt:before {
  content: "\f6ba";
}
.lnil-dropper:before {
  content: "\f6bb";
}
.lnil-dumbbell:before {
  content: "\f6bc";
}
.lnil-eye-test:before {
  content: "\f6bd";
}
.lnil-female:before {
  content: "\f6be";
}
.lnil-file-alt-medical:before {
  content: "\f6bf";
}
.lnil-file-medical-1:before {
  content: "\f6c0";
}
.lnil-first-aid:before {
  content: "\f6c1";
}
.lnil-fluid:before {
  content: "\f6c2";
}
.lnil-gluten-free:before {
  content: "\f6c3";
}
.lnil-hat-medical:before {
  content: "\f6c4";
}
.lnil-healthcare:before {
  content: "\f6c5";
}
.lnil-heart-check:before {
  content: "\f6c6";
}
.lnil-heart-monitor:before {
  content: "\f6c7";
}
.lnil-heart-plus:before {
  content: "\f6c8";
}
.lnil-heartrate-monitor:before {
  content: "\f6c9";
}
.lnil-hospital-alt-1:before {
  content: "\f6ca";
}
.lnil-hospital-alt-2:before {
  content: "\f6cb";
}
.lnil-hospital-alt-3:before {
  content: "\f6cc";
}
.lnil-hospital-alt-4:before {
  content: "\f6cd";
}
.lnil-hospital-alt-5:before {
  content: "\f6ce";
}
.lnil-hospital-alt-6:before {
  content: "\f6cf";
}
.lnil-hospital-alt:before {
  content: "\f6d0";
}
.lnil-hospital-bed-alt-1:before {
  content: "\f6d1";
}
.lnil-hospital-bed-alt-2:before {
  content: "\f6d2";
}
.lnil-hospital-bed-alt:before {
  content: "\f6d3";
}
.lnil-hospital-bed-patient:before {
  content: "\f6d4";
}
.lnil-hospital-bed:before {
  content: "\f6d5";
}
.lnil-hospital-building:before {
  content: "\f6d6";
}
.lnil-hospital-location-alt-1:before {
  content: "\f6d7";
}
.lnil-hospital-location-alt:before {
  content: "\f6d8";
}
.lnil-hospital-location:before {
  content: "\f6d9";
}
.lnil-hospital-sign:before {
  content: "\f6da";
}
.lnil-hospital:before {
  content: "\f6db";
}
.lnil-inhaler:before {
  content: "\f6dc";
}
.lnil-injection:before {
  content: "\f6dd";
}
.lnil-injury:before {
  content: "\f6de";
}
.lnil-kettleball:before {
  content: "\f6df";
}
.lnil-kidney-alt:before {
  content: "\f6e0";
}
.lnil-laptop-alt-medical:before {
  content: "\f6e1";
}
.lnil-laptop-report-medical:before {
  content: "\f6e2";
}
.lnil-life-guard:before {
  content: "\f6e3";
}
.lnil-light-emergency-on:before {
  content: "\f6e4";
}
.lnil-lights-medical:before {
  content: "\f6e5";
}
.lnil-liver:before {
  content: "\f6e6";
}
.lnil-lungs-alt:before {
  content: "\f6e7";
}
.lnil-lungs:before {
  content: "\f6e8";
}
.lnil-male-alt:before {
  content: "\f6e9";
}
.lnil-male:before {
  content: "\f6ea";
}
.lnil-medical-briefcase-1:before {
  content: "\f6eb";
}
.lnil-medical-briefcase:before {
  content: "\f6ec";
}
.lnil-medical-call:before {
  content: "\f6ed";
}
.lnil-medical-mask:before {
  content: "\f6ee";
}
.lnil-medical-protection:before {
  content: "\f6ef";
}
.lnil-medical-sign-alt:before {
  content: "\f6f0";
}
.lnil-medical-sign:before {
  content: "\f6f1";
}
.lnil-medical-smartphone-alt-1:before {
  content: "\f6f2";
}
.lnil-medicine-alt:before {
  content: "\f6f3";
}
.lnil-medicine-bottole:before {
  content: "\f6f4";
}
.lnil-medicine:before {
  content: "\f6f5";
}
.lnil-microscope:before {
  content: "\f6f6";
}
.lnil-mobile-phones-medical:before {
  content: "\f6f7";
}
.lnil-monitor-alt-2:before {
  content: "\f6f8";
}
.lnil-monitor-heart-alt:before {
  content: "\f6f9";
}
.lnil-monitor-medical:before {
  content: "\f6fa";
}
.lnil-nose:before {
  content: "\f6fb";
}
.lnil-online-checkup:before {
  content: "\f6fc";
}
.lnil-patient-alt-1:before {
  content: "\f6fd";
}
.lnil-pulse:before {
  content: "\f6fe";
}
.lnil-refresh-medical:before {
  content: "\f6ff";
}
.lnil-reload-medical:before {
  content: "\f700";
}
.lnil-report-laptop:before {
  content: "\f701";
}
.lnil-saline-alt-1:before {
  content: "\f702";
}
.lnil-saline-alt:before {
  content: "\f703";
}
.lnil-saline:before {
  content: "\f704";
}
.lnil-scale-alt:before {
  content: "\f705";
}
.lnil-scalpel:before {
  content: "\f706";
}
.lnil-share-health:before {
  content: "\f707";
}
.lnil-share-medical:before {
  content: "\f708";
}
.lnil-sharing:before {
  content: "\f709";
}
.lnil-signal-hospital:before {
  content: "\f70a";
}
.lnil-signboard-hospital:before {
  content: "\f70b";
}
.lnil-skipping-rope:before {
  content: "\f70c";
}
.lnil-slim:before {
  content: "\f70d";
}
.lnil-smartphone-alt-medical:before {
  content: "\f70e";
}
.lnil-smartphone-heart-beat:before {
  content: "\f70f";
}
.lnil-smartwatch-alt-1:before {
  content: "\f710";
}
.lnil-smartwatch-alt-heart-monitor:before {
  content: "\f711";
}
.lnil-smartwatch-medical:before {
  content: "\f712";
}
.lnil-square-medical:before {
  content: "\f713";
}
.lnil-stethoscope-alt:before {
  content: "\f714";
}
.lnil-sthethoscope:before {
  content: "\f715";
}
.lnil-suitcase-alt-medical:before {
  content: "\f716";
}
.lnil-suitcase-medical:before {
  content: "\f717";
}
.lnil-symbols-female:before {
  content: "\f718";
}
.lnil-syringe:before {
  content: "\f719";
}
.lnil-teeth:before {
  content: "\f71a";
}
.lnil-temparature-measuring:before {
  content: "\f71b";
}
.lnil-test-tube-alt:before {
  content: "\f71c";
}
.lnil-test-tube:before {
  content: "\f71d";
}
.lnil-thermometer-alt:before {
  content: "\f71e";
}
.lnil-thermometer:before {
  content: "\f71f";
}
.lnil-tooth:before {
  content: "\f720";
}
.lnil-tweezers:before {
  content: "\f721";
}
.lnil-user-medical:before {
  content: "\f722";
}
.lnil-uterus:before {
  content: "\f723";
}
.lnil-vaccine:before {
  content: "\f724";
}
.lnil-virus-alt:before {
  content: "\f725";
}
.lnil-virus:before {
  content: "\f726";
}
.lnil-walker:before {
  content: "\f727";
}
.lnil-weight-machine:before {
  content: "\f728";
}
.lnil-weight:before {
  content: "\f729";
}
.lnil-wheelchair-alt:before {
  content: "\f72a";
}
.lnil-wheelchair:before {
  content: "\f72b";
}
.lnil-add-file:before {
  content: "\f72c";
}
.lnil-alarm-alt:before {
  content: "\f72d";
}
.lnil-barrier:before {
  content: "\f72e";
}
.lnil-bolt-alt:before {
  content: "\f72f";
}
.lnil-bolt:before {
  content: "\f730";
}
.lnil-bookmark-alt-1:before {
  content: "\f731";
}
.lnil-check-box:before {
  content: "\f732";
}
.lnil-checkmark-circle:before {
  content: "\f733";
}
.lnil-checkmark:before {
  content: "\f734";
}
.lnil-circle-minus:before {
  content: "\f735";
}
.lnil-circle-plus:before {
  content: "\f736";
}
.lnil-circle:before {
  content: "\f737";
}
.lnil-close:before {
  content: "\f738";
}
.lnil-command:before {
  content: "\f739";
}
.lnil-copyright:before {
  content: "\f73a";
}
.lnil-cross-circle:before {
  content: "\f73b";
}
.lnil-electricity:before {
  content: "\f73c";
}
.lnil-eye-alt:before {
  content: "\f73d";
}
.lnil-eye:before {
  content: "\f73e";
}
.lnil-filterslider:before {
  content: "\f73f";
}
.lnil-find:before {
  content: "\f740";
}
.lnil-fingerprint-1:before {
  content: "\f741";
}
.lnil-fingerprint-3:before {
  content: "\f742";
}
.lnil-flag-alt:before {
  content: "\f743";
}
.lnil-flag:before {
  content: "\f744";
}
.lnil-funnel-alt-1:before {
  content: "\f745";
}
.lnil-funnel-alt-2:before {
  content: "\f746";
}
.lnil-funnel-alt:before {
  content: "\f747";
}
.lnil-funnel:before {
  content: "\f748";
}
.lnil-hand:before {
  content: "\f749";
}
.lnil-hashtag:before {
  content: "\f74a";
}
.lnil-heart-fill:before {
  content: "\f74b";
}
.lnil-heart:before {
  content: "\f74c";
}
.lnil-help:before {
  content: "\f74d";
}
.lnil-hotel-sign:before {
  content: "\f74e";
}
.lnil-idea-alt:before {
  content: "\f74f";
}
.lnil-identity:before {
  content: "\f750";
}
.lnil-infinite:before {
  content: "\f751";
}
.lnil-info-circle:before {
  content: "\f752";
}
.lnil-information:before {
  content: "\f753";
}
.lnil-invention:before {
  content: "\f754";
}
.lnil-key-alt-1:before {
  content: "\f755";
}
.lnil-key-alt-2:before {
  content: "\f756";
}
.lnil-key-alt-3:before {
  content: "\f757";
}
.lnil-key-alt:before {
  content: "\f758";
}
.lnil-key:before {
  content: "\f759";
}
.lnil-layers-alt-2:before {
  content: "\f75a";
}
.lnil-layers-alt-3:before {
  content: "\f75b";
}
.lnil-lifering:before {
  content: "\f75c";
}
.lnil-list-alt-1:before {
  content: "\f75d";
}
.lnil-list-alt:before {
  content: "\f75e";
}
.lnil-list:before {
  content: "\f75f";
}
.lnil-lock-alt-1:before {
  content: "\f760";
}
.lnil-lock-alt-2:before {
  content: "\f761";
}
.lnil-lock-alt-3:before {
  content: "\f762";
}
.lnil-lock-alt:before {
  content: "\f763";
}
.lnil-lock:before {
  content: "\f764";
}
.lnil-minus:before {
  content: "\f765";
}
.lnil-more-alt-1:before {
  content: "\f766";
}
.lnil-more-alt:before {
  content: "\f767";
}
.lnil-more:before {
  content: "\f768";
}
.lnil-music-note:before {
  content: "\f769";
}
.lnil-music:before {
  content: "\f76a";
}
.lnil-notification-alt:before {
  content: "\f76b";
}
.lnil-passport-2:before {
  content: "\f76c";
}
.lnil-passport-3:before {
  content: "\f76d";
}
.lnil-passport-4:before {
  content: "\f76e";
}
.lnil-passport-alt:before {
  content: "\f76f";
}
.lnil-passport:before {
  content: "\f770";
}
.lnil-playlist-alt:before {
  content: "\f771";
}
.lnil-playlist:before {
  content: "\f772";
}
.lnil-plus:before {
  content: "\f773";
}
.lnil-pointer:before {
  content: "\f774";
}
.lnil-portfolio:before {
  content: "\f775";
}
.lnil-portfolio2:before {
  content: "\f776";
}
.lnil-power-switch:before {
  content: "\f777";
}
.lnil-protection:before {
  content: "\f778";
}
.lnil-question-circle:before {
  content: "\f779";
}
.lnil-radio-button:before {
  content: "\f77a";
}
.lnil-record:before {
  content: "\f77b";
}
.lnil-round-box-check:before {
  content: "\f77c";
}
.lnil-round-box-cross:before {
  content: "\f77d";
}
.lnil-round-box-minus:before {
  content: "\f77e";
}
.lnil-round-box-plus:before {
  content: "\f77f";
}
.lnil-search-location:before {
  content: "\f780";
}
.lnil-shield-alt-1-check:before {
  content: "\f781";
}
.lnil-shield-alt-1:before {
  content: "\f782";
}
.lnil-shield-alt-2-check:before {
  content: "\f783";
}
.lnil-shield-alt-2:before {
  content: "\f784";
}
.lnil-shield-alt-3-check:before {
  content: "\f785";
}
.lnil-shield-alt-3:before {
  content: "\f786";
}
.lnil-shield:before {
  content: "\f787";
}
.lnil-sign-language-alt:before {
  content: "\f788";
}
.lnil-sign-language:before {
  content: "\f789";
}
.lnil-sort:before {
  content: "\f78a";
}
.lnil-switch:before {
  content: "\f78b";
}
.lnil-target-alt-3:before {
  content: "\f78c";
}
.lnil-teabag:before {
  content: "\f78d";
}
.lnil-thumbs-down-alt:before {
  content: "\f78e";
}
.lnil-thumbs-down:before {
  content: "\f78f";
}
.lnil-thumbs-up-alt:before {
  content: "\f790";
}
.lnil-thumbs-up:before {
  content: "\f791";
}
.lnil-thunderbolt:before {
  content: "\f792";
}
.lnil-ticket-alt-1:before {
  content: "\f793";
}
.lnil-ticket-alt-2:before {
  content: "\f794";
}
.lnil-ticket-alt-3:before {
  content: "\f795";
}
.lnil-ticket-alt:before {
  content: "\f796";
}
.lnil-ticket:before {
  content: "\f797";
}
.lnil-trademark:before {
  content: "\f798";
}
.lnil-unlock:before {
  content: "\f799";
}
.lnil-video-call-2:before {
  content: "\f79a";
}
.lnil-video-call:before {
  content: "\f79b";
}
.lnil-vote:before {
  content: "\f79c";
}
.lnil-warning:before {
  content: "\f79d";
}
.lnil-court:before {
  content: "\f79e";
}
.lnil-jail:before {
  content: "\f79f";
}
.lnil-jurisdiction:before {
  content: "\f7a0";
}
.lnil-jury:before {
  content: "\f7a1";
}
.lnil-law-book:before {
  content: "\f7a2";
}
.lnil-police-badge:before {
  content: "\f7a3";
}
.lnil-analytics-chat:before {
  content: "\f7a4";
}
.lnil-analytics:before {
  content: "\f7a5";
}
.lnil-bar-chart-1:before {
  content: "\f7a6";
}
.lnil-bar-chart:before {
  content: "\f7a7";
}
.lnil-bar-check:before {
  content: "\f7a8";
}
.lnil-billboard-alt:before {
  content: "\f7a9";
}
.lnil-billboard:before {
  content: "\f7aa";
}
.lnil-envelope-open text:before {
  content: "\f7ab";
}
.lnil-gift-card:before {
  content: "\f7ac";
}
.lnil-graph-alt-1:before {
  content: "\f7ad";
}
.lnil-graph-alt-2:before {
  content: "\f7ae";
}
.lnil-graph-alt-3:before {
  content: "\f7af";
}
.lnil-graph-alt-4:before {
  content: "\f7b0";
}
.lnil-graph-alt:before {
  content: "\f7b1";
}
.lnil-graph-decrease:before {
  content: "\f7b2";
}
.lnil-graph-increase:before {
  content: "\f7b3";
}
.lnil-graph:before {
  content: "\f7b4";
}
.lnil-hand-chart:before {
  content: "\f7b5";
}
.lnil-keyword-research:before {
  content: "\f7b6";
}
.lnil-lightbulb-exclamation:before {
  content: "\f7b7";
}
.lnil-magnifying-glass-chart:before {
  content: "\f7b8";
}
.lnil-magnifying-glass-dollar:before {
  content: "\f7b9";
}
.lnil-network-alt:before {
  content: "\f7ba";
}
.lnil-network:before {
  content: "\f7bb";
}
.lnil-pie-chart-alt-1:before {
  content: "\f7bc";
}
.lnil-pyramid-decrease:before {
  content: "\f7bd";
}
.lnil-pyramid-increase:before {
  content: "\f7be";
}
.lnil-pyramid:before {
  content: "\f7bf";
}
.lnil-rook:before {
  content: "\f7c0";
}
.lnil-seo-alt:before {
  content: "\f7c1";
}
.lnil-seo:before {
  content: "\f7c2";
}
.lnil-square-poll-horizontal:before {
  content: "\f7c3";
}
.lnil-square-poll-vertical:before {
  content: "\f7c4";
}
.lnil-strategy:before {
  content: "\f7c5";
}
.lnil-target-audience-alt:before {
  content: "\f7c6";
}
.lnil-target-customer:before {
  content: "\f7c7";
}
.lnil-timeline:before {
  content: "\f7c8";
}
.lnil-website-rank:before {
  content: "\f7c9";
}
.lnil-website-seo:before {
  content: "\f7ca";
}
.lnil-backward-alt:before {
  content: "\f7cb";
}
.lnil-backward:before {
  content: "\f7cc";
}
.lnil-boombox:before {
  content: "\f7cd";
}
.lnil-camera-3:before {
  content: "\f7ce";
}
.lnil-cctv:before {
  content: "\f7cf";
}
.lnil-dial-high:before {
  content: "\f7d0";
}
.lnil-dial-max:before {
  content: "\f7d1";
}
.lnil-dial:before {
  content: "\f7d2";
}
.lnil-drone:before {
  content: "\f7d3";
}
.lnil-expand-alt-1:before {
  content: "\f7d4";
}
.lnil-fast-forward:before {
  content: "\f7d5";
}
.lnil-film:before {
  content: "\f7d6";
}
.lnil-forward:before {
  content: "\f7d7";
}
.lnil-frame-expand:before {
  content: "\f7d8";
}
.lnil-full-screen:before {
  content: "\f7d9";
}
.lnil-gallery:before {
  content: "\f7da";
}
.lnil-hd-video-alt:before {
  content: "\f7db";
}
.lnil-hd-video:before {
  content: "\f7dc";
}
.lnil-microphone-slash:before {
  content: "\f7dd";
}
.lnil-next:before {
  content: "\f7de";
}
.lnil-pause:before {
  content: "\f7df";
}
.lnil-play:before {
  content: "\f7e0";
}
.lnil-previous:before {
  content: "\f7e1";
}
.lnil-projector:before {
  content: "\f7e2";
}
.lnil-radio:before {
  content: "\f7e3";
}
.lnil-repeat-one:before {
  content: "\f7e4";
}
.lnil-shuffle:before {
  content: "\f7e5";
}
.lnil-slideshow:before {
  content: "\f7e6";
}
.lnil-speaker:before {
  content: "\f7e7";
}
.lnil-stop:before {
  content: "\f7e8";
}
.lnil-video-alt-1:before {
  content: "\f7e9";
}
.lnil-video-alt:before {
  content: "\f7ea";
}
.lnil-video-camera-alt-1:before {
  content: "\f7eb";
}
.lnil-video-camera-alt-2:before {
  content: "\f7ec";
}
.lnil-video-camera-alt-3:before {
  content: "\f7ed";
}
.lnil-video-camera-alt-4:before {
  content: "\f7ee";
}
.lnil-video-camera-alt:before {
  content: "\f7ef";
}
.lnil-video-cut:before {
  content: "\f7f0";
}
.lnil-video-playback:before {
  content: "\f7f1";
}
.lnil-video:before {
  content: "\f7f2";
}
.lnil-volume-alt:before {
  content: "\f7f3";
}
.lnil-volume-high:before {
  content: "\f7f4";
}
.lnil-volume-low:before {
  content: "\f7f5";
}
.lnil-volume-medium:before {
  content: "\f7f6";
}
.lnil-volume-mute:before {
  content: "\f7f7";
}
.lnil-volume:before {
  content: "\f7f8";
}
.lnil-waveform-lines:before {
  content: "\f7f9";
}
.lnil-webcam:before {
  content: "\f7fa";
}
.lnil-binocular:before {
  content: "\f7fb";
}
.lnil-bow-and-arrow:before {
  content: "\f7fc";
}
.lnil-chess-queen:before {
  content: "\f7fd";
}
.lnil-computer-speaker:before {
  content: "\f7fe";
}
.lnil-cricket-bat:before {
  content: "\f7ff";
}
.lnil-dice:before {
  content: "\f800";
}
.lnil-display-slash:before {
  content: "\f801";
}
.lnil-ethernet:before {
  content: "\f802";
}
.lnil-feather:before {
  content: "\f803";
}
.lnil-football:before {
  content: "\f804";
}
.lnil-ghost:before {
  content: "\f805";
}
.lnil-hands-holding:before {
  content: "\f806";
}
.lnil-truck-monster:before {
  content: "\f807";
}
.lnil-bug-alt-1:before {
  content: "\f808";
}
.lnil-bug-alt:before {
  content: "\f809";
}
.lnil-bug:before {
  content: "\f80a";
}
.lnil-cactus-1:before {
  content: "\f80b";
}
.lnil-cactus-2:before {
  content: "\f80c";
}
.lnil-cactus-3:before {
  content: "\f80d";
}
.lnil-cactus-alt-2:before {
  content: "\f80e";
}
.lnil-cactus-alt:before {
  content: "\f80f";
}
.lnil-cactus:before {
  content: "\f810";
}
.lnil-desert-1:before {
  content: "\f811";
}
.lnil-desert-2:before {
  content: "\f812";
}
.lnil-desert:before {
  content: "\f813";
}
.lnil-earthquake:before {
  content: "\f814";
}
.lnil-flood:before {
  content: "\f815";
}
.lnil-flower-alt:before {
  content: "\f816";
}
.lnil-flower:before {
  content: "\f817";
}
.lnil-forrest-1:before {
  content: "\f818";
}
.lnil-forrest-alt-1:before {
  content: "\f819";
}
.lnil-forrest-alt-2:before {
  content: "\f81a";
}
.lnil-forrest-alt-3:before {
  content: "\f81b";
}
.lnil-forrest:before {
  content: "\f81c";
}
.lnil-hiking:before {
  content: "\f81d";
}
.lnil-hop:before {
  content: "\f81e";
}
.lnil-hurricane:before {
  content: "\f81f";
}
.lnil-island-alt-1:before {
  content: "\f820";
}
.lnil-island-alt-2:before {
  content: "\f821";
}
.lnil-island-alt-3:before {
  content: "\f822";
}
.lnil-island-alt-4:before {
  content: "\f823";
}
.lnil-island-alt:before {
  content: "\f824";
}
.lnil-island:before {
  content: "\f825";
}
.lnil-leaf-alt-1:before {
  content: "\f826";
}
.lnil-leaf-alt-2:before {
  content: "\f827";
}
.lnil-leaf-alt-3:before {
  content: "\f828";
}
.lnil-leaf-alt:before {
  content: "\f829";
}
.lnil-leaf:before {
  content: "\f82a";
}
.lnil-leaves:before {
  content: "\f82b";
}
.lnil-love-nature:before {
  content: "\f82c";
}
.lnil-mountain:before {
  content: "\f82d";
}
.lnil-mountains-1:before {
  content: "\f82e";
}
.lnil-mountains-2:before {
  content: "\f82f";
}
.lnil-mountains-3:before {
  content: "\f830";
}
.lnil-mountains-4:before {
  content: "\f831";
}
.lnil-mountains:before {
  content: "\f832";
}
.lnil-mushroom-alt-1:before {
  content: "\f833";
}
.lnil-mushroom-alt-2:before {
  content: "\f834";
}
.lnil-mushroom-alt:before {
  content: "\f835";
}
.lnil-mushroom:before {
  content: "\f836";
}
.lnil-mushrooms-alt-1:before {
  content: "\f837";
}
.lnil-mushrooms-alt:before {
  content: "\f838";
}
.lnil-mushrooms:before {
  content: "\f839";
}
.lnil-nature-shield:before {
  content: "\f83a";
}
.lnil-plant-alt:before {
  content: "\f83b";
}
.lnil-plant-pot-alt-1:before {
  content: "\f83c";
}
.lnil-plant-pot-alt:before {
  content: "\f83d";
}
.lnil-plant-pot:before {
  content: "\f83e";
}
.lnil-plant:before {
  content: "\f83f";
}
.lnil-sprout-alt-1:before {
  content: "\f840";
}
.lnil-sprout:before {
  content: "\f841";
}
.lnil-tornado-alt:before {
  content: "\f842";
}
.lnil-tree-alt-1:before {
  content: "\f843";
}
.lnil-tree-alt-3:before {
  content: "\f844";
}
.lnil-tree-alt:before {
  content: "\f845";
}
.lnil-tree:before {
  content: "\f846";
}
.lnil-trees-alt-1:before {
  content: "\f847";
}
.lnil-trees-alt-10:before {
  content: "\f848";
}
.lnil-trees-alt-4:before {
  content: "\f849";
}
.lnil-trees-alt-5:before {
  content: "\f84a";
}
.lnil-trees-alt-6:before {
  content: "\f84b";
}
.lnil-trees-alt-7:before {
  content: "\f84c";
}
.lnil-trees-alt-8:before {
  content: "\f84d";
}
.lnil-trees-alt-9:before {
  content: "\f84e";
}
.lnil-trees-alt:before {
  content: "\f84f";
}
.lnil-trees:before {
  content: "\f850";
}
.lnil-ballon-alt-1:before {
  content: "\f851";
}
.lnil-ballon-alt:before {
  content: "\f852";
}
.lnil-baloon-alt-2:before {
  content: "\f853";
}
.lnil-baloon-alt-3:before {
  content: "\f854";
}
.lnil-baloon:before {
  content: "\f855";
}
.lnil-birthday-hat:before {
  content: "\f856";
}
.lnil-bowtie-alt-2:before {
  content: "\f857";
}
.lnil-cake:before {
  content: "\f858";
}
.lnil-candle-alt-1:before {
  content: "\f859";
}
.lnil-candle-alt:before {
  content: "\f85a";
}
.lnil-candle:before {
  content: "\f85b";
}
.lnil-candy-alt-1:before {
  content: "\f85c";
}
.lnil-candy-alt-2:before {
  content: "\f85d";
}
.lnil-candy-alt-3:before {
  content: "\f85e";
}
.lnil-candy-alt:before {
  content: "\f85f";
}
.lnil-candy-cane:before {
  content: "\f860";
}
.lnil-candy-corn:before {
  content: "\f861";
}
.lnil-candy:before {
  content: "\f862";
}
.lnil-christmas-star:before {
  content: "\f863";
}
.lnil-confetti:before {
  content: "\f864";
}
.lnil-firecracker:before {
  content: "\f865";
}
.lnil-firecrackers-alt-1:before {
  content: "\f866";
}
.lnil-firecrackers-alt-2:before {
  content: "\f867";
}
.lnil-firecrackers-alt-3:before {
  content: "\f868";
}
.lnil-firecrackers-alt-4:before {
  content: "\f869";
}
.lnil-firecrackers-alt:before {
  content: "\f86a";
}
.lnil-firework-alt-1:before {
  content: "\f86b";
}
.lnil-fireworks:before {
  content: "\f86c";
}
.lnil-flags-alt-1:before {
  content: "\f86d";
}
.lnil-guitar:before {
  content: "\f86e";
}
.lnil-heart-baloon:before {
  content: "\f86f";
}
.lnil-lolipop-1:before {
  content: "\f870";
}
.lnil-lolipop-2:before {
  content: "\f871";
}
.lnil-lolipop-3:before {
  content: "\f872";
}
.lnil-lolipop:before {
  content: "\f873";
}
.lnil-mask:before {
  content: "\f874";
}
.lnil-mustache:before {
  content: "\f875";
}
.lnil-party-horn:before {
  content: "\f876";
}
.lnil-petard:before {
  content: "\f877";
}
.lnil-pumpkin:before {
  content: "\f878";
}
.lnil-skull-mask:before {
  content: "\f879";
}
.lnil-spray:before {
  content: "\f87a";
}
.lnil-wand:before {
  content: "\f87b";
}
.lnil-baby-kid:before {
  content: "\f87c";
}
.lnil-bottle-nipple:before {
  content: "\f87d";
}
.lnil-cotton-bud:before {
  content: "\f87e";
}
.lnil-crown-alt-1:before {
  content: "\f87f";
}
.lnil-crown-alt-2:before {
  content: "\f880";
}
.lnil-crown-alt:before {
  content: "\f881";
}
.lnil-crown:before {
  content: "\f882";
}
.lnil-cup-alt:before {
  content: "\f883";
}
.lnil-cup:before {
  content: "\f884";
}
.lnil-eyeglass:before {
  content: "\f885";
}
.lnil-family-alt:before {
  content: "\f886";
}
.lnil-family:before {
  content: "\f887";
}
.lnil-gift-1:before {
  content: "\f888";
}
.lnil-gift-alt:before {
  content: "\f889";
}
.lnil-gift-bag:before {
  content: "\f88a";
}
.lnil-glasses:before {
  content: "\f88b";
}
.lnil-home:before {
  content: "\f88c";
}
.lnil-ladies-t-shirt:before {
  content: "\f88d";
}
.lnil-milk-bottle:before {
  content: "\f88e";
}
.lnil-old-man:before {
  content: "\f88f";
}
.lnil-old:before {
  content: "\f890";
}
.lnil-sunglass:before {
  content: "\f891";
}
.lnil-t-shirt-alt-1:before {
  content: "\f892";
}
.lnil-t-shirt-alt:before {
  content: "\f893";
}
.lnil-t-shirt:before {
  content: "\f894";
}
.lnil-thought:before {
  content: "\f895";
}
.lnil-air-conditioner:before {
  content: "\f896";
}
.lnil-apartments-alt-13:before {
  content: "\f897";
}
.lnil-billboard-alt-2:before {
  content: "\f898";
}
.lnil-blueprint:before {
  content: "\f899";
}
.lnil-buy-house:before {
  content: "\f89a";
}
.lnil-condominium-1:before {
  content: "\f89b";
}
.lnil-condominium:before {
  content: "\f89c";
}
.lnil-fence:before {
  content: "\f89d";
}
.lnil-flats:before {
  content: "\f89e";
}
.lnil-fountain:before {
  content: "\f89f";
}
.lnil-home-4:before {
  content: "\f8a0";
}
.lnil-home-5:before {
  content: "\f8a1";
}
.lnil-home-documents:before {
  content: "\f8a2";
}
.lnil-hospital-alt-7:before {
  content: "\f8a3";
}
.lnil-house-add:before {
  content: "\f8a4";
}
.lnil-house-auction-1:before {
  content: "\f8a5";
}
.lnil-house-auction:before {
  content: "\f8a6";
}
.lnil-house-cancelled:before {
  content: "\f8a7";
}
.lnil-house-chosen:before {
  content: "\f8a8";
}
.lnil-house-discount:before {
  content: "\f8a9";
}
.lnil-house-rating:before {
  content: "\f8aa";
}
.lnil-lift:before {
  content: "\f8ab";
}
.lnil-placeholder-house:before {
  content: "\f8ac";
}
.lnil-placeholder-map:before {
  content: "\f8ad";
}
.lnil-search-home:before {
  content: "\f8ae";
}
.lnil-shopping-mall:before {
  content: "\f8af";
}
.lnil-sign-rent:before {
  content: "\f8b0";
}
.lnil-sign-sale:before {
  content: "\f8b1";
}
.lnil-smart-home-alt:before {
  content: "\f8b2";
}
.lnil-smart-home-control:before {
  content: "\f8b3";
}
.lnil-swimming-pool-alt:before {
  content: "\f8b4";
}
.lnil-warehouse:before {
  content: "\f8b5";
}
.lnil-website-house:before {
  content: "\f8b6";
}
.lnil-bible:before {
  content: "\f8b7";
}
.lnil-christian-candle:before {
  content: "\f8b8";
}
.lnil-church:before {
  content: "\f8b9";
}
.lnil-cross:before {
  content: "\f8ba";
}
.lnil-goblet:before {
  content: "\f8bb";
}
.lnil-islam:before {
  content: "\f8bc";
}
.lnil-islamic-book-alt:before {
  content: "\f8bd";
}
.lnil-islamic-book:before {
  content: "\f8be";
}
.lnil-islamic-flag:before {
  content: "\f8bf";
}
.lnil-moshjid-location:before {
  content: "\f8c0";
}
.lnil-mosque:before {
  content: "\f8c1";
}
.lnil-muslim-symbol:before {
  content: "\f8c2";
}
.lnil-prayer-rug:before {
  content: "\f8c3";
}
.lnil-prayer:before {
  content: "\f8c4";
}
.lnil-star-of-david-1:before {
  content: "\f8c5";
}
.lnil-star-of-david:before {
  content: "\f8c6";
}
.lnil-tombstone-1:before {
  content: "\f8c7";
}
.lnil-tombstone:before {
  content: "\f8c8";
}
.lnil-torii-gate:before {
  content: "\f8c9";
}
.lnil-yin-yang:before {
  content: "\f8ca";
}
.lnil-zen:before {
  content: "\f8cb";
}
.lnil-1st-prize:before {
  content: "\f8cc";
}
.lnil-2nd-prize:before {
  content: "\f8cd";
}
.lnil-badge-1:before {
  content: "\f8ce";
}
.lnil-badge-10:before {
  content: "\f8cf";
}
.lnil-badge-2:before {
  content: "\f8d0";
}
.lnil-badge-3:before {
  content: "\f8d1";
}
.lnil-badge-4:before {
  content: "\f8d2";
}
.lnil-badge-5:before {
  content: "\f8d3";
}
.lnil-badge-6:before {
  content: "\f8d4";
}
.lnil-badge-7:before {
  content: "\f8d5";
}
.lnil-badge-8:before {
  content: "\f8d6";
}
.lnil-badge-9:before {
  content: "\f8d7";
}
.lnil-badge-first:before {
  content: "\f8d8";
}
.lnil-crown-alt-3:before {
  content: "\f8d9";
}
.lnil-diploma-1:before {
  content: "\f8da";
}
.lnil-diploma-2:before {
  content: "\f8db";
}
.lnil-diploma:before {
  content: "\f8dc";
}
.lnil-medal-1:before {
  content: "\f8dd";
}
.lnil-medal-2:before {
  content: "\f8de";
}
.lnil-medal-3:before {
  content: "\f8df";
}
.lnil-medal-4:before {
  content: "\f8e0";
}
.lnil-medal-5:before {
  content: "\f8e1";
}
.lnil-medal-6:before {
  content: "\f8e2";
}
.lnil-medal-7:before {
  content: "\f8e3";
}
.lnil-medal-8:before {
  content: "\f8e4";
}
.lnil-patent:before {
  content: "\f8e5";
}
.lnil-prize-1:before {
  content: "\f8e6";
}
.lnil-trophy-1:before {
  content: "\f8e7";
}
.lnil-trophy-2:before {
  content: "\f8e8";
}
.lnil-trophy-3:before {
  content: "\f8e9";
}
.lnil-trophy-4:before {
  content: "\f8ea";
}
.lnil-trophy-5:before {
  content: "\f8eb";
}
.lnil-angry:before {
  content: "\f8ec";
}
.lnil-bored-1:before {
  content: "\f8ed";
}
.lnil-bored:before {
  content: "\f8ee";
}
.lnil-cool-1:before {
  content: "\f8ef";
}
.lnil-cool-10:before {
  content: "\f8f0";
}
.lnil-cool-11:before {
  content: "\f8f1";
}
.lnil-cool-12:before {
  content: "\f8f2";
}
.lnil-cool-13:before {
  content: "\f8f3";
}
.lnil-cool-14:before {
  content: "\f8f4";
}
.lnil-cool-15:before {
  content: "\f8f5";
}
.lnil-cool-16:before {
  content: "\f8f6";
}
.lnil-cool-17:before {
  content: "\f8f7";
}
.lnil-cool-18:before {
  content: "\f8f8";
}
.lnil-cool-19:before {
  content: "\f8f9";
}
.lnil-cool-20:before {
  content: "\f8fa";
}
.lnil-cool-3:before {
  content: "\f8fb";
}
.lnil-cool-4:before {
  content: "\f8fc";
}
.lnil-cool-5:before {
  content: "\f8fd";
}
.lnil-cool-6:before {
  content: "\f8fe";
}
.lnil-cool-7:before {
  content: "\f8ff";
}
.lnil-cool-8:before {
  content: "\f900";
}
.lnil-cool-9:before {
  content: "\f901";
}
.lnil-cool-kiss:before {
  content: "\f902";
}
.lnil-cool:before {
  content: "\f903";
}
.lnil-cry:before {
  content: "\f904";
}
.lnil-crying-1:before {
  content: "\f905";
}
.lnil-crying-2:before {
  content: "\f906";
}
.lnil-crying-3:before {
  content: "\f907";
}
.lnil-crying-4:before {
  content: "\f908";
}
.lnil-cute:before {
  content: "\f909";
}
.lnil-dead-1:before {
  content: "\f90a";
}
.lnil-dead-2:before {
  content: "\f90b";
}
.lnil-dead-3:before {
  content: "\f90c";
}
.lnil-dead-4:before {
  content: "\f90d";
}
.lnil-dead-5:before {
  content: "\f90e";
}
.lnil-dead-6:before {
  content: "\f90f";
}
.lnil-dead:before {
  content: "\f910";
}
.lnil-friendly:before {
  content: "\f911";
}
.lnil-happy-1:before {
  content: "\f912";
}
.lnil-happy-2:before {
  content: "\f913";
}
.lnil-happy-3:before {
  content: "\f914";
}
.lnil-happy-4:before {
  content: "\f915";
}
.lnil-happy-smile:before {
  content: "\f916";
}
.lnil-happy:before {
  content: "\f917";
}
.lnil-kiss-2:before {
  content: "\f918";
}
.lnil-kiss:before {
  content: "\f919";
}
.lnil-love:before {
  content: "\f91a";
}
.lnil-loved-surprise:before {
  content: "\f91b";
}
.lnil-mute:before {
  content: "\f91c";
}
.lnil-muted-1:before {
  content: "\f91d";
}
.lnil-muted-2:before {
  content: "\f91e";
}
.lnil-muted-3:before {
  content: "\f91f";
}
.lnil-nervous:before {
  content: "\f920";
}
.lnil-piss:before {
  content: "\f921";
}
.lnil-sad-1:before {
  content: "\f922";
}
.lnil-sad-2:before {
  content: "\f923";
}
.lnil-sad-3:before {
  content: "\f924";
}
.lnil-sad-4:before {
  content: "\f925";
}
.lnil-sad-5:before {
  content: "\f926";
}
.lnil-sad:before {
  content: "\f927";
}
.lnil-sick-1:before {
  content: "\f928";
}
.lnil-sick:before {
  content: "\f929";
}
.lnil-sleep:before {
  content: "\f92a";
}
.lnil-smile-1:before {
  content: "\f92b";
}
.lnil-smile:before {
  content: "\f92c";
}
.lnil-speechless:before {
  content: "\f92d";
}
.lnil-super-cool:before {
  content: "\f92e";
}
.lnil-super-happy:before {
  content: "\f92f";
}
.lnil-surprised-1:before {
  content: "\f930";
}
.lnil-suspect:before {
  content: "\f931";
}
.lnil-tounge:before {
  content: "\f932";
}
.lnil-wink:before {
  content: "\f933";
}
.lnil-wow:before {
  content: "\f934";
}
.lnil-yawn:before {
  content: "\f935";
}
.lnil-hourglass:before {
  content: "\f936";
}
.lnil-spinner-1:before {
  content: "\f937";
}
.lnil-spinner-10:before {
  content: "\f938";
}
.lnil-spinner-11:before {
  content: "\f939";
}
.lnil-spinner-2:before {
  content: "\f93a";
}
.lnil-spinner-3:before {
  content: "\f93b";
}
.lnil-spinner-4:before {
  content: "\f93c";
}
.lnil-spinner-5:before {
  content: "\f93d";
}
.lnil-spinner-6:before {
  content: "\f93e";
}
.lnil-spinner-7:before {
  content: "\f93f";
}
.lnil-spinner-8:before {
  content: "\f940";
}
.lnil-spinner-9:before {
  content: "\f941";
}
.lnil-spinner-arrow:before {
  content: "\f942";
}
.lnil-spinner-solid:before {
  content: "\f943";
}
.lnil-spinner:before {
  content: "\f944";
}
.lnil-arrow-target-1:before {
  content: "\f945";
}
.lnil-arrow-target:before {
  content: "\f946";
}
.lnil-bulb-idea:before {
  content: "\f947";
}
.lnil-business-partnership:before {
  content: "\f948";
}
.lnil-business-rocket:before {
  content: "\f949";
}
.lnil-cloud-idea:before {
  content: "\f94a";
}
.lnil-flash-idea:before {
  content: "\f94b";
}
.lnil-go-frame-1:before {
  content: "\f94c";
}
.lnil-go-frame:before {
  content: "\f94d";
}
.lnil-graph-growth:before {
  content: "\f94e";
}
.lnil-grow-help-1:before {
  content: "\f94f";
}
.lnil-grow-help:before {
  content: "\f950";
}
.lnil-head-idea-setting:before {
  content: "\f951";
}
.lnil-idea-agenda:before {
  content: "\f952";
}
.lnil-idea-briefcase:before {
  content: "\f953";
}
.lnil-idea-chat:before {
  content: "\f954";
}
.lnil-idea-down:before {
  content: "\f955";
}
.lnil-idea-envelope:before {
  content: "\f956";
}
.lnil-idea-head-1:before {
  content: "\f957";
}
.lnil-idea-head:before {
  content: "\f958";
}
.lnil-idea-label:before {
  content: "\f959";
}
.lnil-idea-location:before {
  content: "\f95a";
}
.lnil-idea-presentation:before {
  content: "\f95b";
}
.lnil-idea-reload:before {
  content: "\f95c";
}
.lnil-idea-rise:before {
  content: "\f95d";
}
.lnil-idea-search:before {
  content: "\f95e";
}
.lnil-idea-setting:before {
  content: "\f95f";
}
.lnil-idea-share:before {
  content: "\f960";
}
.lnil-idea-shield:before {
  content: "\f961";
}
.lnil-ipo-flag:before {
  content: "\f962";
}
.lnil-laptop-target:before {
  content: "\f963";
}
.lnil-letter-idea:before {
  content: "\f964";
}
.lnil-maze:before {
  content: "\f965";
}
.lnil-mission:before {
  content: "\f966";
}
.lnil-mobile-rocket-1:before {
  content: "\f967";
}
.lnil-mobile-rocket-2:before {
  content: "\f968";
}
.lnil-mobile-rocket-3:before {
  content: "\f969";
}
.lnil-mobile-rocket:before {
  content: "\f96a";
}
.lnil-mobile-target-1:before {
  content: "\f96b";
}
.lnil-mobile-target:before {
  content: "\f96c";
}
.lnil-money-idea:before {
  content: "\f96d";
}
.lnil-networking-startup:before {
  content: "\f96e";
}
.lnil-paper-idea:before {
  content: "\f96f";
}
.lnil-preview:before {
  content: "\f970";
}
.lnil-puzzle:before {
  content: "\f971";
}
.lnil-rocket-earth:before {
  content: "\f972";
}
.lnil-rocket-favourite:before {
  content: "\f973";
}
.lnil-rocket-growth-1:before {
  content: "\f974";
}
.lnil-rocket-growth-2:before {
  content: "\f975";
}
.lnil-rocket-growth:before {
  content: "\f976";
}
.lnil-rocket-idea:before {
  content: "\f977";
}
.lnil-rocket-launch-1:before {
  content: "\f978";
}
.lnil-rocket-launch-2:before {
  content: "\f979";
}
.lnil-rocket-launch-3:before {
  content: "\f97a";
}
.lnil-rocket-launch-4:before {
  content: "\f97b";
}
.lnil-rocket-launch-5:before {
  content: "\f97c";
}
.lnil-rocket-launch-6:before {
  content: "\f97d";
}
.lnil-rocket-launch:before {
  content: "\f97e";
}
.lnil-rocket-money:before {
  content: "\f97f";
}
.lnil-rocket-search:before {
  content: "\f980";
}
.lnil-rocket-slim:before {
  content: "\f981";
}
.lnil-rocket-star:before {
  content: "\f982";
}
.lnil-rocket-target:before {
  content: "\f983";
}
.lnil-rocket-verified:before {
  content: "\f984";
}
.lnil-view:before {
  content: "\f985";
}
.lnil-abstract-1:before {
  content: "\f986";
}
.lnil-abstract:before {
  content: "\f987";
}
.lnil-asterisk:before {
  content: "\f988";
}
.lnil-at:before {
  content: "\f989";
}
.lnil-brackets-alt-1:before {
  content: "\f98a";
}
.lnil-brackets-alt-2:before {
  content: "\f98b";
}
.lnil-brackets-alt:before {
  content: "\f98c";
}
.lnil-division-alt-1:before {
  content: "\f98d";
}
.lnil-division-alt:before {
  content: "\f98e";
}
.lnil-division:before {
  content: "\f98f";
}
.lnil-parentheses-alt-1:before {
  content: "\f990";
}
.lnil-parentheses-alt-2:before {
  content: "\f991";
}
.lnil-parentheses:before {
  content: "\f992";
}
.lnil-pi-alt-1:before {
  content: "\f993";
}
.lnil-pi-alt:before {
  content: "\f994";
}
.lnil-pi:before {
  content: "\f995";
}
.lnil-plus-minus-symbol-1:before {
  content: "\f996";
}
.lnil-plus-minus-symbol-alt:before {
  content: "\f997";
}
.lnil-plus-minus-symbol:before {
  content: "\f998";
}
.lnil-root-sign-alt-1:before {
  content: "\f999";
}
.lnil-root-sign-alt:before {
  content: "\f99a";
}
.lnil-root-sign:before {
  content: "\f99b";
}
.lnil-triangle:before {
  content: "\f99c";
}
.lnil-bold:before {
  content: "\f99d";
}
.lnil-capital-letter:before {
  content: "\f99e";
}
.lnil-clear-format:before {
  content: "\f99f";
}
.lnil-font-alt:before {
  content: "\f9a0";
}
.lnil-font:before {
  content: "\f9a1";
}
.lnil-grammer:before {
  content: "\f9a2";
}
.lnil-height:before {
  content: "\f9a3";
}
.lnil-highlight-alt-1:before {
  content: "\f9a4";
}
.lnil-indent-decrease:before {
  content: "\f9a5";
}
.lnil-indent-increase:before {
  content: "\f9a6";
}
.lnil-italic:before {
  content: "\f9a7";
}
.lnil-line-dashed:before {
  content: "\f9a8";
}
.lnil-line-dotted:before {
  content: "\f9a9";
}
.lnil-line-double:before {
  content: "\f9aa";
}
.lnil-line-spacing:before {
  content: "\f9ab";
}
.lnil-page-alt:before {
  content: "\f9ac";
}
.lnil-page-break:before {
  content: "\f9ad";
}
.lnil-pagination:before {
  content: "\f9ae";
}
.lnil-pilcrow:before {
  content: "\f9af";
}
.lnil-quote-alt-1:before {
  content: "\f9b0";
}
.lnil-quote-alt-2:before {
  content: "\f9b1";
}
.lnil-quote-alt-3:before {
  content: "\f9b2";
}
.lnil-quote-alt-4:before {
  content: "\f9b3";
}
.lnil-quote-alt-5:before {
  content: "\f9b4";
}
.lnil-quote-alt-6:before {
  content: "\f9b5";
}
.lnil-quote-alt-7:before {
  content: "\f9b6";
}
.lnil-quote-alt:before {
  content: "\f9b7";
}
.lnil-redo:before {
  content: "\f9b8";
}
.lnil-reflect:before {
  content: "\f9b9";
}
.lnil-sort-alpha-asc:before {
  content: "\f9ba";
}
.lnil-sort-amount-asc:before {
  content: "\f9bb";
}
.lnil-sort-amount-dsc:before {
  content: "\f9bc";
}
.lnil-spellcheck:before {
  content: "\f9bd";
}
.lnil-strikethrough-alt:before {
  content: "\f9be";
}
.lnil-strikethrough:before {
  content: "\f9bf";
}
.lnil-symbol:before {
  content: "\f9c0";
}
.lnil-text-align-center:before {
  content: "\f9c1";
}
.lnil-text-align-justify:before {
  content: "\f9c2";
}
.lnil-text-align-left:before {
  content: "\f9c3";
}
.lnil-text-align-right:before {
  content: "\f9c4";
}
.lnil-text-alt:before {
  content: "\f9c5";
}
.lnil-text-format-remove:before {
  content: "\f9c6";
}
.lnil-text-format:before {
  content: "\f9c7";
}
.lnil-text-underline-alt:before {
  content: "\f9c8";
}
.lnil-text:before {
  content: "\f9c9";
}
.lnil-underline:before {
  content: "\f9ca";
}
.lnil-undo-alt:before {
  content: "\f9cb";
}
.lnil-undo:before {
  content: "\f9cc";
}
.lnil-vertical-line:before {
  content: "\f9cd";
}
.lnil-airport:before {
  content: "\f9ce";
}
.lnil-beach-ball:before {
  content: "\f9cf";
}
.lnil-beach-chair:before {
  content: "\f9d0";
}
.lnil-beach:before {
  content: "\f9d1";
}
.lnil-cable-car:before {
  content: "\f9d2";
}
.lnil-eiffel-tower:before {
  content: "\f9d3";
}
.lnil-empire-state-building:before {
  content: "\f9d4";
}
.lnil-flight-search:before {
  content: "\f9d5";
}
.lnil-hot-air-baloon:before {
  content: "\f9d6";
}
.lnil-lighthouse:before {
  content: "\f9d7";
}
.lnil-pyramids:before {
  content: "\f9d8";
}
.lnil-suitcase-alt-1:before {
  content: "\f9d9";
}
.lnil-suitcase-alt:before {
  content: "\f9da";
}
.lnil-suitcase:before {
  content: "\f9db";
}
.lnil-surf-board:before {
  content: "\f9dc";
}
.lnil-surfboard-alt-1:before {
  content: "\f9dd";
}
.lnil-surfboard-alt-2:before {
  content: "\f9de";
}
.lnil-surfboard-alt:before {
  content: "\f9df";
}
.lnil-sydney-opera-house:before {
  content: "\f9e0";
}
.lnil-taj-mahal:before {
  content: "\f9e1";
}
.lnil-tent-alt-1:before {
  content: "\f9e2";
}
.lnil-tent-alt:before {
  content: "\f9e3";
}
.lnil-tent:before {
  content: "\f9e4";
}
.lnil-travel:before {
  content: "\f9e5";
}
.lnil-add-group-alt:before {
  content: "\f9e6";
}
.lnil-add-group:before {
  content: "\f9e7";
}
.lnil-add-user-alt:before {
  content: "\f9e8";
}
.lnil-add-user:before {
  content: "\f9e9";
}
.lnil-earbuds-1:before {
  content: "\f9ea";
}
.lnil-fan:before {
  content: "\f9eb";
}
.lnil-flute:before {
  content: "\f9ec";
}
.lnil-friends:before {
  content: "\f9ed";
}
.lnil-personal-data:before {
  content: "\f9ee";
}
.lnil-personal-file:before {
  content: "\f9ef";
}
.lnil-remove-group:before {
  content: "\f9f0";
}
.lnil-remove-user:before {
  content: "\f9f1";
}
.lnil-shoe-print:before {
  content: "\f9f2";
}
.lnil-team:before {
  content: "\f9f3";
}
.lnil-user-alt-3:before {
  content: "\f9f4";
}
.lnil-user-alt-4:before {
  content: "\f9f5";
}
.lnil-user-alt-5:before {
  content: "\f9f6";
}
.lnil-user-block:before {
  content: "\f9f7";
}
.lnil-user-check:before {
  content: "\f9f8";
}
.lnil-user-delete:before {
  content: "\f9f9";
}
.lnil-user-download:before {
  content: "\f9fa";
}
.lnil-user-edit:before {
  content: "\f9fb";
}
.lnil-user-globe:before {
  content: "\f9fc";
}
.lnil-user-idea:before {
  content: "\f9fd";
}
.lnil-user-identification:before {
  content: "\f9fe";
}
.lnil-user-information:before {
  content: "\f9ff";
}
.lnil-user-key:before {
  content: "\fa00";
}
.lnil-user-lock:before {
  content: "\fa01";
}
.lnil-user-love:before {
  content: "\fa02";
}
.lnil-user-money:before {
  content: "\fa03";
}
.lnil-user-question:before {
  content: "\fa04";
}
.lnil-user-reload:before {
  content: "\fa05";
}
.lnil-user-remove:before {
  content: "\fa06";
}
.lnil-user-search:before {
  content: "\fa07";
}
.lnil-user-settings:before {
  content: "\fa08";
}
.lnil-user-shield:before {
  content: "\fa09";
}
.lnil-user-star:before {
  content: "\fa0a";
}
.lnil-user-timer:before {
  content: "\fa0b";
}
.lnil-user-top-arrow:before {
  content: "\fa0c";
}
.lnil-air-flow:before {
  content: "\fa0d";
}
.lnil-air:before {
  content: "\fa0e";
}
.lnil-celsius-alt:before {
  content: "\fa0f";
}
.lnil-cloud-alt-1:before {
  content: "\fa10";
}
.lnil-cloud-alt-2:before {
  content: "\fa11";
}
.lnil-cloud-alt:before {
  content: "\fa12";
}
.lnil-cloud-moon:before {
  content: "\fa13";
}
.lnil-cloud-sun:before {
  content: "\fa14";
}
.lnil-cloud:before {
  content: "\fa15";
}
.lnil-clouds:before {
  content: "\fa16";
}
.lnil-cloudy-sun:before {
  content: "\fa17";
}
.lnil-cloudy:before {
  content: "\fa18";
}
.lnil-crescent:before {
  content: "\fa19";
}
.lnil-drop-alt:before {
  content: "\fa1a";
}
.lnil-drop:before {
  content: "\fa1b";
}
.lnil-farenheit-alt:before {
  content: "\fa1c";
}
.lnil-farenheit:before {
  content: "\fa1d";
}
.lnil-Fire:before {
  content: "\fa1e";
}
.lnil-humidity-alt:before {
  content: "\fa1f";
}
.lnil-icicles:before {
  content: "\fa20";
}
.lnil-kelvin-alt:before {
  content: "\fa21";
}
.lnil-kelvin:before {
  content: "\fa22";
}
.lnil-mist:before {
  content: "\fa23";
}
.lnil-moon-alt:before {
  content: "\fa24";
}
.lnil-moon-star:before {
  content: "\fa25";
}
.lnil-moon:before {
  content: "\fa26";
}
.lnil-new-moon:before {
  content: "\fa27";
}
.lnil-night-thunder:before {
  content: "\fa28";
}
.lnil-night-wind:before {
  content: "\fa29";
}
.lnil-night:before {
  content: "\fa2a";
}
.lnil-quarter-moon-1:before {
  content: "\fa2b";
}
.lnil-quarter-moon:before {
  content: "\fa2c";
}
.lnil-radioactive:before {
  content: "\fa2d";
}
.lnil-rain:before {
  content: "\fa2e";
}
.lnil-rainbow:before {
  content: "\fa2f";
}
.lnil-snowfall:before {
  content: "\fa30";
}
.lnil-sparkles:before {
  content: "\fa31";
}
.lnil-sun-rain:before {
  content: "\fa32";
}
.lnil-sun:before {
  content: "\fa33";
}
.lnil-sunrise-alt-1:before {
  content: "\fa34";
}
.lnil-sunrise-alt-2:before {
  content: "\fa35";
}
.lnil-sunrise-alt:before {
  content: "\fa36";
}
.lnil-sunset-alt:before {
  content: "\fa37";
}
.lnil-thunder-alt:before {
  content: "\fa38";
}
.lnil-thunder:before {
  content: "\fa39";
}
.lnil-tide-alt:before {
  content: "\fa3a";
}
.lnil-tide:before {
  content: "\fa3b";
}
.lnil-tornado:before {
  content: "\fa3c";
}
.lnil-umbrella-alt:before {
  content: "\fa3d";
}
.lnil-umbrella-rain-alt:before {
  content: "\fa3e";
}
.lnil-umbrella-rain:before {
  content: "\fa3f";
}
.lnil-umbrella:before {
  content: "\fa40";
}
.lnil-water-drops:before {
  content: "\fa41";
}
.lnil-wind-cloud:before {
  content: "\fa42";
}
.lnil-wind-rose:before {
  content: "\fa43";
}
.lnil-wind-sun:before {
  content: "\fa44";
}
.lnil-360-degree:before {
  content: "\fa45";
}
.lnil-3d:before {
  content: "\fa46";
}
.lnil-5g-alt-1:before {
  content: "\fa47";
}
.lnil-5g-alt:before {
  content: "\fa48";
}
.lnil-5g-sim:before {
  content: "\fa49";
}
.lnil-5g:before {
  content: "\fa4a";
}
.lnil-add-alt:before {
  content: "\fa4b";
}
.lnil-add-files:before {
  content: "\fa4c";
}
.lnil-add-server:before {
  content: "\fa4d";
}
.lnil-ai-alt:before {
  content: "\fa4e";
}
.lnil-ai:before {
  content: "\fa4f";
}
.lnil-alarm-2:before {
  content: "\fa50";
}
.lnil-alarm-3:before {
  content: "\fa51";
}
.lnil-alarm-4:before {
  content: "\fa52";
}
.lnil-alarm-clock-alt-1:before {
  content: "\fa53";
}
.lnil-alarm-clock:before {
  content: "\fa54";
}
.lnil-alarm:before {
  content: "\fa55";
}
.lnil-alart-database:before {
  content: "\fa56";
}
.lnil-alert-server:before {
  content: "\fa57";
}
.lnil-appointment:before {
  content: "\fa58";
}
.lnil-archive:before {
  content: "\fa59";
}
.lnil-automation:before {
  content: "\fa5a";
}
.lnil-backspace:before {
  content: "\fa5b";
}
.lnil-ban:before {
  content: "\fa5c";
}
.lnil-battery:before {
  content: "\fa5d";
}
.lnil-bells:before {
  content: "\fa5e";
}
.lnil-billboard-alt-1:before {
  content: "\fa5f";
}
.lnil-billboard-alt-3:before {
  content: "\fa60";
}
.lnil-billboard-alt-4:before {
  content: "\fa61";
}
.lnil-block-user:before {
  content: "\fa62";
}
.lnil-bluetooth-alt:before {
  content: "\fa63";
}
.lnil-bookmark-alt:before {
  content: "\fa64";
}
.lnil-bookmark:before {
  content: "\fa65";
}
.lnil-bot-1:before {
  content: "\fa66";
}
.lnil-bot:before {
  content: "\fa67";
}
.lnil-brightness:before {
  content: "\fa68";
}
.lnil-bulb-alt:before {
  content: "\fa69";
}
.lnil-bulb:before {
  content: "\fa6a";
}
.lnil-calendar:before {
  content: "\fa6b";
}
.lnil-calender-alt-1:before {
  content: "\fa6c";
}
.lnil-calender-alt-2:before {
  content: "\fa6d";
}
.lnil-calender-alt-3:before {
  content: "\fa6e";
}
.lnil-calender-alt-4:before {
  content: "\fa6f";
}
.lnil-calender-alt:before {
  content: "\fa70";
}
.lnil-camera-alt-1:before {
  content: "\fa71";
}
.lnil-camera-alt:before {
  content: "\fa72";
}
.lnil-camera:before {
  content: "\fa73";
}
.lnil-cellphone-vr-1:before {
  content: "\fa74";
}
.lnil-cellphone-vr:before {
  content: "\fa75";
}
.lnil-change:before {
  content: "\fa76";
}
.lnil-charging:before {
  content: "\fa77";
}
.lnil-check-box-alt:before {
  content: "\fa78";
}
.lnil-check-database:before {
  content: "\fa79";
}
.lnil-check-server:before {
  content: "\fa7a";
}
.lnil-ci-cd-alt:before {
  content: "\fa7b";
}
.lnil-ci-cd:before {
  content: "\fa7c";
}
.lnil-cloud-1:before {
  content: "\fa7d";
}
.lnil-cloud-3:before {
  content: "\fa7e";
}
.lnil-cloud-check-alt:before {
  content: "\fa7f";
}
.lnil-cloud-check:before {
  content: "\fa80";
}
.lnil-cloud-computing-1:before {
  content: "\fa81";
}
.lnil-cloud-computing:before {
  content: "\fa82";
}
.lnil-cloud-download-1:before {
  content: "\fa83";
}
.lnil-cloud-download:before {
  content: "\fa84";
}
.lnil-cloud-network-2:before {
  content: "\fa85";
}
.lnil-cloud-network:before {
  content: "\fa86";
}
.lnil-cloud-search-1:before {
  content: "\fa87";
}
.lnil-cloud-search-2:before {
  content: "\fa88";
}
.lnil-cloud-search:before {
  content: "\fa89";
}
.lnil-cloud-server-1:before {
  content: "\fa8a";
}
.lnil-cloud-server:before {
  content: "\fa8b";
}
.lnil-cloud-sync-alt:before {
  content: "\fa8c";
}
.lnil-cloud-sync:before {
  content: "\fa8d";
}
.lnil-cloud-upload-alt:before {
  content: "\fa8e";
}
.lnil-cloud-upload:before {
  content: "\fa8f";
}
.lnil-cms:before {
  content: "\fa90";
}
.lnil-code-alt:before {
  content: "\fa91";
}
.lnil-code-browser:before {
  content: "\fa92";
}
.lnil-code-commit:before {
  content: "\fa93";
}
.lnil-code-merge:before {
  content: "\fa94";
}
.lnil-code:before {
  content: "\fa95";
}
.lnil-coding-alt-1:before {
  content: "\fa96";
}
.lnil-coding-alt:before {
  content: "\fa97";
}
.lnil-coding:before {
  content: "\fa98";
}
.lnil-cog-alt:before {
  content: "\fa99";
}
.lnil-cog:before {
  content: "\fa9a";
}
.lnil-cogs-2:before {
  content: "\fa9b";
}
.lnil-cogs:before {
  content: "\fa9c";
}
.lnil-control-panel-alt:before {
  content: "\fa9d";
}
.lnil-control-panel:before {
  content: "\fa9e";
}
.lnil-copy-alt:before {
  content: "\fa9f";
}
.lnil-copy:before {
  content: "\faa0";
}
.lnil-cpu-alt:before {
  content: "\faa1";
}
.lnil-cut:before {
  content: "\faa2";
}
.lnil-dashboard-alt-1:before {
  content: "\faa3";
}
.lnil-dashboard-alt:before {
  content: "\faa4";
}
.lnil-dashboard:before {
  content: "\faa5";
}
.lnil-database-1:before {
  content: "\faa6";
}
.lnil-database-10:before {
  content: "\faa7";
}
.lnil-database-11:before {
  content: "\faa8";
}
.lnil-database-2:before {
  content: "\faa9";
}
.lnil-database-3:before {
  content: "\faaa";
}
.lnil-database-4:before {
  content: "\faab";
}
.lnil-database-6:before {
  content: "\faac";
}
.lnil-database-7:before {
  content: "\faad";
}
.lnil-database-8:before {
  content: "\faae";
}
.lnil-database-9:before {
  content: "\faaf";
}
.lnil-database-down:before {
  content: "\fab0";
}
.lnil-database:before {
  content: "\fab1";
}
.lnil-devops:before {
  content: "\fab2";
}
.lnil-display-alt:before {
  content: "\fab3";
}
.lnil-display:before {
  content: "\fab4";
}
.lnil-domain:before {
  content: "\fab5";
}
.lnil-down-server:before {
  content: "\fab6";
}
.lnil-download-alt:before {
  content: "\fab7";
}
.lnil-empty-battery:before {
  content: "\fab8";
}
.lnil-empty-file:before {
  content: "\fab9";
}
.lnil-event:before {
  content: "\faba";
}
.lnil-figma:before {
  content: "\fabb";
}
.lnil-file-download:before {
  content: "\fabc";
}
.lnil-file-exclamation:before {
  content: "\fabd";
}
.lnil-file-export:before {
  content: "\fabe";
}
.lnil-file-lock:before {
  content: "\fabf";
}
.lnil-file-name:before {
  content: "\fac0";
}
.lnil-file-pen:before {
  content: "\fac1";
}
.lnil-file-protection:before {
  content: "\fac2";
}
.lnil-file-upload-alt:before {
  content: "\fac3";
}
.lnil-file-upload:before {
  content: "\fac4";
}
.lnil-file:before {
  content: "\fac5";
}
.lnil-files-alt:before {
  content: "\fac6";
}
.lnil-files:before {
  content: "\fac7";
}
.lnil-fire-extinguisher:before {
  content: "\fac8";
}
.lnil-flash-drive-alt:before {
  content: "\fac9";
}
.lnil-folder-alt-1:before {
  content: "\faca";
}
.lnil-folder-alt:before {
  content: "\facb";
}
.lnil-folder-networking-1:before {
  content: "\facc";
}
.lnil-folder-networking-2:before {
  content: "\facd";
}
.lnil-folder:before {
  content: "\face";
}
.lnil-full-battery:before {
  content: "\facf";
}
.lnil-game-alt:before {
  content: "\fad0";
}
.lnil-game:before {
  content: "\fad1";
}
.lnil-half-battery:before {
  content: "\fad2";
}
.lnil-harddrive:before {
  content: "\fad3";
}
.lnil-headphone-alt:before {
  content: "\fad4";
}
.lnil-headphone:before {
  content: "\fad5";
}
.lnil-id-card-alt:before {
  content: "\fad6";
}
.lnil-image:before {
  content: "\fad7";
}
.lnil-incognito-browser-alt:before {
  content: "\fad8";
}
.lnil-incognito-browser:before {
  content: "\fad9";
}
.lnil-information-alt:before {
  content: "\fada";
}
.lnil-infrared:before {
  content: "\fadb";
}
.lnil-internet-alt:before {
  content: "\fadc";
}
.lnil-iot-mobile-2:before {
  content: "\fadd";
}
.lnil-iot-mobile:before {
  content: "\fade";
}
.lnil-IOT:before {
  content: "\fadf";
}
.lnil-jpg:before {
  content: "\fae0";
}
.lnil-keyboard:before {
  content: "\fae1";
}
.lnil-laptop-alt-keyboard:before {
  content: "\fae2";
}
.lnil-laptop-alt-switch:before {
  content: "\fae3";
}
.lnil-laptop-alt:before {
  content: "\fae4";
}
.lnil-laptop-phone:before {
  content: "\fae5";
}
.lnil-laptop-star-1:before {
  content: "\fae6";
}
.lnil-laptop-star:before {
  content: "\fae7";
}
.lnil-laptop-thumbs-down:before {
  content: "\fae8";
}
.lnil-laptop-thumbs-up:before {
  content: "\fae9";
}
.lnil-laptop:before {
  content: "\faea";
}
.lnil-link-alt-1:before {
  content: "\faeb";
}
.lnil-link-alt-2:before {
  content: "\faec";
}
.lnil-link-alt-3:before {
  content: "\faed";
}
.lnil-link-alt-splash:before {
  content: "\faee";
}
.lnil-link-alt:before {
  content: "\faef";
}
.lnil-link:before {
  content: "\faf0";
}
.lnil-live-stream-alt:before {
  content: "\faf1";
}
.lnil-live-stream:before {
  content: "\faf2";
}
.lnil-low-battery:before {
  content: "\faf3";
}
.lnil-magnet:before {
  content: "\faf4";
}
.lnil-magnifier:before {
  content: "\faf5";
}
.lnil-mail-server:before {
  content: "\faf6";
}
.lnil-map-alt:before {
  content: "\faf7";
}
.lnil-map-marker:before {
  content: "\faf8";
}
.lnil-map:before {
  content: "\faf9";
}
.lnil-media-server:before {
  content: "\fafa";
}
.lnil-menu-2:before {
  content: "\fafb";
}
.lnil-menu-alt-1:before {
  content: "\fafc";
}
.lnil-menu-alt-2:before {
  content: "\fafd";
}
.lnil-menu-alt-3:before {
  content: "\fafe";
}
.lnil-menu-alt-4:before {
  content: "\faff";
}
.lnil-menu-alt-5:before {
  content: "\fb00";
}
.lnil-menu-alt:before {
  content: "\fb01";
}
.lnil-menu-circle:before {
  content: "\fb02";
}
.lnil-menu:before {
  content: "\fb03";
}
.lnil-merge:before {
  content: "\fb04";
}
.lnil-mic:before {
  content: "\fb05";
}
.lnil-microphone-alt-1:before {
  content: "\fb06";
}
.lnil-microphone-alt:before {
  content: "\fb07";
}
.lnil-microphone:before {
  content: "\fb08";
}
.lnil-mobile-alt-button:before {
  content: "\fb09";
}
.lnil-mobile-alt-rounded-bottom:before {
  content: "\fb0a";
}
.lnil-mobile-alt-rounded:before {
  content: "\fb0b";
}
.lnil-mobile-application-alt:before {
  content: "\fb0c";
}
.lnil-mobile-application:before {
  content: "\fb0d";
}
.lnil-mobile:before {
  content: "\fb0e";
}
.lnil-mouse-alt:before {
  content: "\fb0f";
}
.lnil-mouse:before {
  content: "\fb10";
}
.lnil-network-1:before {
  content: "\fb11";
}
.lnil-network-cloud:before {
  content: "\fb12";
}
.lnil-networking:before {
  content: "\fb13";
}
.lnil-no-charge-battery:before {
  content: "\fb14";
}
.lnil-package:before {
  content: "\fb15";
}
.lnil-paper-plane:before {
  content: "\fb16";
}
.lnil-paste:before {
  content: "\fb17";
}
.lnil-pdf:before {
  content: "\fb18";
}
.lnil-pendrive:before {
  content: "\fb19";
}
.lnil-plug:before {
  content: "\fb1a";
}
.lnil-png:before {
  content: "\fb1b";
}
.lnil-presentation:before {
  content: "\fb1c";
}
.lnil-printer:before {
  content: "\fb1d";
}
.lnil-processor-alt:before {
  content: "\fb1e";
}
.lnil-programmer:before {
  content: "\fb1f";
}
.lnil-psd:before {
  content: "\fb20";
}
.lnil-recycle-alt:before {
  content: "\fb21";
}
.lnil-recycle:before {
  content: "\fb22";
}
.lnil-reload-alt-box:before {
  content: "\fb23";
}
.lnil-reload-alt:before {
  content: "\fb24";
}
.lnil-reload-browser:before {
  content: "\fb25";
}
.lnil-reload:before {
  content: "\fb26";
}
.lnil-remove-file:before {
  content: "\fb27";
}
.lnil-rocket-alt:before {
  content: "\fb28";
}
.lnil-rocket:before {
  content: "\fb29";
}
.lnil-rotation:before {
  content: "\fb2a";
}
.lnil-rss-feed:before {
  content: "\fb2b";
}
.lnil-save-alt:before {
  content: "\fb2c";
}
.lnil-save:before {
  content: "\fb2d";
}
.lnil-scan:before {
  content: "\fb2e";
}
.lnil-scroll-down:before {
  content: "\fb2f";
}
.lnil-search-alt:before {
  content: "\fb30";
}
.lnil-search:before {
  content: "\fb31";
}
.lnil-send:before {
  content: "\fb32";
}
.lnil-server-1:before {
  content: "\fb33";
}
.lnil-server-14:before {
  content: "\fb34";
}
.lnil-server-15:before {
  content: "\fb35";
}
.lnil-server-18:before {
  content: "\fb36";
}
.lnil-server-19:before {
  content: "\fb37";
}
.lnil-server-2:before {
  content: "\fb38";
}
.lnil-server-3:before {
  content: "\fb39";
}
.lnil-server-4:before {
  content: "\fb3a";
}
.lnil-server-5:before {
  content: "\fb3b";
}
.lnil-server-6:before {
  content: "\fb3c";
}
.lnil-server-7:before {
  content: "\fb3d";
}
.lnil-server-8:before {
  content: "\fb3e";
}
.lnil-server-9:before {
  content: "\fb3f";
}
.lnil-server:before {
  content: "\fb40";
}
.lnil-share-alt:before {
  content: "\fb41";
}
.lnil-share:before {
  content: "\fb42";
}
.lnil-shopping-basket:before {
  content: "\fb43";
}
.lnil-shortcode:before {
  content: "\fb44";
}
.lnil-signal:before {
  content: "\fb45";
}
.lnil-sim-card:before {
  content: "\fb46";
}
.lnil-sitemap:before {
  content: "\fb47";
}
.lnil-smart-cloud:before {
  content: "\fb48";
}
.lnil-smart-home:before {
  content: "\fb49";
}
.lnil-software-deployment:before {
  content: "\fb4a";
}
.lnil-ssd-1:before {
  content: "\fb4b";
}
.lnil-ssd:before {
  content: "\fb4c";
}
.lnil-star-empty:before {
  content: "\fb4d";
}
.lnil-star-fill:before {
  content: "\fb4e";
}
.lnil-star-half:before {
  content: "\fb4f";
}
.lnil-star:before {
  content: "\fb50";
}
.lnil-svg:before {
  content: "\fb51";
}
.lnil-switch-alt:before {
  content: "\fb52";
}
.lnil-tab:before {
  content: "\fb53";
}
.lnil-tap:before {
  content: "\fb54";
}
.lnil-terminal:before {
  content: "\fb55";
}
.lnil-tether:before {
  content: "\fb56";
}
.lnil-thumbnail:before {
  content: "\fb57";
}
.lnil-timer:before {
  content: "\fb58";
}
.lnil-trash-can-alt-1:before {
  content: "\fb59";
}
.lnil-trash-can-alt-2:before {
  content: "\fb5a";
}
.lnil-trash-can-alt:before {
  content: "\fb5b";
}
.lnil-trash-can:before {
  content: "\fb5c";
}
.lnil-tv-1:before {
  content: "\fb5d";
}
.lnil-tv:before {
  content: "\fb5e";
}
.lnil-unlink:before {
  content: "\fb5f";
}
.lnil-up-server:before {
  content: "\fb60";
}
.lnil-upload-alt:before {
  content: "\fb61";
}
.lnil-upload:before {
  content: "\fb62";
}
.lnil-usb:before {
  content: "\fb63";
}
.lnil-user-alt-1:before {
  content: "\fb64";
}
.lnil-user-alt-2:before {
  content: "\fb65";
}
.lnil-user-alt:before {
  content: "\fb66";
}
.lnil-user:before {
  content: "\fb67";
}
.lnil-users-2:before {
  content: "\fb68";
}
.lnil-users:before {
  content: "\fb69";
}
.lnil-vector-node-1:before {
  content: "\fb6a";
}
.lnil-vector-node-alt:before {
  content: "\fb6b";
}
.lnil-vector-node:before {
  content: "\fb6c";
}
.lnil-virtual-reality-alt:before {
  content: "\fb6d";
}
.lnil-vr-alt-1:before {
  content: "\fb6e";
}
.lnil-vr-alt:before {
  content: "\fb6f";
}
.lnil-vr-browser:before {
  content: "\fb70";
}
.lnil-vr-bug:before {
  content: "\fb71";
}
.lnil-vr-chat:before {
  content: "\fb72";
}
.lnil-vr-design:before {
  content: "\fb73";
}
.lnil-vr-glasses:before {
  content: "\fb74";
}
.lnil-vr-laptop:before {
  content: "\fb75";
}
.lnil-vr-monitor-1:before {
  content: "\fb76";
}
.lnil-vr-monitor-2:before {
  content: "\fb77";
}
.lnil-vr-monitor:before {
  content: "\fb78";
}
.lnil-vr-motion:before {
  content: "\fb79";
}
.lnil-vr-tech:before {
  content: "\fb7a";
}
.lnil-vr:before {
  content: "\fb7b";
}
.lnil-walkie-talkie:before {
  content: "\fb7c";
}
.lnil-webcam-alt:before {
  content: "\fb7d";
}
.lnil-website-alt:before {
  content: "\fb7e";
}
.lnil-website-browser:before {
  content: "\fb7f";
}
.lnil-website:before {
  content: "\fb80";
}
.lnil-wifi-alt-1:before {
  content: "\fb81";
}
.lnil-wifi-alt-2:before {
  content: "\fb82";
}
.lnil-wifi-alt:before {
  content: "\fb83";
}
.lnil-wifi-error:before {
  content: "\fb84";
}
.lnil-wifi:before {
  content: "\fb85";
}
.lnil-window-maximize:before {
  content: "\fb86";
}
.lnil-window-restore:before {
  content: "\fb87";
}
.lnil-wire:before {
  content: "\fb88";
}
.lnil-word:before {
  content: "\fb89";
}
.lnil-zip:before {
  content: "\fb8a";
}
.lnil-zoom-in-alt:before {
  content: "\fb8b";
}
.lnil-zoom-in:before {
  content: "\fb8c";
}
.lnil-zoom-out-alt:before {
  content: "\fb8d";
}
.lnil-zoom-out:before {
  content: "\fb8e";
}
.lnil-bitcoin-cash:before {
  content: "\fb8f";
}
.lnil-cipher:before {
  content: "\fb90";
}
.lnil-coinbase-1:before {
  content: "\fb91";
}
.lnil-dogecoin-1:before {
  content: "\fb92";
}
.lnil-ethereum-2:before {
  content: "\fb93";
}
.lnil-litecoin:before {
  content: "\fb94";
}
.lnil-metaverse-1:before {
  content: "\fb95";
}
.lnil-metaverse-2:before {
  content: "\fb96";
}
.lnil-metaverse-3:before {
  content: "\fb97";
}
.lnil-metaverse-4:before {
  content: "\fb98";
}
.lnil-metaverse-5:before {
  content: "\fb99";
}
.lnil-metaverse-6:before {
  content: "\fb9a";
}
.lnil-metaverse-7:before {
  content: "\fb9b";
}
.lnil-swap:before {
  content: "\fb9c";
}
.lnil-swap2:before {
  content: "\fb9d";
}
.lnil-swap3:before {
  content: "\fb9e";
}
.lnil-balloons-wedding:before {
  content: "\fb9f";
}
.lnil-bed-wedding:before {
  content: "\fba0";
}
.lnil-bell-wedding:before {
  content: "\fba1";
}
.lnil-bouquet:before {
  content: "\fba2";
}
.lnil-bowtie-alt-1:before {
  content: "\fba3";
}
.lnil-bowtie-alt:before {
  content: "\fba4";
}
.lnil-bowtie:before {
  content: "\fba5";
}
.lnil-calendar-wedding:before {
  content: "\fba6";
}
.lnil-camera-wedding:before {
  content: "\fba7";
}
.lnil-candelabra:before {
  content: "\fba8";
}
.lnil-car-wedding:before {
  content: "\fba9";
}
.lnil-champagne:before {
  content: "\fbaa";
}
.lnil-clipboard-heart:before {
  content: "\fbab";
}
.lnil-cupcake-alt-2:before {
  content: "\fbac";
}
.lnil-cupid-alt:before {
  content: "\fbad";
}
.lnil-cupid:before {
  content: "\fbae";
}
.lnil-diamond:before {
  content: "\fbaf";
}
.lnil-door-hanger:before {
  content: "\fbb0";
}
.lnil-dove:before {
  content: "\fbb1";
}
.lnil-flower-alt-2:before {
  content: "\fbb2";
}
.lnil-gift-heart:before {
  content: "\fbb3";
}
.lnil-hearts:before {
  content: "\fbb4";
}
.lnil-high-heels:before {
  content: "\fbb5";
}
.lnil-home-3:before {
  content: "\fbb6";
}
.lnil-invitation:before {
  content: "\fbb7";
}
.lnil-key-wedding:before {
  content: "\fbb8";
}
.lnil-kiss-lip:before {
  content: "\fbb9";
}
.lnil-location-wedding:before {
  content: "\fbba";
}
.lnil-love-alt:before {
  content: "\fbbb";
}
.lnil-love-letter:before {
  content: "\fbbc";
}
.lnil-love-pair:before {
  content: "\fbbd";
}
.lnil-love-potion:before {
  content: "\fbbe";
}
.lnil-luggage:before {
  content: "\fbbf";
}
.lnil-microphone-alt-2:before {
  content: "\fbc0";
}
.lnil-necklace:before {
  content: "\fbc1";
}
.lnil-padlock-love:before {
  content: "\fbc2";
}
.lnil-plate-alt:before {
  content: "\fbc3";
}
.lnil-ring-alt-1:before {
  content: "\fbc4";
}
.lnil-ring-alt-3:before {
  content: "\fbc5";
}
.lnil-shopping-wedding:before {
  content: "\fbc6";
}
.lnil-toast:before {
  content: "\fbc7";
}
.lnil-video-wedding:before {
  content: "\fbc8";
}
.lnil-waiter:before {
  content: "\fbc9";
}
.lnil-wedding-arch:before {
  content: "\fbca";
}
.lnil-wedding-cake:before {
  content: "\fbcb";
}
.lnil-wedding-dress:before {
  content: "\fbcc";
}
.lnil-wedding-shoe:before {
  content: "\fbcd";
}
.lnil-wedding-song-alt:before {
  content: "\fbce";
}
.lnil-wedding-song:before {
  content: "\fbcf";
}
.lnil-wedding-video-camera:before {
  content: "\fbd0";
}

/* ../6-common-assets/fonts/ucoreicons/css/ucoreicons.css */
@font-face {
  font-family: "ucoreicons";
  src: url("./media/ucoreicons.eot?88493843");
  src:
    url("./media/ucoreicons.eot?88493843#iefix") format("embedded-opentype"),
    url("./media/ucoreicons.woff2?88493843") format("woff2"),
    url("./media/ucoreicons.woff?88493843") format("woff"),
    url("./media/ucoreicons.ttf?88493843") format("truetype"),
    url("./media/ucoreicons.svg?88493843#ucoreicons") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=uci-]:before,
[class*=" uci-"]:before {
  font-family: "ucoreicons";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.uci-co2-filled:before {
  content: "\e800";
}
.uci-falling-filled:before {
  content: "\e801";
}
.uci-five-dots-back-arrow-filled:before {
  content: "\e802";
}
.uci-five-dots-filled:before {
  content: "\e803";
}
.uci-group-filled:before {
  content: "\e804";
}
.uci-sort-alt-filled:before {
  content: "\e805";
}
.uci-walk-filled:before {
  content: "\e806";
}
.uci-error-circle-regular:before {
  content: "\e807";
}
.uci-indoor-climate-regular:before {
  content: "\e808";
}
.uci-keep-off-regular:before {
  content: "\e809";
}
.uci-keep-regular:before {
  content: "\e80a";
}
.uci-seizure-filled:before {
  content: "\e80b";
}
.uci-notausgang:before {
  content: "\e80c";
}
.uci-female-regular:before {
  content: "\e80e";
}
.uci-absent-regular:before {
  content: "\e810";
}
.uci-absent-bed-regular:before {
  content: "\e81b";
}
.uci-apartment:before {
  content: "\e82f";
}

/* ../../node_modules/@fontsource/work-sans/latin.css */
@font-face {
  font-family: "Work Sans";
  font-style: normal;
  font-display: swap;
  font-weight: 100;
  src: url("./media/work-sans-latin-100-normal.woff2") format("woff2"), url("./media/work-sans-latin-100-normal.woff") format("woff");
}
@font-face {
  font-family: "Work Sans";
  font-style: normal;
  font-display: swap;
  font-weight: 200;
  src: url("./media/work-sans-latin-200-normal.woff2") format("woff2"), url("./media/work-sans-latin-200-normal.woff") format("woff");
}
@font-face {
  font-family: "Work Sans";
  font-style: normal;
  font-display: swap;
  font-weight: 300;
  src: url("./media/work-sans-latin-300-normal.woff2") format("woff2"), url("./media/work-sans-latin-300-normal.woff") format("woff");
}
@font-face {
  font-family: "Work Sans";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url("./media/work-sans-latin-400-normal.woff2") format("woff2"), url("./media/work-sans-latin-400-normal.woff") format("woff");
}
@font-face {
  font-family: "Work Sans";
  font-style: normal;
  font-display: swap;
  font-weight: 500;
  src: url("./media/work-sans-latin-500-normal.woff2") format("woff2"), url("./media/work-sans-latin-500-normal.woff") format("woff");
}
@font-face {
  font-family: "Work Sans";
  font-style: normal;
  font-display: swap;
  font-weight: 600;
  src: url("./media/work-sans-latin-600-normal.woff2") format("woff2"), url("./media/work-sans-latin-600-normal.woff") format("woff");
}
@font-face {
  font-family: "Work Sans";
  font-style: normal;
  font-display: swap;
  font-weight: 700;
  src: url("./media/work-sans-latin-700-normal.woff2") format("woff2"), url("./media/work-sans-latin-700-normal.woff") format("woff");
}
@font-face {
  font-family: "Work Sans";
  font-style: normal;
  font-display: swap;
  font-weight: 800;
  src: url("./media/work-sans-latin-800-normal.woff2") format("woff2"), url("./media/work-sans-latin-800-normal.woff") format("woff");
}
@font-face {
  font-family: "Work Sans";
  font-style: normal;
  font-display: swap;
  font-weight: 900;
  src: url("./media/work-sans-latin-900-normal.woff2") format("woff2"), url("./media/work-sans-latin-900-normal.woff") format("woff");
}

/* ../../node_modules/@fontsource/montserrat/latin.css */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-display: swap;
  font-weight: 100;
  src: url("./media/montserrat-latin-100-normal.woff2") format("woff2"), url("./media/montserrat-latin-100-normal.woff") format("woff");
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-display: swap;
  font-weight: 200;
  src: url("./media/montserrat-latin-200-normal.woff2") format("woff2"), url("./media/montserrat-latin-200-normal.woff") format("woff");
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-display: swap;
  font-weight: 300;
  src: url("./media/montserrat-latin-300-normal.woff2") format("woff2"), url("./media/montserrat-latin-300-normal.woff") format("woff");
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url("./media/montserrat-latin-400-normal.woff2") format("woff2"), url("./media/montserrat-latin-400-normal.woff") format("woff");
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-display: swap;
  font-weight: 500;
  src: url("./media/montserrat-latin-500-normal.woff2") format("woff2"), url("./media/montserrat-latin-500-normal.woff") format("woff");
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-display: swap;
  font-weight: 600;
  src: url("./media/montserrat-latin-600-normal.woff2") format("woff2"), url("./media/montserrat-latin-600-normal.woff") format("woff");
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-display: swap;
  font-weight: 700;
  src: url("./media/montserrat-latin-700-normal.woff2") format("woff2"), url("./media/montserrat-latin-700-normal.woff") format("woff");
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-display: swap;
  font-weight: 800;
  src: url("./media/montserrat-latin-800-normal.woff2") format("woff2"), url("./media/montserrat-latin-800-normal.woff") format("woff");
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-display: swap;
  font-weight: 900;
  src: url("./media/montserrat-latin-900-normal.woff2") format("woff2"), url("./media/montserrat-latin-900-normal.woff") format("woff");
}

/* src/styles.scss */
html,
body {
  display: flex;
  flex: 1;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  overflow: hidden;
  font-family: "Work Sans", sans-serif;
  -webkit-user-select: none;
  user-select: none;
}
::-webkit-scrollbar {
  width: 4px;
}
::-webkit-scrollbar-track {
  background: transparent;
}
::-webkit-scrollbar-thumb {
  visibility: hidden;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 4px;
}
::-webkit-scrollbar-thumb:hover,
::-webkit-scrollbar-thumb:active,
.scroll-container:hover ::-webkit-scrollbar-thumb {
  visibility: visible;
}
html {
  scrollbar-color: rgba(0, 0, 0, 0.5) transparent;
  scrollbar-width: thin;
}
:root {
  --scrollbar-border-radius: 8px;
}
.notranslate {
  translate: no !important;
}

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