@charset "UTF-8";

/* node_modules/@angular/material/prebuilt-themes/indigo-pink.css */
.mat-ripple {
  overflow: hidden;
  position: relative;
}
.mat-ripple:not(:empty) {
  transform: translateZ(0);
}
.mat-ripple.mat-ripple-unbounded {
  overflow: visible;
}
.mat-ripple-element {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  transition: opacity, transform 0ms cubic-bezier(0, 0, 0.2, 1);
  transform: scale3d(0, 0, 0);
  background-color: var(--mat-ripple-color, rgba(0, 0, 0, 0.1));
}
.cdk-high-contrast-active .mat-ripple-element {
  display: none;
}
.cdk-drag-preview .mat-ripple-element,
.cdk-drag-placeholder .mat-ripple-element {
  display: none;
}
.cdk-visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  left: 0;
}
[dir=rtl] .cdk-visually-hidden {
  left: auto;
  right: 0;
}
.cdk-overlay-container,
.cdk-global-overlay-wrapper {
  pointer-events: none;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.cdk-overlay-container {
  position: fixed;
  z-index: 1000;
}
.cdk-overlay-container:empty {
  display: none;
}
.cdk-global-overlay-wrapper {
  display: flex;
  position: absolute;
  z-index: 1000;
}
.cdk-overlay-pane {
  position: absolute;
  pointer-events: auto;
  box-sizing: border-box;
  z-index: 1000;
  display: flex;
  max-width: 100%;
  max-height: 100%;
}
.cdk-overlay-backdrop {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  pointer-events: auto;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  transition: opacity 400ms cubic-bezier(0.25, 0.8, 0.25, 1);
  opacity: 0;
}
.cdk-overlay-backdrop.cdk-overlay-backdrop-showing {
  opacity: 1;
}
.cdk-high-contrast-active .cdk-overlay-backdrop.cdk-overlay-backdrop-showing {
  opacity: .6;
}
.cdk-overlay-dark-backdrop {
  background: rgba(0, 0, 0, .32);
}
.cdk-overlay-transparent-backdrop {
  transition: visibility 1ms linear, opacity 1ms linear;
  visibility: hidden;
  opacity: 1;
}
.cdk-overlay-transparent-backdrop.cdk-overlay-backdrop-showing {
  opacity: 0;
  visibility: visible;
}
.cdk-overlay-backdrop-noop-animation {
  transition: none;
}
.cdk-overlay-connected-position-bounding-box {
  position: absolute;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  min-width: 1px;
  min-height: 1px;
}
.cdk-global-scrollblock {
  position: fixed;
  width: 100%;
  overflow-y: scroll;
}
textarea.cdk-textarea-autosize {
  resize: none;
}
textarea.cdk-textarea-autosize-measuring {
  padding: 2px 0 !important;
  box-sizing: content-box !important;
  height: auto !important;
  overflow: hidden !important;
}
textarea.cdk-textarea-autosize-measuring-firefox {
  padding: 2px 0 !important;
  box-sizing: content-box !important;
  height: 0 !important;
}
@keyframes cdk-text-field-autofill-start {
}
@keyframes cdk-text-field-autofill-end {
}
.cdk-text-field-autofill-monitored:-webkit-autofill {
  animation: cdk-text-field-autofill-start 0s 1ms;
}
.cdk-text-field-autofill-monitored:not(:-webkit-autofill) {
  animation: cdk-text-field-autofill-end 0s 1ms;
}
.mat-focus-indicator {
  position: relative;
}
.mat-focus-indicator::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  box-sizing: border-box;
  pointer-events: none;
  display: var(--mat-focus-indicator-display, none);
  border: var(--mat-focus-indicator-border-width, 3px) var(--mat-focus-indicator-border-style, solid) var(--mat-focus-indicator-border-color, transparent);
  border-radius: var(--mat-focus-indicator-border-radius, 4px);
}
.mat-focus-indicator:focus::before {
  content: "";
}
.cdk-high-contrast-active {
  --mat-focus-indicator-display: block;
}
.mat-mdc-focus-indicator {
  position: relative;
}
.mat-mdc-focus-indicator::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  box-sizing: border-box;
  pointer-events: none;
  display: var(--mat-mdc-focus-indicator-display, none);
  border: var(--mat-mdc-focus-indicator-border-width, 3px) var(--mat-mdc-focus-indicator-border-style, solid) var(--mat-mdc-focus-indicator-border-color, transparent);
  border-radius: var(--mat-mdc-focus-indicator-border-radius, 4px);
}
.mat-mdc-focus-indicator:focus::before {
  content: "";
}
.cdk-high-contrast-active {
  --mat-mdc-focus-indicator-display: block;
}
.mat-app-background {
  background-color: var(--mat-app-background-color, var(--mat-app-background, transparent));
  color: var(--mat-app-text-color, var(--mat-app-on-background, inherit));
}
.mat-elevation-z0,
.mat-mdc-elevation-specific.mat-elevation-z0 {
  box-shadow: var(--mat-app-elevation-shadow-level-0, none);
}
.mat-elevation-z1,
.mat-mdc-elevation-specific.mat-elevation-z1 {
  box-shadow: var(--mat-app-elevation-shadow-level-1, none);
}
.mat-elevation-z2,
.mat-mdc-elevation-specific.mat-elevation-z2 {
  box-shadow: var(--mat-app-elevation-shadow-level-2, none);
}
.mat-elevation-z3,
.mat-mdc-elevation-specific.mat-elevation-z3 {
  box-shadow: var(--mat-app-elevation-shadow-level-3, none);
}
.mat-elevation-z4,
.mat-mdc-elevation-specific.mat-elevation-z4 {
  box-shadow: var(--mat-app-elevation-shadow-level-4, none);
}
.mat-elevation-z5,
.mat-mdc-elevation-specific.mat-elevation-z5 {
  box-shadow: var(--mat-app-elevation-shadow-level-5, none);
}
.mat-elevation-z6,
.mat-mdc-elevation-specific.mat-elevation-z6 {
  box-shadow: var(--mat-app-elevation-shadow-level-6, none);
}
.mat-elevation-z7,
.mat-mdc-elevation-specific.mat-elevation-z7 {
  box-shadow: var(--mat-app-elevation-shadow-level-7, none);
}
.mat-elevation-z8,
.mat-mdc-elevation-specific.mat-elevation-z8 {
  box-shadow: var(--mat-app-elevation-shadow-level-8, none);
}
.mat-elevation-z9,
.mat-mdc-elevation-specific.mat-elevation-z9 {
  box-shadow: var(--mat-app-elevation-shadow-level-9, none);
}
.mat-elevation-z10,
.mat-mdc-elevation-specific.mat-elevation-z10 {
  box-shadow: var(--mat-app-elevation-shadow-level-10, none);
}
.mat-elevation-z11,
.mat-mdc-elevation-specific.mat-elevation-z11 {
  box-shadow: var(--mat-app-elevation-shadow-level-11, none);
}
.mat-elevation-z12,
.mat-mdc-elevation-specific.mat-elevation-z12 {
  box-shadow: var(--mat-app-elevation-shadow-level-12, none);
}
.mat-elevation-z13,
.mat-mdc-elevation-specific.mat-elevation-z13 {
  box-shadow: var(--mat-app-elevation-shadow-level-13, none);
}
.mat-elevation-z14,
.mat-mdc-elevation-specific.mat-elevation-z14 {
  box-shadow: var(--mat-app-elevation-shadow-level-14, none);
}
.mat-elevation-z15,
.mat-mdc-elevation-specific.mat-elevation-z15 {
  box-shadow: var(--mat-app-elevation-shadow-level-15, none);
}
.mat-elevation-z16,
.mat-mdc-elevation-specific.mat-elevation-z16 {
  box-shadow: var(--mat-app-elevation-shadow-level-16, none);
}
.mat-elevation-z17,
.mat-mdc-elevation-specific.mat-elevation-z17 {
  box-shadow: var(--mat-app-elevation-shadow-level-17, none);
}
.mat-elevation-z18,
.mat-mdc-elevation-specific.mat-elevation-z18 {
  box-shadow: var(--mat-app-elevation-shadow-level-18, none);
}
.mat-elevation-z19,
.mat-mdc-elevation-specific.mat-elevation-z19 {
  box-shadow: var(--mat-app-elevation-shadow-level-19, none);
}
.mat-elevation-z20,
.mat-mdc-elevation-specific.mat-elevation-z20 {
  box-shadow: var(--mat-app-elevation-shadow-level-20, none);
}
.mat-elevation-z21,
.mat-mdc-elevation-specific.mat-elevation-z21 {
  box-shadow: var(--mat-app-elevation-shadow-level-21, none);
}
.mat-elevation-z22,
.mat-mdc-elevation-specific.mat-elevation-z22 {
  box-shadow: var(--mat-app-elevation-shadow-level-22, none);
}
.mat-elevation-z23,
.mat-mdc-elevation-specific.mat-elevation-z23 {
  box-shadow: var(--mat-app-elevation-shadow-level-23, none);
}
.mat-elevation-z24,
.mat-mdc-elevation-specific.mat-elevation-z24 {
  box-shadow: var(--mat-app-elevation-shadow-level-24, none);
}
.mat-theme-loaded-marker {
  display: none;
}
html {
  --mat-ripple-color:rgba(0, 0, 0, 0.1);
}
html {
  --mat-option-selected-state-label-text-color:#3f51b5;
  --mat-option-label-text-color:rgba(0, 0, 0, 0.87);
  --mat-option-hover-state-layer-color:rgba(0, 0, 0, 0.04);
  --mat-option-focus-state-layer-color:rgba(0, 0, 0, 0.04);
  --mat-option-selected-state-layer-color:rgba(0, 0, 0, 0.04);
}
.mat-accent {
  --mat-option-selected-state-label-text-color:#ff4081;
  --mat-option-label-text-color:rgba(0, 0, 0, 0.87);
  --mat-option-hover-state-layer-color:rgba(0, 0, 0, 0.04);
  --mat-option-focus-state-layer-color:rgba(0, 0, 0, 0.04);
  --mat-option-selected-state-layer-color:rgba(0, 0, 0, 0.04);
}
.mat-warn {
  --mat-option-selected-state-label-text-color:#f44336;
  --mat-option-label-text-color:rgba(0, 0, 0, 0.87);
  --mat-option-hover-state-layer-color:rgba(0, 0, 0, 0.04);
  --mat-option-focus-state-layer-color:rgba(0, 0, 0, 0.04);
  --mat-option-selected-state-layer-color:rgba(0, 0, 0, 0.04);
}
html {
  --mat-optgroup-label-text-color:rgba(0, 0, 0, 0.87);
}
.mat-primary {
  --mat-full-pseudo-checkbox-selected-icon-color:#3f51b5;
  --mat-full-pseudo-checkbox-selected-checkmark-color:#fafafa;
  --mat-full-pseudo-checkbox-unselected-icon-color:rgba(0, 0, 0, 0.54);
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color:#fafafa;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color:#b0b0b0;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color:#b0b0b0;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color:#3f51b5;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color:#b0b0b0;
}
html {
  --mat-full-pseudo-checkbox-selected-icon-color:#ff4081;
  --mat-full-pseudo-checkbox-selected-checkmark-color:#fafafa;
  --mat-full-pseudo-checkbox-unselected-icon-color:rgba(0, 0, 0, 0.54);
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color:#fafafa;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color:#b0b0b0;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color:#b0b0b0;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color:#ff4081;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color:#b0b0b0;
}
.mat-accent {
  --mat-full-pseudo-checkbox-selected-icon-color:#ff4081;
  --mat-full-pseudo-checkbox-selected-checkmark-color:#fafafa;
  --mat-full-pseudo-checkbox-unselected-icon-color:rgba(0, 0, 0, 0.54);
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color:#fafafa;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color:#b0b0b0;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color:#b0b0b0;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color:#ff4081;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color:#b0b0b0;
}
.mat-warn {
  --mat-full-pseudo-checkbox-selected-icon-color:#f44336;
  --mat-full-pseudo-checkbox-selected-checkmark-color:#fafafa;
  --mat-full-pseudo-checkbox-unselected-icon-color:rgba(0, 0, 0, 0.54);
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color:#fafafa;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color:#b0b0b0;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color:#b0b0b0;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color:#f44336;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color:#b0b0b0;
}
html {
  --mat-app-background-color:#fafafa;
  --mat-app-text-color:rgba(0, 0, 0, 0.87);
  --mat-app-elevation-shadow-level-0:0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-1:0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-2:0px 3px 1px -2px rgba(0, 0, 0, 0.2),
    0px 2px 2px 0px rgba(0, 0, 0, 0.14),
    0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-3:0px 3px 3px -2px rgba(0, 0, 0, 0.2),
    0px 3px 4px 0px rgba(0, 0, 0, 0.14),
    0px 1px 8px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-4:0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-5:0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 5px 8px 0px rgba(0, 0, 0, 0.14),
    0px 1px 14px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-6:0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-7:0px 4px 5px -2px rgba(0, 0, 0, 0.2),
    0px 7px 10px 1px rgba(0, 0, 0, 0.14),
    0px 2px 16px 1px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-8:0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-9:0px 5px 6px -3px rgba(0, 0, 0, 0.2),
    0px 9px 12px 1px rgba(0, 0, 0, 0.14),
    0px 3px 16px 2px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-10:0px 6px 6px -3px rgba(0, 0, 0, 0.2),
    0px 10px 14px 1px rgba(0, 0, 0, 0.14),
    0px 4px 18px 3px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-11:0px 6px 7px -4px rgba(0, 0, 0, 0.2),
    0px 11px 15px 1px rgba(0, 0, 0, 0.14),
    0px 4px 20px 3px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-12:0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-13:0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 13px 19px 2px rgba(0, 0, 0, 0.14),
    0px 5px 24px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-14:0px 7px 9px -4px rgba(0, 0, 0, 0.2),
    0px 14px 21px 2px rgba(0, 0, 0, 0.14),
    0px 5px 26px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-15:0px 8px 9px -5px rgba(0, 0, 0, 0.2),
    0px 15px 22px 2px rgba(0, 0, 0, 0.14),
    0px 6px 28px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-16:0px 8px 10px -5px rgba(0, 0, 0, 0.2),
    0px 16px 24px 2px rgba(0, 0, 0, 0.14),
    0px 6px 30px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-17:0px 8px 11px -5px rgba(0, 0, 0, 0.2),
    0px 17px 26px 2px rgba(0, 0, 0, 0.14),
    0px 6px 32px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-18:0px 9px 11px -5px rgba(0, 0, 0, 0.2),
    0px 18px 28px 2px rgba(0, 0, 0, 0.14),
    0px 7px 34px 6px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-19:0px 9px 12px -6px rgba(0, 0, 0, 0.2),
    0px 19px 29px 2px rgba(0, 0, 0, 0.14),
    0px 7px 36px 6px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-20:0px 10px 13px -6px rgba(0, 0, 0, 0.2),
    0px 20px 31px 3px rgba(0, 0, 0, 0.14),
    0px 8px 38px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-21:0px 10px 13px -6px rgba(0, 0, 0, 0.2),
    0px 21px 33px 3px rgba(0, 0, 0, 0.14),
    0px 8px 40px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-22:0px 10px 14px -6px rgba(0, 0, 0, 0.2),
    0px 22px 35px 3px rgba(0, 0, 0, 0.14),
    0px 8px 42px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-23:0px 11px 14px -7px rgba(0, 0, 0, 0.2),
    0px 23px 36px 3px rgba(0, 0, 0, 0.14),
    0px 9px 44px 8px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-24:0px 11px 15px -7px rgba(0, 0, 0, 0.2),
    0px 24px 38px 3px rgba(0, 0, 0, 0.14),
    0px 9px 46px 8px rgba(0, 0, 0, 0.12);
}
html {
  --mat-option-label-text-font:Roboto, sans-serif;
  --mat-option-label-text-line-height:24px;
  --mat-option-label-text-size:16px;
  --mat-option-label-text-tracking:0.03125em;
  --mat-option-label-text-weight:400;
}
html {
  --mat-optgroup-label-text-font:Roboto, sans-serif;
  --mat-optgroup-label-text-line-height:24px;
  --mat-optgroup-label-text-size:16px;
  --mat-optgroup-label-text-tracking:0.03125em;
  --mat-optgroup-label-text-weight:400;
}
html {
  --mdc-elevated-card-container-shape:4px;
  --mdc-outlined-card-container-shape:4px;
  --mdc-outlined-card-outline-width:1px;
}
html {
  --mdc-elevated-card-container-color:white;
  --mdc-elevated-card-container-elevation:0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mdc-outlined-card-container-color:white;
  --mdc-outlined-card-outline-color:rgba(0, 0, 0, 0.12);
  --mdc-outlined-card-container-elevation:0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-card-subtitle-text-color:rgba(0, 0, 0, 0.54);
}
html {
  --mat-card-title-text-font:Roboto, sans-serif;
  --mat-card-title-text-line-height:32px;
  --mat-card-title-text-size:20px;
  --mat-card-title-text-tracking:0.0125em;
  --mat-card-title-text-weight:500;
  --mat-card-subtitle-text-font:Roboto, sans-serif;
  --mat-card-subtitle-text-line-height:22px;
  --mat-card-subtitle-text-size:14px;
  --mat-card-subtitle-text-tracking:0.0071428571em;
  --mat-card-subtitle-text-weight:500;
}
html {
  --mdc-linear-progress-active-indicator-height:4px;
  --mdc-linear-progress-track-height:4px;
  --mdc-linear-progress-track-shape:0;
}
.mat-mdc-progress-bar {
  --mdc-linear-progress-active-indicator-color:#3f51b5;
  --mdc-linear-progress-track-color:rgba(63, 81, 181, 0.25);
}
.mat-mdc-progress-bar.mat-accent {
  --mdc-linear-progress-active-indicator-color:#ff4081;
  --mdc-linear-progress-track-color:rgba(255, 64, 129, 0.25);
}
.mat-mdc-progress-bar.mat-warn {
  --mdc-linear-progress-active-indicator-color:#f44336;
  --mdc-linear-progress-track-color:rgba(244, 67, 54, 0.25);
}
html {
  --mdc-plain-tooltip-container-shape:4px;
  --mdc-plain-tooltip-supporting-text-line-height:16px;
}
html {
  --mdc-plain-tooltip-container-color:#616161;
  --mdc-plain-tooltip-supporting-text-color:#fff;
}
html {
  --mdc-plain-tooltip-supporting-text-font:Roboto, sans-serif;
  --mdc-plain-tooltip-supporting-text-size:12px;
  --mdc-plain-tooltip-supporting-text-weight:400;
  --mdc-plain-tooltip-supporting-text-tracking:0.0333333333em;
}
html {
  --mdc-filled-text-field-active-indicator-height:1px;
  --mdc-filled-text-field-focus-active-indicator-height:2px;
  --mdc-filled-text-field-container-shape:4px;
  --mdc-outlined-text-field-outline-width:1px;
  --mdc-outlined-text-field-focus-outline-width:2px;
  --mdc-outlined-text-field-container-shape:4px;
}
html {
  --mdc-filled-text-field-caret-color:#3f51b5;
  --mdc-filled-text-field-focus-active-indicator-color:#3f51b5;
  --mdc-filled-text-field-focus-label-text-color:rgba(63, 81, 181, 0.87);
  --mdc-filled-text-field-container-color:whitesmoke;
  --mdc-filled-text-field-disabled-container-color:#fafafa;
  --mdc-filled-text-field-label-text-color:rgba(0, 0, 0, 0.6);
  --mdc-filled-text-field-hover-label-text-color:rgba(0, 0, 0, 0.6);
  --mdc-filled-text-field-disabled-label-text-color:rgba(0, 0, 0, 0.38);
  --mdc-filled-text-field-input-text-color:rgba(0, 0, 0, 0.87);
  --mdc-filled-text-field-disabled-input-text-color:rgba(0, 0, 0, 0.38);
  --mdc-filled-text-field-input-text-placeholder-color:rgba(0, 0, 0, 0.6);
  --mdc-filled-text-field-error-hover-label-text-color:#f44336;
  --mdc-filled-text-field-error-focus-label-text-color:#f44336;
  --mdc-filled-text-field-error-label-text-color:#f44336;
  --mdc-filled-text-field-error-caret-color:#f44336;
  --mdc-filled-text-field-active-indicator-color:rgba(0, 0, 0, 0.42);
  --mdc-filled-text-field-disabled-active-indicator-color:rgba(0, 0, 0, 0.06);
  --mdc-filled-text-field-hover-active-indicator-color:rgba(0, 0, 0, 0.87);
  --mdc-filled-text-field-error-active-indicator-color:#f44336;
  --mdc-filled-text-field-error-focus-active-indicator-color:#f44336;
  --mdc-filled-text-field-error-hover-active-indicator-color:#f44336;
  --mdc-outlined-text-field-caret-color:#3f51b5;
  --mdc-outlined-text-field-focus-outline-color:#3f51b5;
  --mdc-outlined-text-field-focus-label-text-color:rgba(63, 81, 181, 0.87);
  --mdc-outlined-text-field-label-text-color:rgba(0, 0, 0, 0.6);
  --mdc-outlined-text-field-hover-label-text-color:rgba(0, 0, 0, 0.6);
  --mdc-outlined-text-field-disabled-label-text-color:rgba(0, 0, 0, 0.38);
  --mdc-outlined-text-field-input-text-color:rgba(0, 0, 0, 0.87);
  --mdc-outlined-text-field-disabled-input-text-color:rgba(0, 0, 0, 0.38);
  --mdc-outlined-text-field-input-text-placeholder-color:rgba(0, 0, 0, 0.6);
  --mdc-outlined-text-field-error-caret-color:#f44336;
  --mdc-outlined-text-field-error-focus-label-text-color:#f44336;
  --mdc-outlined-text-field-error-label-text-color:#f44336;
  --mdc-outlined-text-field-error-hover-label-text-color:#f44336;
  --mdc-outlined-text-field-outline-color:rgba(0, 0, 0, 0.38);
  --mdc-outlined-text-field-disabled-outline-color:rgba(0, 0, 0, 0.06);
  --mdc-outlined-text-field-hover-outline-color:rgba(0, 0, 0, 0.87);
  --mdc-outlined-text-field-error-focus-outline-color:#f44336;
  --mdc-outlined-text-field-error-hover-outline-color:#f44336;
  --mdc-outlined-text-field-error-outline-color:#f44336;
  --mat-form-field-focus-select-arrow-color:rgba(63, 81, 181, 0.87);
  --mat-form-field-disabled-input-text-placeholder-color:rgba(0, 0, 0, 0.38);
  --mat-form-field-state-layer-color:rgba(0, 0, 0, 0.87);
  --mat-form-field-error-text-color:#f44336;
  --mat-form-field-select-option-text-color:inherit;
  --mat-form-field-select-disabled-option-text-color:GrayText;
  --mat-form-field-leading-icon-color:unset;
  --mat-form-field-disabled-leading-icon-color:unset;
  --mat-form-field-trailing-icon-color:unset;
  --mat-form-field-disabled-trailing-icon-color:unset;
  --mat-form-field-error-focus-trailing-icon-color:unset;
  --mat-form-field-error-hover-trailing-icon-color:unset;
  --mat-form-field-error-trailing-icon-color:unset;
  --mat-form-field-enabled-select-arrow-color:rgba(0, 0, 0, 0.54);
  --mat-form-field-disabled-select-arrow-color:rgba(0, 0, 0, 0.38);
  --mat-form-field-hover-state-layer-opacity:0.04;
  --mat-form-field-focus-state-layer-opacity:0.08;
}
.mat-mdc-form-field.mat-accent {
  --mdc-filled-text-field-caret-color:#ff4081;
  --mdc-filled-text-field-focus-active-indicator-color:#ff4081;
  --mdc-filled-text-field-focus-label-text-color:rgba(255, 64, 129, 0.87);
  --mdc-outlined-text-field-caret-color:#ff4081;
  --mdc-outlined-text-field-focus-outline-color:#ff4081;
  --mdc-outlined-text-field-focus-label-text-color:rgba(255, 64, 129, 0.87);
  --mat-form-field-focus-select-arrow-color:rgba(255, 64, 129, 0.87);
}
.mat-mdc-form-field.mat-warn {
  --mdc-filled-text-field-caret-color:#f44336;
  --mdc-filled-text-field-focus-active-indicator-color:#f44336;
  --mdc-filled-text-field-focus-label-text-color:rgba(244, 67, 54, 0.87);
  --mdc-outlined-text-field-caret-color:#f44336;
  --mdc-outlined-text-field-focus-outline-color:#f44336;
  --mdc-outlined-text-field-focus-label-text-color:rgba(244, 67, 54, 0.87);
  --mat-form-field-focus-select-arrow-color:rgba(244, 67, 54, 0.87);
}
html {
  --mat-form-field-container-height:56px;
  --mat-form-field-filled-label-display:block;
  --mat-form-field-container-vertical-padding:16px;
  --mat-form-field-filled-with-label-container-padding-top:24px;
  --mat-form-field-filled-with-label-container-padding-bottom:8px;
}
html {
  --mdc-filled-text-field-label-text-font:Roboto, sans-serif;
  --mdc-filled-text-field-label-text-size:16px;
  --mdc-filled-text-field-label-text-tracking:0.03125em;
  --mdc-filled-text-field-label-text-weight:400;
  --mdc-outlined-text-field-label-text-font:Roboto, sans-serif;
  --mdc-outlined-text-field-label-text-size:16px;
  --mdc-outlined-text-field-label-text-tracking:0.03125em;
  --mdc-outlined-text-field-label-text-weight:400;
  --mat-form-field-container-text-font:Roboto, sans-serif;
  --mat-form-field-container-text-line-height:24px;
  --mat-form-field-container-text-size:16px;
  --mat-form-field-container-text-tracking:0.03125em;
  --mat-form-field-container-text-weight:400;
  --mat-form-field-outlined-label-text-populated-size:16px;
  --mat-form-field-subscript-text-font:Roboto, sans-serif;
  --mat-form-field-subscript-text-line-height:20px;
  --mat-form-field-subscript-text-size:12px;
  --mat-form-field-subscript-text-tracking:0.0333333333em;
  --mat-form-field-subscript-text-weight:400;
}
html {
  --mat-select-container-elevation-shadow:0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}
html {
  --mat-select-panel-background-color:white;
  --mat-select-enabled-trigger-text-color:rgba(0, 0, 0, 0.87);
  --mat-select-disabled-trigger-text-color:rgba(0, 0, 0, 0.38);
  --mat-select-placeholder-text-color:rgba(0, 0, 0, 0.6);
  --mat-select-enabled-arrow-color:rgba(0, 0, 0, 0.54);
  --mat-select-disabled-arrow-color:rgba(0, 0, 0, 0.38);
  --mat-select-focused-arrow-color:rgba(63, 81, 181, 0.87);
  --mat-select-invalid-arrow-color:rgba(244, 67, 54, 0.87);
}
html .mat-mdc-form-field.mat-accent {
  --mat-select-panel-background-color:white;
  --mat-select-enabled-trigger-text-color:rgba(0, 0, 0, 0.87);
  --mat-select-disabled-trigger-text-color:rgba(0, 0, 0, 0.38);
  --mat-select-placeholder-text-color:rgba(0, 0, 0, 0.6);
  --mat-select-enabled-arrow-color:rgba(0, 0, 0, 0.54);
  --mat-select-disabled-arrow-color:rgba(0, 0, 0, 0.38);
  --mat-select-focused-arrow-color:rgba(255, 64, 129, 0.87);
  --mat-select-invalid-arrow-color:rgba(244, 67, 54, 0.87);
}
html .mat-mdc-form-field.mat-warn {
  --mat-select-panel-background-color:white;
  --mat-select-enabled-trigger-text-color:rgba(0, 0, 0, 0.87);
  --mat-select-disabled-trigger-text-color:rgba(0, 0, 0, 0.38);
  --mat-select-placeholder-text-color:rgba(0, 0, 0, 0.6);
  --mat-select-enabled-arrow-color:rgba(0, 0, 0, 0.54);
  --mat-select-disabled-arrow-color:rgba(0, 0, 0, 0.38);
  --mat-select-focused-arrow-color:rgba(244, 67, 54, 0.87);
  --mat-select-invalid-arrow-color:rgba(244, 67, 54, 0.87);
}
html {
  --mat-select-arrow-transform:translateY(-8px);
}
html {
  --mat-select-trigger-text-font:Roboto, sans-serif;
  --mat-select-trigger-text-line-height:24px;
  --mat-select-trigger-text-size:16px;
  --mat-select-trigger-text-tracking:0.03125em;
  --mat-select-trigger-text-weight:400;
}
html {
  --mat-autocomplete-container-shape:4px;
  --mat-autocomplete-container-elevation-shadow:0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}
html {
  --mat-autocomplete-background-color:white;
}
html {
  --mdc-dialog-container-shape:4px;
  --mat-dialog-container-elevation-shadow:0px 11px 15px -7px rgba(0, 0, 0, 0.2),
    0px 24px 38px 3px rgba(0, 0, 0, 0.14),
    0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  --mat-dialog-container-max-width:80vw;
  --mat-dialog-container-small-max-width:80vw;
  --mat-dialog-container-min-width:0;
  --mat-dialog-actions-alignment:start;
  --mat-dialog-actions-padding:8px;
  --mat-dialog-content-padding:20px 24px;
  --mat-dialog-with-actions-content-padding:20px 24px;
  --mat-dialog-headline-padding:0 24px 9px;
}
html {
  --mdc-dialog-container-color:white;
  --mdc-dialog-subhead-color:rgba(0, 0, 0, 0.87);
  --mdc-dialog-supporting-text-color:rgba(0, 0, 0, 0.6);
}
html {
  --mdc-dialog-subhead-font:Roboto, sans-serif;
  --mdc-dialog-subhead-line-height:32px;
  --mdc-dialog-subhead-size:20px;
  --mdc-dialog-subhead-weight:500;
  --mdc-dialog-subhead-tracking:0.0125em;
  --mdc-dialog-supporting-text-font:Roboto, sans-serif;
  --mdc-dialog-supporting-text-line-height:24px;
  --mdc-dialog-supporting-text-size:16px;
  --mdc-dialog-supporting-text-weight:400;
  --mdc-dialog-supporting-text-tracking:0.03125em;
}
.mat-mdc-standard-chip {
  --mdc-chip-container-shape-radius:16px;
  --mdc-chip-with-avatar-avatar-shape-radius:14px;
  --mdc-chip-with-avatar-avatar-size:28px;
  --mdc-chip-with-icon-icon-size:18px;
  --mdc-chip-outline-width:0;
  --mdc-chip-outline-color:transparent;
  --mdc-chip-disabled-outline-color:transparent;
  --mdc-chip-focus-outline-color:transparent;
  --mdc-chip-hover-state-layer-opacity:0.04;
  --mdc-chip-with-avatar-disabled-avatar-opacity:1;
  --mdc-chip-flat-selected-outline-width:0;
  --mdc-chip-selected-hover-state-layer-opacity:0.04;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-opacity:1;
  --mdc-chip-with-icon-disabled-icon-opacity:1;
  --mat-chip-disabled-container-opacity:0.4;
  --mat-chip-trailing-action-opacity:0.54;
  --mat-chip-trailing-action-focus-opacity:1;
  --mat-chip-trailing-action-state-layer-color:transparent;
  --mat-chip-selected-trailing-action-state-layer-color:transparent;
  --mat-chip-trailing-action-hover-state-layer-opacity:0;
  --mat-chip-trailing-action-focus-state-layer-opacity:0;
}
.mat-mdc-standard-chip {
  --mdc-chip-disabled-label-text-color:#212121;
  --mdc-chip-elevated-container-color:#e0e0e0;
  --mdc-chip-elevated-selected-container-color:#e0e0e0;
  --mdc-chip-elevated-disabled-container-color:#e0e0e0;
  --mdc-chip-flat-disabled-selected-container-color:#e0e0e0;
  --mdc-chip-focus-state-layer-color:black;
  --mdc-chip-hover-state-layer-color:black;
  --mdc-chip-selected-hover-state-layer-color:black;
  --mdc-chip-focus-state-layer-opacity:0.12;
  --mdc-chip-selected-focus-state-layer-color:black;
  --mdc-chip-selected-focus-state-layer-opacity:0.12;
  --mdc-chip-label-text-color:#212121;
  --mdc-chip-selected-label-text-color:#212121;
  --mdc-chip-with-icon-icon-color:#212121;
  --mdc-chip-with-icon-disabled-icon-color:#212121;
  --mdc-chip-with-icon-selected-icon-color:#212121;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color:#212121;
  --mdc-chip-with-trailing-icon-trailing-icon-color:#212121;
  --mat-chip-selected-disabled-trailing-icon-color:#212121;
  --mat-chip-selected-trailing-icon-color:#212121;
}
.mat-mdc-standard-chip.mat-mdc-chip-selected.mat-primary,
.mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-primary {
  --mdc-chip-disabled-label-text-color:white;
  --mdc-chip-elevated-container-color:#3f51b5;
  --mdc-chip-elevated-selected-container-color:#3f51b5;
  --mdc-chip-elevated-disabled-container-color:#3f51b5;
  --mdc-chip-flat-disabled-selected-container-color:#3f51b5;
  --mdc-chip-focus-state-layer-color:black;
  --mdc-chip-hover-state-layer-color:black;
  --mdc-chip-selected-hover-state-layer-color:black;
  --mdc-chip-focus-state-layer-opacity:0.12;
  --mdc-chip-selected-focus-state-layer-color:black;
  --mdc-chip-selected-focus-state-layer-opacity:0.12;
  --mdc-chip-label-text-color:white;
  --mdc-chip-selected-label-text-color:white;
  --mdc-chip-with-icon-icon-color:white;
  --mdc-chip-with-icon-disabled-icon-color:white;
  --mdc-chip-with-icon-selected-icon-color:white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color:white;
  --mdc-chip-with-trailing-icon-trailing-icon-color:white;
  --mat-chip-selected-disabled-trailing-icon-color:white;
  --mat-chip-selected-trailing-icon-color:white;
}
.mat-mdc-standard-chip.mat-mdc-chip-selected.mat-accent,
.mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-accent {
  --mdc-chip-disabled-label-text-color:white;
  --mdc-chip-elevated-container-color:#ff4081;
  --mdc-chip-elevated-selected-container-color:#ff4081;
  --mdc-chip-elevated-disabled-container-color:#ff4081;
  --mdc-chip-flat-disabled-selected-container-color:#ff4081;
  --mdc-chip-focus-state-layer-color:black;
  --mdc-chip-hover-state-layer-color:black;
  --mdc-chip-selected-hover-state-layer-color:black;
  --mdc-chip-focus-state-layer-opacity:0.12;
  --mdc-chip-selected-focus-state-layer-color:black;
  --mdc-chip-selected-focus-state-layer-opacity:0.12;
  --mdc-chip-label-text-color:white;
  --mdc-chip-selected-label-text-color:white;
  --mdc-chip-with-icon-icon-color:white;
  --mdc-chip-with-icon-disabled-icon-color:white;
  --mdc-chip-with-icon-selected-icon-color:white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color:white;
  --mdc-chip-with-trailing-icon-trailing-icon-color:white;
  --mat-chip-selected-disabled-trailing-icon-color:white;
  --mat-chip-selected-trailing-icon-color:white;
}
.mat-mdc-standard-chip.mat-mdc-chip-selected.mat-warn,
.mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-warn {
  --mdc-chip-disabled-label-text-color:white;
  --mdc-chip-elevated-container-color:#f44336;
  --mdc-chip-elevated-selected-container-color:#f44336;
  --mdc-chip-elevated-disabled-container-color:#f44336;
  --mdc-chip-flat-disabled-selected-container-color:#f44336;
  --mdc-chip-focus-state-layer-color:black;
  --mdc-chip-hover-state-layer-color:black;
  --mdc-chip-selected-hover-state-layer-color:black;
  --mdc-chip-focus-state-layer-opacity:0.12;
  --mdc-chip-selected-focus-state-layer-color:black;
  --mdc-chip-selected-focus-state-layer-opacity:0.12;
  --mdc-chip-label-text-color:white;
  --mdc-chip-selected-label-text-color:white;
  --mdc-chip-with-icon-icon-color:white;
  --mdc-chip-with-icon-disabled-icon-color:white;
  --mdc-chip-with-icon-selected-icon-color:white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color:white;
  --mdc-chip-with-trailing-icon-trailing-icon-color:white;
  --mat-chip-selected-disabled-trailing-icon-color:white;
  --mat-chip-selected-trailing-icon-color:white;
}
.mat-mdc-chip.mat-mdc-standard-chip {
  --mdc-chip-container-height:32px;
}
.mat-mdc-standard-chip {
  --mdc-chip-label-text-font:Roboto, sans-serif;
  --mdc-chip-label-text-line-height:20px;
  --mdc-chip-label-text-size:14px;
  --mdc-chip-label-text-tracking:0.0178571429em;
  --mdc-chip-label-text-weight:400;
}
html {
  --mdc-switch-disabled-selected-icon-opacity:0.38;
  --mdc-switch-disabled-track-opacity:0.12;
  --mdc-switch-disabled-unselected-icon-opacity:0.38;
  --mdc-switch-handle-height:20px;
  --mdc-switch-handle-shape:10px;
  --mdc-switch-handle-width:20px;
  --mdc-switch-selected-icon-size:18px;
  --mdc-switch-track-height:14px;
  --mdc-switch-track-shape:7px;
  --mdc-switch-track-width:36px;
  --mdc-switch-unselected-icon-size:18px;
  --mdc-switch-selected-focus-state-layer-opacity:0.12;
  --mdc-switch-selected-hover-state-layer-opacity:0.04;
  --mdc-switch-selected-pressed-state-layer-opacity:0.1;
  --mdc-switch-unselected-focus-state-layer-opacity:0.12;
  --mdc-switch-unselected-hover-state-layer-opacity:0.04;
  --mdc-switch-unselected-pressed-state-layer-opacity:0.1;
}
html .mat-mdc-slide-toggle {
  --mat-switch-disabled-selected-handle-opacity:0.38;
  --mat-switch-disabled-unselected-handle-opacity:0.38;
  --mat-switch-unselected-handle-size:20px;
  --mat-switch-selected-handle-size:20px;
  --mat-switch-pressed-handle-size:20px;
  --mat-switch-with-icon-handle-size:20px;
  --mat-switch-selected-handle-horizontal-margin:0;
  --mat-switch-selected-with-icon-handle-horizontal-margin:0;
  --mat-switch-selected-pressed-handle-horizontal-margin:0;
  --mat-switch-unselected-handle-horizontal-margin:0;
  --mat-switch-unselected-with-icon-handle-horizontal-margin:0;
  --mat-switch-unselected-pressed-handle-horizontal-margin:0;
  --mat-switch-visible-track-opacity:1;
  --mat-switch-hidden-track-opacity:1;
  --mat-switch-visible-track-transition:transform 75ms 0ms cubic-bezier(0, 0, 0.2, 1);
  --mat-switch-hidden-track-transition:transform 75ms 0ms cubic-bezier(0.4, 0, 0.6, 1);
  --mat-switch-track-outline-width:1px;
  --mat-switch-track-outline-color:transparent;
  --mat-switch-selected-track-outline-width:1px;
  --mat-switch-selected-track-outline-color:transparent;
  --mat-switch-disabled-unselected-track-outline-width:1px;
  --mat-switch-disabled-unselected-track-outline-color:transparent;
}
html {
  --mdc-switch-selected-focus-state-layer-color:#3949ab;
  --mdc-switch-selected-handle-color:#3949ab;
  --mdc-switch-selected-hover-state-layer-color:#3949ab;
  --mdc-switch-selected-pressed-state-layer-color:#3949ab;
  --mdc-switch-selected-focus-handle-color:#1a237e;
  --mdc-switch-selected-hover-handle-color:#1a237e;
  --mdc-switch-selected-pressed-handle-color:#1a237e;
  --mdc-switch-selected-focus-track-color:#7986cb;
  --mdc-switch-selected-hover-track-color:#7986cb;
  --mdc-switch-selected-pressed-track-color:#7986cb;
  --mdc-switch-selected-track-color:#7986cb;
  --mdc-switch-disabled-selected-handle-color:#424242;
  --mdc-switch-disabled-selected-icon-color:#fff;
  --mdc-switch-disabled-selected-track-color:#424242;
  --mdc-switch-disabled-unselected-handle-color:#424242;
  --mdc-switch-disabled-unselected-icon-color:#fff;
  --mdc-switch-disabled-unselected-track-color:#424242;
  --mdc-switch-handle-surface-color:#fff;
  --mdc-switch-selected-icon-color:#fff;
  --mdc-switch-unselected-focus-handle-color:#212121;
  --mdc-switch-unselected-focus-state-layer-color:#424242;
  --mdc-switch-unselected-focus-track-color:#e0e0e0;
  --mdc-switch-unselected-handle-color:#616161;
  --mdc-switch-unselected-hover-handle-color:#212121;
  --mdc-switch-unselected-hover-state-layer-color:#424242;
  --mdc-switch-unselected-hover-track-color:#e0e0e0;
  --mdc-switch-unselected-icon-color:#fff;
  --mdc-switch-unselected-pressed-handle-color:#212121;
  --mdc-switch-unselected-pressed-state-layer-color:#424242;
  --mdc-switch-unselected-pressed-track-color:#e0e0e0;
  --mdc-switch-unselected-track-color:#e0e0e0;
  --mdc-switch-handle-elevation-shadow:0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mdc-switch-disabled-handle-elevation-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mdc-switch-disabled-label-text-color: rgba(0, 0, 0, 0.38);
}
html .mat-mdc-slide-toggle {
  --mat-switch-label-text-color:rgba(0, 0, 0, 0.87);
}
html .mat-mdc-slide-toggle.mat-accent {
  --mdc-switch-selected-focus-state-layer-color:#d81b60;
  --mdc-switch-selected-handle-color:#d81b60;
  --mdc-switch-selected-hover-state-layer-color:#d81b60;
  --mdc-switch-selected-pressed-state-layer-color:#d81b60;
  --mdc-switch-selected-focus-handle-color:#880e4f;
  --mdc-switch-selected-hover-handle-color:#880e4f;
  --mdc-switch-selected-pressed-handle-color:#880e4f;
  --mdc-switch-selected-focus-track-color:#f06292;
  --mdc-switch-selected-hover-track-color:#f06292;
  --mdc-switch-selected-pressed-track-color:#f06292;
  --mdc-switch-selected-track-color:#f06292;
}
html .mat-mdc-slide-toggle.mat-warn {
  --mdc-switch-selected-focus-state-layer-color:#e53935;
  --mdc-switch-selected-handle-color:#e53935;
  --mdc-switch-selected-hover-state-layer-color:#e53935;
  --mdc-switch-selected-pressed-state-layer-color:#e53935;
  --mdc-switch-selected-focus-handle-color:#b71c1c;
  --mdc-switch-selected-hover-handle-color:#b71c1c;
  --mdc-switch-selected-pressed-handle-color:#b71c1c;
  --mdc-switch-selected-focus-track-color:#e57373;
  --mdc-switch-selected-hover-track-color:#e57373;
  --mdc-switch-selected-pressed-track-color:#e57373;
  --mdc-switch-selected-track-color:#e57373;
}
html {
  --mdc-switch-state-layer-size:40px;
}
html .mat-mdc-slide-toggle {
  --mat-switch-label-text-font:Roboto, sans-serif;
  --mat-switch-label-text-line-height:20px;
  --mat-switch-label-text-size:14px;
  --mat-switch-label-text-tracking:0.0178571429em;
  --mat-switch-label-text-weight:400;
}
html {
  --mdc-radio-disabled-selected-icon-opacity:0.38;
  --mdc-radio-disabled-unselected-icon-opacity:0.38;
  --mdc-radio-state-layer-size:40px;
}
.mat-mdc-radio-button.mat-primary {
  --mdc-radio-disabled-selected-icon-color:black;
  --mdc-radio-disabled-unselected-icon-color:black;
  --mdc-radio-unselected-hover-icon-color:#212121;
  --mdc-radio-unselected-focus-icon-color:#212121;
  --mdc-radio-unselected-icon-color:rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color:rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color:#3f51b5;
  --mdc-radio-selected-hover-icon-color:#3f51b5;
  --mdc-radio-selected-icon-color:#3f51b5;
  --mdc-radio-selected-pressed-icon-color:#3f51b5;
  --mat-radio-ripple-color:black;
  --mat-radio-checked-ripple-color:#3f51b5;
  --mat-radio-disabled-label-color:rgba(0, 0, 0, 0.38);
  --mat-radio-label-text-color:rgba(0, 0, 0, 0.87);
}
.mat-mdc-radio-button.mat-accent {
  --mdc-radio-disabled-selected-icon-color:black;
  --mdc-radio-disabled-unselected-icon-color:black;
  --mdc-radio-unselected-hover-icon-color:#212121;
  --mdc-radio-unselected-focus-icon-color:#212121;
  --mdc-radio-unselected-icon-color:rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color:rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color:#ff4081;
  --mdc-radio-selected-hover-icon-color:#ff4081;
  --mdc-radio-selected-icon-color:#ff4081;
  --mdc-radio-selected-pressed-icon-color:#ff4081;
  --mat-radio-ripple-color:black;
  --mat-radio-checked-ripple-color:#ff4081;
  --mat-radio-disabled-label-color:rgba(0, 0, 0, 0.38);
  --mat-radio-label-text-color:rgba(0, 0, 0, 0.87);
}
.mat-mdc-radio-button.mat-warn {
  --mdc-radio-disabled-selected-icon-color:black;
  --mdc-radio-disabled-unselected-icon-color:black;
  --mdc-radio-unselected-hover-icon-color:#212121;
  --mdc-radio-unselected-focus-icon-color:#212121;
  --mdc-radio-unselected-icon-color:rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color:rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color:#f44336;
  --mdc-radio-selected-hover-icon-color:#f44336;
  --mdc-radio-selected-icon-color:#f44336;
  --mdc-radio-selected-pressed-icon-color:#f44336;
  --mat-radio-ripple-color:black;
  --mat-radio-checked-ripple-color:#f44336;
  --mat-radio-disabled-label-color:rgba(0, 0, 0, 0.38);
  --mat-radio-label-text-color:rgba(0, 0, 0, 0.87);
}
html {
  --mdc-radio-state-layer-size:40px;
  --mat-radio-touch-target-display:block;
}
html {
  --mat-radio-label-text-font:Roboto, sans-serif;
  --mat-radio-label-text-line-height:20px;
  --mat-radio-label-text-size:14px;
  --mat-radio-label-text-tracking:0.0178571429em;
  --mat-radio-label-text-weight:400;
}
html {
  --mdc-slider-active-track-height:6px;
  --mdc-slider-active-track-shape:9999px;
  --mdc-slider-handle-height:20px;
  --mdc-slider-handle-shape:50%;
  --mdc-slider-handle-width:20px;
  --mdc-slider-inactive-track-height:4px;
  --mdc-slider-inactive-track-shape:9999px;
  --mdc-slider-with-overlap-handle-outline-width:1px;
  --mdc-slider-with-tick-marks-active-container-opacity:0.6;
  --mdc-slider-with-tick-marks-container-shape:50%;
  --mdc-slider-with-tick-marks-container-size:2px;
  --mdc-slider-with-tick-marks-inactive-container-opacity:0.6;
  --mdc-slider-handle-elevation:0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-slider-value-indicator-width:auto;
  --mat-slider-value-indicator-height:32px;
  --mat-slider-value-indicator-caret-display:block;
  --mat-slider-value-indicator-border-radius:4px;
  --mat-slider-value-indicator-padding:0 12px;
  --mat-slider-value-indicator-text-transform:none;
  --mat-slider-value-indicator-container-transform:translateX(-50%);
}
html {
  --mdc-slider-handle-color:#3f51b5;
  --mdc-slider-focus-handle-color:#3f51b5;
  --mdc-slider-hover-handle-color:#3f51b5;
  --mdc-slider-active-track-color:#3f51b5;
  --mdc-slider-inactive-track-color:#3f51b5;
  --mdc-slider-with-tick-marks-inactive-container-color:#3f51b5;
  --mdc-slider-with-tick-marks-active-container-color:white;
  --mdc-slider-disabled-active-track-color:#000;
  --mdc-slider-disabled-handle-color:#000;
  --mdc-slider-disabled-inactive-track-color:#000;
  --mdc-slider-label-container-color:#000;
  --mdc-slider-label-label-text-color:#fff;
  --mdc-slider-with-overlap-handle-outline-color:#fff;
  --mdc-slider-with-tick-marks-disabled-container-color:#000;
  --mat-slider-ripple-color:#3f51b5;
  --mat-slider-hover-state-layer-color:rgba(63, 81, 181, 0.05);
  --mat-slider-focus-state-layer-color:rgba(63, 81, 181, 0.2);
  --mat-slider-value-indicator-opacity:0.6;
}
html .mat-accent {
  --mdc-slider-handle-color:#ff4081;
  --mdc-slider-focus-handle-color:#ff4081;
  --mdc-slider-hover-handle-color:#ff4081;
  --mdc-slider-active-track-color:#ff4081;
  --mdc-slider-inactive-track-color:#ff4081;
  --mdc-slider-with-tick-marks-inactive-container-color:#ff4081;
  --mdc-slider-with-tick-marks-active-container-color:white;
  --mat-slider-ripple-color:#ff4081;
  --mat-slider-hover-state-layer-color:rgba(255, 64, 129, 0.05);
  --mat-slider-focus-state-layer-color:rgba(255, 64, 129, 0.2);
}
html .mat-warn {
  --mdc-slider-handle-color:#f44336;
  --mdc-slider-focus-handle-color:#f44336;
  --mdc-slider-hover-handle-color:#f44336;
  --mdc-slider-active-track-color:#f44336;
  --mdc-slider-inactive-track-color:#f44336;
  --mdc-slider-with-tick-marks-inactive-container-color:#f44336;
  --mdc-slider-with-tick-marks-active-container-color:white;
  --mat-slider-ripple-color:#f44336;
  --mat-slider-hover-state-layer-color:rgba(244, 67, 54, 0.05);
  --mat-slider-focus-state-layer-color:rgba(244, 67, 54, 0.2);
}
html {
  --mdc-slider-label-label-text-font:Roboto, sans-serif;
  --mdc-slider-label-label-text-size:14px;
  --mdc-slider-label-label-text-line-height:22px;
  --mdc-slider-label-label-text-tracking:0.0071428571em;
  --mdc-slider-label-label-text-weight:500;
}
html {
  --mat-menu-container-shape:4px;
  --mat-menu-divider-bottom-spacing:0;
  --mat-menu-divider-top-spacing:0;
  --mat-menu-item-spacing:16px;
  --mat-menu-item-icon-size:24px;
  --mat-menu-item-leading-spacing:16px;
  --mat-menu-item-trailing-spacing:16px;
  --mat-menu-item-with-icon-leading-spacing:16px;
  --mat-menu-item-with-icon-trailing-spacing:16px;
  --mat-menu-base-elevation-level:8;
}
html {
  --mat-menu-item-label-text-color:rgba(0, 0, 0, 0.87);
  --mat-menu-item-icon-color:rgba(0, 0, 0, 0.87);
  --mat-menu-item-hover-state-layer-color:rgba(0, 0, 0, 0.04);
  --mat-menu-item-focus-state-layer-color:rgba(0, 0, 0, 0.04);
  --mat-menu-container-color:white;
  --mat-menu-divider-color:rgba(0, 0, 0, 0.12);
}
html {
  --mat-menu-item-label-text-font:Roboto, sans-serif;
  --mat-menu-item-label-text-size:16px;
  --mat-menu-item-label-text-tracking:0.03125em;
  --mat-menu-item-label-text-line-height:24px;
  --mat-menu-item-label-text-weight:400;
}
html {
  --mdc-list-list-item-container-shape:0;
  --mdc-list-list-item-leading-avatar-shape:50%;
  --mdc-list-list-item-container-color:transparent;
  --mdc-list-list-item-selected-container-color:transparent;
  --mdc-list-list-item-leading-avatar-color:transparent;
  --mdc-list-list-item-leading-icon-size:24px;
  --mdc-list-list-item-leading-avatar-size:40px;
  --mdc-list-list-item-trailing-icon-size:24px;
  --mdc-list-list-item-disabled-state-layer-color:transparent;
  --mdc-list-list-item-disabled-state-layer-opacity:0;
  --mdc-list-list-item-disabled-label-text-opacity:0.38;
  --mdc-list-list-item-disabled-leading-icon-opacity:0.38;
  --mdc-list-list-item-disabled-trailing-icon-opacity:0.38;
  --mat-list-active-indicator-color:transparent;
  --mat-list-active-indicator-shape:4px;
}
html {
  --mdc-list-list-item-label-text-color:rgba(0, 0, 0, 0.87);
  --mdc-list-list-item-supporting-text-color:rgba(0, 0, 0, 0.54);
  --mdc-list-list-item-leading-icon-color:rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-trailing-supporting-text-color:rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-trailing-icon-color:rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-selected-trailing-icon-color:rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-disabled-label-text-color:black;
  --mdc-list-list-item-disabled-leading-icon-color:black;
  --mdc-list-list-item-disabled-trailing-icon-color:black;
  --mdc-list-list-item-hover-label-text-color:rgba(0, 0, 0, 0.87);
  --mdc-list-list-item-hover-leading-icon-color:rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-hover-trailing-icon-color:rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-focus-label-text-color:rgba(0, 0, 0, 0.87);
  --mdc-list-list-item-hover-state-layer-color:black;
  --mdc-list-list-item-hover-state-layer-opacity:0.04;
  --mdc-list-list-item-focus-state-layer-color:black;
  --mdc-list-list-item-focus-state-layer-opacity:0.12;
}
.mdc-list-item__start,
.mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color:black;
  --mdc-radio-disabled-unselected-icon-color:black;
  --mdc-radio-unselected-hover-icon-color:#212121;
  --mdc-radio-unselected-focus-icon-color:#212121;
  --mdc-radio-unselected-icon-color:rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color:rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color:#3f51b5;
  --mdc-radio-selected-hover-icon-color:#3f51b5;
  --mdc-radio-selected-icon-color:#3f51b5;
  --mdc-radio-selected-pressed-icon-color:#3f51b5;
}
.mat-accent .mdc-list-item__start,
.mat-accent .mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color:black;
  --mdc-radio-disabled-unselected-icon-color:black;
  --mdc-radio-unselected-hover-icon-color:#212121;
  --mdc-radio-unselected-focus-icon-color:#212121;
  --mdc-radio-unselected-icon-color:rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color:rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color:#ff4081;
  --mdc-radio-selected-hover-icon-color:#ff4081;
  --mdc-radio-selected-icon-color:#ff4081;
  --mdc-radio-selected-pressed-icon-color:#ff4081;
}
.mat-warn .mdc-list-item__start,
.mat-warn .mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color:black;
  --mdc-radio-disabled-unselected-icon-color:black;
  --mdc-radio-unselected-hover-icon-color:#212121;
  --mdc-radio-unselected-focus-icon-color:#212121;
  --mdc-radio-unselected-icon-color:rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color:rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color:#f44336;
  --mdc-radio-selected-hover-icon-color:#f44336;
  --mdc-radio-selected-icon-color:#f44336;
  --mdc-radio-selected-pressed-icon-color:#f44336;
}
.mat-mdc-list-option {
  --mdc-checkbox-disabled-selected-icon-color:rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color:rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-checkmark-color:white;
  --mdc-checkbox-selected-focus-icon-color:#3f51b5;
  --mdc-checkbox-selected-hover-icon-color:#3f51b5;
  --mdc-checkbox-selected-icon-color:#3f51b5;
  --mdc-checkbox-selected-pressed-icon-color:#3f51b5;
  --mdc-checkbox-unselected-focus-icon-color:#212121;
  --mdc-checkbox-unselected-hover-icon-color:#212121;
  --mdc-checkbox-unselected-icon-color:rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color:#3f51b5;
  --mdc-checkbox-selected-hover-state-layer-color:#3f51b5;
  --mdc-checkbox-selected-pressed-state-layer-color:#3f51b5;
  --mdc-checkbox-unselected-focus-state-layer-color:black;
  --mdc-checkbox-unselected-hover-state-layer-color:black;
  --mdc-checkbox-unselected-pressed-state-layer-color:black;
}
.mat-mdc-list-option.mat-accent {
  --mdc-checkbox-disabled-selected-icon-color:rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color:rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-checkmark-color:white;
  --mdc-checkbox-selected-focus-icon-color:#ff4081;
  --mdc-checkbox-selected-hover-icon-color:#ff4081;
  --mdc-checkbox-selected-icon-color:#ff4081;
  --mdc-checkbox-selected-pressed-icon-color:#ff4081;
  --mdc-checkbox-unselected-focus-icon-color:#212121;
  --mdc-checkbox-unselected-hover-icon-color:#212121;
  --mdc-checkbox-unselected-icon-color:rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color:#ff4081;
  --mdc-checkbox-selected-hover-state-layer-color:#ff4081;
  --mdc-checkbox-selected-pressed-state-layer-color:#ff4081;
  --mdc-checkbox-unselected-focus-state-layer-color:black;
  --mdc-checkbox-unselected-hover-state-layer-color:black;
  --mdc-checkbox-unselected-pressed-state-layer-color:black;
}
.mat-mdc-list-option.mat-warn {
  --mdc-checkbox-disabled-selected-icon-color:rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color:rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-checkmark-color:white;
  --mdc-checkbox-selected-focus-icon-color:#f44336;
  --mdc-checkbox-selected-hover-icon-color:#f44336;
  --mdc-checkbox-selected-icon-color:#f44336;
  --mdc-checkbox-selected-pressed-icon-color:#f44336;
  --mdc-checkbox-unselected-focus-icon-color:#212121;
  --mdc-checkbox-unselected-hover-icon-color:#212121;
  --mdc-checkbox-unselected-icon-color:rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color:#f44336;
  --mdc-checkbox-selected-hover-state-layer-color:#f44336;
  --mdc-checkbox-selected-pressed-state-layer-color:#f44336;
  --mdc-checkbox-unselected-focus-state-layer-color:black;
  --mdc-checkbox-unselected-hover-state-layer-color:black;
  --mdc-checkbox-unselected-pressed-state-layer-color:black;
}
.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__primary-text,
.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__start,
.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__primary-text,
.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__start {
  color: #3f51b5;
}
.mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__start,
.mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__content,
.mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__end {
  opacity: 1;
}
html {
  --mdc-list-list-item-one-line-container-height:48px;
  --mdc-list-list-item-two-line-container-height:64px;
  --mdc-list-list-item-three-line-container-height:88px;
  --mat-list-list-item-leading-icon-start-space:16px;
  --mat-list-list-item-leading-icon-end-space:32px;
}
.mdc-list-item__start,
.mdc-list-item__end {
  --mdc-radio-state-layer-size:40px;
}
.mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-one-line,
.mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-one-line,
.mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-one-line {
  height: 56px;
}
.mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-two-lines,
.mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-two-lines,
.mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-two-lines {
  height: 72px;
}
html {
  --mdc-list-list-item-label-text-font:Roboto, sans-serif;
  --mdc-list-list-item-label-text-line-height:24px;
  --mdc-list-list-item-label-text-size:16px;
  --mdc-list-list-item-label-text-tracking:0.03125em;
  --mdc-list-list-item-label-text-weight:400;
  --mdc-list-list-item-supporting-text-font:Roboto, sans-serif;
  --mdc-list-list-item-supporting-text-line-height:20px;
  --mdc-list-list-item-supporting-text-size:14px;
  --mdc-list-list-item-supporting-text-tracking:0.0178571429em;
  --mdc-list-list-item-supporting-text-weight:400;
  --mdc-list-list-item-trailing-supporting-text-font:Roboto, sans-serif;
  --mdc-list-list-item-trailing-supporting-text-line-height:20px;
  --mdc-list-list-item-trailing-supporting-text-size:12px;
  --mdc-list-list-item-trailing-supporting-text-tracking:0.0333333333em;
  --mdc-list-list-item-trailing-supporting-text-weight:400;
}
.mdc-list-group__subheader {
  font: 400 16px/28px Roboto, sans-serif;
  letter-spacing: .009375em;
}
html {
  --mat-paginator-container-text-color:rgba(0, 0, 0, 0.87);
  --mat-paginator-container-background-color:white;
  --mat-paginator-enabled-icon-color:rgba(0, 0, 0, 0.54);
  --mat-paginator-disabled-icon-color:rgba(0, 0, 0, 0.12);
}
html {
  --mat-paginator-container-size:56px;
  --mat-paginator-form-field-container-height:40px;
  --mat-paginator-form-field-container-vertical-padding:8px;
  --mat-paginator-touch-target-display:block;
}
html {
  --mat-paginator-container-text-font:Roboto, sans-serif;
  --mat-paginator-container-text-line-height:20px;
  --mat-paginator-container-text-size:12px;
  --mat-paginator-container-text-tracking:0.0333333333em;
  --mat-paginator-container-text-weight:400;
  --mat-paginator-select-trigger-text-size:12px;
}
html {
  --mdc-secondary-navigation-tab-container-height:48px;
  --mdc-tab-indicator-active-indicator-height:2px;
  --mdc-tab-indicator-active-indicator-shape:0;
  --mat-tab-header-divider-color:transparent;
  --mat-tab-header-divider-height:0;
}
.mat-mdc-tab-group,
.mat-mdc-tab-nav-bar {
  --mdc-tab-indicator-active-indicator-color:#3f51b5;
  --mat-tab-header-disabled-ripple-color:rgba(0, 0, 0, 0.38);
  --mat-tab-header-pagination-icon-color:black;
  --mat-tab-header-inactive-label-text-color:rgba(0, 0, 0, 0.6);
  --mat-tab-header-active-label-text-color:#3f51b5;
  --mat-tab-header-active-ripple-color:#3f51b5;
  --mat-tab-header-inactive-ripple-color:#3f51b5;
  --mat-tab-header-inactive-focus-label-text-color:rgba(0, 0, 0, 0.6);
  --mat-tab-header-inactive-hover-label-text-color:rgba(0, 0, 0, 0.6);
  --mat-tab-header-active-focus-label-text-color:#3f51b5;
  --mat-tab-header-active-hover-label-text-color:#3f51b5;
  --mat-tab-header-active-focus-indicator-color:#3f51b5;
  --mat-tab-header-active-hover-indicator-color:#3f51b5;
}
.mat-mdc-tab-group.mat-accent,
.mat-mdc-tab-nav-bar.mat-accent {
  --mdc-tab-indicator-active-indicator-color:#ff4081;
  --mat-tab-header-disabled-ripple-color:rgba(0, 0, 0, 0.38);
  --mat-tab-header-pagination-icon-color:black;
  --mat-tab-header-inactive-label-text-color:rgba(0, 0, 0, 0.6);
  --mat-tab-header-active-label-text-color:#ff4081;
  --mat-tab-header-active-ripple-color:#ff4081;
  --mat-tab-header-inactive-ripple-color:#ff4081;
  --mat-tab-header-inactive-focus-label-text-color:rgba(0, 0, 0, 0.6);
  --mat-tab-header-inactive-hover-label-text-color:rgba(0, 0, 0, 0.6);
  --mat-tab-header-active-focus-label-text-color:#ff4081;
  --mat-tab-header-active-hover-label-text-color:#ff4081;
  --mat-tab-header-active-focus-indicator-color:#ff4081;
  --mat-tab-header-active-hover-indicator-color:#ff4081;
}
.mat-mdc-tab-group.mat-warn,
.mat-mdc-tab-nav-bar.mat-warn {
  --mdc-tab-indicator-active-indicator-color:#f44336;
  --mat-tab-header-disabled-ripple-color:rgba(0, 0, 0, 0.38);
  --mat-tab-header-pagination-icon-color:black;
  --mat-tab-header-inactive-label-text-color:rgba(0, 0, 0, 0.6);
  --mat-tab-header-active-label-text-color:#f44336;
  --mat-tab-header-active-ripple-color:#f44336;
  --mat-tab-header-inactive-ripple-color:#f44336;
  --mat-tab-header-inactive-focus-label-text-color:rgba(0, 0, 0, 0.6);
  --mat-tab-header-inactive-hover-label-text-color:rgba(0, 0, 0, 0.6);
  --mat-tab-header-active-focus-label-text-color:#f44336;
  --mat-tab-header-active-hover-label-text-color:#f44336;
  --mat-tab-header-active-focus-indicator-color:#f44336;
  --mat-tab-header-active-hover-indicator-color:#f44336;
}
.mat-mdc-tab-group.mat-background-primary,
.mat-mdc-tab-nav-bar.mat-background-primary {
  --mat-tab-header-with-background-background-color:#3f51b5;
  --mat-tab-header-with-background-foreground-color:white;
}
.mat-mdc-tab-group.mat-background-accent,
.mat-mdc-tab-nav-bar.mat-background-accent {
  --mat-tab-header-with-background-background-color:#ff4081;
  --mat-tab-header-with-background-foreground-color:white;
}
.mat-mdc-tab-group.mat-background-warn,
.mat-mdc-tab-nav-bar.mat-background-warn {
  --mat-tab-header-with-background-background-color:#f44336;
  --mat-tab-header-with-background-foreground-color:white;
}
.mat-mdc-tab-header {
  --mdc-secondary-navigation-tab-container-height:48px;
}
.mat-mdc-tab-header {
  --mat-tab-header-label-text-font:Roboto, sans-serif;
  --mat-tab-header-label-text-size:14px;
  --mat-tab-header-label-text-tracking:0.0892857143em;
  --mat-tab-header-label-text-line-height:36px;
  --mat-tab-header-label-text-weight:500;
}
html {
  --mdc-checkbox-disabled-selected-checkmark-color:#fff;
  --mdc-checkbox-selected-focus-state-layer-opacity:0.16;
  --mdc-checkbox-selected-hover-state-layer-opacity:0.04;
  --mdc-checkbox-selected-pressed-state-layer-opacity:0.16;
  --mdc-checkbox-unselected-focus-state-layer-opacity:0.16;
  --mdc-checkbox-unselected-hover-state-layer-opacity:0.04;
  --mdc-checkbox-unselected-pressed-state-layer-opacity:0.16;
}
html {
  --mdc-checkbox-disabled-selected-icon-color:rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color:rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-checkmark-color:white;
  --mdc-checkbox-selected-focus-icon-color:#ff4081;
  --mdc-checkbox-selected-hover-icon-color:#ff4081;
  --mdc-checkbox-selected-icon-color:#ff4081;
  --mdc-checkbox-selected-pressed-icon-color:#ff4081;
  --mdc-checkbox-unselected-focus-icon-color:#212121;
  --mdc-checkbox-unselected-hover-icon-color:#212121;
  --mdc-checkbox-unselected-icon-color:rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color:#ff4081;
  --mdc-checkbox-selected-hover-state-layer-color:#ff4081;
  --mdc-checkbox-selected-pressed-state-layer-color:#ff4081;
  --mdc-checkbox-unselected-focus-state-layer-color:black;
  --mdc-checkbox-unselected-hover-state-layer-color:black;
  --mdc-checkbox-unselected-pressed-state-layer-color:black;
  --mat-checkbox-disabled-label-color:rgba(0, 0, 0, 0.38);
  --mat-checkbox-label-text-color:rgba(0, 0, 0, 0.87);
}
.mat-mdc-checkbox.mat-primary {
  --mdc-checkbox-disabled-selected-icon-color:rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color:rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-checkmark-color:white;
  --mdc-checkbox-selected-focus-icon-color:#3f51b5;
  --mdc-checkbox-selected-hover-icon-color:#3f51b5;
  --mdc-checkbox-selected-icon-color:#3f51b5;
  --mdc-checkbox-selected-pressed-icon-color:#3f51b5;
  --mdc-checkbox-unselected-focus-icon-color:#212121;
  --mdc-checkbox-unselected-hover-icon-color:#212121;
  --mdc-checkbox-unselected-icon-color:rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color:#3f51b5;
  --mdc-checkbox-selected-hover-state-layer-color:#3f51b5;
  --mdc-checkbox-selected-pressed-state-layer-color:#3f51b5;
  --mdc-checkbox-unselected-focus-state-layer-color:black;
  --mdc-checkbox-unselected-hover-state-layer-color:black;
  --mdc-checkbox-unselected-pressed-state-layer-color:black;
}
.mat-mdc-checkbox.mat-warn {
  --mdc-checkbox-disabled-selected-icon-color:rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color:rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-checkmark-color:white;
  --mdc-checkbox-selected-focus-icon-color:#f44336;
  --mdc-checkbox-selected-hover-icon-color:#f44336;
  --mdc-checkbox-selected-icon-color:#f44336;
  --mdc-checkbox-selected-pressed-icon-color:#f44336;
  --mdc-checkbox-unselected-focus-icon-color:#212121;
  --mdc-checkbox-unselected-hover-icon-color:#212121;
  --mdc-checkbox-unselected-icon-color:rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color:#f44336;
  --mdc-checkbox-selected-hover-state-layer-color:#f44336;
  --mdc-checkbox-selected-pressed-state-layer-color:#f44336;
  --mdc-checkbox-unselected-focus-state-layer-color:black;
  --mdc-checkbox-unselected-hover-state-layer-color:black;
  --mdc-checkbox-unselected-pressed-state-layer-color:black;
}
html {
  --mdc-checkbox-state-layer-size:40px;
  --mat-checkbox-touch-target-display:block;
}
html {
  --mat-checkbox-label-text-font:Roboto, sans-serif;
  --mat-checkbox-label-text-line-height:20px;
  --mat-checkbox-label-text-size:14px;
  --mat-checkbox-label-text-tracking:0.0178571429em;
  --mat-checkbox-label-text-weight:400;
}
html {
  --mdc-text-button-container-shape:4px;
  --mdc-text-button-keep-touch-target:false;
  --mdc-filled-button-container-shape:4px;
  --mdc-filled-button-keep-touch-target:false;
  --mdc-protected-button-container-shape:4px;
  --mdc-protected-button-container-elevation-shadow:0px 3px 1px -2px rgba(0, 0, 0, 0.2),
    0px 2px 2px 0px rgba(0, 0, 0, 0.14),
    0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-disabled-container-elevation-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-focus-container-elevation-shadow:0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-hover-container-elevation-shadow:0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-pressed-container-elevation-shadow:0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-outlined-button-keep-touch-target:false;
  --mdc-outlined-button-outline-width:1px;
  --mdc-outlined-button-container-shape:4px;
  --mat-text-button-horizontal-padding:8px;
  --mat-text-button-with-icon-horizontal-padding:8px;
  --mat-text-button-icon-spacing:8px;
  --mat-text-button-icon-offset:0;
  --mat-filled-button-horizontal-padding:16px;
  --mat-filled-button-icon-spacing:8px;
  --mat-filled-button-icon-offset:-4px;
  --mat-protected-button-horizontal-padding:16px;
  --mat-protected-button-icon-spacing:8px;
  --mat-protected-button-icon-offset:-4px;
  --mat-outlined-button-horizontal-padding:15px;
  --mat-outlined-button-icon-spacing:8px;
  --mat-outlined-button-icon-offset:-4px;
}
html {
  --mdc-text-button-label-text-color:black;
  --mdc-text-button-disabled-label-text-color:rgba(0, 0, 0, 0.38);
  --mat-text-button-state-layer-color:black;
  --mat-text-button-disabled-state-layer-color:black;
  --mat-text-button-ripple-color:rgba(0, 0, 0, 0.1);
  --mat-text-button-hover-state-layer-opacity:0.04;
  --mat-text-button-focus-state-layer-opacity:0.12;
  --mat-text-button-pressed-state-layer-opacity:0.12;
  --mdc-filled-button-container-color:white;
  --mdc-filled-button-label-text-color:black;
  --mdc-filled-button-disabled-container-color:rgba(0, 0, 0, 0.12);
  --mdc-filled-button-disabled-label-text-color:rgba(0, 0, 0, 0.38);
  --mat-filled-button-state-layer-color:black;
  --mat-filled-button-disabled-state-layer-color:black;
  --mat-filled-button-ripple-color:rgba(0, 0, 0, 0.1);
  --mat-filled-button-hover-state-layer-opacity:0.04;
  --mat-filled-button-focus-state-layer-opacity:0.12;
  --mat-filled-button-pressed-state-layer-opacity:0.12;
  --mdc-protected-button-container-color:white;
  --mdc-protected-button-label-text-color:black;
  --mdc-protected-button-disabled-container-color:rgba(0, 0, 0, 0.12);
  --mdc-protected-button-disabled-label-text-color:rgba(0, 0, 0, 0.38);
  --mat-protected-button-state-layer-color:black;
  --mat-protected-button-disabled-state-layer-color:black;
  --mat-protected-button-ripple-color:rgba(0, 0, 0, 0.1);
  --mat-protected-button-hover-state-layer-opacity:0.04;
  --mat-protected-button-focus-state-layer-opacity:0.12;
  --mat-protected-button-pressed-state-layer-opacity:0.12;
  --mdc-outlined-button-disabled-outline-color:rgba(0, 0, 0, 0.12);
  --mdc-outlined-button-disabled-label-text-color:rgba(0, 0, 0, 0.38);
  --mdc-outlined-button-label-text-color:black;
  --mdc-outlined-button-outline-color:rgba(0, 0, 0, 0.12);
  --mat-outlined-button-state-layer-color:black;
  --mat-outlined-button-disabled-state-layer-color:black;
  --mat-outlined-button-ripple-color:rgba(0, 0, 0, 0.1);
  --mat-outlined-button-hover-state-layer-opacity:0.04;
  --mat-outlined-button-focus-state-layer-opacity:0.12;
  --mat-outlined-button-pressed-state-layer-opacity:0.12;
}
.mat-mdc-button.mat-primary {
  --mdc-text-button-label-text-color:#3f51b5;
  --mat-text-button-state-layer-color:#3f51b5;
  --mat-text-button-ripple-color:rgba(63, 81, 181, 0.1);
}
.mat-mdc-button.mat-accent {
  --mdc-text-button-label-text-color:#ff4081;
  --mat-text-button-state-layer-color:#ff4081;
  --mat-text-button-ripple-color:rgba(255, 64, 129, 0.1);
}
.mat-mdc-button.mat-warn {
  --mdc-text-button-label-text-color:#f44336;
  --mat-text-button-state-layer-color:#f44336;
  --mat-text-button-ripple-color:rgba(244, 67, 54, 0.1);
}
.mat-mdc-unelevated-button.mat-primary {
  --mdc-filled-button-container-color:#3f51b5;
  --mdc-filled-button-label-text-color:white;
  --mat-filled-button-state-layer-color:white;
  --mat-filled-button-ripple-color:rgba(255, 255, 255, 0.1);
}
.mat-mdc-unelevated-button.mat-accent {
  --mdc-filled-button-container-color:#ff4081;
  --mdc-filled-button-label-text-color:white;
  --mat-filled-button-state-layer-color:white;
  --mat-filled-button-ripple-color:rgba(255, 255, 255, 0.1);
}
.mat-mdc-unelevated-button.mat-warn {
  --mdc-filled-button-container-color:#f44336;
  --mdc-filled-button-label-text-color:white;
  --mat-filled-button-state-layer-color:white;
  --mat-filled-button-ripple-color:rgba(255, 255, 255, 0.1);
}
.mat-mdc-raised-button.mat-primary {
  --mdc-protected-button-container-color:#3f51b5;
  --mdc-protected-button-label-text-color:white;
  --mat-protected-button-state-layer-color:white;
  --mat-protected-button-ripple-color:rgba(255, 255, 255, 0.1);
}
.mat-mdc-raised-button.mat-accent {
  --mdc-protected-button-container-color:#ff4081;
  --mdc-protected-button-label-text-color:white;
  --mat-protected-button-state-layer-color:white;
  --mat-protected-button-ripple-color:rgba(255, 255, 255, 0.1);
}
.mat-mdc-raised-button.mat-warn {
  --mdc-protected-button-container-color:#f44336;
  --mdc-protected-button-label-text-color:white;
  --mat-protected-button-state-layer-color:white;
  --mat-protected-button-ripple-color:rgba(255, 255, 255, 0.1);
}
.mat-mdc-outlined-button.mat-primary {
  --mdc-outlined-button-label-text-color:#3f51b5;
  --mdc-outlined-button-outline-color:rgba(0, 0, 0, 0.12);
  --mat-outlined-button-state-layer-color:#3f51b5;
  --mat-outlined-button-ripple-color:rgba(63, 81, 181, 0.1);
}
.mat-mdc-outlined-button.mat-accent {
  --mdc-outlined-button-label-text-color:#ff4081;
  --mdc-outlined-button-outline-color:rgba(0, 0, 0, 0.12);
  --mat-outlined-button-state-layer-color:#ff4081;
  --mat-outlined-button-ripple-color:rgba(255, 64, 129, 0.1);
}
.mat-mdc-outlined-button.mat-warn {
  --mdc-outlined-button-label-text-color:#f44336;
  --mdc-outlined-button-outline-color:rgba(0, 0, 0, 0.12);
  --mat-outlined-button-state-layer-color:#f44336;
  --mat-outlined-button-ripple-color:rgba(244, 67, 54, 0.1);
}
html {
  --mdc-text-button-container-height:36px;
  --mdc-filled-button-container-height:36px;
  --mdc-protected-button-container-height:36px;
  --mdc-outlined-button-container-height:36px;
  --mat-text-button-touch-target-display:block;
  --mat-filled-button-touch-target-display:block;
  --mat-protected-button-touch-target-display:block;
  --mat-outlined-button-touch-target-display:block;
}
html {
  --mdc-text-button-label-text-font:Roboto, sans-serif;
  --mdc-text-button-label-text-size:14px;
  --mdc-text-button-label-text-tracking:0.0892857143em;
  --mdc-text-button-label-text-weight:500;
  --mdc-text-button-label-text-transform:none;
  --mdc-filled-button-label-text-font:Roboto, sans-serif;
  --mdc-filled-button-label-text-size:14px;
  --mdc-filled-button-label-text-tracking:0.0892857143em;
  --mdc-filled-button-label-text-weight:500;
  --mdc-filled-button-label-text-transform:none;
  --mdc-protected-button-label-text-font:Roboto, sans-serif;
  --mdc-protected-button-label-text-size:14px;
  --mdc-protected-button-label-text-tracking:0.0892857143em;
  --mdc-protected-button-label-text-weight:500;
  --mdc-protected-button-label-text-transform:none;
  --mdc-outlined-button-label-text-font:Roboto, sans-serif;
  --mdc-outlined-button-label-text-size:14px;
  --mdc-outlined-button-label-text-tracking:0.0892857143em;
  --mdc-outlined-button-label-text-weight:500;
  --mdc-outlined-button-label-text-transform:none;
}
html {
  --mdc-icon-button-icon-size:24px;
}
html {
  --mdc-icon-button-icon-color:inherit;
  --mdc-icon-button-disabled-icon-color:rgba(0, 0, 0, 0.38);
  --mat-icon-button-state-layer-color:black;
  --mat-icon-button-disabled-state-layer-color:black;
  --mat-icon-button-ripple-color:rgba(0, 0, 0, 0.1);
  --mat-icon-button-hover-state-layer-opacity:0.04;
  --mat-icon-button-focus-state-layer-opacity:0.12;
  --mat-icon-button-pressed-state-layer-opacity:0.12;
}
html .mat-mdc-icon-button.mat-primary {
  --mdc-icon-button-icon-color:#3f51b5;
  --mat-icon-button-state-layer-color:#3f51b5;
  --mat-icon-button-ripple-color:rgba(63, 81, 181, 0.1);
}
html .mat-mdc-icon-button.mat-accent {
  --mdc-icon-button-icon-color:#ff4081;
  --mat-icon-button-state-layer-color:#ff4081;
  --mat-icon-button-ripple-color:rgba(255, 64, 129, 0.1);
}
html .mat-mdc-icon-button.mat-warn {
  --mdc-icon-button-icon-color:#f44336;
  --mat-icon-button-state-layer-color:#f44336;
  --mat-icon-button-ripple-color:rgba(244, 67, 54, 0.1);
}
html {
  --mat-icon-button-touch-target-display:block;
}
.mat-mdc-icon-button.mat-mdc-button-base {
  --mdc-icon-button-state-layer-size: 48px;
  width: var(--mdc-icon-button-state-layer-size);
  height: var(--mdc-icon-button-state-layer-size);
  padding: 12px;
}
html {
  --mdc-fab-container-shape:50%;
  --mdc-fab-container-elevation-shadow:0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mdc-fab-focus-container-elevation-shadow:0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-fab-hover-container-elevation-shadow:0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-fab-pressed-container-elevation-shadow:0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mdc-fab-small-container-shape:50%;
  --mdc-fab-small-container-elevation-shadow:0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mdc-fab-small-focus-container-elevation-shadow:0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-fab-small-hover-container-elevation-shadow:0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-fab-small-pressed-container-elevation-shadow:0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mdc-extended-fab-container-height:48px;
  --mdc-extended-fab-container-shape:24px;
  --mdc-extended-fab-container-elevation-shadow:0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mdc-extended-fab-focus-container-elevation-shadow:0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-extended-fab-hover-container-elevation-shadow:0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-extended-fab-pressed-container-elevation-shadow:0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
}
html {
  --mdc-fab-container-color:white;
  --mat-fab-foreground-color:black;
  --mat-fab-state-layer-color:black;
  --mat-fab-disabled-state-layer-color:black;
  --mat-fab-ripple-color:rgba(0, 0, 0, 0.1);
  --mat-fab-hover-state-layer-opacity:0.04;
  --mat-fab-focus-state-layer-opacity:0.12;
  --mat-fab-pressed-state-layer-opacity:0.12;
  --mat-fab-disabled-state-container-color:rgba(0, 0, 0, 0.12);
  --mat-fab-disabled-state-foreground-color:rgba(0, 0, 0, 0.38);
  --mdc-fab-small-container-color:white;
  --mat-fab-small-foreground-color:black;
  --mat-fab-small-state-layer-color:black;
  --mat-fab-small-disabled-state-layer-color:black;
  --mat-fab-small-ripple-color:rgba(0, 0, 0, 0.1);
  --mat-fab-small-hover-state-layer-opacity:0.04;
  --mat-fab-small-focus-state-layer-opacity:0.12;
  --mat-fab-small-pressed-state-layer-opacity:0.12;
  --mat-fab-small-disabled-state-container-color:rgba(0, 0, 0, 0.12);
  --mat-fab-small-disabled-state-foreground-color:rgba(0, 0, 0, 0.38);
}
html .mat-mdc-fab.mat-primary {
  --mdc-fab-container-color:#3f51b5;
  --mat-fab-foreground-color:white;
  --mat-fab-state-layer-color:white;
  --mat-fab-ripple-color:rgba(255, 255, 255, 0.1);
}
html .mat-mdc-fab.mat-accent {
  --mdc-fab-container-color:#ff4081;
  --mat-fab-foreground-color:white;
  --mat-fab-state-layer-color:white;
  --mat-fab-ripple-color:rgba(255, 255, 255, 0.1);
}
html .mat-mdc-fab.mat-warn {
  --mdc-fab-container-color:#f44336;
  --mat-fab-foreground-color:white;
  --mat-fab-state-layer-color:white;
  --mat-fab-ripple-color:rgba(255, 255, 255, 0.1);
}
html .mat-mdc-mini-fab.mat-primary {
  --mdc-fab-small-container-color:#3f51b5;
  --mat-fab-small-foreground-color:white;
  --mat-fab-small-state-layer-color:white;
  --mat-fab-small-ripple-color:rgba(255, 255, 255, 0.1);
}
html .mat-mdc-mini-fab.mat-accent {
  --mdc-fab-small-container-color:#ff4081;
  --mat-fab-small-foreground-color:white;
  --mat-fab-small-state-layer-color:white;
  --mat-fab-small-ripple-color:rgba(255, 255, 255, 0.1);
}
html .mat-mdc-mini-fab.mat-warn {
  --mdc-fab-small-container-color:#f44336;
  --mat-fab-small-foreground-color:white;
  --mat-fab-small-state-layer-color:white;
  --mat-fab-small-ripple-color:rgba(255, 255, 255, 0.1);
}
html {
  --mat-fab-touch-target-display:block;
  --mat-fab-small-touch-target-display:block;
}
html {
  --mdc-extended-fab-label-text-font:Roboto, sans-serif;
  --mdc-extended-fab-label-text-size:14px;
  --mdc-extended-fab-label-text-tracking:0.0892857143em;
  --mdc-extended-fab-label-text-weight:500;
}
html {
  --mdc-snackbar-container-shape:4px;
}
html {
  --mdc-snackbar-container-color:#333333;
  --mdc-snackbar-supporting-text-color:rgba(255, 255, 255, 0.87);
  --mat-snack-bar-button-color:#ff4081;
}
html {
  --mdc-snackbar-supporting-text-font:Roboto, sans-serif;
  --mdc-snackbar-supporting-text-line-height:20px;
  --mdc-snackbar-supporting-text-size:14px;
  --mdc-snackbar-supporting-text-weight:400;
}
html {
  --mat-table-row-item-outline-width:1px;
}
html {
  --mat-table-background-color:white;
  --mat-table-header-headline-color:rgba(0, 0, 0, 0.87);
  --mat-table-row-item-label-text-color:rgba(0, 0, 0, 0.87);
  --mat-table-row-item-outline-color:rgba(0, 0, 0, 0.12);
}
html {
  --mat-table-header-container-height:56px;
  --mat-table-footer-container-height:52px;
  --mat-table-row-item-container-height:52px;
}
html {
  --mat-table-header-headline-font:Roboto, sans-serif;
  --mat-table-header-headline-line-height:22px;
  --mat-table-header-headline-size:14px;
  --mat-table-header-headline-weight:500;
  --mat-table-header-headline-tracking:0.0071428571em;
  --mat-table-row-item-label-text-font:Roboto, sans-serif;
  --mat-table-row-item-label-text-line-height:20px;
  --mat-table-row-item-label-text-size:14px;
  --mat-table-row-item-label-text-weight:400;
  --mat-table-row-item-label-text-tracking:0.0178571429em;
  --mat-table-footer-supporting-text-font:Roboto, sans-serif;
  --mat-table-footer-supporting-text-line-height:20px;
  --mat-table-footer-supporting-text-size:14px;
  --mat-table-footer-supporting-text-weight:400;
  --mat-table-footer-supporting-text-tracking:0.0178571429em;
}
html {
  --mdc-circular-progress-active-indicator-width:4px;
  --mdc-circular-progress-size:48px;
}
html {
  --mdc-circular-progress-active-indicator-color:#3f51b5;
}
html .mat-accent {
  --mdc-circular-progress-active-indicator-color:#ff4081;
}
html .mat-warn {
  --mdc-circular-progress-active-indicator-color:#f44336;
}
html {
  --mat-badge-container-shape:50%;
  --mat-badge-container-size:unset;
  --mat-badge-small-size-container-size:unset;
  --mat-badge-large-size-container-size:unset;
  --mat-badge-legacy-container-size:22px;
  --mat-badge-legacy-small-size-container-size:16px;
  --mat-badge-legacy-large-size-container-size:28px;
  --mat-badge-container-offset:-11px 0;
  --mat-badge-small-size-container-offset:-8px 0;
  --mat-badge-large-size-container-offset:-14px 0;
  --mat-badge-container-overlap-offset:-11px;
  --mat-badge-small-size-container-overlap-offset:-8px;
  --mat-badge-large-size-container-overlap-offset:-14px;
  --mat-badge-container-padding:0;
  --mat-badge-small-size-container-padding:0;
  --mat-badge-large-size-container-padding:0;
}
html {
  --mat-badge-background-color:#3f51b5;
  --mat-badge-text-color:white;
  --mat-badge-disabled-state-background-color:#b9b9b9;
  --mat-badge-disabled-state-text-color:rgba(0, 0, 0, 0.38);
}
.mat-badge-accent {
  --mat-badge-background-color:#ff4081;
  --mat-badge-text-color:white;
}
.mat-badge-warn {
  --mat-badge-background-color:#f44336;
  --mat-badge-text-color:white;
}
html {
  --mat-badge-text-font:Roboto, sans-serif;
  --mat-badge-line-height:22px;
  --mat-badge-text-size:12px;
  --mat-badge-text-weight:600;
  --mat-badge-small-size-text-size:9px;
  --mat-badge-small-size-line-height:16px;
  --mat-badge-large-size-text-size:24px;
  --mat-badge-large-size-line-height:28px;
}
html {
  --mat-bottom-sheet-container-shape:4px;
}
html {
  --mat-bottom-sheet-container-text-color:rgba(0, 0, 0, 0.87);
  --mat-bottom-sheet-container-background-color:white;
}
html {
  --mat-bottom-sheet-container-text-font:Roboto, sans-serif;
  --mat-bottom-sheet-container-text-line-height:20px;
  --mat-bottom-sheet-container-text-size:14px;
  --mat-bottom-sheet-container-text-tracking:0.0178571429em;
  --mat-bottom-sheet-container-text-weight:400;
}
html {
  --mat-legacy-button-toggle-height:36px;
  --mat-legacy-button-toggle-shape:2px;
  --mat-legacy-button-toggle-focus-state-layer-opacity:1;
  --mat-standard-button-toggle-shape:4px;
  --mat-standard-button-toggle-hover-state-layer-opacity:0.04;
  --mat-standard-button-toggle-focus-state-layer-opacity:0.12;
}
html {
  --mat-legacy-button-toggle-text-color:rgba(0, 0, 0, 0.38);
  --mat-legacy-button-toggle-state-layer-color:rgba(0, 0, 0, 0.12);
  --mat-legacy-button-toggle-selected-state-text-color:rgba(0, 0, 0, 0.54);
  --mat-legacy-button-toggle-selected-state-background-color:#e0e0e0;
  --mat-legacy-button-toggle-disabled-state-text-color:rgba(0, 0, 0, 0.26);
  --mat-legacy-button-toggle-disabled-state-background-color:#eeeeee;
  --mat-legacy-button-toggle-disabled-selected-state-background-color:#bdbdbd;
  --mat-standard-button-toggle-text-color:rgba(0, 0, 0, 0.87);
  --mat-standard-button-toggle-background-color:white;
  --mat-standard-button-toggle-state-layer-color:black;
  --mat-standard-button-toggle-selected-state-background-color:#e0e0e0;
  --mat-standard-button-toggle-selected-state-text-color:rgba(0, 0, 0, 0.87);
  --mat-standard-button-toggle-disabled-state-text-color:rgba(0, 0, 0, 0.26);
  --mat-standard-button-toggle-disabled-state-background-color:white;
  --mat-standard-button-toggle-disabled-selected-state-text-color:rgba(0, 0, 0, 0.87);
  --mat-standard-button-toggle-disabled-selected-state-background-color:#bdbdbd;
  --mat-standard-button-toggle-divider-color:#e0e0e0;
}
html {
  --mat-standard-button-toggle-height:48px;
}
html {
  --mat-legacy-button-toggle-label-text-font:Roboto, sans-serif;
  --mat-legacy-button-toggle-label-text-line-height:24px;
  --mat-legacy-button-toggle-label-text-size:16px;
  --mat-legacy-button-toggle-label-text-tracking:0.03125em;
  --mat-legacy-button-toggle-label-text-weight:400;
  --mat-standard-button-toggle-label-text-font:Roboto, sans-serif;
  --mat-standard-button-toggle-label-text-line-height:24px;
  --mat-standard-button-toggle-label-text-size:16px;
  --mat-standard-button-toggle-label-text-tracking:0.03125em;
  --mat-standard-button-toggle-label-text-weight:400;
}
html {
  --mat-datepicker-calendar-container-shape:4px;
  --mat-datepicker-calendar-container-touch-shape:4px;
  --mat-datepicker-calendar-container-elevation-shadow:0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mat-datepicker-calendar-container-touch-elevation-shadow:0px 11px 15px -7px rgba(0, 0, 0, 0.2),
    0px 24px 38px 3px rgba(0, 0, 0, 0.14),
    0px 9px 46px 8px rgba(0, 0, 0, 0.12);
}
html {
  --mat-datepicker-calendar-date-selected-state-text-color:white;
  --mat-datepicker-calendar-date-selected-state-background-color:#3f51b5;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color:rgba(63, 81, 181, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color:white;
  --mat-datepicker-calendar-date-focus-state-background-color:rgba(63, 81, 181, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color:rgba(63, 81, 181, 0.3);
  --mat-datepicker-toggle-active-state-icon-color:#3f51b5;
  --mat-datepicker-calendar-date-in-range-state-background-color:rgba(63, 81, 181, 0.2);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color:rgba(249, 171, 0, 0.2);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color:#a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color:#46a35e;
  --mat-datepicker-toggle-icon-color:rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-body-label-text-color:rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-period-button-text-color:black;
  --mat-datepicker-calendar-period-button-icon-color:rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-navigation-button-icon-color:rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-header-divider-color:rgba(0, 0, 0, 0.12);
  --mat-datepicker-calendar-header-text-color:rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-date-today-outline-color:rgba(0, 0, 0, 0.38);
  --mat-datepicker-calendar-date-today-disabled-state-outline-color:rgba(0, 0, 0, 0.18);
  --mat-datepicker-calendar-date-text-color:rgba(0, 0, 0, 0.87);
  --mat-datepicker-calendar-date-outline-color:transparent;
  --mat-datepicker-calendar-date-disabled-state-text-color:rgba(0, 0, 0, 0.38);
  --mat-datepicker-calendar-date-preview-state-outline-color:rgba(0, 0, 0, 0.24);
  --mat-datepicker-range-input-separator-color:rgba(0, 0, 0, 0.87);
  --mat-datepicker-range-input-disabled-state-separator-color:rgba(0, 0, 0, 0.38);
  --mat-datepicker-range-input-disabled-state-text-color:rgba(0, 0, 0, 0.38);
  --mat-datepicker-calendar-container-background-color:white;
  --mat-datepicker-calendar-container-text-color:rgba(0, 0, 0, 0.87);
}
.mat-datepicker-content.mat-accent {
  --mat-datepicker-calendar-date-selected-state-text-color:white;
  --mat-datepicker-calendar-date-selected-state-background-color:#ff4081;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color:rgba(255, 64, 129, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color:white;
  --mat-datepicker-calendar-date-focus-state-background-color:rgba(255, 64, 129, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color:rgba(255, 64, 129, 0.3);
  --mat-datepicker-calendar-date-in-range-state-background-color:rgba(255, 64, 129, 0.2);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color:rgba(249, 171, 0, 0.2);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color:#a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color:#46a35e;
}
.mat-datepicker-content.mat-warn {
  --mat-datepicker-calendar-date-selected-state-text-color:white;
  --mat-datepicker-calendar-date-selected-state-background-color:#f44336;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color:rgba(244, 67, 54, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color:white;
  --mat-datepicker-calendar-date-focus-state-background-color:rgba(244, 67, 54, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color:rgba(244, 67, 54, 0.3);
  --mat-datepicker-calendar-date-in-range-state-background-color:rgba(244, 67, 54, 0.2);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color:rgba(249, 171, 0, 0.2);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color:#a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color:#46a35e;
}
.mat-datepicker-toggle-active.mat-accent {
  --mat-datepicker-toggle-active-state-icon-color:#ff4081;
}
.mat-datepicker-toggle-active.mat-warn {
  --mat-datepicker-toggle-active-state-icon-color:#f44336;
}
.mat-calendar-controls {
  --mat-icon-button-touch-target-display:none;
}
.mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base {
  --mdc-icon-button-state-layer-size: 40px;
  width: var(--mdc-icon-button-state-layer-size);
  height: var(--mdc-icon-button-state-layer-size);
  padding: 8px;
}
html {
  --mat-datepicker-calendar-text-font:Roboto, sans-serif;
  --mat-datepicker-calendar-text-size:13px;
  --mat-datepicker-calendar-body-label-text-size:14px;
  --mat-datepicker-calendar-body-label-text-weight:500;
  --mat-datepicker-calendar-period-button-text-size:14px;
  --mat-datepicker-calendar-period-button-text-weight:500;
  --mat-datepicker-calendar-header-text-size:11px;
  --mat-datepicker-calendar-header-text-weight:400;
}
html {
  --mat-divider-width:1px;
}
html {
  --mat-divider-color:rgba(0, 0, 0, 0.12);
}
html {
  --mat-expansion-container-shape:4px;
  --mat-expansion-legacy-header-indicator-display:inline-block;
  --mat-expansion-header-indicator-display:none;
}
html {
  --mat-expansion-container-background-color:white;
  --mat-expansion-container-text-color:rgba(0, 0, 0, 0.87);
  --mat-expansion-actions-divider-color:rgba(0, 0, 0, 0.12);
  --mat-expansion-header-hover-state-layer-color:rgba(0, 0, 0, 0.04);
  --mat-expansion-header-focus-state-layer-color:rgba(0, 0, 0, 0.04);
  --mat-expansion-header-disabled-state-text-color:rgba(0, 0, 0, 0.26);
  --mat-expansion-header-text-color:rgba(0, 0, 0, 0.87);
  --mat-expansion-header-description-color:rgba(0, 0, 0, 0.54);
  --mat-expansion-header-indicator-color:rgba(0, 0, 0, 0.54);
}
html {
  --mat-expansion-header-collapsed-state-height:48px;
  --mat-expansion-header-expanded-state-height:64px;
}
html {
  --mat-expansion-header-text-font:Roboto, sans-serif;
  --mat-expansion-header-text-size:14px;
  --mat-expansion-header-text-weight:500;
  --mat-expansion-header-text-line-height:inherit;
  --mat-expansion-header-text-tracking:inherit;
  --mat-expansion-container-text-font:Roboto, sans-serif;
  --mat-expansion-container-text-line-height:20px;
  --mat-expansion-container-text-size:14px;
  --mat-expansion-container-text-tracking:0.0178571429em;
  --mat-expansion-container-text-weight:400;
}
html {
  --mat-grid-list-tile-header-primary-text-size:14px;
  --mat-grid-list-tile-header-secondary-text-size:12px;
  --mat-grid-list-tile-footer-primary-text-size:14px;
  --mat-grid-list-tile-footer-secondary-text-size:12px;
}
html {
  --mat-icon-color:inherit;
}
.mat-icon.mat-primary {
  --mat-icon-color:#3f51b5;
}
.mat-icon.mat-accent {
  --mat-icon-color:#ff4081;
}
.mat-icon.mat-warn {
  --mat-icon-color:#f44336;
}
html {
  --mat-sidenav-container-shape:0;
  --mat-sidenav-container-elevation-shadow:0px 8px 10px -5px rgba(0, 0, 0, 0.2),
    0px 16px 24px 2px rgba(0, 0, 0, 0.14),
    0px 6px 30px 5px rgba(0, 0, 0, 0.12);
  --mat-sidenav-container-width:auto;
}
html {
  --mat-sidenav-container-divider-color:rgba(0, 0, 0, 0.12);
  --mat-sidenav-container-background-color:white;
  --mat-sidenav-container-text-color:rgba(0, 0, 0, 0.87);
  --mat-sidenav-content-background-color:#fafafa;
  --mat-sidenav-content-text-color:rgba(0, 0, 0, 0.87);
  --mat-sidenav-scrim-color:rgba(0, 0, 0, 0.6);
}
html {
  --mat-stepper-header-icon-foreground-color:white;
  --mat-stepper-header-selected-state-icon-background-color:#3f51b5;
  --mat-stepper-header-selected-state-icon-foreground-color:white;
  --mat-stepper-header-done-state-icon-background-color:#3f51b5;
  --mat-stepper-header-done-state-icon-foreground-color:white;
  --mat-stepper-header-edit-state-icon-background-color:#3f51b5;
  --mat-stepper-header-edit-state-icon-foreground-color:white;
  --mat-stepper-container-color:white;
  --mat-stepper-line-color:rgba(0, 0, 0, 0.12);
  --mat-stepper-header-hover-state-layer-color:rgba(0, 0, 0, 0.04);
  --mat-stepper-header-focus-state-layer-color:rgba(0, 0, 0, 0.04);
  --mat-stepper-header-label-text-color:rgba(0, 0, 0, 0.54);
  --mat-stepper-header-optional-label-text-color:rgba(0, 0, 0, 0.54);
  --mat-stepper-header-selected-state-label-text-color:rgba(0, 0, 0, 0.87);
  --mat-stepper-header-error-state-label-text-color:#f44336;
  --mat-stepper-header-icon-background-color:rgba(0, 0, 0, 0.54);
  --mat-stepper-header-error-state-icon-foreground-color:#f44336;
  --mat-stepper-header-error-state-icon-background-color:transparent;
}
html .mat-step-header.mat-accent {
  --mat-stepper-header-icon-foreground-color:white;
  --mat-stepper-header-selected-state-icon-background-color:#ff4081;
  --mat-stepper-header-selected-state-icon-foreground-color:white;
  --mat-stepper-header-done-state-icon-background-color:#ff4081;
  --mat-stepper-header-done-state-icon-foreground-color:white;
  --mat-stepper-header-edit-state-icon-background-color:#ff4081;
  --mat-stepper-header-edit-state-icon-foreground-color:white;
}
html .mat-step-header.mat-warn {
  --mat-stepper-header-icon-foreground-color:white;
  --mat-stepper-header-selected-state-icon-background-color:#f44336;
  --mat-stepper-header-selected-state-icon-foreground-color:white;
  --mat-stepper-header-done-state-icon-background-color:#f44336;
  --mat-stepper-header-done-state-icon-foreground-color:white;
  --mat-stepper-header-edit-state-icon-background-color:#f44336;
  --mat-stepper-header-edit-state-icon-foreground-color:white;
}
html {
  --mat-stepper-header-height:72px;
}
html {
  --mat-stepper-container-text-font:Roboto, sans-serif;
  --mat-stepper-header-label-text-font:Roboto, sans-serif;
  --mat-stepper-header-label-text-size:14px;
  --mat-stepper-header-label-text-weight:400;
  --mat-stepper-header-error-state-label-text-size:16px;
  --mat-stepper-header-selected-state-label-text-size:16px;
  --mat-stepper-header-selected-state-label-text-weight:400;
}
html {
  --mat-sort-arrow-color:#757575;
}
html {
  --mat-toolbar-container-background-color:whitesmoke;
  --mat-toolbar-container-text-color:rgba(0, 0, 0, 0.87);
}
.mat-toolbar.mat-primary {
  --mat-toolbar-container-background-color:#3f51b5;
  --mat-toolbar-container-text-color:white;
}
.mat-toolbar.mat-accent {
  --mat-toolbar-container-background-color:#ff4081;
  --mat-toolbar-container-text-color:white;
}
.mat-toolbar.mat-warn {
  --mat-toolbar-container-background-color:#f44336;
  --mat-toolbar-container-text-color:white;
}
html {
  --mat-toolbar-standard-height:64px;
  --mat-toolbar-mobile-height:56px;
}
html {
  --mat-toolbar-title-text-font:Roboto, sans-serif;
  --mat-toolbar-title-text-line-height:32px;
  --mat-toolbar-title-text-size:20px;
  --mat-toolbar-title-text-tracking:0.0125em;
  --mat-toolbar-title-text-weight:500;
}
html {
  --mat-tree-container-background-color:white;
  --mat-tree-node-text-color:rgba(0, 0, 0, 0.87);
}
html {
  --mat-tree-node-min-height:48px;
}
html {
  --mat-tree-node-text-font:Roboto, sans-serif;
  --mat-tree-node-text-size:14px;
  --mat-tree-node-text-weight:400;
}
.mat-h1,
.mat-headline-5,
.mat-typography .mat-h1,
.mat-typography .mat-headline-5,
.mat-typography h1 {
  font: 400 24px/32px Roboto, sans-serif;
  letter-spacing: normal;
  margin: 0 0 16px;
}
.mat-h2,
.mat-headline-6,
.mat-typography .mat-h2,
.mat-typography .mat-headline-6,
.mat-typography h2 {
  font: 500 20px/32px Roboto, sans-serif;
  letter-spacing: .0125em;
  margin: 0 0 16px;
}
.mat-h3,
.mat-subtitle-1,
.mat-typography .mat-h3,
.mat-typography .mat-subtitle-1,
.mat-typography h3 {
  font: 400 16px/28px Roboto, sans-serif;
  letter-spacing: .009375em;
  margin: 0 0 16px;
}
.mat-h4,
.mat-body-1,
.mat-typography .mat-h4,
.mat-typography .mat-body-1,
.mat-typography h4 {
  font: 400 16px/24px Roboto, sans-serif;
  letter-spacing: .03125em;
  margin: 0 0 16px;
}
.mat-h5,
.mat-typography .mat-h5,
.mat-typography h5 {
  font: 400 calc(14px*.83)/20px Roboto, sans-serif;
  margin: 0 0 12px;
}
.mat-h6,
.mat-typography .mat-h6,
.mat-typography h6 {
  font: 400 calc(14px*.67)/20px Roboto, sans-serif;
  margin: 0 0 12px;
}
.mat-body-strong,
.mat-subtitle-2,
.mat-typography .mat-body-strong,
.mat-typography .mat-subtitle-2 {
  font: 500 14px/22px Roboto, sans-serif;
  letter-spacing: .0071428571em;
}
.mat-body,
.mat-body-2,
.mat-typography .mat-body,
.mat-typography .mat-body-2,
.mat-typography {
  font: 400 14px/20px Roboto, sans-serif;
  letter-spacing: .0178571429em;
}
.mat-body p,
.mat-body-2 p,
.mat-typography .mat-body p,
.mat-typography .mat-body-2 p,
.mat-typography p {
  margin: 0 0 12px;
}
.mat-small,
.mat-caption,
.mat-typography .mat-small,
.mat-typography .mat-caption {
  font: 400 12px/20px Roboto, sans-serif;
  letter-spacing: .0333333333em;
}
.mat-headline-1,
.mat-typography .mat-headline-1 {
  font: 300 96px/96px Roboto, sans-serif;
  letter-spacing: -0.015625em;
  margin: 0 0 56px;
}
.mat-headline-2,
.mat-typography .mat-headline-2 {
  font: 300 60px/60px Roboto, sans-serif;
  letter-spacing: -.0083333333em;
  margin: 0 0 64px;
}
.mat-headline-3,
.mat-typography .mat-headline-3 {
  font: 400 48px/50px Roboto, sans-serif;
  letter-spacing: normal;
  margin: 0 0 64px;
}
.mat-headline-4,
.mat-typography .mat-headline-4 {
  font: 400 34px/40px Roboto, sans-serif;
  letter-spacing: .0073529412em;
  margin: 0 0 64px;
}

/* src/styles.scss */
@font-face {
  font-family: uicons-regular-rounded;
  src:
    url("./media/uicons-regular-rounded-J3WOUERV-J3WOUERV.woff2") format("woff2"),
    url("./media/uicons-regular-rounded-KDJ23353-KDJ23353.woff") format("woff"),
    url("./media/uicons-regular-rounded-ESQGLQQ4-ESQGLQQ4.eot#iefix") format("embedded-opentype");
  font-display: swap;
}
i[class^=fi-rr-]:before,
i[class*=" fi-rr-"]:before,
span[class^=fi-rr-]:before,
span[class*=fi-rr-]:before {
  font-family: uicons-regular-rounded !important;
  font-style: normal;
  font-weight: 400 !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.variable-selector-00:before {
  content: "\fe00";
}
.variable-selector-01:before {
  content: "\fe01";
}
.variable-selector-02:before {
  content: "\fe02";
}
.variable-selector-03:before {
  content: "\fe03";
}
.variable-selector-04:before {
  content: "\fe04";
}
.variable-selector-05:before {
  content: "\fe05";
}
.variable-selector-06:before {
  content: "\fe06";
}
.variable-selector-07:before {
  content: "\fe07";
}
.variable-selector-08:before {
  content: "\fe08";
}
.variable-selector-09:before {
  content: "\fe09";
}
.variable-selector-0a:before {
  content: "\fe0a";
}
.variable-selector-0b:before {
  content: "\fe0b";
}
.variable-selector-0c:before {
  content: "\fe0c";
}
.variable-selector-0d:before {
  content: "\fe0d";
}
.variable-selector-0e:before {
  content: "\fe0e";
}
.variable-selector-0f:before {
  content: "\fe0f";
}
.combining-half-marks-00:before {
  content: "\fe20";
}
.combining-half-marks-01:before {
  content: "\fe21";
}
.combining-half-marks-02:before {
  content: "\fe22";
}
.combining-half-marks-03:before {
  content: "\fe23";
}
.combining-half-marks-04:before {
  content: "\fe24";
}
.combining-half-marks-05:before {
  content: "\fe25";
}
.combining-half-marks-06:before {
  content: "\fe26";
}
.combining-half-marks-07:before {
  content: "\fe27";
}
.combining-half-marks-08:before {
  content: "\fe28";
}
.combining-half-marks-09:before {
  content: "\fe29";
}
.combining-half-marks-0a:before {
  content: "\fe2a";
}
.combining-half-marks-0b:before {
  content: "\fe2b";
}
.combining-half-marks-0c:before {
  content: "\fe2c";
}
.combining-half-marks-0d:before {
  content: "\fe2d";
}
.combining-half-marks-0e:before {
  content: "\fe2e";
}
.combining-half-marks-0f:before {
  content: "\fe2f";
}
.zero-width-no-break-space-0f:before {
  content: "\feff";
}
.fi-rr-0:before {
  content: "\f101";
}
.fi-rr-00s-music-disc:before {
  content: "\f102";
}
.fi-rr-1:before {
  content: "\f103";
}
.fi-rr-2:before {
  content: "\f104";
}
.fi-rr-3:before {
  content: "\f105";
}
.fi-rr-360-degrees:before {
  content: "\f106";
}
.fi-rr-4:before {
  content: "\f107";
}
.fi-rr-404:before {
  content: "\f108";
}
.fi-rr-5:before {
  content: "\f109";
}
.fi-rr-6:before {
  content: "\f10a";
}
.fi-rr-60s-music-disc:before {
  content: "\f10b";
}
.fi-rr-7:before {
  content: "\f10c";
}
.fi-rr-70s-music-disc:before {
  content: "\f10d";
}
.fi-rr-8:before {
  content: "\f10e";
}
.fi-rr-80s-music-disc:before {
  content: "\f10f";
}
.fi-rr-9:before {
  content: "\f110";
}
.fi-rr-90s-music-disc:before {
  content: "\f111";
}
.fi-rr-a:before {
  content: "\f112";
}
.fi-rr-accident:before {
  content: "\f113";
}
.fi-rr-acorn:before {
  content: "\f114";
}
.fi-rr-ad-paid:before {
  content: "\f115";
}
.fi-rr-ad:before {
  content: "\f116";
}
.fi-rr-add-document:before {
  content: "\f117";
}
.fi-rr-add-folder:before {
  content: "\f118";
}
.fi-rr-add-image:before {
  content: "\f119";
}
.fi-rr-add:before {
  content: "\f11a";
}
.fi-rr-address-book:before {
  content: "\f11b";
}
.fi-rr-address-card:before {
  content: "\f11c";
}
.fi-rr-admin-alt:before {
  content: "\f11d";
}
.fi-rr-admin:before {
  content: "\f11e";
}
.fi-rr-age-alt:before {
  content: "\f11f";
}
.fi-rr-age-restriction-eighteen:before {
  content: "\f120";
}
.fi-rr-age-restriction-seven:before {
  content: "\f121";
}
.fi-rr-age-restriction-six:before {
  content: "\f122";
}
.fi-rr-age-restriction-sixteen:before {
  content: "\f123";
}
.fi-rr-age-restriction-thirteen:before {
  content: "\f124";
}
.fi-rr-age-restriction-three:before {
  content: "\f125";
}
.fi-rr-age-restriction-twelve:before {
  content: "\f126";
}
.fi-rr-age-restriction-twenty-one:before {
  content: "\f127";
}
.fi-rr-age-restriction-zero:before {
  content: "\f128";
}
.fi-rr-age:before {
  content: "\f129";
}
.fi-rr-air-conditioner:before {
  content: "\f12a";
}
.fi-rr-air-freshener:before {
  content: "\f12b";
}
.fi-rr-air-pollution:before {
  content: "\f12c";
}
.fi-rr-airplane-journey:before {
  content: "\f12d";
}
.fi-rr-airplane-window-open:before {
  content: "\f12e";
}
.fi-rr-airplay:before {
  content: "\f12f";
}
.fi-rr-alarm-clock:before {
  content: "\f130";
}
.fi-rr-alarm-exclamation:before {
  content: "\f131";
}
.fi-rr-alarm-plus:before {
  content: "\f132";
}
.fi-rr-alarm-snooze:before {
  content: "\f133";
}
.fi-rr-album-circle-plus:before {
  content: "\f134";
}
.fi-rr-album-circle-user:before {
  content: "\f135";
}
.fi-rr-album-collection:before {
  content: "\f136";
}
.fi-rr-album:before {
  content: "\f137";
}
.fi-rr-algorithm:before {
  content: "\f138";
}
.fi-rr-alicorn:before {
  content: "\f139";
}
.fi-rr-alien:before {
  content: "\f13a";
}
.fi-rr-align-center:before {
  content: "\f13b";
}
.fi-rr-align-justify:before {
  content: "\f13c";
}
.fi-rr-align-left:before {
  content: "\f13d";
}
.fi-rr-align-slash:before {
  content: "\f13e";
}
.fi-rr-ambulance:before {
  content: "\f13f";
}
.fi-rr-analyse-alt:before {
  content: "\f140";
}
.fi-rr-analyse:before {
  content: "\f141";
}
.fi-rr-anatomical-heart:before {
  content: "\f142";
}
.fi-rr-anchor:before {
  content: "\f143";
}
.fi-rr-angel:before {
  content: "\f144";
}
.fi-rr-angle-90:before {
  content: "\f145";
}
.fi-rr-angle-circle-down:before {
  content: "\f146";
}
.fi-rr-angle-circle-left:before {
  content: "\f147";
}
.fi-rr-angle-circle-right:before {
  content: "\f148";
}
.fi-rr-angle-circle-up:before {
  content: "\f149";
}
.fi-rr-angle-double-left:before {
  content: "\f14a";
}
.fi-rr-angle-double-right:before {
  content: "\f14b";
}
.fi-rr-angle-double-small-down:before {
  content: "\f14c";
}
.fi-rr-angle-double-small-left:before {
  content: "\f14d";
}
.fi-rr-angle-double-small-right:before {
  content: "\f14e";
}
.fi-rr-angle-double-small-up:before {
  content: "\f14f";
}
.fi-rr-angle-down:before {
  content: "\f150";
}
.fi-rr-angle-left:before {
  content: "\f151";
}
.fi-rr-angle-right:before {
  content: "\f152";
}
.fi-rr-angle-small-down:before {
  content: "\f153";
}
.fi-rr-angle-small-left:before {
  content: "\f154";
}
.fi-rr-angle-small-right:before {
  content: "\f155";
}
.fi-rr-angle-small-up:before {
  content: "\f156";
}
.fi-rr-angle-square-down:before {
  content: "\f157";
}
.fi-rr-angle-square-left:before {
  content: "\f158";
}
.fi-rr-angle-square-right:before {
  content: "\f159";
}
.fi-rr-angle-square-up:before {
  content: "\f15a";
}
.fi-rr-angle-up:before {
  content: "\f15b";
}
.fi-rr-angle:before {
  content: "\f15c";
}
.fi-rr-angles-up-down:before {
  content: "\f15d";
}
.fi-rr-angry:before {
  content: "\f15e";
}
.fi-rr-animated-icon:before {
  content: "\f15f";
}
.fi-rr-ankh:before {
  content: "\f160";
}
.fi-rr-answer-alt:before {
  content: "\f161";
}
.fi-rr-answer:before {
  content: "\f162";
}
.fi-rr-apartment:before {
  content: "\f163";
}
.fi-rr-aperture:before {
  content: "\f164";
}
.fi-rr-api:before {
  content: "\f165";
}
.fi-rr-apple-core:before {
  content: "\f166";
}
.fi-rr-apple-crate:before {
  content: "\f167";
}
.fi-rr-apple-whole:before {
  content: "\f168";
}
.fi-rr-apps-add:before {
  content: "\f169";
}
.fi-rr-apps-delete:before {
  content: "\f16a";
}
.fi-rr-apps-sort:before {
  content: "\f16b";
}
.fi-rr-apps:before {
  content: "\f16c";
}
.fi-rr-archive:before {
  content: "\f16d";
}
.fi-rr-archway:before {
  content: "\f16e";
}
.fi-rr-arrow-alt-circle-down:before {
  content: "\f16f";
}
.fi-rr-arrow-alt-circle-left:before {
  content: "\f170";
}
.fi-rr-arrow-alt-circle-right:before {
  content: "\f171";
}
.fi-rr-arrow-alt-circle-up:before {
  content: "\f172";
}
.fi-rr-arrow-alt-down:before {
  content: "\f173";
}
.fi-rr-arrow-alt-from-bottom:before {
  content: "\f174";
}
.fi-rr-arrow-alt-from-left:before {
  content: "\f175";
}
.fi-rr-arrow-alt-from-right:before {
  content: "\f176";
}
.fi-rr-arrow-alt-from-top:before {
  content: "\f177";
}
.fi-rr-arrow-alt-left:before {
  content: "\f178";
}
.fi-rr-arrow-alt-right:before {
  content: "\f179";
}
.fi-rr-arrow-alt-square-down:before {
  content: "\f17a";
}
.fi-rr-arrow-alt-square-left:before {
  content: "\f17b";
}
.fi-rr-arrow-alt-square-right:before {
  content: "\f17c";
}
.fi-rr-arrow-alt-square-up:before {
  content: "\f17d";
}
.fi-rr-arrow-alt-to-bottom:before {
  content: "\f17e";
}
.fi-rr-arrow-alt-to-left:before {
  content: "\f17f";
}
.fi-rr-arrow-alt-to-right:before {
  content: "\f180";
}
.fi-rr-arrow-alt-to-top:before {
  content: "\f181";
}
.fi-rr-arrow-alt-up:before {
  content: "\f182";
}
.fi-rr-arrow-circle-down:before {
  content: "\f183";
}
.fi-rr-arrow-circle-left:before {
  content: "\f184";
}
.fi-rr-arrow-circle-right:before {
  content: "\f185";
}
.fi-rr-arrow-circle-up:before {
  content: "\f186";
}
.fi-rr-arrow-comparison:before {
  content: "\f187";
}
.fi-rr-arrow-down-from-arc:before {
  content: "\f188";
}
.fi-rr-arrow-down-from-dotted-line:before {
  content: "\f189";
}
.fi-rr-arrow-down-left:before {
  content: "\f18a";
}
.fi-rr-arrow-down-small-big:before {
  content: "\f18b";
}
.fi-rr-arrow-down-to-dotted-line:before {
  content: "\f18c";
}
.fi-rr-arrow-down-to-square:before {
  content: "\f18d";
}
.fi-rr-arrow-down-triangle-square:before {
  content: "\f18e";
}
.fi-rr-arrow-down:before {
  content: "\f18f";
}
.fi-rr-arrow-from-bottom:before {
  content: "\f190";
}
.fi-rr-arrow-from-left:before {
  content: "\f191";
}
.fi-rr-arrow-from-right:before {
  content: "\f192";
}
.fi-rr-arrow-from-top:before {
  content: "\f193";
}
.fi-rr-arrow-left-from-arc:before {
  content: "\f194";
}
.fi-rr-arrow-left-from-line:before {
  content: "\f195";
}
.fi-rr-arrow-left-to-arc:before {
  content: "\f196";
}
.fi-rr-arrow-left:before {
  content: "\f197";
}
.fi-rr-arrow-progress-alt:before {
  content: "\f198";
}
.fi-rr-arrow-progress:before {
  content: "\f199";
}
.fi-rr-arrow-right-to-bracket:before {
  content: "\f19a";
}
.fi-rr-arrow-right:before {
  content: "\f19b";
}
.fi-rr-arrow-small-down:before {
  content: "\f19c";
}
.fi-rr-arrow-small-left:before {
  content: "\f19d";
}
.fi-rr-arrow-small-right:before {
  content: "\f19e";
}
.fi-rr-arrow-small-up:before {
  content: "\f19f";
}
.fi-rr-arrow-square-down:before {
  content: "\f1a0";
}
.fi-rr-arrow-square-left:before {
  content: "\f1a1";
}
.fi-rr-arrow-square-right:before {
  content: "\f1a2";
}
.fi-rr-arrow-square-up:before {
  content: "\f1a3";
}
.fi-rr-arrow-to-bottom:before {
  content: "\f1a4";
}
.fi-rr-arrow-to-left:before {
  content: "\f1a5";
}
.fi-rr-arrow-to-right:before {
  content: "\f1a6";
}
.fi-rr-arrow-to-top:before {
  content: "\f1a7";
}
.fi-rr-arrow-trend-down:before {
  content: "\f1a8";
}
.fi-rr-arrow-trend-up:before {
  content: "\f1a9";
}
.fi-rr-arrow-turn-down-left:before {
  content: "\f1aa";
}
.fi-rr-arrow-turn-down-right:before {
  content: "\f1ab";
}
.fi-rr-arrow-turn-left-up:before {
  content: "\f1ac";
}
.fi-rr-arrow-up-from-dotted-line:before {
  content: "\f1ad";
}
.fi-rr-arrow-up-from-ground-water:before {
  content: "\f1ae";
}
.fi-rr-arrow-up-from-square:before {
  content: "\f1af";
}
.fi-rr-arrow-up-left-from-circle:before {
  content: "\f1b0";
}
.fi-rr-arrow-up-left:before {
  content: "\f1b1";
}
.fi-rr-arrow-up-right-and-arrow-down-left-from-center:before {
  content: "\f1b2";
}
.fi-rr-arrow-up-right-from-square:before {
  content: "\f1b3";
}
.fi-rr-arrow-up-right:before {
  content: "\f1b4";
}
.fi-rr-arrow-up-small-big:before {
  content: "\f1b5";
}
.fi-rr-arrow-up-square-triangle:before {
  content: "\f1b6";
}
.fi-rr-arrow-up-to-arc:before {
  content: "\f1b7";
}
.fi-rr-arrow-up-to-dotted-line:before {
  content: "\f1b8";
}
.fi-rr-arrow-up:before {
  content: "\f1b9";
}
.fi-rr-arrow-upward-growth-crypto:before {
  content: "\f1ba";
}
.fi-rr-arrows-alt-h:before {
  content: "\f1bb";
}
.fi-rr-arrows-alt-v:before {
  content: "\f1bc";
}
.fi-rr-arrows-alt:before {
  content: "\f1bd";
}
.fi-rr-arrows-cross:before {
  content: "\f1be";
}
.fi-rr-arrows-from-dotted-line:before {
  content: "\f1bf";
}
.fi-rr-arrows-from-line:before {
  content: "\f1c0";
}
.fi-rr-arrows-h-copy:before {
  content: "\f1c1";
}
.fi-rr-arrows-h:before {
  content: "\f1c2";
}
.fi-rr-arrows-repeat-1:before {
  content: "\f1c3";
}
.fi-rr-arrows-repeat:before {
  content: "\f1c4";
}
.fi-rr-arrows-retweet:before {
  content: "\f1c5";
}
.fi-rr-arrows-split-right-and-left:before {
  content: "\f1c6";
}
.fi-rr-arrows-split-up-and-left:before {
  content: "\f1c7";
}
.fi-rr-arrows-to-circle:before {
  content: "\f1c8";
}
.fi-rr-arrows-to-dotted-line:before {
  content: "\f1c9";
}
.fi-rr-arrows-to-eye:before {
  content: "\f1ca";
}
.fi-rr-arrows-to-line:before {
  content: "\f1cb";
}
.fi-rr-arrows:before {
  content: "\f1cc";
}
.fi-rr-artificial-intelligence:before {
  content: "\f1cd";
}
.fi-rr-assept-document:before {
  content: "\f1ce";
}
.fi-rr-assessment-alt:before {
  content: "\f1cf";
}
.fi-rr-assessment:before {
  content: "\f1d0";
}
.fi-rr-assign:before {
  content: "\f1d1";
}
.fi-rr-assistive-listening-systems:before {
  content: "\f1d2";
}
.fi-rr-asterik:before {
  content: "\f1d3";
}
.fi-rr-at:before {
  content: "\f1d4";
}
.fi-rr-attribution-pen:before {
  content: "\f1d5";
}
.fi-rr-attribution-pencil:before {
  content: "\f1d6";
}
.fi-rr-aubergine:before {
  content: "\f1d7";
}
.fi-rr-auction:before {
  content: "\f1d8";
}
.fi-rr-audience-megaphone:before {
  content: "\f1d9";
}
.fi-rr-audio-description-slash:before {
  content: "\f1da";
}
.fi-rr-audit-alt:before {
  content: "\f1db";
}
.fi-rr-audit:before {
  content: "\f1dc";
}
.fi-rr-austral-sign:before {
  content: "\f1dd";
}
.fi-rr-avocado:before {
  content: "\f1de";
}
.fi-rr-award:before {
  content: "\f1df";
}
.fi-rr-axe-battle:before {
  content: "\f1e0";
}
.fi-rr-axe:before {
  content: "\f1e1";
}
.fi-rr-b:before {
  content: "\f1e2";
}
.fi-rr-baby-carriage:before {
  content: "\f1e3";
}
.fi-rr-baby:before {
  content: "\f1e4";
}
.fi-rr-back-up:before {
  content: "\f1e5";
}
.fi-rr-background:before {
  content: "\f1e6";
}
.fi-rr-backpack:before {
  content: "\f1e7";
}
.fi-rr-bacon:before {
  content: "\f1e8";
}
.fi-rr-bacteria:before {
  content: "\f1e9";
}
.fi-rr-bacterium:before {
  content: "\f1ea";
}
.fi-rr-badge-check:before {
  content: "\f1eb";
}
.fi-rr-badge-dollar:before {
  content: "\f1ec";
}
.fi-rr-badge-leaf:before {
  content: "\f1ed";
}
.fi-rr-badge-percent:before {
  content: "\f1ee";
}
.fi-rr-badge-sheriff:before {
  content: "\f1ef";
}
.fi-rr-badge:before {
  content: "\f1f0";
}
.fi-rr-badger-honey:before {
  content: "\f1f1";
}
.fi-rr-badget-check-alt:before {
  content: "\f1f2";
}
.fi-rr-badminton:before {
  content: "\f1f3";
}
.fi-rr-bag-map-pin:before {
  content: "\f1f4";
}
.fi-rr-bag-seedling:before {
  content: "\f1f5";
}
.fi-rr-bag-shopping-minus:before {
  content: "\f1f6";
}
.fi-rr-bags-shopping:before {
  content: "\f1f7";
}
.fi-rr-baguette:before {
  content: "\f1f8";
}
.fi-rr-bahai:before {
  content: "\f1f9";
}
.fi-rr-baht-sign:before {
  content: "\f1fa";
}
.fi-rr-balance-scale-left:before {
  content: "\f1fb";
}
.fi-rr-balance-scale-right:before {
  content: "\f1fc";
}
.fi-rr-ball-pile:before {
  content: "\f1fd";
}
.fi-rr-ball:before {
  content: "\f1fe";
}
.fi-rr-ballet-dance:before {
  content: "\f1ff";
}
.fi-rr-balloon:before {
  content: "\f200";
}
.fi-rr-balloons:before {
  content: "\f201";
}
.fi-rr-ballot-check:before {
  content: "\f202";
}
.fi-rr-ballot:before {
  content: "\f203";
}
.fi-rr-ban-bug:before {
  content: "\f204";
}
.fi-rr-ban:before {
  content: "\f205";
}
.fi-rr-banana:before {
  content: "\f206";
}
.fi-rr-band-aid:before {
  content: "\f207";
}
.fi-rr-bangladeshi-taka-sign:before {
  content: "\f208";
}
.fi-rr-banjo:before {
  content: "\f209";
}
.fi-rr-bank:before {
  content: "\f20a";
}
.fi-rr-banner-2:before {
  content: "\f20b";
}
.fi-rr-banner-3:before {
  content: "\f20c";
}
.fi-rr-banner-4:before {
  content: "\f20d";
}
.fi-rr-banner-5:before {
  content: "\f20e";
}
.fi-rr-banner:before {
  content: "\f20f";
}
.fi-rr-barber-pole:before {
  content: "\f210";
}
.fi-rr-barber-shop:before {
  content: "\f211";
}
.fi-rr-barcode-read:before {
  content: "\f212";
}
.fi-rr-barcode-scan:before {
  content: "\f213";
}
.fi-rr-barcode:before {
  content: "\f214";
}
.fi-rr-bars-filter:before {
  content: "\f215";
}
.fi-rr-bars-progress:before {
  content: "\f216";
}
.fi-rr-bars-sort:before {
  content: "\f217";
}
.fi-rr-bars-staggered:before {
  content: "\f218";
}
.fi-rr-baseball-alt:before {
  content: "\f219";
}
.fi-rr-baseball:before {
  content: "\f21a";
}
.fi-rr-basket-shopping-minus:before {
  content: "\f21b";
}
.fi-rr-basket-shopping-plus:before {
  content: "\f21c";
}
.fi-rr-basket-shopping-simple:before {
  content: "\f21d";
}
.fi-rr-basket:before {
  content: "\f21e";
}
.fi-rr-basketball:before {
  content: "\f21f";
}
.fi-rr-bat:before {
  content: "\f220";
}
.fi-rr-bath:before {
  content: "\f221";
}
.fi-rr-battery-bolt:before {
  content: "\f222";
}
.fi-rr-battery-empty:before {
  content: "\f223";
}
.fi-rr-battery-exclamation:before {
  content: "\f224";
}
.fi-rr-battery-full:before {
  content: "\f225";
}
.fi-rr-battery-half:before {
  content: "\f226";
}
.fi-rr-battery-quarter:before {
  content: "\f227";
}
.fi-rr-battery-slash:before {
  content: "\f228";
}
.fi-rr-battery-three-quarters:before {
  content: "\f229";
}
.fi-rr-beacon:before {
  content: "\f22a";
}
.fi-rr-bed-alt:before {
  content: "\f22b";
}
.fi-rr-bed-bunk:before {
  content: "\f22c";
}
.fi-rr-bed-empty:before {
  content: "\f22d";
}
.fi-rr-bed:before {
  content: "\f22e";
}
.fi-rr-bee:before {
  content: "\f22f";
}
.fi-rr-beer-mug-empty:before {
  content: "\f230";
}
.fi-rr-beer:before {
  content: "\f231";
}
.fi-rr-bell-concierge:before {
  content: "\f232";
}
.fi-rr-bell-notification-call:before {
  content: "\f233";
}
.fi-rr-bell-notification-social-media:before {
  content: "\f234";
}
.fi-rr-bell-ring:before {
  content: "\f235";
}
.fi-rr-bell-school-slash:before {
  content: "\f236";
}
.fi-rr-bell-school:before {
  content: "\f237";
}
.fi-rr-bell-slash:before {
  content: "\f238";
}
.fi-rr-bell:before {
  content: "\f239";
}
.fi-rr-bells:before {
  content: "\f23a";
}
.fi-rr-bench-tree:before {
  content: "\f23b";
}
.fi-rr-benefit-diamond-alt:before {
  content: "\f23c";
}
.fi-rr-benefit-diamond:before {
  content: "\f23d";
}
.fi-rr-benefit-hand:before {
  content: "\f23e";
}
.fi-rr-benefit-increase:before {
  content: "\f23f";
}
.fi-rr-benefit-porcent:before {
  content: "\f240";
}
.fi-rr-benefit:before {
  content: "\f241";
}
.fi-rr-betamax:before {
  content: "\f242";
}
.fi-rr-bible:before {
  content: "\f243";
}
.fi-rr-bicycle-journey:before {
  content: "\f244";
}
.fi-rr-bike:before {
  content: "\f245";
}
.fi-rr-biking-mountain:before {
  content: "\f246";
}
.fi-rr-biking:before {
  content: "\f247";
}
.fi-rr-bill-arrow:before {
  content: "\f248";
}
.fi-rr-billiard:before {
  content: "\f249";
}
.fi-rr-bin-bottles:before {
  content: "\f24a";
}
.fi-rr-binary-circle-check:before {
  content: "\f24b";
}
.fi-rr-binary-lock:before {
  content: "\f24c";
}
.fi-rr-binary-slash:before {
  content: "\f24d";
}
.fi-rr-binary:before {
  content: "\f24e";
}
.fi-rr-binoculars:before {
  content: "\f24f";
}
.fi-rr-bio-leaves:before {
  content: "\f250";
}
.fi-rr-bio:before {
  content: "\f251";
}
.fi-rr-biohazard:before {
  content: "\f252";
}
.fi-rr-bird:before {
  content: "\f253";
}
.fi-rr-bitcoin-sign:before {
  content: "\f254";
}
.fi-rr-blanket:before {
  content: "\f255";
}
.fi-rr-blender-phone:before {
  content: "\f256";
}
.fi-rr-blender:before {
  content: "\f257";
}
.fi-rr-blinds-open:before {
  content: "\f258";
}
.fi-rr-blinds-raised:before {
  content: "\f259";
}
.fi-rr-blinds:before {
  content: "\f25a";
}
.fi-rr-block-brick:before {
  content: "\f25b";
}
.fi-rr-block-microphone:before {
  content: "\f25c";
}
.fi-rr-block-question:before {
  content: "\f25d";
}
.fi-rr-block-quote:before {
  content: "\f25e";
}
.fi-rr-block:before {
  content: "\f25f";
}
.fi-rr-blockchain-3:before {
  content: "\f260";
}
.fi-rr-blog-pencil:before {
  content: "\f261";
}
.fi-rr-blog-text:before {
  content: "\f262";
}
.fi-rr-blood-dropper:before {
  content: "\f263";
}
.fi-rr-blood-test-tube-alt:before {
  content: "\f264";
}
.fi-rr-blood-test-tube:before {
  content: "\f265";
}
.fi-rr-blood:before {
  content: "\f266";
}
.fi-rr-blueberries:before {
  content: "\f267";
}
.fi-rr-blueprint:before {
  content: "\f268";
}
.fi-rr-bold:before {
  content: "\f269";
}
.fi-rr-bolt-auto:before {
  content: "\f26a";
}
.fi-rr-bolt-slash:before {
  content: "\f26b";
}
.fi-rr-bolt:before {
  content: "\f26c";
}
.fi-rr-bomb:before {
  content: "\f26d";
}
.fi-rr-bone-break:before {
  content: "\f26e";
}
.fi-rr-bone:before {
  content: "\f26f";
}
.fi-rr-bong:before {
  content: "\f270";
}
.fi-rr-bonus-alt:before {
  content: "\f271";
}
.fi-rr-bonus-star:before {
  content: "\f272";
}
.fi-rr-bonus:before {
  content: "\f273";
}
.fi-rr-book-alt:before {
  content: "\f274";
}
.fi-rr-book-arrow-right:before {
  content: "\f275";
}
.fi-rr-book-arrow-up:before {
  content: "\f276";
}
.fi-rr-book-atlas:before {
  content: "\f277";
}
.fi-rr-book-bookmark:before {
  content: "\f278";
}
.fi-rr-book-circle-arrow-right:before {
  content: "\f279";
}
.fi-rr-book-circle-arrow-up:before {
  content: "\f27a";
}
.fi-rr-book-copy:before {
  content: "\f27b";
}
.fi-rr-book-dead:before {
  content: "\f27c";
}
.fi-rr-book-font:before {
  content: "\f27d";
}
.fi-rr-book-heart:before {
  content: "\f27e";
}
.fi-rr-book-medical:before {
  content: "\f27f";
}
.fi-rr-book-open-cover:before {
  content: "\f280";
}
.fi-rr-book-open-reader:before {
  content: "\f281";
}
.fi-rr-book-plus:before {
  content: "\f282";
}
.fi-rr-book-quran:before {
  content: "\f283";
}
.fi-rr-book-section:before {
  content: "\f284";
}
.fi-rr-book-spells:before {
  content: "\f285";
}
.fi-rr-book-tanakh:before {
  content: "\f286";
}
.fi-rr-book-user:before {
  content: "\f287";
}
.fi-rr-book:before {
  content: "\f288";
}
.fi-rr-Booking:before {
  content: "\f289";
}
.fi-rr-bookmark-slash:before {
  content: "\f28a";
}
.fi-rr-bookmark:before {
  content: "\f28b";
}
.fi-rr-books-medical:before {
  content: "\f28c";
}
.fi-rr-books:before {
  content: "\f28d";
}
.fi-rr-boot-heeled:before {
  content: "\f28e";
}
.fi-rr-boot:before {
  content: "\f28f";
}
.fi-rr-booth-curtain:before {
  content: "\f290";
}
.fi-rr-border-all:before {
  content: "\f291";
}
.fi-rr-border-bottom:before {
  content: "\f292";
}
.fi-rr-border-center-h:before {
  content: "\f293";
}
.fi-rr-border-center-v:before {
  content: "\f294";
}
.fi-rr-border-inner:before {
  content: "\f295";
}
.fi-rr-border-left:before {
  content: "\f296";
}
.fi-rr-border-none:before {
  content: "\f297";
}
.fi-rr-border-outer:before {
  content: "\f298";
}
.fi-rr-border-right:before {
  content: "\f299";
}
.fi-rr-border-style-alt:before {
  content: "\f29a";
}
.fi-rr-border-style:before {
  content: "\f29b";
}
.fi-rr-border-top:before {
  content: "\f29c";
}
.fi-rr-boss:before {
  content: "\f29d";
}
.fi-rr-bottle-droplet:before {
  content: "\f29e";
}
.fi-rr-bottle:before {
  content: "\f29f";
}
.fi-rr-bow-arrow:before {
  content: "\f2a0";
}
.fi-rr-bowl-chopsticks-noodles:before {
  content: "\f2a1";
}
.fi-rr-bowl-chopsticks:before {
  content: "\f2a2";
}
.fi-rr-bowl-rice:before {
  content: "\f2a3";
}
.fi-rr-bowl-scoop:before {
  content: "\f2a4";
}
.fi-rr-bowl-scoops:before {
  content: "\f2a5";
}
.fi-rr-bowl-soft-serve:before {
  content: "\f2a6";
}
.fi-rr-bowl-spoon:before {
  content: "\f2a7";
}
.fi-rr-bowling-ball:before {
  content: "\f2a8";
}
.fi-rr-bowling-pins:before {
  content: "\f2a9";
}
.fi-rr-bowling:before {
  content: "\f2aa";
}
.fi-rr-box-alt:before {
  content: "\f2ab";
}
.fi-rr-box-ballot:before {
  content: "\f2ac";
}
.fi-rr-box-check:before {
  content: "\f2ad";
}
.fi-rr-box-circle-check:before {
  content: "\f2ae";
}
.fi-rr-box-dollar:before {
  content: "\f2af";
}
.fi-rr-box-fragile:before {
  content: "\f2b0";
}
.fi-rr-box-heart:before {
  content: "\f2b1";
}
.fi-rr-box-open-full:before {
  content: "\f2b2";
}
.fi-rr-box-open:before {
  content: "\f2b3";
}
.fi-rr-box-tissue:before {
  content: "\f2b4";
}
.fi-rr-box-up:before {
  content: "\f2b5";
}
.fi-rr-box:before {
  content: "\f2b6";
}
.fi-rr-boxes:before {
  content: "\f2b7";
}
.fi-rr-boxing-glove:before {
  content: "\f2b8";
}
.fi-rr-bracket-curly-right:before {
  content: "\f2b9";
}
.fi-rr-bracket-curly:before {
  content: "\f2ba";
}
.fi-rr-bracket-round-right:before {
  content: "\f2bb";
}
.fi-rr-bracket-round:before {
  content: "\f2bc";
}
.fi-rr-bracket-square-right:before {
  content: "\f2bd";
}
.fi-rr-bracket-square:before {
  content: "\f2be";
}
.fi-rr-brackets-curly:before {
  content: "\f2bf";
}
.fi-rr-brackets-round:before {
  content: "\f2c0";
}
.fi-rr-brackets-square:before {
  content: "\f2c1";
}
.fi-rr-braille-a:before {
  content: "\f2c2";
}
.fi-rr-braille-b:before {
  content: "\f2c3";
}
.fi-rr-braille-c:before {
  content: "\f2c4";
}
.fi-rr-braille-d:before {
  content: "\f2c5";
}
.fi-rr-braille-e:before {
  content: "\f2c6";
}
.fi-rr-braille-g:before {
  content: "\f2c7";
}
.fi-rr-braille-h:before {
  content: "\f2c8";
}
.fi-rr-braille-i:before {
  content: "\f2c9";
}
.fi-rr-braille-j:before {
  content: "\f2ca";
}
.fi-rr-braille-k:before {
  content: "\f2cb";
}
.fi-rr-braille-l:before {
  content: "\f2cc";
}
.fi-rr-braille-m:before {
  content: "\f2cd";
}
.fi-rr-braille-n-alt:before {
  content: "\f2ce";
}
.fi-rr-braille-n:before {
  content: "\f2cf";
}
.fi-rr-braille-o:before {
  content: "\f2d0";
}
.fi-rr-braille-p:before {
  content: "\f2d1";
}
.fi-rr-braille-q:before {
  content: "\f2d2";
}
.fi-rr-braille-r:before {
  content: "\f2d3";
}
.fi-rr-braille-s:before {
  content: "\f2d4";
}
.fi-rr-braille-t:before {
  content: "\f2d5";
}
.fi-rr-braille-u:before {
  content: "\f2d6";
}
.fi-rr-braille-v:before {
  content: "\f2d7";
}
.fi-rr-braille-w:before {
  content: "\f2d8";
}
.fi-rr-braille-x:before {
  content: "\f2d9";
}
.fi-rr-braille-y:before {
  content: "\f2da";
}
.fi-rr-braille-z:before {
  content: "\f2db";
}
.fi-rr-braille:before {
  content: "\f2dc";
}
.fi-rr-brain-circuit:before {
  content: "\f2dd";
}
.fi-rr-brain:before {
  content: "\f2de";
}
.fi-rr-brake-warning:before {
  content: "\f2df";
}
.fi-rr-branching:before {
  content: "\f2e0";
}
.fi-rr-brand:before {
  content: "\f2e1";
}
.fi-rr-branding:before {
  content: "\f2e2";
}
.fi-rr-bread-loaf:before {
  content: "\f2e3";
}
.fi-rr-bread-slice-butter:before {
  content: "\f2e4";
}
.fi-rr-bread-slice:before {
  content: "\f2e5";
}
.fi-rr-bread:before {
  content: "\f2e6";
}
.fi-rr-briefcase-arrow-right:before {
  content: "\f2e7";
}
.fi-rr-briefcase-blank:before {
  content: "\f2e8";
}
.fi-rr-briefcase:before {
  content: "\f2e9";
}
.fi-rr-brightness-low:before {
  content: "\f2ea";
}
.fi-rr-brightness:before {
  content: "\f2eb";
}
.fi-rr-bring-forward:before {
  content: "\f2ec";
}
.fi-rr-bring-front:before {
  content: "\f2ed";
}
.fi-rr-broadcast-tower:before {
  content: "\f2ee";
}
.fi-rr-broccoli:before {
  content: "\f2ef";
}
.fi-rr-broken-chain-link-wrong:before {
  content: "\f2f0";
}
.fi-rr-broken-image:before {
  content: "\f2f1";
}
.fi-rr-broom-ball:before {
  content: "\f2f2";
}
.fi-rr-broom:before {
  content: "\f2f3";
}
.fi-rr-browser-ui:before {
  content: "\f2f4";
}
.fi-rr-browser:before {
  content: "\f2f5";
}
.fi-rr-browsers:before {
  content: "\f2f6";
}
.fi-rr-brush:before {
  content: "\f2f7";
}
.fi-rr-bucket:before {
  content: "\f2f8";
}
.fi-rr-budget-alt:before {
  content: "\f2f9";
}
.fi-rr-budget:before {
  content: "\f2fa";
}
.fi-rr-bug-slash:before {
  content: "\f2fb";
}
.fi-rr-bug:before {
  content: "\f2fc";
}
.fi-rr-bugs:before {
  content: "\f2fd";
}
.fi-rr-build-alt:before {
  content: "\f2fe";
}
.fi-rr-build:before {
  content: "\f2ff";
}
.fi-rr-builder:before {
  content: "\f300";
}
.fi-rr-building-circle-arrow-right:before {
  content: "\f301";
}
.fi-rr-building-ngo:before {
  content: "\f302";
}
.fi-rr-building:before {
  content: "\f303";
}
.fi-rr-bulb:before {
  content: "\f304";
}
.fi-rr-bullet:before {
  content: "\f305";
}
.fi-rr-bullhorn:before {
  content: "\f306";
}
.fi-rr-bullseye-arrow:before {
  content: "\f307";
}
.fi-rr-bullseye-pointer:before {
  content: "\f308";
}
.fi-rr-bullseye:before {
  content: "\f309";
}
.fi-rr-burger-alt:before {
  content: "\f30a";
}
.fi-rr-burger-fries:before {
  content: "\f30b";
}
.fi-rr-burger-glass:before {
  content: "\f30c";
}
.fi-rr-burrito:before {
  content: "\f30d";
}
.fi-rr-burst:before {
  content: "\f30e";
}
.fi-rr-bus-alt:before {
  content: "\f30f";
}
.fi-rr-bus:before {
  content: "\f310";
}
.fi-rr-business-time:before {
  content: "\f311";
}
.fi-rr-Butter:before {
  content: "\f312";
}
.fi-rr-butterfly:before {
  content: "\f313";
}
.fi-rr-c:before {
  content: "\f314";
}
.fi-rr-cabin:before {
  content: "\f315";
}
.fi-rr-cactus:before {
  content: "\f316";
}
.fi-rr-cage-empty:before {
  content: "\f317";
}
.fi-rr-cake-birthday:before {
  content: "\f318";
}
.fi-rr-cake-slice:before {
  content: "\f319";
}
.fi-rr-cake-wedding:before {
  content: "\f31a";
}
.fi-rr-calculator-bill:before {
  content: "\f31b";
}
.fi-rr-calculator-math-tax:before {
  content: "\f31c";
}
.fi-rr-calculator-money:before {
  content: "\f31d";
}
.fi-rr-calculator-simple:before {
  content: "\f31e";
}
.fi-rr-calculator:before {
  content: "\f31f";
}
.fi-rr-calendar-arrow-down:before {
  content: "\f320";
}
.fi-rr-calendar-arrow-up:before {
  content: "\f321";
}
.fi-rr-calendar-birhtday-cake:before {
  content: "\f322";
}
.fi-rr-calendar-call:before {
  content: "\f323";
}
.fi-rr-calendar-check:before {
  content: "\f324";
}
.fi-rr-calendar-clock:before {
  content: "\f325";
}
.fi-rr-calendar-day:before {
  content: "\f326";
}
.fi-rr-calendar-days:before {
  content: "\f327";
}
.fi-rr-calendar-event-tax:before {
  content: "\f328";
}
.fi-rr-calendar-exclamation:before {
  content: "\f329";
}
.fi-rr-calendar-gavel-legal:before {
  content: "\f32a";
}
.fi-rr-calendar-heart:before {
  content: "\f32b";
}
.fi-rr-calendar-image:before {
  content: "\f32c";
}
.fi-rr-calendar-lines-pen:before {
  content: "\f32d";
}
.fi-rr-calendar-lines:before {
  content: "\f32e";
}
.fi-rr-calendar-minus:before {
  content: "\f32f";
}
.fi-rr-calendar-payment-loan:before {
  content: "\f330";
}
.fi-rr-calendar-pen:before {
  content: "\f331";
}
.fi-rr-calendar-plus:before {
  content: "\f332";
}
.fi-rr-calendar-salary:before {
  content: "\f333";
}
.fi-rr-calendar-shift-swap:before {
  content: "\f334";
}
.fi-rr-calendar-star:before {
  content: "\f335";
}
.fi-rr-calendar-swap:before {
  content: "\f336";
}
.fi-rr-calendar-week:before {
  content: "\f337";
}
.fi-rr-calendar-xmark:before {
  content: "\f338";
}
.fi-rr-calendar:before {
  content: "\f339";
}
.fi-rr-calendars:before {
  content: "\f33a";
}
.fi-rr-call-duration:before {
  content: "\f33b";
}
.fi-rr-call-history:before {
  content: "\f33c";
}
.fi-rr-call-incoming:before {
  content: "\f33d";
}
.fi-rr-call-missed:before {
  content: "\f33e";
}
.fi-rr-call-outgoing:before {
  content: "\f33f";
}
.fi-rr-camcorder:before {
  content: "\f340";
}
.fi-rr-camera-cctv:before {
  content: "\f341";
}
.fi-rr-camera-movie:before {
  content: "\f342";
}
.fi-rr-camera-retro:before {
  content: "\f343";
}
.fi-rr-camera-rotate:before {
  content: "\f344";
}
.fi-rr-camera-security:before {
  content: "\f345";
}
.fi-rr-camera-slash:before {
  content: "\f346";
}
.fi-rr-camera-viewfinder:before {
  content: "\f347";
}
.fi-rr-camera:before {
  content: "\f348";
}
.fi-rr-campfire:before {
  content: "\f349";
}
.fi-rr-camping:before {
  content: "\f34a";
}
.fi-rr-can-food:before {
  content: "\f34b";
}
.fi-rr-candle-holder:before {
  content: "\f34c";
}
.fi-rr-candle-lotus-yoga:before {
  content: "\f34d";
}
.fi-rr-candle-pose-yoga:before {
  content: "\f34e";
}
.fi-rr-candy-alt:before {
  content: "\f34f";
}
.fi-rr-candy-bar:before {
  content: "\f350";
}
.fi-rr-candy-cane:before {
  content: "\f351";
}
.fi-rr-candy-corn:before {
  content: "\f352";
}
.fi-rr-candy-sweet:before {
  content: "\f353";
}
.fi-rr-candy:before {
  content: "\f354";
}
.fi-rr-Cannabis:before {
  content: "\f355";
}
.fi-rr-canned-food:before {
  content: "\f356";
}
.fi-rr-capsules:before {
  content: "\f357";
}
.fi-rr-car-alt:before {
  content: "\f358";
}
.fi-rr-car-battery:before {
  content: "\f359";
}
.fi-rr-car-bolt:before {
  content: "\f35a";
}
.fi-rr-car-building:before {
  content: "\f35b";
}
.fi-rr-car-bump:before {
  content: "\f35c";
}
.fi-rr-car-bus:before {
  content: "\f35d";
}
.fi-rr-car-circle-bolt:before {
  content: "\f35e";
}
.fi-rr-car-crash:before {
  content: "\f35f";
}
.fi-rr-car-garage:before {
  content: "\f360";
}
.fi-rr-car-journey:before {
  content: "\f361";
}
.fi-rr-car-mechanic:before {
  content: "\f362";
}
.fi-rr-car-rear:before {
  content: "\f363";
}
.fi-rr-car-side-bolt:before {
  content: "\f364";
}
.fi-rr-car-side:before {
  content: "\f365";
}
.fi-rr-car-tilt:before {
  content: "\f366";
}
.fi-rr-car-tunnel:before {
  content: "\f367";
}
.fi-rr-car-wash:before {
  content: "\f368";
}
.fi-rr-car:before {
  content: "\f369";
}
.fi-rr-caravan-alt:before {
  content: "\f36a";
}
.fi-rr-caravan:before {
  content: "\f36b";
}
.fi-rr-card-club:before {
  content: "\f36c";
}
.fi-rr-card-diamond:before {
  content: "\f36d";
}
.fi-rr-card-heart:before {
  content: "\f36e";
}
.fi-rr-card-spade:before {
  content: "\f36f";
}
.fi-rr-cardinal-compass:before {
  content: "\f370";
}
.fi-rr-career-growth:before {
  content: "\f371";
}
.fi-rr-career-path:before {
  content: "\f372";
}
.fi-rr-caret-circle-down:before {
  content: "\f373";
}
.fi-rr-caret-circle-right:before {
  content: "\f374";
}
.fi-rr-caret-circle-up:before {
  content: "\f375";
}
.fi-rr-caret-down:before {
  content: "\f376";
}
.fi-rr-caret-left:before {
  content: "\f377";
}
.fi-rr-caret-quare-up:before {
  content: "\f378";
}
.fi-rr-caret-right:before {
  content: "\f379";
}
.fi-rr-caret-square-down:before {
  content: "\f37a";
}
.fi-rr-caret-square-left_1:before {
  content: "\f37b";
}
.fi-rr-caret-square-left:before {
  content: "\f37c";
}
.fi-rr-caret-square-right:before {
  content: "\f37d";
}
.fi-rr-caret-up:before {
  content: "\f37e";
}
.fi-rr-carrot:before {
  content: "\f37f";
}
.fi-rr-cars-crash:before {
  content: "\f380";
}
.fi-rr-cars:before {
  content: "\f381";
}
.fi-rr-cart-arrow-down:before {
  content: "\f382";
}
.fi-rr-cart-minus:before {
  content: "\f383";
}
.fi-rr-cart-shopping-fast:before {
  content: "\f384";
}
.fi-rr-cash-register:before {
  content: "\f385";
}
.fi-rr-cassette-tape:before {
  content: "\f386";
}
.fi-rr-cassette-vhs:before {
  content: "\f387";
}
.fi-rr-castle:before {
  content: "\f388";
}
.fi-rr-cat-head:before {
  content: "\f389";
}
.fi-rr-cat-space:before {
  content: "\f38a";
}
.fi-rr-cat:before {
  content: "\f38b";
}
.fi-rr-catalog-alt:before {
  content: "\f38c";
}
.fi-rr-catalog-magazine:before {
  content: "\f38d";
}
.fi-rr-catalog:before {
  content: "\f38e";
}
.fi-rr-category-alt:before {
  content: "\f38f";
}
.fi-rr-category:before {
  content: "\f390";
}
.fi-rr-cauldron:before {
  content: "\f391";
}
.fi-rr-cedi-sign:before {
  content: "\f392";
}
.fi-rr-cello:before {
  content: "\f393";
}
.fi-rr-cent-sign:before {
  content: "\f394";
}
.fi-rr-chair-office:before {
  content: "\f395";
}
.fi-rr-chair:before {
  content: "\f396";
}
.fi-rr-chalkboard-user:before {
  content: "\f397";
}
.fi-rr-chalkboard:before {
  content: "\f398";
}
.fi-rr-challenge-alt:before {
  content: "\f399";
}
.fi-rr-challenge:before {
  content: "\f39a";
}
.fi-rr-channel:before {
  content: "\f39b";
}
.fi-rr-charging-station:before {
  content: "\f39c";
}
.fi-rr-chart-area:before {
  content: "\f39d";
}
.fi-rr-chart-bullet:before {
  content: "\f39e";
}
.fi-rr-chart-candlestick:before {
  content: "\f39f";
}
.fi-rr-chart-connected:before {
  content: "\f3a0";
}
.fi-rr-chart-gantt:before {
  content: "\f3a1";
}
.fi-rr-chart-histogram:before {
  content: "\f3a2";
}
.fi-rr-chart-kanban:before {
  content: "\f3a3";
}
.fi-rr-chart-line-up-down:before {
  content: "\f3a4";
}
.fi-rr-chart-line-up:before {
  content: "\f3a5";
}
.fi-rr-chart-mixed-up-circle-currency:before {
  content: "\f3a6";
}
.fi-rr-chart-mixed-up-circle-dollar:before {
  content: "\f3a7";
}
.fi-rr-chart-mixed:before {
  content: "\f3a8";
}
.fi-rr-chart-network:before {
  content: "\f3a9";
}
.fi-rr-chart-pie-alt:before {
  content: "\f3aa";
}
.fi-rr-chart-pie-simple-circle-currency:before {
  content: "\f3ab";
}
.fi-rr-chart-pie-simple-circle-dollar:before {
  content: "\f3ac";
}
.fi-rr-chart-pie:before {
  content: "\f3ad";
}
.fi-rr-chart-pyramid:before {
  content: "\f3ae";
}
.fi-rr-chart-radar:before {
  content: "\f3af";
}
.fi-rr-chart-scatter-3d:before {
  content: "\f3b0";
}
.fi-rr-chart-scatter-bubble:before {
  content: "\f3b1";
}
.fi-rr-chart-scatter:before {
  content: "\f3b2";
}
.fi-rr-chart-set-theory:before {
  content: "\f3b3";
}
.fi-rr-chart-simple-horizontal:before {
  content: "\f3b4";
}
.fi-rr-chart-simple:before {
  content: "\f3b5";
}
.fi-rr-chart-tree-map:before {
  content: "\f3b6";
}
.fi-rr-chart-tree:before {
  content: "\f3b7";
}
.fi-rr-chart-user:before {
  content: "\f3b8";
}
.fi-rr-chart-waterfall:before {
  content: "\f3b9";
}
.fi-rr-chat-arrow-down:before {
  content: "\f3ba";
}
.fi-rr-chat-arrow-grow:before {
  content: "\f3bb";
}
.fi-rr-chat-bubble-call:before {
  content: "\f3bc";
}
.fi-rr-chatbot-speech-bubble:before {
  content: "\f3bd";
}
.fi-rr-chatbot:before {
  content: "\f3be";
}
.fi-rr-cheap-bill:before {
  content: "\f3bf";
}
.fi-rr-cheap-dollar:before {
  content: "\f3c0";
}
.fi-rr-cheap-stack-dollar:before {
  content: "\f3c1";
}
.fi-rr-cheap-stack:before {
  content: "\f3c2";
}
.fi-rr-cheap:before {
  content: "\f3c3";
}
.fi-rr-check-circle:before {
  content: "\f3c4";
}
.fi-rr-check-double:before {
  content: "\f3c5";
}
.fi-rr-check-in-calendar:before {
  content: "\f3c6";
}
.fi-rr-check-out-calendar:before {
  content: "\f3c7";
}
.fi-rr-check:before {
  content: "\f3c8";
}
.fi-rr-checkbox:before {
  content: "\f3c9";
}
.fi-rr-checklist-task-budget:before {
  content: "\f3ca";
}
.fi-rr-cheese-alt:before {
  content: "\f3cb";
}
.fi-rr-cheese:before {
  content: "\f3cc";
}
.fi-rr-cheeseburger:before {
  content: "\f3cd";
}
.fi-rr-cherry:before {
  content: "\f3ce";
}
.fi-rr-chess-bishop:before {
  content: "\f3cf";
}
.fi-rr-chess-board:before {
  content: "\f3d0";
}
.fi-rr-chess-clock-alt:before {
  content: "\f3d1";
}
.fi-rr-chess-clock:before {
  content: "\f3d2";
}
.fi-rr-chess-king-alt:before {
  content: "\f3d3";
}
.fi-rr-chess-king:before {
  content: "\f3d4";
}
.fi-rr-chess-knight-alt:before {
  content: "\f3d5";
}
.fi-rr-chess-knight:before {
  content: "\f3d6";
}
.fi-rr-chess-pawn-alt:before {
  content: "\f3d7";
}
.fi-rr-chess-piece:before {
  content: "\f3d8";
}
.fi-rr-chess-queen-alt:before {
  content: "\f3d9";
}
.fi-rr-chess-queen:before {
  content: "\f3da";
}
.fi-rr-chess-rook-alt:before {
  content: "\f3db";
}
.fi-rr-chess-rook:before {
  content: "\f3dc";
}
.fi-rr-chess:before {
  content: "\f3dd";
}
.fi-rr-chevron-double-down:before {
  content: "\f3de";
}
.fi-rr-chevron-double-up:before {
  content: "\f3df";
}
.fi-rr-child-head:before {
  content: "\f3e0";
}
.fi-rr-child:before {
  content: "\f3e1";
}
.fi-rr-chimney:before {
  content: "\f3e2";
}
.fi-rr-chip:before {
  content: "\f3e3";
}
.fi-rr-chocolate:before {
  content: "\f3e4";
}
.fi-rr-choir-singing:before {
  content: "\f3e5";
}
.fi-rr-choose-alt:before {
  content: "\f3e6";
}
.fi-rr-choose:before {
  content: "\f3e7";
}
.fi-rr-church:before {
  content: "\f3e8";
}
.fi-rr-circle-0:before {
  content: "\f3e9";
}
.fi-rr-circle-1:before {
  content: "\f3ea";
}
.fi-rr-circle-2:before {
  content: "\f3eb";
}
.fi-rr-circle-3:before {
  content: "\f3ec";
}
.fi-rr-circle-4:before {
  content: "\f3ed";
}
.fi-rr-circle-5:before {
  content: "\f3ee";
}
.fi-rr-circle-6:before {
  content: "\f3ef";
}
.fi-rr-circle-7:before {
  content: "\f3f0";
}
.fi-rr-circle-8:before {
  content: "\f3f1";
}
.fi-rr-circle-9:before {
  content: "\f3f2";
}
.fi-rr-circle-a:before {
  content: "\f3f3";
}
.fi-rr-circle-b:before {
  content: "\f3f4";
}
.fi-rr-circle-bolt:before {
  content: "\f3f5";
}
.fi-rr-circle-book-open:before {
  content: "\f3f6";
}
.fi-rr-circle-bookmark:before {
  content: "\f3f7";
}
.fi-rr-circle-c:before {
  content: "\f3f8";
}
.fi-rr-circle-calendar:before {
  content: "\f3f9";
}
.fi-rr-circle-camera:before {
  content: "\f3fa";
}
.fi-rr-circle-d:before {
  content: "\f3fb";
}
.fi-rr-circle-dashed:before {
  content: "\f3fc";
}
.fi-rr-circle-divide:before {
  content: "\f3fd";
}
.fi-rr-circle-e:before {
  content: "\f3fe";
}
.fi-rr-circle-ellipsis-vertical:before {
  content: "\f3ff";
}
.fi-rr-circle-ellipsis:before {
  content: "\f400";
}
.fi-rr-circle-envelope:before {
  content: "\f401";
}
.fi-rr-circle-exclamation-check:before {
  content: "\f402";
}
.fi-rr-circle-f:before {
  content: "\f403";
}
.fi-rr-circle-g:before {
  content: "\f404";
}
.fi-rr-circle-h:before {
  content: "\f405";
}
.fi-rr-circle-half-stroke:before {
  content: "\f406";
}
.fi-rr-circle-half:before {
  content: "\f407";
}
.fi-rr-circle-heart:before {
  content: "\f408";
}
.fi-rr-circle-i:before {
  content: "\f409";
}
.fi-rr-circle-j:before {
  content: "\f40a";
}
.fi-rr-circle-k:before {
  content: "\f40b";
}
.fi-rr-circle-l:before {
  content: "\f40c";
}
.fi-rr-circle-m:before {
  content: "\f40d";
}
.fi-rr-circle-microphone-lines:before {
  content: "\f40e";
}
.fi-rr-circle-microphone:before {
  content: "\f40f";
}
.fi-rr-circle-n:before {
  content: "\f410";
}
.fi-rr-circle-nodes:before {
  content: "\f411";
}
.fi-rr-circle-o:before {
  content: "\f412";
}
.fi-rr-circle-overlap:before {
  content: "\f413";
}
.fi-rr-circle-p:before {
  content: "\f414";
}
.fi-rr-circle-phone-flip:before {
  content: "\f415";
}
.fi-rr-circle-phone-hangup:before {
  content: "\f416";
}
.fi-rr-circle-phone:before {
  content: "\f417";
}
.fi-rr-circle-q:before {
  content: "\f418";
}
.fi-rr-circle-quarter:before {
  content: "\f419";
}
.fi-rr-circle-quarters-alt:before {
  content: "\f41a";
}
.fi-rr-circle-r:before {
  content: "\f41b";
}
.fi-rr-circle-s:before {
  content: "\f41c";
}
.fi-rr-circle-small:before {
  content: "\f41d";
}
.fi-rr-circle-star:before {
  content: "\f41e";
}
.fi-rr-circle-t:before {
  content: "\f41f";
}
.fi-rr-circle-three-quarters:before {
  content: "\f420";
}
.fi-rr-circle-trash:before {
  content: "\f421";
}
.fi-rr-circle-u:before {
  content: "\f422";
}
.fi-rr-circle-user:before {
  content: "\f423";
}
.fi-rr-circle-v:before {
  content: "\f424";
}
.fi-rr-circle-video:before {
  content: "\f425";
}
.fi-rr-circle-w:before {
  content: "\f426";
}
.fi-rr-circle-waveform-lines:before {
  content: "\f427";
}
.fi-rr-circle-x:before {
  content: "\f428";
}
.fi-rr-circle-xmark:before {
  content: "\f429";
}
.fi-rr-circle-y:before {
  content: "\f42a";
}
.fi-rr-circle-z:before {
  content: "\f42b";
}
.fi-rr-circle:before {
  content: "\f42c";
}
.fi-rr-citrus-slice:before {
  content: "\f42d";
}
.fi-rr-citrus:before {
  content: "\f42e";
}
.fi-rr-city:before {
  content: "\f42f";
}
.fi-rr-clapperboard-play:before {
  content: "\f430";
}
.fi-rr-clapperboard:before {
  content: "\f431";
}
.fi-rr-clarinet:before {
  content: "\f432";
}
.fi-rr-claw-marks:before {
  content: "\f433";
}
.fi-rr-clear-alt:before {
  content: "\f434";
}
.fi-rr-clip-file:before {
  content: "\f435";
}
.fi-rr-clip-mail:before {
  content: "\f436";
}
.fi-rr-clip:before {
  content: "\f437";
}
.fi-rr-clipboard-check:before {
  content: "\f438";
}
.fi-rr-clipboard-exclamation:before {
  content: "\f439";
}
.fi-rr-clipboard-list-check:before {
  content: "\f43a";
}
.fi-rr-clipboard-list:before {
  content: "\f43b";
}
.fi-rr-clipboard-prescription:before {
  content: "\f43c";
}
.fi-rr-clipboard-question:before {
  content: "\f43d";
}
.fi-rr-clipboard-user:before {
  content: "\f43e";
}
.fi-rr-clipboard:before {
  content: "\f43f";
}
.fi-rr-clipoard-wrong:before {
  content: "\f440";
}
.fi-rr-clock-desk:before {
  content: "\f441";
}
.fi-rr-clock-eight-thirty:before {
  content: "\f442";
}
.fi-rr-clock-eleven-thirty:before {
  content: "\f443";
}
.fi-rr-clock-eleven:before {
  content: "\f444";
}
.fi-rr-clock-five-thirty:before {
  content: "\f445";
}
.fi-rr-clock-five:before {
  content: "\f446";
}
.fi-rr-clock-four-thirty:before {
  content: "\f447";
}
.fi-rr-clock-nine-thirty:before {
  content: "\f448";
}
.fi-rr-clock-nine:before {
  content: "\f449";
}
.fi-rr-clock-one-thirty:before {
  content: "\f44a";
}
.fi-rr-clock-one:before {
  content: "\f44b";
}
.fi-rr-clock-seven-thirty:before {
  content: "\f44c";
}
.fi-rr-clock-seven:before {
  content: "\f44d";
}
.fi-rr-clock-six-thirty:before {
  content: "\f44e";
}
.fi-rr-clock-six:before {
  content: "\f44f";
}
.fi-rr-clock-ten-thirty:before {
  content: "\f450";
}
.fi-rr-clock-ten:before {
  content: "\f451";
}
.fi-rr-clock-three-thirty:before {
  content: "\f452";
}
.fi-rr-clock-three:before {
  content: "\f453";
}
.fi-rr-clock-time-tracking:before {
  content: "\f454";
}
.fi-rr-clock-twelve-thirty:before {
  content: "\f455";
}
.fi-rr-clock-twelve:before {
  content: "\f456";
}
.fi-rr-clock-two-thirty:before {
  content: "\f457";
}
.fi-rr-clock-two:before {
  content: "\f458";
}
.fi-rr-clock-up-arrow:before {
  content: "\f459";
}
.fi-rr-clock:before {
  content: "\f45a";
}
.fi-rr-clone:before {
  content: "\f45b";
}
.fi-rr-closed-captioning-slash:before {
  content: "\f45c";
}
.fi-rr-clothes-hanger:before {
  content: "\f45d";
}
.fi-rr-cloud-back-up-alt:before {
  content: "\f45e";
}
.fi-rr-cloud-back-up:before {
  content: "\f45f";
}
.fi-rr-cloud-check:before {
  content: "\f460";
}
.fi-rr-cloud-code:before {
  content: "\f461";
}
.fi-rr-cloud-disabled:before {
  content: "\f462";
}
.fi-rr-cloud-download-alt:before {
  content: "\f463";
}
.fi-rr-cloud-download:before {
  content: "\f464";
}
.fi-rr-cloud-drizzle:before {
  content: "\f465";
}
.fi-rr-cloud-exclamation:before {
  content: "\f466";
}
.fi-rr-cloud-gear-automation:before {
  content: "\f467";
}
.fi-rr-cloud-hail-mixed:before {
  content: "\f468";
}
.fi-rr-cloud-hail:before {
  content: "\f469";
}
.fi-rr-cloud-meatball:before {
  content: "\f46a";
}
.fi-rr-cloud-moon-rain:before {
  content: "\f46b";
}
.fi-rr-cloud-moon:before {
  content: "\f46c";
}
.fi-rr-cloud-question:before {
  content: "\f46d";
}
.fi-rr-cloud-rain:before {
  content: "\f46e";
}
.fi-rr-cloud-rainbow:before {
  content: "\f46f";
}
.fi-rr-cloud-share:before {
  content: "\f470";
}
.fi-rr-cloud-showers-heavy:before {
  content: "\f471";
}
.fi-rr-cloud-showers:before {
  content: "\f472";
}
.fi-rr-cloud-sleet:before {
  content: "\f473";
}
.fi-rr-cloud-snow:before {
  content: "\f474";
}
.fi-rr-cloud-sun-rain:before {
  content: "\f475";
}
.fi-rr-cloud-sun:before {
  content: "\f476";
}
.fi-rr-cloud-upload-alt:before {
  content: "\f477";
}
.fi-rr-cloud-upload:before {
  content: "\f478";
}
.fi-rr-cloud:before {
  content: "\f479";
}
.fi-rr-clouds-moon:before {
  content: "\f47a";
}
.fi-rr-clouds-sun:before {
  content: "\f47b";
}
.fi-rr-clouds:before {
  content: "\f47c";
}
.fi-rr-clover-alt:before {
  content: "\f47d";
}
.fi-rr-club:before {
  content: "\f47e";
}
.fi-rr-cocktail-alt:before {
  content: "\f47f";
}
.fi-rr-cocktail:before {
  content: "\f480";
}
.fi-rr-coconut:before {
  content: "\f481";
}
.fi-rr-code-branch:before {
  content: "\f482";
}
.fi-rr-code-commit:before {
  content: "\f483";
}
.fi-rr-code-compare:before {
  content: "\f484";
}
.fi-rr-code-fork:before {
  content: "\f485";
}
.fi-rr-code-merge:before {
  content: "\f486";
}
.fi-rr-code-pull-request-closed:before {
  content: "\f487";
}
.fi-rr-code-pull-request-draft:before {
  content: "\f488";
}
.fi-rr-code-pull-request:before {
  content: "\f489";
}
.fi-rr-code-simple:before {
  content: "\f48a";
}
.fi-rr-coffee-bean:before {
  content: "\f48b";
}
.fi-rr-coffee-beans:before {
  content: "\f48c";
}
.fi-rr-coffee-heart:before {
  content: "\f48d";
}
.fi-rr-coffee-pot:before {
  content: "\f48e";
}
.fi-rr-coffee:before {
  content: "\f48f";
}
.fi-rr-coffin-cross:before {
  content: "\f490";
}
.fi-rr-coffin:before {
  content: "\f491";
}
.fi-rr-coin-up-arrow:before {
  content: "\f492";
}
.fi-rr-coin:before {
  content: "\f493";
}
.fi-rr-coins:before {
  content: "\f494";
}
.fi-rr-colon-sign:before {
  content: "\f495";
}
.fi-rr-columns-3:before {
  content: "\f496";
}
.fi-rr-comet:before {
  content: "\f497";
}
.fi-rr-command:before {
  content: "\f498";
}
.fi-rr-comment-alt-check:before {
  content: "\f499";
}
.fi-rr-comment-alt-dots:before {
  content: "\f49a";
}
.fi-rr-comment-alt-edit:before {
  content: "\f49b";
}
.fi-rr-comment-alt-medical:before {
  content: "\f49c";
}
.fi-rr-comment-alt-middle-top:before {
  content: "\f49d";
}
.fi-rr-comment-alt-middle:before {
  content: "\f49e";
}
.fi-rr-comment-alt-minus:before {
  content: "\f49f";
}
.fi-rr-comment-alt-music:before {
  content: "\f4a0";
}
.fi-rr-comment-alt:before {
  content: "\f4a1";
}
.fi-rr-comment-arrow-down:before {
  content: "\f4a2";
}
.fi-rr-comment-arrow-up-right:before {
  content: "\f4a3";
}
.fi-rr-comment-arrow-up:before {
  content: "\f4a4";
}
.fi-rr-comment-check:before {
  content: "\f4a5";
}
.fi-rr-comment-code:before {
  content: "\f4a6";
}
.fi-rr-comment-dollar:before {
  content: "\f4a7";
}
.fi-rr-comment-dots:before {
  content: "\f4a8";
}
.fi-rr-comment-exclamation:before {
  content: "\f4a9";
}
.fi-rr-comment-heart:before {
  content: "\f4aa";
}
.fi-rr-comment-image:before {
  content: "\f4ab";
}
.fi-rr-comment-info:before {
  content: "\f4ac";
}
.fi-rr-comment-medical:before {
  content: "\f4ad";
}
.fi-rr-comment-minus:before {
  content: "\f4ae";
}
.fi-rr-comment-pen:before {
  content: "\f4af";
}
.fi-rr-comment-question:before {
  content: "\f4b0";
}
.fi-rr-comment-quote:before {
  content: "\f4b1";
}
.fi-rr-comment-slash:before {
  content: "\f4b2";
}
.fi-rr-comment-smile:before {
  content: "\f4b3";
}
.fi-rr-comment-sms:before {
  content: "\f4b4";
}
.fi-rr-comment-text:before {
  content: "\f4b5";
}
.fi-rr-comment-user:before {
  content: "\f4b6";
}
.fi-rr-comment-xmark:before {
  content: "\f4b7";
}
.fi-rr-comment:before {
  content: "\f4b8";
}
.fi-rr-comments-dollar:before {
  content: "\f4b9";
}
.fi-rr-comments-question-check:before {
  content: "\f4ba";
}
.fi-rr-comments-question:before {
  content: "\f4bb";
}
.fi-rr-comments:before {
  content: "\f4bc";
}
.fi-rr-compass-alt:before {
  content: "\f4bd";
}
.fi-rr-compass-east:before {
  content: "\f4be";
}
.fi-rr-compass-north:before {
  content: "\f4bf";
}
.fi-rr-compass-slash:before {
  content: "\f4c0";
}
.fi-rr-compass-south:before {
  content: "\f4c1";
}
.fi-rr-compass-west:before {
  content: "\f4c2";
}
.fi-rr-completed:before {
  content: "\f4c3";
}
.fi-rr-compliance-clipboard:before {
  content: "\f4c4";
}
.fi-rr-compliance-document:before {
  content: "\f4c5";
}
.fi-rr-compliance:before {
  content: "\f4c6";
}
.fi-rr-compress-alt:before {
  content: "\f4c7";
}
.fi-rr-compress:before {
  content: "\f4c8";
}
.fi-rr-computer-classic:before {
  content: "\f4c9";
}
.fi-rr-computer-mouse:before {
  content: "\f4ca";
}
.fi-rr-computer-speaker:before {
  content: "\f4cb";
}
.fi-rr-computer:before {
  content: "\f4cc";
}
.fi-rr-concierge-bell:before {
  content: "\f4cd";
}
.fi-rr-condition-alt:before {
  content: "\f4ce";
}
.fi-rr-condition:before {
  content: "\f4cf";
}
.fi-rr-confetti:before {
  content: "\f4d0";
}
.fi-rr-constellation:before {
  content: "\f4d1";
}
.fi-rr-container-storage:before {
  content: "\f4d2";
}
.fi-rr-convert-document:before {
  content: "\f4d3";
}
.fi-rr-convert-shapes:before {
  content: "\f4d4";
}
.fi-rr-conveyor-belt-alt:before {
  content: "\f4d5";
}
.fi-rr-conveyor-belt-arm:before {
  content: "\f4d6";
}
.fi-rr-conveyor-belt-empty:before {
  content: "\f4d7";
}
.fi-rr-conveyor-belt:before {
  content: "\f4d8";
}
.fi-rr-cookie-alt:before {
  content: "\f4d9";
}
.fi-rr-cookie:before {
  content: "\f4da";
}
.fi-rr-copy-alt:before {
  content: "\f4db";
}
.fi-rr-copy-image:before {
  content: "\f4dc";
}
.fi-rr-copy:before {
  content: "\f4dd";
}
.fi-rr-copyright:before {
  content: "\f4de";
}
.fi-rr-corn:before {
  content: "\f4df";
}
.fi-rr-corporate-alt:before {
  content: "\f4e0";
}
.fi-rr-corporate:before {
  content: "\f4e1";
}
.fi-rr-couch:before {
  content: "\f4e2";
}
.fi-rr-court-sport:before {
  content: "\f4e3";
}
.fi-rr-cow-alt:before {
  content: "\f4e4";
}
.fi-rr-cow:before {
  content: "\f4e5";
}
.fi-rr-cowbell-circle-plus:before {
  content: "\f4e6";
}
.fi-rr-cowbell-more:before {
  content: "\f4e7";
}
.fi-rr-cowbell:before {
  content: "\f4e8";
}
.fi-rr-crab:before {
  content: "\f4e9";
}
.fi-rr-crate-empty:before {
  content: "\f4ea";
}
.fi-rr-cream:before {
  content: "\f4eb";
}
.fi-rr-credit-card-buyer:before {
  content: "\f4ec";
}
.fi-rr-credit-card-eye:before {
  content: "\f4ed";
}
.fi-rr-credit-card:before {
  content: "\f4ee";
}
.fi-rr-cricket:before {
  content: "\f4ef";
}
.fi-rr-crm-alt:before {
  content: "\f4f0";
}
.fi-rr-crm-computer:before {
  content: "\f4f1";
}
.fi-rr-CRM:before {
  content: "\f4f2";
}
.fi-rr-croissant:before {
  content: "\f4f3";
}
.fi-rr-cross-circle:before {
  content: "\f4f4";
}
.fi-rr-cross-religion:before {
  content: "\f4f5";
}
.fi-rr-cross-small:before {
  content: "\f4f6";
}
.fi-rr-cross:before {
  content: "\f4f7";
}
.fi-rr-crow:before {
  content: "\f4f8";
}
.fi-rr-crown:before {
  content: "\f4f9";
}
.fi-rr-crutch:before {
  content: "\f4fa";
}
.fi-rr-crutches:before {
  content: "\f4fb";
}
.fi-rr-cruzeiro-sign:before {
  content: "\f4fc";
}
.fi-rr-crypto-calendar:before {
  content: "\f4fd";
}
.fi-rr-cryptocurrency:before {
  content: "\f4fe";
}
.fi-rr-crystal-ball:before {
  content: "\f4ff";
}
.fi-rr-cube:before {
  content: "\f500";
}
.fi-rr-cubes-stacked:before {
  content: "\f501";
}
.fi-rr-cubes:before {
  content: "\f502";
}
.fi-rr-cucumber:before {
  content: "\f503";
}
.fi-rr-cup-straw-swoosh:before {
  content: "\f504";
}
.fi-rr-cup-straw:before {
  content: "\f505";
}
.fi-rr-cup-togo:before {
  content: "\f506";
}
.fi-rr-cupcake-alt:before {
  content: "\f507";
}
.fi-rr-cupcake:before {
  content: "\f508";
}
.fi-rr-curling:before {
  content: "\f509";
}
.fi-rr-cursor-finger:before {
  content: "\f50a";
}
.fi-rr-cursor-plus:before {
  content: "\f50b";
}
.fi-rr-cursor-text-alt:before {
  content: "\f50c";
}
.fi-rr-cursor-text:before {
  content: "\f50d";
}
.fi-rr-cursor:before {
  content: "\f50e";
}
.fi-rr-curve-alt:before {
  content: "\f50f";
}
.fi-rr-curve-arrow:before {
  content: "\f510";
}
.fi-rr-curve:before {
  content: "\f511";
}
.fi-rr-custard:before {
  content: "\f512";
}
.fi-rr-customer-care:before {
  content: "\f513";
}
.fi-rr-customer-service:before {
  content: "\f514";
}
.fi-rr-customization-cogwheel:before {
  content: "\f515";
}
.fi-rr-customization:before {
  content: "\f516";
}
.fi-rr-customize-computer:before {
  content: "\f517";
}
.fi-rr-customize-edit:before {
  content: "\f518";
}
.fi-rr-customize:before {
  content: "\f519";
}
.fi-rr-CV:before {
  content: "\f51a";
}
.fi-rr-cvv-card:before {
  content: "\f51b";
}
.fi-rr-d:before {
  content: "\f51c";
}
.fi-rr-dagger:before {
  content: "\f51d";
}
.fi-rr-daily-calendar:before {
  content: "\f51e";
}
.fi-rr-damage:before {
  content: "\f51f";
}
.fi-rr-dart:before {
  content: "\f520";
}
.fi-rr-dashboard-monitor:before {
  content: "\f521";
}
.fi-rr-dashboard-panel:before {
  content: "\f522";
}
.fi-rr-dashboard:before {
  content: "\f523";
}
.fi-rr-data-transfer:before {
  content: "\f524";
}
.fi-rr-database:before {
  content: "\f525";
}
.fi-rr-debt:before {
  content: "\f526";
}
.fi-rr-deer-rudolph:before {
  content: "\f527";
}
.fi-rr-deer:before {
  content: "\f528";
}
.fi-rr-delete-document:before {
  content: "\f529";
}
.fi-rr-delete-right:before {
  content: "\f52a";
}
.fi-rr-delete-user:before {
  content: "\f52b";
}
.fi-rr-delete:before {
  content: "\f52c";
}
.fi-rr-democrat:before {
  content: "\f52d";
}
.fi-rr-department-structure:before {
  content: "\f52e";
}
.fi-rr-department:before {
  content: "\f52f";
}
.fi-rr-deposit-alt:before {
  content: "\f530";
}
.fi-rr-deposit:before {
  content: "\f531";
}
.fi-rr-description-alt:before {
  content: "\f532";
}
.fi-rr-description:before {
  content: "\f533";
}
.fi-rr-desk:before {
  content: "\f534";
}
.fi-rr-desktop-arrow-down:before {
  content: "\f535";
}
.fi-rr-desktop-wallpaper:before {
  content: "\f536";
}
.fi-rr-devices:before {
  content: "\f537";
}
.fi-rr-dewpoint:before {
  content: "\f538";
}
.fi-rr-dharmachakra:before {
  content: "\f539";
}
.fi-rr-diagram-cells:before {
  content: "\f53a";
}
.fi-rr-diagram-lean-canvas:before {
  content: "\f53b";
}
.fi-rr-diagram-nested:before {
  content: "\f53c";
}
.fi-rr-diagram-next:before {
  content: "\f53d";
}
.fi-rr-diagram-predecessor:before {
  content: "\f53e";
}
.fi-rr-diagram-previous:before {
  content: "\f53f";
}
.fi-rr-diagram-project:before {
  content: "\f540";
}
.fi-rr-diagram-sankey:before {
  content: "\f541";
}
.fi-rr-diagram-subtask:before {
  content: "\f542";
}
.fi-rr-diagram-successor:before {
  content: "\f543";
}
.fi-rr-diagram-venn:before {
  content: "\f544";
}
.fi-rr-dial-high:before {
  content: "\f545";
}
.fi-rr-dial-low:before {
  content: "\f546";
}
.fi-rr-dial-max:before {
  content: "\f547";
}
.fi-rr-dial-med-low:before {
  content: "\f548";
}
.fi-rr-dial-med:before {
  content: "\f549";
}
.fi-rr-dial-min:before {
  content: "\f54a";
}
.fi-rr-dial-off:before {
  content: "\f54b";
}
.fi-rr-dial:before {
  content: "\f54c";
}
.fi-rr-diamond-exclamation:before {
  content: "\f54d";
}
.fi-rr-diamond-turn-right:before {
  content: "\f54e";
}
.fi-rr-diamond:before {
  content: "\f54f";
}
.fi-rr-diary-bookmark-down:before {
  content: "\f550";
}
.fi-rr-diary-bookmarks:before {
  content: "\f551";
}
.fi-rr-diary-clasp:before {
  content: "\f552";
}
.fi-rr-dice-alt:before {
  content: "\f553";
}
.fi-rr-dice-d10:before {
  content: "\f554";
}
.fi-rr-dice-d12:before {
  content: "\f555";
}
.fi-rr-dice-d20:before {
  content: "\f556";
}
.fi-rr-dice-d4:before {
  content: "\f557";
}
.fi-rr-dice-d6:before {
  content: "\f558";
}
.fi-rr-dice-d8:before {
  content: "\f559";
}
.fi-rr-dice-four:before {
  content: "\f55a";
}
.fi-rr-dice-one:before {
  content: "\f55b";
}
.fi-rr-dice-six:before {
  content: "\f55c";
}
.fi-rr-dice-three:before {
  content: "\f55d";
}
.fi-rr-dice-two:before {
  content: "\f55e";
}
.fi-rr-dice:before {
  content: "\f55f";
}
.fi-rr-digging:before {
  content: "\f560";
}
.fi-rr-digital-tachograph:before {
  content: "\f561";
}
.fi-rr-dinner:before {
  content: "\f562";
}
.fi-rr-diploma:before {
  content: "\f563";
}
.fi-rr-direction-signal-arrow:before {
  content: "\f564";
}
.fi-rr-direction-signal:before {
  content: "\f565";
}
.fi-rr-disc-drive:before {
  content: "\f566";
}
.fi-rr-disco-ball:before {
  content: "\f567";
}
.fi-rr-discover:before {
  content: "\f568";
}
.fi-rr-disease:before {
  content: "\f569";
}
.fi-rr-disk:before {
  content: "\f56a";
}
.fi-rr-display-arrow-down:before {
  content: "\f56b";
}
.fi-rr-display-chart-up:before {
  content: "\f56c";
}
.fi-rr-display-code:before {
  content: "\f56d";
}
.fi-rr-display-medical:before {
  content: "\f56e";
}
.fi-rr-display-slash:before {
  content: "\f56f";
}
.fi-rr-distribute-spacing-horizontal:before {
  content: "\f570";
}
.fi-rr-distribute-spacing-vertical:before {
  content: "\f571";
}
.fi-rr-divide:before {
  content: "\f572";
}
.fi-rr-dizzy:before {
  content: "\f573";
}
.fi-rr-dna:before {
  content: "\f574";
}
.fi-rr-do-not-enter:before {
  content: "\f575";
}
.fi-rr-doctor:before {
  content: "\f576";
}
.fi-rr-document-circle-wrong:before {
  content: "\f577";
}
.fi-rr-document-paid:before {
  content: "\f578";
}
.fi-rr-document-signed:before {
  content: "\f579";
}
.fi-rr-document:before {
  content: "\f57a";
}
.fi-rr-dog-leashed:before {
  content: "\f57b";
}
.fi-rr-dog:before {
  content: "\f57c";
}
.fi-rr-dollar:before {
  content: "\f57d";
}
.fi-rr-dolly-flatbed-alt:before {
  content: "\f57e";
}
.fi-rr-dolly-flatbed-empty:before {
  content: "\f57f";
}
.fi-rr-dolly-flatbed:before {
  content: "\f580";
}
.fi-rr-dolphin:before {
  content: "\f581";
}
.fi-rr-domino-effect:before {
  content: "\f582";
}
.fi-rr-donate:before {
  content: "\f583";
}
.fi-rr-dong-sign:before {
  content: "\f584";
}
.fi-rr-donut:before {
  content: "\f585";
}
.fi-rr-door-closed:before {
  content: "\f586";
}
.fi-rr-door-open:before {
  content: "\f587";
}
.fi-rr-dot-circle:before {
  content: "\f588";
}
.fi-rr-dot-pending:before {
  content: "\f589";
}
.fi-rr-dove:before {
  content: "\f58a";
}
.fi-rr-down-from-bracket:before {
  content: "\f58b";
}
.fi-rr-down-left-and-up-right-to-center:before {
  content: "\f58c";
}
.fi-rr-down-left:before {
  content: "\f58d";
}
.fi-rr-down-right:before {
  content: "\f58e";
}
.fi-rr-down-to-line:before {
  content: "\f58f";
}
.fi-rr-down:before {
  content: "\f590";
}
.fi-rr-download:before {
  content: "\f591";
}
.fi-rr-drafting-compass:before {
  content: "\f592";
}
.fi-rr-dragon:before {
  content: "\f593";
}
.fi-rr-draw-polygon:before {
  content: "\f594";
}
.fi-rr-draw-square:before {
  content: "\f595";
}
.fi-rr-drawer-alt:before {
  content: "\f596";
}
.fi-rr-drawer-empty:before {
  content: "\f597";
}
.fi-rr-drawer:before {
  content: "\f598";
}
.fi-rr-dreidel:before {
  content: "\f599";
}
.fi-rr-drink-alt:before {
  content: "\f59a";
}
.fi-rr-driver-man:before {
  content: "\f59b";
}
.fi-rr-driver-woman:before {
  content: "\f59c";
}
.fi-rr-drone-alt:before {
  content: "\f59d";
}
.fi-rr-drone-front:before {
  content: "\f59e";
}
.fi-rr-drone:before {
  content: "\f59f";
}
.fi-rr-drop-down:before {
  content: "\f5a0";
}
.fi-rr-dropdown-select:before {
  content: "\f5a1";
}
.fi-rr-dropdown:before {
  content: "\f5a2";
}
.fi-rr-drum-steelpan:before {
  content: "\f5a3";
}
.fi-rr-drum:before {
  content: "\f5a4";
}
.fi-rr-drumstick-bite:before {
  content: "\f5a5";
}
.fi-rr-drumstick:before {
  content: "\f5a6";
}
.fi-rr-dryer-alt:before {
  content: "\f5a7";
}
.fi-rr-dryer:before {
  content: "\f5a8";
}
.fi-rr-duck:before {
  content: "\f5a9";
}
.fi-rr-dumbbell-fitness:before {
  content: "\f5aa";
}
.fi-rr-dumbbell-horizontal:before {
  content: "\f5ab";
}
.fi-rr-dumbbell-ray:before {
  content: "\f5ac";
}
.fi-rr-dumbbell-weightlifting:before {
  content: "\f5ad";
}
.fi-rr-dumpster-fire:before {
  content: "\f5ae";
}
.fi-rr-dumpster:before {
  content: "\f5af";
}
.fi-rr-dungeon:before {
  content: "\f5b0";
}
.fi-rr-duplicate:before {
  content: "\f5b1";
}
.fi-rr-duration-alt:before {
  content: "\f5b2";
}
.fi-rr-duration:before {
  content: "\f5b3";
}
.fi-rr-e-learning:before {
  content: "\f5b4";
}
.fi-rr-e:before {
  content: "\f5b5";
}
.fi-rr-ear-deaf:before {
  content: "\f5b6";
}
.fi-rr-ear-muffs:before {
  content: "\f5b7";
}
.fi-rr-ear:before {
  content: "\f5b8";
}
.fi-rr-earnings:before {
  content: "\f5b9";
}
.fi-rr-earth-africa:before {
  content: "\f5ba";
}
.fi-rr-earth-americas:before {
  content: "\f5bb";
}
.fi-rr-earth-asia:before {
  content: "\f5bc";
}
.fi-rr-earth-europa:before {
  content: "\f5bd";
}
.fi-rr-eclipse-alt:before {
  content: "\f5be";
}
.fi-rr-eclipse:before {
  content: "\f5bf";
}
.fi-rr-edit-alt:before {
  content: "\f5c0";
}
.fi-rr-edit:before {
  content: "\f5c1";
}
.fi-rr-effect:before {
  content: "\f5c2";
}
.fi-rr-egg-fried:before {
  content: "\f5c3";
}
.fi-rr-egg:before {
  content: "\f5c4";
}
.fi-rr-eject:before {
  content: "\f5c5";
}
.fi-rr-elephant:before {
  content: "\f5c6";
}
.fi-rr-elevator:before {
  content: "\f5c7";
}
.fi-rr-email-pending:before {
  content: "\f5c8";
}
.fi-rr-employee-alt:before {
  content: "\f5c9";
}
.fi-rr-employee-handbook:before {
  content: "\f5ca";
}
.fi-rr-employee-man-alt:before {
  content: "\f5cb";
}
.fi-rr-employee-man:before {
  content: "\f5cc";
}
.fi-rr-employees-woman-man:before {
  content: "\f5cd";
}
.fi-rr-employees:before {
  content: "\f5ce";
}
.fi-rr-empty-set:before {
  content: "\f5cf";
}
.fi-rr-endless-loop:before {
  content: "\f5d0";
}
.fi-rr-engine-warning:before {
  content: "\f5d1";
}
.fi-rr-engine:before {
  content: "\f5d2";
}
.fi-rr-enter:before {
  content: "\f5d3";
}
.fi-rr-envelope-ban:before {
  content: "\f5d4";
}
.fi-rr-envelope-bulk:before {
  content: "\f5d5";
}
.fi-rr-envelope-dot:before {
  content: "\f5d6";
}
.fi-rr-envelope-download:before {
  content: "\f5d7";
}
.fi-rr-envelope-heart:before {
  content: "\f5d8";
}
.fi-rr-envelope-marker:before {
  content: "\f5d9";
}
.fi-rr-envelope-open-dollar:before {
  content: "\f5da";
}
.fi-rr-envelope-open-text:before {
  content: "\f5db";
}
.fi-rr-envelope-open:before {
  content: "\f5dc";
}
.fi-rr-envelope-plus:before {
  content: "\f5dd";
}
.fi-rr-envelope:before {
  content: "\f5de";
}
.fi-rr-envelopes:before {
  content: "\f5df";
}
.fi-rr-equality:before {
  content: "\f5e0";
}
.fi-rr-equals:before {
  content: "\f5e1";
}
.fi-rr-eraser:before {
  content: "\f5e2";
}
.fi-rr-error-camera:before {
  content: "\f5e3";
}
.fi-rr-escalator:before {
  content: "\f5e4";
}
.fi-rr-ethernet:before {
  content: "\f5e5";
}
.fi-rr-euro:before {
  content: "\f5e6";
}
.fi-rr-excavator:before {
  content: "\f5e7";
}
.fi-rr-exchange-alt:before {
  content: "\f5e8";
}
.fi-rr-exchange-cryptocurrency:before {
  content: "\f5e9";
}
.fi-rr-exchange:before {
  content: "\f5ea";
}
.fi-rr-exclamation:before {
  content: "\f5eb";
}
.fi-rr-exit-alt:before {
  content: "\f5ec";
}
.fi-rr-exit:before {
  content: "\f5ed";
}
.fi-rr-expand-arrows-alt:before {
  content: "\f5ee";
}
.fi-rr-expand-arrows:before {
  content: "\f5ef";
}
.fi-rr-expand:before {
  content: "\f5f0";
}
.fi-rr-expense-bill:before {
  content: "\f5f1";
}
.fi-rr-expense:before {
  content: "\f5f2";
}
.fi-rr-external-hard-drive:before {
  content: "\f5f3";
}
.fi-rr-external-world:before {
  content: "\f5f4";
}
.fi-rr-eye-crossed:before {
  content: "\f5f5";
}
.fi-rr-eye-dropper-half:before {
  content: "\f5f6";
}
.fi-rr-eye-dropper:before {
  content: "\f5f7";
}
.fi-rr-eye:before {
  content: "\f5f8";
}
.fi-rr-eyes:before {
  content: "\f5f9";
}
.fi-rr-f:before {
  content: "\f5fa";
}
.fi-rr-fabric:before {
  content: "\f5fb";
}
.fi-rr-face-angry-horns:before {
  content: "\f5fc";
}
.fi-rr-face-anguished:before {
  content: "\f5fd";
}
.fi-rr-face-anxious-sweat:before {
  content: "\f5fe";
}
.fi-rr-face-astonished:before {
  content: "\f5ff";
}
.fi-rr-face-awesome:before {
  content: "\f600";
}
.fi-rr-face-beam-hand-over-mouth:before {
  content: "\f601";
}
.fi-rr-face-confounded:before {
  content: "\f602";
}
.fi-rr-face-confused:before {
  content: "\f603";
}
.fi-rr-face-cowboy-hat:before {
  content: "\f604";
}
.fi-rr-face-disappointed:before {
  content: "\f605";
}
.fi-rr-face-disguise:before {
  content: "\f606";
}
.fi-rr-face-downcast-sweat:before {
  content: "\f607";
}
.fi-rr-face-drooling:before {
  content: "\f608";
}
.fi-rr-face-explode:before {
  content: "\f609";
}
.fi-rr-face-expressionless:before {
  content: "\f60a";
}
.fi-rr-face-eyes-xmarks:before {
  content: "\f60b";
}
.fi-rr-face-fearful:before {
  content: "\f60c";
}
.fi-rr-face-glasses:before {
  content: "\f60d";
}
.fi-rr-face-grin-tongue-wink:before {
  content: "\f60e";
}
.fi-rr-face-hand-yawn:before {
  content: "\f60f";
}
.fi-rr-face-head-bandage:before {
  content: "\f610";
}
.fi-rr-face-hushed:before {
  content: "\f611";
}
.fi-rr-face-icicles:before {
  content: "\f612";
}
.fi-rr-face-lying:before {
  content: "\f613";
}
.fi-rr-face-mask:before {
  content: "\f614";
}
.fi-rr-face-monocle:before {
  content: "\f615";
}
.fi-rr-face-nauseated:before {
  content: "\f616";
}
.fi-rr-face-nose-steam:before {
  content: "\f617";
}
.fi-rr-face-party:before {
  content: "\f618";
}
.fi-rr-face-pensive:before {
  content: "\f619";
}
.fi-rr-face-persevering:before {
  content: "\f61a";
}
.fi-rr-face-pleading:before {
  content: "\f61b";
}
.fi-rr-face-raised-eyebrow:before {
  content: "\f61c";
}
.fi-rr-face-relieved:before {
  content: "\f61d";
}
.fi-rr-face-sad-sweat:before {
  content: "\f61e";
}
.fi-rr-face-scream:before {
  content: "\f61f";
}
.fi-rr-face-shush:before {
  content: "\f620";
}
.fi-rr-face-sleeping:before {
  content: "\f621";
}
.fi-rr-face-sleepy:before {
  content: "\f622";
}
.fi-rr-face-smile-halo:before {
  content: "\f623";
}
.fi-rr-face-smile-hearts:before {
  content: "\f624";
}
.fi-rr-face-smile-horns:before {
  content: "\f625";
}
.fi-rr-face-smile-tear:before {
  content: "\f626";
}
.fi-rr-face-smile-tongue:before {
  content: "\f627";
}
.fi-rr-face-smile-upside-down:before {
  content: "\f628";
}
.fi-rr-face-smiling-hands:before {
  content: "\f629";
}
.fi-rr-face-smirking:before {
  content: "\f62a";
}
.fi-rr-face-sunglasses-alt:before {
  content: "\f62b";
}
.fi-rr-face-sunglasses:before {
  content: "\f62c";
}
.fi-rr-face-swear:before {
  content: "\f62d";
}
.fi-rr-face-thermometer:before {
  content: "\f62e";
}
.fi-rr-face-thinking:before {
  content: "\f62f";
}
.fi-rr-face-tissue:before {
  content: "\f630";
}
.fi-rr-face-tongue-money:before {
  content: "\f631";
}
.fi-rr-face-tongue-sweat:before {
  content: "\f632";
}
.fi-rr-face-unamused:before {
  content: "\f633";
}
.fi-rr-face-viewfinder:before {
  content: "\f634";
}
.fi-rr-face-vomit:before {
  content: "\f635";
}
.fi-rr-face-weary:before {
  content: "\f636";
}
.fi-rr-face-woozy:before {
  content: "\f637";
}
.fi-rr-face-worried:before {
  content: "\f638";
}
.fi-rr-face-zany:before {
  content: "\f639";
}
.fi-rr-face-zipper:before {
  content: "\f63a";
}
.fi-rr-fail:before {
  content: "\f63b";
}
.fi-rr-falafel:before {
  content: "\f63c";
}
.fi-rr-family-dress:before {
  content: "\f63d";
}
.fi-rr-family-pants:before {
  content: "\f63e";
}
.fi-rr-family:before {
  content: "\f63f";
}
.fi-rr-fan-table:before {
  content: "\f640";
}
.fi-rr-fan:before {
  content: "\f641";
}
.fi-rr-farm:before {
  content: "\f642";
}
.fi-rr-faucet-drip:before {
  content: "\f643";
}
.fi-rr-faucet:before {
  content: "\f644";
}
.fi-rr-fax:before {
  content: "\f645";
}
.fi-rr-feather-pointed:before {
  content: "\f646";
}
.fi-rr-feather:before {
  content: "\f647";
}
.fi-rr-features-alt:before {
  content: "\f648";
}
.fi-rr-features:before {
  content: "\f649";
}
.fi-rr-fee-receipt:before {
  content: "\f64a";
}
.fi-rr-fee:before {
  content: "\f64b";
}
.fi-rr-feedback-alt:before {
  content: "\f64c";
}
.fi-rr-feedback-cycle-loop:before {
  content: "\f64d";
}
.fi-rr-feedback-hand:before {
  content: "\f64e";
}
.fi-rr-feedback-review:before {
  content: "\f64f";
}
.fi-rr-feedback:before {
  content: "\f650";
}
.fi-rr-fence:before {
  content: "\f651";
}
.fi-rr-ferris-wheel:before {
  content: "\f652";
}
.fi-rr-fighter-jet:before {
  content: "\f653";
}
.fi-rr-file-ai:before {
  content: "\f654";
}
.fi-rr-file-audio:before {
  content: "\f655";
}
.fi-rr-file-binary:before {
  content: "\f656";
}
.fi-rr-file-chart-line:before {
  content: "\f657";
}
.fi-rr-file-chart-pie:before {
  content: "\f658";
}
.fi-rr-file-circle-info:before {
  content: "\f659";
}
.fi-rr-file-cloud:before {
  content: "\f65a";
}
.fi-rr-file-code:before {
  content: "\f65b";
}
.fi-rr-file-csv:before {
  content: "\f65c";
}
.fi-rr-file-download:before {
  content: "\f65d";
}
.fi-rr-file-edit:before {
  content: "\f65e";
}
.fi-rr-file-eps:before {
  content: "\f65f";
}
.fi-rr-file-excel:before {
  content: "\f660";
}
.fi-rr-file-exclamation:before {
  content: "\f661";
}
.fi-rr-file-export:before {
  content: "\f662";
}
.fi-rr-file-image:before {
  content: "\f663";
}
.fi-rr-file-import:before {
  content: "\f664";
}
.fi-rr-file-invoice-dollar:before {
  content: "\f665";
}
.fi-rr-file-invoice:before {
  content: "\f666";
}
.fi-rr-file-medical-alt:before {
  content: "\f667";
}
.fi-rr-file-medical:before {
  content: "\f668";
}
.fi-rr-file-minus:before {
  content: "\f669";
}
.fi-rr-file-pdf:before {
  content: "\f66a";
}
.fi-rr-file-powerpoint:before {
  content: "\f66b";
}
.fi-rr-file-prescription:before {
  content: "\f66c";
}
.fi-rr-file-psd:before {
  content: "\f66d";
}
.fi-rr-file-signature:before {
  content: "\f66e";
}
.fi-rr-file-spreadsheet:before {
  content: "\f66f";
}
.fi-rr-file-upload:before {
  content: "\f670";
}
.fi-rr-file-user:before {
  content: "\f671";
}
.fi-rr-file-video:before {
  content: "\f672";
}
.fi-rr-file-word:before {
  content: "\f673";
}
.fi-rr-file-zipper:before {
  content: "\f674";
}
.fi-rr-file:before {
  content: "\f675";
}
.fi-rr-files-medical:before {
  content: "\f676";
}
.fi-rr-fill:before {
  content: "\f677";
}
.fi-rr-film-canister:before {
  content: "\f678";
}
.fi-rr-film-slash:before {
  content: "\f679";
}
.fi-rr-film:before {
  content: "\f67a";
}
.fi-rr-films:before {
  content: "\f67b";
}
.fi-rr-filter-list:before {
  content: "\f67c";
}
.fi-rr-filter-slash:before {
  content: "\f67d";
}
.fi-rr-filter:before {
  content: "\f67e";
}
.fi-rr-filters:before {
  content: "\f67f";
}
.fi-rr-fingerprint-security-risk:before {
  content: "\f680";
}
.fi-rr-fingerprint:before {
  content: "\f681";
}
.fi-rr-fire-burner:before {
  content: "\f682";
}
.fi-rr-fire-extinguisher:before {
  content: "\f683";
}
.fi-rr-fire-flame-curved:before {
  content: "\f684";
}
.fi-rr-fire-flame-simple:before {
  content: "\f685";
}
.fi-rr-fire-hydrant:before {
  content: "\f686";
}
.fi-rr-fire-smoke:before {
  content: "\f687";
}
.fi-rr-fireplace:before {
  content: "\f688";
}
.fi-rr-first-award:before {
  content: "\f689";
}
.fi-rr-first-laurel:before {
  content: "\f68a";
}
.fi-rr-first-medal:before {
  content: "\f68b";
}
.fi-rr-first:before {
  content: "\f68c";
}
.fi-rr-fish-bones:before {
  content: "\f68d";
}
.fi-rr-fish-cooked:before {
  content: "\f68e";
}
.fi-rr-fish:before {
  content: "\f68f";
}
.fi-rr-fishing-rod:before {
  content: "\f690";
}
.fi-rr-fist-move:before {
  content: "\f691";
}
.fi-rr-flag-alt:before {
  content: "\f692";
}
.fi-rr-flag-checkered:before {
  content: "\f693";
}
.fi-rr-flag-usa:before {
  content: "\f694";
}
.fi-rr-flag:before {
  content: "\f695";
}
.fi-rr-flame:before {
  content: "\f696";
}
.fi-rr-flashlight:before {
  content: "\f697";
}
.fi-rr-flask-gear:before {
  content: "\f698";
}
.fi-rr-flask-poison:before {
  content: "\f699";
}
.fi-rr-flask-potion:before {
  content: "\f69a";
}
.fi-rr-flask:before {
  content: "\f69b";
}
.fi-rr-flatbread-stuffed:before {
  content: "\f69c";
}
.fi-rr-flatbread:before {
  content: "\f69d";
}
.fi-rr-flip-horizontal:before {
  content: "\f69e";
}
.fi-rr-floor-alt:before {
  content: "\f69f";
}
.fi-rr-floor-layer:before {
  content: "\f6a0";
}
.fi-rr-floor:before {
  content: "\f6a1";
}
.fi-rr-floppy-disk-circle-arrow-right:before {
  content: "\f6a2";
}
.fi-rr-floppy-disk-circle-xmark:before {
  content: "\f6a3";
}
.fi-rr-floppy-disk-pen:before {
  content: "\f6a4";
}
.fi-rr-floppy-disks:before {
  content: "\f6a5";
}
.fi-rr-florin-sign:before {
  content: "\f6a6";
}
.fi-rr-flower-bouquet:before {
  content: "\f6a7";
}
.fi-rr-flower-butterfly:before {
  content: "\f6a8";
}
.fi-rr-flower-daffodil:before {
  content: "\f6a9";
}
.fi-rr-flower-tulip:before {
  content: "\f6aa";
}
.fi-rr-flower:before {
  content: "\f6ab";
}
.fi-rr-flushed:before {
  content: "\f6ac";
}
.fi-rr-flute:before {
  content: "\f6ad";
}
.fi-rr-flux-capacitor:before {
  content: "\f6ae";
}
.fi-rr-fly-insect:before {
  content: "\f6af";
}
.fi-rr-flying-disc:before {
  content: "\f6b0";
}
.fi-rr-fog:before {
  content: "\f6b1";
}
.fi-rr-folder-download:before {
  content: "\f6b2";
}
.fi-rr-folder-fire:before {
  content: "\f6b3";
}
.fi-rr-folder-minus:before {
  content: "\f6b4";
}
.fi-rr-folder-open:before {
  content: "\f6b5";
}
.fi-rr-folder-times:before {
  content: "\f6b6";
}
.fi-rr-folder-tree:before {
  content: "\f6b7";
}
.fi-rr-folder-upload:before {
  content: "\f6b8";
}
.fi-rr-folder-xmark:before {
  content: "\f6b9";
}
.fi-rr-folder:before {
  content: "\f6ba";
}
.fi-rr-folders:before {
  content: "\f6bb";
}
.fi-rr-follow-folder:before {
  content: "\f6bc";
}
.fi-rr-followcollection:before {
  content: "\f6bd";
}
.fi-rr-following:before {
  content: "\f6be";
}
.fi-rr-fondue-pot:before {
  content: "\f6bf";
}
.fi-rr-football:before {
  content: "\f6c0";
}
.fi-rr-foreign-language-audio:before {
  content: "\f6c1";
}
.fi-rr-fork:before {
  content: "\f6c2";
}
.fi-rr-forklift:before {
  content: "\f6c3";
}
.fi-rr-form:before {
  content: "\f6c4";
}
.fi-rr-fort:before {
  content: "\f6c5";
}
.fi-rr-forward-fast:before {
  content: "\f6c6";
}
.fi-rr-forward:before {
  content: "\f6c7";
}
.fi-rr-fox:before {
  content: "\f6c8";
}
.fi-rr-frame:before {
  content: "\f6c9";
}
.fi-rr-franc-sign:before {
  content: "\f6ca";
}
.fi-rr-free-delivery:before {
  content: "\f6cb";
}
.fi-rr-free:before {
  content: "\f6cc";
}
.fi-rr-french-fries:before {
  content: "\f6cd";
}
.fi-rr-friday:before {
  content: "\f6ce";
}
.fi-rr-frog:before {
  content: "\f6cf";
}
.fi-rr-frown:before {
  content: "\f6d0";
}
.fi-rr-ftp:before {
  content: "\f6d1";
}
.fi-rr-fuel-gauge:before {
  content: "\f6d2";
}
.fi-rr-function-process:before {
  content: "\f6d3";
}
.fi-rr-function-square:before {
  content: "\f6d4";
}
.fi-rr-function:before {
  content: "\f6d5";
}
.fi-rr-funnel-dollar:before {
  content: "\f6d6";
}
.fi-rr-g:before {
  content: "\f6d7";
}
.fi-rr-galaxy-alt:before {
  content: "\f6d8";
}
.fi-rr-galaxy-planet:before {
  content: "\f6d9";
}
.fi-rr-galaxy-star:before {
  content: "\f6da";
}
.fi-rr-galaxy:before {
  content: "\f6db";
}
.fi-rr-gallery-thumbnails:before {
  content: "\f6dc";
}
.fi-rr-gallery:before {
  content: "\f6dd";
}
.fi-rr-game-board-alt:before {
  content: "\f6de";
}
.fi-rr-gamepad:before {
  content: "\f6df";
}
.fi-rr-garage-car:before {
  content: "\f6e0";
}
.fi-rr-garage-open:before {
  content: "\f6e1";
}
.fi-rr-garage:before {
  content: "\f6e2";
}
.fi-rr-garlic-alt:before {
  content: "\f6e3";
}
.fi-rr-garlic:before {
  content: "\f6e4";
}
.fi-rr-gas-pump-alt:before {
  content: "\f6e5";
}
.fi-rr-gas-pump-slash:before {
  content: "\f6e6";
}
.fi-rr-gas-pump:before {
  content: "\f6e7";
}
.fi-rr-gauge-circle-bolt:before {
  content: "\f6e8";
}
.fi-rr-gauge-circle-minus:before {
  content: "\f6e9";
}
.fi-rr-gauge-circle-plus:before {
  content: "\f6ea";
}
.fi-rr-gavel:before {
  content: "\f6eb";
}
.fi-rr-gay-couple:before {
  content: "\f6ec";
}
.fi-rr-gears:before {
  content: "\f6ed";
}
.fi-rr-gem:before {
  content: "\f6ee";
}
.fi-rr-general:before {
  content: "\f6ef";
}
.fi-rr-ghost:before {
  content: "\f6f0";
}
.fi-rr-gif-square:before {
  content: "\f6f1";
}
.fi-rr-gif:before {
  content: "\f6f2";
}
.fi-rr-gift-box-benefits:before {
  content: "\f6f3";
}
.fi-rr-gift-card:before {
  content: "\f6f4";
}
.fi-rr-gift:before {
  content: "\f6f5";
}
.fi-rr-gifts:before {
  content: "\f6f6";
}
.fi-rr-gingerbread-man:before {
  content: "\f6f7";
}
.fi-rr-glass-champagne:before {
  content: "\f6f8";
}
.fi-rr-glass-cheers:before {
  content: "\f6f9";
}
.fi-rr-glass-citrus:before {
  content: "\f6fa";
}
.fi-rr-glass-empty:before {
  content: "\f6fb";
}
.fi-rr-glass-half:before {
  content: "\f6fc";
}
.fi-rr-glass-water-droplet:before {
  content: "\f6fd";
}
.fi-rr-glass-whiskey-rocks:before {
  content: "\f6fe";
}
.fi-rr-glass-whiskey:before {
  content: "\f6ff";
}
.fi-rr-glass:before {
  content: "\f700";
}
.fi-rr-glasses:before {
  content: "\f701";
}
.fi-rr-globe-alt:before {
  content: "\f702";
}
.fi-rr-globe-pointer:before {
  content: "\f703";
}
.fi-rr-globe-snow:before {
  content: "\f704";
}
.fi-rr-globe:before {
  content: "\f705";
}
.fi-rr-goal-net:before {
  content: "\f706";
}
.fi-rr-golf-ball:before {
  content: "\f707";
}
.fi-rr-golf-hole:before {
  content: "\f708";
}
.fi-rr-golf:before {
  content: "\f709";
}
.fi-rr-gopuram:before {
  content: "\f70a";
}
.fi-rr-government-budget:before {
  content: "\f70b";
}
.fi-rr-government-flag:before {
  content: "\f70c";
}
.fi-rr-government-user:before {
  content: "\f70d";
}
.fi-rr-gps-navigation:before {
  content: "\f70e";
}
.fi-rr-graduation-cap:before {
  content: "\f70f";
}
.fi-rr-gramophone:before {
  content: "\f710";
}
.fi-rr-grape:before {
  content: "\f711";
}
.fi-rr-graph-curve:before {
  content: "\f712";
}
.fi-rr-graphic-style:before {
  content: "\f713";
}
.fi-rr-graphic-tablet:before {
  content: "\f714";
}
.fi-rr-grate-droplet:before {
  content: "\f715";
}
.fi-rr-grate:before {
  content: "\f716";
}
.fi-rr-greater-than-equal:before {
  content: "\f717";
}
.fi-rr-greater-than:before {
  content: "\f718";
}
.fi-rr-greek-helmet:before {
  content: "\f719";
}
.fi-rr-grid-alt:before {
  content: "\f71a";
}
.fi-rr-grid-dividers:before {
  content: "\f71b";
}
.fi-rr-grid:before {
  content: "\f71c";
}
.fi-rr-grill-hot-alt:before {
  content: "\f71d";
}
.fi-rr-grill:before {
  content: "\f71e";
}
.fi-rr-grimace:before {
  content: "\f71f";
}
.fi-rr-grin-alt:before {
  content: "\f720";
}
.fi-rr-grin-beam-sweat:before {
  content: "\f721";
}
.fi-rr-grin-beam:before {
  content: "\f722";
}
.fi-rr-grin-hearts:before {
  content: "\f723";
}
.fi-rr-grin-squint-tears:before {
  content: "\f724";
}
.fi-rr-grin-squint:before {
  content: "\f725";
}
.fi-rr-grin-stars:before {
  content: "\f726";
}
.fi-rr-grin-tears:before {
  content: "\f727";
}
.fi-rr-grin-tongue-squint:before {
  content: "\f728";
}
.fi-rr-grin-tongue-wink:before {
  content: "\f729";
}
.fi-rr-grin-tongue:before {
  content: "\f72a";
}
.fi-rr-grin-wink:before {
  content: "\f72b";
}
.fi-rr-grin:before {
  content: "\f72c";
}
.fi-rr-grip-dots-vertical:before {
  content: "\f72d";
}
.fi-rr-grip-dots:before {
  content: "\f72e";
}
.fi-rr-grip-horizontal:before {
  content: "\f72f";
}
.fi-rr-grip-lines-vertical:before {
  content: "\f730";
}
.fi-rr-grip-lines:before {
  content: "\f731";
}
.fi-rr-grip-vertical:before {
  content: "\f732";
}
.fi-rr-grocery-bag:before {
  content: "\f733";
}
.fi-rr-grocery-basket:before {
  content: "\f734";
}
.fi-rr-group-arrows-rotate:before {
  content: "\f735";
}
.fi-rr-group-call:before {
  content: "\f736";
}
.fi-rr-group-community-social-media:before {
  content: "\f737";
}
.fi-rr-growth-chart-invest:before {
  content: "\f738";
}
.fi-rr-guarani-sign:before {
  content: "\f739";
}
.fi-rr-guide-alt:before {
  content: "\f73a";
}
.fi-rr-guide:before {
  content: "\f73b";
}
.fi-rr-guitar-electric:before {
  content: "\f73c";
}
.fi-rr-guitar:before {
  content: "\f73d";
}
.fi-rr-guitars:before {
  content: "\f73e";
}
.fi-rr-gun-squirt:before {
  content: "\f73f";
}
.fi-rr-gym:before {
  content: "\f740";
}
.fi-rr-h-square:before {
  content: "\f741";
}
.fi-rr-h:before {
  content: "\f742";
}
.fi-rr-h1:before {
  content: "\f743";
}
.fi-rr-h2:before {
  content: "\f744";
}
.fi-rr-h3:before {
  content: "\f745";
}
.fi-rr-h4:before {
  content: "\f746";
}
.fi-rr-hair-clipper:before {
  content: "\f747";
}
.fi-rr-hamburger-soda:before {
  content: "\f748";
}
.fi-rr-hamburger:before {
  content: "\f749";
}
.fi-rr-hammer-crash:before {
  content: "\f74a";
}
.fi-rr-hammer-war:before {
  content: "\f74b";
}
.fi-rr-hammer:before {
  content: "\f74c";
}
.fi-rr-hamsa:before {
  content: "\f74d";
}
.fi-rr-hand-back-fist:before {
  content: "\f74e";
}
.fi-rr-hand-back-point-down:before {
  content: "\f74f";
}
.fi-rr-hand-back-point-left:before {
  content: "\f750";
}
.fi-rr-hand-back-point-ribbon:before {
  content: "\f751";
}
.fi-rr-hand-back-point-right:before {
  content: "\f752";
}
.fi-rr-hand-bill:before {
  content: "\f753";
}
.fi-rr-hand-dots:before {
  content: "\f754";
}
.fi-rr-hand-fingers-crossed:before {
  content: "\f755";
}
.fi-rr-hand-fist:before {
  content: "\f756";
}
.fi-rr-hand-heart:before {
  content: "\f757";
}
.fi-rr-hand-holding-box:before {
  content: "\f758";
}
.fi-rr-hand-holding-droplet:before {
  content: "\f759";
}
.fi-rr-hand-holding-heart:before {
  content: "\f75a";
}
.fi-rr-hand-holding-magic:before {
  content: "\f75b";
}
.fi-rr-hand-holding-medical:before {
  content: "\f75c";
}
.fi-rr-hand-holding-seeding:before {
  content: "\f75d";
}
.fi-rr-hand-holding-skull:before {
  content: "\f75e";
}
.fi-rr-hand-holding-usd:before {
  content: "\f75f";
}
.fi-rr-hand-holding-water:before {
  content: "\f760";
}
.fi-rr-hand-horns:before {
  content: "\f761";
}
.fi-rr-hand-lizard:before {
  content: "\f762";
}
.fi-rr-hand-love:before {
  content: "\f763";
}
.fi-rr-hand-middle-finger:before {
  content: "\f764";
}
.fi-rr-hand-paper:before {
  content: "\f765";
}
.fi-rr-hand-peace:before {
  content: "\f766";
}
.fi-rr-hand-point-ribbon:before {
  content: "\f767";
}
.fi-rr-hand-scissors:before {
  content: "\f768";
}
.fi-rr-hand-sparkles:before {
  content: "\f769";
}
.fi-rr-hand-spock:before {
  content: "\f76a";
}
.fi-rr-hand-wave:before {
  content: "\f76b";
}
.fi-rr-hand:before {
  content: "\f76c";
}
.fi-rr-handmade:before {
  content: "\f76d";
}
.fi-rr-hands-bubbles:before {
  content: "\f76e";
}
.fi-rr-hands-clapping:before {
  content: "\f76f";
}
.fi-rr-hands-heart:before {
  content: "\f770";
}
.fi-rr-hands-holding-diamond:before {
  content: "\f771";
}
.fi-rr-hands-holding:before {
  content: "\f772";
}
.fi-rr-hands-usd:before {
  content: "\f773";
}
.fi-rr-handshake-angle:before {
  content: "\f774";
}
.fi-rr-handshake-deal-loan:before {
  content: "\f775";
}
.fi-rr-handshake-house:before {
  content: "\f776";
}
.fi-rr-handshake-simple-slash:before {
  content: "\f777";
}
.fi-rr-handshake-trust:before {
  content: "\f778";
}
.fi-rr-handshake:before {
  content: "\f779";
}
.fi-rr-hard-hat:before {
  content: "\f77a";
}
.fi-rr-hashtag-lock:before {
  content: "\f77b";
}
.fi-rr-hastag:before {
  content: "\f77c";
}
.fi-rr-hat-beach:before {
  content: "\f77d";
}
.fi-rr-hat-birthday:before {
  content: "\f77e";
}
.fi-rr-hat-chef:before {
  content: "\f77f";
}
.fi-rr-hat-cowboy-side:before {
  content: "\f780";
}
.fi-rr-hat-cowboy:before {
  content: "\f781";
}
.fi-rr-hat-santa:before {
  content: "\f782";
}
.fi-rr-hat-winter:before {
  content: "\f783";
}
.fi-rr-hat-witch:before {
  content: "\f784";
}
.fi-rr-hat-wizard:before {
  content: "\f785";
}
.fi-rr-hdd:before {
  content: "\f786";
}
.fi-rr-head-side-brain:before {
  content: "\f787";
}
.fi-rr-head-side-cough-slash:before {
  content: "\f788";
}
.fi-rr-head-side-cough:before {
  content: "\f789";
}
.fi-rr-head-side-headphones:before {
  content: "\f78a";
}
.fi-rr-head-side-heart:before {
  content: "\f78b";
}
.fi-rr-head-side-mask:before {
  content: "\f78c";
}
.fi-rr-head-side-medical:before {
  content: "\f78d";
}
.fi-rr-head-side-thinking:before {
  content: "\f78e";
}
.fi-rr-head-side-virus:before {
  content: "\f78f";
}
.fi-rr-head-side:before {
  content: "\f790";
}
.fi-rr-head-vr:before {
  content: "\f791";
}
.fi-rr-heading:before {
  content: "\f792";
}
.fi-rr-headphones:before {
  content: "\f793";
}
.fi-rr-headset:before {
  content: "\f794";
}
.fi-rr-heart-arrow:before {
  content: "\f795";
}
.fi-rr-heart-brain:before {
  content: "\f796";
}
.fi-rr-heart-crack:before {
  content: "\f797";
}
.fi-rr-heart-half-stroke:before {
  content: "\f798";
}
.fi-rr-heart-half:before {
  content: "\f799";
}
.fi-rr-heart-health-muscle:before {
  content: "\f79a";
}
.fi-rr-heart-lock:before {
  content: "\f79b";
}
.fi-rr-heart-partner-handshake:before {
  content: "\f79c";
}
.fi-rr-heart-rate:before {
  content: "\f79d";
}
.fi-rr-heart-slash:before {
  content: "\f79e";
}
.fi-rr-heart-upside-down:before {
  content: "\f79f";
}
.fi-rr-heart:before {
  content: "\f7a0";
}
.fi-rr-heat:before {
  content: "\f7a1";
}
.fi-rr-helicopter-side:before {
  content: "\f7a2";
}
.fi-rr-helmet-battle:before {
  content: "\f7a3";
}
.fi-rr-hexagon-check:before {
  content: "\f7a4";
}
.fi-rr-hexagon-divide:before {
  content: "\f7a5";
}
.fi-rr-hexagon-exclamation:before {
  content: "\f7a6";
}
.fi-rr-hexagon:before {
  content: "\f7a7";
}
.fi-rr-high-definition:before {
  content: "\f7a8";
}
.fi-rr-high-five-celebration-yes:before {
  content: "\f7a9";
}
.fi-rr-high-five:before {
  content: "\f7aa";
}
.fi-rr-highlighter-line:before {
  content: "\f7ab";
}
.fi-rr-highlighter:before {
  content: "\f7ac";
}
.fi-rr-hiking:before {
  content: "\f7ad";
}
.fi-rr-hippo:before {
  content: "\f7ae";
}
.fi-rr-hockey-puck:before {
  content: "\f7af";
}
.fi-rr-hockey-stick-puck:before {
  content: "\f7b0";
}
.fi-rr-hockey-sticks:before {
  content: "\f7b1";
}
.fi-rr-holding-hand-gear:before {
  content: "\f7b2";
}
.fi-rr-holding-hand-revenue:before {
  content: "\f7b3";
}
.fi-rr-holly-berry:before {
  content: "\f7b4";
}
.fi-rr-home-heart:before {
  content: "\f7b5";
}
.fi-rr-home-location-alt:before {
  content: "\f7b6";
}
.fi-rr-home-location:before {
  content: "\f7b7";
}
.fi-rr-home:before {
  content: "\f7b8";
}
.fi-rr-honey-pot:before {
  content: "\f7b9";
}
.fi-rr-hood-cloak:before {
  content: "\f7ba";
}
.fi-rr-horizontal-rule:before {
  content: "\f7bb";
}
.fi-rr-horse-head:before {
  content: "\f7bc";
}
.fi-rr-horse-saddle:before {
  content: "\f7bd";
}
.fi-rr-horse:before {
  content: "\f7be";
}
.fi-rr-horseshoe-broken:before {
  content: "\f7bf";
}
.fi-rr-horseshoe:before {
  content: "\f7c0";
}
.fi-rr-hose-reel:before {
  content: "\f7c1";
}
.fi-rr-hose:before {
  content: "\f7c2";
}
.fi-rr-hospital-symbol:before {
  content: "\f7c3";
}
.fi-rr-hospital-user:before {
  content: "\f7c4";
}
.fi-rr-hospital:before {
  content: "\f7c5";
}
.fi-rr-hospitals:before {
  content: "\f7c6";
}
.fi-rr-hot-tub:before {
  content: "\f7c7";
}
.fi-rr-hotdog:before {
  content: "\f7c8";
}
.fi-rr-hotel:before {
  content: "\f7c9";
}
.fi-rr-hourglass-end:before {
  content: "\f7ca";
}
.fi-rr-hourglass-start:before {
  content: "\f7cb";
}
.fi-rr-hourglass:before {
  content: "\f7cc";
}
.fi-rr-house-blank:before {
  content: "\f7cd";
}
.fi-rr-house-building:before {
  content: "\f7ce";
}
.fi-rr-house-chimney-blank:before {
  content: "\f7cf";
}
.fi-rr-house-chimney-crack:before {
  content: "\f7d0";
}
.fi-rr-house-chimney-heart:before {
  content: "\f7d1";
}
.fi-rr-house-chimney-medical:before {
  content: "\f7d2";
}
.fi-rr-house-chimney-user:before {
  content: "\f7d3";
}
.fi-rr-house-chimney-window:before {
  content: "\f7d4";
}
.fi-rr-house-chimney:before {
  content: "\f7d5";
}
.fi-rr-house-circle-check:before {
  content: "\f7d6";
}
.fi-rr-house-circle-exclamation:before {
  content: "\f7d7";
}
.fi-rr-house-circle-xmark:before {
  content: "\f7d8";
}
.fi-rr-house-crack-alt:before {
  content: "\f7d9";
}
.fi-rr-house-crack:before {
  content: "\f7da";
}
.fi-rr-house-day:before {
  content: "\f7db";
}
.fi-rr-house-fire:before {
  content: "\f7dc";
}
.fi-rr-house-flag:before {
  content: "\f7dd";
}
.fi-rr-house-flood:before {
  content: "\f7de";
}
.fi-rr-house-laptop:before {
  content: "\f7df";
}
.fi-rr-house-leave:before {
  content: "\f7e0";
}
.fi-rr-house-lock:before {
  content: "\f7e1";
}
.fi-rr-house-medical:before {
  content: "\f7e2";
}
.fi-rr-house-night:before {
  content: "\f7e3";
}
.fi-rr-house-return:before {
  content: "\f7e4";
}
.fi-rr-house-signal:before {
  content: "\f7e5";
}
.fi-rr-house-tree:before {
  content: "\f7e6";
}
.fi-rr-house-tsunami:before {
  content: "\f7e7";
}
.fi-rr-house-turret:before {
  content: "\f7e8";
}
.fi-rr-house-user:before {
  content: "\f7e9";
}
.fi-rr-house-window:before {
  content: "\f7ea";
}
.fi-rr-hr-group:before {
  content: "\f7eb";
}
.fi-rr-hr-person:before {
  content: "\f7ec";
}
.fi-rr-hr:before {
  content: "\f7ed";
}
.fi-rr-hryvnia:before {
  content: "\f7ee";
}
.fi-rr-humidity:before {
  content: "\f7ef";
}
.fi-rr-hundred-points:before {
  content: "\f7f0";
}
.fi-rr-hurricane:before {
  content: "\f7f1";
}
.fi-rr-i:before {
  content: "\f7f2";
}
.fi-rr-ice-cream:before {
  content: "\f7f3";
}
.fi-rr-ice-skate:before {
  content: "\f7f4";
}
.fi-rr-icicles:before {
  content: "\f7f5";
}
.fi-rr-icon-star:before {
  content: "\f7f6";
}
.fi-rr-id-badge:before {
  content: "\f7f7";
}
.fi-rr-id-card-clip-alt:before {
  content: "\f7f8";
}
.fi-rr-igloo:before {
  content: "\f7f9";
}
.fi-rr-image-slash:before {
  content: "\f7fa";
}
.fi-rr-images-user:before {
  content: "\f7fb";
}
.fi-rr-images:before {
  content: "\f7fc";
}
.fi-rr-improve-user:before {
  content: "\f7fd";
}
.fi-rr-inbox-full:before {
  content: "\f7fe";
}
.fi-rr-inbox-in:before {
  content: "\f7ff";
}
.fi-rr-inbox-out:before {
  content: "\f800";
}
.fi-rr-inbox:before {
  content: "\f801";
}
.fi-rr-inboxes:before {
  content: "\f802";
}
.fi-rr-incense-sticks-yoga:before {
  content: "\f803";
}
.fi-rr-incognito:before {
  content: "\f804";
}
.fi-rr-indent:before {
  content: "\f805";
}
.fi-rr-indian-rupee-sign:before {
  content: "\f806";
}
.fi-rr-industry-alt:before {
  content: "\f807";
}
.fi-rr-industry-windows:before {
  content: "\f808";
}
.fi-rr-infinity:before {
  content: "\f809";
}
.fi-rr-info-guide:before {
  content: "\f80a";
}
.fi-rr-info:before {
  content: "\f80b";
}
.fi-rr-information:before {
  content: "\f80c";
}
.fi-rr-inhaler:before {
  content: "\f80d";
}
.fi-rr-input-numeric:before {
  content: "\f80e";
}
.fi-rr-input-pipe:before {
  content: "\f80f";
}
.fi-rr-input-text:before {
  content: "\f810";
}
.fi-rr-insert-alt:before {
  content: "\f811";
}
.fi-rr-insert-arrows:before {
  content: "\f812";
}
.fi-rr-insert-button-circle:before {
  content: "\f813";
}
.fi-rr-insert-credit-card:before {
  content: "\f814";
}
.fi-rr-insert-square:before {
  content: "\f815";
}
.fi-rr-insert:before {
  content: "\f816";
}
.fi-rr-insight-alt:before {
  content: "\f817";
}
.fi-rr-insight-head:before {
  content: "\f818";
}
.fi-rr-insight:before {
  content: "\f819";
}
.fi-rr-integral:before {
  content: "\f81a";
}
.fi-rr-interactive:before {
  content: "\f81b";
}
.fi-rr-interlining:before {
  content: "\f81c";
}
.fi-rr-internet-speed-wifi:before {
  content: "\f81d";
}
.fi-rr-interrogation:before {
  content: "\f81e";
}
.fi-rr-intersection:before {
  content: "\f81f";
}
.fi-rr-introduction-handshake:before {
  content: "\f820";
}
.fi-rr-introduction:before {
  content: "\f821";
}
.fi-rr-inventory-alt:before {
  content: "\f822";
}
.fi-rr-invest:before {
  content: "\f823";
}
.fi-rr-investment:before {
  content: "\f824";
}
.fi-rr-invite-alt:before {
  content: "\f825";
}
.fi-rr-invite:before {
  content: "\f826";
}
.fi-rr-iot-alt:before {
  content: "\f827";
}
.fi-rr-iot:before {
  content: "\f828";
}
.fi-rr-ip-address:before {
  content: "\f829";
}
.fi-rr-island-tropical:before {
  content: "\f82a";
}
.fi-rr-issue-loupe:before {
  content: "\f82b";
}
.fi-rr-it-alt:before {
  content: "\f82c";
}
.fi-rr-it-computer:before {
  content: "\f82d";
}
.fi-rr-it:before {
  content: "\f82e";
}
.fi-rr-italian-lira-sign:before {
  content: "\f82f";
}
.fi-rr-italic:before {
  content: "\f830";
}
.fi-rr-j:before {
  content: "\f831";
}
.fi-rr-jam:before {
  content: "\f832";
}
.fi-rr-jar-alt:before {
  content: "\f833";
}
.fi-rr-jar-wheat:before {
  content: "\f834";
}
.fi-rr-javascript:before {
  content: "\f835";
}
.fi-rr-joint:before {
  content: "\f836";
}
.fi-rr-joker:before {
  content: "\f837";
}
.fi-rr-journal-alt:before {
  content: "\f838";
}
.fi-rr-journal:before {
  content: "\f839";
}
.fi-rr-journey:before {
  content: "\f83a";
}
.fi-rr-joystick:before {
  content: "\f83b";
}
.fi-rr-jpg:before {
  content: "\f83c";
}
.fi-rr-jug-alt:before {
  content: "\f83d";
}
.fi-rr-jug-bottle:before {
  content: "\f83e";
}
.fi-rr-jug:before {
  content: "\f83f";
}
.fi-rr-jumping-rope:before {
  content: "\f840";
}
.fi-rr-k:before {
  content: "\f841";
}
.fi-rr-kaaba:before {
  content: "\f842";
}
.fi-rr-kazoo:before {
  content: "\f843";
}
.fi-rr-kerning:before {
  content: "\f844";
}
.fi-rr-key-lock-crypto:before {
  content: "\f845";
}
.fi-rr-key-skeleton-left-right:before {
  content: "\f846";
}
.fi-rr-key:before {
  content: "\f847";
}
.fi-rr-keyboard-brightness-low:before {
  content: "\f848";
}
.fi-rr-keyboard-brightness:before {
  content: "\f849";
}
.fi-rr-keyboard-down:before {
  content: "\f84a";
}
.fi-rr-keyboard-left:before {
  content: "\f84b";
}
.fi-rr-keyboard:before {
  content: "\f84c";
}
.fi-rr-keynote:before {
  content: "\f84d";
}
.fi-rr-kidneys:before {
  content: "\f84e";
}
.fi-rr-kip-sign:before {
  content: "\f84f";
}
.fi-rr-kiss-beam:before {
  content: "\f850";
}
.fi-rr-kiss-wink-heart:before {
  content: "\f851";
}
.fi-rr-kiss:before {
  content: "\f852";
}
.fi-rr-kite:before {
  content: "\f853";
}
.fi-rr-kiwi-bird:before {
  content: "\f854";
}
.fi-rr-kiwi-fruit:before {
  content: "\f855";
}
.fi-rr-knife-kitchen:before {
  content: "\f856";
}
.fi-rr-knife:before {
  content: "\f857";
}
.fi-rr-knitting:before {
  content: "\f858";
}
.fi-rr-kpi-evaluation:before {
  content: "\f859";
}
.fi-rr-kpi:before {
  content: "\f85a";
}
.fi-rr-l:before {
  content: "\f85b";
}
.fi-rr-label:before {
  content: "\f85c";
}
.fi-rr-lacrosse-stick-ball:before {
  content: "\f85d";
}
.fi-rr-lacrosse-stick:before {
  content: "\f85e";
}
.fi-rr-lambda:before {
  content: "\f85f";
}
.fi-rr-lamp-desk:before {
  content: "\f860";
}
.fi-rr-lamp-floor:before {
  content: "\f861";
}
.fi-rr-lamp-street:before {
  content: "\f862";
}
.fi-rr-lamp:before {
  content: "\f863";
}
.fi-rr-land-layer-location:before {
  content: "\f864";
}
.fi-rr-land-layers:before {
  content: "\f865";
}
.fi-rr-land-location:before {
  content: "\f866";
}
.fi-rr-landmark-alt:before {
  content: "\f867";
}
.fi-rr-language:before {
  content: "\f868";
}
.fi-rr-laptop-arrow-down:before {
  content: "\f869";
}
.fi-rr-laptop-binary:before {
  content: "\f86a";
}
.fi-rr-laptop-code:before {
  content: "\f86b";
}
.fi-rr-laptop-medical:before {
  content: "\f86c";
}
.fi-rr-laptop-mobile:before {
  content: "\f86d";
}
.fi-rr-laptop-slash:before {
  content: "\f86e";
}
.fi-rr-laptop:before {
  content: "\f86f";
}
.fi-rr-lari-sign:before {
  content: "\f870";
}
.fi-rr-lasso-sparkles:before {
  content: "\f871";
}
.fi-rr-lasso:before {
  content: "\f872";
}
.fi-rr-last-square:before {
  content: "\f873";
}
.fi-rr-laugh-beam:before {
  content: "\f874";
}
.fi-rr-laugh-squint:before {
  content: "\f875";
}
.fi-rr-laugh-wink:before {
  content: "\f876";
}
.fi-rr-laugh:before {
  content: "\f877";
}
.fi-rr-lawyer-man:before {
  content: "\f878";
}
.fi-rr-lawyer-woman:before {
  content: "\f879";
}
.fi-rr-layer-minus:before {
  content: "\f87a";
}
.fi-rr-layer-plus:before {
  content: "\f87b";
}
.fi-rr-layers:before {
  content: "\f87c";
}
.fi-rr-layout-fluid:before {
  content: "\f87d";
}
.fi-rr-lead-funnel:before {
  content: "\f87e";
}
.fi-rr-lead-management:before {
  content: "\f87f";
}
.fi-rr-lead:before {
  content: "\f880";
}
.fi-rr-leader-alt:before {
  content: "\f881";
}
.fi-rr-leader-speech:before {
  content: "\f882";
}
.fi-rr-leader:before {
  content: "\f883";
}
.fi-rr-leaderboard-alt:before {
  content: "\f884";
}
.fi-rr-leaderboard-trophy:before {
  content: "\f885";
}
.fi-rr-leaderboard:before {
  content: "\f886";
}
.fi-rr-leadership-alt:before {
  content: "\f887";
}
.fi-rr-leadership:before {
  content: "\f888";
}
.fi-rr-leaf-heart:before {
  content: "\f889";
}
.fi-rr-leaf-maple:before {
  content: "\f88a";
}
.fi-rr-leaf-oak:before {
  content: "\f88b";
}
.fi-rr-leaf:before {
  content: "\f88c";
}
.fi-rr-leafy-green:before {
  content: "\f88d";
}
.fi-rr-leave:before {
  content: "\f88e";
}
.fi-rr-left-from-bracket:before {
  content: "\f88f";
}
.fi-rr-left:before {
  content: "\f890";
}
.fi-rr-legal:before {
  content: "\f891";
}
.fi-rr-lemon:before {
  content: "\f892";
}
.fi-rr-lesbian-couple:before {
  content: "\f893";
}
.fi-rr-less-than-equal:before {
  content: "\f894";
}
.fi-rr-less-than:before {
  content: "\f895";
}
.fi-rr-lesson-class:before {
  content: "\f896";
}
.fi-rr-lesson:before {
  content: "\f897";
}
.fi-rr-letter-case:before {
  content: "\f898";
}
.fi-rr-lettuce:before {
  content: "\f899";
}
.fi-rr-level-down-alt:before {
  content: "\f89a";
}
.fi-rr-level-down:before {
  content: "\f89b";
}
.fi-rr-level-up-alt:before {
  content: "\f89c";
}
.fi-rr-level-up:before {
  content: "\f89d";
}
.fi-rr-license:before {
  content: "\f89e";
}
.fi-rr-life-ring:before {
  content: "\f89f";
}
.fi-rr-life:before {
  content: "\f8a0";
}
.fi-rr-light-ceiling:before {
  content: "\f8a1";
}
.fi-rr-light-emergency-on:before {
  content: "\f8a2";
}
.fi-rr-light-emergency:before {
  content: "\f8a3";
}
.fi-rr-light-switch-off:before {
  content: "\f8a4";
}
.fi-rr-light-switch-on:before {
  content: "\f8a5";
}
.fi-rr-light-switch:before {
  content: "\f8a6";
}
.fi-rr-lightbulb-cfl-on:before {
  content: "\f8a7";
}
.fi-rr-lightbulb-cfl:before {
  content: "\f8a8";
}
.fi-rr-lightbulb-dollar:before {
  content: "\f8a9";
}
.fi-rr-lightbulb-exclamation:before {
  content: "\f8aa";
}
.fi-rr-lightbulb-head:before {
  content: "\f8ab";
}
.fi-rr-lightbulb-on:before {
  content: "\f8ac";
}
.fi-rr-lightbulb-question:before {
  content: "\f8ad";
}
.fi-rr-lightbulb-setting:before {
  content: "\f8ae";
}
.fi-rr-lightbulb-slash:before {
  content: "\f8af";
}
.fi-rr-lighthouse:before {
  content: "\f8b0";
}
.fi-rr-lights-holiday:before {
  content: "\f8b1";
}
.fi-rr-limit-hand:before {
  content: "\f8b2";
}
.fi-rr-limit-speedometer:before {
  content: "\f8b3";
}
.fi-rr-line-width:before {
  content: "\f8b4";
}
.fi-rr-link-alt:before {
  content: "\f8b5";
}
.fi-rr-link-horizontal-slash:before {
  content: "\f8b6";
}
.fi-rr-link-horizontal:before {
  content: "\f8b7";
}
.fi-rr-link-slash-alt:before {
  content: "\f8b8";
}
.fi-rr-link-slash:before {
  content: "\f8b9";
}
.fi-rr-link:before {
  content: "\f8ba";
}
.fi-rr-lion-head:before {
  content: "\f8bb";
}
.fi-rr-lion:before {
  content: "\f8bc";
}
.fi-rr-lips:before {
  content: "\f8bd";
}
.fi-rr-lipstick:before {
  content: "\f8be";
}
.fi-rr-lira-sign:before {
  content: "\f8bf";
}
.fi-rr-list-check:before {
  content: "\f8c0";
}
.fi-rr-list-dropdown:before {
  content: "\f8c1";
}
.fi-rr-list-music:before {
  content: "\f8c2";
}
.fi-rr-list-timeline:before {
  content: "\f8c3";
}
.fi-rr-list:before {
  content: "\f8c4";
}
.fi-rr-litecoin-sign:before {
  content: "\f8c5";
}
.fi-rr-live-alt:before {
  content: "\f8c6";
}
.fi-rr-live:before {
  content: "\f8c7";
}
.fi-rr-loading:before {
  content: "\f8c8";
}
.fi-rr-loan:before {
  content: "\f8c9";
}
.fi-rr-lobster:before {
  content: "\f8ca";
}
.fi-rr-location-alt:before {
  content: "\f8cb";
}
.fi-rr-location-arrow:before {
  content: "\f8cc";
}
.fi-rr-location-crosshairs-slash:before {
  content: "\f8cd";
}
.fi-rr-location-crosshairs:before {
  content: "\f8ce";
}
.fi-rr-location-dot-slash:before {
  content: "\f8cf";
}
.fi-rr-location-exclamation:before {
  content: "\f8d0";
}
.fi-rr-location-pin-call:before {
  content: "\f8d1";
}
.fi-rr-lock-alt:before {
  content: "\f8d2";
}
.fi-rr-lock-hashtag:before {
  content: "\f8d3";
}
.fi-rr-lock-open-alt:before {
  content: "\f8d4";
}
.fi-rr-lock:before {
  content: "\f8d5";
}
.fi-rr-locust:before {
  content: "\f8d6";
}
.fi-rr-loop-square:before {
  content: "\f8d7";
}
.fi-rr-loveseat:before {
  content: "\f8d8";
}
.fi-rr-low-vision:before {
  content: "\f8d9";
}
.fi-rr-luchador:before {
  content: "\f8da";
}
.fi-rr-luggage-cart:before {
  content: "\f8db";
}
.fi-rr-luggage-rolling:before {
  content: "\f8dc";
}
.fi-rr-lungs-virus:before {
  content: "\f8dd";
}
.fi-rr-lungs:before {
  content: "\f8de";
}
.fi-rr-m:before {
  content: "\f8df";
}
.fi-rr-mace:before {
  content: "\f8e0";
}
.fi-rr-magic-wand:before {
  content: "\f8e1";
}
.fi-rr-magnet-user:before {
  content: "\f8e2";
}
.fi-rr-magnet:before {
  content: "\f8e3";
}
.fi-rr-mailbox-envelope:before {
  content: "\f8e4";
}
.fi-rr-mailbox-flag-up:before {
  content: "\f8e5";
}
.fi-rr-mailbox:before {
  content: "\f8e6";
}
.fi-rr-makeup-brush:before {
  content: "\f8e7";
}
.fi-rr-man-head:before {
  content: "\f8e8";
}
.fi-rr-man-scientist:before {
  content: "\f8e9";
}
.fi-rr-manat-sign:before {
  content: "\f8ea";
}
.fi-rr-mandolin:before {
  content: "\f8eb";
}
.fi-rr-mango:before {
  content: "\f8ec";
}
.fi-rr-manhole:before {
  content: "\f8ed";
}
.fi-rr-map-location-track:before {
  content: "\f8ee";
}
.fi-rr-map-marker-check:before {
  content: "\f8ef";
}
.fi-rr-map-marker-cross:before {
  content: "\f8f0";
}
.fi-rr-map-marker-edit:before {
  content: "\f8f1";
}
.fi-rr-map-marker-home:before {
  content: "\f8f2";
}
.fi-rr-map-marker-minus:before {
  content: "\f8f3";
}
.fi-rr-map-marker-plus:before {
  content: "\f8f4";
}
.fi-rr-map-marker-question:before {
  content: "\f8f5";
}
.fi-rr-map-marker-slash:before {
  content: "\f8f6";
}
.fi-rr-map-marker-smile:before {
  content: "\f8f7";
}
.fi-rr-map-marker:before {
  content: "\f8f8";
}
.fi-rr-map-pin:before {
  content: "\f8f9";
}
.fi-rr-map-point:before {
  content: "\f8fa";
}
.fi-rr-map:before {
  content: "\f8fb";
}
.fi-rr-marker-time:before {
  content: "\f8fc";
}
.fi-rr-marker:before {
  content: "\f8fd";
}
.fi-rr-marketplace-alt:before {
  content: "\f8fe";
}
.fi-rr-marketplace-store:before {
  content: "\f8ff";
}
.fi-rr-marketplace:before {
  content: "\f900";
}
.fi-rr-mars-double:before {
  content: "\f901";
}
.fi-rr-mars-stroke-right:before {
  content: "\f902";
}
.fi-rr-mars-stroke-up:before {
  content: "\f903";
}
.fi-rr-mars:before {
  content: "\f904";
}
.fi-rr-martini-glass-citrus:before {
  content: "\f905";
}
.fi-rr-martini-glass-empty:before {
  content: "\f906";
}
.fi-rr-mask-carnival:before {
  content: "\f907";
}
.fi-rr-mask-face:before {
  content: "\f908";
}
.fi-rr-mask-snorkel:before {
  content: "\f909";
}
.fi-rr-mask:before {
  content: "\f90a";
}
.fi-rr-massage:before {
  content: "\f90b";
}
.fi-rr-match-fire:before {
  content: "\f90c";
}
.fi-rr-mattress-pillow:before {
  content: "\f90d";
}
.fi-rr-measuring-tape:before {
  content: "\f90e";
}
.fi-rr-meat:before {
  content: "\f90f";
}
.fi-rr-medal:before {
  content: "\f910";
}
.fi-rr-medical-star:before {
  content: "\f911";
}
.fi-rr-medicine:before {
  content: "\f912";
}
.fi-rr-meditation:before {
  content: "\f913";
}
.fi-rr-meeting-alt:before {
  content: "\f914";
}
.fi-rr-meeting:before {
  content: "\f915";
}
.fi-rr-megaphone-announcement-leader:before {
  content: "\f916";
}
.fi-rr-megaphone:before {
  content: "\f917";
}
.fi-rr-meh-blank:before {
  content: "\f918";
}
.fi-rr-meh-rolling-eyes:before {
  content: "\f919";
}
.fi-rr-meh:before {
  content: "\f91a";
}
.fi-rr-melon-alt:before {
  content: "\f91b";
}
.fi-rr-melon:before {
  content: "\f91c";
}
.fi-rr-member-list:before {
  content: "\f91d";
}
.fi-rr-member-search:before {
  content: "\f91e";
}
.fi-rr-membership-vip:before {
  content: "\f91f";
}
.fi-rr-membership:before {
  content: "\f920";
}
.fi-rr-memo-circle-check:before {
  content: "\f921";
}
.fi-rr-memo-pad:before {
  content: "\f922";
}
.fi-rr-memo:before {
  content: "\f923";
}
.fi-rr-memory:before {
  content: "\f924";
}
.fi-rr-menu-burger:before {
  content: "\f925";
}
.fi-rr-menu-dots-vertical:before {
  content: "\f926";
}
.fi-rr-menu-dots:before {
  content: "\f927";
}
.fi-rr-mercury:before {
  content: "\f928";
}
.fi-rr-message-arrow-down:before {
  content: "\f929";
}
.fi-rr-message-arrow-up-right:before {
  content: "\f92a";
}
.fi-rr-message-arrow-up:before {
  content: "\f92b";
}
.fi-rr-message-bot:before {
  content: "\f92c";
}
.fi-rr-message-code:before {
  content: "\f92d";
}
.fi-rr-message-dollar:before {
  content: "\f92e";
}
.fi-rr-message-heart:before {
  content: "\f92f";
}
.fi-rr-message-image:before {
  content: "\f930";
}
.fi-rr-message-question:before {
  content: "\f931";
}
.fi-rr-message-quote:before {
  content: "\f932";
}
.fi-rr-message-slash:before {
  content: "\f933";
}
.fi-rr-message-sms:before {
  content: "\f934";
}
.fi-rr-message-text:before {
  content: "\f935";
}
.fi-rr-message-xmark:before {
  content: "\f936";
}
.fi-rr-messages-dollar:before {
  content: "\f937";
}
.fi-rr-messages-question:before {
  content: "\f938";
}
.fi-rr-messages:before {
  content: "\f939";
}
.fi-rr-meteor:before {
  content: "\f93a";
}
.fi-rr-meter-bolt:before {
  content: "\f93b";
}
.fi-rr-meter-droplet:before {
  content: "\f93c";
}
.fi-rr-meter-fire:before {
  content: "\f93d";
}
.fi-rr-meter:before {
  content: "\f93e";
}
.fi-rr-method:before {
  content: "\f93f";
}
.fi-rr-microchip-ai:before {
  content: "\f940";
}
.fi-rr-microchip:before {
  content: "\f941";
}
.fi-rr-microphone-alt:before {
  content: "\f942";
}
.fi-rr-microphone-slash:before {
  content: "\f943";
}
.fi-rr-microphone:before {
  content: "\f944";
}
.fi-rr-microscope:before {
  content: "\f945";
}
.fi-rr-microwave:before {
  content: "\f946";
}
.fi-rr-milk-alt:before {
  content: "\f947";
}
.fi-rr-milk:before {
  content: "\f948";
}
.fi-rr-mill-sign:before {
  content: "\f949";
}
.fi-rr-mind-share:before {
  content: "\f94a";
}
.fi-rr-minus-circle:before {
  content: "\f94b";
}
.fi-rr-minus-hexagon:before {
  content: "\f94c";
}
.fi-rr-minus-small:before {
  content: "\f94d";
}
.fi-rr-minus:before {
  content: "\f94e";
}
.fi-rr-mistletoe:before {
  content: "\f94f";
}
.fi-rr-mix:before {
  content: "\f950";
}
.fi-rr-mobile-button:before {
  content: "\f951";
}
.fi-rr-mobile-notch:before {
  content: "\f952";
}
.fi-rr-mobile:before {
  content: "\f953";
}
.fi-rr-mockup:before {
  content: "\f954";
}
.fi-rr-mode-alt:before {
  content: "\f955";
}
.fi-rr-mode-landscape:before {
  content: "\f956";
}
.fi-rr-mode-portrait:before {
  content: "\f957";
}
.fi-rr-mode:before {
  content: "\f958";
}
.fi-rr-model-cube-arrows:before {
  content: "\f959";
}
.fi-rr-model-cube-space:before {
  content: "\f95a";
}
.fi-rr-model-cube:before {
  content: "\f95b";
}
.fi-rr-module:before {
  content: "\f95c";
}
.fi-rr-monday:before {
  content: "\f95d";
}
.fi-rr-money-bill-simple:before {
  content: "\f95e";
}
.fi-rr-money-bill-transfer:before {
  content: "\f95f";
}
.fi-rr-money-bill-wave-alt:before {
  content: "\f960";
}
.fi-rr-money-bill-wave:before {
  content: "\f961";
}
.fi-rr-money-bills-simple:before {
  content: "\f962";
}
.fi-rr-money-bills:before {
  content: "\f963";
}
.fi-rr-money-check-edit-alt:before {
  content: "\f964";
}
.fi-rr-money-check-edit:before {
  content: "\f965";
}
.fi-rr-money-check:before {
  content: "\f966";
}
.fi-rr-money-coin-transfer:before {
  content: "\f967";
}
.fi-rr-money-from-bracket:before {
  content: "\f968";
}
.fi-rr-money-simple-from-bracket:before {
  content: "\f969";
}
.fi-rr-money-transfer-alt:before {
  content: "\f96a";
}
.fi-rr-money-transfer-coin-arrow:before {
  content: "\f96b";
}
.fi-rr-money-transfer-smartphone:before {
  content: "\f96c";
}
.fi-rr-money-wings:before {
  content: "\f96d";
}
.fi-rr-money:before {
  content: "\f96e";
}
.fi-rr-monkey:before {
  content: "\f96f";
}
.fi-rr-monument:before {
  content: "\f970";
}
.fi-rr-moon-stars:before {
  content: "\f971";
}
.fi-rr-moon:before {
  content: "\f972";
}
.fi-rr-moped:before {
  content: "\f973";
}
.fi-rr-mortar-pestle:before {
  content: "\f974";
}
.fi-rr-mortgage:before {
  content: "\f975";
}
.fi-rr-mosque-alt:before {
  content: "\f976";
}
.fi-rr-mosque-moon:before {
  content: "\f977";
}
.fi-rr-mosque:before {
  content: "\f978";
}
.fi-rr-mosquito-net:before {
  content: "\f979";
}
.fi-rr-mosquito:before {
  content: "\f97a";
}
.fi-rr-motorcycle:before {
  content: "\f97b";
}
.fi-rr-mound:before {
  content: "\f97c";
}
.fi-rr-mountain-city:before {
  content: "\f97d";
}
.fi-rr-mountain:before {
  content: "\f97e";
}
.fi-rr-mountains:before {
  content: "\f97f";
}
.fi-rr-mouse-field:before {
  content: "\f980";
}
.fi-rr-mouse:before {
  content: "\f981";
}
.fi-rr-mov-file:before {
  content: "\f982";
}
.fi-rr-move-to-folder-2:before {
  content: "\f983";
}
.fi-rr-move-to-folder:before {
  content: "\f984";
}
.fi-rr-mp3-file:before {
  content: "\f985";
}
.fi-rr-mp3-player:before {
  content: "\f986";
}
.fi-rr-mp4-file:before {
  content: "\f987";
}
.fi-rr-mug-alt:before {
  content: "\f988";
}
.fi-rr-mug-hot-alt:before {
  content: "\f989";
}
.fi-rr-mug-hot:before {
  content: "\f98a";
}
.fi-rr-mug-marshmallows:before {
  content: "\f98b";
}
.fi-rr-mug-tea-saucer:before {
  content: "\f98c";
}
.fi-rr-mug-tea:before {
  content: "\f98d";
}
.fi-rr-mug:before {
  content: "\f98e";
}
.fi-rr-multiple-alt:before {
  content: "\f98f";
}
.fi-rr-multiple:before {
  content: "\f990";
}
.fi-rr-muscle:before {
  content: "\f991";
}
.fi-rr-mushroom-alt:before {
  content: "\f992";
}
.fi-rr-mushroom:before {
  content: "\f993";
}
.fi-rr-music-alt:before {
  content: "\f994";
}
.fi-rr-music-file:before {
  content: "\f995";
}
.fi-rr-music-note-slash:before {
  content: "\f996";
}
.fi-rr-music-note:before {
  content: "\f997";
}
.fi-rr-music-slash:before {
  content: "\f998";
}
.fi-rr-music:before {
  content: "\f999";
}
.fi-rr-n:before {
  content: "\f99a";
}
.fi-rr-naira-sign:before {
  content: "\f99b";
}
.fi-rr-narwhal:before {
  content: "\f99c";
}
.fi-rr-navigation:before {
  content: "\f99d";
}
.fi-rr-nesting-dolls:before {
  content: "\f99e";
}
.fi-rr-network-analytic:before {
  content: "\f99f";
}
.fi-rr-network-cloud:before {
  content: "\f9a0";
}
.fi-rr-network:before {
  content: "\f9a1";
}
.fi-rr-neuter:before {
  content: "\f9a2";
}
.fi-rr-newsletter-subscribe:before {
  content: "\f9a3";
}
.fi-rr-newspaper-open:before {
  content: "\f9a4";
}
.fi-rr-newspaper:before {
  content: "\f9a5";
}
.fi-rr-nfc-lock:before {
  content: "\f9a6";
}
.fi-rr-nfc-magnifying-glass:before {
  content: "\f9a7";
}
.fi-rr-nfc-pen:before {
  content: "\f9a8";
}
.fi-rr-nfc-slash:before {
  content: "\f9a9";
}
.fi-rr-nfc-trash:before {
  content: "\f9aa";
}
.fi-rr-nfc:before {
  content: "\f9ab";
}
.fi-rr-night-day:before {
  content: "\f9ac";
}
.fi-rr-no-fee:before {
  content: "\f9ad";
}
.fi-rr-no-people:before {
  content: "\f9ae";
}
.fi-rr-noodles:before {
  content: "\f9af";
}
.fi-rr-nose:before {
  content: "\f9b0";
}
.fi-rr-not-equal:before {
  content: "\f9b1";
}
.fi-rr-not-found-alt:before {
  content: "\f9b2";
}
.fi-rr-not-found-magnifying-glass:before {
  content: "\f9b3";
}
.fi-rr-not-found:before {
  content: "\f9b4";
}
.fi-rr-notdef:before {
  content: "\f9b5";
}
.fi-rr-note-medical:before {
  content: "\f9b6";
}
.fi-rr-note-sticky:before {
  content: "\f9b7";
}
.fi-rr-note:before {
  content: "\f9b8";
}
.fi-rr-notebook-alt:before {
  content: "\f9b9";
}
.fi-rr-notebook:before {
  content: "\f9ba";
}
.fi-rr-notes-medical:before {
  content: "\f9bb";
}
.fi-rr-notes:before {
  content: "\f9bc";
}
.fi-rr-o:before {
  content: "\f9bd";
}
.fi-rr-object-exclude:before {
  content: "\f9be";
}
.fi-rr-object-group:before {
  content: "\f9bf";
}
.fi-rr-object-intersect:before {
  content: "\f9c0";
}
.fi-rr-object-subtract:before {
  content: "\f9c1";
}
.fi-rr-object-ungroup:before {
  content: "\f9c2";
}
.fi-rr-object-union:before {
  content: "\f9c3";
}
.fi-rr-objects-column:before {
  content: "\f9c4";
}
.fi-rr-octagon-check:before {
  content: "\f9c5";
}
.fi-rr-octagon-divide:before {
  content: "\f9c6";
}
.fi-rr-octagon-exclamation:before {
  content: "\f9c7";
}
.fi-rr-octagon-minus:before {
  content: "\f9c8";
}
.fi-rr-octagon-plus:before {
  content: "\f9c9";
}
.fi-rr-octagon-xmark:before {
  content: "\f9ca";
}
.fi-rr-octagon:before {
  content: "\f9cb";
}
.fi-rr-oil-can:before {
  content: "\f9cc";
}
.fi-rr-oil-temp:before {
  content: "\f9cd";
}
.fi-rr-olive-oil:before {
  content: "\f9ce";
}
.fi-rr-olive:before {
  content: "\f9cf";
}
.fi-rr-olives:before {
  content: "\f9d0";
}
.fi-rr-om:before {
  content: "\f9d1";
}
.fi-rr-omega:before {
  content: "\f9d2";
}
.fi-rr-onboarding:before {
  content: "\f9d3";
}
.fi-rr-onion:before {
  content: "\f9d4";
}
.fi-rr-opacity:before {
  content: "\f9d5";
}
.fi-rr-open-mail-clip:before {
  content: "\f9d6";
}
.fi-rr-operating-system-upgrade:before {
  content: "\f9d7";
}
.fi-rr-operation:before {
  content: "\f9d8";
}
.fi-rr-order-history:before {
  content: "\f9d9";
}
.fi-rr-organization-chart:before {
  content: "\f9da";
}
.fi-rr-ornament:before {
  content: "\f9db";
}
.fi-rr-otp:before {
  content: "\f9dc";
}
.fi-rr-otter:before {
  content: "\f9dd";
}
.fi-rr-outdent:before {
  content: "\f9de";
}
.fi-rr-oval-alt:before {
  content: "\f9df";
}
.fi-rr-oval:before {
  content: "\f9e0";
}
.fi-rr-oven:before {
  content: "\f9e1";
}
.fi-rr-overline:before {
  content: "\f9e2";
}
.fi-rr-overview:before {
  content: "\f9e3";
}
.fi-rr-p:before {
  content: "\f9e4";
}
.fi-rr-package:before {
  content: "\f9e5";
}
.fi-rr-padlock-check:before {
  content: "\f9e6";
}
.fi-rr-page-break:before {
  content: "\f9e7";
}
.fi-rr-pager:before {
  content: "\f9e8";
}
.fi-rr-paid:before {
  content: "\f9e9";
}
.fi-rr-paint-brush:before {
  content: "\f9ea";
}
.fi-rr-paint-roller:before {
  content: "\f9eb";
}
.fi-rr-paintbrush-pencil:before {
  content: "\f9ec";
}
.fi-rr-palette:before {
  content: "\f9ed";
}
.fi-rr-pallet-alt:before {
  content: "\f9ee";
}
.fi-rr-pallet:before {
  content: "\f9ef";
}
.fi-rr-pan-food:before {
  content: "\f9f0";
}
.fi-rr-pan-frying:before {
  content: "\f9f1";
}
.fi-rr-pan:before {
  content: "\f9f2";
}
.fi-rr-pancakes:before {
  content: "\f9f3";
}
.fi-rr-panorama:before {
  content: "\f9f4";
}
.fi-rr-paper-plane-launch:before {
  content: "\f9f5";
}
.fi-rr-paper-plane-top:before {
  content: "\f9f6";
}
.fi-rr-paper-plane:before {
  content: "\f9f7";
}
.fi-rr-paperclip-vertical:before {
  content: "\f9f8";
}
.fi-rr-parachute-box:before {
  content: "\f9f9";
}
.fi-rr-paragraph-left:before {
  content: "\f9fa";
}
.fi-rr-paragraph:before {
  content: "\f9fb";
}
.fi-rr-parking-circle-slash:before {
  content: "\f9fc";
}
.fi-rr-parking-circle:before {
  content: "\f9fd";
}
.fi-rr-parking-slash:before {
  content: "\f9fe";
}
.fi-rr-parking:before {
  content: "\f9ff";
}
.fi-rr-party-bell:before {
  content: "\fa00";
}
.fi-rr-party-horn:before {
  content: "\fa01";
}
.fi-rr-passport:before {
  content: "\fa02";
}
.fi-rr-password-alt:before {
  content: "\fa03";
}
.fi-rr-password-computer:before {
  content: "\fa04";
}
.fi-rr-password-email:before {
  content: "\fa05";
}
.fi-rr-password-smartphone:before {
  content: "\fa06";
}
.fi-rr-password:before {
  content: "\fa07";
}
.fi-rr-paste:before {
  content: "\fa08";
}
.fi-rr-pattern:before {
  content: "\fa09";
}
.fi-rr-pause-circle:before {
  content: "\fa0a";
}
.fi-rr-pause-square:before {
  content: "\fa0b";
}
.fi-rr-pause:before {
  content: "\fa0c";
}
.fi-rr-paw-claws:before {
  content: "\fa0d";
}
.fi-rr-paw-heart:before {
  content: "\fa0e";
}
.fi-rr-paw:before {
  content: "\fa0f";
}
.fi-rr-payment-pos:before {
  content: "\fa10";
}
.fi-rr-payroll-calendar:before {
  content: "\fa11";
}
.fi-rr-payroll-check:before {
  content: "\fa12";
}
.fi-rr-payroll:before {
  content: "\fa13";
}
.fi-rr-peace:before {
  content: "\fa14";
}
.fi-rr-peach:before {
  content: "\fa15";
}
.fi-rr-peanut:before {
  content: "\fa16";
}
.fi-rr-peanuts:before {
  content: "\fa17";
}
.fi-rr-peapod:before {
  content: "\fa18";
}
.fi-rr-pear:before {
  content: "\fa19";
}
.fi-rr-pedestal:before {
  content: "\fa1a";
}
.fi-rr-pen-circle:before {
  content: "\fa1b";
}
.fi-rr-pen-clip-slash:before {
  content: "\fa1c";
}
.fi-rr-pen-clip:before {
  content: "\fa1d";
}
.fi-rr-pen-fancy-slash:before {
  content: "\fa1e";
}
.fi-rr-pen-fancy:before {
  content: "\fa1f";
}
.fi-rr-pen-field:before {
  content: "\fa20";
}
.fi-rr-pen-nib-slash:before {
  content: "\fa21";
}
.fi-rr-pen-nib:before {
  content: "\fa22";
}
.fi-rr-pen-slash:before {
  content: "\fa23";
}
.fi-rr-pen-square:before {
  content: "\fa24";
}
.fi-rr-pen-swirl:before {
  content: "\fa25";
}
.fi-rr-pencil-paintbrush:before {
  content: "\fa26";
}
.fi-rr-pencil-ruler:before {
  content: "\fa27";
}
.fi-rr-pencil-slash:before {
  content: "\fa28";
}
.fi-rr-pencil:before {
  content: "\fa29";
}
.fi-rr-pending:before {
  content: "\fa2a";
}
.fi-rr-pennant:before {
  content: "\fa2b";
}
.fi-rr-people-arrows-left-right:before {
  content: "\fa2c";
}
.fi-rr-people-carry-box:before {
  content: "\fa2d";
}
.fi-rr-people-dress:before {
  content: "\fa2e";
}
.fi-rr-people-network-partner:before {
  content: "\fa2f";
}
.fi-rr-people-pants:before {
  content: "\fa30";
}
.fi-rr-people-poll:before {
  content: "\fa31";
}
.fi-rr-people-pulling:before {
  content: "\fa32";
}
.fi-rr-people-roof:before {
  content: "\fa33";
}
.fi-rr-people:before {
  content: "\fa34";
}
.fi-rr-pepper-alt:before {
  content: "\fa35";
}
.fi-rr-pepper-hot:before {
  content: "\fa36";
}
.fi-rr-pepper:before {
  content: "\fa37";
}
.fi-rr-percent-10:before {
  content: "\fa38";
}
.fi-rr-percent-100:before {
  content: "\fa39";
}
.fi-rr-percent-20:before {
  content: "\fa3a";
}
.fi-rr-percent-25:before {
  content: "\fa3b";
}
.fi-rr-percent-30:before {
  content: "\fa3c";
}
.fi-rr-percent-40:before {
  content: "\fa3d";
}
.fi-rr-percent-50:before {
  content: "\fa3e";
}
.fi-rr-percent-60:before {
  content: "\fa3f";
}
.fi-rr-percent-70:before {
  content: "\fa40";
}
.fi-rr-percent-75:before {
  content: "\fa41";
}
.fi-rr-percent-80:before {
  content: "\fa42";
}
.fi-rr-percent-90:before {
  content: "\fa43";
}
.fi-rr-percentage:before {
  content: "\fa44";
}
.fi-rr-person-burst:before {
  content: "\fa45";
}
.fi-rr-person-carry-box:before {
  content: "\fa46";
}
.fi-rr-person-circle-check:before {
  content: "\fa47";
}
.fi-rr-person-circle-exclamation:before {
  content: "\fa48";
}
.fi-rr-person-circle-minus:before {
  content: "\fa49";
}
.fi-rr-person-circle-plus:before {
  content: "\fa4a";
}
.fi-rr-person-circle-question:before {
  content: "\fa4b";
}
.fi-rr-person-circle-xmark:before {
  content: "\fa4c";
}
.fi-rr-person-cv:before {
  content: "\fa4d";
}
.fi-rr-person-dolly-empty:before {
  content: "\fa4e";
}
.fi-rr-person-dolly:before {
  content: "\fa4f";
}
.fi-rr-person-dress-simple:before {
  content: "\fa50";
}
.fi-rr-person-dress:before {
  content: "\fa51";
}
.fi-rr-person-luggage:before {
  content: "\fa52";
}
.fi-rr-person-lunge:before {
  content: "\fa53";
}
.fi-rr-person-pilates:before {
  content: "\fa54";
}
.fi-rr-person-praying:before {
  content: "\fa55";
}
.fi-rr-person-pregnant:before {
  content: "\fa56";
}
.fi-rr-person-seat-reclined:before {
  content: "\fa57";
}
.fi-rr-person-seat:before {
  content: "\fa58";
}
.fi-rr-person-shelter:before {
  content: "\fa59";
}
.fi-rr-person-sign:before {
  content: "\fa5a";
}
.fi-rr-person-simple:before {
  content: "\fa5b";
}
.fi-rr-person-walking-with-cane:before {
  content: "\fa5c";
}
.fi-rr-peseta-sign:before {
  content: "\fa5d";
}
.fi-rr-peso-sign:before {
  content: "\fa5e";
}
.fi-rr-pets:before {
  content: "\fa5f";
}
.fi-rr-pharmacy:before {
  content: "\fa60";
}
.fi-rr-phone-call:before {
  content: "\fa61";
}
.fi-rr-phone-cross:before {
  content: "\fa62";
}
.fi-rr-phone-flip:before {
  content: "\fa63";
}
.fi-rr-phone-guide:before {
  content: "\fa64";
}
.fi-rr-phone-heart-message:before {
  content: "\fa65";
}
.fi-rr-phone-office:before {
  content: "\fa66";
}
.fi-rr-phone-pause:before {
  content: "\fa67";
}
.fi-rr-phone-plus:before {
  content: "\fa68";
}
.fi-rr-phone-rotary:before {
  content: "\fa69";
}
.fi-rr-phone-slash:before {
  content: "\fa6a";
}
.fi-rr-photo-capture:before {
  content: "\fa6b";
}
.fi-rr-photo-film-music:before {
  content: "\fa6c";
}
.fi-rr-photo-video:before {
  content: "\fa6d";
}
.fi-rr-physics:before {
  content: "\fa6e";
}
.fi-rr-Pi:before {
  content: "\fa6f";
}
.fi-rr-piano-keyboard:before {
  content: "\fa70";
}
.fi-rr-piano:before {
  content: "\fa71";
}
.fi-rr-pickaxe:before {
  content: "\fa72";
}
.fi-rr-picking-box:before {
  content: "\fa73";
}
.fi-rr-picking:before {
  content: "\fa74";
}
.fi-rr-picnic:before {
  content: "\fa75";
}
.fi-rr-picpeople-filled:before {
  content: "\fa76";
}
.fi-rr-picpeople:before {
  content: "\fa77";
}
.fi-rr-picture:before {
  content: "\fa78";
}
.fi-rr-pie:before {
  content: "\fa79";
}
.fi-rr-piece:before {
  content: "\fa7a";
}
.fi-rr-pig-bank-bulb:before {
  content: "\fa7b";
}
.fi-rr-pig-face:before {
  content: "\fa7c";
}
.fi-rr-pig:before {
  content: "\fa7d";
}
.fi-rr-piggy-bank-budget:before {
  content: "\fa7e";
}
.fi-rr-piggy-bank:before {
  content: "\fa7f";
}
.fi-rr-pills:before {
  content: "\fa80";
}
.fi-rr-pinata:before {
  content: "\fa81";
}
.fi-rr-pineapple-alt:before {
  content: "\fa82";
}
.fi-rr-pineapple:before {
  content: "\fa83";
}
.fi-rr-ping-pong:before {
  content: "\fa84";
}
.fi-rr-pipe-smoking:before {
  content: "\fa85";
}
.fi-rr-pizza-slice:before {
  content: "\fa86";
}
.fi-rr-place-of-worship:before {
  content: "\fa87";
}
.fi-rr-plan-strategy:before {
  content: "\fa88";
}
.fi-rr-plan:before {
  content: "\fa89";
}
.fi-rr-plane-alt:before {
  content: "\fa8a";
}
.fi-rr-plane-arrival:before {
  content: "\fa8b";
}
.fi-rr-plane-departure:before {
  content: "\fa8c";
}
.fi-rr-plane-prop:before {
  content: "\fa8d";
}
.fi-rr-plane-slash:before {
  content: "\fa8e";
}
.fi-rr-plane-tail:before {
  content: "\fa8f";
}
.fi-rr-plane:before {
  content: "\fa90";
}
.fi-rr-planet-moon:before {
  content: "\fa91";
}
.fi-rr-planet-ringed:before {
  content: "\fa92";
}
.fi-rr-plant-care:before {
  content: "\fa93";
}
.fi-rr-plant-growth:before {
  content: "\fa94";
}
.fi-rr-plant-seed-invest:before {
  content: "\fa95";
}
.fi-rr-plant-wilt:before {
  content: "\fa96";
}
.fi-rr-plate-utensils:before {
  content: "\fa97";
}
.fi-rr-plate-wheat:before {
  content: "\fa98";
}
.fi-rr-plate:before {
  content: "\fa99";
}
.fi-rr-play-alt:before {
  content: "\fa9a";
}
.fi-rr-play-circle:before {
  content: "\fa9b";
}
.fi-rr-play-microphone:before {
  content: "\fa9c";
}
.fi-rr-play-pause:before {
  content: "\fa9d";
}
.fi-rr-play:before {
  content: "\fa9e";
}
.fi-rr-playing-cards:before {
  content: "\fa9f";
}
.fi-rr-plug-alt:before {
  content: "\faa0";
}
.fi-rr-plug-cable:before {
  content: "\faa1";
}
.fi-rr-plug-circle-bolt:before {
  content: "\faa2";
}
.fi-rr-plug-circle-check:before {
  content: "\faa3";
}
.fi-rr-plug-circle-exclamation:before {
  content: "\faa4";
}
.fi-rr-plug-circle-minus:before {
  content: "\faa5";
}
.fi-rr-plug-circle-plus:before {
  content: "\faa6";
}
.fi-rr-plug-connection:before {
  content: "\faa7";
}
.fi-rr-plug:before {
  content: "\faa8";
}
.fi-rr-plus-hexagon:before {
  content: "\faa9";
}
.fi-rr-plus-minus:before {
  content: "\faaa";
}
.fi-rr-plus-small:before {
  content: "\faab";
}
.fi-rr-plus:before {
  content: "\faac";
}
.fi-rr-png-file:before {
  content: "\faad";
}
.fi-rr-podcast:before {
  content: "\faae";
}
.fi-rr-podium-star:before {
  content: "\faaf";
}
.fi-rr-podium-victory-leader:before {
  content: "\fab0";
}
.fi-rr-podium:before {
  content: "\fab1";
}
.fi-rr-point-of-sale-bill:before {
  content: "\fab2";
}
.fi-rr-point-of-sale-signal:before {
  content: "\fab3";
}
.fi-rr-point-of-sale:before {
  content: "\fab4";
}
.fi-rr-pointer-loading:before {
  content: "\fab5";
}
.fi-rr-pointer-text:before {
  content: "\fab6";
}
.fi-rr-poker-chip:before {
  content: "\fab7";
}
.fi-rr-police-box:before {
  content: "\fab8";
}
.fi-rr-poll-h:before {
  content: "\fab9";
}
.fi-rr-pollution:before {
  content: "\faba";
}
.fi-rr-pompebled:before {
  content: "\fabb";
}
.fi-rr-poo-bolt:before {
  content: "\fabc";
}
.fi-rr-poo:before {
  content: "\fabd";
}
.fi-rr-pool-8-ball:before {
  content: "\fabe";
}
.fi-rr-poop:before {
  content: "\fabf";
}
.fi-rr-popcorn:before {
  content: "\fac0";
}
.fi-rr-popsicle:before {
  content: "\fac1";
}
.fi-rr-portal-enter:before {
  content: "\fac2";
}
.fi-rr-portal-exit:before {
  content: "\fac3";
}
.fi-rr-portrait:before {
  content: "\fac4";
}
.fi-rr-postal-address:before {
  content: "\fac5";
}
.fi-rr-pot:before {
  content: "\fac6";
}
.fi-rr-potato:before {
  content: "\fac7";
}
.fi-rr-pound:before {
  content: "\fac8";
}
.fi-rr-power:before {
  content: "\fac9";
}
.fi-rr-ppt-file:before {
  content: "\faca";
}
.fi-rr-practice:before {
  content: "\facb";
}
.fi-rr-praying-hands:before {
  content: "\facc";
}
.fi-rr-prescription-bottle-alt:before {
  content: "\facd";
}
.fi-rr-prescription-bottle-pill:before {
  content: "\face";
}
.fi-rr-prescription-bottle:before {
  content: "\facf";
}
.fi-rr-prescription:before {
  content: "\fad0";
}
.fi-rr-presentation:before {
  content: "\fad1";
}
.fi-rr-preview:before {
  content: "\fad2";
}
.fi-rr-previous-square:before {
  content: "\fad3";
}
.fi-rr-print-magnifying-glass:before {
  content: "\fad4";
}
.fi-rr-print-slash:before {
  content: "\fad5";
}
.fi-rr-print:before {
  content: "\fad6";
}
.fi-rr-priority-arrow:before {
  content: "\fad7";
}
.fi-rr-priority-arrows:before {
  content: "\fad8";
}
.fi-rr-priority-importance:before {
  content: "\fad9";
}
.fi-rr-problem-solving:before {
  content: "\fada";
}
.fi-rr-procedures:before {
  content: "\fadb";
}
.fi-rr-process:before {
  content: "\fadc";
}
.fi-rr-productivity:before {
  content: "\fadd";
}
.fi-rr-progress-complete:before {
  content: "\fade";
}
.fi-rr-progress-download:before {
  content: "\fadf";
}
.fi-rr-progress-upload:before {
  content: "\fae0";
}
.fi-rr-projector:before {
  content: "\fae1";
}
.fi-rr-protractor:before {
  content: "\fae2";
}
.fi-rr-pulse:before {
  content: "\fae3";
}
.fi-rr-pump-medical:before {
  content: "\fae4";
}
.fi-rr-pump:before {
  content: "\fae5";
}
.fi-rr-pumpkin-alt-2:before {
  content: "\fae6";
}
.fi-rr-pumpkin-alt:before {
  content: "\fae7";
}
.fi-rr-pumpkin:before {
  content: "\fae8";
}
.fi-rr-puzzle-alt:before {
  content: "\fae9";
}
.fi-rr-puzzle-piece-integration:before {
  content: "\faea";
}
.fi-rr-puzzle-pieces:before {
  content: "\faeb";
}
.fi-rr-puzzle:before {
  content: "\faec";
}
.fi-rr-pyramid:before {
  content: "\faed";
}
.fi-rr-q:before {
  content: "\faee";
}
.fi-rr-qr-scan:before {
  content: "\faef";
}
.fi-rr-QR:before {
  content: "\faf0";
}
.fi-rr-qrcode:before {
  content: "\faf1";
}
.fi-rr-question-square:before {
  content: "\faf2";
}
.fi-rr-question:before {
  content: "\faf3";
}
.fi-rr-queue-alt:before {
  content: "\faf4";
}
.fi-rr-queue-line:before {
  content: "\faf5";
}
.fi-rr-queue-signal:before {
  content: "\faf6";
}
.fi-rr-queue:before {
  content: "\faf7";
}
.fi-rr-quill-pen-story:before {
  content: "\faf8";
}
.fi-rr-quiz-alt:before {
  content: "\faf9";
}
.fi-rr-quiz:before {
  content: "\fafa";
}
.fi-rr-quote-right:before {
  content: "\fafb";
}
.fi-rr-r:before {
  content: "\fafc";
}
.fi-rr-rabbit-fast:before {
  content: "\fafd";
}
.fi-rr-rabbit:before {
  content: "\fafe";
}
.fi-rr-raccoon:before {
  content: "\faff";
}
.fi-rr-racquet:before {
  content: "\fb00";
}
.fi-rr-radar-monitoring-track:before {
  content: "\fb01";
}
.fi-rr-radar:before {
  content: "\fb02";
}
.fi-rr-radiation-alt:before {
  content: "\fb03";
}
.fi-rr-radiation:before {
  content: "\fb04";
}
.fi-rr-radio-alt:before {
  content: "\fb05";
}
.fi-rr-radio-button:before {
  content: "\fb06";
}
.fi-rr-radio:before {
  content: "\fb07";
}
.fi-rr-radish:before {
  content: "\fb08";
}
.fi-rr-rainbow:before {
  content: "\fb09";
}
.fi-rr-raindrops:before {
  content: "\fb0a";
}
.fi-rr-ram:before {
  content: "\fb0b";
}
.fi-rr-ramp-loading:before {
  content: "\fb0c";
}
.fi-rr-rank:before {
  content: "\fb0d";
}
.fi-rr-ranking-podium-empty:before {
  content: "\fb0e";
}
.fi-rr-ranking-podium:before {
  content: "\fb0f";
}
.fi-rr-ranking-star:before {
  content: "\fb10";
}
.fi-rr-ranking-stars:before {
  content: "\fb11";
}
.fi-rr-raygun:before {
  content: "\fb12";
}
.fi-rr-razor-barber:before {
  content: "\fb13";
}
.fi-rr-react:before {
  content: "\fb14";
}
.fi-rr-rec:before {
  content: "\fb15";
}
.fi-rr-receipt:before {
  content: "\fb16";
}
.fi-rr-recipe-book:before {
  content: "\fb17";
}
.fi-rr-recipe:before {
  content: "\fb18";
}
.fi-rr-record-vinyl:before {
  content: "\fb19";
}
.fi-rr-rectabgle-vertical:before {
  content: "\fb1a";
}
.fi-rr-rectangle-barcode:before {
  content: "\fb1b";
}
.fi-rr-rectangle-code:before {
  content: "\fb1c";
}
.fi-rr-rectangle-history-circle-plus:before {
  content: "\fb1d";
}
.fi-rr-rectangle-horizontal:before {
  content: "\fb1e";
}
.fi-rr-rectangle-list:before {
  content: "\fb1f";
}
.fi-rr-rectangle-panoramic:before {
  content: "\fb20";
}
.fi-rr-rectangle-pro:before {
  content: "\fb21";
}
.fi-rr-rectangle-vertical-history:before {
  content: "\fb22";
}
.fi-rr-rectangle-vertical:before {
  content: "\fb23";
}
.fi-rr-rectangle-xmark:before {
  content: "\fb24";
}
.fi-rr-rectangles-mixed:before {
  content: "\fb25";
}
.fi-rr-recycle-bin:before {
  content: "\fb26";
}
.fi-rr-recycle:before {
  content: "\fb27";
}
.fi-rr-redo-alt:before {
  content: "\fb28";
}
.fi-rr-redo:before {
  content: "\fb29";
}
.fi-rr-reel:before {
  content: "\fb2a";
}
.fi-rr-refer-arrow:before {
  content: "\fb2b";
}
.fi-rr-refer:before {
  content: "\fb2c";
}
.fi-rr-referral-alt:before {
  content: "\fb2d";
}
.fi-rr-referral-user:before {
  content: "\fb2e";
}
.fi-rr-referral:before {
  content: "\fb2f";
}
.fi-rr-reflect-horizontal-alt:before {
  content: "\fb30";
}
.fi-rr-reflect-horizontal:before {
  content: "\fb31";
}
.fi-rr-reflect-vertical:before {
  content: "\fb32";
}
.fi-rr-reflect:before {
  content: "\fb33";
}
.fi-rr-refresh:before {
  content: "\fb34";
}
.fi-rr-refrigerator:before {
  content: "\fb35";
}
.fi-rr-refund-alt:before {
  content: "\fb36";
}
.fi-rr-refund:before {
  content: "\fb37";
}
.fi-rr-region-pin-alt:before {
  content: "\fb38";
}
.fi-rr-region-pin:before {
  content: "\fb39";
}
.fi-rr-registered:before {
  content: "\fb3a";
}
.fi-rr-registration-paper:before {
  content: "\fb3b";
}
.fi-rr-remove-folder:before {
  content: "\fb3c";
}
.fi-rr-remove-user:before {
  content: "\fb3d";
}
.fi-rr-rent-signal:before {
  content: "\fb3e";
}
.fi-rr-rent:before {
  content: "\fb3f";
}
.fi-rr-replace:before {
  content: "\fb40";
}
.fi-rr-replay-10:before {
  content: "\fb41";
}
.fi-rr-replay-30:before {
  content: "\fb42";
}
.fi-rr-replay-5:before {
  content: "\fb43";
}
.fi-rr-reply-all:before {
  content: "\fb44";
}
.fi-rr-republican:before {
  content: "\fb45";
}
.fi-rr-reservation-smartphone:before {
  content: "\fb46";
}
.fi-rr-reservation-table:before {
  content: "\fb47";
}
.fi-rr-resistance-band:before {
  content: "\fb48";
}
.fi-rr-resize:before {
  content: "\fb49";
}
.fi-rr-resources:before {
  content: "\fb4a";
}
.fi-rr-restaurant:before {
  content: "\fb4b";
}
.fi-rr-restock:before {
  content: "\fb4c";
}
.fi-rr-restroom-simple:before {
  content: "\fb4d";
}
.fi-rr-resume:before {
  content: "\fb4e";
}
.fi-rr-revenue-alt:before {
  content: "\fb4f";
}
.fi-rr-revenue-euro:before {
  content: "\fb50";
}
.fi-rr-Revenue:before {
  content: "\fb51";
}
.fi-rr-review:before {
  content: "\fb52";
}
.fi-rr-rewind-button-circle:before {
  content: "\fb53";
}
.fi-rr-rewind:before {
  content: "\fb54";
}
.fi-rr-rhombus:before {
  content: "\fb55";
}
.fi-rr-ribbon:before {
  content: "\fb56";
}
.fi-rr-right-from-bracket:before {
  content: "\fb57";
}
.fi-rr-right:before {
  content: "\fb58";
}
.fi-rr-ring-diamond:before {
  content: "\fb59";
}
.fi-rr-ring:before {
  content: "\fb5a";
}
.fi-rr-rings-wedding:before {
  content: "\fb5b";
}
.fi-rr-risk-alt:before {
  content: "\fb5c";
}
.fi-rr-risk:before {
  content: "\fb5d";
}
.fi-rr-road-barrier:before {
  content: "\fb5e";
}
.fi-rr-road-sign-left:before {
  content: "\fb5f";
}
.fi-rr-road:before {
  content: "\fb60";
}
.fi-rr-robot:before {
  content: "\fb61";
}
.fi-rr-robotic-arm:before {
  content: "\fb62";
}
.fi-rr-rocket-lunch:before {
  content: "\fb63";
}
.fi-rr-rocket:before {
  content: "\fb64";
}
.fi-rr-roller-coaster:before {
  content: "\fb65";
}
.fi-rr-room-service:before {
  content: "\fb66";
}
.fi-rr-rotate-exclamation:before {
  content: "\fb67";
}
.fi-rr-rotate-left:before {
  content: "\fb68";
}
.fi-rr-rotate-reverse:before {
  content: "\fb69";
}
.fi-rr-rotate-right:before {
  content: "\fb6a";
}
.fi-rr-rotate-square:before {
  content: "\fb6b";
}
.fi-rr-roulette:before {
  content: "\fb6c";
}
.fi-rr-route-highway:before {
  content: "\fb6d";
}
.fi-rr-route-interstate:before {
  content: "\fb6e";
}
.fi-rr-route:before {
  content: "\fb6f";
}
.fi-rr-router:before {
  content: "\fb70";
}
.fi-rr-rss-alt:before {
  content: "\fb71";
}
.fi-rr-rss:before {
  content: "\fb72";
}
.fi-rr-ruble-sign:before {
  content: "\fb73";
}
.fi-rr-rugby:before {
  content: "\fb74";
}
.fi-rr-ruler-combined:before {
  content: "\fb75";
}
.fi-rr-ruler-horizontal:before {
  content: "\fb76";
}
.fi-rr-ruler-triangle:before {
  content: "\fb77";
}
.fi-rr-ruler-vertical:before {
  content: "\fb78";
}
.fi-rr-rules-alt:before {
  content: "\fb79";
}
.fi-rr-rules:before {
  content: "\fb7a";
}
.fi-rr-running-track:before {
  content: "\fb7b";
}
.fi-rr-running:before {
  content: "\fb7c";
}
.fi-rr-rupee-sign:before {
  content: "\fb7d";
}
.fi-rr-rupiah-sign:before {
  content: "\fb7e";
}
.fi-rr-rv:before {
  content: "\fb7f";
}
.fi-rr-s:before {
  content: "\fb80";
}
.fi-rr-sack-dollar:before {
  content: "\fb81";
}
.fi-rr-sack:before {
  content: "\fb82";
}
.fi-rr-sad-cry:before {
  content: "\fb83";
}
.fi-rr-sad-tear:before {
  content: "\fb84";
}
.fi-rr-sad:before {
  content: "\fb85";
}
.fi-rr-safe-box:before {
  content: "\fb86";
}
.fi-rr-sailboat:before {
  content: "\fb87";
}
.fi-rr-salad:before {
  content: "\fb88";
}
.fi-rr-salary-alt:before {
  content: "\fb89";
}
.fi-rr-salt-pepper:before {
  content: "\fb8a";
}
.fi-rr-salt-shaker:before {
  content: "\fb8b";
}
.fi-rr-sandwich-alt:before {
  content: "\fb8c";
}
.fi-rr-sandwich:before {
  content: "\fb8d";
}
.fi-rr-satellite-dish:before {
  content: "\fb8e";
}
.fi-rr-satellite:before {
  content: "\fb8f";
}
.fi-rr-saturday:before {
  content: "\fb90";
}
.fi-rr-sauce:before {
  content: "\fb91";
}
.fi-rr-sausage:before {
  content: "\fb92";
}
.fi-rr-sax-hot:before {
  content: "\fb93";
}
.fi-rr-saxophone:before {
  content: "\fb94";
}
.fi-rr-scale-comparison-alt:before {
  content: "\fb95";
}
.fi-rr-scale-comparison:before {
  content: "\fb96";
}
.fi-rr-scale:before {
  content: "\fb97";
}
.fi-rr-scalpel-path:before {
  content: "\fb98";
}
.fi-rr-scalpel:before {
  content: "\fb99";
}
.fi-rr-scanner-gun:before {
  content: "\fb9a";
}
.fi-rr-scanner-image:before {
  content: "\fb9b";
}
.fi-rr-scanner-keyboard:before {
  content: "\fb9c";
}
.fi-rr-scanner-touchscreen:before {
  content: "\fb9d";
}
.fi-rr-scarecrow:before {
  content: "\fb9e";
}
.fi-rr-scarf:before {
  content: "\fb9f";
}
.fi-rr-school-bus:before {
  content: "\fba0";
}
.fi-rr-school:before {
  content: "\fba1";
}
.fi-rr-scissors:before {
  content: "\fba2";
}
.fi-rr-scooter:before {
  content: "\fba3";
}
.fi-rr-screen:before {
  content: "\fba4";
}
.fi-rr-screencast:before {
  content: "\fba5";
}
.fi-rr-screw-alt:before {
  content: "\fba6";
}
.fi-rr-screw:before {
  content: "\fba7";
}
.fi-rr-screwdriver:before {
  content: "\fba8";
}
.fi-rr-scribble:before {
  content: "\fba9";
}
.fi-rr-script:before {
  content: "\fbaa";
}
.fi-rr-scroll-document-story:before {
  content: "\fbab";
}
.fi-rr-scroll-old:before {
  content: "\fbac";
}
.fi-rr-scroll-torah:before {
  content: "\fbad";
}
.fi-rr-scroll:before {
  content: "\fbae";
}
.fi-rr-scrubber:before {
  content: "\fbaf";
}
.fi-rr-scythe:before {
  content: "\fbb0";
}
.fi-rr-sd-card:before {
  content: "\fbb1";
}
.fi-rr-sd-cards:before {
  content: "\fbb2";
}
.fi-rr-seal-exclamation:before {
  content: "\fbb3";
}
.fi-rr-seal-question:before {
  content: "\fbb4";
}
.fi-rr-seal:before {
  content: "\fbb5";
}
.fi-rr-search-alt:before {
  content: "\fbb6";
}
.fi-rr-search-dollar:before {
  content: "\fbb7";
}
.fi-rr-search-heart:before {
  content: "\fbb8";
}
.fi-rr-search-location:before {
  content: "\fbb9";
}
.fi-rr-search:before {
  content: "\fbba";
}
.fi-rr-seat-airline:before {
  content: "\fbbb";
}
.fi-rr-seatbelt-safety-driver:before {
  content: "\fbbc";
}
.fi-rr-second-award:before {
  content: "\fbbd";
}
.fi-rr-second-laurel:before {
  content: "\fbbe";
}
.fi-rr-second-medal:before {
  content: "\fbbf";
}
.fi-rr-second:before {
  content: "\fbc0";
}
.fi-rr-security:before {
  content: "\fbc1";
}
.fi-rr-seedling:before {
  content: "\fbc2";
}
.fi-rr-selection:before {
  content: "\fbc3";
}
.fi-rr-sell:before {
  content: "\fbc4";
}
.fi-rr-seller-store:before {
  content: "\fbc5";
}
.fi-rr-seller:before {
  content: "\fbc6";
}
.fi-rr-selling:before {
  content: "\fbc7";
}
.fi-rr-send-back:before {
  content: "\fbc8";
}
.fi-rr-send-backward:before {
  content: "\fbc9";
}
.fi-rr-send-money-smartphone:before {
  content: "\fbca";
}
.fi-rr-send-money:before {
  content: "\fbcb";
}
.fi-rr-sensor-alert:before {
  content: "\fbcc";
}
.fi-rr-sensor-fire:before {
  content: "\fbcd";
}
.fi-rr-sensor-on:before {
  content: "\fbce";
}
.fi-rr-sensor-smoke:before {
  content: "\fbcf";
}
.fi-rr-sensor:before {
  content: "\fbd0";
}
.fi-rr-settings-sliders:before {
  content: "\fbd1";
}
.fi-rr-settings:before {
  content: "\fbd2";
}
.fi-rr-share-alt-square:before {
  content: "\fbd3";
}
.fi-rr-share-square:before {
  content: "\fbd4";
}
.fi-rr-share:before {
  content: "\fbd5";
}
.fi-rr-sheep:before {
  content: "\fbd6";
}
.fi-rr-shekel-sign:before {
  content: "\fbd7";
}
.fi-rr-shelves:before {
  content: "\fbd8";
}
.fi-rr-shield-alt:before {
  content: "\fbd9";
}
.fi-rr-shield-cat:before {
  content: "\fbda";
}
.fi-rr-shield-check:before {
  content: "\fbdb";
}
.fi-rr-shield-cross:before {
  content: "\fbdc";
}
.fi-rr-shield-dog:before {
  content: "\fbdd";
}
.fi-rr-shield-exclamation:before {
  content: "\fbde";
}
.fi-rr-shield-interrogation:before {
  content: "\fbdf";
}
.fi-rr-shield-keyhole:before {
  content: "\fbe0";
}
.fi-rr-shield-minus:before {
  content: "\fbe1";
}
.fi-rr-shield-plus:before {
  content: "\fbe2";
}
.fi-rr-shield-security-risk:before {
  content: "\fbe3";
}
.fi-rr-shield-slash:before {
  content: "\fbe4";
}
.fi-rr-shield-trust:before {
  content: "\fbe5";
}
.fi-rr-shield-virus:before {
  content: "\fbe6";
}
.fi-rr-shield-xmark:before {
  content: "\fbe7";
}
.fi-rr-shield:before {
  content: "\fbe8";
}
.fi-rr-ship-side:before {
  content: "\fbe9";
}
.fi-rr-ship:before {
  content: "\fbea";
}
.fi-rr-shipping-fast:before {
  content: "\fbeb";
}
.fi-rr-shipping-timed:before {
  content: "\fbec";
}
.fi-rr-shirt-long-sleeve:before {
  content: "\fbed";
}
.fi-rr-shirt-running:before {
  content: "\fbee";
}
.fi-rr-shirt-tank-top:before {
  content: "\fbef";
}
.fi-rr-shirt:before {
  content: "\fbf0";
}
.fi-rr-shish-kebab:before {
  content: "\fbf1";
}
.fi-rr-shoe-prints:before {
  content: "\fbf2";
}
.fi-rr-shop-lock:before {
  content: "\fbf3";
}
.fi-rr-shop-slash:before {
  content: "\fbf4";
}
.fi-rr-shop:before {
  content: "\fbf5";
}
.fi-rr-shopping-bag-add:before {
  content: "\fbf6";
}
.fi-rr-shopping-bag:before {
  content: "\fbf7";
}
.fi-rr-shopping-basket:before {
  content: "\fbf8";
}
.fi-rr-shopping-cart-add:before {
  content: "\fbf9";
}
.fi-rr-shopping-cart-buyer:before {
  content: "\fbfa";
}
.fi-rr-shopping-cart-check:before {
  content: "\fbfb";
}
.fi-rr-shopping-cart:before {
  content: "\fbfc";
}
.fi-rr-shovel-snow:before {
  content: "\fbfd";
}
.fi-rr-shovel:before {
  content: "\fbfe";
}
.fi-rr-shower-down:before {
  content: "\fbff";
}
.fi-rr-shower:before {
  content: "\fc00";
}
.fi-rr-shredder:before {
  content: "\fc01";
}
.fi-rr-shrimp:before {
  content: "\fc02";
}
.fi-rr-shuffle:before {
  content: "\fc03";
}
.fi-rr-shuttle-van:before {
  content: "\fc04";
}
.fi-rr-shuttlecock:before {
  content: "\fc05";
}
.fi-rr-Sickle:before {
  content: "\fc06";
}
.fi-rr-sidebar-flip:before {
  content: "\fc07";
}
.fi-rr-sidebar:before {
  content: "\fc08";
}
.fi-rr-sigma:before {
  content: "\fc09";
}
.fi-rr-sign-hanging:before {
  content: "\fc0a";
}
.fi-rr-sign-in-alt:before {
  content: "\fc0b";
}
.fi-rr-sign-out-alt:before {
  content: "\fc0c";
}
.fi-rr-sign-posts-wrench:before {
  content: "\fc0d";
}
.fi-rr-sign-posts:before {
  content: "\fc0e";
}
.fi-rr-sign-up:before {
  content: "\fc0f";
}
.fi-rr-signal-alt-1:before {
  content: "\fc10";
}
.fi-rr-signal-alt-2:before {
  content: "\fc11";
}
.fi-rr-signal-alt-slash:before {
  content: "\fc12";
}
.fi-rr-signal-alt:before {
  content: "\fc13";
}
.fi-rr-signal-bars-fair:before {
  content: "\fc14";
}
.fi-rr-signal-bars-good:before {
  content: "\fc15";
}
.fi-rr-signal-bars-weak:before {
  content: "\fc16";
}
.fi-rr-signal-stream-slash:before {
  content: "\fc17";
}
.fi-rr-signal-stream:before {
  content: "\fc18";
}
.fi-rr-signature-lock:before {
  content: "\fc19";
}
.fi-rr-signature-slash:before {
  content: "\fc1a";
}
.fi-rr-signature:before {
  content: "\fc1b";
}
.fi-rr-sim-card:before {
  content: "\fc1c";
}
.fi-rr-sim-cards:before {
  content: "\fc1d";
}
.fi-rr-sink:before {
  content: "\fc1e";
}
.fi-rr-siren-on:before {
  content: "\fc1f";
}
.fi-rr-Siren:before {
  content: "\fc20";
}
.fi-rr-site-alt:before {
  content: "\fc21";
}
.fi-rr-site-browser:before {
  content: "\fc22";
}
.fi-rr-site:before {
  content: "\fc23";
}
.fi-rr-sitemap:before {
  content: "\fc24";
}
.fi-rr-skateboard:before {
  content: "\fc25";
}
.fi-rr-skating:before {
  content: "\fc26";
}
.fi-rr-skeleton-ribs:before {
  content: "\fc27";
}
.fi-rr-skeleton:before {
  content: "\fc28";
}
.fi-rr-skewer:before {
  content: "\fc29";
}
.fi-rr-ski-boot-ski:before {
  content: "\fc2a";
}
.fi-rr-ski-jump:before {
  content: "\fc2b";
}
.fi-rr-ski-lift:before {
  content: "\fc2c";
}
.fi-rr-skiing-nordic:before {
  content: "\fc2d";
}
.fi-rr-skiing:before {
  content: "\fc2e";
}
.fi-rr-skill-alt:before {
  content: "\fc2f";
}
.fi-rr-skill-user:before {
  content: "\fc30";
}
.fi-rr-skill:before {
  content: "\fc31";
}
.fi-rr-skin-arrow:before {
  content: "\fc32";
}
.fi-rr-skin-drop:before {
  content: "\fc33";
}
.fi-rr-skin-hair:before {
  content: "\fc34";
}
.fi-rr-skin:before {
  content: "\fc35";
}
.fi-rr-skip-15-seconds:before {
  content: "\fc36";
}
.fi-rr-skull-cow:before {
  content: "\fc37";
}
.fi-rr-skull-crossbones:before {
  content: "\fc38";
}
.fi-rr-skull:before {
  content: "\fc39";
}
.fi-rr-slash:before {
  content: "\fc3a";
}
.fi-rr-sledding:before {
  content: "\fc3b";
}
.fi-rr-sleeping-bag:before {
  content: "\fc3c";
}
.fi-rr-sleigh:before {
  content: "\fc3d";
}
.fi-rr-sliders-h-square:before {
  content: "\fc3e";
}
.fi-rr-sliders-v-square:before {
  content: "\fc3f";
}
.fi-rr-sliders-v:before {
  content: "\fc40";
}
.fi-rr-slot-machine:before {
  content: "\fc41";
}
.fi-rr-smart-home-alt:before {
  content: "\fc42";
}
.fi-rr-smart-home:before {
  content: "\fc43";
}
.fi-rr-smartphone:before {
  content: "\fc44";
}
.fi-rr-smile-beam:before {
  content: "\fc45";
}
.fi-rr-smile-plus:before {
  content: "\fc46";
}
.fi-rr-smile-wink:before {
  content: "\fc47";
}
.fi-rr-smile:before {
  content: "\fc48";
}
.fi-rr-smiley-comment-alt:before {
  content: "\fc49";
}
.fi-rr-smog:before {
  content: "\fc4a";
}
.fi-rr-smoke:before {
  content: "\fc4b";
}
.fi-rr-smoking-ban:before {
  content: "\fc4c";
}
.fi-rr-smoking:before {
  content: "\fc4d";
}
.fi-rr-snake:before {
  content: "\fc4e";
}
.fi-rr-snap:before {
  content: "\fc4f";
}
.fi-rr-snooze:before {
  content: "\fc50";
}
.fi-rr-snow-blowing:before {
  content: "\fc51";
}
.fi-rr-snowboarding:before {
  content: "\fc52";
}
.fi-rr-snowflake-droplets:before {
  content: "\fc53";
}
.fi-rr-snowflake:before {
  content: "\fc54";
}
.fi-rr-snowflakes:before {
  content: "\fc55";
}
.fi-rr-snowman-alt:before {
  content: "\fc56";
}
.fi-rr-snowman-head:before {
  content: "\fc57";
}
.fi-rr-snowmobile:before {
  content: "\fc58";
}
.fi-rr-snowplow:before {
  content: "\fc59";
}
.fi-rr-soap-alt:before {
  content: "\fc5a";
}
.fi-rr-soap:before {
  content: "\fc5b";
}
.fi-rr-social-network:before {
  content: "\fc5c";
}
.fi-rr-socks:before {
  content: "\fc5d";
}
.fi-rr-sofa-size:before {
  content: "\fc5e";
}
.fi-rr-sofa:before {
  content: "\fc5f";
}
.fi-rr-solar-panel-sun:before {
  content: "\fc60";
}
.fi-rr-solar-panel:before {
  content: "\fc61";
}
.fi-rr-solar-system:before {
  content: "\fc62";
}
.fi-rr-sold-house:before {
  content: "\fc63";
}
.fi-rr-sold-signal:before {
  content: "\fc64";
}
.fi-rr-sort-alpha-down-alt:before {
  content: "\fc65";
}
.fi-rr-sort-alpha-down:before {
  content: "\fc66";
}
.fi-rr-sort-alpha-up-alt:before {
  content: "\fc67";
}
.fi-rr-sort-alpha-up:before {
  content: "\fc68";
}
.fi-rr-sort-alt:before {
  content: "\fc69";
}
.fi-rr-sort-amount-down-alt:before {
  content: "\fc6a";
}
.fi-rr-sort-amount-down:before {
  content: "\fc6b";
}
.fi-rr-sort-amount-up-alt:before {
  content: "\fc6c";
}
.fi-rr-sort-amount-up:before {
  content: "\fc6d";
}
.fi-rr-sort-circle-down:before {
  content: "\fc6e";
}
.fi-rr-sort-circle-up:before {
  content: "\fc6f";
}
.fi-rr-sort-circle:before {
  content: "\fc70";
}
.fi-rr-sort-down:before {
  content: "\fc71";
}
.fi-rr-sort-numeric-down-alt:before {
  content: "\fc72";
}
.fi-rr-sort-numeric-down:before {
  content: "\fc73";
}
.fi-rr-sort-shapes-down:before {
  content: "\fc74";
}
.fi-rr-sort-shapes-up:before {
  content: "\fc75";
}
.fi-rr-sort-size-down:before {
  content: "\fc76";
}
.fi-rr-sort-size-up:before {
  content: "\fc77";
}
.fi-rr-sort:before {
  content: "\fc78";
}
.fi-rr-soup:before {
  content: "\fc79";
}
.fi-rr-source-data:before {
  content: "\fc7a";
}
.fi-rr-source-document-alt:before {
  content: "\fc7b";
}
.fi-rr-source-document:before {
  content: "\fc7c";
}
.fi-rr-spa:before {
  content: "\fc7d";
}
.fi-rr-space-shuttle:before {
  content: "\fc7e";
}
.fi-rr-space-station-moon-alt:before {
  content: "\fc7f";
}
.fi-rr-space-station-moon:before {
  content: "\fc80";
}
.fi-rr-spade:before {
  content: "\fc81";
}
.fi-rr-spaghetti-monster-flying:before {
  content: "\fc82";
}
.fi-rr-spain-map:before {
  content: "\fc83";
}
.fi-rr-sparkles:before {
  content: "\fc84";
}
.fi-rr-spartan-helmet:before {
  content: "\fc85";
}
.fi-rr-speaker:before {
  content: "\fc86";
}
.fi-rr-speakers:before {
  content: "\fc87";
}
.fi-rr-speech-bubble-story:before {
  content: "\fc88";
}
.fi-rr-speedometer-arrow:before {
  content: "\fc89";
}
.fi-rr-speedometer-kpi:before {
  content: "\fc8a";
}
.fi-rr-sphere:before {
  content: "\fc8b";
}
.fi-rr-spider-black-widow:before {
  content: "\fc8c";
}
.fi-rr-spider-web:before {
  content: "\fc8d";
}
.fi-rr-spider:before {
  content: "\fc8e";
}
.fi-rr-spinner:before {
  content: "\fc8f";
}
.fi-rr-split-up-relation:before {
  content: "\fc90";
}
.fi-rr-split:before {
  content: "\fc91";
}
.fi-rr-splotch:before {
  content: "\fc92";
}
.fi-rr-spoon:before {
  content: "\fc93";
}
.fi-rr-sport:before {
  content: "\fc94";
}
.fi-rr-spray-can-sparkles:before {
  content: "\fc95";
}
.fi-rr-spray-can:before {
  content: "\fc96";
}
.fi-rr-spring-calendar:before {
  content: "\fc97";
}
.fi-rr-sprinkler:before {
  content: "\fc98";
}
.fi-rr-spy:before {
  content: "\fc99";
}
.fi-rr-square-0:before {
  content: "\fc9a";
}
.fi-rr-square-1:before {
  content: "\fc9b";
}
.fi-rr-square-2:before {
  content: "\fc9c";
}
.fi-rr-square-3:before {
  content: "\fc9d";
}
.fi-rr-square-4:before {
  content: "\fc9e";
}
.fi-rr-square-5:before {
  content: "\fc9f";
}
.fi-rr-square-6:before {
  content: "\fca0";
}
.fi-rr-square-7:before {
  content: "\fca1";
}
.fi-rr-square-8:before {
  content: "\fca2";
}
.fi-rr-square-9:before {
  content: "\fca3";
}
.fi-rr-square-a:before {
  content: "\fca4";
}
.fi-rr-square-b:before {
  content: "\fca5";
}
.fi-rr-square-bolt:before {
  content: "\fca6";
}
.fi-rr-square-c:before {
  content: "\fca7";
}
.fi-rr-square-code:before {
  content: "\fca8";
}
.fi-rr-square-d:before {
  content: "\fca9";
}
.fi-rr-square-dashed-circle-plus:before {
  content: "\fcaa";
}
.fi-rr-square-dashed:before {
  content: "\fcab";
}
.fi-rr-square-divide:before {
  content: "\fcac";
}
.fi-rr-square-e:before {
  content: "\fcad";
}
.fi-rr-square-ellipsis-vertical:before {
  content: "\fcae";
}
.fi-rr-square-ellipsis:before {
  content: "\fcaf";
}
.fi-rr-square-exclamation:before {
  content: "\fcb0";
}
.fi-rr-square-f:before {
  content: "\fcb1";
}
.fi-rr-square-g:before {
  content: "\fcb2";
}
.fi-rr-square-h:before {
  content: "\fcb3";
}
.fi-rr-square-heart:before {
  content: "\fcb4";
}
.fi-rr-square-i:before {
  content: "\fcb5";
}
.fi-rr-square-info:before {
  content: "\fcb6";
}
.fi-rr-square-j:before {
  content: "\fcb7";
}
.fi-rr-square-k:before {
  content: "\fcb8";
}
.fi-rr-square-kanban:before {
  content: "\fcb9";
}
.fi-rr-square-l:before {
  content: "\fcba";
}
.fi-rr-square-m:before {
  content: "\fcbb";
}
.fi-rr-square-minus:before {
  content: "\fcbc";
}
.fi-rr-square-n:before {
  content: "\fcbd";
}
.fi-rr-square-o:before {
  content: "\fcbe";
}
.fi-rr-square-p:before {
  content: "\fcbf";
}
.fi-rr-square-phone-hangup:before {
  content: "\fcc0";
}
.fi-rr-square-plus:before {
  content: "\fcc1";
}
.fi-rr-square-poll-horizontal:before {
  content: "\fcc2";
}
.fi-rr-square-poll-vertical:before {
  content: "\fcc3";
}
.fi-rr-square-q:before {
  content: "\fcc4";
}
.fi-rr-square-quote:before {
  content: "\fcc5";
}
.fi-rr-square-r:before {
  content: "\fcc6";
}
.fi-rr-square-root:before {
  content: "\fcc7";
}
.fi-rr-square-s:before {
  content: "\fcc8";
}
.fi-rr-square-small:before {
  content: "\fcc9";
}
.fi-rr-square-star:before {
  content: "\fcca";
}
.fi-rr-square-t:before {
  content: "\fccb";
}
.fi-rr-square-terminal:before {
  content: "\fccc";
}
.fi-rr-square-u:before {
  content: "\fccd";
}
.fi-rr-square-up-right:before {
  content: "\fcce";
}
.fi-rr-square-v:before {
  content: "\fccf";
}
.fi-rr-square-w:before {
  content: "\fcd0";
}
.fi-rr-square-x:before {
  content: "\fcd1";
}
.fi-rr-square-y:before {
  content: "\fcd2";
}
.fi-rr-square-z:before {
  content: "\fcd3";
}
.fi-rr-square:before {
  content: "\fcd4";
}
.fi-rr-squid:before {
  content: "\fcd5";
}
.fi-rr-squircle:before {
  content: "\fcd6";
}
.fi-rr-squirrel:before {
  content: "\fcd7";
}
.fi-rr-staff:before {
  content: "\fcd8";
}
.fi-rr-stage-concert:before {
  content: "\fcd9";
}
.fi-rr-stage-theatre:before {
  content: "\fcda";
}
.fi-rr-stage:before {
  content: "\fcdb";
}
.fi-rr-stairs:before {
  content: "\fcdc";
}
.fi-rr-stamp:before {
  content: "\fcdd";
}
.fi-rr-standard-definition:before {
  content: "\fcde";
}
.fi-rr-star-and-crescent:before {
  content: "\fcdf";
}
.fi-rr-star-christmas:before {
  content: "\fce0";
}
.fi-rr-star-comment-alt:before {
  content: "\fce1";
}
.fi-rr-star-exclamation:before {
  content: "\fce2";
}
.fi-rr-star-octogram:before {
  content: "\fce3";
}
.fi-rr-star-of-david:before {
  content: "\fce4";
}
.fi-rr-star-rating-call:before {
  content: "\fce5";
}
.fi-rr-star-sharp-half-stroke:before {
  content: "\fce6";
}
.fi-rr-star-sharp-half:before {
  content: "\fce7";
}
.fi-rr-star-shooting:before {
  content: "\fce8";
}
.fi-rr-star:before {
  content: "\fce9";
}
.fi-rr-starfighter:before {
  content: "\fcea";
}
.fi-rr-stars:before {
  content: "\fceb";
}
.fi-rr-state-country:before {
  content: "\fcec";
}
.fi-rr-stationary-bike:before {
  content: "\fced";
}
.fi-rr-stats:before {
  content: "\fcee";
}
.fi-rr-steak:before {
  content: "\fcef";
}
.fi-rr-steering-wheel:before {
  content: "\fcf0";
}
.fi-rr-step-backward:before {
  content: "\fcf1";
}
.fi-rr-step-forward:before {
  content: "\fcf2";
}
.fi-rr-sterling-sign:before {
  content: "\fcf3";
}
.fi-rr-stethoscope:before {
  content: "\fcf4";
}
.fi-rr-sticker:before {
  content: "\fcf5";
}
.fi-rr-stocking:before {
  content: "\fcf6";
}
.fi-rr-stomach:before {
  content: "\fcf7";
}
.fi-rr-stop-circle:before {
  content: "\fcf8";
}
.fi-rr-stop-square:before {
  content: "\fcf9";
}
.fi-rr-stop:before {
  content: "\fcfa";
}
.fi-rr-stopwatch:before {
  content: "\fcfb";
}
.fi-rr-store-alt:before {
  content: "\fcfc";
}
.fi-rr-store-buyer:before {
  content: "\fcfd";
}
.fi-rr-store-lock:before {
  content: "\fcfe";
}
.fi-rr-store-slash:before {
  content: "\fcff";
}
.fi-rr-story-book:before {
  content: "\fd00";
}
.fi-rr-story-fairy-tale:before {
  content: "\fd01";
}
.fi-rr-story-fantasy:before {
  content: "\fd02";
}
.fi-rr-strategy-chess-risk:before {
  content: "\fd03";
}
.fi-rr-strawberry:before {
  content: "\fd04";
}
.fi-rr-street-view:before {
  content: "\fd05";
}
.fi-rr-stretcher:before {
  content: "\fd06";
}
.fi-rr-strikethrough:before {
  content: "\fd07";
}
.fi-rr-stroopwafel:before {
  content: "\fd08";
}
.fi-rr-student-alt:before {
  content: "\fd09";
}
.fi-rr-student:before {
  content: "\fd0a";
}
.fi-rr-subscript:before {
  content: "\fd0b";
}
.fi-rr-subscription-alt:before {
  content: "\fd0c";
}
.fi-rr-subscription:before {
  content: "\fd0d";
}
.fi-rr-subtitles-slash:before {
  content: "\fd0e";
}
.fi-rr-subtitles:before {
  content: "\fd0f";
}
.fi-rr-subway:before {
  content: "\fd10";
}
.fi-rr-suitcase-alt:before {
  content: "\fd11";
}
.fi-rr-summary-check:before {
  content: "\fd12";
}
.fi-rr-summer:before {
  content: "\fd13";
}
.fi-rr-sun-dust:before {
  content: "\fd14";
}
.fi-rr-sun-plant-wilt:before {
  content: "\fd15";
}
.fi-rr-sun-salutation-yoga:before {
  content: "\fd16";
}
.fi-rr-sun:before {
  content: "\fd17";
}
.fi-rr-sunday:before {
  content: "\fd18";
}
.fi-rr-sunglasses-alt:before {
  content: "\fd19";
}
.fi-rr-sunglasses:before {
  content: "\fd1a";
}
.fi-rr-sunrise-alt:before {
  content: "\fd1b";
}
.fi-rr-sunrise:before {
  content: "\fd1c";
}
.fi-rr-sunset:before {
  content: "\fd1d";
}
.fi-rr-superscript:before {
  content: "\fd1e";
}
.fi-rr-supplier-alt:before {
  content: "\fd1f";
}
.fi-rr-supplier:before {
  content: "\fd20";
}
.fi-rr-surfing:before {
  content: "\fd21";
}
.fi-rr-surprise:before {
  content: "\fd22";
}
.fi-rr-surveillance-camera:before {
  content: "\fd23";
}
.fi-rr-survey-xmark:before {
  content: "\fd24";
}
.fi-rr-sushi-alt:before {
  content: "\fd25";
}
.fi-rr-sushi-roll:before {
  content: "\fd26";
}
.fi-rr-sushi:before {
  content: "\fd27";
}
.fi-rr-svg:before {
  content: "\fd28";
}
.fi-rr-swap:before {
  content: "\fd29";
}
.fi-rr-swatchbook:before {
  content: "\fd2a";
}
.fi-rr-swimmer:before {
  content: "\fd2b";
}
.fi-rr-swimming-pool:before {
  content: "\fd2c";
}
.fi-rr-swing:before {
  content: "\fd2d";
}
.fi-rr-swipe-down:before {
  content: "\fd2e";
}
.fi-rr-swipe-left:before {
  content: "\fd2f";
}
.fi-rr-swipe-right:before {
  content: "\fd30";
}
.fi-rr-swipe-up:before {
  content: "\fd31";
}
.fi-rr-sword:before {
  content: "\fd32";
}
.fi-rr-symbol:before {
  content: "\fd33";
}
.fi-rr-symbols:before {
  content: "\fd34";
}
.fi-rr-synagogue:before {
  content: "\fd35";
}
.fi-rr-syringe:before {
  content: "\fd36";
}
.fi-rr-system-cloud:before {
  content: "\fd37";
}
.fi-rr-t:before {
  content: "\fd38";
}
.fi-rr-tab-folder:before {
  content: "\fd39";
}
.fi-rr-table-columns:before {
  content: "\fd3a";
}
.fi-rr-table-layout:before {
  content: "\fd3b";
}
.fi-rr-table-list:before {
  content: "\fd3c";
}
.fi-rr-table-picnic:before {
  content: "\fd3d";
}
.fi-rr-table-pivot:before {
  content: "\fd3e";
}
.fi-rr-table-rows:before {
  content: "\fd3f";
}
.fi-rr-table-tree:before {
  content: "\fd40";
}
.fi-rr-table:before {
  content: "\fd41";
}
.fi-rr-tablet-android-alt:before {
  content: "\fd42";
}
.fi-rr-tablet-android:before {
  content: "\fd43";
}
.fi-rr-tablet-rugged:before {
  content: "\fd44";
}
.fi-rr-tablet:before {
  content: "\fd45";
}
.fi-rr-tachometer-alt-average:before {
  content: "\fd46";
}
.fi-rr-tachometer-alt-fastest:before {
  content: "\fd47";
}
.fi-rr-tachometer-alt-slow:before {
  content: "\fd48";
}
.fi-rr-tachometer-alt-slowest:before {
  content: "\fd49";
}
.fi-rr-tachometer-average:before {
  content: "\fd4a";
}
.fi-rr-tachometer-fast:before {
  content: "\fd4b";
}
.fi-rr-tachometer-fastest:before {
  content: "\fd4c";
}
.fi-rr-tachometer-slow:before {
  content: "\fd4d";
}
.fi-rr-tachometer-slowest:before {
  content: "\fd4e";
}
.fi-rr-tachometer:before {
  content: "\fd4f";
}
.fi-rr-taco:before {
  content: "\fd50";
}
.fi-rr-tags:before {
  content: "\fd51";
}
.fi-rr-talent-alt:before {
  content: "\fd52";
}
.fi-rr-talent-hand:before {
  content: "\fd53";
}
.fi-rr-talent:before {
  content: "\fd54";
}
.fi-rr-tally-1:before {
  content: "\fd55";
}
.fi-rr-tally-2:before {
  content: "\fd56";
}
.fi-rr-tally-3:before {
  content: "\fd57";
}
.fi-rr-tally-4:before {
  content: "\fd58";
}
.fi-rr-tally:before {
  content: "\fd59";
}
.fi-rr-tamale:before {
  content: "\fd5a";
}
.fi-rr-tank-water:before {
  content: "\fd5b";
}
.fi-rr-tap:before {
  content: "\fd5c";
}
.fi-rr-tape:before {
  content: "\fd5d";
}
.fi-rr-target-audience:before {
  content: "\fd5e";
}
.fi-rr-target:before {
  content: "\fd5f";
}
.fi-rr-tax-alt:before {
  content: "\fd60";
}
.fi-rr-tax:before {
  content: "\fd61";
}
.fi-rr-taxi-bus:before {
  content: "\fd62";
}
.fi-rr-taxi:before {
  content: "\fd63";
}
.fi-rr-team-check-alt:before {
  content: "\fd64";
}
.fi-rr-team-check:before {
  content: "\fd65";
}
.fi-rr-teddy-bear:before {
  content: "\fd66";
}
.fi-rr-teeth-open:before {
  content: "\fd67";
}
.fi-rr-telescope:before {
  content: "\fd68";
}
.fi-rr-temperature-down:before {
  content: "\fd69";
}
.fi-rr-temperature-frigid:before {
  content: "\fd6a";
}
.fi-rr-temperature-high:before {
  content: "\fd6b";
}
.fi-rr-temperature-list:before {
  content: "\fd6c";
}
.fi-rr-temperature-low:before {
  content: "\fd6d";
}
.fi-rr-temperature-up:before {
  content: "\fd6e";
}
.fi-rr-template-alt:before {
  content: "\fd6f";
}
.fi-rr-template:before {
  content: "\fd70";
}
.fi-rr-tenge:before {
  content: "\fd71";
}
.fi-rr-tennis:before {
  content: "\fd72";
}
.fi-rr-tent-arrow-down-to-line:before {
  content: "\fd73";
}
.fi-rr-tent-arrow-left-right:before {
  content: "\fd74";
}
.fi-rr-tent-arrow-turn-left:before {
  content: "\fd75";
}
.fi-rr-tent-arrows-down:before {
  content: "\fd76";
}
.fi-rr-tents:before {
  content: "\fd77";
}
.fi-rr-terminal:before {
  content: "\fd78";
}
.fi-rr-terrace:before {
  content: "\fd79";
}
.fi-rr-test-tube:before {
  content: "\fd7a";
}
.fi-rr-test:before {
  content: "\fd7b";
}
.fi-rr-text-box-dots:before {
  content: "\fd7c";
}
.fi-rr-text-box-edit:before {
  content: "\fd7d";
}
.fi-rr-text-box:before {
  content: "\fd7e";
}
.fi-rr-text-check:before {
  content: "\fd7f";
}
.fi-rr-text-height:before {
  content: "\fd80";
}
.fi-rr-text-shadow:before {
  content: "\fd81";
}
.fi-rr-text-size:before {
  content: "\fd82";
}
.fi-rr-text-slash:before {
  content: "\fd83";
}
.fi-rr-text-width:before {
  content: "\fd84";
}
.fi-rr-text:before {
  content: "\fd85";
}
.fi-rr-theater-masks:before {
  content: "\fd86";
}
.fi-rr-thermometer-alt:before {
  content: "\fd87";
}
.fi-rr-thermometer-empty:before {
  content: "\fd88";
}
.fi-rr-thermometer-full:before {
  content: "\fd89";
}
.fi-rr-thermometer-half:before {
  content: "\fd8a";
}
.fi-rr-thermometer-quarter:before {
  content: "\fd8b";
}
.fi-rr-thermometer-three-quarters:before {
  content: "\fd8c";
}
.fi-rr-theta:before {
  content: "\fd8d";
}
.fi-rr-third-award:before {
  content: "\fd8e";
}
.fi-rr-third-laurel:before {
  content: "\fd8f";
}
.fi-rr-third-medal:before {
  content: "\fd90";
}
.fi-rr-third:before {
  content: "\fd91";
}
.fi-rr-thought-bubble:before {
  content: "\fd92";
}
.fi-rr-three-leaf-clover:before {
  content: "\fd93";
}
.fi-rr-thumbs-up-trust:before {
  content: "\fd94";
}
.fi-rr-thumbtack:before {
  content: "\fd95";
}
.fi-rr-thunderstorm-moon:before {
  content: "\fd96";
}
.fi-rr-thunderstorm-risk:before {
  content: "\fd97";
}
.fi-rr-thunderstorm-sun:before {
  content: "\fd98";
}
.fi-rr-thunderstorm:before {
  content: "\fd99";
}
.fi-rr-thursday:before {
  content: "\fd9a";
}
.fi-rr-ticket-airline:before {
  content: "\fd9b";
}
.fi-rr-ticket-alt:before {
  content: "\fd9c";
}
.fi-rr-ticket:before {
  content: "\fd9d";
}
.fi-rr-tickets-airline:before {
  content: "\fd9e";
}
.fi-rr-tie:before {
  content: "\fd9f";
}
.fi-rr-tilde:before {
  content: "\fda0";
}
.fi-rr-time-add:before {
  content: "\fda1";
}
.fi-rr-time-check:before {
  content: "\fda2";
}
.fi-rr-time-delete:before {
  content: "\fda3";
}
.fi-rr-time-fast:before {
  content: "\fda4";
}
.fi-rr-time-forward-sixty:before {
  content: "\fda5";
}
.fi-rr-time-forward-ten:before {
  content: "\fda6";
}
.fi-rr-time-forward:before {
  content: "\fda7";
}
.fi-rr-time-half-past:before {
  content: "\fda8";
}
.fi-rr-time-oclock:before {
  content: "\fda9";
}
.fi-rr-time-past:before {
  content: "\fdaa";
}
.fi-rr-time-quarter-past:before {
  content: "\fdab";
}
.fi-rr-time-quarter-to:before {
  content: "\fdac";
}
.fi-rr-time-twenty-four:before {
  content: "\fdad";
}
.fi-rr-time-watch-calendar:before {
  content: "\fdae";
}
.fi-rr-timer-clock-call:before {
  content: "\fdaf";
}
.fi-rr-times-hexagon:before {
  content: "\fdb0";
}
.fi-rr-tint-slash:before {
  content: "\fdb1";
}
.fi-rr-tip-coin:before {
  content: "\fdb2";
}
.fi-rr-tire-flat:before {
  content: "\fdb3";
}
.fi-rr-tire-pressure-warning:before {
  content: "\fdb4";
}
.fi-rr-tire-rugged:before {
  content: "\fdb5";
}
.fi-rr-tire:before {
  content: "\fdb6";
}
.fi-rr-tired:before {
  content: "\fdb7";
}
.fi-rr-to-do-alt:before {
  content: "\fdb8";
}
.fi-rr-to-do:before {
  content: "\fdb9";
}
.fi-rr-together-people:before {
  content: "\fdba";
}
.fi-rr-toggle-off:before {
  content: "\fdbb";
}
.fi-rr-toggle-on:before {
  content: "\fdbc";
}
.fi-rr-toilet-paper-blank-under:before {
  content: "\fdbd";
}
.fi-rr-toilet-paper-blank:before {
  content: "\fdbe";
}
.fi-rr-toilet-paper-slash:before {
  content: "\fdbf";
}
.fi-rr-toilet-paper-under-slash:before {
  content: "\fdc0";
}
.fi-rr-toilet-paper-under:before {
  content: "\fdc1";
}
.fi-rr-toilet:before {
  content: "\fdc2";
}
.fi-rr-toilets-portable:before {
  content: "\fdc3";
}
.fi-rr-token:before {
  content: "\fdc4";
}
.fi-rr-tomato:before {
  content: "\fdc5";
}
.fi-rr-tombstone-alt:before {
  content: "\fdc6";
}
.fi-rr-tombstone:before {
  content: "\fdc7";
}
.fi-rr-tool-box:before {
  content: "\fdc8";
}
.fi-rr-tool-crop:before {
  content: "\fdc9";
}
.fi-rr-tool-marquee:before {
  content: "\fdca";
}
.fi-rr-tools:before {
  content: "\fdcb";
}
.fi-rr-tooth:before {
  content: "\fdcc";
}
.fi-rr-toothbrush:before {
  content: "\fdcd";
}
.fi-rr-torch-inspiration-leader:before {
  content: "\fdce";
}
.fi-rr-torii-gate:before {
  content: "\fdcf";
}
.fi-rr-tornado:before {
  content: "\fdd0";
}
.fi-rr-total:before {
  content: "\fdd1";
}
.fi-rr-tour-guide-people:before {
  content: "\fdd2";
}
.fi-rr-tour-virtual:before {
  content: "\fdd3";
}
.fi-rr-tower-control:before {
  content: "\fdd4";
}
.fi-rr-track:before {
  content: "\fdd5";
}
.fi-rr-tractor:before {
  content: "\fdd6";
}
.fi-rr-trademark:before {
  content: "\fdd7";
}
.fi-rr-traffic-cone:before {
  content: "\fdd8";
}
.fi-rr-traffic-light-go:before {
  content: "\fdd9";
}
.fi-rr-traffic-light-slow:before {
  content: "\fdda";
}
.fi-rr-traffic-light-stop:before {
  content: "\fddb";
}
.fi-rr-traffic-light:before {
  content: "\fddc";
}
.fi-rr-trailer:before {
  content: "\fddd";
}
.fi-rr-train-journey:before {
  content: "\fdde";
}
.fi-rr-train-side:before {
  content: "\fddf";
}
.fi-rr-train-station-building:before {
  content: "\fde0";
}
.fi-rr-train-station:before {
  content: "\fde1";
}
.fi-rr-train-subway-tunnel:before {
  content: "\fde2";
}
.fi-rr-train-track:before {
  content: "\fde3";
}
.fi-rr-train-tram:before {
  content: "\fde4";
}
.fi-rr-train:before {
  content: "\fde5";
}
.fi-rr-tram:before {
  content: "\fde6";
}
.fi-rr-transform:before {
  content: "\fde7";
}
.fi-rr-transformation-block:before {
  content: "\fde8";
}
.fi-rr-transformation-circle:before {
  content: "\fde9";
}
.fi-rr-transformation-design:before {
  content: "\fdea";
}
.fi-rr-transformation-shapes:before {
  content: "\fdeb";
}
.fi-rr-transformer-bolt:before {
  content: "\fdec";
}
.fi-rr-transgender:before {
  content: "\fded";
}
.fi-rr-transporter-1:before {
  content: "\fdee";
}
.fi-rr-transporter-2:before {
  content: "\fdef";
}
.fi-rr-transporter-3:before {
  content: "\fdf0";
}
.fi-rr-transporter-4:before {
  content: "\fdf1";
}
.fi-rr-transporter-5:before {
  content: "\fdf2";
}
.fi-rr-transporter-6:before {
  content: "\fdf3";
}
.fi-rr-transporter-7:before {
  content: "\fdf4";
}
.fi-rr-transporter-empty:before {
  content: "\fdf5";
}
.fi-rr-transporter:before {
  content: "\fdf6";
}
.fi-rr-trash-can-check:before {
  content: "\fdf7";
}
.fi-rr-trash-can-clock:before {
  content: "\fdf8";
}
.fi-rr-trash-can-list:before {
  content: "\fdf9";
}
.fi-rr-trash-can-plus:before {
  content: "\fdfa";
}
.fi-rr-trash-can-slash:before {
  content: "\fdfb";
}
.fi-rr-trash-check:before {
  content: "\fdfc";
}
.fi-rr-trash-clock:before {
  content: "\fdfd";
}
.fi-rr-trash-empty:before {
  content: "\fdfe";
}
.fi-rr-trash-list:before {
  content: "\fdff";
}
.fi-rr-trash-plus:before {
  content: "\fe10";
}
.fi-rr-trash-restore-alt:before {
  content: "\fe11";
}
.fi-rr-trash-restore:before {
  content: "\fe12";
}
.fi-rr-trash-slash:before {
  content: "\fe13";
}
.fi-rr-trash-undo-alt:before {
  content: "\fe14";
}
.fi-rr-trash-undo:before {
  content: "\fe15";
}
.fi-rr-trash-xmark:before {
  content: "\fe16";
}
.fi-rr-trash:before {
  content: "\fe17";
}
.fi-rr-treadmill:before {
  content: "\fe18";
}
.fi-rr-treasure-chest:before {
  content: "\fe19";
}
.fi-rr-treatment:before {
  content: "\fe1a";
}
.fi-rr-tree-alt:before {
  content: "\fe1b";
}
.fi-rr-tree-christmas:before {
  content: "\fe1c";
}
.fi-rr-tree-deciduous:before {
  content: "\fe1d";
}
.fi-rr-tree:before {
  content: "\fe1e";
}
.fi-rr-trees-alt:before {
  content: "\fe1f";
}
.fi-rr-trees:before {
  content: "\fe30";
}
.fi-rr-triangle-music:before {
  content: "\fe31";
}
.fi-rr-triangle-person-digging:before {
  content: "\fe32";
}
.fi-rr-triangle-warning:before {
  content: "\fe33";
}
.fi-rr-triangle:before {
  content: "\fe34";
}
.fi-rr-tricycle:before {
  content: "\fe35";
}
.fi-rr-trillium:before {
  content: "\fe36";
}
.fi-rr-trophy-achievement-skill:before {
  content: "\fe37";
}
.fi-rr-trophy-star:before {
  content: "\fe38";
}
.fi-rr-trophy:before {
  content: "\fe39";
}
.fi-rr-truck-arrow-left:before {
  content: "\fe3a";
}
.fi-rr-truck-arrow-right:before {
  content: "\fe3b";
}
.fi-rr-truck-bolt:before {
  content: "\fe3c";
}
.fi-rr-truck-box:before {
  content: "\fe3d";
}
.fi-rr-truck-check:before {
  content: "\fe3e";
}
.fi-rr-truck-container-empty:before {
  content: "\fe3f";
}
.fi-rr-truck-container:before {
  content: "\fe40";
}
.fi-rr-truck-couch:before {
  content: "\fe41";
}
.fi-rr-truck-fire:before {
  content: "\fe42";
}
.fi-rr-truck-flatbed:before {
  content: "\fe43";
}
.fi-rr-truck-front:before {
  content: "\fe44";
}
.fi-rr-truck-ladder:before {
  content: "\fe45";
}
.fi-rr-truck-loading:before {
  content: "\fe46";
}
.fi-rr-truck-medical:before {
  content: "\fe47";
}
.fi-rr-truck-monster:before {
  content: "\fe48";
}
.fi-rr-truck-moving:before {
  content: "\fe49";
}
.fi-rr-truck-pickup:before {
  content: "\fe4a";
}
.fi-rr-truck-plow:before {
  content: "\fe4b";
}
.fi-rr-truck-ramp:before {
  content: "\fe4c";
}
.fi-rr-truck-side:before {
  content: "\fe4d";
}
.fi-rr-truck-tow:before {
  content: "\fe4e";
}
.fi-rr-truck-utensils:before {
  content: "\fe4f";
}
.fi-rr-trumpet:before {
  content: "\fe50";
}
.fi-rr-trust-alt:before {
  content: "\fe51";
}
.fi-rr-trust:before {
  content: "\fe52";
}
.fi-rr-tshirt:before {
  content: "\fe53";
}
.fi-rr-tty-answer:before {
  content: "\fe54";
}
.fi-rr-tty:before {
  content: "\fe55";
}
.fi-rr-tubes:before {
  content: "\fe56";
}
.fi-rr-tuesday:before {
  content: "\fe57";
}
.fi-rr-tugrik-sign:before {
  content: "\fe58";
}
.fi-rr-turkey:before {
  content: "\fe59";
}
.fi-rr-turn-left-down:before {
  content: "\fe5a";
}
.fi-rr-turn-left:before {
  content: "\fe5b";
}
.fi-rr-turn-right:before {
  content: "\fe5c";
}
.fi-rr-turntable:before {
  content: "\fe5d";
}
.fi-rr-turtle:before {
  content: "\fe5e";
}
.fi-rr-tv-music:before {
  content: "\fe5f";
}
.fi-rr-tv-retro:before {
  content: "\fe60";
}
.fi-rr-typewriter:before {
  content: "\fe61";
}
.fi-rr-u:before {
  content: "\fe62";
}
.fi-rr-ufo-beam:before {
  content: "\fe63";
}
.fi-rr-ufo:before {
  content: "\fe64";
}
.fi-rr-ui-ux:before {
  content: "\fe65";
}
.fi-rr-umbrella-beach:before {
  content: "\fe66";
}
.fi-rr-umbrella:before {
  content: "\fe67";
}
.fi-rr-under-construction:before {
  content: "\fe68";
}
.fi-rr-underline:before {
  content: "\fe69";
}
.fi-rr-undo-alt:before {
  content: "\fe6a";
}
.fi-rr-undo:before {
  content: "\fe6b";
}
.fi-rr-unicorn:before {
  content: "\fe6c";
}
.fi-rr-uniform-martial-arts:before {
  content: "\fe6d";
}
.fi-rr-universal-access:before {
  content: "\fe6e";
}
.fi-rr-unlock:before {
  content: "\fe6f";
}
.fi-rr-up-from-bracket:before {
  content: "\fe70";
}
.fi-rr-up-left:before {
  content: "\fe71";
}
.fi-rr-up-right-from-square:before {
  content: "\fe72";
}
.fi-rr-up-right:before {
  content: "\fe73";
}
.fi-rr-up:before {
  content: "\fe74";
}
.fi-rr-upload:before {
  content: "\fe75";
}
.fi-rr-url:before {
  content: "\fe76";
}
.fi-rr-usb-pendrive:before {
  content: "\fe77";
}
.fi-rr-usd-circle:before {
  content: "\fe78";
}
.fi-rr-usd-square:before {
  content: "\fe79";
}
.fi-rr-user-add:before {
  content: "\fe7a";
}
.fi-rr-user-alien:before {
  content: "\fe7b";
}
.fi-rr-user-astronaut:before {
  content: "\fe7c";
}
.fi-rr-user-check:before {
  content: "\fe7d";
}
.fi-rr-user-chef:before {
  content: "\fe7e";
}
.fi-rr-user-coach:before {
  content: "\fe7f";
}
.fi-rr-user-cowboy:before {
  content: "\fe80";
}
.fi-rr-user-crown:before {
  content: "\fe81";
}
.fi-rr-user-gear:before {
  content: "\fe82";
}
.fi-rr-user-graduate:before {
  content: "\fe83";
}
.fi-rr-user-headset:before {
  content: "\fe84";
}
.fi-rr-user-helmet-safety:before {
  content: "\fe85";
}
.fi-rr-user-injured:before {
  content: "\fe86";
}
.fi-rr-user-interface-ui:before {
  content: "\fe87";
}
.fi-rr-user-key:before {
  content: "\fe88";
}
.fi-rr-user-lock:before {
  content: "\fe89";
}
.fi-rr-user-md-chat:before {
  content: "\fe8a";
}
.fi-rr-user-md:before {
  content: "\fe8b";
}
.fi-rr-user-minus:before {
  content: "\fe8c";
}
.fi-rr-user-music:before {
  content: "\fe8d";
}
.fi-rr-user-ninja:before {
  content: "\fe8e";
}
.fi-rr-user-nurse:before {
  content: "\fe8f";
}
.fi-rr-user-pen:before {
  content: "\fe90";
}
.fi-rr-user-pilot-tie:before {
  content: "\fe91";
}
.fi-rr-user-pilot:before {
  content: "\fe92";
}
.fi-rr-user-police:before {
  content: "\fe93";
}
.fi-rr-user-robot-xmarks:before {
  content: "\fe94";
}
.fi-rr-user-robot:before {
  content: "\fe95";
}
.fi-rr-user-salary:before {
  content: "\fe96";
}
.fi-rr-user-shield:before {
  content: "\fe97";
}
.fi-rr-user-skill-gear:before {
  content: "\fe98";
}
.fi-rr-user-slash:before {
  content: "\fe99";
}
.fi-rr-user-tag:before {
  content: "\fe9a";
}
.fi-rr-user-time:before {
  content: "\fe9b";
}
.fi-rr-user-trust:before {
  content: "\fe9c";
}
.fi-rr-user-unlock:before {
  content: "\fe9d";
}
.fi-rr-user-visor:before {
  content: "\fe9e";
}
.fi-rr-user-xmark:before {
  content: "\fe9f";
}
.fi-rr-user:before {
  content: "\fea0";
}
.fi-rr-users-alt:before {
  content: "\fea1";
}
.fi-rr-users-class:before {
  content: "\fea2";
}
.fi-rr-users-gear:before {
  content: "\fea3";
}
.fi-rr-users-medical:before {
  content: "\fea4";
}
.fi-rr-users-slash:before {
  content: "\fea5";
}
.fi-rr-users:before {
  content: "\fea6";
}
.fi-rr-utensils-slash:before {
  content: "\fea7";
}
.fi-rr-utensils:before {
  content: "\fea8";
}
.fi-rr-utility-pole-double:before {
  content: "\fea9";
}
.fi-rr-utility-pole:before {
  content: "\feaa";
}
.fi-rr-ux-browser:before {
  content: "\feab";
}
.fi-rr-ux:before {
  content: "\feac";
}
.fi-rr-v:before {
  content: "\fead";
}
.fi-rr-vacuum-robot:before {
  content: "\feae";
}
.fi-rr-vacuum:before {
  content: "\feaf";
}
.fi-rr-value-absolute:before {
  content: "\feb0";
}
.fi-rr-vault:before {
  content: "\feb1";
}
.fi-rr-vector-alt:before {
  content: "\feb2";
}
.fi-rr-vector-circle:before {
  content: "\feb3";
}
.fi-rr-vector-polygon:before {
  content: "\feb4";
}
.fi-rr-vector:before {
  content: "\feb5";
}
.fi-rr-venus-double:before {
  content: "\feb6";
}
.fi-rr-venus-mars:before {
  content: "\feb7";
}
.fi-rr-venus:before {
  content: "\feb8";
}
.fi-rr-vest-patches:before {
  content: "\feb9";
}
.fi-rr-vest:before {
  content: "\feba";
}
.fi-rr-video-arrow-down-left:before {
  content: "\febb";
}
.fi-rr-video-arrow-up-right:before {
  content: "\febc";
}
.fi-rr-video-camera-alt:before {
  content: "\febd";
}
.fi-rr-video-camera:before {
  content: "\febe";
}
.fi-rr-video-duration:before {
  content: "\febf";
}
.fi-rr-video-plus:before {
  content: "\fec0";
}
.fi-rr-video-slash:before {
  content: "\fec1";
}
.fi-rr-videoconference:before {
  content: "\fec2";
}
.fi-rr-vihara:before {
  content: "\fec3";
}
.fi-rr-violin:before {
  content: "\fec4";
}
.fi-rr-virus-slash:before {
  content: "\fec5";
}
.fi-rr-virus:before {
  content: "\fec6";
}
.fi-rr-viruses:before {
  content: "\fec7";
}
.fi-rr-visit:before {
  content: "\fec8";
}
.fi-rr-voicemail:before {
  content: "\fec9";
}
.fi-rr-volcano:before {
  content: "\feca";
}
.fi-rr-volleyball:before {
  content: "\fecb";
}
.fi-rr-volume-down:before {
  content: "\fecc";
}
.fi-rr-volume-mute:before {
  content: "\fecd";
}
.fi-rr-volume-off:before {
  content: "\fece";
}
.fi-rr-volume-slash:before {
  content: "\fecf";
}
.fi-rr-volume:before {
  content: "\fed0";
}
.fi-rr-vote-nay:before {
  content: "\fed1";
}
.fi-rr-vote-yea:before {
  content: "\fed2";
}
.fi-rr-vr-cardboard:before {
  content: "\fed3";
}
.fi-rr-w:before {
  content: "\fed4";
}
.fi-rr-waffle:before {
  content: "\fed5";
}
.fi-rr-wagon-covered:before {
  content: "\fed6";
}
.fi-rr-walker:before {
  content: "\fed7";
}
.fi-rr-walkie-talkie:before {
  content: "\fed8";
}
.fi-rr-walking:before {
  content: "\fed9";
}
.fi-rr-wallet-arrow:before {
  content: "\feda";
}
.fi-rr-wallet-buyer:before {
  content: "\fedb";
}
.fi-rr-wallet:before {
  content: "\fedc";
}
.fi-rr-warehouse-alt:before {
  content: "\fedd";
}
.fi-rr-warranty:before {
  content: "\fede";
}
.fi-rr-washer:before {
  content: "\fedf";
}
.fi-rr-waste-pollution:before {
  content: "\fee0";
}
.fi-rr-waste:before {
  content: "\fee1";
}
.fi-rr-watch-calculator:before {
  content: "\fee2";
}
.fi-rr-watch-fitness:before {
  content: "\fee3";
}
.fi-rr-watch-smart:before {
  content: "\fee4";
}
.fi-rr-watch:before {
  content: "\fee5";
}
.fi-rr-water-bottle:before {
  content: "\fee6";
}
.fi-rr-water-ladder:before {
  content: "\fee7";
}
.fi-rr-water-lower:before {
  content: "\fee8";
}
.fi-rr-water-rise:before {
  content: "\fee9";
}
.fi-rr-water:before {
  content: "\feea";
}
.fi-rr-watermelon:before {
  content: "\feeb";
}
.fi-rr-wave-sine:before {
  content: "\feec";
}
.fi-rr-wave-square:before {
  content: "\feed";
}
.fi-rr-wave-triangle:before {
  content: "\feee";
}
.fi-rr-wave:before {
  content: "\feef";
}
.fi-rr-waveform-path:before {
  content: "\fef0";
}
.fi-rr-waveform:before {
  content: "\fef1";
}
.fi-rr-web-design:before {
  content: "\fef2";
}
.fi-rr-webcam-slash:before {
  content: "\fef3";
}
.fi-rr-webcam:before {
  content: "\fef4";
}
.fi-rr-webhook:before {
  content: "\fef5";
}
.fi-rr-wednesday:before {
  content: "\fef6";
}
.fi-rr-whale:before {
  content: "\fef7";
}
.fi-rr-wheat-awn-circle-exclamation:before {
  content: "\fef8";
}
.fi-rr-wheat-awn-slash:before {
  content: "\fef9";
}
.fi-rr-wheat-awn:before {
  content: "\fefa";
}
.fi-rr-wheat-slash:before {
  content: "\fefb";
}
.fi-rr-wheat:before {
  content: "\fefc";
}
.fi-rr-wheelchair-move:before {
  content: "\fefd";
}
.fi-rr-wheelchair-sleeping:before {
  content: "\fefe";
}
.fi-rr-wheelchair:before {
  content: "\ff00";
}
.fi-rr-whistle:before {
  content: "\ff01";
}
.fi-rr-white-space:before {
  content: "\ff02";
}
.fi-rr-wifi-1:before {
  content: "\ff03";
}
.fi-rr-wifi-2:before {
  content: "\ff04";
}
.fi-rr-wifi-alt:before {
  content: "\ff05";
}
.fi-rr-wifi-exclamation:before {
  content: "\ff06";
}
.fi-rr-wifi-slash:before {
  content: "\ff07";
}
.fi-rr-wifi:before {
  content: "\ff08";
}
.fi-rr-wind-turbine:before {
  content: "\ff09";
}
.fi-rr-wind-warning:before {
  content: "\ff0a";
}
.fi-rr-wind:before {
  content: "\ff0b";
}
.fi-rr-window-alt:before {
  content: "\ff0c";
}
.fi-rr-window-frame-open:before {
  content: "\ff0d";
}
.fi-rr-window-frame:before {
  content: "\ff0e";
}
.fi-rr-window-maximize:before {
  content: "\ff0f";
}
.fi-rr-window-minimize:before {
  content: "\ff10";
}
.fi-rr-window-restore:before {
  content: "\ff11";
}
.fi-rr-windsock:before {
  content: "\ff12";
}
.fi-rr-wine-bottle:before {
  content: "\ff13";
}
.fi-rr-wine-glass-crack:before {
  content: "\ff14";
}
.fi-rr-wine-glass-empty:before {
  content: "\ff15";
}
.fi-rr-wishlist-heart:before {
  content: "\ff16";
}
.fi-rr-wishlist-star:before {
  content: "\ff17";
}
.fi-rr-woman-head:before {
  content: "\ff18";
}
.fi-rr-woman-scientist:before {
  content: "\ff19";
}
.fi-rr-won-sign:before {
  content: "\ff1a";
}
.fi-rr-work-in-progress:before {
  content: "\ff1b";
}
.fi-rr-workflow-alt:before {
  content: "\ff1c";
}
.fi-rr-workflow-setting-alt:before {
  content: "\ff1d";
}
.fi-rr-workflow-setting:before {
  content: "\ff1e";
}
.fi-rr-workflow:before {
  content: "\ff1f";
}
.fi-rr-workshop:before {
  content: "\ff20";
}
.fi-rr-world:before {
  content: "\ff21";
}
.fi-rr-worm:before {
  content: "\ff22";
}
.fi-rr-wreath:before {
  content: "\ff23";
}
.fi-rr-wrench-alt:before {
  content: "\ff24";
}
.fi-rr-wrench-simple:before {
  content: "\ff25";
}
.fi-rr-x-ray:before {
  content: "\ff26";
}
.fi-rr-x:before {
  content: "\ff27";
}
.fi-rr-y:before {
  content: "\ff28";
}
.fi-rr-yen:before {
  content: "\ff29";
}
.fi-rr-yin-yang:before {
  content: "\ff2a";
}
.fi-rr-z:before {
  content: "\ff2b";
}
.fi-rr-zip-file:before {
  content: "\ff2c";
}
.fi-rr-zoom-in:before {
  content: "\ff2d";
}
.fi-rr-zoom-out:before {
  content: "\ff2e";
}
/*!
*   _____       _             __                 _____                               ______ _       _   _
*  |_   _|     | |           / _|               |_   _|                             |  ____| |     | | (_)
*    | |  _ __ | |_ ___ _ __| |_ __ _  ___ ___    | |  ___ ___  _ __  ___   ______  | |__  | | __ _| |_ _  ___ ___  _ __
*    | | | '_ \| __/ _ \ '__|  _/ _` |/ __/ _ \   | | / __/ _ \| '_ \/ __| |______| |  __| | |/ _` | __| |/ __/ _ \| '_ \
*   _| |_| | | | ||  __/ |  | || (_| | (_|  __/  _| || (_| (_) | | | \__ \          | |    | | (_| | |_| | (_| (_) | | | |
*  |_____|_| |_|\__\___|_|  |_| \__,_|\___\___| |_____\___\___/|_| |_|___/          |_|    |_|\__,_|\__|_|\___\___/|_| |_|
*
*                         UIcons 2.4.2 - https://www.flaticon.com/uicons/interface-icons
*/
@font-face {
  font-family: uicons-regular-straight;
  src:
    url("./media/uicons-regular-straight-2I3O25UC-2I3O25UC.woff2") format("woff2"),
    url("./media/uicons-regular-straight-AFQI6GFM-AFQI6GFM.woff") format("woff"),
    url("./media/uicons-regular-straight-E4NUVXFC-E4NUVXFC.eot#iefix") format("embedded-opentype");
  font-display: swap;
}
i[class^=fi-rs-]:before,
i[class*=" fi-rs-"]:before,
span[class^=fi-rs-]:before,
span[class*=fi-rs-]:before {
  font-family: uicons-regular-straight !important;
  font-style: normal;
  font-weight: 400 !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.variable-selector-00:before {
  content: "\fe00";
}
.variable-selector-01:before {
  content: "\fe01";
}
.variable-selector-02:before {
  content: "\fe02";
}
.variable-selector-03:before {
  content: "\fe03";
}
.variable-selector-04:before {
  content: "\fe04";
}
.variable-selector-05:before {
  content: "\fe05";
}
.variable-selector-06:before {
  content: "\fe06";
}
.variable-selector-07:before {
  content: "\fe07";
}
.variable-selector-08:before {
  content: "\fe08";
}
.variable-selector-09:before {
  content: "\fe09";
}
.variable-selector-0a:before {
  content: "\fe0a";
}
.variable-selector-0b:before {
  content: "\fe0b";
}
.variable-selector-0c:before {
  content: "\fe0c";
}
.variable-selector-0d:before {
  content: "\fe0d";
}
.variable-selector-0e:before {
  content: "\fe0e";
}
.variable-selector-0f:before {
  content: "\fe0f";
}
.combining-half-marks-00:before {
  content: "\fe20";
}
.combining-half-marks-01:before {
  content: "\fe21";
}
.combining-half-marks-02:before {
  content: "\fe22";
}
.combining-half-marks-03:before {
  content: "\fe23";
}
.combining-half-marks-04:before {
  content: "\fe24";
}
.combining-half-marks-05:before {
  content: "\fe25";
}
.combining-half-marks-06:before {
  content: "\fe26";
}
.combining-half-marks-07:before {
  content: "\fe27";
}
.combining-half-marks-08:before {
  content: "\fe28";
}
.combining-half-marks-09:before {
  content: "\fe29";
}
.combining-half-marks-0a:before {
  content: "\fe2a";
}
.combining-half-marks-0b:before {
  content: "\fe2b";
}
.combining-half-marks-0c:before {
  content: "\fe2c";
}
.combining-half-marks-0d:before {
  content: "\fe2d";
}
.combining-half-marks-0e:before {
  content: "\fe2e";
}
.combining-half-marks-0f:before {
  content: "\fe2f";
}
.zero-width-no-break-space-0f:before {
  content: "\feff";
}
.fi-rs-0:before {
  content: "\f101";
}
.fi-rs-00s-music-disc:before {
  content: "\f102";
}
.fi-rs-1:before {
  content: "\f103";
}
.fi-rs-2:before {
  content: "\f104";
}
.fi-rs-3:before {
  content: "\f105";
}
.fi-rs-360-degrees:before {
  content: "\f106";
}
.fi-rs-4:before {
  content: "\f107";
}
.fi-rs-404:before {
  content: "\f108";
}
.fi-rs-5:before {
  content: "\f109";
}
.fi-rs-6:before {
  content: "\f10a";
}
.fi-rs-60s-music-disc:before {
  content: "\f10b";
}
.fi-rs-7:before {
  content: "\f10c";
}
.fi-rs-70s-music-disc:before {
  content: "\f10d";
}
.fi-rs-8:before {
  content: "\f10e";
}
.fi-rs-80s-music-disc:before {
  content: "\f10f";
}
.fi-rs-9:before {
  content: "\f110";
}
.fi-rs-90s-music-disc:before {
  content: "\f111";
}
.fi-rs-a:before {
  content: "\f112";
}
.fi-rs-accident:before {
  content: "\f113";
}
.fi-rs-acorn:before {
  content: "\f114";
}
.fi-rs-ad-paid:before {
  content: "\f115";
}
.fi-rs-ad:before {
  content: "\f116";
}
.fi-rs-add-document:before {
  content: "\f117";
}
.fi-rs-add-folder:before {
  content: "\f118";
}
.fi-rs-add-image:before {
  content: "\f119";
}
.fi-rs-add:before {
  content: "\f11a";
}
.fi-rs-address-book:before {
  content: "\f11b";
}
.fi-rs-address-card:before {
  content: "\f11c";
}
.fi-rs-admin-alt:before {
  content: "\f11d";
}
.fi-rs-admin:before {
  content: "\f11e";
}
.fi-rs-age-alt:before {
  content: "\f11f";
}
.fi-rs-age-restriction-eighteen:before {
  content: "\f120";
}
.fi-rs-age-restriction-seven:before {
  content: "\f121";
}
.fi-rs-age-restriction-six:before {
  content: "\f122";
}
.fi-rs-age-restriction-sixteen:before {
  content: "\f123";
}
.fi-rs-age-restriction-thirteen:before {
  content: "\f124";
}
.fi-rs-age-restriction-three:before {
  content: "\f125";
}
.fi-rs-age-restriction-twelve:before {
  content: "\f126";
}
.fi-rs-age-restriction-twenty-one:before {
  content: "\f127";
}
.fi-rs-age-restriction-zero:before {
  content: "\f128";
}
.fi-rs-age:before {
  content: "\f129";
}
.fi-rs-air-conditioner:before {
  content: "\f12a";
}
.fi-rs-air-freshener:before {
  content: "\f12b";
}
.fi-rs-air-pollution:before {
  content: "\f12c";
}
.fi-rs-airplane-journey:before {
  content: "\f12d";
}
.fi-rs-airplane-window-open:before {
  content: "\f12e";
}
.fi-rs-airplay:before {
  content: "\f12f";
}
.fi-rs-alarm-clock:before {
  content: "\f130";
}
.fi-rs-alarm-exclamation:before {
  content: "\f131";
}
.fi-rs-alarm-plus:before {
  content: "\f132";
}
.fi-rs-alarm-snooze:before {
  content: "\f133";
}
.fi-rs-album-circle-plus:before {
  content: "\f134";
}
.fi-rs-album-circle-user:before {
  content: "\f135";
}
.fi-rs-album-collection:before {
  content: "\f136";
}
.fi-rs-album:before {
  content: "\f137";
}
.fi-rs-algorithm:before {
  content: "\f138";
}
.fi-rs-alicorn:before {
  content: "\f139";
}
.fi-rs-alien:before {
  content: "\f13a";
}
.fi-rs-align-center:before {
  content: "\f13b";
}
.fi-rs-align-justify:before {
  content: "\f13c";
}
.fi-rs-align-left:before {
  content: "\f13d";
}
.fi-rs-align-slash:before {
  content: "\f13e";
}
.fi-rs-ambulance:before {
  content: "\f13f";
}
.fi-rs-analyse-alt:before {
  content: "\f140";
}
.fi-rs-analyse:before {
  content: "\f141";
}
.fi-rs-anatomical-heart:before {
  content: "\f142";
}
.fi-rs-anchor:before {
  content: "\f143";
}
.fi-rs-angel:before {
  content: "\f144";
}
.fi-rs-angle-90:before {
  content: "\f145";
}
.fi-rs-angle-circle-down:before {
  content: "\f146";
}
.fi-rs-angle-circle-left:before {
  content: "\f147";
}
.fi-rs-angle-circle-right:before {
  content: "\f148";
}
.fi-rs-angle-circle-up:before {
  content: "\f149";
}
.fi-rs-angle-double-left:before {
  content: "\f14a";
}
.fi-rs-angle-double-right:before {
  content: "\f14b";
}
.fi-rs-angle-double-small-down:before {
  content: "\f14c";
}
.fi-rs-angle-double-small-left:before {
  content: "\f14d";
}
.fi-rs-angle-double-small-right:before {
  content: "\f14e";
}
.fi-rs-angle-double-small-up:before {
  content: "\f14f";
}
.fi-rs-angle-down:before {
  content: "\f150";
}
.fi-rs-angle-left:before {
  content: "\f151";
}
.fi-rs-angle-right:before {
  content: "\f152";
}
.fi-rs-angle-small-down:before {
  content: "\f153";
}
.fi-rs-angle-small-left:before {
  content: "\f154";
}
.fi-rs-angle-small-right:before {
  content: "\f155";
}
.fi-rs-angle-small-up:before {
  content: "\f156";
}
.fi-rs-angle-square-down:before {
  content: "\f157";
}
.fi-rs-angle-square-left:before {
  content: "\f158";
}
.fi-rs-angle-square-right:before {
  content: "\f159";
}
.fi-rs-angle-square-up:before {
  content: "\f15a";
}
.fi-rs-angle-up:before {
  content: "\f15b";
}
.fi-rs-angle:before {
  content: "\f15c";
}
.fi-rs-angles-up-down:before {
  content: "\f15d";
}
.fi-rs-angry:before {
  content: "\f15e";
}
.fi-rs-animated-icon:before {
  content: "\f15f";
}
.fi-rs-ankh:before {
  content: "\f160";
}
.fi-rs-answer-alt:before {
  content: "\f161";
}
.fi-rs-answer:before {
  content: "\f162";
}
.fi-rs-apartment:before {
  content: "\f163";
}
.fi-rs-aperture:before {
  content: "\f164";
}
.fi-rs-api:before {
  content: "\f165";
}
.fi-rs-apple-core:before {
  content: "\f166";
}
.fi-rs-apple-crate:before {
  content: "\f167";
}
.fi-rs-apple-whole:before {
  content: "\f168";
}
.fi-rs-apps-add:before {
  content: "\f169";
}
.fi-rs-apps-delete:before {
  content: "\f16a";
}
.fi-rs-apps-sort:before {
  content: "\f16b";
}
.fi-rs-apps:before {
  content: "\f16c";
}
.fi-rs-archive:before {
  content: "\f16d";
}
.fi-rs-archway:before {
  content: "\f16e";
}
.fi-rs-arrow-alt-circle-down:before {
  content: "\f16f";
}
.fi-rs-arrow-alt-circle-left:before {
  content: "\f170";
}
.fi-rs-arrow-alt-circle-right:before {
  content: "\f171";
}
.fi-rs-arrow-alt-circle-up:before {
  content: "\f172";
}
.fi-rs-arrow-alt-down:before {
  content: "\f173";
}
.fi-rs-arrow-alt-from-bottom:before {
  content: "\f174";
}
.fi-rs-arrow-alt-from-left:before {
  content: "\f175";
}
.fi-rs-arrow-alt-from-right:before {
  content: "\f176";
}
.fi-rs-arrow-alt-from-top:before {
  content: "\f177";
}
.fi-rs-arrow-alt-left:before {
  content: "\f178";
}
.fi-rs-arrow-alt-right:before {
  content: "\f179";
}
.fi-rs-arrow-alt-square-down:before {
  content: "\f17a";
}
.fi-rs-arrow-alt-square-left:before {
  content: "\f17b";
}
.fi-rs-arrow-alt-square-right:before {
  content: "\f17c";
}
.fi-rs-arrow-alt-square-up:before {
  content: "\f17d";
}
.fi-rs-arrow-alt-to-bottom:before {
  content: "\f17e";
}
.fi-rs-arrow-alt-to-left:before {
  content: "\f17f";
}
.fi-rs-arrow-alt-to-right:before {
  content: "\f180";
}
.fi-rs-arrow-alt-to-top:before {
  content: "\f181";
}
.fi-rs-arrow-alt-up:before {
  content: "\f182";
}
.fi-rs-arrow-circle-down:before {
  content: "\f183";
}
.fi-rs-arrow-circle-left:before {
  content: "\f184";
}
.fi-rs-arrow-circle-right:before {
  content: "\f185";
}
.fi-rs-arrow-circle-up:before {
  content: "\f186";
}
.fi-rs-arrow-comparison:before {
  content: "\f187";
}
.fi-rs-arrow-down-from-arc:before {
  content: "\f188";
}
.fi-rs-arrow-down-from-dotted-line:before {
  content: "\f189";
}
.fi-rs-arrow-down-left:before {
  content: "\f18a";
}
.fi-rs-arrow-down-small-big:before {
  content: "\f18b";
}
.fi-rs-arrow-down-to-dotted-line:before {
  content: "\f18c";
}
.fi-rs-arrow-down-to-square:before {
  content: "\f18d";
}
.fi-rs-arrow-down-triangle-square:before {
  content: "\f18e";
}
.fi-rs-arrow-down:before {
  content: "\f18f";
}
.fi-rs-arrow-from-bottom:before {
  content: "\f190";
}
.fi-rs-arrow-from-left:before {
  content: "\f191";
}
.fi-rs-arrow-from-right:before {
  content: "\f192";
}
.fi-rs-arrow-from-top:before {
  content: "\f193";
}
.fi-rs-arrow-left-from-arc:before {
  content: "\f194";
}
.fi-rs-arrow-left-from-line:before {
  content: "\f195";
}
.fi-rs-arrow-left-to-arc:before {
  content: "\f196";
}
.fi-rs-arrow-left:before {
  content: "\f197";
}
.fi-rs-arrow-progress-alt:before {
  content: "\f198";
}
.fi-rs-arrow-progress:before {
  content: "\f199";
}
.fi-rs-arrow-right-to-bracket:before {
  content: "\f19a";
}
.fi-rs-arrow-right:before {
  content: "\f19b";
}
.fi-rs-arrow-small-down:before {
  content: "\f19c";
}
.fi-rs-arrow-small-left:before {
  content: "\f19d";
}
.fi-rs-arrow-small-right:before {
  content: "\f19e";
}
.fi-rs-arrow-small-up:before {
  content: "\f19f";
}
.fi-rs-arrow-square-down:before {
  content: "\f1a0";
}
.fi-rs-arrow-square-left:before {
  content: "\f1a1";
}
.fi-rs-arrow-square-right:before {
  content: "\f1a2";
}
.fi-rs-arrow-square-up:before {
  content: "\f1a3";
}
.fi-rs-arrow-to-bottom:before {
  content: "\f1a4";
}
.fi-rs-arrow-to-left:before {
  content: "\f1a5";
}
.fi-rs-arrow-to-right:before {
  content: "\f1a6";
}
.fi-rs-arrow-to-top:before {
  content: "\f1a7";
}
.fi-rs-arrow-trend-down:before {
  content: "\f1a8";
}
.fi-rs-arrow-trend-up:before {
  content: "\f1a9";
}
.fi-rs-arrow-turn-down-left:before {
  content: "\f1aa";
}
.fi-rs-arrow-turn-down-right:before {
  content: "\f1ab";
}
.fi-rs-arrow-turn-left-up:before {
  content: "\f1ac";
}
.fi-rs-arrow-turn-left:before {
  content: "\f1ad";
}
.fi-rs-arrow-up-from-dotted-line:before {
  content: "\f1ae";
}
.fi-rs-arrow-up-from-ground-water:before {
  content: "\f1af";
}
.fi-rs-arrow-up-from-square:before {
  content: "\f1b0";
}
.fi-rs-arrow-up-left-from-circle:before {
  content: "\f1b1";
}
.fi-rs-arrow-up-left:before {
  content: "\f1b2";
}
.fi-rs-arrow-up-right-and-arrow-down-left-from-center:before {
  content: "\f1b3";
}
.fi-rs-arrow-up-right-from-square:before {
  content: "\f1b4";
}
.fi-rs-arrow-up-right:before {
  content: "\f1b5";
}
.fi-rs-arrow-up-small-big:before {
  content: "\f1b6";
}
.fi-rs-arrow-up-square-triangle:before {
  content: "\f1b7";
}
.fi-rs-arrow-up-to-arc:before {
  content: "\f1b8";
}
.fi-rs-arrow-up-to-dotted-line:before {
  content: "\f1b9";
}
.fi-rs-arrow-up:before {
  content: "\f1ba";
}
.fi-rs-arrow-upward-growth-crypto:before {
  content: "\f1bb";
}
.fi-rs-arrows-alt-h:before {
  content: "\f1bc";
}
.fi-rs-arrows-alt-v:before {
  content: "\f1bd";
}
.fi-rs-arrows-alt:before {
  content: "\f1be";
}
.fi-rs-arrows-cross:before {
  content: "\f1bf";
}
.fi-rs-arrows-from-dotted-line:before {
  content: "\f1c0";
}
.fi-rs-arrows-from-line:before {
  content: "\f1c1";
}
.fi-rs-arrows-h-copy:before {
  content: "\f1c2";
}
.fi-rs-arrows-h:before {
  content: "\f1c3";
}
.fi-rs-arrows-repeat-1:before {
  content: "\f1c4";
}
.fi-rs-arrows-repeat:before {
  content: "\f1c5";
}
.fi-rs-arrows-retweet:before {
  content: "\f1c6";
}
.fi-rs-arrows-split-right-and-left:before {
  content: "\f1c7";
}
.fi-rs-arrows-split-up-and-left:before {
  content: "\f1c8";
}
.fi-rs-arrows-to-circle:before {
  content: "\f1c9";
}
.fi-rs-arrows-to-dotted-line:before {
  content: "\f1ca";
}
.fi-rs-arrows-to-eye:before {
  content: "\f1cb";
}
.fi-rs-arrows-to-line:before {
  content: "\f1cc";
}
.fi-rs-arrows:before {
  content: "\f1cd";
}
.fi-rs-artificial-intelligence:before {
  content: "\f1ce";
}
.fi-rs-assept-document:before {
  content: "\f1cf";
}
.fi-rs-assessment-alt:before {
  content: "\f1d0";
}
.fi-rs-assessment:before {
  content: "\f1d1";
}
.fi-rs-assign:before {
  content: "\f1d2";
}
.fi-rs-assistive-listening-systems:before {
  content: "\f1d3";
}
.fi-rs-asterik:before {
  content: "\f1d4";
}
.fi-rs-at:before {
  content: "\f1d5";
}
.fi-rs-attribution-pen:before {
  content: "\f1d6";
}
.fi-rs-attribution-pencil:before {
  content: "\f1d7";
}
.fi-rs-aubergine:before {
  content: "\f1d8";
}
.fi-rs-auction:before {
  content: "\f1d9";
}
.fi-rs-audience-megaphone:before {
  content: "\f1da";
}
.fi-rs-audio-description-slash:before {
  content: "\f1db";
}
.fi-rs-audit-alt:before {
  content: "\f1dc";
}
.fi-rs-audit:before {
  content: "\f1dd";
}
.fi-rs-austral-sign:before {
  content: "\f1de";
}
.fi-rs-avocado:before {
  content: "\f1df";
}
.fi-rs-award:before {
  content: "\f1e0";
}
.fi-rs-axe-battle:before {
  content: "\f1e1";
}
.fi-rs-axe:before {
  content: "\f1e2";
}
.fi-rs-b:before {
  content: "\f1e3";
}
.fi-rs-baby-carriage:before {
  content: "\f1e4";
}
.fi-rs-baby:before {
  content: "\f1e5";
}
.fi-rs-back-up:before {
  content: "\f1e6";
}
.fi-rs-background:before {
  content: "\f1e7";
}
.fi-rs-backpack:before {
  content: "\f1e8";
}
.fi-rs-bacon:before {
  content: "\f1e9";
}
.fi-rs-bacteria:before {
  content: "\f1ea";
}
.fi-rs-bacterium:before {
  content: "\f1eb";
}
.fi-rs-badge-check:before {
  content: "\f1ec";
}
.fi-rs-badge-dollar:before {
  content: "\f1ed";
}
.fi-rs-badge-leaf:before {
  content: "\f1ee";
}
.fi-rs-badge-percent:before {
  content: "\f1ef";
}
.fi-rs-badge-sheriff:before {
  content: "\f1f0";
}
.fi-rs-badge:before {
  content: "\f1f1";
}
.fi-rs-badger-honey:before {
  content: "\f1f2";
}
.fi-rs-badget-check-alt:before {
  content: "\f1f3";
}
.fi-rs-badminton:before {
  content: "\f1f4";
}
.fi-rs-bag-map-pin:before {
  content: "\f1f5";
}
.fi-rs-bag-seedling:before {
  content: "\f1f6";
}
.fi-rs-bag-shopping-minus:before {
  content: "\f1f7";
}
.fi-rs-bags-shopping:before {
  content: "\f1f8";
}
.fi-rs-baguette:before {
  content: "\f1f9";
}
.fi-rs-bahai:before {
  content: "\f1fa";
}
.fi-rs-baht-sign:before {
  content: "\f1fb";
}
.fi-rs-balance-scale-left:before {
  content: "\f1fc";
}
.fi-rs-balance-scale-right:before {
  content: "\f1fd";
}
.fi-rs-ball-pile:before {
  content: "\f1fe";
}
.fi-rs-ballet-dance:before {
  content: "\f1ff";
}
.fi-rs-balloon:before {
  content: "\f200";
}
.fi-rs-balloons:before {
  content: "\f201";
}
.fi-rs-ballot-check:before {
  content: "\f202";
}
.fi-rs-ballot:before {
  content: "\f203";
}
.fi-rs-ban-bug:before {
  content: "\f204";
}
.fi-rs-ban:before {
  content: "\f205";
}
.fi-rs-banana:before {
  content: "\f206";
}
.fi-rs-band-aid:before {
  content: "\f207";
}
.fi-rs-bangladeshi-taka-sign:before {
  content: "\f208";
}
.fi-rs-banjo:before {
  content: "\f209";
}
.fi-rs-bank:before {
  content: "\f20a";
}
.fi-rs-banner-2:before {
  content: "\f20b";
}
.fi-rs-banner-3:before {
  content: "\f20c";
}
.fi-rs-banner-4:before {
  content: "\f20d";
}
.fi-rs-banner-5:before {
  content: "\f20e";
}
.fi-rs-banner:before {
  content: "\f20f";
}
.fi-rs-barber-pole:before {
  content: "\f210";
}
.fi-rs-barber-shop:before {
  content: "\f211";
}
.fi-rs-barcode-read:before {
  content: "\f212";
}
.fi-rs-barcode-scan:before {
  content: "\f213";
}
.fi-rs-barcode:before {
  content: "\f214";
}
.fi-rs-bars-filter:before {
  content: "\f215";
}
.fi-rs-bars-progress:before {
  content: "\f216";
}
.fi-rs-bars-sort:before {
  content: "\f217";
}
.fi-rs-bars-staggered:before {
  content: "\f218";
}
.fi-rs-baseball-alt:before {
  content: "\f219";
}
.fi-rs-baseball:before {
  content: "\f21a";
}
.fi-rs-basket-shopping-minus:before {
  content: "\f21b";
}
.fi-rs-basket-shopping-plus:before {
  content: "\f21c";
}
.fi-rs-basket-shopping-simple:before {
  content: "\f21d";
}
.fi-rs-basketball-hoop:before {
  content: "\f21e";
}
.fi-rs-basketball:before {
  content: "\f21f";
}
.fi-rs-bat:before {
  content: "\f220";
}
.fi-rs-bath:before {
  content: "\f221";
}
.fi-rs-battery-bolt:before {
  content: "\f222";
}
.fi-rs-battery-empty:before {
  content: "\f223";
}
.fi-rs-battery-exclamation:before {
  content: "\f224";
}
.fi-rs-battery-full:before {
  content: "\f225";
}
.fi-rs-battery-half:before {
  content: "\f226";
}
.fi-rs-battery-quarter:before {
  content: "\f227";
}
.fi-rs-battery-slash:before {
  content: "\f228";
}
.fi-rs-battery-three-quarters:before {
  content: "\f229";
}
.fi-rs-beacon:before {
  content: "\f22a";
}
.fi-rs-bed-alt:before {
  content: "\f22b";
}
.fi-rs-bed-bunk:before {
  content: "\f22c";
}
.fi-rs-bed-empty:before {
  content: "\f22d";
}
.fi-rs-bed:before {
  content: "\f22e";
}
.fi-rs-bee:before {
  content: "\f22f";
}
.fi-rs-beer-mug-empty:before {
  content: "\f230";
}
.fi-rs-beer:before {
  content: "\f231";
}
.fi-rs-bell-concierge:before {
  content: "\f232";
}
.fi-rs-bell-notification-call:before {
  content: "\f233";
}
.fi-rs-bell-notification-social-media:before {
  content: "\f234";
}
.fi-rs-bell-ring:before {
  content: "\f235";
}
.fi-rs-bell-school-slash:before {
  content: "\f236";
}
.fi-rs-bell-school:before {
  content: "\f237";
}
.fi-rs-bell-slash:before {
  content: "\f238";
}
.fi-rs-bell:before {
  content: "\f239";
}
.fi-rs-bells:before {
  content: "\f23a";
}
.fi-rs-bench-tree:before {
  content: "\f23b";
}
.fi-rs-benefit-diamond-alt:before {
  content: "\f23c";
}
.fi-rs-benefit-diamond:before {
  content: "\f23d";
}
.fi-rs-benefit-hand:before {
  content: "\f23e";
}
.fi-rs-benefit-increase:before {
  content: "\f23f";
}
.fi-rs-benefit-porcent:before {
  content: "\f240";
}
.fi-rs-benefit:before {
  content: "\f241";
}
.fi-rs-betamax:before {
  content: "\f242";
}
.fi-rs-bible:before {
  content: "\f243";
}
.fi-rs-bicycle-journey:before {
  content: "\f244";
}
.fi-rs-bike:before {
  content: "\f245";
}
.fi-rs-biking-mountain:before {
  content: "\f246";
}
.fi-rs-biking:before {
  content: "\f247";
}
.fi-rs-bill-arrow:before {
  content: "\f248";
}
.fi-rs-billiard:before {
  content: "\f249";
}
.fi-rs-bin-bottles:before {
  content: "\f24a";
}
.fi-rs-binary-circle-check:before {
  content: "\f24b";
}
.fi-rs-binary-lock:before {
  content: "\f24c";
}
.fi-rs-binary-slash:before {
  content: "\f24d";
}
.fi-rs-binary:before {
  content: "\f24e";
}
.fi-rs-binoculars:before {
  content: "\f24f";
}
.fi-rs-bio-leaves:before {
  content: "\f250";
}
.fi-rs-bio:before {
  content: "\f251";
}
.fi-rs-biohazard:before {
  content: "\f252";
}
.fi-rs-bird:before {
  content: "\f253";
}
.fi-rs-bitcoin-sign:before {
  content: "\f254";
}
.fi-rs-blanket:before {
  content: "\f255";
}
.fi-rs-blender-phone:before {
  content: "\f256";
}
.fi-rs-blender:before {
  content: "\f257";
}
.fi-rs-blinds-open:before {
  content: "\f258";
}
.fi-rs-blinds-raised:before {
  content: "\f259";
}
.fi-rs-blinds:before {
  content: "\f25a";
}
.fi-rs-block-brick:before {
  content: "\f25b";
}
.fi-rs-block-microphone:before {
  content: "\f25c";
}
.fi-rs-block-question:before {
  content: "\f25d";
}
.fi-rs-block-quote:before {
  content: "\f25e";
}
.fi-rs-block:before {
  content: "\f25f";
}
.fi-rs-blockchain-3:before {
  content: "\f260";
}
.fi-rs-blog-pencil:before {
  content: "\f261";
}
.fi-rs-blog-text:before {
  content: "\f262";
}
.fi-rs-blood-dropper:before {
  content: "\f263";
}
.fi-rs-blood-test-tube-alt:before {
  content: "\f264";
}
.fi-rs-blood-test-tube:before {
  content: "\f265";
}
.fi-rs-blood:before {
  content: "\f266";
}
.fi-rs-blueberries:before {
  content: "\f267";
}
.fi-rs-blueprint:before {
  content: "\f268";
}
.fi-rs-bold:before {
  content: "\f269";
}
.fi-rs-bolt-auto:before {
  content: "\f26a";
}
.fi-rs-bolt-slash:before {
  content: "\f26b";
}
.fi-rs-bolt:before {
  content: "\f26c";
}
.fi-rs-bomb:before {
  content: "\f26d";
}
.fi-rs-bone-break:before {
  content: "\f26e";
}
.fi-rs-bone:before {
  content: "\f26f";
}
.fi-rs-bong:before {
  content: "\f270";
}
.fi-rs-bonus-alt:before {
  content: "\f271";
}
.fi-rs-bonus-star:before {
  content: "\f272";
}
.fi-rs-bonus:before {
  content: "\f273";
}
.fi-rs-book-alt:before {
  content: "\f274";
}
.fi-rs-book-arrow-right:before {
  content: "\f275";
}
.fi-rs-book-arrow-up:before {
  content: "\f276";
}
.fi-rs-book-atlas:before {
  content: "\f277";
}
.fi-rs-book-bookmark:before {
  content: "\f278";
}
.fi-rs-book-circle-arrow-right:before {
  content: "\f279";
}
.fi-rs-book-circle-arrow-up:before {
  content: "\f27a";
}
.fi-rs-book-copy:before {
  content: "\f27b";
}
.fi-rs-book-dead:before {
  content: "\f27c";
}
.fi-rs-book-font:before {
  content: "\f27d";
}
.fi-rs-book-heart:before {
  content: "\f27e";
}
.fi-rs-book-medical:before {
  content: "\f27f";
}
.fi-rs-book-open-cover:before {
  content: "\f280";
}
.fi-rs-book-open-reader:before {
  content: "\f281";
}
.fi-rs-book-plus:before {
  content: "\f282";
}
.fi-rs-book-quran:before {
  content: "\f283";
}
.fi-rs-book-section:before {
  content: "\f284";
}
.fi-rs-book-spells:before {
  content: "\f285";
}
.fi-rs-book-tanakh:before {
  content: "\f286";
}
.fi-rs-book-user:before {
  content: "\f287";
}
.fi-rs-book:before {
  content: "\f288";
}
.fi-rs-Booking:before {
  content: "\f289";
}
.fi-rs-bookmark-slash:before {
  content: "\f28a";
}
.fi-rs-bookmark:before {
  content: "\f28b";
}
.fi-rs-books-medical:before {
  content: "\f28c";
}
.fi-rs-books:before {
  content: "\f28d";
}
.fi-rs-boot-heeled:before {
  content: "\f28e";
}
.fi-rs-boot:before {
  content: "\f28f";
}
.fi-rs-booth-curtain:before {
  content: "\f290";
}
.fi-rs-border-all:before {
  content: "\f291";
}
.fi-rs-border-bottom:before {
  content: "\f292";
}
.fi-rs-border-center-h:before {
  content: "\f293";
}
.fi-rs-border-center-v:before {
  content: "\f294";
}
.fi-rs-border-inner:before {
  content: "\f295";
}
.fi-rs-border-left:before {
  content: "\f296";
}
.fi-rs-border-none:before {
  content: "\f297";
}
.fi-rs-border-outer:before {
  content: "\f298";
}
.fi-rs-border-right:before {
  content: "\f299";
}
.fi-rs-border-style-alt:before {
  content: "\f29a";
}
.fi-rs-border-style:before {
  content: "\f29b";
}
.fi-rs-border-top:before {
  content: "\f29c";
}
.fi-rs-boss:before {
  content: "\f29d";
}
.fi-rs-bottle-droplet:before {
  content: "\f29e";
}
.fi-rs-bottle:before {
  content: "\f29f";
}
.fi-rs-bow-arrow:before {
  content: "\f2a0";
}
.fi-rs-bowl-chopsticks-noodles:before {
  content: "\f2a1";
}
.fi-rs-bowl-chopsticks:before {
  content: "\f2a2";
}
.fi-rs-bowl-rice:before {
  content: "\f2a3";
}
.fi-rs-bowl-scoop:before {
  content: "\f2a4";
}
.fi-rs-bowl-scoops:before {
  content: "\f2a5";
}
.fi-rs-bowl-soft-serve:before {
  content: "\f2a6";
}
.fi-rs-bowl-spoon:before {
  content: "\f2a7";
}
.fi-rs-bowling-ball:before {
  content: "\f2a8";
}
.fi-rs-bowling-pins:before {
  content: "\f2a9";
}
.fi-rs-bowling:before {
  content: "\f2aa";
}
.fi-rs-box-alt:before {
  content: "\f2ab";
}
.fi-rs-box-ballot:before {
  content: "\f2ac";
}
.fi-rs-box-check:before {
  content: "\f2ad";
}
.fi-rs-box-circle-check:before {
  content: "\f2ae";
}
.fi-rs-box-dollar:before {
  content: "\f2af";
}
.fi-rs-box-fragile:before {
  content: "\f2b0";
}
.fi-rs-box-heart:before {
  content: "\f2b1";
}
.fi-rs-box-open-full:before {
  content: "\f2b2";
}
.fi-rs-box-open:before {
  content: "\f2b3";
}
.fi-rs-box-tissue:before {
  content: "\f2b4";
}
.fi-rs-box-up:before {
  content: "\f2b5";
}
.fi-rs-box:before {
  content: "\f2b6";
}
.fi-rs-boxes:before {
  content: "\f2b7";
}
.fi-rs-boxing-glove:before {
  content: "\f2b8";
}
.fi-rs-bracket-curly-right:before {
  content: "\f2b9";
}
.fi-rs-bracket-curly:before {
  content: "\f2ba";
}
.fi-rs-bracket-round-right:before {
  content: "\f2bb";
}
.fi-rs-bracket-round:before {
  content: "\f2bc";
}
.fi-rs-bracket-square-right:before {
  content: "\f2bd";
}
.fi-rs-bracket-square:before {
  content: "\f2be";
}
.fi-rs-brackets-curly:before {
  content: "\f2bf";
}
.fi-rs-brackets-round:before {
  content: "\f2c0";
}
.fi-rs-brackets-square:before {
  content: "\f2c1";
}
.fi-rs-braille-a:before {
  content: "\f2c2";
}
.fi-rs-braille-b:before {
  content: "\f2c3";
}
.fi-rs-braille-c:before {
  content: "\f2c4";
}
.fi-rs-braille-d:before {
  content: "\f2c5";
}
.fi-rs-braille-e:before {
  content: "\f2c6";
}
.fi-rs-braille-g:before {
  content: "\f2c7";
}
.fi-rs-braille-h:before {
  content: "\f2c8";
}
.fi-rs-braille-i:before {
  content: "\f2c9";
}
.fi-rs-braille-j:before {
  content: "\f2ca";
}
.fi-rs-braille-k:before {
  content: "\f2cb";
}
.fi-rs-braille-l:before {
  content: "\f2cc";
}
.fi-rs-braille-m:before {
  content: "\f2cd";
}
.fi-rs-braille-n-alt:before {
  content: "\f2ce";
}
.fi-rs-braille-n:before {
  content: "\f2cf";
}
.fi-rs-braille-o:before {
  content: "\f2d0";
}
.fi-rs-braille-p:before {
  content: "\f2d1";
}
.fi-rs-braille-q:before {
  content: "\f2d2";
}
.fi-rs-braille-r:before {
  content: "\f2d3";
}
.fi-rs-braille-s:before {
  content: "\f2d4";
}
.fi-rs-braille-t:before {
  content: "\f2d5";
}
.fi-rs-braille-u:before {
  content: "\f2d6";
}
.fi-rs-braille-v:before {
  content: "\f2d7";
}
.fi-rs-braille-w:before {
  content: "\f2d8";
}
.fi-rs-braille-x:before {
  content: "\f2d9";
}
.fi-rs-braille-y:before {
  content: "\f2da";
}
.fi-rs-braille-z:before {
  content: "\f2db";
}
.fi-rs-braille:before {
  content: "\f2dc";
}
.fi-rs-brain-circuit:before {
  content: "\f2dd";
}
.fi-rs-brain:before {
  content: "\f2de";
}
.fi-rs-brake-warning:before {
  content: "\f2df";
}
.fi-rs-branching:before {
  content: "\f2e0";
}
.fi-rs-brand:before {
  content: "\f2e1";
}
.fi-rs-branding:before {
  content: "\f2e2";
}
.fi-rs-bread-loaf:before {
  content: "\f2e3";
}
.fi-rs-bread-slice-butter:before {
  content: "\f2e4";
}
.fi-rs-bread-slice:before {
  content: "\f2e5";
}
.fi-rs-bread:before {
  content: "\f2e6";
}
.fi-rs-briefcase-arrow-right:before {
  content: "\f2e7";
}
.fi-rs-briefcase-blank:before {
  content: "\f2e8";
}
.fi-rs-briefcase:before {
  content: "\f2e9";
}
.fi-rs-brightness-low:before {
  content: "\f2ea";
}
.fi-rs-brightness:before {
  content: "\f2eb";
}
.fi-rs-bring-forward:before {
  content: "\f2ec";
}
.fi-rs-bring-front:before {
  content: "\f2ed";
}
.fi-rs-broadcast-tower:before {
  content: "\f2ee";
}
.fi-rs-broccoli:before {
  content: "\f2ef";
}
.fi-rs-broken-chain-link-wrong:before {
  content: "\f2f0";
}
.fi-rs-broken-image:before {
  content: "\f2f1";
}
.fi-rs-broom-ball:before {
  content: "\f2f2";
}
.fi-rs-browser-ui:before {
  content: "\f2f3";
}
.fi-rs-browser:before {
  content: "\f2f4";
}
.fi-rs-browsers:before {
  content: "\f2f5";
}
.fi-rs-brush:before {
  content: "\f2f6";
}
.fi-rs-bucket:before {
  content: "\f2f7";
}
.fi-rs-budget-alt:before {
  content: "\f2f8";
}
.fi-rs-budget:before {
  content: "\f2f9";
}
.fi-rs-bug-slash:before {
  content: "\f2fa";
}
.fi-rs-bug:before {
  content: "\f2fb";
}
.fi-rs-bugs:before {
  content: "\f2fc";
}
.fi-rs-build-alt:before {
  content: "\f2fd";
}
.fi-rs-build:before {
  content: "\f2fe";
}
.fi-rs-builder:before {
  content: "\f2ff";
}
.fi-rs-building-circle-arrow-right:before {
  content: "\f300";
}
.fi-rs-building-ngo:before {
  content: "\f301";
}
.fi-rs-building:before {
  content: "\f302";
}
.fi-rs-bulb:before {
  content: "\f303";
}
.fi-rs-bullet:before {
  content: "\f304";
}
.fi-rs-bullhorn:before {
  content: "\f305";
}
.fi-rs-bullseye-arrow:before {
  content: "\f306";
}
.fi-rs-bullseye-pointer:before {
  content: "\f307";
}
.fi-rs-bullseye:before {
  content: "\f308";
}
.fi-rs-burger-alt:before {
  content: "\f309";
}
.fi-rs-burger-fries:before {
  content: "\f30a";
}
.fi-rs-burger-glass:before {
  content: "\f30b";
}
.fi-rs-burger-menu:before {
  content: "\f30c";
}
.fi-rs-burrito:before {
  content: "\f30d";
}
.fi-rs-burst:before {
  content: "\f30e";
}
.fi-rs-bus-alt:before {
  content: "\f30f";
}
.fi-rs-bus:before {
  content: "\f310";
}
.fi-rs-business-time:before {
  content: "\f311";
}
.fi-rs-Butter:before {
  content: "\f312";
}
.fi-rs-butterfly:before {
  content: "\f313";
}
.fi-rs-c:before {
  content: "\f314";
}
.fi-rs-cabin:before {
  content: "\f315";
}
.fi-rs-cactus:before {
  content: "\f316";
}
.fi-rs-cage-empty:before {
  content: "\f317";
}
.fi-rs-cake-birthday:before {
  content: "\f318";
}
.fi-rs-cake-slice:before {
  content: "\f319";
}
.fi-rs-cake-wedding:before {
  content: "\f31a";
}
.fi-rs-calculator-bill:before {
  content: "\f31b";
}
.fi-rs-calculator-math-tax:before {
  content: "\f31c";
}
.fi-rs-calculator-money:before {
  content: "\f31d";
}
.fi-rs-calculator-simple:before {
  content: "\f31e";
}
.fi-rs-calculator:before {
  content: "\f31f";
}
.fi-rs-calendar-arrow-down:before {
  content: "\f320";
}
.fi-rs-calendar-arrow-up:before {
  content: "\f321";
}
.fi-rs-calendar-birhtday-cake:before {
  content: "\f322";
}
.fi-rs-calendar-call:before {
  content: "\f323";
}
.fi-rs-calendar-check:before {
  content: "\f324";
}
.fi-rs-calendar-clock:before {
  content: "\f325";
}
.fi-rs-calendar-day:before {
  content: "\f326";
}
.fi-rs-calendar-days:before {
  content: "\f327";
}
.fi-rs-calendar-event-tax:before {
  content: "\f328";
}
.fi-rs-calendar-exclamation:before {
  content: "\f329";
}
.fi-rs-calendar-gavel-legal:before {
  content: "\f32a";
}
.fi-rs-calendar-heart:before {
  content: "\f32b";
}
.fi-rs-calendar-image:before {
  content: "\f32c";
}
.fi-rs-calendar-lines-pen:before {
  content: "\f32d";
}
.fi-rs-calendar-lines:before {
  content: "\f32e";
}
.fi-rs-calendar-minus:before {
  content: "\f32f";
}
.fi-rs-calendar-payment-loan:before {
  content: "\f330";
}
.fi-rs-calendar-pen:before {
  content: "\f331";
}
.fi-rs-calendar-plus:before {
  content: "\f332";
}
.fi-rs-calendar-salary:before {
  content: "\f333";
}
.fi-rs-calendar-shift-swap:before {
  content: "\f334";
}
.fi-rs-calendar-star:before {
  content: "\f335";
}
.fi-rs-calendar-swap:before {
  content: "\f336";
}
.fi-rs-calendar-week:before {
  content: "\f337";
}
.fi-rs-calendar-xmark:before {
  content: "\f338";
}
.fi-rs-calendar:before {
  content: "\f339";
}
.fi-rs-calendars:before {
  content: "\f33a";
}
.fi-rs-call-duration:before {
  content: "\f33b";
}
.fi-rs-call-history:before {
  content: "\f33c";
}
.fi-rs-call-incoming:before {
  content: "\f33d";
}
.fi-rs-call-missed:before {
  content: "\f33e";
}
.fi-rs-call-outgoing:before {
  content: "\f33f";
}
.fi-rs-camcorder:before {
  content: "\f340";
}
.fi-rs-camera-cctv:before {
  content: "\f341";
}
.fi-rs-camera-movie:before {
  content: "\f342";
}
.fi-rs-camera-retro:before {
  content: "\f343";
}
.fi-rs-camera-rotate:before {
  content: "\f344";
}
.fi-rs-camera-security:before {
  content: "\f345";
}
.fi-rs-camera-slash:before {
  content: "\f346";
}
.fi-rs-camera-viewfinder:before {
  content: "\f347";
}
.fi-rs-camera:before {
  content: "\f348";
}
.fi-rs-campfire:before {
  content: "\f349";
}
.fi-rs-camping:before {
  content: "\f34a";
}
.fi-rs-can-food:before {
  content: "\f34b";
}
.fi-rs-candle-holder:before {
  content: "\f34c";
}
.fi-rs-candle-lotus-yoga:before {
  content: "\f34d";
}
.fi-rs-candle-pose-yoga:before {
  content: "\f34e";
}
.fi-rs-candy-alt:before {
  content: "\f34f";
}
.fi-rs-candy-bar:before {
  content: "\f350";
}
.fi-rs-candy-cane:before {
  content: "\f351";
}
.fi-rs-candy-corn:before {
  content: "\f352";
}
.fi-rs-candy-sweet:before {
  content: "\f353";
}
.fi-rs-candy:before {
  content: "\f354";
}
.fi-rs-Cannabis:before {
  content: "\f355";
}
.fi-rs-canned-food:before {
  content: "\f356";
}
.fi-rs-capsules:before {
  content: "\f357";
}
.fi-rs-car-alt:before {
  content: "\f358";
}
.fi-rs-car-battery:before {
  content: "\f359";
}
.fi-rs-car-bolt:before {
  content: "\f35a";
}
.fi-rs-car-building:before {
  content: "\f35b";
}
.fi-rs-car-bump:before {
  content: "\f35c";
}
.fi-rs-car-bus:before {
  content: "\f35d";
}
.fi-rs-car-circle-bolt:before {
  content: "\f35e";
}
.fi-rs-car-crash:before {
  content: "\f35f";
}
.fi-rs-car-garage:before {
  content: "\f360";
}
.fi-rs-car-journey:before {
  content: "\f361";
}
.fi-rs-car-mechanic:before {
  content: "\f362";
}
.fi-rs-car-rear:before {
  content: "\f363";
}
.fi-rs-car-side-bolt:before {
  content: "\f364";
}
.fi-rs-car-side:before {
  content: "\f365";
}
.fi-rs-car-tilt:before {
  content: "\f366";
}
.fi-rs-car-tunnel:before {
  content: "\f367";
}
.fi-rs-car-wash:before {
  content: "\f368";
}
.fi-rs-car:before {
  content: "\f369";
}
.fi-rs-caravan-alt:before {
  content: "\f36a";
}
.fi-rs-caravan:before {
  content: "\f36b";
}
.fi-rs-card-club:before {
  content: "\f36c";
}
.fi-rs-card-diamond:before {
  content: "\f36d";
}
.fi-rs-card-heart:before {
  content: "\f36e";
}
.fi-rs-card-spade:before {
  content: "\f36f";
}
.fi-rs-cardinal-compass:before {
  content: "\f370";
}
.fi-rs-career-growth:before {
  content: "\f371";
}
.fi-rs-career-path:before {
  content: "\f372";
}
.fi-rs-caret-circle-down:before {
  content: "\f373";
}
.fi-rs-caret-circle-right:before {
  content: "\f374";
}
.fi-rs-caret-circle-up:before {
  content: "\f375";
}
.fi-rs-caret-down:before {
  content: "\f376";
}
.fi-rs-caret-left:before {
  content: "\f377";
}
.fi-rs-caret-quare-up:before {
  content: "\f378";
}
.fi-rs-caret-right:before {
  content: "\f379";
}
.fi-rs-caret-square-down:before {
  content: "\f37a";
}
.fi-rs-caret-square-left_1:before {
  content: "\f37b";
}
.fi-rs-caret-square-left:before {
  content: "\f37c";
}
.fi-rs-caret-square-right:before {
  content: "\f37d";
}
.fi-rs-caret-up:before {
  content: "\f37e";
}
.fi-rs-carrot:before {
  content: "\f37f";
}
.fi-rs-cars-crash:before {
  content: "\f380";
}
.fi-rs-cars:before {
  content: "\f381";
}
.fi-rs-cart-arrow-down:before {
  content: "\f382";
}
.fi-rs-cart-minus:before {
  content: "\f383";
}
.fi-rs-cart-shopping-fast:before {
  content: "\f384";
}
.fi-rs-cash-register:before {
  content: "\f385";
}
.fi-rs-cassette-tape:before {
  content: "\f386";
}
.fi-rs-cassette-vhs:before {
  content: "\f387";
}
.fi-rs-castle:before {
  content: "\f388";
}
.fi-rs-cat-head:before {
  content: "\f389";
}
.fi-rs-cat-space:before {
  content: "\f38a";
}
.fi-rs-cat:before {
  content: "\f38b";
}
.fi-rs-catalog-alt:before {
  content: "\f38c";
}
.fi-rs-catalog-magazine:before {
  content: "\f38d";
}
.fi-rs-catalog:before {
  content: "\f38e";
}
.fi-rs-category-alt:before {
  content: "\f38f";
}
.fi-rs-category:before {
  content: "\f390";
}
.fi-rs-cauldron:before {
  content: "\f391";
}
.fi-rs-cedi-sign:before {
  content: "\f392";
}
.fi-rs-cello:before {
  content: "\f393";
}
.fi-rs-cent-sign:before {
  content: "\f394";
}
.fi-rs-chair-office:before {
  content: "\f395";
}
.fi-rs-chair:before {
  content: "\f396";
}
.fi-rs-chalkboard-user:before {
  content: "\f397";
}
.fi-rs-chalkboard:before {
  content: "\f398";
}
.fi-rs-challenge-alt:before {
  content: "\f399";
}
.fi-rs-challenge:before {
  content: "\f39a";
}
.fi-rs-channel:before {
  content: "\f39b";
}
.fi-rs-charging-station:before {
  content: "\f39c";
}
.fi-rs-chart-area:before {
  content: "\f39d";
}
.fi-rs-chart-bullet:before {
  content: "\f39e";
}
.fi-rs-chart-candlestick:before {
  content: "\f39f";
}
.fi-rs-chart-connected:before {
  content: "\f3a0";
}
.fi-rs-chart-gantt:before {
  content: "\f3a1";
}
.fi-rs-chart-histogram:before {
  content: "\f3a2";
}
.fi-rs-chart-kanban:before {
  content: "\f3a3";
}
.fi-rs-chart-line-up-down:before {
  content: "\f3a4";
}
.fi-rs-chart-line-up:before {
  content: "\f3a5";
}
.fi-rs-chart-mixed-up-circle-currency:before {
  content: "\f3a6";
}
.fi-rs-chart-mixed-up-circle-dollar:before {
  content: "\f3a7";
}
.fi-rs-chart-mixed:before {
  content: "\f3a8";
}
.fi-rs-chart-network:before {
  content: "\f3a9";
}
.fi-rs-chart-pie-alt:before {
  content: "\f3aa";
}
.fi-rs-chart-pie-simple-circle-currency:before {
  content: "\f3ab";
}
.fi-rs-chart-pie-simple-circle-dollar:before {
  content: "\f3ac";
}
.fi-rs-chart-pie:before {
  content: "\f3ad";
}
.fi-rs-chart-pyramid:before {
  content: "\f3ae";
}
.fi-rs-chart-radar:before {
  content: "\f3af";
}
.fi-rs-chart-scatter-3d:before {
  content: "\f3b0";
}
.fi-rs-chart-scatter-bubble:before {
  content: "\f3b1";
}
.fi-rs-chart-scatter:before {
  content: "\f3b2";
}
.fi-rs-chart-set-theory:before {
  content: "\f3b3";
}
.fi-rs-chart-simple-horizontal:before {
  content: "\f3b4";
}
.fi-rs-chart-simple:before {
  content: "\f3b5";
}
.fi-rs-chart-tree-map:before {
  content: "\f3b6";
}
.fi-rs-chart-tree:before {
  content: "\f3b7";
}
.fi-rs-chart-user:before {
  content: "\f3b8";
}
.fi-rs-chart-waterfall:before {
  content: "\f3b9";
}
.fi-rs-chat-arrow-down:before {
  content: "\f3ba";
}
.fi-rs-chat-arrow-grow:before {
  content: "\f3bb";
}
.fi-rs-chat-bubble-call:before {
  content: "\f3bc";
}
.fi-rs-chatbot-speech-bubble:before {
  content: "\f3bd";
}
.fi-rs-chatbot:before {
  content: "\f3be";
}
.fi-rs-cheap-bill:before {
  content: "\f3bf";
}
.fi-rs-cheap-dollar:before {
  content: "\f3c0";
}
.fi-rs-cheap-stack-dollar:before {
  content: "\f3c1";
}
.fi-rs-cheap-stack:before {
  content: "\f3c2";
}
.fi-rs-cheap:before {
  content: "\f3c3";
}
.fi-rs-check-circle:before {
  content: "\f3c4";
}
.fi-rs-check-double:before {
  content: "\f3c5";
}
.fi-rs-check-in-calendar:before {
  content: "\f3c6";
}
.fi-rs-check-out-calendar:before {
  content: "\f3c7";
}
.fi-rs-check:before {
  content: "\f3c8";
}
.fi-rs-checkbox:before {
  content: "\f3c9";
}
.fi-rs-checklist-task-budget:before {
  content: "\f3ca";
}
.fi-rs-cheese-alt:before {
  content: "\f3cb";
}
.fi-rs-cheese:before {
  content: "\f3cc";
}
.fi-rs-cheeseburger:before {
  content: "\f3cd";
}
.fi-rs-cherry:before {
  content: "\f3ce";
}
.fi-rs-chess-bishop:before {
  content: "\f3cf";
}
.fi-rs-chess-board:before {
  content: "\f3d0";
}
.fi-rs-chess-clock-alt:before {
  content: "\f3d1";
}
.fi-rs-chess-clock:before {
  content: "\f3d2";
}
.fi-rs-chess-king-alt:before {
  content: "\f3d3";
}
.fi-rs-chess-king:before {
  content: "\f3d4";
}
.fi-rs-chess-knight-alt:before {
  content: "\f3d5";
}
.fi-rs-chess-knight:before {
  content: "\f3d6";
}
.fi-rs-chess-pawn-alt:before {
  content: "\f3d7";
}
.fi-rs-chess-pawn:before {
  content: "\f3d8";
}
.fi-rs-chess-piece:before {
  content: "\f3d9";
}
.fi-rs-chess-queen-alt:before {
  content: "\f3da";
}
.fi-rs-chess-queen:before {
  content: "\f3db";
}
.fi-rs-chess-rook-alt:before {
  content: "\f3dc";
}
.fi-rs-chess-rook:before {
  content: "\f3dd";
}
.fi-rs-chess:before {
  content: "\f3de";
}
.fi-rs-chevron-double-down:before {
  content: "\f3df";
}
.fi-rs-chevron-double-up:before {
  content: "\f3e0";
}
.fi-rs-child-head:before {
  content: "\f3e1";
}
.fi-rs-child:before {
  content: "\f3e2";
}
.fi-rs-chimney:before {
  content: "\f3e3";
}
.fi-rs-chip:before {
  content: "\f3e4";
}
.fi-rs-chocolate:before {
  content: "\f3e5";
}
.fi-rs-choir-singing:before {
  content: "\f3e6";
}
.fi-rs-choose-alt:before {
  content: "\f3e7";
}
.fi-rs-choose:before {
  content: "\f3e8";
}
.fi-rs-church:before {
  content: "\f3e9";
}
.fi-rs-circle-0:before {
  content: "\f3ea";
}
.fi-rs-circle-1:before {
  content: "\f3eb";
}
.fi-rs-circle-2:before {
  content: "\f3ec";
}
.fi-rs-circle-3:before {
  content: "\f3ed";
}
.fi-rs-circle-4:before {
  content: "\f3ee";
}
.fi-rs-circle-5:before {
  content: "\f3ef";
}
.fi-rs-circle-6:before {
  content: "\f3f0";
}
.fi-rs-circle-7:before {
  content: "\f3f1";
}
.fi-rs-circle-8:before {
  content: "\f3f2";
}
.fi-rs-circle-9:before {
  content: "\f3f3";
}
.fi-rs-circle-a:before {
  content: "\f3f4";
}
.fi-rs-circle-b:before {
  content: "\f3f5";
}
.fi-rs-circle-bolt:before {
  content: "\f3f6";
}
.fi-rs-circle-book-open:before {
  content: "\f3f7";
}
.fi-rs-circle-bookmark:before {
  content: "\f3f8";
}
.fi-rs-circle-c:before {
  content: "\f3f9";
}
.fi-rs-circle-calendar:before {
  content: "\f3fa";
}
.fi-rs-circle-camera:before {
  content: "\f3fb";
}
.fi-rs-circle-cross:before {
  content: "\f3fc";
}
.fi-rs-circle-d:before {
  content: "\f3fd";
}
.fi-rs-circle-dashed:before {
  content: "\f3fe";
}
.fi-rs-circle-divide:before {
  content: "\f3ff";
}
.fi-rs-circle-e:before {
  content: "\f400";
}
.fi-rs-circle-ellipsis-vertical:before {
  content: "\f401";
}
.fi-rs-circle-ellipsis:before {
  content: "\f402";
}
.fi-rs-circle-envelope:before {
  content: "\f403";
}
.fi-rs-circle-exclamation-check:before {
  content: "\f404";
}
.fi-rs-circle-f:before {
  content: "\f405";
}
.fi-rs-circle-g:before {
  content: "\f406";
}
.fi-rs-circle-h:before {
  content: "\f407";
}
.fi-rs-circle-half-stroke:before {
  content: "\f408";
}
.fi-rs-circle-half:before {
  content: "\f409";
}
.fi-rs-circle-heart:before {
  content: "\f40a";
}
.fi-rs-circle-i:before {
  content: "\f40b";
}
.fi-rs-circle-j:before {
  content: "\f40c";
}
.fi-rs-circle-k:before {
  content: "\f40d";
}
.fi-rs-circle-l:before {
  content: "\f40e";
}
.fi-rs-circle-m:before {
  content: "\f40f";
}
.fi-rs-circle-microphone-lines:before {
  content: "\f410";
}
.fi-rs-circle-microphone:before {
  content: "\f411";
}
.fi-rs-circle-n:before {
  content: "\f412";
}
.fi-rs-circle-nodes:before {
  content: "\f413";
}
.fi-rs-circle-o:before {
  content: "\f414";
}
.fi-rs-circle-overlap:before {
  content: "\f415";
}
.fi-rs-circle-p:before {
  content: "\f416";
}
.fi-rs-circle-phone-flip:before {
  content: "\f417";
}
.fi-rs-circle-phone-hangup:before {
  content: "\f418";
}
.fi-rs-circle-phone:before {
  content: "\f419";
}
.fi-rs-circle-q:before {
  content: "\f41a";
}
.fi-rs-circle-quarter:before {
  content: "\f41b";
}
.fi-rs-circle-quarters-alt:before {
  content: "\f41c";
}
.fi-rs-circle-r:before {
  content: "\f41d";
}
.fi-rs-circle-s:before {
  content: "\f41e";
}
.fi-rs-circle-small:before {
  content: "\f41f";
}
.fi-rs-circle-star:before {
  content: "\f420";
}
.fi-rs-circle-t:before {
  content: "\f421";
}
.fi-rs-circle-three-quarters:before {
  content: "\f422";
}
.fi-rs-circle-trash:before {
  content: "\f423";
}
.fi-rs-circle-u:before {
  content: "\f424";
}
.fi-rs-circle-user:before {
  content: "\f425";
}
.fi-rs-circle-v:before {
  content: "\f426";
}
.fi-rs-circle-video:before {
  content: "\f427";
}
.fi-rs-circle-w:before {
  content: "\f428";
}
.fi-rs-circle-waveform-lines:before {
  content: "\f429";
}
.fi-rs-circle-x:before {
  content: "\f42a";
}
.fi-rs-circle-xmark:before {
  content: "\f42b";
}
.fi-rs-circle-y:before {
  content: "\f42c";
}
.fi-rs-circle-z:before {
  content: "\f42d";
}
.fi-rs-circle:before {
  content: "\f42e";
}
.fi-rs-citrus-slice:before {
  content: "\f42f";
}
.fi-rs-citrus:before {
  content: "\f430";
}
.fi-rs-city:before {
  content: "\f431";
}
.fi-rs-clapperboard-play:before {
  content: "\f432";
}
.fi-rs-clapperboard:before {
  content: "\f433";
}
.fi-rs-clarinet:before {
  content: "\f434";
}
.fi-rs-claw-marks:before {
  content: "\f435";
}
.fi-rs-clean:before {
  content: "\f436";
}
.fi-rs-clear-alt:before {
  content: "\f437";
}
.fi-rs-clip-file:before {
  content: "\f438";
}
.fi-rs-clip-mail:before {
  content: "\f439";
}
.fi-rs-clip:before {
  content: "\f43a";
}
.fi-rs-clipboard-check:before {
  content: "\f43b";
}
.fi-rs-clipboard-exclamation:before {
  content: "\f43c";
}
.fi-rs-clipboard-list-check:before {
  content: "\f43d";
}
.fi-rs-clipboard-list:before {
  content: "\f43e";
}
.fi-rs-clipboard-prescription:before {
  content: "\f43f";
}
.fi-rs-clipboard-question:before {
  content: "\f440";
}
.fi-rs-clipboard-user:before {
  content: "\f441";
}
.fi-rs-clipboard:before {
  content: "\f442";
}
.fi-rs-clipoard-wrong:before {
  content: "\f443";
}
.fi-rs-clock-desk:before {
  content: "\f444";
}
.fi-rs-clock-eight-thirty:before {
  content: "\f445";
}
.fi-rs-clock-eleven-thirty:before {
  content: "\f446";
}
.fi-rs-clock-eleven:before {
  content: "\f447";
}
.fi-rs-clock-five-thirty:before {
  content: "\f448";
}
.fi-rs-clock-five:before {
  content: "\f449";
}
.fi-rs-clock-four-thirty:before {
  content: "\f44a";
}
.fi-rs-clock-nine-thirty:before {
  content: "\f44b";
}
.fi-rs-clock-nine:before {
  content: "\f44c";
}
.fi-rs-clock-one-thirty:before {
  content: "\f44d";
}
.fi-rs-clock-one:before {
  content: "\f44e";
}
.fi-rs-clock-seven-thirty:before {
  content: "\f44f";
}
.fi-rs-clock-seven:before {
  content: "\f450";
}
.fi-rs-clock-six-thirty:before {
  content: "\f451";
}
.fi-rs-clock-six:before {
  content: "\f452";
}
.fi-rs-clock-ten-thirty:before {
  content: "\f453";
}
.fi-rs-clock-ten:before {
  content: "\f454";
}
.fi-rs-clock-three-thirty:before {
  content: "\f455";
}
.fi-rs-clock-three:before {
  content: "\f456";
}
.fi-rs-clock-time-tracking:before {
  content: "\f457";
}
.fi-rs-clock-twelve-thirty:before {
  content: "\f458";
}
.fi-rs-clock-twelve:before {
  content: "\f459";
}
.fi-rs-clock-two-thirty:before {
  content: "\f45a";
}
.fi-rs-clock-two:before {
  content: "\f45b";
}
.fi-rs-clock-up-arrow:before {
  content: "\f45c";
}
.fi-rs-clock:before {
  content: "\f45d";
}
.fi-rs-clone:before {
  content: "\f45e";
}
.fi-rs-closed-captioning-slash:before {
  content: "\f45f";
}
.fi-rs-clothes-hanger:before {
  content: "\f460";
}
.fi-rs-cloud-back-up-alt:before {
  content: "\f461";
}
.fi-rs-cloud-back-up:before {
  content: "\f462";
}
.fi-rs-cloud-check:before {
  content: "\f463";
}
.fi-rs-cloud-code:before {
  content: "\f464";
}
.fi-rs-cloud-disabled:before {
  content: "\f465";
}
.fi-rs-cloud-download-alt:before {
  content: "\f466";
}
.fi-rs-cloud-download:before {
  content: "\f467";
}
.fi-rs-cloud-drizzle:before {
  content: "\f468";
}
.fi-rs-cloud-exclamation:before {
  content: "\f469";
}
.fi-rs-cloud-gear-automation:before {
  content: "\f46a";
}
.fi-rs-cloud-hail-mixed:before {
  content: "\f46b";
}
.fi-rs-cloud-hail:before {
  content: "\f46c";
}
.fi-rs-cloud-meatball:before {
  content: "\f46d";
}
.fi-rs-cloud-moon-rain:before {
  content: "\f46e";
}
.fi-rs-cloud-moon:before {
  content: "\f46f";
}
.fi-rs-cloud-question:before {
  content: "\f470";
}
.fi-rs-cloud-rain:before {
  content: "\f471";
}
.fi-rs-cloud-rainbow:before {
  content: "\f472";
}
.fi-rs-cloud-share:before {
  content: "\f473";
}
.fi-rs-cloud-showers-heavy:before {
  content: "\f474";
}
.fi-rs-cloud-showers:before {
  content: "\f475";
}
.fi-rs-cloud-sleet:before {
  content: "\f476";
}
.fi-rs-cloud-snow:before {
  content: "\f477";
}
.fi-rs-cloud-sun-rain:before {
  content: "\f478";
}
.fi-rs-cloud-sun:before {
  content: "\f479";
}
.fi-rs-cloud-upload-alt:before {
  content: "\f47a";
}
.fi-rs-cloud-upload:before {
  content: "\f47b";
}
.fi-rs-cloud:before {
  content: "\f47c";
}
.fi-rs-clouds-moon:before {
  content: "\f47d";
}
.fi-rs-clouds-sun:before {
  content: "\f47e";
}
.fi-rs-clouds:before {
  content: "\f47f";
}
.fi-rs-clover-alt:before {
  content: "\f480";
}
.fi-rs-club:before {
  content: "\f481";
}
.fi-rs-cocktail-alt:before {
  content: "\f482";
}
.fi-rs-cocktail:before {
  content: "\f483";
}
.fi-rs-coconut:before {
  content: "\f484";
}
.fi-rs-code-branch:before {
  content: "\f485";
}
.fi-rs-code-commit:before {
  content: "\f486";
}
.fi-rs-code-compare:before {
  content: "\f487";
}
.fi-rs-code-fork:before {
  content: "\f488";
}
.fi-rs-code-merge:before {
  content: "\f489";
}
.fi-rs-code-pull-request-closed:before {
  content: "\f48a";
}
.fi-rs-code-pull-request-draft:before {
  content: "\f48b";
}
.fi-rs-code-pull-request:before {
  content: "\f48c";
}
.fi-rs-code-simple:before {
  content: "\f48d";
}
.fi-rs-coffee-bean:before {
  content: "\f48e";
}
.fi-rs-coffee-beans:before {
  content: "\f48f";
}
.fi-rs-coffee-heart:before {
  content: "\f490";
}
.fi-rs-coffee-pot:before {
  content: "\f491";
}
.fi-rs-coffee:before {
  content: "\f492";
}
.fi-rs-coffin-cross:before {
  content: "\f493";
}
.fi-rs-coffin:before {
  content: "\f494";
}
.fi-rs-coin-up-arrow:before {
  content: "\f495";
}
.fi-rs-coin:before {
  content: "\f496";
}
.fi-rs-coins:before {
  content: "\f497";
}
.fi-rs-colon-sign:before {
  content: "\f498";
}
.fi-rs-columns-3:before {
  content: "\f499";
}
.fi-rs-comet:before {
  content: "\f49a";
}
.fi-rs-command:before {
  content: "\f49b";
}
.fi-rs-comment-alt-check:before {
  content: "\f49c";
}
.fi-rs-comment-alt-dots:before {
  content: "\f49d";
}
.fi-rs-comment-alt-edit:before {
  content: "\f49e";
}
.fi-rs-comment-alt-medical:before {
  content: "\f49f";
}
.fi-rs-comment-alt-middle-top:before {
  content: "\f4a0";
}
.fi-rs-comment-alt-middle:before {
  content: "\f4a1";
}
.fi-rs-comment-alt-minus:before {
  content: "\f4a2";
}
.fi-rs-comment-alt-music:before {
  content: "\f4a3";
}
.fi-rs-comment-alt:before {
  content: "\f4a4";
}
.fi-rs-comment-arrow-down:before {
  content: "\f4a5";
}
.fi-rs-comment-arrow-up-right:before {
  content: "\f4a6";
}
.fi-rs-comment-arrow-up:before {
  content: "\f4a7";
}
.fi-rs-comment-check:before {
  content: "\f4a8";
}
.fi-rs-comment-code:before {
  content: "\f4a9";
}
.fi-rs-comment-dollar:before {
  content: "\f4aa";
}
.fi-rs-comment-dots:before {
  content: "\f4ab";
}
.fi-rs-comment-exclamation:before {
  content: "\f4ac";
}
.fi-rs-comment-heart:before {
  content: "\f4ad";
}
.fi-rs-comment-image:before {
  content: "\f4ae";
}
.fi-rs-comment-info:before {
  content: "\f4af";
}
.fi-rs-comment-medical:before {
  content: "\f4b0";
}
.fi-rs-comment-minus:before {
  content: "\f4b1";
}
.fi-rs-comment-pen:before {
  content: "\f4b2";
}
.fi-rs-comment-question:before {
  content: "\f4b3";
}
.fi-rs-comment-quote:before {
  content: "\f4b4";
}
.fi-rs-comment-slash:before {
  content: "\f4b5";
}
.fi-rs-comment-smile:before {
  content: "\f4b6";
}
.fi-rs-comment-sms:before {
  content: "\f4b7";
}
.fi-rs-comment-text:before {
  content: "\f4b8";
}
.fi-rs-comment-user:before {
  content: "\f4b9";
}
.fi-rs-comment-xmark:before {
  content: "\f4ba";
}
.fi-rs-comment:before {
  content: "\f4bb";
}
.fi-rs-comments-dollar:before {
  content: "\f4bc";
}
.fi-rs-comments-question-check:before {
  content: "\f4bd";
}
.fi-rs-comments-question:before {
  content: "\f4be";
}
.fi-rs-comments:before {
  content: "\f4bf";
}
.fi-rs-compass-alt:before {
  content: "\f4c0";
}
.fi-rs-compass-east:before {
  content: "\f4c1";
}
.fi-rs-compass-north:before {
  content: "\f4c2";
}
.fi-rs-compass-slash:before {
  content: "\f4c3";
}
.fi-rs-compass-south:before {
  content: "\f4c4";
}
.fi-rs-compass-west:before {
  content: "\f4c5";
}
.fi-rs-completed:before {
  content: "\f4c6";
}
.fi-rs-compliance-clipboard:before {
  content: "\f4c7";
}
.fi-rs-compliance-document:before {
  content: "\f4c8";
}
.fi-rs-compliance:before {
  content: "\f4c9";
}
.fi-rs-compress-alt:before {
  content: "\f4ca";
}
.fi-rs-compress:before {
  content: "\f4cb";
}
.fi-rs-computer-classic:before {
  content: "\f4cc";
}
.fi-rs-computer-mouse:before {
  content: "\f4cd";
}
.fi-rs-computer-speaker:before {
  content: "\f4ce";
}
.fi-rs-computer:before {
  content: "\f4cf";
}
.fi-rs-concierge-bell:before {
  content: "\f4d0";
}
.fi-rs-condition-alt:before {
  content: "\f4d1";
}
.fi-rs-condition:before {
  content: "\f4d2";
}
.fi-rs-confetti:before {
  content: "\f4d3";
}
.fi-rs-constellation:before {
  content: "\f4d4";
}
.fi-rs-container-storage:before {
  content: "\f4d5";
}
.fi-rs-convert-document:before {
  content: "\f4d6";
}
.fi-rs-convert-shapes:before {
  content: "\f4d7";
}
.fi-rs-conveyor-belt-alt:before {
  content: "\f4d8";
}
.fi-rs-conveyor-belt-arm:before {
  content: "\f4d9";
}
.fi-rs-conveyor-belt-empty:before {
  content: "\f4da";
}
.fi-rs-conveyor-belt:before {
  content: "\f4db";
}
.fi-rs-cookie-alt:before {
  content: "\f4dc";
}
.fi-rs-cookie:before {
  content: "\f4dd";
}
.fi-rs-copy-alt:before {
  content: "\f4de";
}
.fi-rs-copy-image:before {
  content: "\f4df";
}
.fi-rs-copy:before {
  content: "\f4e0";
}
.fi-rs-copyright:before {
  content: "\f4e1";
}
.fi-rs-corn:before {
  content: "\f4e2";
}
.fi-rs-corporate-alt:before {
  content: "\f4e3";
}
.fi-rs-corporate:before {
  content: "\f4e4";
}
.fi-rs-couch:before {
  content: "\f4e5";
}
.fi-rs-court-sport:before {
  content: "\f4e6";
}
.fi-rs-cow-alt:before {
  content: "\f4e7";
}
.fi-rs-cow:before {
  content: "\f4e8";
}
.fi-rs-cowbell-circle-plus:before {
  content: "\f4e9";
}
.fi-rs-cowbell-more:before {
  content: "\f4ea";
}
.fi-rs-cowbell:before {
  content: "\f4eb";
}
.fi-rs-crab:before {
  content: "\f4ec";
}
.fi-rs-crate-empty:before {
  content: "\f4ed";
}
.fi-rs-cream:before {
  content: "\f4ee";
}
.fi-rs-credit-card-buyer:before {
  content: "\f4ef";
}
.fi-rs-credit-card-eye:before {
  content: "\f4f0";
}
.fi-rs-credit-card:before {
  content: "\f4f1";
}
.fi-rs-cricket:before {
  content: "\f4f2";
}
.fi-rs-crm-alt:before {
  content: "\f4f3";
}
.fi-rs-crm-computer:before {
  content: "\f4f4";
}
.fi-rs-CRM:before {
  content: "\f4f5";
}
.fi-rs-croissant:before {
  content: "\f4f6";
}
.fi-rs-cross-religion:before {
  content: "\f4f7";
}
.fi-rs-cross-small:before {
  content: "\f4f8";
}
.fi-rs-cross:before {
  content: "\f4f9";
}
.fi-rs-crossed-eye:before {
  content: "\f4fa";
}
.fi-rs-crow:before {
  content: "\f4fb";
}
.fi-rs-crown:before {
  content: "\f4fc";
}
.fi-rs-crutch:before {
  content: "\f4fd";
}
.fi-rs-crutches:before {
  content: "\f4fe";
}
.fi-rs-cruzeiro-sign:before {
  content: "\f4ff";
}
.fi-rs-crypto-calendar:before {
  content: "\f500";
}
.fi-rs-cryptocurrency:before {
  content: "\f501";
}
.fi-rs-crystal-ball:before {
  content: "\f502";
}
.fi-rs-cube:before {
  content: "\f503";
}
.fi-rs-cubes-stacked:before {
  content: "\f504";
}
.fi-rs-cubes:before {
  content: "\f505";
}
.fi-rs-cucumber:before {
  content: "\f506";
}
.fi-rs-cup-straw-swoosh:before {
  content: "\f507";
}
.fi-rs-cup-straw:before {
  content: "\f508";
}
.fi-rs-cup-togo:before {
  content: "\f509";
}
.fi-rs-cupcake-alt:before {
  content: "\f50a";
}
.fi-rs-cupcake:before {
  content: "\f50b";
}
.fi-rs-curling:before {
  content: "\f50c";
}
.fi-rs-cursor-finger:before {
  content: "\f50d";
}
.fi-rs-cursor-plus:before {
  content: "\f50e";
}
.fi-rs-cursor-text-alt:before {
  content: "\f50f";
}
.fi-rs-cursor-text:before {
  content: "\f510";
}
.fi-rs-cursor:before {
  content: "\f511";
}
.fi-rs-curve-alt:before {
  content: "\f512";
}
.fi-rs-curve-arrow:before {
  content: "\f513";
}
.fi-rs-curve:before {
  content: "\f514";
}
.fi-rs-custard:before {
  content: "\f515";
}
.fi-rs-customer-care:before {
  content: "\f516";
}
.fi-rs-customer-service:before {
  content: "\f517";
}
.fi-rs-customization-cogwheel:before {
  content: "\f518";
}
.fi-rs-customization:before {
  content: "\f519";
}
.fi-rs-customize-computer:before {
  content: "\f51a";
}
.fi-rs-customize-edit:before {
  content: "\f51b";
}
.fi-rs-customize:before {
  content: "\f51c";
}
.fi-rs-CV:before {
  content: "\f51d";
}
.fi-rs-cvv-card:before {
  content: "\f51e";
}
.fi-rs-d:before {
  content: "\f51f";
}
.fi-rs-dagger:before {
  content: "\f520";
}
.fi-rs-daily-calendar:before {
  content: "\f521";
}
.fi-rs-damage:before {
  content: "\f522";
}
.fi-rs-dart:before {
  content: "\f523";
}
.fi-rs-dashboard-monitor:before {
  content: "\f524";
}
.fi-rs-dashboard-panel:before {
  content: "\f525";
}
.fi-rs-dashboard:before {
  content: "\f526";
}
.fi-rs-data-transfer:before {
  content: "\f527";
}
.fi-rs-database:before {
  content: "\f528";
}
.fi-rs-debt:before {
  content: "\f529";
}
.fi-rs-deer-rudolph:before {
  content: "\f52a";
}
.fi-rs-deer:before {
  content: "\f52b";
}
.fi-rs-delete-document:before {
  content: "\f52c";
}
.fi-rs-delete-right:before {
  content: "\f52d";
}
.fi-rs-delete-user:before {
  content: "\f52e";
}
.fi-rs-delete:before {
  content: "\f52f";
}
.fi-rs-democrat:before {
  content: "\f530";
}
.fi-rs-department-structure:before {
  content: "\f531";
}
.fi-rs-department:before {
  content: "\f532";
}
.fi-rs-deposit-alt:before {
  content: "\f533";
}
.fi-rs-deposit:before {
  content: "\f534";
}
.fi-rs-description-alt:before {
  content: "\f535";
}
.fi-rs-description:before {
  content: "\f536";
}
.fi-rs-desk:before {
  content: "\f537";
}
.fi-rs-desktop-arrow-down:before {
  content: "\f538";
}
.fi-rs-desktop-wallpaper:before {
  content: "\f539";
}
.fi-rs-devices:before {
  content: "\f53a";
}
.fi-rs-dewpoint:before {
  content: "\f53b";
}
.fi-rs-dharmachakra:before {
  content: "\f53c";
}
.fi-rs-diagram-cells:before {
  content: "\f53d";
}
.fi-rs-diagram-lean-canvas:before {
  content: "\f53e";
}
.fi-rs-diagram-nested:before {
  content: "\f53f";
}
.fi-rs-diagram-next:before {
  content: "\f540";
}
.fi-rs-diagram-predecessor:before {
  content: "\f541";
}
.fi-rs-diagram-previous:before {
  content: "\f542";
}
.fi-rs-diagram-project:before {
  content: "\f543";
}
.fi-rs-diagram-sankey:before {
  content: "\f544";
}
.fi-rs-diagram-subtask:before {
  content: "\f545";
}
.fi-rs-diagram-successor:before {
  content: "\f546";
}
.fi-rs-diagram-venn:before {
  content: "\f547";
}
.fi-rs-dial-high:before {
  content: "\f548";
}
.fi-rs-dial-low:before {
  content: "\f549";
}
.fi-rs-dial-max:before {
  content: "\f54a";
}
.fi-rs-dial-med-low:before {
  content: "\f54b";
}
.fi-rs-dial-med:before {
  content: "\f54c";
}
.fi-rs-dial-min:before {
  content: "\f54d";
}
.fi-rs-dial-off:before {
  content: "\f54e";
}
.fi-rs-dial:before {
  content: "\f54f";
}
.fi-rs-diamond-exclamation:before {
  content: "\f550";
}
.fi-rs-diamond-turn-right:before {
  content: "\f551";
}
.fi-rs-diamond:before {
  content: "\f552";
}
.fi-rs-diary-bookmark-down:before {
  content: "\f553";
}
.fi-rs-diary-bookmarks:before {
  content: "\f554";
}
.fi-rs-diary-clasp:before {
  content: "\f555";
}
.fi-rs-dice-alt:before {
  content: "\f556";
}
.fi-rs-dice-d10:before {
  content: "\f557";
}
.fi-rs-dice-d12:before {
  content: "\f558";
}
.fi-rs-dice-d20:before {
  content: "\f559";
}
.fi-rs-dice-d4:before {
  content: "\f55a";
}
.fi-rs-dice-d6:before {
  content: "\f55b";
}
.fi-rs-dice-d8:before {
  content: "\f55c";
}
.fi-rs-dice-four:before {
  content: "\f55d";
}
.fi-rs-dice-one:before {
  content: "\f55e";
}
.fi-rs-dice-six:before {
  content: "\f55f";
}
.fi-rs-dice-three:before {
  content: "\f560";
}
.fi-rs-dice-two:before {
  content: "\f561";
}
.fi-rs-dice:before {
  content: "\f562";
}
.fi-rs-digging:before {
  content: "\f563";
}
.fi-rs-digital-tachograph:before {
  content: "\f564";
}
.fi-rs-dinner:before {
  content: "\f565";
}
.fi-rs-diploma:before {
  content: "\f566";
}
.fi-rs-direction-signal-arrow:before {
  content: "\f567";
}
.fi-rs-direction-signal:before {
  content: "\f568";
}
.fi-rs-disc-drive:before {
  content: "\f569";
}
.fi-rs-disco-ball:before {
  content: "\f56a";
}
.fi-rs-discover:before {
  content: "\f56b";
}
.fi-rs-disease:before {
  content: "\f56c";
}
.fi-rs-disk:before {
  content: "\f56d";
}
.fi-rs-display-arrow-down:before {
  content: "\f56e";
}
.fi-rs-display-chart-up:before {
  content: "\f56f";
}
.fi-rs-display-code:before {
  content: "\f570";
}
.fi-rs-display-medical:before {
  content: "\f571";
}
.fi-rs-display-slash:before {
  content: "\f572";
}
.fi-rs-distribute-spacing-horizontal:before {
  content: "\f573";
}
.fi-rs-distribute-spacing-vertical:before {
  content: "\f574";
}
.fi-rs-divide:before {
  content: "\f575";
}
.fi-rs-dizzy:before {
  content: "\f576";
}
.fi-rs-dna:before {
  content: "\f577";
}
.fi-rs-do-not-enter:before {
  content: "\f578";
}
.fi-rs-doctor:before {
  content: "\f579";
}
.fi-rs-document-circle-wrong:before {
  content: "\f57a";
}
.fi-rs-document-paid:before {
  content: "\f57b";
}
.fi-rs-document-signed:before {
  content: "\f57c";
}
.fi-rs-document:before {
  content: "\f57d";
}
.fi-rs-dog-leashed:before {
  content: "\f57e";
}
.fi-rs-dog:before {
  content: "\f57f";
}
.fi-rs-dollar:before {
  content: "\f580";
}
.fi-rs-dolly-flatbed-alt:before {
  content: "\f581";
}
.fi-rs-dolly-flatbed-empty:before {
  content: "\f582";
}
.fi-rs-dolly-flatbed:before {
  content: "\f583";
}
.fi-rs-dolphin:before {
  content: "\f584";
}
.fi-rs-domino-effect:before {
  content: "\f585";
}
.fi-rs-donate:before {
  content: "\f586";
}
.fi-rs-dong-sign:before {
  content: "\f587";
}
.fi-rs-donut:before {
  content: "\f588";
}
.fi-rs-door-closed:before {
  content: "\f589";
}
.fi-rs-door-open:before {
  content: "\f58a";
}
.fi-rs-dot-circle:before {
  content: "\f58b";
}
.fi-rs-dot-pending:before {
  content: "\f58c";
}
.fi-rs-dove:before {
  content: "\f58d";
}
.fi-rs-down-from-bracket:before {
  content: "\f58e";
}
.fi-rs-down-left-and-up-right-to-center:before {
  content: "\f58f";
}
.fi-rs-down-left:before {
  content: "\f590";
}
.fi-rs-down-right:before {
  content: "\f591";
}
.fi-rs-down-to-line:before {
  content: "\f592";
}
.fi-rs-down:before {
  content: "\f593";
}
.fi-rs-download:before {
  content: "\f594";
}
.fi-rs-drafting-compass:before {
  content: "\f595";
}
.fi-rs-dragon:before {
  content: "\f596";
}
.fi-rs-draw-polygon:before {
  content: "\f597";
}
.fi-rs-draw-square:before {
  content: "\f598";
}
.fi-rs-drawer-alt:before {
  content: "\f599";
}
.fi-rs-drawer-empty:before {
  content: "\f59a";
}
.fi-rs-drawer:before {
  content: "\f59b";
}
.fi-rs-dreidel:before {
  content: "\f59c";
}
.fi-rs-drink-alt:before {
  content: "\f59d";
}
.fi-rs-driver-man:before {
  content: "\f59e";
}
.fi-rs-driver-woman:before {
  content: "\f59f";
}
.fi-rs-drone-alt:before {
  content: "\f5a0";
}
.fi-rs-drone-front:before {
  content: "\f5a1";
}
.fi-rs-drone:before {
  content: "\f5a2";
}
.fi-rs-drop-down:before {
  content: "\f5a3";
}
.fi-rs-dropdown-select:before {
  content: "\f5a4";
}
.fi-rs-dropdown:before {
  content: "\f5a5";
}
.fi-rs-drum-steelpan:before {
  content: "\f5a6";
}
.fi-rs-drum:before {
  content: "\f5a7";
}
.fi-rs-drumstick-bite:before {
  content: "\f5a8";
}
.fi-rs-drumstick:before {
  content: "\f5a9";
}
.fi-rs-dryer-alt:before {
  content: "\f5aa";
}
.fi-rs-dryer:before {
  content: "\f5ab";
}
.fi-rs-duck:before {
  content: "\f5ac";
}
.fi-rs-dumbbell-fitness:before {
  content: "\f5ad";
}
.fi-rs-dumbbell-horizontal:before {
  content: "\f5ae";
}
.fi-rs-dumbbell-ray:before {
  content: "\f5af";
}
.fi-rs-dumbbell-weightlifting:before {
  content: "\f5b0";
}
.fi-rs-dumpster-fire:before {
  content: "\f5b1";
}
.fi-rs-dumpster:before {
  content: "\f5b2";
}
.fi-rs-dungeon:before {
  content: "\f5b3";
}
.fi-rs-duplicate:before {
  content: "\f5b4";
}
.fi-rs-duration-alt:before {
  content: "\f5b5";
}
.fi-rs-duration:before {
  content: "\f5b6";
}
.fi-rs-e-learning:before {
  content: "\f5b7";
}
.fi-rs-e:before {
  content: "\f5b8";
}
.fi-rs-ear-deaf:before {
  content: "\f5b9";
}
.fi-rs-ear-muffs:before {
  content: "\f5ba";
}
.fi-rs-ear:before {
  content: "\f5bb";
}
.fi-rs-earnings:before {
  content: "\f5bc";
}
.fi-rs-earth-africa:before {
  content: "\f5bd";
}
.fi-rs-earth-americas:before {
  content: "\f5be";
}
.fi-rs-earth-asia:before {
  content: "\f5bf";
}
.fi-rs-earth-europa:before {
  content: "\f5c0";
}
.fi-rs-eclipse-alt:before {
  content: "\f5c1";
}
.fi-rs-eclipse:before {
  content: "\f5c2";
}
.fi-rs-edit-alt:before {
  content: "\f5c3";
}
.fi-rs-edit:before {
  content: "\f5c4";
}
.fi-rs-effect:before {
  content: "\f5c5";
}
.fi-rs-egg-fried:before {
  content: "\f5c6";
}
.fi-rs-egg:before {
  content: "\f5c7";
}
.fi-rs-eject:before {
  content: "\f5c8";
}
.fi-rs-elephant:before {
  content: "\f5c9";
}
.fi-rs-elevator:before {
  content: "\f5ca";
}
.fi-rs-email-pending:before {
  content: "\f5cb";
}
.fi-rs-employee-alt:before {
  content: "\f5cc";
}
.fi-rs-employee-handbook:before {
  content: "\f5cd";
}
.fi-rs-employee-man-alt:before {
  content: "\f5ce";
}
.fi-rs-employee-man:before {
  content: "\f5cf";
}
.fi-rs-employees-woman-man:before {
  content: "\f5d0";
}
.fi-rs-employees:before {
  content: "\f5d1";
}
.fi-rs-empty-set:before {
  content: "\f5d2";
}
.fi-rs-endless-loop:before {
  content: "\f5d3";
}
.fi-rs-engine-warning:before {
  content: "\f5d4";
}
.fi-rs-engine:before {
  content: "\f5d5";
}
.fi-rs-enter:before {
  content: "\f5d6";
}
.fi-rs-envelope-ban:before {
  content: "\f5d7";
}
.fi-rs-envelope-bulk:before {
  content: "\f5d8";
}
.fi-rs-envelope-dot:before {
  content: "\f5d9";
}
.fi-rs-envelope-download:before {
  content: "\f5da";
}
.fi-rs-envelope-heart:before {
  content: "\f5db";
}
.fi-rs-envelope-marker:before {
  content: "\f5dc";
}
.fi-rs-envelope-open-dollar:before {
  content: "\f5dd";
}
.fi-rs-envelope-open-text:before {
  content: "\f5de";
}
.fi-rs-envelope-open:before {
  content: "\f5df";
}
.fi-rs-envelope-plus:before {
  content: "\f5e0";
}
.fi-rs-envelope:before {
  content: "\f5e1";
}
.fi-rs-envelopes:before {
  content: "\f5e2";
}
.fi-rs-equality:before {
  content: "\f5e3";
}
.fi-rs-equals:before {
  content: "\f5e4";
}
.fi-rs-eraser:before {
  content: "\f5e5";
}
.fi-rs-error-camera:before {
  content: "\f5e6";
}
.fi-rs-escalator:before {
  content: "\f5e7";
}
.fi-rs-ethernet:before {
  content: "\f5e8";
}
.fi-rs-euro:before {
  content: "\f5e9";
}
.fi-rs-excavator:before {
  content: "\f5ea";
}
.fi-rs-exchange-alt:before {
  content: "\f5eb";
}
.fi-rs-exchange-cryptocurrency:before {
  content: "\f5ec";
}
.fi-rs-exchange:before {
  content: "\f5ed";
}
.fi-rs-exclamation:before {
  content: "\f5ee";
}
.fi-rs-exit-alt:before {
  content: "\f5ef";
}
.fi-rs-exit:before {
  content: "\f5f0";
}
.fi-rs-expand-arrows-alt:before {
  content: "\f5f1";
}
.fi-rs-expand-arrows:before {
  content: "\f5f2";
}
.fi-rs-expand:before {
  content: "\f5f3";
}
.fi-rs-expense-bill:before {
  content: "\f5f4";
}
.fi-rs-expense:before {
  content: "\f5f5";
}
.fi-rs-external-hard-drive:before {
  content: "\f5f6";
}
.fi-rs-external-world:before {
  content: "\f5f7";
}
.fi-rs-eye-dropper-half:before {
  content: "\f5f8";
}
.fi-rs-eye-dropper:before {
  content: "\f5f9";
}
.fi-rs-eye:before {
  content: "\f5fa";
}
.fi-rs-eyes:before {
  content: "\f5fb";
}
.fi-rs-f:before {
  content: "\f5fc";
}
.fi-rs-fabric:before {
  content: "\f5fd";
}
.fi-rs-face-angry-horns:before {
  content: "\f5fe";
}
.fi-rs-face-anguished:before {
  content: "\f5ff";
}
.fi-rs-face-anxious-sweat:before {
  content: "\f600";
}
.fi-rs-face-astonished:before {
  content: "\f601";
}
.fi-rs-face-awesome:before {
  content: "\f602";
}
.fi-rs-face-beam-hand-over-mouth:before {
  content: "\f603";
}
.fi-rs-face-confounded:before {
  content: "\f604";
}
.fi-rs-face-confused:before {
  content: "\f605";
}
.fi-rs-face-cowboy-hat:before {
  content: "\f606";
}
.fi-rs-face-disappointed:before {
  content: "\f607";
}
.fi-rs-face-disguise:before {
  content: "\f608";
}
.fi-rs-face-downcast-sweat:before {
  content: "\f609";
}
.fi-rs-face-drooling:before {
  content: "\f60a";
}
.fi-rs-face-explode:before {
  content: "\f60b";
}
.fi-rs-face-expressionless:before {
  content: "\f60c";
}
.fi-rs-face-eyes-xmarks:before {
  content: "\f60d";
}
.fi-rs-face-fearful:before {
  content: "\f60e";
}
.fi-rs-face-glasses:before {
  content: "\f60f";
}
.fi-rs-face-grin-tongue-wink:before {
  content: "\f610";
}
.fi-rs-face-hand-yawn:before {
  content: "\f611";
}
.fi-rs-face-head-bandage:before {
  content: "\f612";
}
.fi-rs-face-hushed:before {
  content: "\f613";
}
.fi-rs-face-icicles:before {
  content: "\f614";
}
.fi-rs-face-lying:before {
  content: "\f615";
}
.fi-rs-face-mask:before {
  content: "\f616";
}
.fi-rs-face-monocle:before {
  content: "\f617";
}
.fi-rs-face-nauseated:before {
  content: "\f618";
}
.fi-rs-face-nose-steam:before {
  content: "\f619";
}
.fi-rs-face-party:before {
  content: "\f61a";
}
.fi-rs-face-pensive:before {
  content: "\f61b";
}
.fi-rs-face-persevering:before {
  content: "\f61c";
}
.fi-rs-face-pleading:before {
  content: "\f61d";
}
.fi-rs-face-raised-eyebrow:before {
  content: "\f61e";
}
.fi-rs-face-relieved:before {
  content: "\f61f";
}
.fi-rs-face-sad-sweat:before {
  content: "\f620";
}
.fi-rs-face-scream:before {
  content: "\f621";
}
.fi-rs-face-shush:before {
  content: "\f622";
}
.fi-rs-face-sleeping:before {
  content: "\f623";
}
.fi-rs-face-sleepy:before {
  content: "\f624";
}
.fi-rs-face-smile-halo:before {
  content: "\f625";
}
.fi-rs-face-smile-hearts:before {
  content: "\f626";
}
.fi-rs-face-smile-horns:before {
  content: "\f627";
}
.fi-rs-face-smile-tear:before {
  content: "\f628";
}
.fi-rs-face-smile-tongue:before {
  content: "\f629";
}
.fi-rs-face-smile-upside-down:before {
  content: "\f62a";
}
.fi-rs-face-smiling-hands:before {
  content: "\f62b";
}
.fi-rs-face-smirking:before {
  content: "\f62c";
}
.fi-rs-face-sunglasses-alt:before {
  content: "\f62d";
}
.fi-rs-face-sunglasses:before {
  content: "\f62e";
}
.fi-rs-face-swear:before {
  content: "\f62f";
}
.fi-rs-face-thermometer:before {
  content: "\f630";
}
.fi-rs-face-thinking:before {
  content: "\f631";
}
.fi-rs-face-tissue:before {
  content: "\f632";
}
.fi-rs-face-tongue-money:before {
  content: "\f633";
}
.fi-rs-face-tongue-sweat:before {
  content: "\f634";
}
.fi-rs-face-unamused:before {
  content: "\f635";
}
.fi-rs-face-viewfinder:before {
  content: "\f636";
}
.fi-rs-face-vomit:before {
  content: "\f637";
}
.fi-rs-face-weary:before {
  content: "\f638";
}
.fi-rs-face-woozy:before {
  content: "\f639";
}
.fi-rs-face-worried:before {
  content: "\f63a";
}
.fi-rs-face-zany:before {
  content: "\f63b";
}
.fi-rs-face-zipper:before {
  content: "\f63c";
}
.fi-rs-fail:before {
  content: "\f63d";
}
.fi-rs-falafel:before {
  content: "\f63e";
}
.fi-rs-family-dress:before {
  content: "\f63f";
}
.fi-rs-family-pants:before {
  content: "\f640";
}
.fi-rs-family:before {
  content: "\f641";
}
.fi-rs-fan-table:before {
  content: "\f642";
}
.fi-rs-fan:before {
  content: "\f643";
}
.fi-rs-farm:before {
  content: "\f644";
}
.fi-rs-faucet-drip:before {
  content: "\f645";
}
.fi-rs-faucet:before {
  content: "\f646";
}
.fi-rs-fax:before {
  content: "\f647";
}
.fi-rs-feather-pointed:before {
  content: "\f648";
}
.fi-rs-feather:before {
  content: "\f649";
}
.fi-rs-features-alt:before {
  content: "\f64a";
}
.fi-rs-features:before {
  content: "\f64b";
}
.fi-rs-fee-receipt:before {
  content: "\f64c";
}
.fi-rs-fee:before {
  content: "\f64d";
}
.fi-rs-feedback-alt:before {
  content: "\f64e";
}
.fi-rs-feedback-cycle-loop:before {
  content: "\f64f";
}
.fi-rs-feedback-hand:before {
  content: "\f650";
}
.fi-rs-feedback-review:before {
  content: "\f651";
}
.fi-rs-feedback:before {
  content: "\f652";
}
.fi-rs-fence:before {
  content: "\f653";
}
.fi-rs-ferris-wheel:before {
  content: "\f654";
}
.fi-rs-field-hockey:before {
  content: "\f655";
}
.fi-rs-fighter-jet:before {
  content: "\f656";
}
.fi-rs-file-ai:before {
  content: "\f657";
}
.fi-rs-file-audio:before {
  content: "\f658";
}
.fi-rs-file-binary:before {
  content: "\f659";
}
.fi-rs-file-chart-line:before {
  content: "\f65a";
}
.fi-rs-file-chart-pie:before {
  content: "\f65b";
}
.fi-rs-file-circle-info:before {
  content: "\f65c";
}
.fi-rs-file-cloud:before {
  content: "\f65d";
}
.fi-rs-file-code:before {
  content: "\f65e";
}
.fi-rs-file-csv:before {
  content: "\f65f";
}
.fi-rs-file-download:before {
  content: "\f660";
}
.fi-rs-file-edit:before {
  content: "\f661";
}
.fi-rs-file-eps:before {
  content: "\f662";
}
.fi-rs-file-excel:before {
  content: "\f663";
}
.fi-rs-file-exclamation:before {
  content: "\f664";
}
.fi-rs-file-export:before {
  content: "\f665";
}
.fi-rs-file-image:before {
  content: "\f666";
}
.fi-rs-file-import:before {
  content: "\f667";
}
.fi-rs-file-invoice-dollar:before {
  content: "\f668";
}
.fi-rs-file-invoice:before {
  content: "\f669";
}
.fi-rs-file-medical-alt:before {
  content: "\f66a";
}
.fi-rs-file-medical:before {
  content: "\f66b";
}
.fi-rs-file-minus:before {
  content: "\f66c";
}
.fi-rs-file-pdf:before {
  content: "\f66d";
}
.fi-rs-file-powerpoint:before {
  content: "\f66e";
}
.fi-rs-file-prescription:before {
  content: "\f66f";
}
.fi-rs-file-psd:before {
  content: "\f670";
}
.fi-rs-file-signature:before {
  content: "\f671";
}
.fi-rs-file-spreadsheet:before {
  content: "\f672";
}
.fi-rs-file-upload:before {
  content: "\f673";
}
.fi-rs-file-user:before {
  content: "\f674";
}
.fi-rs-file-video:before {
  content: "\f675";
}
.fi-rs-file-word:before {
  content: "\f676";
}
.fi-rs-file-zipper:before {
  content: "\f677";
}
.fi-rs-file:before {
  content: "\f678";
}
.fi-rs-files-medical:before {
  content: "\f679";
}
.fi-rs-fill:before {
  content: "\f67a";
}
.fi-rs-film-canister:before {
  content: "\f67b";
}
.fi-rs-film-slash:before {
  content: "\f67c";
}
.fi-rs-film:before {
  content: "\f67d";
}
.fi-rs-films:before {
  content: "\f67e";
}
.fi-rs-filter-list:before {
  content: "\f67f";
}
.fi-rs-filter-slash:before {
  content: "\f680";
}
.fi-rs-filter:before {
  content: "\f681";
}
.fi-rs-filters:before {
  content: "\f682";
}
.fi-rs-fingerprint-security-risk:before {
  content: "\f683";
}
.fi-rs-fingerprint:before {
  content: "\f684";
}
.fi-rs-fire-burner:before {
  content: "\f685";
}
.fi-rs-fire-extinguisher:before {
  content: "\f686";
}
.fi-rs-fire-flame-curved:before {
  content: "\f687";
}
.fi-rs-fire-flame-simple:before {
  content: "\f688";
}
.fi-rs-fire-hydrant:before {
  content: "\f689";
}
.fi-rs-fire-smoke:before {
  content: "\f68a";
}
.fi-rs-fireplace:before {
  content: "\f68b";
}
.fi-rs-first-award:before {
  content: "\f68c";
}
.fi-rs-first-laurel:before {
  content: "\f68d";
}
.fi-rs-first-medal:before {
  content: "\f68e";
}
.fi-rs-first:before {
  content: "\f68f";
}
.fi-rs-fish-bones:before {
  content: "\f690";
}
.fi-rs-fish-cooked:before {
  content: "\f691";
}
.fi-rs-fish:before {
  content: "\f692";
}
.fi-rs-fishing-rod:before {
  content: "\f693";
}
.fi-rs-fist-move:before {
  content: "\f694";
}
.fi-rs-flag-alt:before {
  content: "\f695";
}
.fi-rs-flag-checkered:before {
  content: "\f696";
}
.fi-rs-flag-usa:before {
  content: "\f697";
}
.fi-rs-flag:before {
  content: "\f698";
}
.fi-rs-flame:before {
  content: "\f699";
}
.fi-rs-flashlight:before {
  content: "\f69a";
}
.fi-rs-flask-gear:before {
  content: "\f69b";
}
.fi-rs-flask-poison:before {
  content: "\f69c";
}
.fi-rs-flask-potion:before {
  content: "\f69d";
}
.fi-rs-flask:before {
  content: "\f69e";
}
.fi-rs-flatbread-stuffed:before {
  content: "\f69f";
}
.fi-rs-flatbread:before {
  content: "\f6a0";
}
.fi-rs-flip-horizontal:before {
  content: "\f6a1";
}
.fi-rs-floor-alt:before {
  content: "\f6a2";
}
.fi-rs-floor-layer:before {
  content: "\f6a3";
}
.fi-rs-floor:before {
  content: "\f6a4";
}
.fi-rs-floppy-disk-circle-arrow-right:before {
  content: "\f6a5";
}
.fi-rs-floppy-disk-circle-xmark:before {
  content: "\f6a6";
}
.fi-rs-floppy-disk-pen:before {
  content: "\f6a7";
}
.fi-rs-floppy-disks:before {
  content: "\f6a8";
}
.fi-rs-florin-sign:before {
  content: "\f6a9";
}
.fi-rs-flower-bouquet:before {
  content: "\f6aa";
}
.fi-rs-flower-butterfly:before {
  content: "\f6ab";
}
.fi-rs-flower-daffodil:before {
  content: "\f6ac";
}
.fi-rs-flower-tulip:before {
  content: "\f6ad";
}
.fi-rs-flower:before {
  content: "\f6ae";
}
.fi-rs-flushed:before {
  content: "\f6af";
}
.fi-rs-flute:before {
  content: "\f6b0";
}
.fi-rs-flux-capacitor:before {
  content: "\f6b1";
}
.fi-rs-fly-insect:before {
  content: "\f6b2";
}
.fi-rs-flying-disc:before {
  content: "\f6b3";
}
.fi-rs-fog:before {
  content: "\f6b4";
}
.fi-rs-folder-download:before {
  content: "\f6b5";
}
.fi-rs-folder-fire:before {
  content: "\f6b6";
}
.fi-rs-folder-minus:before {
  content: "\f6b7";
}
.fi-rs-folder-open:before {
  content: "\f6b8";
}
.fi-rs-folder-times:before {
  content: "\f6b9";
}
.fi-rs-folder-tree:before {
  content: "\f6ba";
}
.fi-rs-folder-upload:before {
  content: "\f6bb";
}
.fi-rs-folder-xmark:before {
  content: "\f6bc";
}
.fi-rs-folder:before {
  content: "\f6bd";
}
.fi-rs-folders:before {
  content: "\f6be";
}
.fi-rs-follow-folder:before {
  content: "\f6bf";
}
.fi-rs-followcollection:before {
  content: "\f6c0";
}
.fi-rs-following:before {
  content: "\f6c1";
}
.fi-rs-fondue-pot:before {
  content: "\f6c2";
}
.fi-rs-football:before {
  content: "\f6c3";
}
.fi-rs-foreign-language-audio:before {
  content: "\f6c4";
}
.fi-rs-fork:before {
  content: "\f6c5";
}
.fi-rs-forklift:before {
  content: "\f6c6";
}
.fi-rs-form:before {
  content: "\f6c7";
}
.fi-rs-fort:before {
  content: "\f6c8";
}
.fi-rs-forward-fast:before {
  content: "\f6c9";
}
.fi-rs-forward:before {
  content: "\f6ca";
}
.fi-rs-fox:before {
  content: "\f6cb";
}
.fi-rs-frame:before {
  content: "\f6cc";
}
.fi-rs-franc-sign:before {
  content: "\f6cd";
}
.fi-rs-free-delivery:before {
  content: "\f6ce";
}
.fi-rs-free:before {
  content: "\f6cf";
}
.fi-rs-french-fries:before {
  content: "\f6d0";
}
.fi-rs-friday:before {
  content: "\f6d1";
}
.fi-rs-frog:before {
  content: "\f6d2";
}
.fi-rs-frown:before {
  content: "\f6d3";
}
.fi-rs-ftp:before {
  content: "\f6d4";
}
.fi-rs-fuel-gauge:before {
  content: "\f6d5";
}
.fi-rs-function-process:before {
  content: "\f6d6";
}
.fi-rs-function-square:before {
  content: "\f6d7";
}
.fi-rs-function:before {
  content: "\f6d8";
}
.fi-rs-funnel-dollar:before {
  content: "\f6d9";
}
.fi-rs-g:before {
  content: "\f6da";
}
.fi-rs-galaxy-alt:before {
  content: "\f6db";
}
.fi-rs-galaxy-planet:before {
  content: "\f6dc";
}
.fi-rs-galaxy-star:before {
  content: "\f6dd";
}
.fi-rs-galaxy:before {
  content: "\f6de";
}
.fi-rs-gallery-thumbnails:before {
  content: "\f6df";
}
.fi-rs-gallery:before {
  content: "\f6e0";
}
.fi-rs-game-board-alt:before {
  content: "\f6e1";
}
.fi-rs-gamepad:before {
  content: "\f6e2";
}
.fi-rs-garage-car:before {
  content: "\f6e3";
}
.fi-rs-garage-open:before {
  content: "\f6e4";
}
.fi-rs-garage:before {
  content: "\f6e5";
}
.fi-rs-garlic-alt:before {
  content: "\f6e6";
}
.fi-rs-garlic:before {
  content: "\f6e7";
}
.fi-rs-gas-pump-alt:before {
  content: "\f6e8";
}
.fi-rs-gas-pump-slash:before {
  content: "\f6e9";
}
.fi-rs-gas-pump:before {
  content: "\f6ea";
}
.fi-rs-gauge-circle-bolt:before {
  content: "\f6eb";
}
.fi-rs-gauge-circle-minus:before {
  content: "\f6ec";
}
.fi-rs-gauge-circle-plus:before {
  content: "\f6ed";
}
.fi-rs-gavel:before {
  content: "\f6ee";
}
.fi-rs-gay-couple:before {
  content: "\f6ef";
}
.fi-rs-gears:before {
  content: "\f6f0";
}
.fi-rs-gem:before {
  content: "\f6f1";
}
.fi-rs-general:before {
  content: "\f6f2";
}
.fi-rs-ghost:before {
  content: "\f6f3";
}
.fi-rs-gif-square:before {
  content: "\f6f4";
}
.fi-rs-gif:before {
  content: "\f6f5";
}
.fi-rs-gift-box-benefits:before {
  content: "\f6f6";
}
.fi-rs-gift-card:before {
  content: "\f6f7";
}
.fi-rs-gift:before {
  content: "\f6f8";
}
.fi-rs-gifts:before {
  content: "\f6f9";
}
.fi-rs-gingerbread-man:before {
  content: "\f6fa";
}
.fi-rs-glass-champagne:before {
  content: "\f6fb";
}
.fi-rs-glass-cheers:before {
  content: "\f6fc";
}
.fi-rs-glass-citrus:before {
  content: "\f6fd";
}
.fi-rs-glass-empty:before {
  content: "\f6fe";
}
.fi-rs-glass-half:before {
  content: "\f6ff";
}
.fi-rs-glass-water-droplet:before {
  content: "\f700";
}
.fi-rs-glass-whiskey-rocks:before {
  content: "\f701";
}
.fi-rs-glass-whiskey:before {
  content: "\f702";
}
.fi-rs-glass:before {
  content: "\f703";
}
.fi-rs-glasses:before {
  content: "\f704";
}
.fi-rs-globe-alt:before {
  content: "\f705";
}
.fi-rs-globe-pointer:before {
  content: "\f706";
}
.fi-rs-globe-snow:before {
  content: "\f707";
}
.fi-rs-globe:before {
  content: "\f708";
}
.fi-rs-goal-net:before {
  content: "\f709";
}
.fi-rs-golf-ball:before {
  content: "\f70a";
}
.fi-rs-golf-club:before {
  content: "\f70b";
}
.fi-rs-golf-hole:before {
  content: "\f70c";
}
.fi-rs-golf:before {
  content: "\f70d";
}
.fi-rs-gopuram:before {
  content: "\f70e";
}
.fi-rs-government-budget:before {
  content: "\f70f";
}
.fi-rs-government-flag:before {
  content: "\f710";
}
.fi-rs-government-user:before {
  content: "\f711";
}
.fi-rs-gps-navigation:before {
  content: "\f712";
}
.fi-rs-graduation-cap:before {
  content: "\f713";
}
.fi-rs-gramophone:before {
  content: "\f714";
}
.fi-rs-grape:before {
  content: "\f715";
}
.fi-rs-graph-curve:before {
  content: "\f716";
}
.fi-rs-graphic-style:before {
  content: "\f717";
}
.fi-rs-graphic-tablet:before {
  content: "\f718";
}
.fi-rs-grate-droplet:before {
  content: "\f719";
}
.fi-rs-grate:before {
  content: "\f71a";
}
.fi-rs-greater-than-equal:before {
  content: "\f71b";
}
.fi-rs-greater-than:before {
  content: "\f71c";
}
.fi-rs-greek-helmet:before {
  content: "\f71d";
}
.fi-rs-grid-alt:before {
  content: "\f71e";
}
.fi-rs-grid-dividers:before {
  content: "\f71f";
}
.fi-rs-grid:before {
  content: "\f720";
}
.fi-rs-grill-hot-alt:before {
  content: "\f721";
}
.fi-rs-grill:before {
  content: "\f722";
}
.fi-rs-grimace:before {
  content: "\f723";
}
.fi-rs-grin-alt:before {
  content: "\f724";
}
.fi-rs-grin-beam-sweat:before {
  content: "\f725";
}
.fi-rs-grin-beam:before {
  content: "\f726";
}
.fi-rs-grin-hearts:before {
  content: "\f727";
}
.fi-rs-grin-squint-tears:before {
  content: "\f728";
}
.fi-rs-grin-squint:before {
  content: "\f729";
}
.fi-rs-grin-stars:before {
  content: "\f72a";
}
.fi-rs-grin-tears:before {
  content: "\f72b";
}
.fi-rs-grin-tongue-squint:before {
  content: "\f72c";
}
.fi-rs-grin-tongue-wink:before {
  content: "\f72d";
}
.fi-rs-grin-tongue:before {
  content: "\f72e";
}
.fi-rs-grin-wink:before {
  content: "\f72f";
}
.fi-rs-grin:before {
  content: "\f730";
}
.fi-rs-grip-dots-vertical:before {
  content: "\f731";
}
.fi-rs-grip-dots:before {
  content: "\f732";
}
.fi-rs-grip-horizontal:before {
  content: "\f733";
}
.fi-rs-grip-lines-vertical:before {
  content: "\f734";
}
.fi-rs-grip-lines:before {
  content: "\f735";
}
.fi-rs-grip-vertical:before {
  content: "\f736";
}
.fi-rs-grocery-bag:before {
  content: "\f737";
}
.fi-rs-grocery-basket:before {
  content: "\f738";
}
.fi-rs-group-arrows-rotate:before {
  content: "\f739";
}
.fi-rs-group-call:before {
  content: "\f73a";
}
.fi-rs-group-community-social-media:before {
  content: "\f73b";
}
.fi-rs-growth-chart-invest:before {
  content: "\f73c";
}
.fi-rs-guarani-sign:before {
  content: "\f73d";
}
.fi-rs-guide-alt:before {
  content: "\f73e";
}
.fi-rs-guide:before {
  content: "\f73f";
}
.fi-rs-guitar-electric:before {
  content: "\f740";
}
.fi-rs-guitar:before {
  content: "\f741";
}
.fi-rs-guitars:before {
  content: "\f742";
}
.fi-rs-gun-squirt:before {
  content: "\f743";
}
.fi-rs-gym:before {
  content: "\f744";
}
.fi-rs-h-square:before {
  content: "\f745";
}
.fi-rs-h:before {
  content: "\f746";
}
.fi-rs-h1:before {
  content: "\f747";
}
.fi-rs-h2:before {
  content: "\f748";
}
.fi-rs-h3:before {
  content: "\f749";
}
.fi-rs-h4:before {
  content: "\f74a";
}
.fi-rs-hair-clipper:before {
  content: "\f74b";
}
.fi-rs-hamburger-soda:before {
  content: "\f74c";
}
.fi-rs-hamburger:before {
  content: "\f74d";
}
.fi-rs-hammer-crash:before {
  content: "\f74e";
}
.fi-rs-hammer-war:before {
  content: "\f74f";
}
.fi-rs-hammer:before {
  content: "\f750";
}
.fi-rs-hamsa:before {
  content: "\f751";
}
.fi-rs-hand-back-fist:before {
  content: "\f752";
}
.fi-rs-hand-back-point-down:before {
  content: "\f753";
}
.fi-rs-hand-back-point-left:before {
  content: "\f754";
}
.fi-rs-hand-back-point-ribbon:before {
  content: "\f755";
}
.fi-rs-hand-back-point-right:before {
  content: "\f756";
}
.fi-rs-hand-bill:before {
  content: "\f757";
}
.fi-rs-hand-dots:before {
  content: "\f758";
}
.fi-rs-hand-fingers-crossed:before {
  content: "\f759";
}
.fi-rs-hand-fist:before {
  content: "\f75a";
}
.fi-rs-hand-heart:before {
  content: "\f75b";
}
.fi-rs-hand-holding-box:before {
  content: "\f75c";
}
.fi-rs-hand-holding-droplet:before {
  content: "\f75d";
}
.fi-rs-hand-holding-heart:before {
  content: "\f75e";
}
.fi-rs-hand-holding-magic:before {
  content: "\f75f";
}
.fi-rs-hand-holding-medical:before {
  content: "\f760";
}
.fi-rs-hand-holding-seeding:before {
  content: "\f761";
}
.fi-rs-hand-holding-skull:before {
  content: "\f762";
}
.fi-rs-hand-holding-usd:before {
  content: "\f763";
}
.fi-rs-hand-holding-water:before {
  content: "\f764";
}
.fi-rs-hand-horns:before {
  content: "\f765";
}
.fi-rs-hand-lizard:before {
  content: "\f766";
}
.fi-rs-hand-love:before {
  content: "\f767";
}
.fi-rs-hand-middle-finger:before {
  content: "\f768";
}
.fi-rs-hand-paper:before {
  content: "\f769";
}
.fi-rs-hand-peace:before {
  content: "\f76a";
}
.fi-rs-hand-point-ribbon:before {
  content: "\f76b";
}
.fi-rs-hand-scissors:before {
  content: "\f76c";
}
.fi-rs-hand-sparkles:before {
  content: "\f76d";
}
.fi-rs-hand-spock:before {
  content: "\f76e";
}
.fi-rs-hand-wave:before {
  content: "\f76f";
}
.fi-rs-hand:before {
  content: "\f770";
}
.fi-rs-handmade:before {
  content: "\f771";
}
.fi-rs-hands-bubbles:before {
  content: "\f772";
}
.fi-rs-hands-clapping:before {
  content: "\f773";
}
.fi-rs-hands-heart:before {
  content: "\f774";
}
.fi-rs-hands-holding-diamond:before {
  content: "\f775";
}
.fi-rs-hands-holding:before {
  content: "\f776";
}
.fi-rs-hands-usd:before {
  content: "\f777";
}
.fi-rs-handshake-angle:before {
  content: "\f778";
}
.fi-rs-handshake-deal-loan:before {
  content: "\f779";
}
.fi-rs-handshake-house:before {
  content: "\f77a";
}
.fi-rs-handshake-simple-slash:before {
  content: "\f77b";
}
.fi-rs-handshake-trust:before {
  content: "\f77c";
}
.fi-rs-handshake:before {
  content: "\f77d";
}
.fi-rs-happy:before {
  content: "\f77e";
}
.fi-rs-hard-hat:before {
  content: "\f77f";
}
.fi-rs-hashtag-lock:before {
  content: "\f780";
}
.fi-rs-hastag:before {
  content: "\f781";
}
.fi-rs-hat-beach:before {
  content: "\f782";
}
.fi-rs-hat-birthday:before {
  content: "\f783";
}
.fi-rs-hat-chef:before {
  content: "\f784";
}
.fi-rs-hat-cowboy-side:before {
  content: "\f785";
}
.fi-rs-hat-cowboy:before {
  content: "\f786";
}
.fi-rs-hat-santa:before {
  content: "\f787";
}
.fi-rs-hat-winter:before {
  content: "\f788";
}
.fi-rs-hat-witch:before {
  content: "\f789";
}
.fi-rs-hat-wizard:before {
  content: "\f78a";
}
.fi-rs-hdd:before {
  content: "\f78b";
}
.fi-rs-head-side-brain:before {
  content: "\f78c";
}
.fi-rs-head-side-cough-slash:before {
  content: "\f78d";
}
.fi-rs-head-side-cough:before {
  content: "\f78e";
}
.fi-rs-head-side-headphones:before {
  content: "\f78f";
}
.fi-rs-head-side-heart:before {
  content: "\f790";
}
.fi-rs-head-side-mask:before {
  content: "\f791";
}
.fi-rs-head-side-medical:before {
  content: "\f792";
}
.fi-rs-head-side-thinking:before {
  content: "\f793";
}
.fi-rs-head-side-virus:before {
  content: "\f794";
}
.fi-rs-head-side:before {
  content: "\f795";
}
.fi-rs-head-vr:before {
  content: "\f796";
}
.fi-rs-heading:before {
  content: "\f797";
}
.fi-rs-headphones:before {
  content: "\f798";
}
.fi-rs-headset:before {
  content: "\f799";
}
.fi-rs-heart-arrow:before {
  content: "\f79a";
}
.fi-rs-heart-brain:before {
  content: "\f79b";
}
.fi-rs-heart-crack:before {
  content: "\f79c";
}
.fi-rs-heart-half-stroke:before {
  content: "\f79d";
}
.fi-rs-heart-half:before {
  content: "\f79e";
}
.fi-rs-heart-health-muscle:before {
  content: "\f79f";
}
.fi-rs-heart-lock:before {
  content: "\f7a0";
}
.fi-rs-heart-partner-handshake:before {
  content: "\f7a1";
}
.fi-rs-heart-rate:before {
  content: "\f7a2";
}
.fi-rs-heart-slash:before {
  content: "\f7a3";
}
.fi-rs-heart-upside-down:before {
  content: "\f7a4";
}
.fi-rs-heart:before {
  content: "\f7a5";
}
.fi-rs-heat:before {
  content: "\f7a6";
}
.fi-rs-helicopter-side:before {
  content: "\f7a7";
}
.fi-rs-helmet-battle:before {
  content: "\f7a8";
}
.fi-rs-hexagon-check:before {
  content: "\f7a9";
}
.fi-rs-hexagon-divide:before {
  content: "\f7aa";
}
.fi-rs-hexagon-exclamation:before {
  content: "\f7ab";
}
.fi-rs-hexagon:before {
  content: "\f7ac";
}
.fi-rs-high-definition:before {
  content: "\f7ad";
}
.fi-rs-high-five-celebration-yes:before {
  content: "\f7ae";
}
.fi-rs-high-five:before {
  content: "\f7af";
}
.fi-rs-highlighter-line:before {
  content: "\f7b0";
}
.fi-rs-highlighter:before {
  content: "\f7b1";
}
.fi-rs-hiking:before {
  content: "\f7b2";
}
.fi-rs-hippo:before {
  content: "\f7b3";
}
.fi-rs-hockey-mask:before {
  content: "\f7b4";
}
.fi-rs-hockey-puck:before {
  content: "\f7b5";
}
.fi-rs-hockey-stick-puck:before {
  content: "\f7b6";
}
.fi-rs-hockey-sticks:before {
  content: "\f7b7";
}
.fi-rs-holding-hand-gear:before {
  content: "\f7b8";
}
.fi-rs-holding-hand-revenue:before {
  content: "\f7b9";
}
.fi-rs-holly-berry:before {
  content: "\f7ba";
}
.fi-rs-home-heart:before {
  content: "\f7bb";
}
.fi-rs-home-location-alt:before {
  content: "\f7bc";
}
.fi-rs-home-location:before {
  content: "\f7bd";
}
.fi-rs-home:before {
  content: "\f7be";
}
.fi-rs-honey-pot:before {
  content: "\f7bf";
}
.fi-rs-hood-cloak:before {
  content: "\f7c0";
}
.fi-rs-horizontal-rule:before {
  content: "\f7c1";
}
.fi-rs-horse-head:before {
  content: "\f7c2";
}
.fi-rs-horse-saddle:before {
  content: "\f7c3";
}
.fi-rs-horse:before {
  content: "\f7c4";
}
.fi-rs-horseshoe-broken:before {
  content: "\f7c5";
}
.fi-rs-horseshoe:before {
  content: "\f7c6";
}
.fi-rs-hose-reel:before {
  content: "\f7c7";
}
.fi-rs-hose:before {
  content: "\f7c8";
}
.fi-rs-hospital-symbol:before {
  content: "\f7c9";
}
.fi-rs-hospital-user:before {
  content: "\f7ca";
}
.fi-rs-hospital:before {
  content: "\f7cb";
}
.fi-rs-hospitals:before {
  content: "\f7cc";
}
.fi-rs-hot-tub:before {
  content: "\f7cd";
}
.fi-rs-hotdog:before {
  content: "\f7ce";
}
.fi-rs-hotel:before {
  content: "\f7cf";
}
.fi-rs-hourglass-end:before {
  content: "\f7d0";
}
.fi-rs-hourglass-start:before {
  content: "\f7d1";
}
.fi-rs-hourglass:before {
  content: "\f7d2";
}
.fi-rs-house-blank:before {
  content: "\f7d3";
}
.fi-rs-house-building:before {
  content: "\f7d4";
}
.fi-rs-house-chimney-blank:before {
  content: "\f7d5";
}
.fi-rs-house-chimney-crack:before {
  content: "\f7d6";
}
.fi-rs-house-chimney-heart:before {
  content: "\f7d7";
}
.fi-rs-house-chimney-medical:before {
  content: "\f7d8";
}
.fi-rs-house-chimney-user:before {
  content: "\f7d9";
}
.fi-rs-house-chimney-window:before {
  content: "\f7da";
}
.fi-rs-house-chimney:before {
  content: "\f7db";
}
.fi-rs-house-circle-check:before {
  content: "\f7dc";
}
.fi-rs-house-circle-exclamation:before {
  content: "\f7dd";
}
.fi-rs-house-circle-xmark:before {
  content: "\f7de";
}
.fi-rs-house-crack-alt:before {
  content: "\f7df";
}
.fi-rs-house-crack:before {
  content: "\f7e0";
}
.fi-rs-house-day:before {
  content: "\f7e1";
}
.fi-rs-house-fire:before {
  content: "\f7e2";
}
.fi-rs-house-flag:before {
  content: "\f7e3";
}
.fi-rs-house-flood:before {
  content: "\f7e4";
}
.fi-rs-house-laptop:before {
  content: "\f7e5";
}
.fi-rs-house-leave:before {
  content: "\f7e6";
}
.fi-rs-house-lock:before {
  content: "\f7e7";
}
.fi-rs-house-medical:before {
  content: "\f7e8";
}
.fi-rs-house-night:before {
  content: "\f7e9";
}
.fi-rs-house-return:before {
  content: "\f7ea";
}
.fi-rs-house-signal:before {
  content: "\f7eb";
}
.fi-rs-house-tree:before {
  content: "\f7ec";
}
.fi-rs-house-tsunami:before {
  content: "\f7ed";
}
.fi-rs-house-turret:before {
  content: "\f7ee";
}
.fi-rs-house-user:before {
  content: "\f7ef";
}
.fi-rs-house-window:before {
  content: "\f7f0";
}
.fi-rs-hr-group:before {
  content: "\f7f1";
}
.fi-rs-hr-person:before {
  content: "\f7f2";
}
.fi-rs-hr:before {
  content: "\f7f3";
}
.fi-rs-hryvnia:before {
  content: "\f7f4";
}
.fi-rs-humidity:before {
  content: "\f7f5";
}
.fi-rs-hundred-points:before {
  content: "\f7f6";
}
.fi-rs-hurricane:before {
  content: "\f7f7";
}
.fi-rs-i:before {
  content: "\f7f8";
}
.fi-rs-ice-cream:before {
  content: "\f7f9";
}
.fi-rs-ice-skate:before {
  content: "\f7fa";
}
.fi-rs-icicles:before {
  content: "\f7fb";
}
.fi-rs-icon-star:before {
  content: "\f7fc";
}
.fi-rs-id-badge:before {
  content: "\f7fd";
}
.fi-rs-id-card-clip-alt:before {
  content: "\f7fe";
}
.fi-rs-igloo:before {
  content: "\f7ff";
}
.fi-rs-image-slash:before {
  content: "\f800";
}
.fi-rs-images-user:before {
  content: "\f801";
}
.fi-rs-images:before {
  content: "\f802";
}
.fi-rs-improve-user:before {
  content: "\f803";
}
.fi-rs-inbox-full:before {
  content: "\f804";
}
.fi-rs-inbox-in:before {
  content: "\f805";
}
.fi-rs-inbox-out:before {
  content: "\f806";
}
.fi-rs-inbox:before {
  content: "\f807";
}
.fi-rs-inboxes:before {
  content: "\f808";
}
.fi-rs-incense-sticks-yoga:before {
  content: "\f809";
}
.fi-rs-incognito:before {
  content: "\f80a";
}
.fi-rs-indent:before {
  content: "\f80b";
}
.fi-rs-indian-rupee-sign:before {
  content: "\f80c";
}
.fi-rs-industry-alt:before {
  content: "\f80d";
}
.fi-rs-industry-windows:before {
  content: "\f80e";
}
.fi-rs-infinity:before {
  content: "\f80f";
}
.fi-rs-info-guide:before {
  content: "\f810";
}
.fi-rs-info:before {
  content: "\f811";
}
.fi-rs-information:before {
  content: "\f812";
}
.fi-rs-inhaler:before {
  content: "\f813";
}
.fi-rs-input-numeric:before {
  content: "\f814";
}
.fi-rs-input-pipe:before {
  content: "\f815";
}
.fi-rs-input-text:before {
  content: "\f816";
}
.fi-rs-insert-alt:before {
  content: "\f817";
}
.fi-rs-insert-arrows:before {
  content: "\f818";
}
.fi-rs-insert-button-circle:before {
  content: "\f819";
}
.fi-rs-insert-credit-card:before {
  content: "\f81a";
}
.fi-rs-insert-square:before {
  content: "\f81b";
}
.fi-rs-insert:before {
  content: "\f81c";
}
.fi-rs-insight-alt:before {
  content: "\f81d";
}
.fi-rs-insight-head:before {
  content: "\f81e";
}
.fi-rs-insight:before {
  content: "\f81f";
}
.fi-rs-integral:before {
  content: "\f820";
}
.fi-rs-interactive:before {
  content: "\f821";
}
.fi-rs-interlining:before {
  content: "\f822";
}
.fi-rs-internet-speed-wifi:before {
  content: "\f823";
}
.fi-rs-interrogation:before {
  content: "\f824";
}
.fi-rs-intersection:before {
  content: "\f825";
}
.fi-rs-introduction-handshake:before {
  content: "\f826";
}
.fi-rs-introduction:before {
  content: "\f827";
}
.fi-rs-inventory-alt:before {
  content: "\f828";
}
.fi-rs-invest:before {
  content: "\f829";
}
.fi-rs-investment:before {
  content: "\f82a";
}
.fi-rs-invite-alt:before {
  content: "\f82b";
}
.fi-rs-invite:before {
  content: "\f82c";
}
.fi-rs-iot-alt:before {
  content: "\f82d";
}
.fi-rs-iot:before {
  content: "\f82e";
}
.fi-rs-ip-address:before {
  content: "\f82f";
}
.fi-rs-island-tropical:before {
  content: "\f830";
}
.fi-rs-issue-loupe:before {
  content: "\f831";
}
.fi-rs-it-alt:before {
  content: "\f832";
}
.fi-rs-it-computer:before {
  content: "\f833";
}
.fi-rs-it:before {
  content: "\f834";
}
.fi-rs-italian-lira-sign:before {
  content: "\f835";
}
.fi-rs-italic:before {
  content: "\f836";
}
.fi-rs-j:before {
  content: "\f837";
}
.fi-rs-jam:before {
  content: "\f838";
}
.fi-rs-jar-alt:before {
  content: "\f839";
}
.fi-rs-jar-wheat:before {
  content: "\f83a";
}
.fi-rs-javascript:before {
  content: "\f83b";
}
.fi-rs-joint:before {
  content: "\f83c";
}
.fi-rs-joker:before {
  content: "\f83d";
}
.fi-rs-journal-alt:before {
  content: "\f83e";
}
.fi-rs-journal:before {
  content: "\f83f";
}
.fi-rs-journey:before {
  content: "\f840";
}
.fi-rs-joystick:before {
  content: "\f841";
}
.fi-rs-jpg:before {
  content: "\f842";
}
.fi-rs-jug-alt:before {
  content: "\f843";
}
.fi-rs-jug-bottle:before {
  content: "\f844";
}
.fi-rs-jug:before {
  content: "\f845";
}
.fi-rs-jumping-rope:before {
  content: "\f846";
}
.fi-rs-k:before {
  content: "\f847";
}
.fi-rs-kaaba:before {
  content: "\f848";
}
.fi-rs-kazoo:before {
  content: "\f849";
}
.fi-rs-kerning:before {
  content: "\f84a";
}
.fi-rs-key-lock-crypto:before {
  content: "\f84b";
}
.fi-rs-key-skeleton-left-right:before {
  content: "\f84c";
}
.fi-rs-key:before {
  content: "\f84d";
}
.fi-rs-keyboard-brightness-low:before {
  content: "\f84e";
}
.fi-rs-keyboard-brightness:before {
  content: "\f84f";
}
.fi-rs-keyboard-down:before {
  content: "\f850";
}
.fi-rs-keyboard-left:before {
  content: "\f851";
}
.fi-rs-keyboard:before {
  content: "\f852";
}
.fi-rs-keynote:before {
  content: "\f853";
}
.fi-rs-kidneys:before {
  content: "\f854";
}
.fi-rs-kip-sign:before {
  content: "\f855";
}
.fi-rs-kiss-beam:before {
  content: "\f856";
}
.fi-rs-kiss-wink-heart:before {
  content: "\f857";
}
.fi-rs-kiss:before {
  content: "\f858";
}
.fi-rs-kite:before {
  content: "\f859";
}
.fi-rs-kiwi-bird:before {
  content: "\f85a";
}
.fi-rs-kiwi-fruit:before {
  content: "\f85b";
}
.fi-rs-knife-kitchen:before {
  content: "\f85c";
}
.fi-rs-knife:before {
  content: "\f85d";
}
.fi-rs-knitting:before {
  content: "\f85e";
}
.fi-rs-kpi-evaluation:before {
  content: "\f85f";
}
.fi-rs-kpi:before {
  content: "\f860";
}
.fi-rs-l:before {
  content: "\f861";
}
.fi-rs-label:before {
  content: "\f862";
}
.fi-rs-lacrosse-stick-ball:before {
  content: "\f863";
}
.fi-rs-lacrosse-stick:before {
  content: "\f864";
}
.fi-rs-lambda:before {
  content: "\f865";
}
.fi-rs-lamp-desk:before {
  content: "\f866";
}
.fi-rs-lamp-floor:before {
  content: "\f867";
}
.fi-rs-lamp-street:before {
  content: "\f868";
}
.fi-rs-lamp:before {
  content: "\f869";
}
.fi-rs-land-layer-location:before {
  content: "\f86a";
}
.fi-rs-land-layers:before {
  content: "\f86b";
}
.fi-rs-land-location:before {
  content: "\f86c";
}
.fi-rs-landmark-alt:before {
  content: "\f86d";
}
.fi-rs-language:before {
  content: "\f86e";
}
.fi-rs-laptop-arrow-down:before {
  content: "\f86f";
}
.fi-rs-laptop-binary:before {
  content: "\f870";
}
.fi-rs-laptop-code:before {
  content: "\f871";
}
.fi-rs-laptop-medical:before {
  content: "\f872";
}
.fi-rs-laptop-mobile:before {
  content: "\f873";
}
.fi-rs-laptop-slash:before {
  content: "\f874";
}
.fi-rs-laptop:before {
  content: "\f875";
}
.fi-rs-lari-sign:before {
  content: "\f876";
}
.fi-rs-lasso-sparkles:before {
  content: "\f877";
}
.fi-rs-lasso:before {
  content: "\f878";
}
.fi-rs-last-square:before {
  content: "\f879";
}
.fi-rs-laugh-beam:before {
  content: "\f87a";
}
.fi-rs-laugh-squint:before {
  content: "\f87b";
}
.fi-rs-laugh-wink:before {
  content: "\f87c";
}
.fi-rs-laugh:before {
  content: "\f87d";
}
.fi-rs-lawyer-man:before {
  content: "\f87e";
}
.fi-rs-lawyer-woman:before {
  content: "\f87f";
}
.fi-rs-layer-minus:before {
  content: "\f880";
}
.fi-rs-layer-plus:before {
  content: "\f881";
}
.fi-rs-layers:before {
  content: "\f882";
}
.fi-rs-lead-funnel:before {
  content: "\f883";
}
.fi-rs-lead-management:before {
  content: "\f884";
}
.fi-rs-lead:before {
  content: "\f885";
}
.fi-rs-leader-alt:before {
  content: "\f886";
}
.fi-rs-leader-speech:before {
  content: "\f887";
}
.fi-rs-leader:before {
  content: "\f888";
}
.fi-rs-leaderboard-alt:before {
  content: "\f889";
}
.fi-rs-leaderboard-trophy:before {
  content: "\f88a";
}
.fi-rs-leaderboard:before {
  content: "\f88b";
}
.fi-rs-leadership-alt:before {
  content: "\f88c";
}
.fi-rs-leadership:before {
  content: "\f88d";
}
.fi-rs-leaf-heart:before {
  content: "\f88e";
}
.fi-rs-leaf-maple:before {
  content: "\f88f";
}
.fi-rs-leaf-oak:before {
  content: "\f890";
}
.fi-rs-leaf:before {
  content: "\f891";
}
.fi-rs-leafy-green:before {
  content: "\f892";
}
.fi-rs-leave:before {
  content: "\f893";
}
.fi-rs-left-from-bracket:before {
  content: "\f894";
}
.fi-rs-left:before {
  content: "\f895";
}
.fi-rs-legal:before {
  content: "\f896";
}
.fi-rs-lemon:before {
  content: "\f897";
}
.fi-rs-lesbian-couple:before {
  content: "\f898";
}
.fi-rs-less-than-equal:before {
  content: "\f899";
}
.fi-rs-less-than:before {
  content: "\f89a";
}
.fi-rs-lesson-class:before {
  content: "\f89b";
}
.fi-rs-lesson:before {
  content: "\f89c";
}
.fi-rs-letter-case:before {
  content: "\f89d";
}
.fi-rs-lettuce:before {
  content: "\f89e";
}
.fi-rs-level-down-alt:before {
  content: "\f89f";
}
.fi-rs-level-down:before {
  content: "\f8a0";
}
.fi-rs-level-up-alt:before {
  content: "\f8a1";
}
.fi-rs-level-up:before {
  content: "\f8a2";
}
.fi-rs-license:before {
  content: "\f8a3";
}
.fi-rs-life-ring:before {
  content: "\f8a4";
}
.fi-rs-life:before {
  content: "\f8a5";
}
.fi-rs-light-ceiling:before {
  content: "\f8a6";
}
.fi-rs-light-emergency-on:before {
  content: "\f8a7";
}
.fi-rs-light-emergency:before {
  content: "\f8a8";
}
.fi-rs-light-switch-off:before {
  content: "\f8a9";
}
.fi-rs-light-switch-on:before {
  content: "\f8aa";
}
.fi-rs-light-switch:before {
  content: "\f8ab";
}
.fi-rs-lightbulb-cfl-on:before {
  content: "\f8ac";
}
.fi-rs-lightbulb-cfl:before {
  content: "\f8ad";
}
.fi-rs-lightbulb-dollar:before {
  content: "\f8ae";
}
.fi-rs-lightbulb-exclamation:before {
  content: "\f8af";
}
.fi-rs-lightbulb-head:before {
  content: "\f8b0";
}
.fi-rs-lightbulb-on:before {
  content: "\f8b1";
}
.fi-rs-lightbulb-question:before {
  content: "\f8b2";
}
.fi-rs-lightbulb-setting:before {
  content: "\f8b3";
}
.fi-rs-lightbulb-slash:before {
  content: "\f8b4";
}
.fi-rs-lighthouse:before {
  content: "\f8b5";
}
.fi-rs-lights-holiday:before {
  content: "\f8b6";
}
.fi-rs-limit-hand:before {
  content: "\f8b7";
}
.fi-rs-limit-speedometer:before {
  content: "\f8b8";
}
.fi-rs-line-width:before {
  content: "\f8b9";
}
.fi-rs-link-alt:before {
  content: "\f8ba";
}
.fi-rs-link-horizontal-slash:before {
  content: "\f8bb";
}
.fi-rs-link-horizontal:before {
  content: "\f8bc";
}
.fi-rs-link-slash-alt:before {
  content: "\f8bd";
}
.fi-rs-link-slash:before {
  content: "\f8be";
}
.fi-rs-link:before {
  content: "\f8bf";
}
.fi-rs-lion-head:before {
  content: "\f8c0";
}
.fi-rs-lion:before {
  content: "\f8c1";
}
.fi-rs-lips:before {
  content: "\f8c2";
}
.fi-rs-lipstick:before {
  content: "\f8c3";
}
.fi-rs-lira-sign:before {
  content: "\f8c4";
}
.fi-rs-list-check:before {
  content: "\f8c5";
}
.fi-rs-list-dropdown:before {
  content: "\f8c6";
}
.fi-rs-list-music:before {
  content: "\f8c7";
}
.fi-rs-list-timeline:before {
  content: "\f8c8";
}
.fi-rs-list:before {
  content: "\f8c9";
}
.fi-rs-litecoin-sign:before {
  content: "\f8ca";
}
.fi-rs-live-alt:before {
  content: "\f8cb";
}
.fi-rs-live:before {
  content: "\f8cc";
}
.fi-rs-loading:before {
  content: "\f8cd";
}
.fi-rs-loan:before {
  content: "\f8ce";
}
.fi-rs-lobster:before {
  content: "\f8cf";
}
.fi-rs-location-alt:before {
  content: "\f8d0";
}
.fi-rs-location-arrow:before {
  content: "\f8d1";
}
.fi-rs-location-crosshairs-slash:before {
  content: "\f8d2";
}
.fi-rs-location-crosshairs:before {
  content: "\f8d3";
}
.fi-rs-location-dot-slash:before {
  content: "\f8d4";
}
.fi-rs-location-exclamation:before {
  content: "\f8d5";
}
.fi-rs-location-pin-call:before {
  content: "\f8d6";
}
.fi-rs-lock-alt:before {
  content: "\f8d7";
}
.fi-rs-lock-hashtag:before {
  content: "\f8d8";
}
.fi-rs-lock-open-alt:before {
  content: "\f8d9";
}
.fi-rs-lock:before {
  content: "\f8da";
}
.fi-rs-locust:before {
  content: "\f8db";
}
.fi-rs-log-out:before {
  content: "\f8dc";
}
.fi-rs-loop-square:before {
  content: "\f8dd";
}
.fi-rs-loveseat:before {
  content: "\f8de";
}
.fi-rs-low-vision:before {
  content: "\f8df";
}
.fi-rs-luchador:before {
  content: "\f8e0";
}
.fi-rs-luggage-cart:before {
  content: "\f8e1";
}
.fi-rs-luggage-rolling:before {
  content: "\f8e2";
}
.fi-rs-lungs-virus:before {
  content: "\f8e3";
}
.fi-rs-lungs:before {
  content: "\f8e4";
}
.fi-rs-m:before {
  content: "\f8e5";
}
.fi-rs-mace:before {
  content: "\f8e6";
}
.fi-rs-magic-wand:before {
  content: "\f8e7";
}
.fi-rs-magnet-user:before {
  content: "\f8e8";
}
.fi-rs-magnet:before {
  content: "\f8e9";
}
.fi-rs-mailbox-envelope:before {
  content: "\f8ea";
}
.fi-rs-mailbox-flag-up:before {
  content: "\f8eb";
}
.fi-rs-mailbox:before {
  content: "\f8ec";
}
.fi-rs-makeup-brush:before {
  content: "\f8ed";
}
.fi-rs-man-head:before {
  content: "\f8ee";
}
.fi-rs-man-scientist:before {
  content: "\f8ef";
}
.fi-rs-manat-sign:before {
  content: "\f8f0";
}
.fi-rs-mandolin:before {
  content: "\f8f1";
}
.fi-rs-mango:before {
  content: "\f8f2";
}
.fi-rs-manhole:before {
  content: "\f8f3";
}
.fi-rs-map-location-track:before {
  content: "\f8f4";
}
.fi-rs-map-marker-check:before {
  content: "\f8f5";
}
.fi-rs-map-marker-cross:before {
  content: "\f8f6";
}
.fi-rs-map-marker-edit:before {
  content: "\f8f7";
}
.fi-rs-map-marker-home:before {
  content: "\f8f8";
}
.fi-rs-map-marker-minus:before {
  content: "\f8f9";
}
.fi-rs-map-marker-plus:before {
  content: "\f8fa";
}
.fi-rs-map-marker-question:before {
  content: "\f8fb";
}
.fi-rs-map-marker-slash:before {
  content: "\f8fc";
}
.fi-rs-map-marker-smile:before {
  content: "\f8fd";
}
.fi-rs-map-marker:before {
  content: "\f8fe";
}
.fi-rs-map-pin:before {
  content: "\f8ff";
}
.fi-rs-map-point:before {
  content: "\f900";
}
.fi-rs-map:before {
  content: "\f901";
}
.fi-rs-marker-time:before {
  content: "\f902";
}
.fi-rs-marker:before {
  content: "\f903";
}
.fi-rs-marketplace-alt:before {
  content: "\f904";
}
.fi-rs-marketplace-store:before {
  content: "\f905";
}
.fi-rs-marketplace:before {
  content: "\f906";
}
.fi-rs-mars-double:before {
  content: "\f907";
}
.fi-rs-mars-stroke-right:before {
  content: "\f908";
}
.fi-rs-mars-stroke-up:before {
  content: "\f909";
}
.fi-rs-mars:before {
  content: "\f90a";
}
.fi-rs-martini-glass-citrus:before {
  content: "\f90b";
}
.fi-rs-martini-glass-empty:before {
  content: "\f90c";
}
.fi-rs-mask-carnival:before {
  content: "\f90d";
}
.fi-rs-mask-face:before {
  content: "\f90e";
}
.fi-rs-mask-snorkel:before {
  content: "\f90f";
}
.fi-rs-massage:before {
  content: "\f910";
}
.fi-rs-match-fire:before {
  content: "\f911";
}
.fi-rs-mattress-pillow:before {
  content: "\f912";
}
.fi-rs-measuring-tape:before {
  content: "\f913";
}
.fi-rs-meat:before {
  content: "\f914";
}
.fi-rs-medal:before {
  content: "\f915";
}
.fi-rs-medical-star:before {
  content: "\f916";
}
.fi-rs-medicine:before {
  content: "\f917";
}
.fi-rs-meditation:before {
  content: "\f918";
}
.fi-rs-meeting-alt:before {
  content: "\f919";
}
.fi-rs-meeting:before {
  content: "\f91a";
}
.fi-rs-megaphone-announcement-leader:before {
  content: "\f91b";
}
.fi-rs-megaphone:before {
  content: "\f91c";
}
.fi-rs-meh-blank:before {
  content: "\f91d";
}
.fi-rs-meh-rolling-eyes:before {
  content: "\f91e";
}
.fi-rs-meh:before {
  content: "\f91f";
}
.fi-rs-melon-alt:before {
  content: "\f920";
}
.fi-rs-melon:before {
  content: "\f921";
}
.fi-rs-member-list:before {
  content: "\f922";
}
.fi-rs-member-search:before {
  content: "\f923";
}
.fi-rs-membership-vip:before {
  content: "\f924";
}
.fi-rs-membership:before {
  content: "\f925";
}
.fi-rs-memo-circle-check:before {
  content: "\f926";
}
.fi-rs-memo-pad:before {
  content: "\f927";
}
.fi-rs-memo:before {
  content: "\f928";
}
.fi-rs-memory:before {
  content: "\f929";
}
.fi-rs-menu-dots-vertical:before {
  content: "\f92a";
}
.fi-rs-menu-dots:before {
  content: "\f92b";
}
.fi-rs-mercury:before {
  content: "\f92c";
}
.fi-rs-message-arrow-down:before {
  content: "\f92d";
}
.fi-rs-message-arrow-up-right:before {
  content: "\f92e";
}
.fi-rs-message-arrow-up:before {
  content: "\f92f";
}
.fi-rs-message-bot:before {
  content: "\f930";
}
.fi-rs-message-code:before {
  content: "\f931";
}
.fi-rs-message-dollar:before {
  content: "\f932";
}
.fi-rs-message-heart:before {
  content: "\f933";
}
.fi-rs-message-image:before {
  content: "\f934";
}
.fi-rs-message-question:before {
  content: "\f935";
}
.fi-rs-message-quote:before {
  content: "\f936";
}
.fi-rs-message-slash:before {
  content: "\f937";
}
.fi-rs-message-sms:before {
  content: "\f938";
}
.fi-rs-message-text:before {
  content: "\f939";
}
.fi-rs-message-xmark:before {
  content: "\f93a";
}
.fi-rs-messages-dollar:before {
  content: "\f93b";
}
.fi-rs-messages-question:before {
  content: "\f93c";
}
.fi-rs-messages:before {
  content: "\f93d";
}
.fi-rs-meteor:before {
  content: "\f93e";
}
.fi-rs-meter-bolt:before {
  content: "\f93f";
}
.fi-rs-meter-droplet:before {
  content: "\f940";
}
.fi-rs-meter-fire:before {
  content: "\f941";
}
.fi-rs-meter:before {
  content: "\f942";
}
.fi-rs-method:before {
  content: "\f943";
}
.fi-rs-microchip-ai:before {
  content: "\f944";
}
.fi-rs-microchip:before {
  content: "\f945";
}
.fi-rs-microphone-alt:before {
  content: "\f946";
}
.fi-rs-microphone-slash:before {
  content: "\f947";
}
.fi-rs-microphone:before {
  content: "\f948";
}
.fi-rs-microscope:before {
  content: "\f949";
}
.fi-rs-microwave:before {
  content: "\f94a";
}
.fi-rs-milk-alt:before {
  content: "\f94b";
}
.fi-rs-milk:before {
  content: "\f94c";
}
.fi-rs-mill-sign:before {
  content: "\f94d";
}
.fi-rs-mind-share:before {
  content: "\f94e";
}
.fi-rs-minus-circle:before {
  content: "\f94f";
}
.fi-rs-minus-hexagon:before {
  content: "\f950";
}
.fi-rs-minus-small:before {
  content: "\f951";
}
.fi-rs-minuss:before {
  content: "\f952";
}
.fi-rs-mistletoe:before {
  content: "\f953";
}
.fi-rs-mix:before {
  content: "\f954";
}
.fi-rs-mobile-button:before {
  content: "\f955";
}
.fi-rs-mobile-notch:before {
  content: "\f956";
}
.fi-rs-mobile:before {
  content: "\f957";
}
.fi-rs-mockup:before {
  content: "\f958";
}
.fi-rs-mode-alt:before {
  content: "\f959";
}
.fi-rs-mode-landscape:before {
  content: "\f95a";
}
.fi-rs-mode-portrait:before {
  content: "\f95b";
}
.fi-rs-mode:before {
  content: "\f95c";
}
.fi-rs-model-cube-arrows:before {
  content: "\f95d";
}
.fi-rs-model-cube-space:before {
  content: "\f95e";
}
.fi-rs-model-cube:before {
  content: "\f95f";
}
.fi-rs-module:before {
  content: "\f960";
}
.fi-rs-monday:before {
  content: "\f961";
}
.fi-rs-money-bill-simple:before {
  content: "\f962";
}
.fi-rs-money-bill-transfer:before {
  content: "\f963";
}
.fi-rs-money-bill-wave-alt:before {
  content: "\f964";
}
.fi-rs-money-bill-wave:before {
  content: "\f965";
}
.fi-rs-money-bills-simple:before {
  content: "\f966";
}
.fi-rs-money-bills:before {
  content: "\f967";
}
.fi-rs-money-check-edit-alt:before {
  content: "\f968";
}
.fi-rs-money-check-edit:before {
  content: "\f969";
}
.fi-rs-money-check:before {
  content: "\f96a";
}
.fi-rs-money-coin-transfer:before {
  content: "\f96b";
}
.fi-rs-money-from-bracket:before {
  content: "\f96c";
}
.fi-rs-money-simple-from-bracket:before {
  content: "\f96d";
}
.fi-rs-money-transfer-alt:before {
  content: "\f96e";
}
.fi-rs-money-transfer-coin-arrow:before {
  content: "\f96f";
}
.fi-rs-money-transfer-smartphone:before {
  content: "\f970";
}
.fi-rs-money-wings:before {
  content: "\f971";
}
.fi-rs-money:before {
  content: "\f972";
}
.fi-rs-monkey:before {
  content: "\f973";
}
.fi-rs-monument:before {
  content: "\f974";
}
.fi-rs-moon-stars:before {
  content: "\f975";
}
.fi-rs-moon:before {
  content: "\f976";
}
.fi-rs-moped:before {
  content: "\f977";
}
.fi-rs-mortar-pestle:before {
  content: "\f978";
}
.fi-rs-mortgage:before {
  content: "\f979";
}
.fi-rs-mosque-alt:before {
  content: "\f97a";
}
.fi-rs-mosque-moon:before {
  content: "\f97b";
}
.fi-rs-mosque:before {
  content: "\f97c";
}
.fi-rs-mosquito-net:before {
  content: "\f97d";
}
.fi-rs-mosquito:before {
  content: "\f97e";
}
.fi-rs-motorcycle:before {
  content: "\f97f";
}
.fi-rs-mound:before {
  content: "\f980";
}
.fi-rs-mountain-city:before {
  content: "\f981";
}
.fi-rs-mountain:before {
  content: "\f982";
}
.fi-rs-mountains:before {
  content: "\f983";
}
.fi-rs-mouse-field:before {
  content: "\f984";
}
.fi-rs-mouse:before {
  content: "\f985";
}
.fi-rs-mov-file:before {
  content: "\f986";
}
.fi-rs-move-to-folder-2:before {
  content: "\f987";
}
.fi-rs-move-to-folder:before {
  content: "\f988";
}
.fi-rs-mp3-file:before {
  content: "\f989";
}
.fi-rs-mp3-player:before {
  content: "\f98a";
}
.fi-rs-mp4-file:before {
  content: "\f98b";
}
.fi-rs-mug-alt:before {
  content: "\f98c";
}
.fi-rs-mug-hot-alt:before {
  content: "\f98d";
}
.fi-rs-mug-hot:before {
  content: "\f98e";
}
.fi-rs-mug-marshmallows:before {
  content: "\f98f";
}
.fi-rs-mug-tea-saucer:before {
  content: "\f990";
}
.fi-rs-mug-tea:before {
  content: "\f991";
}
.fi-rs-mug:before {
  content: "\f992";
}
.fi-rs-multiple-alt:before {
  content: "\f993";
}
.fi-rs-multiple:before {
  content: "\f994";
}
.fi-rs-muscle:before {
  content: "\f995";
}
.fi-rs-mushroom-alt:before {
  content: "\f996";
}
.fi-rs-mushroom:before {
  content: "\f997";
}
.fi-rs-music-alt:before {
  content: "\f998";
}
.fi-rs-music-file:before {
  content: "\f999";
}
.fi-rs-music-note-slash:before {
  content: "\f99a";
}
.fi-rs-music-note:before {
  content: "\f99b";
}
.fi-rs-music-slash:before {
  content: "\f99c";
}
.fi-rs-music:before {
  content: "\f99d";
}
.fi-rs-n:before {
  content: "\f99e";
}
.fi-rs-naira-sign:before {
  content: "\f99f";
}
.fi-rs-narwhal:before {
  content: "\f9a0";
}
.fi-rs-navigation:before {
  content: "\f9a1";
}
.fi-rs-nesting-dolls:before {
  content: "\f9a2";
}
.fi-rs-network-analytic:before {
  content: "\f9a3";
}
.fi-rs-network-cloud:before {
  content: "\f9a4";
}
.fi-rs-network:before {
  content: "\f9a5";
}
.fi-rs-neuter:before {
  content: "\f9a6";
}
.fi-rs-newsletter-subscribe:before {
  content: "\f9a7";
}
.fi-rs-newspaper-open:before {
  content: "\f9a8";
}
.fi-rs-newspaper:before {
  content: "\f9a9";
}
.fi-rs-nfc-lock:before {
  content: "\f9aa";
}
.fi-rs-nfc-magnifying-glass:before {
  content: "\f9ab";
}
.fi-rs-nfc-pen:before {
  content: "\f9ac";
}
.fi-rs-nfc-slash:before {
  content: "\f9ad";
}
.fi-rs-nfc-trash:before {
  content: "\f9ae";
}
.fi-rs-nfc:before {
  content: "\f9af";
}
.fi-rs-night-day:before {
  content: "\f9b0";
}
.fi-rs-no-fee:before {
  content: "\f9b1";
}
.fi-rs-no-people:before {
  content: "\f9b2";
}
.fi-rs-noodles:before {
  content: "\f9b3";
}
.fi-rs-nose:before {
  content: "\f9b4";
}
.fi-rs-not-equal:before {
  content: "\f9b5";
}
.fi-rs-not-found-alt:before {
  content: "\f9b6";
}
.fi-rs-not-found-magnifying-glass:before {
  content: "\f9b7";
}
.fi-rs-not-found:before {
  content: "\f9b8";
}
.fi-rs-notdef:before {
  content: "\f9b9";
}
.fi-rs-note-medical:before {
  content: "\f9ba";
}
.fi-rs-note-sticky:before {
  content: "\f9bb";
}
.fi-rs-note:before {
  content: "\f9bc";
}
.fi-rs-notebook-alt:before {
  content: "\f9bd";
}
.fi-rs-notebook:before {
  content: "\f9be";
}
.fi-rs-notes-medical:before {
  content: "\f9bf";
}
.fi-rs-notes:before {
  content: "\f9c0";
}
.fi-rs-o:before {
  content: "\f9c1";
}
.fi-rs-object-exclude:before {
  content: "\f9c2";
}
.fi-rs-object-group:before {
  content: "\f9c3";
}
.fi-rs-object-intersect:before {
  content: "\f9c4";
}
.fi-rs-object-subtract:before {
  content: "\f9c5";
}
.fi-rs-object-ungroup:before {
  content: "\f9c6";
}
.fi-rs-object-union:before {
  content: "\f9c7";
}
.fi-rs-objects-column:before {
  content: "\f9c8";
}
.fi-rs-octagon-check:before {
  content: "\f9c9";
}
.fi-rs-octagon-divide:before {
  content: "\f9ca";
}
.fi-rs-octagon-exclamation:before {
  content: "\f9cb";
}
.fi-rs-octagon-minus:before {
  content: "\f9cc";
}
.fi-rs-octagon-plus:before {
  content: "\f9cd";
}
.fi-rs-octagon-xmark:before {
  content: "\f9ce";
}
.fi-rs-octagon:before {
  content: "\f9cf";
}
.fi-rs-oil-can:before {
  content: "\f9d0";
}
.fi-rs-oil-temp:before {
  content: "\f9d1";
}
.fi-rs-olive-oil:before {
  content: "\f9d2";
}
.fi-rs-olive:before {
  content: "\f9d3";
}
.fi-rs-olives:before {
  content: "\f9d4";
}
.fi-rs-om:before {
  content: "\f9d5";
}
.fi-rs-omega:before {
  content: "\f9d6";
}
.fi-rs-onboarding:before {
  content: "\f9d7";
}
.fi-rs-onion:before {
  content: "\f9d8";
}
.fi-rs-opacity:before {
  content: "\f9d9";
}
.fi-rs-open-mail-clip:before {
  content: "\f9da";
}
.fi-rs-operating-system-upgrade:before {
  content: "\f9db";
}
.fi-rs-operation:before {
  content: "\f9dc";
}
.fi-rs-order-history:before {
  content: "\f9dd";
}
.fi-rs-organization-chart:before {
  content: "\f9de";
}
.fi-rs-ornament:before {
  content: "\f9df";
}
.fi-rs-otp:before {
  content: "\f9e0";
}
.fi-rs-otter:before {
  content: "\f9e1";
}
.fi-rs-outdent:before {
  content: "\f9e2";
}
.fi-rs-oval-alt:before {
  content: "\f9e3";
}
.fi-rs-oval:before {
  content: "\f9e4";
}
.fi-rs-oven:before {
  content: "\f9e5";
}
.fi-rs-overline:before {
  content: "\f9e6";
}
.fi-rs-overview:before {
  content: "\f9e7";
}
.fi-rs-p:before {
  content: "\f9e8";
}
.fi-rs-package:before {
  content: "\f9e9";
}
.fi-rs-padlock-check:before {
  content: "\f9ea";
}
.fi-rs-page-break:before {
  content: "\f9eb";
}
.fi-rs-pager:before {
  content: "\f9ec";
}
.fi-rs-paid:before {
  content: "\f9ed";
}
.fi-rs-paint-brush:before {
  content: "\f9ee";
}
.fi-rs-paint-roller:before {
  content: "\f9ef";
}
.fi-rs-paintbrush-pencil:before {
  content: "\f9f0";
}
.fi-rs-palette:before {
  content: "\f9f1";
}
.fi-rs-pallet-alt:before {
  content: "\f9f2";
}
.fi-rs-pallet:before {
  content: "\f9f3";
}
.fi-rs-pan-food:before {
  content: "\f9f4";
}
.fi-rs-pan-frying:before {
  content: "\f9f5";
}
.fi-rs-pan:before {
  content: "\f9f6";
}
.fi-rs-pancakes:before {
  content: "\f9f7";
}
.fi-rs-panorama:before {
  content: "\f9f8";
}
.fi-rs-paper-plane-launch:before {
  content: "\f9f9";
}
.fi-rs-paper-plane-top:before {
  content: "\f9fa";
}
.fi-rs-paper-plane:before {
  content: "\f9fb";
}
.fi-rs-paperclip-vertical:before {
  content: "\f9fc";
}
.fi-rs-parachute-box:before {
  content: "\f9fd";
}
.fi-rs-paragraph-left:before {
  content: "\f9fe";
}
.fi-rs-paragraph:before {
  content: "\f9ff";
}
.fi-rs-parking-circle-slash:before {
  content: "\fa00";
}
.fi-rs-parking-circle:before {
  content: "\fa01";
}
.fi-rs-parking-slash:before {
  content: "\fa02";
}
.fi-rs-parking:before {
  content: "\fa03";
}
.fi-rs-party-bell:before {
  content: "\fa04";
}
.fi-rs-party-horn:before {
  content: "\fa05";
}
.fi-rs-passport:before {
  content: "\fa06";
}
.fi-rs-password-alt:before {
  content: "\fa07";
}
.fi-rs-password-computer:before {
  content: "\fa08";
}
.fi-rs-password-email:before {
  content: "\fa09";
}
.fi-rs-password-smartphone:before {
  content: "\fa0a";
}
.fi-rs-password:before {
  content: "\fa0b";
}
.fi-rs-paste:before {
  content: "\fa0c";
}
.fi-rs-pattern:before {
  content: "\fa0d";
}
.fi-rs-pause-circle:before {
  content: "\fa0e";
}
.fi-rs-pause-square:before {
  content: "\fa0f";
}
.fi-rs-pause:before {
  content: "\fa10";
}
.fi-rs-paw-claws:before {
  content: "\fa11";
}
.fi-rs-paw-heart:before {
  content: "\fa12";
}
.fi-rs-paw:before {
  content: "\fa13";
}
.fi-rs-payment-pos:before {
  content: "\fa14";
}
.fi-rs-payroll-calendar:before {
  content: "\fa15";
}
.fi-rs-payroll-check:before {
  content: "\fa16";
}
.fi-rs-payroll:before {
  content: "\fa17";
}
.fi-rs-peace:before {
  content: "\fa18";
}
.fi-rs-peach:before {
  content: "\fa19";
}
.fi-rs-peanut:before {
  content: "\fa1a";
}
.fi-rs-peanuts:before {
  content: "\fa1b";
}
.fi-rs-peapod:before {
  content: "\fa1c";
}
.fi-rs-pear:before {
  content: "\fa1d";
}
.fi-rs-pedestal:before {
  content: "\fa1e";
}
.fi-rs-pen-circle:before {
  content: "\fa1f";
}
.fi-rs-pen-clip-slash:before {
  content: "\fa20";
}
.fi-rs-pen-clip:before {
  content: "\fa21";
}
.fi-rs-pen-fancy-slash:before {
  content: "\fa22";
}
.fi-rs-pen-fancy:before {
  content: "\fa23";
}
.fi-rs-pen-field:before {
  content: "\fa24";
}
.fi-rs-pen-nib-slash:before {
  content: "\fa25";
}
.fi-rs-pen-nib:before {
  content: "\fa26";
}
.fi-rs-pen-slash:before {
  content: "\fa27";
}
.fi-rs-pen-square:before {
  content: "\fa28";
}
.fi-rs-pen-swirl:before {
  content: "\fa29";
}
.fi-rs-pencil-paintbrush:before {
  content: "\fa2a";
}
.fi-rs-pencil-ruler:before {
  content: "\fa2b";
}
.fi-rs-pencil-slash:before {
  content: "\fa2c";
}
.fi-rs-pencil:before {
  content: "\fa2d";
}
.fi-rs-pending:before {
  content: "\fa2e";
}
.fi-rs-pennant:before {
  content: "\fa2f";
}
.fi-rs-people-arrows-left-right:before {
  content: "\fa30";
}
.fi-rs-people-carry-box:before {
  content: "\fa31";
}
.fi-rs-people-dress:before {
  content: "\fa32";
}
.fi-rs-people-network-partner:before {
  content: "\fa33";
}
.fi-rs-people-pants:before {
  content: "\fa34";
}
.fi-rs-people-poll:before {
  content: "\fa35";
}
.fi-rs-people-pulling:before {
  content: "\fa36";
}
.fi-rs-people-roof:before {
  content: "\fa37";
}
.fi-rs-people:before {
  content: "\fa38";
}
.fi-rs-pepper-alt:before {
  content: "\fa39";
}
.fi-rs-pepper-hot:before {
  content: "\fa3a";
}
.fi-rs-pepper:before {
  content: "\fa3b";
}
.fi-rs-percent-10:before {
  content: "\fa3c";
}
.fi-rs-percent-100:before {
  content: "\fa3d";
}
.fi-rs-percent-20:before {
  content: "\fa3e";
}
.fi-rs-percent-25:before {
  content: "\fa3f";
}
.fi-rs-percent-30:before {
  content: "\fa40";
}
.fi-rs-percent-40:before {
  content: "\fa41";
}
.fi-rs-percent-50:before {
  content: "\fa42";
}
.fi-rs-percent-60:before {
  content: "\fa43";
}
.fi-rs-percent-70:before {
  content: "\fa44";
}
.fi-rs-percent-75:before {
  content: "\fa45";
}
.fi-rs-percent-80:before {
  content: "\fa46";
}
.fi-rs-percent-90:before {
  content: "\fa47";
}
.fi-rs-percentage:before {
  content: "\fa48";
}
.fi-rs-person-burst:before {
  content: "\fa49";
}
.fi-rs-person-carry-box:before {
  content: "\fa4a";
}
.fi-rs-person-circle-check:before {
  content: "\fa4b";
}
.fi-rs-person-circle-exclamation:before {
  content: "\fa4c";
}
.fi-rs-person-circle-minus:before {
  content: "\fa4d";
}
.fi-rs-person-circle-plus:before {
  content: "\fa4e";
}
.fi-rs-person-circle-question:before {
  content: "\fa4f";
}
.fi-rs-person-circle-xmark:before {
  content: "\fa50";
}
.fi-rs-person-cv:before {
  content: "\fa51";
}
.fi-rs-person-dolly-empty:before {
  content: "\fa52";
}
.fi-rs-person-dolly:before {
  content: "\fa53";
}
.fi-rs-person-dress-simple:before {
  content: "\fa54";
}
.fi-rs-person-dress:before {
  content: "\fa55";
}
.fi-rs-person-luggage:before {
  content: "\fa56";
}
.fi-rs-person-lunge:before {
  content: "\fa57";
}
.fi-rs-person-pilates:before {
  content: "\fa58";
}
.fi-rs-person-praying:before {
  content: "\fa59";
}
.fi-rs-person-pregnant:before {
  content: "\fa5a";
}
.fi-rs-person-seat-reclined:before {
  content: "\fa5b";
}
.fi-rs-person-seat:before {
  content: "\fa5c";
}
.fi-rs-person-shelter:before {
  content: "\fa5d";
}
.fi-rs-person-sign:before {
  content: "\fa5e";
}
.fi-rs-person-simple:before {
  content: "\fa5f";
}
.fi-rs-person-walking-with-cane:before {
  content: "\fa60";
}
.fi-rs-peseta-sign:before {
  content: "\fa61";
}
.fi-rs-peso-sign:before {
  content: "\fa62";
}
.fi-rs-pets:before {
  content: "\fa63";
}
.fi-rs-pharmacy:before {
  content: "\fa64";
}
.fi-rs-phone-call:before {
  content: "\fa65";
}
.fi-rs-phone-cross:before {
  content: "\fa66";
}
.fi-rs-phone-flip:before {
  content: "\fa67";
}
.fi-rs-phone-guide:before {
  content: "\fa68";
}
.fi-rs-phone-heart-message:before {
  content: "\fa69";
}
.fi-rs-phone-office:before {
  content: "\fa6a";
}
.fi-rs-phone-pause:before {
  content: "\fa6b";
}
.fi-rs-phone-plus:before {
  content: "\fa6c";
}
.fi-rs-phone-rotary:before {
  content: "\fa6d";
}
.fi-rs-phone-slash:before {
  content: "\fa6e";
}
.fi-rs-photo-capture:before {
  content: "\fa6f";
}
.fi-rs-photo-film-music:before {
  content: "\fa70";
}
.fi-rs-photo-video:before {
  content: "\fa71";
}
.fi-rs-physics:before {
  content: "\fa72";
}
.fi-rs-Pi:before {
  content: "\fa73";
}
.fi-rs-piano-keyboard:before {
  content: "\fa74";
}
.fi-rs-piano:before {
  content: "\fa75";
}
.fi-rs-pickaxe:before {
  content: "\fa76";
}
.fi-rs-picking-box:before {
  content: "\fa77";
}
.fi-rs-picking:before {
  content: "\fa78";
}
.fi-rs-picnic:before {
  content: "\fa79";
}
.fi-rs-picpeople-filled:before {
  content: "\fa7a";
}
.fi-rs-picpeople:before {
  content: "\fa7b";
}
.fi-rs-picture:before {
  content: "\fa7c";
}
.fi-rs-pie:before {
  content: "\fa7d";
}
.fi-rs-pig-bank-bulb:before {
  content: "\fa7e";
}
.fi-rs-pig-face:before {
  content: "\fa7f";
}
.fi-rs-pig:before {
  content: "\fa80";
}
.fi-rs-piggy-bank-budget:before {
  content: "\fa81";
}
.fi-rs-piggy-bank:before {
  content: "\fa82";
}
.fi-rs-pills:before {
  content: "\fa83";
}
.fi-rs-pinata:before {
  content: "\fa84";
}
.fi-rs-pineapple-alt:before {
  content: "\fa85";
}
.fi-rs-pineapple:before {
  content: "\fa86";
}
.fi-rs-ping-pong:before {
  content: "\fa87";
}
.fi-rs-pipe-smoking:before {
  content: "\fa88";
}
.fi-rs-pixabay:before {
  content: "\fa89";
}
.fi-rs-pizza-slice:before {
  content: "\fa8a";
}
.fi-rs-place-of-worship:before {
  content: "\fa8b";
}
.fi-rs-plan-strategy:before {
  content: "\fa8c";
}
.fi-rs-plan:before {
  content: "\fa8d";
}
.fi-rs-plane-alt:before {
  content: "\fa8e";
}
.fi-rs-plane-arrival:before {
  content: "\fa8f";
}
.fi-rs-plane-departure:before {
  content: "\fa90";
}
.fi-rs-plane-prop:before {
  content: "\fa91";
}
.fi-rs-plane-slash:before {
  content: "\fa92";
}
.fi-rs-plane-tail:before {
  content: "\fa93";
}
.fi-rs-plane:before {
  content: "\fa94";
}
.fi-rs-planet-moon:before {
  content: "\fa95";
}
.fi-rs-planet-ringed:before {
  content: "\fa96";
}
.fi-rs-plant-care:before {
  content: "\fa97";
}
.fi-rs-plant-growth:before {
  content: "\fa98";
}
.fi-rs-plant-seed-invest:before {
  content: "\fa99";
}
.fi-rs-plant-wilt:before {
  content: "\fa9a";
}
.fi-rs-plate-utensils:before {
  content: "\fa9b";
}
.fi-rs-plate-wheat:before {
  content: "\fa9c";
}
.fi-rs-plate:before {
  content: "\fa9d";
}
.fi-rs-play-alt:before {
  content: "\fa9e";
}
.fi-rs-play-circle:before {
  content: "\fa9f";
}
.fi-rs-play-microphone:before {
  content: "\faa0";
}
.fi-rs-play-pause:before {
  content: "\faa1";
}
.fi-rs-play:before {
  content: "\faa2";
}
.fi-rs-playing-cards:before {
  content: "\faa3";
}
.fi-rs-plug-alt:before {
  content: "\faa4";
}
.fi-rs-plug-cable:before {
  content: "\faa5";
}
.fi-rs-plug-circle-bolt:before {
  content: "\faa6";
}
.fi-rs-plug-circle-check:before {
  content: "\faa7";
}
.fi-rs-plug-circle-exclamation:before {
  content: "\faa8";
}
.fi-rs-plug-circle-minus:before {
  content: "\faa9";
}
.fi-rs-plug-circle-plus:before {
  content: "\faaa";
}
.fi-rs-plug-connection:before {
  content: "\faab";
}
.fi-rs-plug:before {
  content: "\faac";
}
.fi-rs-plus-hexagon:before {
  content: "\faad";
}
.fi-rs-plus-minus:before {
  content: "\faae";
}
.fi-rs-plus-small:before {
  content: "\faaf";
}
.fi-rs-plus:before {
  content: "\fab0";
}
.fi-rs-png-file:before {
  content: "\fab1";
}
.fi-rs-podcast:before {
  content: "\fab2";
}
.fi-rs-podium-star:before {
  content: "\fab3";
}
.fi-rs-podium-victory-leader:before {
  content: "\fab4";
}
.fi-rs-podium:before {
  content: "\fab5";
}
.fi-rs-point-of-sale-bill:before {
  content: "\fab6";
}
.fi-rs-point-of-sale-signal:before {
  content: "\fab7";
}
.fi-rs-point-of-sale:before {
  content: "\fab8";
}
.fi-rs-pointer-loading:before {
  content: "\fab9";
}
.fi-rs-pointer-text:before {
  content: "\faba";
}
.fi-rs-poker-chip:before {
  content: "\fabb";
}
.fi-rs-police-box:before {
  content: "\fabc";
}
.fi-rs-poll-h:before {
  content: "\fabd";
}
.fi-rs-pollution:before {
  content: "\fabe";
}
.fi-rs-pompebled:before {
  content: "\fabf";
}
.fi-rs-poo-bolt:before {
  content: "\fac0";
}
.fi-rs-poo:before {
  content: "\fac1";
}
.fi-rs-pool-8-ball:before {
  content: "\fac2";
}
.fi-rs-poop:before {
  content: "\fac3";
}
.fi-rs-popcorn:before {
  content: "\fac4";
}
.fi-rs-popsicle:before {
  content: "\fac5";
}
.fi-rs-portal-enter:before {
  content: "\fac6";
}
.fi-rs-portal-exit:before {
  content: "\fac7";
}
.fi-rs-portrait:before {
  content: "\fac8";
}
.fi-rs-postal-address:before {
  content: "\fac9";
}
.fi-rs-pot:before {
  content: "\faca";
}
.fi-rs-potato:before {
  content: "\facb";
}
.fi-rs-pound:before {
  content: "\facc";
}
.fi-rs-ppt-file:before {
  content: "\facd";
}
.fi-rs-practice:before {
  content: "\face";
}
.fi-rs-praying-hands:before {
  content: "\facf";
}
.fi-rs-prescription-bottle-alt:before {
  content: "\fad0";
}
.fi-rs-prescription-bottle-pill:before {
  content: "\fad1";
}
.fi-rs-prescription-bottle:before {
  content: "\fad2";
}
.fi-rs-prescription:before {
  content: "\fad3";
}
.fi-rs-presentation:before {
  content: "\fad4";
}
.fi-rs-preview:before {
  content: "\fad5";
}
.fi-rs-previous-square:before {
  content: "\fad6";
}
.fi-rs-print-magnifying-glass:before {
  content: "\fad7";
}
.fi-rs-print-slash:before {
  content: "\fad8";
}
.fi-rs-print:before {
  content: "\fad9";
}
.fi-rs-priority-arrow:before {
  content: "\fada";
}
.fi-rs-priority-arrows:before {
  content: "\fadb";
}
.fi-rs-priority-importance:before {
  content: "\fadc";
}
.fi-rs-problem-solving:before {
  content: "\fadd";
}
.fi-rs-procedures:before {
  content: "\fade";
}
.fi-rs-process:before {
  content: "\fadf";
}
.fi-rs-productivity:before {
  content: "\fae0";
}
.fi-rs-progress-complete:before {
  content: "\fae1";
}
.fi-rs-progress-download:before {
  content: "\fae2";
}
.fi-rs-progress-upload:before {
  content: "\fae3";
}
.fi-rs-projector:before {
  content: "\fae4";
}
.fi-rs-protractor:before {
  content: "\fae5";
}
.fi-rs-pulse:before {
  content: "\fae6";
}
.fi-rs-pump-medical:before {
  content: "\fae7";
}
.fi-rs-pump:before {
  content: "\fae8";
}
.fi-rs-pumpkin-alt-2:before {
  content: "\fae9";
}
.fi-rs-pumpkin-alt:before {
  content: "\faea";
}
.fi-rs-pumpkin:before {
  content: "\faeb";
}
.fi-rs-puzzle-alt:before {
  content: "\faec";
}
.fi-rs-puzzle-piece-integration:before {
  content: "\faed";
}
.fi-rs-puzzle-piece:before {
  content: "\faee";
}
.fi-rs-puzzle-pieces:before {
  content: "\faef";
}
.fi-rs-pyramid:before {
  content: "\faf0";
}
.fi-rs-q:before {
  content: "\faf1";
}
.fi-rs-qr-scan:before {
  content: "\faf2";
}
.fi-rs-QR:before {
  content: "\faf3";
}
.fi-rs-qrcode:before {
  content: "\faf4";
}
.fi-rs-question-square:before {
  content: "\faf5";
}
.fi-rs-question:before {
  content: "\faf6";
}
.fi-rs-queue-alt:before {
  content: "\faf7";
}
.fi-rs-queue-line:before {
  content: "\faf8";
}
.fi-rs-queue-signal:before {
  content: "\faf9";
}
.fi-rs-queue:before {
  content: "\fafa";
}
.fi-rs-quill-pen-story:before {
  content: "\fafb";
}
.fi-rs-quiz-alt:before {
  content: "\fafc";
}
.fi-rs-quiz:before {
  content: "\fafd";
}
.fi-rs-quote-right:before {
  content: "\fafe";
}
.fi-rs-r:before {
  content: "\faff";
}
.fi-rs-rabbit-fast:before {
  content: "\fb00";
}
.fi-rs-rabbit:before {
  content: "\fb01";
}
.fi-rs-raccoon:before {
  content: "\fb02";
}
.fi-rs-racquet:before {
  content: "\fb03";
}
.fi-rs-radar-monitoring-track:before {
  content: "\fb04";
}
.fi-rs-radar:before {
  content: "\fb05";
}
.fi-rs-radiation-alt:before {
  content: "\fb06";
}
.fi-rs-radiation:before {
  content: "\fb07";
}
.fi-rs-radio-alt:before {
  content: "\fb08";
}
.fi-rs-radio-button:before {
  content: "\fb09";
}
.fi-rs-radio:before {
  content: "\fb0a";
}
.fi-rs-radish:before {
  content: "\fb0b";
}
.fi-rs-rainbow:before {
  content: "\fb0c";
}
.fi-rs-raindrops:before {
  content: "\fb0d";
}
.fi-rs-ram:before {
  content: "\fb0e";
}
.fi-rs-ramp-loading:before {
  content: "\fb0f";
}
.fi-rs-rank:before {
  content: "\fb10";
}
.fi-rs-ranking-podium-empty:before {
  content: "\fb11";
}
.fi-rs-ranking-podium:before {
  content: "\fb12";
}
.fi-rs-ranking-star:before {
  content: "\fb13";
}
.fi-rs-ranking-stars:before {
  content: "\fb14";
}
.fi-rs-raygun:before {
  content: "\fb15";
}
.fi-rs-razor-barber:before {
  content: "\fb16";
}
.fi-rs-react:before {
  content: "\fb17";
}
.fi-rs-rec:before {
  content: "\fb18";
}
.fi-rs-receipt:before {
  content: "\fb19";
}
.fi-rs-recipe-book:before {
  content: "\fb1a";
}
.fi-rs-recipe:before {
  content: "\fb1b";
}
.fi-rs-record-vinyl:before {
  content: "\fb1c";
}
.fi-rs-rectabgle-vertical:before {
  content: "\fb1d";
}
.fi-rs-rectangle-barcode:before {
  content: "\fb1e";
}
.fi-rs-rectangle-code:before {
  content: "\fb1f";
}
.fi-rs-rectangle-history-circle-plus:before {
  content: "\fb20";
}
.fi-rs-rectangle-horizontal:before {
  content: "\fb21";
}
.fi-rs-rectangle-list:before {
  content: "\fb22";
}
.fi-rs-rectangle-panoramic:before {
  content: "\fb23";
}
.fi-rs-rectangle-pro:before {
  content: "\fb24";
}
.fi-rs-rectangle-vertical-history:before {
  content: "\fb25";
}
.fi-rs-rectangle-vertical:before {
  content: "\fb26";
}
.fi-rs-rectangle-xmark:before {
  content: "\fb27";
}
.fi-rs-rectangles-mixed:before {
  content: "\fb28";
}
.fi-rs-recycle-bin:before {
  content: "\fb29";
}
.fi-rs-recycle:before {
  content: "\fb2a";
}
.fi-rs-redo-alt:before {
  content: "\fb2b";
}
.fi-rs-redo:before {
  content: "\fb2c";
}
.fi-rs-reel:before {
  content: "\fb2d";
}
.fi-rs-refer-arrow:before {
  content: "\fb2e";
}
.fi-rs-refer:before {
  content: "\fb2f";
}
.fi-rs-referral-alt:before {
  content: "\fb30";
}
.fi-rs-referral-user:before {
  content: "\fb31";
}
.fi-rs-referral:before {
  content: "\fb32";
}
.fi-rs-reflect-horizontal-alt:before {
  content: "\fb33";
}
.fi-rs-reflect-horizontal:before {
  content: "\fb34";
}
.fi-rs-reflect-vertical:before {
  content: "\fb35";
}
.fi-rs-reflect:before {
  content: "\fb36";
}
.fi-rs-refresh:before {
  content: "\fb37";
}
.fi-rs-refrigerator:before {
  content: "\fb38";
}
.fi-rs-refund-alt:before {
  content: "\fb39";
}
.fi-rs-refund:before {
  content: "\fb3a";
}
.fi-rs-region-pin-alt:before {
  content: "\fb3b";
}
.fi-rs-region-pin:before {
  content: "\fb3c";
}
.fi-rs-registered:before {
  content: "\fb3d";
}
.fi-rs-registration-paper:before {
  content: "\fb3e";
}
.fi-rs-remove-folder:before {
  content: "\fb3f";
}
.fi-rs-remove-user:before {
  content: "\fb40";
}
.fi-rs-rent-signal:before {
  content: "\fb41";
}
.fi-rs-rent:before {
  content: "\fb42";
}
.fi-rs-replace:before {
  content: "\fb43";
}
.fi-rs-replay-10:before {
  content: "\fb44";
}
.fi-rs-replay-30:before {
  content: "\fb45";
}
.fi-rs-replay-5:before {
  content: "\fb46";
}
.fi-rs-reply-all:before {
  content: "\fb47";
}
.fi-rs-republican:before {
  content: "\fb48";
}
.fi-rs-reservation-smartphone:before {
  content: "\fb49";
}
.fi-rs-reservation-table:before {
  content: "\fb4a";
}
.fi-rs-resistance-band:before {
  content: "\fb4b";
}
.fi-rs-resize:before {
  content: "\fb4c";
}
.fi-rs-resources:before {
  content: "\fb4d";
}
.fi-rs-restaurant:before {
  content: "\fb4e";
}
.fi-rs-restock:before {
  content: "\fb4f";
}
.fi-rs-restroom-simple:before {
  content: "\fb50";
}
.fi-rs-resume:before {
  content: "\fb51";
}
.fi-rs-revenue-alt:before {
  content: "\fb52";
}
.fi-rs-revenue-euro:before {
  content: "\fb53";
}
.fi-rs-Revenue:before {
  content: "\fb54";
}
.fi-rs-review:before {
  content: "\fb55";
}
.fi-rs-rewind-button-circle:before {
  content: "\fb56";
}
.fi-rs-rewind:before {
  content: "\fb57";
}
.fi-rs-rhombus:before {
  content: "\fb58";
}
.fi-rs-ribbon:before {
  content: "\fb59";
}
.fi-rs-right-from-bracket:before {
  content: "\fb5a";
}
.fi-rs-right:before {
  content: "\fb5b";
}
.fi-rs-ring-diamond:before {
  content: "\fb5c";
}
.fi-rs-ring:before {
  content: "\fb5d";
}
.fi-rs-rings-wedding:before {
  content: "\fb5e";
}
.fi-rs-risk-alt:before {
  content: "\fb5f";
}
.fi-rs-risk:before {
  content: "\fb60";
}
.fi-rs-road-barrier:before {
  content: "\fb61";
}
.fi-rs-road-sign-left:before {
  content: "\fb62";
}
.fi-rs-road:before {
  content: "\fb63";
}
.fi-rs-robot:before {
  content: "\fb64";
}
.fi-rs-robotic-arm:before {
  content: "\fb65";
}
.fi-rs-rocket-lunch:before {
  content: "\fb66";
}
.fi-rs-rocket:before {
  content: "\fb67";
}
.fi-rs-roller-coaster:before {
  content: "\fb68";
}
.fi-rs-room-service:before {
  content: "\fb69";
}
.fi-rs-rotate-exclamation:before {
  content: "\fb6a";
}
.fi-rs-rotate-left:before {
  content: "\fb6b";
}
.fi-rs-rotate-reverse:before {
  content: "\fb6c";
}
.fi-rs-rotate-right:before {
  content: "\fb6d";
}
.fi-rs-rotate-square:before {
  content: "\fb6e";
}
.fi-rs-roulette:before {
  content: "\fb6f";
}
.fi-rs-route-highway:before {
  content: "\fb70";
}
.fi-rs-route-interstate:before {
  content: "\fb71";
}
.fi-rs-route:before {
  content: "\fb72";
}
.fi-rs-router:before {
  content: "\fb73";
}
.fi-rs-rss-alt:before {
  content: "\fb74";
}
.fi-rs-rss:before {
  content: "\fb75";
}
.fi-rs-ruble-sign:before {
  content: "\fb76";
}
.fi-rs-rugby-helmet:before {
  content: "\fb77";
}
.fi-rs-rugby:before {
  content: "\fb78";
}
.fi-rs-ruler-combined:before {
  content: "\fb79";
}
.fi-rs-ruler-horizontal:before {
  content: "\fb7a";
}
.fi-rs-ruler-triangle:before {
  content: "\fb7b";
}
.fi-rs-ruler-vertical:before {
  content: "\fb7c";
}
.fi-rs-rules-alt:before {
  content: "\fb7d";
}
.fi-rs-rules:before {
  content: "\fb7e";
}
.fi-rs-running-track:before {
  content: "\fb7f";
}
.fi-rs-running:before {
  content: "\fb80";
}
.fi-rs-rupee-sign:before {
  content: "\fb81";
}
.fi-rs-rupiah-sign:before {
  content: "\fb82";
}
.fi-rs-rv:before {
  content: "\fb83";
}
.fi-rs-s:before {
  content: "\fb84";
}
.fi-rs-sack-dollar:before {
  content: "\fb85";
}
.fi-rs-sack:before {
  content: "\fb86";
}
.fi-rs-sad-cry:before {
  content: "\fb87";
}
.fi-rs-sad-tear:before {
  content: "\fb88";
}
.fi-rs-sad:before {
  content: "\fb89";
}
.fi-rs-safe-box:before {
  content: "\fb8a";
}
.fi-rs-sailboat:before {
  content: "\fb8b";
}
.fi-rs-salad:before {
  content: "\fb8c";
}
.fi-rs-salary-alt:before {
  content: "\fb8d";
}
.fi-rs-salt-pepper:before {
  content: "\fb8e";
}
.fi-rs-salt-shaker:before {
  content: "\fb8f";
}
.fi-rs-sandwich-alt:before {
  content: "\fb90";
}
.fi-rs-sandwich:before {
  content: "\fb91";
}
.fi-rs-satellite-dish:before {
  content: "\fb92";
}
.fi-rs-satellite:before {
  content: "\fb93";
}
.fi-rs-saturday:before {
  content: "\fb94";
}
.fi-rs-sauce:before {
  content: "\fb95";
}
.fi-rs-sausage:before {
  content: "\fb96";
}
.fi-rs-sax-hot:before {
  content: "\fb97";
}
.fi-rs-saxophone:before {
  content: "\fb98";
}
.fi-rs-scale-comparison-alt:before {
  content: "\fb99";
}
.fi-rs-scale-comparison:before {
  content: "\fb9a";
}
.fi-rs-scale:before {
  content: "\fb9b";
}
.fi-rs-scalpel-path:before {
  content: "\fb9c";
}
.fi-rs-scalpel:before {
  content: "\fb9d";
}
.fi-rs-scanner-gun:before {
  content: "\fb9e";
}
.fi-rs-scanner-image:before {
  content: "\fb9f";
}
.fi-rs-scanner-keyboard:before {
  content: "\fba0";
}
.fi-rs-scanner-touchscreen:before {
  content: "\fba1";
}
.fi-rs-scarecrow:before {
  content: "\fba2";
}
.fi-rs-scarf:before {
  content: "\fba3";
}
.fi-rs-school-bus:before {
  content: "\fba4";
}
.fi-rs-school:before {
  content: "\fba5";
}
.fi-rs-scissors:before {
  content: "\fba6";
}
.fi-rs-scooter:before {
  content: "\fba7";
}
.fi-rs-screen:before {
  content: "\fba8";
}
.fi-rs-screencast:before {
  content: "\fba9";
}
.fi-rs-screw-alt:before {
  content: "\fbaa";
}
.fi-rs-screw:before {
  content: "\fbab";
}
.fi-rs-screwdriver:before {
  content: "\fbac";
}
.fi-rs-scribble:before {
  content: "\fbad";
}
.fi-rs-script:before {
  content: "\fbae";
}
.fi-rs-scroll-document-story:before {
  content: "\fbaf";
}
.fi-rs-scroll-old:before {
  content: "\fbb0";
}
.fi-rs-scroll-torah:before {
  content: "\fbb1";
}
.fi-rs-scroll:before {
  content: "\fbb2";
}
.fi-rs-scrubber:before {
  content: "\fbb3";
}
.fi-rs-scythe:before {
  content: "\fbb4";
}
.fi-rs-sd-card:before {
  content: "\fbb5";
}
.fi-rs-sd-cards:before {
  content: "\fbb6";
}
.fi-rs-seal-exclamation:before {
  content: "\fbb7";
}
.fi-rs-seal-question:before {
  content: "\fbb8";
}
.fi-rs-seal:before {
  content: "\fbb9";
}
.fi-rs-search-alt:before {
  content: "\fbba";
}
.fi-rs-search-dollar:before {
  content: "\fbbb";
}
.fi-rs-search-heart:before {
  content: "\fbbc";
}
.fi-rs-search-location:before {
  content: "\fbbd";
}
.fi-rs-search:before {
  content: "\fbbe";
}
.fi-rs-seat-airline:before {
  content: "\fbbf";
}
.fi-rs-seatbelt-safety-driver:before {
  content: "\fbc0";
}
.fi-rs-second-award:before {
  content: "\fbc1";
}
.fi-rs-second-laurel:before {
  content: "\fbc2";
}
.fi-rs-second-medal:before {
  content: "\fbc3";
}
.fi-rs-second:before {
  content: "\fbc4";
}
.fi-rs-seedling:before {
  content: "\fbc5";
}
.fi-rs-selection:before {
  content: "\fbc6";
}
.fi-rs-sell:before {
  content: "\fbc7";
}
.fi-rs-seller-store:before {
  content: "\fbc8";
}
.fi-rs-seller:before {
  content: "\fbc9";
}
.fi-rs-selling:before {
  content: "\fbca";
}
.fi-rs-send-back:before {
  content: "\fbcb";
}
.fi-rs-send-backward:before {
  content: "\fbcc";
}
.fi-rs-send-money-smartphone:before {
  content: "\fbcd";
}
.fi-rs-send-money:before {
  content: "\fbce";
}
.fi-rs-sensor-alert:before {
  content: "\fbcf";
}
.fi-rs-sensor-fire:before {
  content: "\fbd0";
}
.fi-rs-sensor-on:before {
  content: "\fbd1";
}
.fi-rs-sensor-smoke:before {
  content: "\fbd2";
}
.fi-rs-sensor:before {
  content: "\fbd3";
}
.fi-rs-settings-sliders:before {
  content: "\fbd4";
}
.fi-rs-settings:before {
  content: "\fbd5";
}
.fi-rs-share-alt-square:before {
  content: "\fbd6";
}
.fi-rs-share-square:before {
  content: "\fbd7";
}
.fi-rs-share:before {
  content: "\fbd8";
}
.fi-rs-sheep:before {
  content: "\fbd9";
}
.fi-rs-shekel-sign:before {
  content: "\fbda";
}
.fi-rs-shelves:before {
  content: "\fbdb";
}
.fi-rs-shield-alt:before {
  content: "\fbdc";
}
.fi-rs-shield-cat:before {
  content: "\fbdd";
}
.fi-rs-shield-check:before {
  content: "\fbde";
}
.fi-rs-shield-cross:before {
  content: "\fbdf";
}
.fi-rs-shield-dog:before {
  content: "\fbe0";
}
.fi-rs-shield-exclamation:before {
  content: "\fbe1";
}
.fi-rs-shield-interrogation:before {
  content: "\fbe2";
}
.fi-rs-shield-keyhole:before {
  content: "\fbe3";
}
.fi-rs-shield-minus:before {
  content: "\fbe4";
}
.fi-rs-shield-plus:before {
  content: "\fbe5";
}
.fi-rs-shield-security-risk:before {
  content: "\fbe6";
}
.fi-rs-shield-slash:before {
  content: "\fbe7";
}
.fi-rs-shield-trust:before {
  content: "\fbe8";
}
.fi-rs-shield-virus:before {
  content: "\fbe9";
}
.fi-rs-shield-xmark:before {
  content: "\fbea";
}
.fi-rs-shield:before {
  content: "\fbeb";
}
.fi-rs-ship-side:before {
  content: "\fbec";
}
.fi-rs-ship:before {
  content: "\fbed";
}
.fi-rs-shipping-fast:before {
  content: "\fbee";
}
.fi-rs-shipping-timed:before {
  content: "\fbef";
}
.fi-rs-shirt-long-sleeve:before {
  content: "\fbf0";
}
.fi-rs-shirt-running:before {
  content: "\fbf1";
}
.fi-rs-shirt-tank-top:before {
  content: "\fbf2";
}
.fi-rs-shirt:before {
  content: "\fbf3";
}
.fi-rs-shish-kebab:before {
  content: "\fbf4";
}
.fi-rs-shoe-prints:before {
  content: "\fbf5";
}
.fi-rs-shop-lock:before {
  content: "\fbf6";
}
.fi-rs-shop-slash:before {
  content: "\fbf7";
}
.fi-rs-shop:before {
  content: "\fbf8";
}
.fi-rs-shopping-bag-add:before {
  content: "\fbf9";
}
.fi-rs-shopping-bag:before {
  content: "\fbfa";
}
.fi-rs-shopping-basket:before {
  content: "\fbfb";
}
.fi-rs-shopping-cart-add:before {
  content: "\fbfc";
}
.fi-rs-shopping-cart-buyer:before {
  content: "\fbfd";
}
.fi-rs-shopping-cart-check:before {
  content: "\fbfe";
}
.fi-rs-shopping-cart:before {
  content: "\fbff";
}
.fi-rs-shovel-snow:before {
  content: "\fc00";
}
.fi-rs-shovel:before {
  content: "\fc01";
}
.fi-rs-shower-down:before {
  content: "\fc02";
}
.fi-rs-shower:before {
  content: "\fc03";
}
.fi-rs-shredder:before {
  content: "\fc04";
}
.fi-rs-shrimp:before {
  content: "\fc05";
}
.fi-rs-shuffle:before {
  content: "\fc06";
}
.fi-rs-shuttle-van:before {
  content: "\fc07";
}
.fi-rs-shuttlecock:before {
  content: "\fc08";
}
.fi-rs-Sickle:before {
  content: "\fc09";
}
.fi-rs-sidebar-flip:before {
  content: "\fc0a";
}
.fi-rs-sidebar:before {
  content: "\fc0b";
}
.fi-rs-sigma:before {
  content: "\fc0c";
}
.fi-rs-sign-hanging:before {
  content: "\fc0d";
}
.fi-rs-sign-in-alt:before {
  content: "\fc0e";
}
.fi-rs-sign-out-alt:before {
  content: "\fc0f";
}
.fi-rs-sign-posts-wrench:before {
  content: "\fc10";
}
.fi-rs-sign-posts:before {
  content: "\fc11";
}
.fi-rs-sign-up:before {
  content: "\fc12";
}
.fi-rs-signal-alt-1:before {
  content: "\fc13";
}
.fi-rs-signal-alt-2:before {
  content: "\fc14";
}
.fi-rs-signal-alt-slash:before {
  content: "\fc15";
}
.fi-rs-signal-alt:before {
  content: "\fc16";
}
.fi-rs-signal-bars-fair:before {
  content: "\fc17";
}
.fi-rs-signal-bars-good:before {
  content: "\fc18";
}
.fi-rs-signal-bars-weak:before {
  content: "\fc19";
}
.fi-rs-signal-stream-slash:before {
  content: "\fc1a";
}
.fi-rs-signal-stream:before {
  content: "\fc1b";
}
.fi-rs-signature-lock:before {
  content: "\fc1c";
}
.fi-rs-signature-slash:before {
  content: "\fc1d";
}
.fi-rs-signature:before {
  content: "\fc1e";
}
.fi-rs-sim-card:before {
  content: "\fc1f";
}
.fi-rs-sim-cards:before {
  content: "\fc20";
}
.fi-rs-sink:before {
  content: "\fc21";
}
.fi-rs-siren-on:before {
  content: "\fc22";
}
.fi-rs-Siren:before {
  content: "\fc23";
}
.fi-rs-site-alt:before {
  content: "\fc24";
}
.fi-rs-site-browser:before {
  content: "\fc25";
}
.fi-rs-site:before {
  content: "\fc26";
}
.fi-rs-sitemap:before {
  content: "\fc27";
}
.fi-rs-skateboard:before {
  content: "\fc28";
}
.fi-rs-skating:before {
  content: "\fc29";
}
.fi-rs-skeleton-ribs:before {
  content: "\fc2a";
}
.fi-rs-skeleton:before {
  content: "\fc2b";
}
.fi-rs-skewer:before {
  content: "\fc2c";
}
.fi-rs-ski-boot-ski:before {
  content: "\fc2d";
}
.fi-rs-ski-jump:before {
  content: "\fc2e";
}
.fi-rs-ski-lift:before {
  content: "\fc2f";
}
.fi-rs-skiing-nordic:before {
  content: "\fc30";
}
.fi-rs-skiing:before {
  content: "\fc31";
}
.fi-rs-skill-alt:before {
  content: "\fc32";
}
.fi-rs-skill-user:before {
  content: "\fc33";
}
.fi-rs-skill:before {
  content: "\fc34";
}
.fi-rs-skin-arrow:before {
  content: "\fc35";
}
.fi-rs-skin-drop:before {
  content: "\fc36";
}
.fi-rs-skin-hair:before {
  content: "\fc37";
}
.fi-rs-skin:before {
  content: "\fc38";
}
.fi-rs-skip-15-seconds:before {
  content: "\fc39";
}
.fi-rs-skull-cow:before {
  content: "\fc3a";
}
.fi-rs-skull-crossbones:before {
  content: "\fc3b";
}
.fi-rs-skull:before {
  content: "\fc3c";
}
.fi-rs-slash:before {
  content: "\fc3d";
}
.fi-rs-sledding:before {
  content: "\fc3e";
}
.fi-rs-sleeping-bag:before {
  content: "\fc3f";
}
.fi-rs-sleigh:before {
  content: "\fc40";
}
.fi-rs-sliders-h-square:before {
  content: "\fc41";
}
.fi-rs-sliders-v-square:before {
  content: "\fc42";
}
.fi-rs-sliders-v:before {
  content: "\fc43";
}
.fi-rs-slot-machine:before {
  content: "\fc44";
}
.fi-rs-smart-home-alt:before {
  content: "\fc45";
}
.fi-rs-smart-home:before {
  content: "\fc46";
}
.fi-rs-smartphone:before {
  content: "\fc47";
}
.fi-rs-smile-beam:before {
  content: "\fc48";
}
.fi-rs-smile-plus:before {
  content: "\fc49";
}
.fi-rs-smile-wink:before {
  content: "\fc4a";
}
.fi-rs-smiley-comment-alt:before {
  content: "\fc4b";
}
.fi-rs-smog:before {
  content: "\fc4c";
}
.fi-rs-smoke:before {
  content: "\fc4d";
}
.fi-rs-smoking-ban:before {
  content: "\fc4e";
}
.fi-rs-smoking:before {
  content: "\fc4f";
}
.fi-rs-snake:before {
  content: "\fc50";
}
.fi-rs-snap:before {
  content: "\fc51";
}
.fi-rs-snooze:before {
  content: "\fc52";
}
.fi-rs-snow-blowing:before {
  content: "\fc53";
}
.fi-rs-snowboarding:before {
  content: "\fc54";
}
.fi-rs-snowflake-droplets:before {
  content: "\fc55";
}
.fi-rs-snowflake:before {
  content: "\fc56";
}
.fi-rs-snowflakes:before {
  content: "\fc57";
}
.fi-rs-snowman-alt:before {
  content: "\fc58";
}
.fi-rs-snowman-head:before {
  content: "\fc59";
}
.fi-rs-snowmobile:before {
  content: "\fc5a";
}
.fi-rs-snowplow:before {
  content: "\fc5b";
}
.fi-rs-soap-alt:before {
  content: "\fc5c";
}
.fi-rs-soap:before {
  content: "\fc5d";
}
.fi-rs-social-network:before {
  content: "\fc5e";
}
.fi-rs-socks:before {
  content: "\fc5f";
}
.fi-rs-sofa-size:before {
  content: "\fc60";
}
.fi-rs-sofa:before {
  content: "\fc61";
}
.fi-rs-solar-panel-sun:before {
  content: "\fc62";
}
.fi-rs-solar-panel:before {
  content: "\fc63";
}
.fi-rs-solar-system:before {
  content: "\fc64";
}
.fi-rs-sold-house:before {
  content: "\fc65";
}
.fi-rs-sold-signal:before {
  content: "\fc66";
}
.fi-rs-sort-alpha-down-alt:before {
  content: "\fc67";
}
.fi-rs-sort-alpha-down:before {
  content: "\fc68";
}
.fi-rs-sort-alpha-up-alt:before {
  content: "\fc69";
}
.fi-rs-sort-alpha-up:before {
  content: "\fc6a";
}
.fi-rs-sort-alt:before {
  content: "\fc6b";
}
.fi-rs-sort-amount-down-alt:before {
  content: "\fc6c";
}
.fi-rs-sort-amount-down:before {
  content: "\fc6d";
}
.fi-rs-sort-amount-up-alt:before {
  content: "\fc6e";
}
.fi-rs-sort-amount-up:before {
  content: "\fc6f";
}
.fi-rs-sort-circle-down:before {
  content: "\fc70";
}
.fi-rs-sort-circle-up:before {
  content: "\fc71";
}
.fi-rs-sort-circle:before {
  content: "\fc72";
}
.fi-rs-sort-down:before {
  content: "\fc73";
}
.fi-rs-sort-numeric-down-alt:before {
  content: "\fc74";
}
.fi-rs-sort-numeric-down:before {
  content: "\fc75";
}
.fi-rs-sort-shapes-down:before {
  content: "\fc76";
}
.fi-rs-sort-shapes-up:before {
  content: "\fc77";
}
.fi-rs-sort-size-down:before {
  content: "\fc78";
}
.fi-rs-sort-size-up:before {
  content: "\fc79";
}
.fi-rs-sort:before {
  content: "\fc7a";
}
.fi-rs-soup:before {
  content: "\fc7b";
}
.fi-rs-source-data:before {
  content: "\fc7c";
}
.fi-rs-source-document-alt:before {
  content: "\fc7d";
}
.fi-rs-source-document:before {
  content: "\fc7e";
}
.fi-rs-spa:before {
  content: "\fc7f";
}
.fi-rs-space-shuttle:before {
  content: "\fc80";
}
.fi-rs-space-station-moon-alt:before {
  content: "\fc81";
}
.fi-rs-space-station-moon:before {
  content: "\fc82";
}
.fi-rs-spade:before {
  content: "\fc83";
}
.fi-rs-spaghetti-monster-flying:before {
  content: "\fc84";
}
.fi-rs-spain-map:before {
  content: "\fc85";
}
.fi-rs-sparkles:before {
  content: "\fc86";
}
.fi-rs-spartan-helmet:before {
  content: "\fc87";
}
.fi-rs-speaker:before {
  content: "\fc88";
}
.fi-rs-speakers:before {
  content: "\fc89";
}
.fi-rs-speech-bubble-story:before {
  content: "\fc8a";
}
.fi-rs-speedometer-arrow:before {
  content: "\fc8b";
}
.fi-rs-speedometer-kpi:before {
  content: "\fc8c";
}
.fi-rs-sphere:before {
  content: "\fc8d";
}
.fi-rs-spider-black-widow:before {
  content: "\fc8e";
}
.fi-rs-spider-web:before {
  content: "\fc8f";
}
.fi-rs-spider:before {
  content: "\fc90";
}
.fi-rs-spinner:before {
  content: "\fc91";
}
.fi-rs-split-up-relation:before {
  content: "\fc92";
}
.fi-rs-split:before {
  content: "\fc93";
}
.fi-rs-splotch:before {
  content: "\fc94";
}
.fi-rs-spoon:before {
  content: "\fc95";
}
.fi-rs-spray-can-sparkles:before {
  content: "\fc96";
}
.fi-rs-spray-can:before {
  content: "\fc97";
}
.fi-rs-spring-calendar:before {
  content: "\fc98";
}
.fi-rs-sprinkler:before {
  content: "\fc99";
}
.fi-rs-spy:before {
  content: "\fc9a";
}
.fi-rs-square-0:before {
  content: "\fc9b";
}
.fi-rs-square-1:before {
  content: "\fc9c";
}
.fi-rs-square-2:before {
  content: "\fc9d";
}
.fi-rs-square-3:before {
  content: "\fc9e";
}
.fi-rs-square-4:before {
  content: "\fc9f";
}
.fi-rs-square-5:before {
  content: "\fca0";
}
.fi-rs-square-6:before {
  content: "\fca1";
}
.fi-rs-square-7:before {
  content: "\fca2";
}
.fi-rs-square-8:before {
  content: "\fca3";
}
.fi-rs-square-9:before {
  content: "\fca4";
}
.fi-rs-square-a:before {
  content: "\fca5";
}
.fi-rs-square-b:before {
  content: "\fca6";
}
.fi-rs-square-bolt:before {
  content: "\fca7";
}
.fi-rs-square-c:before {
  content: "\fca8";
}
.fi-rs-square-code:before {
  content: "\fca9";
}
.fi-rs-square-d:before {
  content: "\fcaa";
}
.fi-rs-square-dashed-circle-plus:before {
  content: "\fcab";
}
.fi-rs-square-dashed:before {
  content: "\fcac";
}
.fi-rs-square-divide:before {
  content: "\fcad";
}
.fi-rs-square-e:before {
  content: "\fcae";
}
.fi-rs-square-ellipsis-vertical:before {
  content: "\fcaf";
}
.fi-rs-square-ellipsis:before {
  content: "\fcb0";
}
.fi-rs-square-exclamation:before {
  content: "\fcb1";
}
.fi-rs-square-f:before {
  content: "\fcb2";
}
.fi-rs-square-g:before {
  content: "\fcb3";
}
.fi-rs-square-h:before {
  content: "\fcb4";
}
.fi-rs-square-heart:before {
  content: "\fcb5";
}
.fi-rs-square-i:before {
  content: "\fcb6";
}
.fi-rs-square-info:before {
  content: "\fcb7";
}
.fi-rs-square-j:before {
  content: "\fcb8";
}
.fi-rs-square-k:before {
  content: "\fcb9";
}
.fi-rs-square-kanban:before {
  content: "\fcba";
}
.fi-rs-square-l:before {
  content: "\fcbb";
}
.fi-rs-square-m:before {
  content: "\fcbc";
}
.fi-rs-square-minus:before {
  content: "\fcbd";
}
.fi-rs-square-n:before {
  content: "\fcbe";
}
.fi-rs-square-o:before {
  content: "\fcbf";
}
.fi-rs-square-p:before {
  content: "\fcc0";
}
.fi-rs-square-phone-hangup:before {
  content: "\fcc1";
}
.fi-rs-square-plus:before {
  content: "\fcc2";
}
.fi-rs-square-poll-horizontal:before {
  content: "\fcc3";
}
.fi-rs-square-poll-vertical:before {
  content: "\fcc4";
}
.fi-rs-square-q:before {
  content: "\fcc5";
}
.fi-rs-square-quote:before {
  content: "\fcc6";
}
.fi-rs-square-r:before {
  content: "\fcc7";
}
.fi-rs-square-root:before {
  content: "\fcc8";
}
.fi-rs-square-s:before {
  content: "\fcc9";
}
.fi-rs-square-small:before {
  content: "\fcca";
}
.fi-rs-square-star:before {
  content: "\fccb";
}
.fi-rs-square-t:before {
  content: "\fccc";
}
.fi-rs-square-terminal:before {
  content: "\fccd";
}
.fi-rs-square-u:before {
  content: "\fcce";
}
.fi-rs-square-up-right:before {
  content: "\fccf";
}
.fi-rs-square-v:before {
  content: "\fcd0";
}
.fi-rs-square-w:before {
  content: "\fcd1";
}
.fi-rs-square-x:before {
  content: "\fcd2";
}
.fi-rs-square-y:before {
  content: "\fcd3";
}
.fi-rs-square-z:before {
  content: "\fcd4";
}
.fi-rs-square:before {
  content: "\fcd5";
}
.fi-rs-squid:before {
  content: "\fcd6";
}
.fi-rs-squircle:before {
  content: "\fcd7";
}
.fi-rs-squirrel:before {
  content: "\fcd8";
}
.fi-rs-staff:before {
  content: "\fcd9";
}
.fi-rs-stage-concert:before {
  content: "\fcda";
}
.fi-rs-stage-theatre:before {
  content: "\fcdb";
}
.fi-rs-stage:before {
  content: "\fcdc";
}
.fi-rs-stairs:before {
  content: "\fcdd";
}
.fi-rs-stamp:before {
  content: "\fcde";
}
.fi-rs-standard-definition:before {
  content: "\fcdf";
}
.fi-rs-star-and-crescent:before {
  content: "\fce0";
}
.fi-rs-star-christmas:before {
  content: "\fce1";
}
.fi-rs-star-comment-alt:before {
  content: "\fce2";
}
.fi-rs-star-exclamation:before {
  content: "\fce3";
}
.fi-rs-star-octogram:before {
  content: "\fce4";
}
.fi-rs-star-of-david:before {
  content: "\fce5";
}
.fi-rs-star-rating-call:before {
  content: "\fce6";
}
.fi-rs-star-sharp-half-stroke:before {
  content: "\fce7";
}
.fi-rs-star-sharp-half:before {
  content: "\fce8";
}
.fi-rs-star-shooting:before {
  content: "\fce9";
}
.fi-rs-star:before {
  content: "\fcea";
}
.fi-rs-starfighter:before {
  content: "\fceb";
}
.fi-rs-stars:before {
  content: "\fcec";
}
.fi-rs-state-country:before {
  content: "\fced";
}
.fi-rs-stationary-bike:before {
  content: "\fcee";
}
.fi-rs-stats:before {
  content: "\fcef";
}
.fi-rs-steak:before {
  content: "\fcf0";
}
.fi-rs-steering-wheel:before {
  content: "\fcf1";
}
.fi-rs-step-backward:before {
  content: "\fcf2";
}
.fi-rs-step-forward:before {
  content: "\fcf3";
}
.fi-rs-sterling-sign:before {
  content: "\fcf4";
}
.fi-rs-stethoscope:before {
  content: "\fcf5";
}
.fi-rs-sticker:before {
  content: "\fcf6";
}
.fi-rs-stocking:before {
  content: "\fcf7";
}
.fi-rs-stomach:before {
  content: "\fcf8";
}
.fi-rs-stop-circle:before {
  content: "\fcf9";
}
.fi-rs-stop-square:before {
  content: "\fcfa";
}
.fi-rs-stop:before {
  content: "\fcfb";
}
.fi-rs-stopwatch:before {
  content: "\fcfc";
}
.fi-rs-store-alt:before {
  content: "\fcfd";
}
.fi-rs-store-buyer:before {
  content: "\fcfe";
}
.fi-rs-store-lock:before {
  content: "\fcff";
}
.fi-rs-store-slash:before {
  content: "\fd00";
}
.fi-rs-story-book:before {
  content: "\fd01";
}
.fi-rs-story-fairy-tale:before {
  content: "\fd02";
}
.fi-rs-story-fantasy:before {
  content: "\fd03";
}
.fi-rs-strategy-chess-risk:before {
  content: "\fd04";
}
.fi-rs-strawberry:before {
  content: "\fd05";
}
.fi-rs-street-view:before {
  content: "\fd06";
}
.fi-rs-stretcher:before {
  content: "\fd07";
}
.fi-rs-strikethrough:before {
  content: "\fd08";
}
.fi-rs-stroopwafel:before {
  content: "\fd09";
}
.fi-rs-student-alt:before {
  content: "\fd0a";
}
.fi-rs-student:before {
  content: "\fd0b";
}
.fi-rs-subscript:before {
  content: "\fd0c";
}
.fi-rs-subscription-alt:before {
  content: "\fd0d";
}
.fi-rs-subscription:before {
  content: "\fd0e";
}
.fi-rs-subtitles-slash:before {
  content: "\fd0f";
}
.fi-rs-subtitles:before {
  content: "\fd10";
}
.fi-rs-subway:before {
  content: "\fd11";
}
.fi-rs-suitcase-alt:before {
  content: "\fd12";
}
.fi-rs-summary-check:before {
  content: "\fd13";
}
.fi-rs-summer:before {
  content: "\fd14";
}
.fi-rs-sun-dust:before {
  content: "\fd15";
}
.fi-rs-sun-plant-wilt:before {
  content: "\fd16";
}
.fi-rs-sun-salutation-yoga:before {
  content: "\fd17";
}
.fi-rs-sun:before {
  content: "\fd18";
}
.fi-rs-sunday:before {
  content: "\fd19";
}
.fi-rs-sunglasses-alt:before {
  content: "\fd1a";
}
.fi-rs-sunglasses:before {
  content: "\fd1b";
}
.fi-rs-sunrise-alt:before {
  content: "\fd1c";
}
.fi-rs-sunrise:before {
  content: "\fd1d";
}
.fi-rs-sunset:before {
  content: "\fd1e";
}
.fi-rs-superscript:before {
  content: "\fd1f";
}
.fi-rs-supplier-alt:before {
  content: "\fd20";
}
.fi-rs-supplier:before {
  content: "\fd21";
}
.fi-rs-surfing:before {
  content: "\fd22";
}
.fi-rs-surprise:before {
  content: "\fd23";
}
.fi-rs-surveillance-camera:before {
  content: "\fd24";
}
.fi-rs-survey-xmark:before {
  content: "\fd25";
}
.fi-rs-sushi-alt:before {
  content: "\fd26";
}
.fi-rs-sushi-roll:before {
  content: "\fd27";
}
.fi-rs-sushi:before {
  content: "\fd28";
}
.fi-rs-svg:before {
  content: "\fd29";
}
.fi-rs-swap:before {
  content: "\fd2a";
}
.fi-rs-swatchbook:before {
  content: "\fd2b";
}
.fi-rs-swimmer:before {
  content: "\fd2c";
}
.fi-rs-swimming-pool:before {
  content: "\fd2d";
}
.fi-rs-swing:before {
  content: "\fd2e";
}
.fi-rs-swipe-down:before {
  content: "\fd2f";
}
.fi-rs-swipe-left:before {
  content: "\fd30";
}
.fi-rs-swipe-right:before {
  content: "\fd31";
}
.fi-rs-swipe-up:before {
  content: "\fd32";
}
.fi-rs-sword:before {
  content: "\fd33";
}
.fi-rs-symbol:before {
  content: "\fd34";
}
.fi-rs-symbols:before {
  content: "\fd35";
}
.fi-rs-synagogue:before {
  content: "\fd36";
}
.fi-rs-syringe:before {
  content: "\fd37";
}
.fi-rs-system-cloud:before {
  content: "\fd38";
}
.fi-rs-t:before {
  content: "\fd39";
}
.fi-rs-tab-folder:before {
  content: "\fd3a";
}
.fi-rs-table-columns:before {
  content: "\fd3b";
}
.fi-rs-table-layout:before {
  content: "\fd3c";
}
.fi-rs-table-list:before {
  content: "\fd3d";
}
.fi-rs-table-picnic:before {
  content: "\fd3e";
}
.fi-rs-table-pivot:before {
  content: "\fd3f";
}
.fi-rs-table-rows:before {
  content: "\fd40";
}
.fi-rs-table-tree:before {
  content: "\fd41";
}
.fi-rs-table:before {
  content: "\fd42";
}
.fi-rs-tablet-android-alt:before {
  content: "\fd43";
}
.fi-rs-tablet-android:before {
  content: "\fd44";
}
.fi-rs-tablet-rugged:before {
  content: "\fd45";
}
.fi-rs-tablet:before {
  content: "\fd46";
}
.fi-rs-tachometer-alt-average:before {
  content: "\fd47";
}
.fi-rs-tachometer-alt-fastest:before {
  content: "\fd48";
}
.fi-rs-tachometer-alt-slow:before {
  content: "\fd49";
}
.fi-rs-tachometer-alt-slowest:before {
  content: "\fd4a";
}
.fi-rs-tachometer-average:before {
  content: "\fd4b";
}
.fi-rs-tachometer-fast:before {
  content: "\fd4c";
}
.fi-rs-tachometer-fastest:before {
  content: "\fd4d";
}
.fi-rs-tachometer-slow:before {
  content: "\fd4e";
}
.fi-rs-tachometer-slowest:before {
  content: "\fd4f";
}
.fi-rs-tachometer:before {
  content: "\fd50";
}
.fi-rs-taco:before {
  content: "\fd51";
}
.fi-rs-tags:before {
  content: "\fd52";
}
.fi-rs-talent-alt:before {
  content: "\fd53";
}
.fi-rs-talent-hand:before {
  content: "\fd54";
}
.fi-rs-talent:before {
  content: "\fd55";
}
.fi-rs-tally-1:before {
  content: "\fd56";
}
.fi-rs-tally-2:before {
  content: "\fd57";
}
.fi-rs-tally-3:before {
  content: "\fd58";
}
.fi-rs-tally-4:before {
  content: "\fd59";
}
.fi-rs-tally:before {
  content: "\fd5a";
}
.fi-rs-tamale:before {
  content: "\fd5b";
}
.fi-rs-tank-water:before {
  content: "\fd5c";
}
.fi-rs-tap:before {
  content: "\fd5d";
}
.fi-rs-tape:before {
  content: "\fd5e";
}
.fi-rs-target-audience:before {
  content: "\fd5f";
}
.fi-rs-target:before {
  content: "\fd60";
}
.fi-rs-tax-alt:before {
  content: "\fd61";
}
.fi-rs-tax:before {
  content: "\fd62";
}
.fi-rs-taxi-bus:before {
  content: "\fd63";
}
.fi-rs-taxi:before {
  content: "\fd64";
}
.fi-rs-team-check-alt:before {
  content: "\fd65";
}
.fi-rs-team-check:before {
  content: "\fd66";
}
.fi-rs-teddy-bear:before {
  content: "\fd67";
}
.fi-rs-teeth-open:before {
  content: "\fd68";
}
.fi-rs-telescope:before {
  content: "\fd69";
}
.fi-rs-temperature-down:before {
  content: "\fd6a";
}
.fi-rs-temperature-frigid:before {
  content: "\fd6b";
}
.fi-rs-temperature-high:before {
  content: "\fd6c";
}
.fi-rs-temperature-list:before {
  content: "\fd6d";
}
.fi-rs-temperature-low:before {
  content: "\fd6e";
}
.fi-rs-temperature-up:before {
  content: "\fd6f";
}
.fi-rs-template-alt:before {
  content: "\fd70";
}
.fi-rs-template:before {
  content: "\fd71";
}
.fi-rs-tenge:before {
  content: "\fd72";
}
.fi-rs-tennis:before {
  content: "\fd73";
}
.fi-rs-tent-arrow-down-to-line:before {
  content: "\fd74";
}
.fi-rs-tent-arrow-left-right:before {
  content: "\fd75";
}
.fi-rs-tent-arrow-turn-left:before {
  content: "\fd76";
}
.fi-rs-tent-arrows-down:before {
  content: "\fd77";
}
.fi-rs-tents:before {
  content: "\fd78";
}
.fi-rs-terminal:before {
  content: "\fd79";
}
.fi-rs-terrace:before {
  content: "\fd7a";
}
.fi-rs-test-tube:before {
  content: "\fd7b";
}
.fi-rs-test:before {
  content: "\fd7c";
}
.fi-rs-text-box-dots:before {
  content: "\fd7d";
}
.fi-rs-text-box-edit:before {
  content: "\fd7e";
}
.fi-rs-text-box:before {
  content: "\fd7f";
}
.fi-rs-text-check:before {
  content: "\fd80";
}
.fi-rs-text-height:before {
  content: "\fd81";
}
.fi-rs-text-shadow:before {
  content: "\fd82";
}
.fi-rs-text-size:before {
  content: "\fd83";
}
.fi-rs-text-slash:before {
  content: "\fd84";
}
.fi-rs-text-width:before {
  content: "\fd85";
}
.fi-rs-text:before {
  content: "\fd86";
}
.fi-rs-theater-masks:before {
  content: "\fd87";
}
.fi-rs-thermometer-alt:before {
  content: "\fd88";
}
.fi-rs-thermometer-empty:before {
  content: "\fd89";
}
.fi-rs-thermometer-full:before {
  content: "\fd8a";
}
.fi-rs-thermometer-half:before {
  content: "\fd8b";
}
.fi-rs-thermometer-quarter:before {
  content: "\fd8c";
}
.fi-rs-thermometer-three-quarters:before {
  content: "\fd8d";
}
.fi-rs-theta:before {
  content: "\fd8e";
}
.fi-rs-third-award:before {
  content: "\fd8f";
}
.fi-rs-third-laurel:before {
  content: "\fd90";
}
.fi-rs-third-medal:before {
  content: "\fd91";
}
.fi-rs-third:before {
  content: "\fd92";
}
.fi-rs-thought-bubble:before {
  content: "\fd93";
}
.fi-rs-three-leaf-clover:before {
  content: "\fd94";
}
.fi-rs-thumbs-up-trust:before {
  content: "\fd95";
}
.fi-rs-thumbtack:before {
  content: "\fd96";
}
.fi-rs-thunderstorm-moon:before {
  content: "\fd97";
}
.fi-rs-thunderstorm-risk:before {
  content: "\fd98";
}
.fi-rs-thunderstorm-sun:before {
  content: "\fd99";
}
.fi-rs-thunderstorm:before {
  content: "\fd9a";
}
.fi-rs-thursday:before {
  content: "\fd9b";
}
.fi-rs-ticket-airline:before {
  content: "\fd9c";
}
.fi-rs-ticket-alt:before {
  content: "\fd9d";
}
.fi-rs-ticket:before {
  content: "\fd9e";
}
.fi-rs-tickets-airline:before {
  content: "\fd9f";
}
.fi-rs-tie:before {
  content: "\fda0";
}
.fi-rs-tilde:before {
  content: "\fda1";
}
.fi-rs-time-add:before {
  content: "\fda2";
}
.fi-rs-time-check:before {
  content: "\fda3";
}
.fi-rs-time-delete:before {
  content: "\fda4";
}
.fi-rs-time-fast:before {
  content: "\fda5";
}
.fi-rs-time-forward-sixty:before {
  content: "\fda6";
}
.fi-rs-time-forward-ten:before {
  content: "\fda7";
}
.fi-rs-time-forward:before {
  content: "\fda8";
}
.fi-rs-time-half-past:before {
  content: "\fda9";
}
.fi-rs-time-oclock:before {
  content: "\fdaa";
}
.fi-rs-time-past:before {
  content: "\fdab";
}
.fi-rs-time-quarter-past:before {
  content: "\fdac";
}
.fi-rs-time-quarter-to:before {
  content: "\fdad";
}
.fi-rs-time-twenty-four:before {
  content: "\fdae";
}
.fi-rs-time-watch-calendar:before {
  content: "\fdaf";
}
.fi-rs-timer-clock-call:before {
  content: "\fdb0";
}
.fi-rs-times-hexagon:before {
  content: "\fdb1";
}
.fi-rs-tint-slash:before {
  content: "\fdb2";
}
.fi-rs-tip-coin:before {
  content: "\fdb3";
}
.fi-rs-tire-flat:before {
  content: "\fdb4";
}
.fi-rs-tire-pressure-warning:before {
  content: "\fdb5";
}
.fi-rs-tire-rugged:before {
  content: "\fdb6";
}
.fi-rs-tire:before {
  content: "\fdb7";
}
.fi-rs-tired:before {
  content: "\fdb8";
}
.fi-rs-to-do-alt:before {
  content: "\fdb9";
}
.fi-rs-to-do:before {
  content: "\fdba";
}
.fi-rs-together-people:before {
  content: "\fdbb";
}
.fi-rs-toggle-off:before {
  content: "\fdbc";
}
.fi-rs-toggle-on:before {
  content: "\fdbd";
}
.fi-rs-toilet-paper-blank-under:before {
  content: "\fdbe";
}
.fi-rs-toilet-paper-blank:before {
  content: "\fdbf";
}
.fi-rs-toilet-paper-slash:before {
  content: "\fdc0";
}
.fi-rs-toilet-paper-under-slash:before {
  content: "\fdc1";
}
.fi-rs-toilet-paper-under:before {
  content: "\fdc2";
}
.fi-rs-toilet:before {
  content: "\fdc3";
}
.fi-rs-toilets-portable:before {
  content: "\fdc4";
}
.fi-rs-token:before {
  content: "\fdc5";
}
.fi-rs-tomato:before {
  content: "\fdc6";
}
.fi-rs-tombstone-alt:before {
  content: "\fdc7";
}
.fi-rs-tombstone:before {
  content: "\fdc8";
}
.fi-rs-tool-box:before {
  content: "\fdc9";
}
.fi-rs-tool-crop:before {
  content: "\fdca";
}
.fi-rs-tool-marquee:before {
  content: "\fdcb";
}
.fi-rs-tools:before {
  content: "\fdcc";
}
.fi-rs-tooth:before {
  content: "\fdcd";
}
.fi-rs-toothbrush:before {
  content: "\fdce";
}
.fi-rs-torch-inspiration-leader:before {
  content: "\fdcf";
}
.fi-rs-torii-gate:before {
  content: "\fdd0";
}
.fi-rs-tornado:before {
  content: "\fdd1";
}
.fi-rs-total:before {
  content: "\fdd2";
}
.fi-rs-tour-guide-people:before {
  content: "\fdd3";
}
.fi-rs-tour-virtual:before {
  content: "\fdd4";
}
.fi-rs-tower-control:before {
  content: "\fdd5";
}
.fi-rs-track:before {
  content: "\fdd6";
}
.fi-rs-tractor:before {
  content: "\fdd7";
}
.fi-rs-trademark:before {
  content: "\fdd8";
}
.fi-rs-traffic-cone:before {
  content: "\fdd9";
}
.fi-rs-traffic-light-go:before {
  content: "\fdda";
}
.fi-rs-traffic-light-slow:before {
  content: "\fddb";
}
.fi-rs-traffic-light-stop:before {
  content: "\fddc";
}
.fi-rs-traffic-light:before {
  content: "\fddd";
}
.fi-rs-trailer:before {
  content: "\fdde";
}
.fi-rs-train-journey:before {
  content: "\fddf";
}
.fi-rs-train-side:before {
  content: "\fde0";
}
.fi-rs-train-station-building:before {
  content: "\fde1";
}
.fi-rs-train-station:before {
  content: "\fde2";
}
.fi-rs-train-subway-tunnel:before {
  content: "\fde3";
}
.fi-rs-train-track:before {
  content: "\fde4";
}
.fi-rs-train-tram:before {
  content: "\fde5";
}
.fi-rs-train:before {
  content: "\fde6";
}
.fi-rs-tram:before {
  content: "\fde7";
}
.fi-rs-transform:before {
  content: "\fde8";
}
.fi-rs-transformation-block:before {
  content: "\fde9";
}
.fi-rs-transformation-circle:before {
  content: "\fdea";
}
.fi-rs-transformation-design:before {
  content: "\fdeb";
}
.fi-rs-transformation-shapes:before {
  content: "\fdec";
}
.fi-rs-transformer-bolt:before {
  content: "\fded";
}
.fi-rs-transgender:before {
  content: "\fdee";
}
.fi-rs-transporter-1:before {
  content: "\fdef";
}
.fi-rs-transporter-2:before {
  content: "\fdf0";
}
.fi-rs-transporter-3:before {
  content: "\fdf1";
}
.fi-rs-transporter-4:before {
  content: "\fdf2";
}
.fi-rs-transporter-5:before {
  content: "\fdf3";
}
.fi-rs-transporter-6:before {
  content: "\fdf4";
}
.fi-rs-transporter-7:before {
  content: "\fdf5";
}
.fi-rs-transporter-empty:before {
  content: "\fdf6";
}
.fi-rs-transporter:before {
  content: "\fdf7";
}
.fi-rs-trash-can-check:before {
  content: "\fdf8";
}
.fi-rs-trash-can-clock:before {
  content: "\fdf9";
}
.fi-rs-trash-can-list:before {
  content: "\fdfa";
}
.fi-rs-trash-can-plus:before {
  content: "\fdfb";
}
.fi-rs-trash-can-slash:before {
  content: "\fdfc";
}
.fi-rs-trash-check:before {
  content: "\fdfd";
}
.fi-rs-trash-clock:before {
  content: "\fdfe";
}
.fi-rs-trash-empty:before {
  content: "\fdff";
}
.fi-rs-trash-list:before {
  content: "\fe10";
}
.fi-rs-trash-plus:before {
  content: "\fe11";
}
.fi-rs-trash-restore-alt:before {
  content: "\fe12";
}
.fi-rs-trash-restore:before {
  content: "\fe13";
}
.fi-rs-trash-slash:before {
  content: "\fe14";
}
.fi-rs-trash-undo-alt:before {
  content: "\fe15";
}
.fi-rs-trash-undo:before {
  content: "\fe16";
}
.fi-rs-trash-xmark:before {
  content: "\fe17";
}
.fi-rs-trash:before {
  content: "\fe18";
}
.fi-rs-treadmill:before {
  content: "\fe19";
}
.fi-rs-treasure-chest:before {
  content: "\fe1a";
}
.fi-rs-treatment:before {
  content: "\fe1b";
}
.fi-rs-tree-alt:before {
  content: "\fe1c";
}
.fi-rs-tree-christmas:before {
  content: "\fe1d";
}
.fi-rs-tree-deciduous:before {
  content: "\fe1e";
}
.fi-rs-tree:before {
  content: "\fe1f";
}
.fi-rs-trees-alt:before {
  content: "\fe30";
}
.fi-rs-trees:before {
  content: "\fe31";
}
.fi-rs-triangle-music:before {
  content: "\fe32";
}
.fi-rs-triangle-person-digging:before {
  content: "\fe33";
}
.fi-rs-triangle-warning:before {
  content: "\fe34";
}
.fi-rs-triangle:before {
  content: "\fe35";
}
.fi-rs-tricycle:before {
  content: "\fe36";
}
.fi-rs-trillium:before {
  content: "\fe37";
}
.fi-rs-trophy-achievement-skill:before {
  content: "\fe38";
}
.fi-rs-trophy-star:before {
  content: "\fe39";
}
.fi-rs-trophy:before {
  content: "\fe3a";
}
.fi-rs-truck-arrow-left:before {
  content: "\fe3b";
}
.fi-rs-truck-arrow-right:before {
  content: "\fe3c";
}
.fi-rs-truck-bolt:before {
  content: "\fe3d";
}
.fi-rs-truck-box:before {
  content: "\fe3e";
}
.fi-rs-truck-check:before {
  content: "\fe3f";
}
.fi-rs-truck-container-empty:before {
  content: "\fe40";
}
.fi-rs-truck-container:before {
  content: "\fe41";
}
.fi-rs-truck-couch:before {
  content: "\fe42";
}
.fi-rs-truck-fire:before {
  content: "\fe43";
}
.fi-rs-truck-flatbed:before {
  content: "\fe44";
}
.fi-rs-truck-front:before {
  content: "\fe45";
}
.fi-rs-truck-ladder:before {
  content: "\fe46";
}
.fi-rs-truck-loading:before {
  content: "\fe47";
}
.fi-rs-truck-medical:before {
  content: "\fe48";
}
.fi-rs-truck-monster:before {
  content: "\fe49";
}
.fi-rs-truck-moving:before {
  content: "\fe4a";
}
.fi-rs-truck-pickup:before {
  content: "\fe4b";
}
.fi-rs-truck-plow:before {
  content: "\fe4c";
}
.fi-rs-truck-ramp:before {
  content: "\fe4d";
}
.fi-rs-truck-side:before {
  content: "\fe4e";
}
.fi-rs-truck-tow:before {
  content: "\fe4f";
}
.fi-rs-truck-utensils:before {
  content: "\fe50";
}
.fi-rs-trumpet:before {
  content: "\fe51";
}
.fi-rs-trust-alt:before {
  content: "\fe52";
}
.fi-rs-trust:before {
  content: "\fe53";
}
.fi-rs-tshirt:before {
  content: "\fe54";
}
.fi-rs-tty-answer:before {
  content: "\fe55";
}
.fi-rs-tty:before {
  content: "\fe56";
}
.fi-rs-tubes:before {
  content: "\fe57";
}
.fi-rs-tuesday:before {
  content: "\fe58";
}
.fi-rs-tugrik-sign:before {
  content: "\fe59";
}
.fi-rs-turkey:before {
  content: "\fe5a";
}
.fi-rs-turn-left:before {
  content: "\fe5b";
}
.fi-rs-turn-right:before {
  content: "\fe5c";
}
.fi-rs-turntable:before {
  content: "\fe5d";
}
.fi-rs-turtle:before {
  content: "\fe5e";
}
.fi-rs-tv-music:before {
  content: "\fe5f";
}
.fi-rs-tv-retro:before {
  content: "\fe60";
}
.fi-rs-typewriter:before {
  content: "\fe61";
}
.fi-rs-u:before {
  content: "\fe62";
}
.fi-rs-ufo-beam:before {
  content: "\fe63";
}
.fi-rs-ufo:before {
  content: "\fe64";
}
.fi-rs-ui-ux:before {
  content: "\fe65";
}
.fi-rs-umbrella-beach:before {
  content: "\fe66";
}
.fi-rs-umbrella:before {
  content: "\fe67";
}
.fi-rs-under-construction:before {
  content: "\fe68";
}
.fi-rs-underline:before {
  content: "\fe69";
}
.fi-rs-undo-alt:before {
  content: "\fe6a";
}
.fi-rs-undo:before {
  content: "\fe6b";
}
.fi-rs-unicorn:before {
  content: "\fe6c";
}
.fi-rs-uniform-martial-arts:before {
  content: "\fe6d";
}
.fi-rs-universal-access:before {
  content: "\fe6e";
}
.fi-rs-unlock:before {
  content: "\fe6f";
}
.fi-rs-up-from-bracket:before {
  content: "\fe70";
}
.fi-rs-up-left:before {
  content: "\fe71";
}
.fi-rs-up-right-from-square:before {
  content: "\fe72";
}
.fi-rs-up-right:before {
  content: "\fe73";
}
.fi-rs-up:before {
  content: "\fe74";
}
.fi-rs-upload:before {
  content: "\fe75";
}
.fi-rs-url:before {
  content: "\fe76";
}
.fi-rs-usb-pendrive:before {
  content: "\fe77";
}
.fi-rs-usd-circle:before {
  content: "\fe78";
}
.fi-rs-usd-square:before {
  content: "\fe79";
}
.fi-rs-user-add:before {
  content: "\fe7a";
}
.fi-rs-user-alien:before {
  content: "\fe7b";
}
.fi-rs-user-astronaut:before {
  content: "\fe7c";
}
.fi-rs-user-check:before {
  content: "\fe7d";
}
.fi-rs-user-chef:before {
  content: "\fe7e";
}
.fi-rs-user-coach:before {
  content: "\fe7f";
}
.fi-rs-user-cowboy:before {
  content: "\fe80";
}
.fi-rs-user-crown:before {
  content: "\fe81";
}
.fi-rs-user-gear:before {
  content: "\fe82";
}
.fi-rs-user-graduate:before {
  content: "\fe83";
}
.fi-rs-user-headset:before {
  content: "\fe84";
}
.fi-rs-user-helmet-safety:before {
  content: "\fe85";
}
.fi-rs-user-injured:before {
  content: "\fe86";
}
.fi-rs-user-interface-ui:before {
  content: "\fe87";
}
.fi-rs-user-key:before {
  content: "\fe88";
}
.fi-rs-user-lock:before {
  content: "\fe89";
}
.fi-rs-user-md-chat:before {
  content: "\fe8a";
}
.fi-rs-user-md:before {
  content: "\fe8b";
}
.fi-rs-user-minus:before {
  content: "\fe8c";
}
.fi-rs-user-music:before {
  content: "\fe8d";
}
.fi-rs-user-ninja:before {
  content: "\fe8e";
}
.fi-rs-user-nurse:before {
  content: "\fe8f";
}
.fi-rs-user-pen:before {
  content: "\fe90";
}
.fi-rs-user-pilot-tie:before {
  content: "\fe91";
}
.fi-rs-user-pilot:before {
  content: "\fe92";
}
.fi-rs-user-police:before {
  content: "\fe93";
}
.fi-rs-user-robot-xmarks:before {
  content: "\fe94";
}
.fi-rs-user-robot:before {
  content: "\fe95";
}
.fi-rs-user-salary:before {
  content: "\fe96";
}
.fi-rs-user-shield:before {
  content: "\fe97";
}
.fi-rs-user-skill-gear:before {
  content: "\fe98";
}
.fi-rs-user-slash:before {
  content: "\fe99";
}
.fi-rs-user-tag:before {
  content: "\fe9a";
}
.fi-rs-user-time:before {
  content: "\fe9b";
}
.fi-rs-user-trust:before {
  content: "\fe9c";
}
.fi-rs-user-unlock:before {
  content: "\fe9d";
}
.fi-rs-user-visor:before {
  content: "\fe9e";
}
.fi-rs-user-xmark:before {
  content: "\fe9f";
}
.fi-rs-user:before {
  content: "\fea0";
}
.fi-rs-users-alt:before {
  content: "\fea1";
}
.fi-rs-users-class:before {
  content: "\fea2";
}
.fi-rs-users-gear:before {
  content: "\fea3";
}
.fi-rs-users-medical:before {
  content: "\fea4";
}
.fi-rs-users-slash:before {
  content: "\fea5";
}
.fi-rs-users:before {
  content: "\fea6";
}
.fi-rs-utensils-slash:before {
  content: "\fea7";
}
.fi-rs-utensils:before {
  content: "\fea8";
}
.fi-rs-utility-pole-double:before {
  content: "\fea9";
}
.fi-rs-utility-pole:before {
  content: "\feaa";
}
.fi-rs-ux-browser:before {
  content: "\feab";
}
.fi-rs-ux:before {
  content: "\feac";
}
.fi-rs-v:before {
  content: "\fead";
}
.fi-rs-vacuum-robot:before {
  content: "\feae";
}
.fi-rs-vacuum:before {
  content: "\feaf";
}
.fi-rs-value-absolute:before {
  content: "\feb0";
}
.fi-rs-vault:before {
  content: "\feb1";
}
.fi-rs-vector-alt:before {
  content: "\feb2";
}
.fi-rs-vector-circle:before {
  content: "\feb3";
}
.fi-rs-vector-polygon:before {
  content: "\feb4";
}
.fi-rs-vector:before {
  content: "\feb5";
}
.fi-rs-venus-double:before {
  content: "\feb6";
}
.fi-rs-venus-mars:before {
  content: "\feb7";
}
.fi-rs-venus:before {
  content: "\feb8";
}
.fi-rs-vest-patches:before {
  content: "\feb9";
}
.fi-rs-vest:before {
  content: "\feba";
}
.fi-rs-video-arrow-down-left:before {
  content: "\febb";
}
.fi-rs-video-arrow-up-right:before {
  content: "\febc";
}
.fi-rs-video-camera-alt:before {
  content: "\febd";
}
.fi-rs-video-camera:before {
  content: "\febe";
}
.fi-rs-video-duration:before {
  content: "\febf";
}
.fi-rs-video-plus:before {
  content: "\fec0";
}
.fi-rs-video-slash:before {
  content: "\fec1";
}
.fi-rs-videoconference:before {
  content: "\fec2";
}
.fi-rs-vihara:before {
  content: "\fec3";
}
.fi-rs-violin:before {
  content: "\fec4";
}
.fi-rs-virus-slash:before {
  content: "\fec5";
}
.fi-rs-virus:before {
  content: "\fec6";
}
.fi-rs-viruses:before {
  content: "\fec7";
}
.fi-rs-visit:before {
  content: "\fec8";
}
.fi-rs-voicemail:before {
  content: "\fec9";
}
.fi-rs-volcano:before {
  content: "\feca";
}
.fi-rs-volleyball:before {
  content: "\fecb";
}
.fi-rs-volume-down:before {
  content: "\fecc";
}
.fi-rs-volume-mute:before {
  content: "\fecd";
}
.fi-rs-volume-off:before {
  content: "\fece";
}
.fi-rs-volume-slash:before {
  content: "\fecf";
}
.fi-rs-volume:before {
  content: "\fed0";
}
.fi-rs-vote-nay:before {
  content: "\fed1";
}
.fi-rs-vote-yea:before {
  content: "\fed2";
}
.fi-rs-vr-cardboard:before {
  content: "\fed3";
}
.fi-rs-w:before {
  content: "\fed4";
}
.fi-rs-waffle:before {
  content: "\fed5";
}
.fi-rs-wagon-covered:before {
  content: "\fed6";
}
.fi-rs-walker:before {
  content: "\fed7";
}
.fi-rs-walkie-talkie:before {
  content: "\fed8";
}
.fi-rs-walking:before {
  content: "\fed9";
}
.fi-rs-wallet-arrow:before {
  content: "\feda";
}
.fi-rs-wallet-buyer:before {
  content: "\fedb";
}
.fi-rs-wallet:before {
  content: "\fedc";
}
.fi-rs-warehouse-alt:before {
  content: "\fedd";
}
.fi-rs-warranty:before {
  content: "\fede";
}
.fi-rs-washer:before {
  content: "\fedf";
}
.fi-rs-waste-pollution:before {
  content: "\fee0";
}
.fi-rs-waste:before {
  content: "\fee1";
}
.fi-rs-watch-calculator:before {
  content: "\fee2";
}
.fi-rs-watch-smart:before {
  content: "\fee3";
}
.fi-rs-watch:before {
  content: "\fee4";
}
.fi-rs-water-bottle:before {
  content: "\fee5";
}
.fi-rs-water-ladder:before {
  content: "\fee6";
}
.fi-rs-water-lower:before {
  content: "\fee7";
}
.fi-rs-water-rise:before {
  content: "\fee8";
}
.fi-rs-water:before {
  content: "\fee9";
}
.fi-rs-watermelon:before {
  content: "\feea";
}
.fi-rs-wave-sine:before {
  content: "\feeb";
}
.fi-rs-wave-square:before {
  content: "\feec";
}
.fi-rs-wave-triangle:before {
  content: "\feed";
}
.fi-rs-wave:before {
  content: "\feee";
}
.fi-rs-waveform-path:before {
  content: "\feef";
}
.fi-rs-waveform:before {
  content: "\fef0";
}
.fi-rs-web-design:before {
  content: "\fef1";
}
.fi-rs-webcam-slash:before {
  content: "\fef2";
}
.fi-rs-webcam:before {
  content: "\fef3";
}
.fi-rs-webhook:before {
  content: "\fef4";
}
.fi-rs-wednesday:before {
  content: "\fef5";
}
.fi-rs-whale:before {
  content: "\fef6";
}
.fi-rs-wheat-awn-circle-exclamation:before {
  content: "\fef7";
}
.fi-rs-wheat-awn-slash:before {
  content: "\fef8";
}
.fi-rs-wheat-awn:before {
  content: "\fef9";
}
.fi-rs-wheat-slash:before {
  content: "\fefa";
}
.fi-rs-wheat:before {
  content: "\fefb";
}
.fi-rs-wheelchair-move:before {
  content: "\fefc";
}
.fi-rs-wheelchair-sleeping:before {
  content: "\fefd";
}
.fi-rs-wheelchair:before {
  content: "\fefe";
}
.fi-rs-whistle:before {
  content: "\ff00";
}
.fi-rs-white-space:before {
  content: "\ff01";
}
.fi-rs-wifi-1:before {
  content: "\ff02";
}
.fi-rs-wifi-2:before {
  content: "\ff03";
}
.fi-rs-wifi-alt:before {
  content: "\ff04";
}
.fi-rs-wifi-exclamation:before {
  content: "\ff05";
}
.fi-rs-wifi-slash:before {
  content: "\ff06";
}
.fi-rs-wifi:before {
  content: "\ff07";
}
.fi-rs-wind-turbine:before {
  content: "\ff08";
}
.fi-rs-wind-warning:before {
  content: "\ff09";
}
.fi-rs-wind:before {
  content: "\ff0a";
}
.fi-rs-window-alt:before {
  content: "\ff0b";
}
.fi-rs-window-frame-open:before {
  content: "\ff0c";
}
.fi-rs-window-frame:before {
  content: "\ff0d";
}
.fi-rs-window-maximize:before {
  content: "\ff0e";
}
.fi-rs-window-minimize:before {
  content: "\ff0f";
}
.fi-rs-window-restore:before {
  content: "\ff10";
}
.fi-rs-windsock:before {
  content: "\ff11";
}
.fi-rs-wine-bottle:before {
  content: "\ff12";
}
.fi-rs-wine-glass-crack:before {
  content: "\ff13";
}
.fi-rs-wine-glass-empty:before {
  content: "\ff14";
}
.fi-rs-wishlist-heart:before {
  content: "\ff15";
}
.fi-rs-wishlist-star:before {
  content: "\ff16";
}
.fi-rs-woman-head:before {
  content: "\ff17";
}
.fi-rs-woman-scientist:before {
  content: "\ff18";
}
.fi-rs-won-sign:before {
  content: "\ff19";
}
.fi-rs-work-in-progress:before {
  content: "\ff1a";
}
.fi-rs-workflow-alt:before {
  content: "\ff1b";
}
.fi-rs-workflow-setting-alt:before {
  content: "\ff1c";
}
.fi-rs-workflow-setting:before {
  content: "\ff1d";
}
.fi-rs-workflow:before {
  content: "\ff1e";
}
.fi-rs-workshop:before {
  content: "\ff1f";
}
.fi-rs-world:before {
  content: "\ff20";
}
.fi-rs-worm:before {
  content: "\ff21";
}
.fi-rs-wreath:before {
  content: "\ff22";
}
.fi-rs-wrench-alt:before {
  content: "\ff23";
}
.fi-rs-wrench-simple:before {
  content: "\ff24";
}
.fi-rs-x:before {
  content: "\ff25";
}
.fi-rs-y:before {
  content: "\ff26";
}
.fi-rs-yen:before {
  content: "\ff27";
}
.fi-rs-yin-yang:before {
  content: "\ff28";
}
.fi-rs-z:before {
  content: "\ff29";
}
.fi-rs-zip-file:before {
  content: "\ff2a";
}
.fi-rs-zoom-in:before {
  content: "\ff2b";
}
.fi-rs-zoom-out:before {
  content: "\ff2c";
}
/*!
*   _____       _             __                 _____                               ______ _       _   _
*  |_   _|     | |           / _|               |_   _|                             |  ____| |     | | (_)
*    | |  _ __ | |_ ___ _ __| |_ __ _  ___ ___    | |  ___ ___  _ __  ___   ______  | |__  | | __ _| |_ _  ___ ___  _ __
*    | | | '_ \| __/ _ \ '__|  _/ _` |/ __/ _ \   | | / __/ _ \| '_ \/ __| |______| |  __| | |/ _` | __| |/ __/ _ \| '_ \
*   _| |_| | | | ||  __/ |  | || (_| | (_|  __/  _| || (_| (_) | | | \__ \          | |    | | (_| | |_| | (_| (_) | | | |
*  |_____|_| |_|\__\___|_|  |_| \__,_|\___\___| |_____\___\___/|_| |_|___/          |_|    |_|\__,_|\__|_|\___\___/|_| |_|
*
*                         UIcons 2.4.2 - https://www.flaticon.com/uicons/interface-icons
*/
@font-face {
  font-family: uicons-bold-rounded;
  src:
    url("./media/uicons-bold-rounded-MQNABNC6-MQNABNC6.woff2") format("woff2"),
    url("./media/uicons-bold-rounded-UTQQXXF3-UTQQXXF3.woff") format("woff"),
    url("./media/uicons-bold-rounded-CPL6VNRV-CPL6VNRV.eot#iefix") format("embedded-opentype");
  font-display: swap;
}
i[class^=fi-br-]:before,
i[class*=" fi-br-"]:before,
span[class^=fi-br-]:before,
span[class*=fi-br-]:before {
  font-family: uicons-bold-rounded !important;
  font-style: normal;
  font-weight: 400 !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.variable-selector-00:before {
  content: "\fe00";
}
.variable-selector-01:before {
  content: "\fe01";
}
.variable-selector-02:before {
  content: "\fe02";
}
.variable-selector-03:before {
  content: "\fe03";
}
.variable-selector-04:before {
  content: "\fe04";
}
.variable-selector-05:before {
  content: "\fe05";
}
.variable-selector-06:before {
  content: "\fe06";
}
.variable-selector-07:before {
  content: "\fe07";
}
.variable-selector-08:before {
  content: "\fe08";
}
.variable-selector-09:before {
  content: "\fe09";
}
.variable-selector-0a:before {
  content: "\fe0a";
}
.variable-selector-0b:before {
  content: "\fe0b";
}
.variable-selector-0c:before {
  content: "\fe0c";
}
.variable-selector-0d:before {
  content: "\fe0d";
}
.variable-selector-0e:before {
  content: "\fe0e";
}
.variable-selector-0f:before {
  content: "\fe0f";
}
.combining-half-marks-00:before {
  content: "\fe20";
}
.combining-half-marks-01:before {
  content: "\fe21";
}
.combining-half-marks-02:before {
  content: "\fe22";
}
.combining-half-marks-03:before {
  content: "\fe23";
}
.combining-half-marks-04:before {
  content: "\fe24";
}
.combining-half-marks-05:before {
  content: "\fe25";
}
.combining-half-marks-06:before {
  content: "\fe26";
}
.combining-half-marks-07:before {
  content: "\fe27";
}
.combining-half-marks-08:before {
  content: "\fe28";
}
.combining-half-marks-09:before {
  content: "\fe29";
}
.combining-half-marks-0a:before {
  content: "\fe2a";
}
.combining-half-marks-0b:before {
  content: "\fe2b";
}
.combining-half-marks-0c:before {
  content: "\fe2c";
}
.combining-half-marks-0d:before {
  content: "\fe2d";
}
.combining-half-marks-0e:before {
  content: "\fe2e";
}
.combining-half-marks-0f:before {
  content: "\fe2f";
}
.zero-width-no-break-space-0f:before {
  content: "\feff";
}
.fi-br-0:before {
  content: "\f101";
}
.fi-br-00s-music-disc:before {
  content: "\f102";
}
.fi-br-1:before {
  content: "\f103";
}
.fi-br-2:before {
  content: "\f104";
}
.fi-br-3:before {
  content: "\f105";
}
.fi-br-360-degrees:before {
  content: "\f106";
}
.fi-br-4:before {
  content: "\f107";
}
.fi-br-404:before {
  content: "\f108";
}
.fi-br-5:before {
  content: "\f109";
}
.fi-br-6:before {
  content: "\f10a";
}
.fi-br-60s-music-disc:before {
  content: "\f10b";
}
.fi-br-7:before {
  content: "\f10c";
}
.fi-br-70s-music-disc:before {
  content: "\f10d";
}
.fi-br-8:before {
  content: "\f10e";
}
.fi-br-80s-music-disc:before {
  content: "\f10f";
}
.fi-br-9:before {
  content: "\f110";
}
.fi-br-90s-music-disc:before {
  content: "\f111";
}
.fi-br-a:before {
  content: "\f112";
}
.fi-br-accident:before {
  content: "\f113";
}
.fi-br-acorn:before {
  content: "\f114";
}
.fi-br-ad-paid:before {
  content: "\f115";
}
.fi-br-ad:before {
  content: "\f116";
}
.fi-br-add-document:before {
  content: "\f117";
}
.fi-br-add-folder:before {
  content: "\f118";
}
.fi-br-add-image:before {
  content: "\f119";
}
.fi-br-add:before {
  content: "\f11a";
}
.fi-br-address-book:before {
  content: "\f11b";
}
.fi-br-address-card:before {
  content: "\f11c";
}
.fi-br-admin-alt:before {
  content: "\f11d";
}
.fi-br-admin:before {
  content: "\f11e";
}
.fi-br-age-alt:before {
  content: "\f11f";
}
.fi-br-age-restriction-eighteen:before {
  content: "\f120";
}
.fi-br-age-restriction-seven:before {
  content: "\f121";
}
.fi-br-age-restriction-six:before {
  content: "\f122";
}
.fi-br-age-restriction-sixteen:before {
  content: "\f123";
}
.fi-br-age-restriction-thirteen:before {
  content: "\f124";
}
.fi-br-age-restriction-three:before {
  content: "\f125";
}
.fi-br-age-restriction-twelve:before {
  content: "\f126";
}
.fi-br-age-restriction-twenty-one:before {
  content: "\f127";
}
.fi-br-age-restriction-zero:before {
  content: "\f128";
}
.fi-br-age:before {
  content: "\f129";
}
.fi-br-air-conditioner:before {
  content: "\f12a";
}
.fi-br-air-freshener:before {
  content: "\f12b";
}
.fi-br-air-pollution:before {
  content: "\f12c";
}
.fi-br-airplane-journey:before {
  content: "\f12d";
}
.fi-br-airplane-window-open:before {
  content: "\f12e";
}
.fi-br-airplay:before {
  content: "\f12f";
}
.fi-br-alarm-clock:before {
  content: "\f130";
}
.fi-br-alarm-exclamation:before {
  content: "\f131";
}
.fi-br-alarm-plus:before {
  content: "\f132";
}
.fi-br-alarm-snooze:before {
  content: "\f133";
}
.fi-br-album-circle-plus:before {
  content: "\f134";
}
.fi-br-album-circle-user:before {
  content: "\f135";
}
.fi-br-album-collection:before {
  content: "\f136";
}
.fi-br-album:before {
  content: "\f137";
}
.fi-br-algorithm:before {
  content: "\f138";
}
.fi-br-alicorn:before {
  content: "\f139";
}
.fi-br-alien:before {
  content: "\f13a";
}
.fi-br-align-center:before {
  content: "\f13b";
}
.fi-br-align-justify:before {
  content: "\f13c";
}
.fi-br-align-left:before {
  content: "\f13d";
}
.fi-br-align-slash:before {
  content: "\f13e";
}
.fi-br-ambulance:before {
  content: "\f13f";
}
.fi-br-analyse-alt:before {
  content: "\f140";
}
.fi-br-analyse:before {
  content: "\f141";
}
.fi-br-anatomical-heart:before {
  content: "\f142";
}
.fi-br-anchor:before {
  content: "\f143";
}
.fi-br-angel:before {
  content: "\f144";
}
.fi-br-angle-90:before {
  content: "\f145";
}
.fi-br-angle-circle-down:before {
  content: "\f146";
}
.fi-br-angle-circle-left:before {
  content: "\f147";
}
.fi-br-angle-circle-right:before {
  content: "\f148";
}
.fi-br-angle-circle-up:before {
  content: "\f149";
}
.fi-br-angle-double-left:before {
  content: "\f14a";
}
.fi-br-angle-double-right:before {
  content: "\f14b";
}
.fi-br-angle-double-small-down:before {
  content: "\f14c";
}
.fi-br-angle-double-small-left:before {
  content: "\f14d";
}
.fi-br-angle-double-small-right:before {
  content: "\f14e";
}
.fi-br-angle-double-small-up:before {
  content: "\f14f";
}
.fi-br-angle-down:before {
  content: "\f150";
}
.fi-br-angle-left:before {
  content: "\f151";
}
.fi-br-angle-right:before {
  content: "\f152";
}
.fi-br-angle-small-down:before {
  content: "\f153";
}
.fi-br-angle-small-left:before {
  content: "\f154";
}
.fi-br-angle-small-right:before {
  content: "\f155";
}
.fi-br-angle-small-up:before {
  content: "\f156";
}
.fi-br-angle-square-down:before {
  content: "\f157";
}
.fi-br-angle-square-left:before {
  content: "\f158";
}
.fi-br-angle-square-right:before {
  content: "\f159";
}
.fi-br-angle-square-up:before {
  content: "\f15a";
}
.fi-br-angle-up:before {
  content: "\f15b";
}
.fi-br-angle:before {
  content: "\f15c";
}
.fi-br-angles-up-down:before {
  content: "\f15d";
}
.fi-br-angry:before {
  content: "\f15e";
}
.fi-br-animated-icon:before {
  content: "\f15f";
}
.fi-br-ankh:before {
  content: "\f160";
}
.fi-br-answer-alt:before {
  content: "\f161";
}
.fi-br-answer:before {
  content: "\f162";
}
.fi-br-apartment:before {
  content: "\f163";
}
.fi-br-aperture:before {
  content: "\f164";
}
.fi-br-api:before {
  content: "\f165";
}
.fi-br-apple-core:before {
  content: "\f166";
}
.fi-br-apple-crate:before {
  content: "\f167";
}
.fi-br-apple-whole:before {
  content: "\f168";
}
.fi-br-apps-add:before {
  content: "\f169";
}
.fi-br-apps-delete:before {
  content: "\f16a";
}
.fi-br-apps-sort:before {
  content: "\f16b";
}
.fi-br-apps:before {
  content: "\f16c";
}
.fi-br-archive:before {
  content: "\f16d";
}
.fi-br-archway:before {
  content: "\f16e";
}
.fi-br-arrow-alt-circle-down:before {
  content: "\f16f";
}
.fi-br-arrow-alt-circle-left:before {
  content: "\f170";
}
.fi-br-arrow-alt-circle-right:before {
  content: "\f171";
}
.fi-br-arrow-alt-circle-up:before {
  content: "\f172";
}
.fi-br-arrow-alt-down:before {
  content: "\f173";
}
.fi-br-arrow-alt-from-bottom:before {
  content: "\f174";
}
.fi-br-arrow-alt-from-left:before {
  content: "\f175";
}
.fi-br-arrow-alt-from-right:before {
  content: "\f176";
}
.fi-br-arrow-alt-from-top:before {
  content: "\f177";
}
.fi-br-arrow-alt-left:before {
  content: "\f178";
}
.fi-br-arrow-alt-right:before {
  content: "\f179";
}
.fi-br-arrow-alt-square-down:before {
  content: "\f17a";
}
.fi-br-arrow-alt-square-left:before {
  content: "\f17b";
}
.fi-br-arrow-alt-square-right:before {
  content: "\f17c";
}
.fi-br-arrow-alt-square-up:before {
  content: "\f17d";
}
.fi-br-arrow-alt-to-bottom:before {
  content: "\f17e";
}
.fi-br-arrow-alt-to-left:before {
  content: "\f17f";
}
.fi-br-arrow-alt-to-right:before {
  content: "\f180";
}
.fi-br-arrow-alt-to-top:before {
  content: "\f181";
}
.fi-br-arrow-alt-up:before {
  content: "\f182";
}
.fi-br-arrow-circle-down:before {
  content: "\f183";
}
.fi-br-arrow-circle-left:before {
  content: "\f184";
}
.fi-br-arrow-circle-right:before {
  content: "\f185";
}
.fi-br-arrow-circle-up:before {
  content: "\f186";
}
.fi-br-arrow-comparison:before {
  content: "\f187";
}
.fi-br-arrow-down-from-arc:before {
  content: "\f188";
}
.fi-br-arrow-down-from-dotted-line:before {
  content: "\f189";
}
.fi-br-arrow-down-left:before {
  content: "\f18a";
}
.fi-br-arrow-down-small-big:before {
  content: "\f18b";
}
.fi-br-arrow-down-to-dotted-line:before {
  content: "\f18c";
}
.fi-br-arrow-down-to-square:before {
  content: "\f18d";
}
.fi-br-arrow-down-triangle-square:before {
  content: "\f18e";
}
.fi-br-arrow-down:before {
  content: "\f18f";
}
.fi-br-arrow-from-bottom:before {
  content: "\f190";
}
.fi-br-arrow-from-left:before {
  content: "\f191";
}
.fi-br-arrow-from-right:before {
  content: "\f192";
}
.fi-br-arrow-from-top:before {
  content: "\f193";
}
.fi-br-arrow-left-from-arc:before {
  content: "\f194";
}
.fi-br-arrow-left-from-line:before {
  content: "\f195";
}
.fi-br-arrow-left-to-arc:before {
  content: "\f196";
}
.fi-br-arrow-left:before {
  content: "\f197";
}
.fi-br-arrow-progress-alt:before {
  content: "\f198";
}
.fi-br-arrow-progress:before {
  content: "\f199";
}
.fi-br-arrow-right-to-bracket:before {
  content: "\f19a";
}
.fi-br-arrow-right:before {
  content: "\f19b";
}
.fi-br-arrow-small-down:before {
  content: "\f19c";
}
.fi-br-arrow-small-left:before {
  content: "\f19d";
}
.fi-br-arrow-small-right:before {
  content: "\f19e";
}
.fi-br-arrow-small-up:before {
  content: "\f19f";
}
.fi-br-arrow-square-down:before {
  content: "\f1a0";
}
.fi-br-arrow-square-left:before {
  content: "\f1a1";
}
.fi-br-arrow-square-right:before {
  content: "\f1a2";
}
.fi-br-arrow-square-up:before {
  content: "\f1a3";
}
.fi-br-arrow-to-bottom:before {
  content: "\f1a4";
}
.fi-br-arrow-to-left:before {
  content: "\f1a5";
}
.fi-br-arrow-to-right:before {
  content: "\f1a6";
}
.fi-br-arrow-to-top:before {
  content: "\f1a7";
}
.fi-br-arrow-trend-down:before {
  content: "\f1a8";
}
.fi-br-arrow-trend-up:before {
  content: "\f1a9";
}
.fi-br-arrow-turn-down-left:before {
  content: "\f1aa";
}
.fi-br-arrow-turn-down-right:before {
  content: "\f1ab";
}
.fi-br-arrow-turn-left-up:before {
  content: "\f1ac";
}
.fi-br-arrow-up-from-dotted-line:before {
  content: "\f1ad";
}
.fi-br-arrow-up-from-ground-water:before {
  content: "\f1ae";
}
.fi-br-arrow-up-from-square:before {
  content: "\f1af";
}
.fi-br-arrow-up-left-from-circle:before {
  content: "\f1b0";
}
.fi-br-arrow-up-left:before {
  content: "\f1b1";
}
.fi-br-arrow-up-right-and-arrow-down-left-from-center:before {
  content: "\f1b2";
}
.fi-br-arrow-up-right-from-square:before {
  content: "\f1b3";
}
.fi-br-arrow-up-right:before {
  content: "\f1b4";
}
.fi-br-arrow-up-small-big:before {
  content: "\f1b5";
}
.fi-br-arrow-up-square-triangle:before {
  content: "\f1b6";
}
.fi-br-arrow-up-to-arc:before {
  content: "\f1b7";
}
.fi-br-arrow-up-to-dotted-line:before {
  content: "\f1b8";
}
.fi-br-arrow-up:before {
  content: "\f1b9";
}
.fi-br-arrow-upward-growth-crypto:before {
  content: "\f1ba";
}
.fi-br-arrows-alt-h:before {
  content: "\f1bb";
}
.fi-br-arrows-alt-v:before {
  content: "\f1bc";
}
.fi-br-arrows-alt:before {
  content: "\f1bd";
}
.fi-br-arrows-cross:before {
  content: "\f1be";
}
.fi-br-arrows-from-dotted-line:before {
  content: "\f1bf";
}
.fi-br-arrows-from-line:before {
  content: "\f1c0";
}
.fi-br-arrows-h-copy:before {
  content: "\f1c1";
}
.fi-br-arrows-h:before {
  content: "\f1c2";
}
.fi-br-arrows-repeat-1:before {
  content: "\f1c3";
}
.fi-br-arrows-repeat:before {
  content: "\f1c4";
}
.fi-br-arrows-retweet:before {
  content: "\f1c5";
}
.fi-br-arrows-split-right-and-left:before {
  content: "\f1c6";
}
.fi-br-arrows-split-up-and-left:before {
  content: "\f1c7";
}
.fi-br-arrows-to-circle:before {
  content: "\f1c8";
}
.fi-br-arrows-to-dotted-line:before {
  content: "\f1c9";
}
.fi-br-arrows-to-eye:before {
  content: "\f1ca";
}
.fi-br-arrows-to-line:before {
  content: "\f1cb";
}
.fi-br-arrows:before {
  content: "\f1cc";
}
.fi-br-artificial-intelligence:before {
  content: "\f1cd";
}
.fi-br-assept-document:before {
  content: "\f1ce";
}
.fi-br-assessment-alt:before {
  content: "\f1cf";
}
.fi-br-assessment:before {
  content: "\f1d0";
}
.fi-br-assign:before {
  content: "\f1d1";
}
.fi-br-assistive-listening-systems:before {
  content: "\f1d2";
}
.fi-br-asterik:before {
  content: "\f1d3";
}
.fi-br-astonished-face:before {
  content: "\f1d4";
}
.fi-br-at:before {
  content: "\f1d5";
}
.fi-br-attribution-pen:before {
  content: "\f1d6";
}
.fi-br-attribution-pencil:before {
  content: "\f1d7";
}
.fi-br-aubergine:before {
  content: "\f1d8";
}
.fi-br-auction:before {
  content: "\f1d9";
}
.fi-br-audience-megaphone:before {
  content: "\f1da";
}
.fi-br-audio-description-slash:before {
  content: "\f1db";
}
.fi-br-audit-alt:before {
  content: "\f1dc";
}
.fi-br-audit:before {
  content: "\f1dd";
}
.fi-br-austral-sign:before {
  content: "\f1de";
}
.fi-br-avocado:before {
  content: "\f1df";
}
.fi-br-award:before {
  content: "\f1e0";
}
.fi-br-axe-battle:before {
  content: "\f1e1";
}
.fi-br-axe:before {
  content: "\f1e2";
}
.fi-br-b:before {
  content: "\f1e3";
}
.fi-br-baby-carriage:before {
  content: "\f1e4";
}
.fi-br-baby:before {
  content: "\f1e5";
}
.fi-br-back-up:before {
  content: "\f1e6";
}
.fi-br-background:before {
  content: "\f1e7";
}
.fi-br-backpack:before {
  content: "\f1e8";
}
.fi-br-bacon:before {
  content: "\f1e9";
}
.fi-br-bacteria:before {
  content: "\f1ea";
}
.fi-br-bacterium:before {
  content: "\f1eb";
}
.fi-br-badge-check:before {
  content: "\f1ec";
}
.fi-br-badge-dollar:before {
  content: "\f1ed";
}
.fi-br-badge-leaf:before {
  content: "\f1ee";
}
.fi-br-badge-percent:before {
  content: "\f1ef";
}
.fi-br-badge-sheriff:before {
  content: "\f1f0";
}
.fi-br-badge:before {
  content: "\f1f1";
}
.fi-br-badger-honey:before {
  content: "\f1f2";
}
.fi-br-badget-check-alt:before {
  content: "\f1f3";
}
.fi-br-badminton:before {
  content: "\f1f4";
}
.fi-br-bag-map-pin:before {
  content: "\f1f5";
}
.fi-br-bag-seedling:before {
  content: "\f1f6";
}
.fi-br-bag-shopping-minus:before {
  content: "\f1f7";
}
.fi-br-bags-shopping:before {
  content: "\f1f8";
}
.fi-br-baguette:before {
  content: "\f1f9";
}
.fi-br-bahai:before {
  content: "\f1fa";
}
.fi-br-baht-sign:before {
  content: "\f1fb";
}
.fi-br-balance-scale-left:before {
  content: "\f1fc";
}
.fi-br-balance-scale-right:before {
  content: "\f1fd";
}
.fi-br-ball-pile:before {
  content: "\f1fe";
}
.fi-br-ballet-dance:before {
  content: "\f1ff";
}
.fi-br-balloon:before {
  content: "\f200";
}
.fi-br-balloons:before {
  content: "\f201";
}
.fi-br-ballot-check:before {
  content: "\f202";
}
.fi-br-ballot:before {
  content: "\f203";
}
.fi-br-ban-bug:before {
  content: "\f204";
}
.fi-br-ban:before {
  content: "\f205";
}
.fi-br-banana:before {
  content: "\f206";
}
.fi-br-band-aid:before {
  content: "\f207";
}
.fi-br-bangladeshi-taka-sign:before {
  content: "\f208";
}
.fi-br-banjo:before {
  content: "\f209";
}
.fi-br-bank:before {
  content: "\f20a";
}
.fi-br-banner-2:before {
  content: "\f20b";
}
.fi-br-banner-3:before {
  content: "\f20c";
}
.fi-br-banner-4:before {
  content: "\f20d";
}
.fi-br-banner-5:before {
  content: "\f20e";
}
.fi-br-banner:before {
  content: "\f20f";
}
.fi-br-barber-pole:before {
  content: "\f210";
}
.fi-br-barber-shop:before {
  content: "\f211";
}
.fi-br-barcode-read:before {
  content: "\f212";
}
.fi-br-barcode-scan:before {
  content: "\f213";
}
.fi-br-barcode:before {
  content: "\f214";
}
.fi-br-bars-filter:before {
  content: "\f215";
}
.fi-br-bars-progress:before {
  content: "\f216";
}
.fi-br-bars-sort:before {
  content: "\f217";
}
.fi-br-bars-staggered:before {
  content: "\f218";
}
.fi-br-baseball-alt:before {
  content: "\f219";
}
.fi-br-baseball:before {
  content: "\f21a";
}
.fi-br-basket-shopping-minus:before {
  content: "\f21b";
}
.fi-br-basket-shopping-plus:before {
  content: "\f21c";
}
.fi-br-basket-shopping-simple:before {
  content: "\f21d";
}
.fi-br-basketball-hoop:before {
  content: "\f21e";
}
.fi-br-basketball:before {
  content: "\f21f";
}
.fi-br-bat:before {
  content: "\f220";
}
.fi-br-bath:before {
  content: "\f221";
}
.fi-br-battery-bolt:before {
  content: "\f222";
}
.fi-br-battery-empty:before {
  content: "\f223";
}
.fi-br-battery-exclamation:before {
  content: "\f224";
}
.fi-br-battery-full:before {
  content: "\f225";
}
.fi-br-battery-half:before {
  content: "\f226";
}
.fi-br-battery-quarter:before {
  content: "\f227";
}
.fi-br-battery-slash:before {
  content: "\f228";
}
.fi-br-battery-three-quarters:before {
  content: "\f229";
}
.fi-br-beacon:before {
  content: "\f22a";
}
.fi-br-bed-alt:before {
  content: "\f22b";
}
.fi-br-bed-bunk:before {
  content: "\f22c";
}
.fi-br-bed-empty:before {
  content: "\f22d";
}
.fi-br-bed:before {
  content: "\f22e";
}
.fi-br-bee:before {
  content: "\f22f";
}
.fi-br-beer-mug-empty:before {
  content: "\f230";
}
.fi-br-beer:before {
  content: "\f231";
}
.fi-br-bell-concierge:before {
  content: "\f232";
}
.fi-br-bell-notification-call:before {
  content: "\f233";
}
.fi-br-bell-notification-social-media:before {
  content: "\f234";
}
.fi-br-bell-ring:before {
  content: "\f235";
}
.fi-br-bell-school-slash:before {
  content: "\f236";
}
.fi-br-bell-school:before {
  content: "\f237";
}
.fi-br-bell-slash:before {
  content: "\f238";
}
.fi-br-bell:before {
  content: "\f239";
}
.fi-br-bells:before {
  content: "\f23a";
}
.fi-br-bench-tree:before {
  content: "\f23b";
}
.fi-br-benefit-diamond-alt:before {
  content: "\f23c";
}
.fi-br-benefit-diamond:before {
  content: "\f23d";
}
.fi-br-benefit-hand:before {
  content: "\f23e";
}
.fi-br-benefit-increase:before {
  content: "\f23f";
}
.fi-br-benefit-porcent:before {
  content: "\f240";
}
.fi-br-benefit:before {
  content: "\f241";
}
.fi-br-betamax:before {
  content: "\f242";
}
.fi-br-bible:before {
  content: "\f243";
}
.fi-br-bicycle-journey:before {
  content: "\f244";
}
.fi-br-bike:before {
  content: "\f245";
}
.fi-br-biking-mountain:before {
  content: "\f246";
}
.fi-br-biking:before {
  content: "\f247";
}
.fi-br-bill-arrow:before {
  content: "\f248";
}
.fi-br-billiard:before {
  content: "\f249";
}
.fi-br-bin-bottles:before {
  content: "\f24a";
}
.fi-br-binary-circle-check:before {
  content: "\f24b";
}
.fi-br-binary-lock:before {
  content: "\f24c";
}
.fi-br-binary-slash:before {
  content: "\f24d";
}
.fi-br-binary:before {
  content: "\f24e";
}
.fi-br-binoculars:before {
  content: "\f24f";
}
.fi-br-bio-leaves:before {
  content: "\f250";
}
.fi-br-bio:before {
  content: "\f251";
}
.fi-br-biohazard:before {
  content: "\f252";
}
.fi-br-bird:before {
  content: "\f253";
}
.fi-br-bitcoin-sign:before {
  content: "\f254";
}
.fi-br-blanket:before {
  content: "\f255";
}
.fi-br-blender-phone:before {
  content: "\f256";
}
.fi-br-blender:before {
  content: "\f257";
}
.fi-br-blinds-open:before {
  content: "\f258";
}
.fi-br-blinds-raised:before {
  content: "\f259";
}
.fi-br-blinds:before {
  content: "\f25a";
}
.fi-br-block-brick:before {
  content: "\f25b";
}
.fi-br-block-microphone:before {
  content: "\f25c";
}
.fi-br-block-question:before {
  content: "\f25d";
}
.fi-br-block-quote:before {
  content: "\f25e";
}
.fi-br-block:before {
  content: "\f25f";
}
.fi-br-blockchain-3:before {
  content: "\f260";
}
.fi-br-blog-pencil:before {
  content: "\f261";
}
.fi-br-blog-text:before {
  content: "\f262";
}
.fi-br-blood-dropper:before {
  content: "\f263";
}
.fi-br-blood-test-tube-alt:before {
  content: "\f264";
}
.fi-br-blood-test-tube:before {
  content: "\f265";
}
.fi-br-blood:before {
  content: "\f266";
}
.fi-br-blueberries:before {
  content: "\f267";
}
.fi-br-blueprint:before {
  content: "\f268";
}
.fi-br-bold:before {
  content: "\f269";
}
.fi-br-bolt-auto:before {
  content: "\f26a";
}
.fi-br-bolt-slash:before {
  content: "\f26b";
}
.fi-br-bolt:before {
  content: "\f26c";
}
.fi-br-bomb:before {
  content: "\f26d";
}
.fi-br-bone-break:before {
  content: "\f26e";
}
.fi-br-bone:before {
  content: "\f26f";
}
.fi-br-bong:before {
  content: "\f270";
}
.fi-br-bonus-alt:before {
  content: "\f271";
}
.fi-br-bonus-star:before {
  content: "\f272";
}
.fi-br-bonus:before {
  content: "\f273";
}
.fi-br-book-alt:before {
  content: "\f274";
}
.fi-br-book-arrow-right:before {
  content: "\f275";
}
.fi-br-book-arrow-up:before {
  content: "\f276";
}
.fi-br-book-atlas:before {
  content: "\f277";
}
.fi-br-book-bookmark:before {
  content: "\f278";
}
.fi-br-book-circle-arrow-right:before {
  content: "\f279";
}
.fi-br-book-circle-arrow-up:before {
  content: "\f27a";
}
.fi-br-book-copy:before {
  content: "\f27b";
}
.fi-br-book-dead:before {
  content: "\f27c";
}
.fi-br-book-font:before {
  content: "\f27d";
}
.fi-br-book-heart:before {
  content: "\f27e";
}
.fi-br-book-medical:before {
  content: "\f27f";
}
.fi-br-book-open-cover:before {
  content: "\f280";
}
.fi-br-book-open-reader:before {
  content: "\f281";
}
.fi-br-book-plus:before {
  content: "\f282";
}
.fi-br-book-quran:before {
  content: "\f283";
}
.fi-br-book-section:before {
  content: "\f284";
}
.fi-br-book-spells:before {
  content: "\f285";
}
.fi-br-book-tanakh:before {
  content: "\f286";
}
.fi-br-book-user:before {
  content: "\f287";
}
.fi-br-book:before {
  content: "\f288";
}
.fi-br-Booking:before {
  content: "\f289";
}
.fi-br-bookmark-slash:before {
  content: "\f28a";
}
.fi-br-bookmark:before {
  content: "\f28b";
}
.fi-br-books-medical:before {
  content: "\f28c";
}
.fi-br-books:before {
  content: "\f28d";
}
.fi-br-boot-heeled:before {
  content: "\f28e";
}
.fi-br-boot:before {
  content: "\f28f";
}
.fi-br-booth-curtain:before {
  content: "\f290";
}
.fi-br-border-all:before {
  content: "\f291";
}
.fi-br-border-bottom:before {
  content: "\f292";
}
.fi-br-border-center-h:before {
  content: "\f293";
}
.fi-br-border-center-v:before {
  content: "\f294";
}
.fi-br-border-inner:before {
  content: "\f295";
}
.fi-br-border-left:before {
  content: "\f296";
}
.fi-br-border-none:before {
  content: "\f297";
}
.fi-br-border-outer:before {
  content: "\f298";
}
.fi-br-border-right:before {
  content: "\f299";
}
.fi-br-border-style-alt:before {
  content: "\f29a";
}
.fi-br-border-style:before {
  content: "\f29b";
}
.fi-br-border-top:before {
  content: "\f29c";
}
.fi-br-boss:before {
  content: "\f29d";
}
.fi-br-bottle-droplet:before {
  content: "\f29e";
}
.fi-br-bottle:before {
  content: "\f29f";
}
.fi-br-bow-arrow:before {
  content: "\f2a0";
}
.fi-br-bowl-chopsticks-noodles:before {
  content: "\f2a1";
}
.fi-br-bowl-chopsticks:before {
  content: "\f2a2";
}
.fi-br-bowl-rice:before {
  content: "\f2a3";
}
.fi-br-bowl-scoop:before {
  content: "\f2a4";
}
.fi-br-bowl-scoops:before {
  content: "\f2a5";
}
.fi-br-bowl-soft-serve:before {
  content: "\f2a6";
}
.fi-br-bowl-spoon:before {
  content: "\f2a7";
}
.fi-br-bowling-ball:before {
  content: "\f2a8";
}
.fi-br-bowling-pins:before {
  content: "\f2a9";
}
.fi-br-bowling:before {
  content: "\f2aa";
}
.fi-br-box-alt:before {
  content: "\f2ab";
}
.fi-br-box-ballot:before {
  content: "\f2ac";
}
.fi-br-box-check:before {
  content: "\f2ad";
}
.fi-br-box-circle-check:before {
  content: "\f2ae";
}
.fi-br-box-dollar:before {
  content: "\f2af";
}
.fi-br-box-fragile:before {
  content: "\f2b0";
}
.fi-br-box-heart:before {
  content: "\f2b1";
}
.fi-br-box-open-full:before {
  content: "\f2b2";
}
.fi-br-box-open:before {
  content: "\f2b3";
}
.fi-br-box-tissue:before {
  content: "\f2b4";
}
.fi-br-box-up:before {
  content: "\f2b5";
}
.fi-br-box:before {
  content: "\f2b6";
}
.fi-br-boxes:before {
  content: "\f2b7";
}
.fi-br-boxing-glove:before {
  content: "\f2b8";
}
.fi-br-bracket-curly-right:before {
  content: "\f2b9";
}
.fi-br-bracket-curly:before {
  content: "\f2ba";
}
.fi-br-bracket-round-right:before {
  content: "\f2bb";
}
.fi-br-bracket-round:before {
  content: "\f2bc";
}
.fi-br-bracket-square-right:before {
  content: "\f2bd";
}
.fi-br-bracket-square:before {
  content: "\f2be";
}
.fi-br-brackets-curly:before {
  content: "\f2bf";
}
.fi-br-brackets-round:before {
  content: "\f2c0";
}
.fi-br-brackets-square:before {
  content: "\f2c1";
}
.fi-br-braille-a:before {
  content: "\f2c2";
}
.fi-br-braille-b:before {
  content: "\f2c3";
}
.fi-br-braille-c:before {
  content: "\f2c4";
}
.fi-br-braille-d:before {
  content: "\f2c5";
}
.fi-br-braille-e:before {
  content: "\f2c6";
}
.fi-br-braille-g:before {
  content: "\f2c7";
}
.fi-br-braille-h:before {
  content: "\f2c8";
}
.fi-br-braille-i:before {
  content: "\f2c9";
}
.fi-br-braille-j:before {
  content: "\f2ca";
}
.fi-br-braille-k:before {
  content: "\f2cb";
}
.fi-br-braille-l:before {
  content: "\f2cc";
}
.fi-br-braille-m:before {
  content: "\f2cd";
}
.fi-br-braille-n-alt:before {
  content: "\f2ce";
}
.fi-br-braille-n:before {
  content: "\f2cf";
}
.fi-br-braille-o:before {
  content: "\f2d0";
}
.fi-br-braille-p:before {
  content: "\f2d1";
}
.fi-br-braille-q:before {
  content: "\f2d2";
}
.fi-br-braille-r:before {
  content: "\f2d3";
}
.fi-br-braille-s:before {
  content: "\f2d4";
}
.fi-br-braille-t:before {
  content: "\f2d5";
}
.fi-br-braille-u:before {
  content: "\f2d6";
}
.fi-br-braille-v:before {
  content: "\f2d7";
}
.fi-br-braille-w:before {
  content: "\f2d8";
}
.fi-br-braille-x:before {
  content: "\f2d9";
}
.fi-br-braille-y:before {
  content: "\f2da";
}
.fi-br-braille-z:before {
  content: "\f2db";
}
.fi-br-braille:before {
  content: "\f2dc";
}
.fi-br-brain-circuit:before {
  content: "\f2dd";
}
.fi-br-brain:before {
  content: "\f2de";
}
.fi-br-brake-warning:before {
  content: "\f2df";
}
.fi-br-branching:before {
  content: "\f2e0";
}
.fi-br-brand:before {
  content: "\f2e1";
}
.fi-br-branding:before {
  content: "\f2e2";
}
.fi-br-bread-loaf:before {
  content: "\f2e3";
}
.fi-br-bread-slice-butter:before {
  content: "\f2e4";
}
.fi-br-bread-slice:before {
  content: "\f2e5";
}
.fi-br-bread:before {
  content: "\f2e6";
}
.fi-br-briefcase-arrow-right:before {
  content: "\f2e7";
}
.fi-br-briefcase-blank:before {
  content: "\f2e8";
}
.fi-br-briefcase:before {
  content: "\f2e9";
}
.fi-br-brightness-low:before {
  content: "\f2ea";
}
.fi-br-brightness:before {
  content: "\f2eb";
}
.fi-br-bring-forward:before {
  content: "\f2ec";
}
.fi-br-bring-front:before {
  content: "\f2ed";
}
.fi-br-broadcast-tower:before {
  content: "\f2ee";
}
.fi-br-broccoli:before {
  content: "\f2ef";
}
.fi-br-broken-chain-link-wrong:before {
  content: "\f2f0";
}
.fi-br-broken-image:before {
  content: "\f2f1";
}
.fi-br-broom-ball:before {
  content: "\f2f2";
}
.fi-br-broom:before {
  content: "\f2f3";
}
.fi-br-browser-ui:before {
  content: "\f2f4";
}
.fi-br-browser:before {
  content: "\f2f5";
}
.fi-br-browsers:before {
  content: "\f2f6";
}
.fi-br-brush:before {
  content: "\f2f7";
}
.fi-br-bucket:before {
  content: "\f2f8";
}
.fi-br-budget-alt:before {
  content: "\f2f9";
}
.fi-br-budget:before {
  content: "\f2fa";
}
.fi-br-bug-slash:before {
  content: "\f2fb";
}
.fi-br-bug:before {
  content: "\f2fc";
}
.fi-br-bugs:before {
  content: "\f2fd";
}
.fi-br-build-alt:before {
  content: "\f2fe";
}
.fi-br-build:before {
  content: "\f2ff";
}
.fi-br-builder:before {
  content: "\f300";
}
.fi-br-building-circle-arrow-right:before {
  content: "\f301";
}
.fi-br-building-ngo:before {
  content: "\f302";
}
.fi-br-building:before {
  content: "\f303";
}
.fi-br-bulb:before {
  content: "\f304";
}
.fi-br-bullet:before {
  content: "\f305";
}
.fi-br-bullhorn:before {
  content: "\f306";
}
.fi-br-bullseye-arrow:before {
  content: "\f307";
}
.fi-br-bullseye-pointer:before {
  content: "\f308";
}
.fi-br-bullseye:before {
  content: "\f309";
}
.fi-br-burger-alt:before {
  content: "\f30a";
}
.fi-br-burger-fries:before {
  content: "\f30b";
}
.fi-br-burger-glass:before {
  content: "\f30c";
}
.fi-br-burrito:before {
  content: "\f30d";
}
.fi-br-burst:before {
  content: "\f30e";
}
.fi-br-bus-alt:before {
  content: "\f30f";
}
.fi-br-bus:before {
  content: "\f310";
}
.fi-br-business-time:before {
  content: "\f311";
}
.fi-br-Butter:before {
  content: "\f312";
}
.fi-br-butterfly:before {
  content: "\f313";
}
.fi-br-c:before {
  content: "\f314";
}
.fi-br-cabin:before {
  content: "\f315";
}
.fi-br-cactus:before {
  content: "\f316";
}
.fi-br-cage-empty:before {
  content: "\f317";
}
.fi-br-cake-birthday:before {
  content: "\f318";
}
.fi-br-cake-slice:before {
  content: "\f319";
}
.fi-br-cake-wedding:before {
  content: "\f31a";
}
.fi-br-calculator-bill:before {
  content: "\f31b";
}
.fi-br-calculator-math-tax:before {
  content: "\f31c";
}
.fi-br-calculator-money:before {
  content: "\f31d";
}
.fi-br-calculator-simple:before {
  content: "\f31e";
}
.fi-br-calculator:before {
  content: "\f31f";
}
.fi-br-calendar-arrow-down:before {
  content: "\f320";
}
.fi-br-calendar-arrow-up:before {
  content: "\f321";
}
.fi-br-calendar-birhtday-cake:before {
  content: "\f322";
}
.fi-br-calendar-call:before {
  content: "\f323";
}
.fi-br-calendar-check:before {
  content: "\f324";
}
.fi-br-calendar-clock:before {
  content: "\f325";
}
.fi-br-calendar-day:before {
  content: "\f326";
}
.fi-br-calendar-days:before {
  content: "\f327";
}
.fi-br-calendar-event-tax:before {
  content: "\f328";
}
.fi-br-calendar-exclamation:before {
  content: "\f329";
}
.fi-br-calendar-gavel-legal:before {
  content: "\f32a";
}
.fi-br-calendar-heart:before {
  content: "\f32b";
}
.fi-br-calendar-image:before {
  content: "\f32c";
}
.fi-br-calendar-lines-pen:before {
  content: "\f32d";
}
.fi-br-calendar-lines:before {
  content: "\f32e";
}
.fi-br-calendar-minus:before {
  content: "\f32f";
}
.fi-br-calendar-payment-loan:before {
  content: "\f330";
}
.fi-br-calendar-pen:before {
  content: "\f331";
}
.fi-br-calendar-plus:before {
  content: "\f332";
}
.fi-br-calendar-salary:before {
  content: "\f333";
}
.fi-br-calendar-shift-swap:before {
  content: "\f334";
}
.fi-br-calendar-star:before {
  content: "\f335";
}
.fi-br-calendar-swap:before {
  content: "\f336";
}
.fi-br-calendar-week:before {
  content: "\f337";
}
.fi-br-calendar-xmark:before {
  content: "\f338";
}
.fi-br-calendar:before {
  content: "\f339";
}
.fi-br-calendars:before {
  content: "\f33a";
}
.fi-br-call-duration:before {
  content: "\f33b";
}
.fi-br-call-history:before {
  content: "\f33c";
}
.fi-br-call-incoming:before {
  content: "\f33d";
}
.fi-br-call-missed:before {
  content: "\f33e";
}
.fi-br-call-outgoing:before {
  content: "\f33f";
}
.fi-br-camcorder:before {
  content: "\f340";
}
.fi-br-camera-cctv:before {
  content: "\f341";
}
.fi-br-camera-movie:before {
  content: "\f342";
}
.fi-br-camera-retro:before {
  content: "\f343";
}
.fi-br-camera-rotate:before {
  content: "\f344";
}
.fi-br-camera-security:before {
  content: "\f345";
}
.fi-br-camera-slash:before {
  content: "\f346";
}
.fi-br-camera-viewfinder:before {
  content: "\f347";
}
.fi-br-camera:before {
  content: "\f348";
}
.fi-br-campfire:before {
  content: "\f349";
}
.fi-br-camping:before {
  content: "\f34a";
}
.fi-br-can-food:before {
  content: "\f34b";
}
.fi-br-candle-holder:before {
  content: "\f34c";
}
.fi-br-candle-lotus-yoga:before {
  content: "\f34d";
}
.fi-br-candle-pose-yoga:before {
  content: "\f34e";
}
.fi-br-candy-alt:before {
  content: "\f34f";
}
.fi-br-candy-bar:before {
  content: "\f350";
}
.fi-br-candy-cane:before {
  content: "\f351";
}
.fi-br-candy-corn:before {
  content: "\f352";
}
.fi-br-candy-sweet:before {
  content: "\f353";
}
.fi-br-candy:before {
  content: "\f354";
}
.fi-br-Cannabis:before {
  content: "\f355";
}
.fi-br-canned-food:before {
  content: "\f356";
}
.fi-br-capsules:before {
  content: "\f357";
}
.fi-br-car-alt:before {
  content: "\f358";
}
.fi-br-car-battery:before {
  content: "\f359";
}
.fi-br-car-bolt:before {
  content: "\f35a";
}
.fi-br-car-building:before {
  content: "\f35b";
}
.fi-br-car-bump:before {
  content: "\f35c";
}
.fi-br-car-bus:before {
  content: "\f35d";
}
.fi-br-car-circle-bolt:before {
  content: "\f35e";
}
.fi-br-car-crash:before {
  content: "\f35f";
}
.fi-br-car-garage:before {
  content: "\f360";
}
.fi-br-car-journey:before {
  content: "\f361";
}
.fi-br-car-mechanic:before {
  content: "\f362";
}
.fi-br-car-rear:before {
  content: "\f363";
}
.fi-br-car-side-bolt:before {
  content: "\f364";
}
.fi-br-car-side:before {
  content: "\f365";
}
.fi-br-car-tilt:before {
  content: "\f366";
}
.fi-br-car-tunnel:before {
  content: "\f367";
}
.fi-br-car-wash:before {
  content: "\f368";
}
.fi-br-car:before {
  content: "\f369";
}
.fi-br-caravan-alt:before {
  content: "\f36a";
}
.fi-br-caravan:before {
  content: "\f36b";
}
.fi-br-card-club:before {
  content: "\f36c";
}
.fi-br-card-diamond:before {
  content: "\f36d";
}
.fi-br-card-heart:before {
  content: "\f36e";
}
.fi-br-card-spade:before {
  content: "\f36f";
}
.fi-br-cardinal-compass:before {
  content: "\f370";
}
.fi-br-care:before {
  content: "\f371";
}
.fi-br-career-growth:before {
  content: "\f372";
}
.fi-br-career-path:before {
  content: "\f373";
}
.fi-br-caret-circle-down:before {
  content: "\f374";
}
.fi-br-caret-circle-right:before {
  content: "\f375";
}
.fi-br-caret-circle-up:before {
  content: "\f376";
}
.fi-br-caret-down:before {
  content: "\f377";
}
.fi-br-caret-left:before {
  content: "\f378";
}
.fi-br-caret-quare-up:before {
  content: "\f379";
}
.fi-br-caret-right:before {
  content: "\f37a";
}
.fi-br-caret-square-down:before {
  content: "\f37b";
}
.fi-br-caret-square-left_1:before {
  content: "\f37c";
}
.fi-br-caret-square-left:before {
  content: "\f37d";
}
.fi-br-caret-square-right:before {
  content: "\f37e";
}
.fi-br-caret-up:before {
  content: "\f37f";
}
.fi-br-carrot:before {
  content: "\f380";
}
.fi-br-cars-crash:before {
  content: "\f381";
}
.fi-br-cars:before {
  content: "\f382";
}
.fi-br-cart-arrow-down:before {
  content: "\f383";
}
.fi-br-cart-minus:before {
  content: "\f384";
}
.fi-br-cart-shopping-fast:before {
  content: "\f385";
}
.fi-br-cash-register:before {
  content: "\f386";
}
.fi-br-cassette-tape:before {
  content: "\f387";
}
.fi-br-cassette-vhs:before {
  content: "\f388";
}
.fi-br-castle:before {
  content: "\f389";
}
.fi-br-cat-head:before {
  content: "\f38a";
}
.fi-br-cat-space:before {
  content: "\f38b";
}
.fi-br-cat:before {
  content: "\f38c";
}
.fi-br-catalog-alt:before {
  content: "\f38d";
}
.fi-br-catalog-magazine:before {
  content: "\f38e";
}
.fi-br-catalog:before {
  content: "\f38f";
}
.fi-br-category-alt:before {
  content: "\f390";
}
.fi-br-category:before {
  content: "\f391";
}
.fi-br-cauldron:before {
  content: "\f392";
}
.fi-br-cedi-sign:before {
  content: "\f393";
}
.fi-br-cello:before {
  content: "\f394";
}
.fi-br-cent-sign:before {
  content: "\f395";
}
.fi-br-chair-office:before {
  content: "\f396";
}
.fi-br-chair:before {
  content: "\f397";
}
.fi-br-chalkboard-user:before {
  content: "\f398";
}
.fi-br-chalkboard:before {
  content: "\f399";
}
.fi-br-challenge-alt:before {
  content: "\f39a";
}
.fi-br-challenge:before {
  content: "\f39b";
}
.fi-br-channel:before {
  content: "\f39c";
}
.fi-br-charging-station:before {
  content: "\f39d";
}
.fi-br-chart-area:before {
  content: "\f39e";
}
.fi-br-chart-bullet:before {
  content: "\f39f";
}
.fi-br-chart-candlestick:before {
  content: "\f3a0";
}
.fi-br-chart-connected:before {
  content: "\f3a1";
}
.fi-br-chart-gantt:before {
  content: "\f3a2";
}
.fi-br-chart-histogram:before {
  content: "\f3a3";
}
.fi-br-chart-kanban:before {
  content: "\f3a4";
}
.fi-br-chart-line-up-down:before {
  content: "\f3a5";
}
.fi-br-chart-line-up:before {
  content: "\f3a6";
}
.fi-br-chart-mixed-up-circle-currency:before {
  content: "\f3a7";
}
.fi-br-chart-mixed-up-circle-dollar:before {
  content: "\f3a8";
}
.fi-br-chart-mixed:before {
  content: "\f3a9";
}
.fi-br-chart-network:before {
  content: "\f3aa";
}
.fi-br-chart-pie-alt:before {
  content: "\f3ab";
}
.fi-br-chart-pie-simple-circle-currency:before {
  content: "\f3ac";
}
.fi-br-chart-pie-simple-circle-dollar:before {
  content: "\f3ad";
}
.fi-br-chart-pie:before {
  content: "\f3ae";
}
.fi-br-chart-pyramid:before {
  content: "\f3af";
}
.fi-br-chart-radar:before {
  content: "\f3b0";
}
.fi-br-chart-scatter-3d:before {
  content: "\f3b1";
}
.fi-br-chart-scatter-bubble:before {
  content: "\f3b2";
}
.fi-br-chart-scatter:before {
  content: "\f3b3";
}
.fi-br-chart-set-theory:before {
  content: "\f3b4";
}
.fi-br-chart-simple-horizontal:before {
  content: "\f3b5";
}
.fi-br-chart-simple:before {
  content: "\f3b6";
}
.fi-br-chart-tree-map:before {
  content: "\f3b7";
}
.fi-br-chart-tree:before {
  content: "\f3b8";
}
.fi-br-chart-user:before {
  content: "\f3b9";
}
.fi-br-chart-waterfall:before {
  content: "\f3ba";
}
.fi-br-chat-arrow-down:before {
  content: "\f3bb";
}
.fi-br-chat-arrow-grow:before {
  content: "\f3bc";
}
.fi-br-chat-bubble-call:before {
  content: "\f3bd";
}
.fi-br-chatbot-speech-bubble:before {
  content: "\f3be";
}
.fi-br-chatbot:before {
  content: "\f3bf";
}
.fi-br-cheap-bill:before {
  content: "\f3c0";
}
.fi-br-cheap-dollar:before {
  content: "\f3c1";
}
.fi-br-cheap-stack-dollar:before {
  content: "\f3c2";
}
.fi-br-cheap-stack:before {
  content: "\f3c3";
}
.fi-br-cheap:before {
  content: "\f3c4";
}
.fi-br-check-circle:before {
  content: "\f3c5";
}
.fi-br-check-double:before {
  content: "\f3c6";
}
.fi-br-check-in-calendar:before {
  content: "\f3c7";
}
.fi-br-check-out-calendar:before {
  content: "\f3c8";
}
.fi-br-check:before {
  content: "\f3c9";
}
.fi-br-checkbox:before {
  content: "\f3ca";
}
.fi-br-checklist-task-budget:before {
  content: "\f3cb";
}
.fi-br-cheese-alt:before {
  content: "\f3cc";
}
.fi-br-cheese:before {
  content: "\f3cd";
}
.fi-br-cheeseburger:before {
  content: "\f3ce";
}
.fi-br-cherry:before {
  content: "\f3cf";
}
.fi-br-chess-bishop:before {
  content: "\f3d0";
}
.fi-br-chess-board:before {
  content: "\f3d1";
}
.fi-br-chess-clock-alt:before {
  content: "\f3d2";
}
.fi-br-chess-clock:before {
  content: "\f3d3";
}
.fi-br-chess-king-alt:before {
  content: "\f3d4";
}
.fi-br-chess-king:before {
  content: "\f3d5";
}
.fi-br-chess-knight-alt:before {
  content: "\f3d6";
}
.fi-br-chess-knight:before {
  content: "\f3d7";
}
.fi-br-chess-pawn-alt:before {
  content: "\f3d8";
}
.fi-br-chess-pawn:before {
  content: "\f3d9";
}
.fi-br-chess-piece:before {
  content: "\f3da";
}
.fi-br-chess-queen-alt:before {
  content: "\f3db";
}
.fi-br-chess-queen:before {
  content: "\f3dc";
}
.fi-br-chess-rook-alt:before {
  content: "\f3dd";
}
.fi-br-chess-rook:before {
  content: "\f3de";
}
.fi-br-chess:before {
  content: "\f3df";
}
.fi-br-chevron-double-down:before {
  content: "\f3e0";
}
.fi-br-chevron-double-up:before {
  content: "\f3e1";
}
.fi-br-child-head:before {
  content: "\f3e2";
}
.fi-br-child:before {
  content: "\f3e3";
}
.fi-br-chimney:before {
  content: "\f3e4";
}
.fi-br-chip:before {
  content: "\f3e5";
}
.fi-br-chocolate:before {
  content: "\f3e6";
}
.fi-br-choir-singing:before {
  content: "\f3e7";
}
.fi-br-choose-alt:before {
  content: "\f3e8";
}
.fi-br-choose:before {
  content: "\f3e9";
}
.fi-br-church:before {
  content: "\f3ea";
}
.fi-br-circle-0:before {
  content: "\f3eb";
}
.fi-br-circle-1:before {
  content: "\f3ec";
}
.fi-br-circle-2:before {
  content: "\f3ed";
}
.fi-br-circle-3:before {
  content: "\f3ee";
}
.fi-br-circle-4:before {
  content: "\f3ef";
}
.fi-br-circle-5:before {
  content: "\f3f0";
}
.fi-br-circle-6:before {
  content: "\f3f1";
}
.fi-br-circle-7:before {
  content: "\f3f2";
}
.fi-br-circle-8:before {
  content: "\f3f3";
}
.fi-br-circle-9:before {
  content: "\f3f4";
}
.fi-br-circle-a:before {
  content: "\f3f5";
}
.fi-br-circle-b:before {
  content: "\f3f6";
}
.fi-br-circle-bolt:before {
  content: "\f3f7";
}
.fi-br-circle-book-open:before {
  content: "\f3f8";
}
.fi-br-circle-bookmark:before {
  content: "\f3f9";
}
.fi-br-circle-c:before {
  content: "\f3fa";
}
.fi-br-circle-calendar:before {
  content: "\f3fb";
}
.fi-br-circle-camera:before {
  content: "\f3fc";
}
.fi-br-circle-d:before {
  content: "\f3fd";
}
.fi-br-circle-dashed:before {
  content: "\f3fe";
}
.fi-br-circle-divide:before {
  content: "\f3ff";
}
.fi-br-circle-e:before {
  content: "\f400";
}
.fi-br-circle-ellipsis-vertical:before {
  content: "\f401";
}
.fi-br-circle-ellipsis:before {
  content: "\f402";
}
.fi-br-circle-envelope:before {
  content: "\f403";
}
.fi-br-circle-exclamation-check:before {
  content: "\f404";
}
.fi-br-circle-f:before {
  content: "\f405";
}
.fi-br-circle-g:before {
  content: "\f406";
}
.fi-br-circle-h:before {
  content: "\f407";
}
.fi-br-circle-half-stroke:before {
  content: "\f408";
}
.fi-br-circle-half:before {
  content: "\f409";
}
.fi-br-circle-heart:before {
  content: "\f40a";
}
.fi-br-circle-i:before {
  content: "\f40b";
}
.fi-br-circle-j:before {
  content: "\f40c";
}
.fi-br-circle-k:before {
  content: "\f40d";
}
.fi-br-circle-l:before {
  content: "\f40e";
}
.fi-br-circle-m:before {
  content: "\f40f";
}
.fi-br-circle-microphone-lines:before {
  content: "\f410";
}
.fi-br-circle-microphone:before {
  content: "\f411";
}
.fi-br-circle-n:before {
  content: "\f412";
}
.fi-br-circle-nodes:before {
  content: "\f413";
}
.fi-br-circle-o:before {
  content: "\f414";
}
.fi-br-circle-overlap:before {
  content: "\f415";
}
.fi-br-circle-p:before {
  content: "\f416";
}
.fi-br-circle-phone-flip:before {
  content: "\f417";
}
.fi-br-circle-phone-hangup:before {
  content: "\f418";
}
.fi-br-circle-phone:before {
  content: "\f419";
}
.fi-br-circle-q:before {
  content: "\f41a";
}
.fi-br-circle-quarter:before {
  content: "\f41b";
}
.fi-br-circle-quarters-alt:before {
  content: "\f41c";
}
.fi-br-circle-r:before {
  content: "\f41d";
}
.fi-br-circle-s:before {
  content: "\f41e";
}
.fi-br-circle-small:before {
  content: "\f41f";
}
.fi-br-circle-star:before {
  content: "\f420";
}
.fi-br-circle-t:before {
  content: "\f421";
}
.fi-br-circle-three-quarters:before {
  content: "\f422";
}
.fi-br-circle-trash:before {
  content: "\f423";
}
.fi-br-circle-u:before {
  content: "\f424";
}
.fi-br-circle-user:before {
  content: "\f425";
}
.fi-br-circle-v:before {
  content: "\f426";
}
.fi-br-circle-video:before {
  content: "\f427";
}
.fi-br-circle-w:before {
  content: "\f428";
}
.fi-br-circle-waveform-lines:before {
  content: "\f429";
}
.fi-br-circle-x:before {
  content: "\f42a";
}
.fi-br-circle-xmark:before {
  content: "\f42b";
}
.fi-br-circle-y:before {
  content: "\f42c";
}
.fi-br-circle-z:before {
  content: "\f42d";
}
.fi-br-circle:before {
  content: "\f42e";
}
.fi-br-citrus-slice:before {
  content: "\f42f";
}
.fi-br-citrus:before {
  content: "\f430";
}
.fi-br-city:before {
  content: "\f431";
}
.fi-br-clapperboard-play:before {
  content: "\f432";
}
.fi-br-clapperboard:before {
  content: "\f433";
}
.fi-br-clarinet:before {
  content: "\f434";
}
.fi-br-claw-marks:before {
  content: "\f435";
}
.fi-br-clear-alt:before {
  content: "\f436";
}
.fi-br-clip-file:before {
  content: "\f437";
}
.fi-br-clip-mail:before {
  content: "\f438";
}
.fi-br-clip:before {
  content: "\f439";
}
.fi-br-clipboard-check:before {
  content: "\f43a";
}
.fi-br-clipboard-exclamation:before {
  content: "\f43b";
}
.fi-br-clipboard-list-check:before {
  content: "\f43c";
}
.fi-br-clipboard-list:before {
  content: "\f43d";
}
.fi-br-clipboard-prescription:before {
  content: "\f43e";
}
.fi-br-clipboard-question:before {
  content: "\f43f";
}
.fi-br-clipboard-user:before {
  content: "\f440";
}
.fi-br-clipboard:before {
  content: "\f441";
}
.fi-br-clipoard-wrong:before {
  content: "\f442";
}
.fi-br-clock-desk:before {
  content: "\f443";
}
.fi-br-clock-eight-thirty:before {
  content: "\f444";
}
.fi-br-clock-eleven-thirty:before {
  content: "\f445";
}
.fi-br-clock-eleven:before {
  content: "\f446";
}
.fi-br-clock-five-thirty:before {
  content: "\f447";
}
.fi-br-clock-five:before {
  content: "\f448";
}
.fi-br-clock-four-thirty:before {
  content: "\f449";
}
.fi-br-clock-nine-thirty:before {
  content: "\f44a";
}
.fi-br-clock-nine:before {
  content: "\f44b";
}
.fi-br-clock-one-thirty:before {
  content: "\f44c";
}
.fi-br-clock-one:before {
  content: "\f44d";
}
.fi-br-clock-seven-thirty:before {
  content: "\f44e";
}
.fi-br-clock-seven:before {
  content: "\f44f";
}
.fi-br-clock-six-thirty:before {
  content: "\f450";
}
.fi-br-clock-six:before {
  content: "\f451";
}
.fi-br-clock-ten-thirty:before {
  content: "\f452";
}
.fi-br-clock-ten:before {
  content: "\f453";
}
.fi-br-clock-three-thirty:before {
  content: "\f454";
}
.fi-br-clock-three:before {
  content: "\f455";
}
.fi-br-clock-time-tracking:before {
  content: "\f456";
}
.fi-br-clock-twelve-thirty:before {
  content: "\f457";
}
.fi-br-clock-twelve:before {
  content: "\f458";
}
.fi-br-clock-two-thirty:before {
  content: "\f459";
}
.fi-br-clock-two:before {
  content: "\f45a";
}
.fi-br-clock-up-arrow:before {
  content: "\f45b";
}
.fi-br-clock:before {
  content: "\f45c";
}
.fi-br-clone:before {
  content: "\f45d";
}
.fi-br-closed-captioning-slash:before {
  content: "\f45e";
}
.fi-br-clothes-hanger:before {
  content: "\f45f";
}
.fi-br-cloud-back-up-alt:before {
  content: "\f460";
}
.fi-br-cloud-back-up:before {
  content: "\f461";
}
.fi-br-cloud-check:before {
  content: "\f462";
}
.fi-br-cloud-code:before {
  content: "\f463";
}
.fi-br-cloud-disabled:before {
  content: "\f464";
}
.fi-br-cloud-download-alt:before {
  content: "\f465";
}
.fi-br-cloud-download:before {
  content: "\f466";
}
.fi-br-cloud-drizzle:before {
  content: "\f467";
}
.fi-br-cloud-exclamation:before {
  content: "\f468";
}
.fi-br-cloud-gear-automation:before {
  content: "\f469";
}
.fi-br-cloud-hail-mixed:before {
  content: "\f46a";
}
.fi-br-cloud-hail:before {
  content: "\f46b";
}
.fi-br-cloud-meatball:before {
  content: "\f46c";
}
.fi-br-cloud-moon-rain:before {
  content: "\f46d";
}
.fi-br-cloud-moon:before {
  content: "\f46e";
}
.fi-br-cloud-question:before {
  content: "\f46f";
}
.fi-br-cloud-rain:before {
  content: "\f470";
}
.fi-br-cloud-rainbow:before {
  content: "\f471";
}
.fi-br-cloud-share:before {
  content: "\f472";
}
.fi-br-cloud-showers-heavy:before {
  content: "\f473";
}
.fi-br-cloud-showers:before {
  content: "\f474";
}
.fi-br-cloud-sleet:before {
  content: "\f475";
}
.fi-br-cloud-snow:before {
  content: "\f476";
}
.fi-br-cloud-sun-rain:before {
  content: "\f477";
}
.fi-br-cloud-sun:before {
  content: "\f478";
}
.fi-br-cloud-upload-alt:before {
  content: "\f479";
}
.fi-br-cloud-upload:before {
  content: "\f47a";
}
.fi-br-cloud:before {
  content: "\f47b";
}
.fi-br-clouds-moon:before {
  content: "\f47c";
}
.fi-br-clouds-sun:before {
  content: "\f47d";
}
.fi-br-clouds:before {
  content: "\f47e";
}
.fi-br-clover-alt:before {
  content: "\f47f";
}
.fi-br-club:before {
  content: "\f480";
}
.fi-br-cocktail-alt:before {
  content: "\f481";
}
.fi-br-cocktail:before {
  content: "\f482";
}
.fi-br-coconut:before {
  content: "\f483";
}
.fi-br-code-branch:before {
  content: "\f484";
}
.fi-br-code-commit:before {
  content: "\f485";
}
.fi-br-code-compare:before {
  content: "\f486";
}
.fi-br-code-fork:before {
  content: "\f487";
}
.fi-br-code-merge:before {
  content: "\f488";
}
.fi-br-code-pull-request-closed:before {
  content: "\f489";
}
.fi-br-code-pull-request-draft:before {
  content: "\f48a";
}
.fi-br-code-pull-request:before {
  content: "\f48b";
}
.fi-br-code-simple:before {
  content: "\f48c";
}
.fi-br-coffee-bean:before {
  content: "\f48d";
}
.fi-br-coffee-beans:before {
  content: "\f48e";
}
.fi-br-coffee-heart:before {
  content: "\f48f";
}
.fi-br-coffee-pot:before {
  content: "\f490";
}
.fi-br-coffee:before {
  content: "\f491";
}
.fi-br-coffin-cross:before {
  content: "\f492";
}
.fi-br-coffin:before {
  content: "\f493";
}
.fi-br-coin-up-arrow:before {
  content: "\f494";
}
.fi-br-coin:before {
  content: "\f495";
}
.fi-br-coins:before {
  content: "\f496";
}
.fi-br-colon-sign:before {
  content: "\f497";
}
.fi-br-columns-3:before {
  content: "\f498";
}
.fi-br-comet:before {
  content: "\f499";
}
.fi-br-command:before {
  content: "\f49a";
}
.fi-br-comment-alt-check:before {
  content: "\f49b";
}
.fi-br-comment-alt-dots:before {
  content: "\f49c";
}
.fi-br-comment-alt-edit:before {
  content: "\f49d";
}
.fi-br-comment-alt-medical:before {
  content: "\f49e";
}
.fi-br-comment-alt-middle-top:before {
  content: "\f49f";
}
.fi-br-comment-alt-middle:before {
  content: "\f4a0";
}
.fi-br-comment-alt-minus:before {
  content: "\f4a1";
}
.fi-br-comment-alt-music:before {
  content: "\f4a2";
}
.fi-br-comment-alt:before {
  content: "\f4a3";
}
.fi-br-comment-arrow-down:before {
  content: "\f4a4";
}
.fi-br-comment-arrow-up-right:before {
  content: "\f4a5";
}
.fi-br-comment-arrow-up:before {
  content: "\f4a6";
}
.fi-br-comment-check:before {
  content: "\f4a7";
}
.fi-br-comment-code:before {
  content: "\f4a8";
}
.fi-br-comment-dollar:before {
  content: "\f4a9";
}
.fi-br-comment-dots:before {
  content: "\f4aa";
}
.fi-br-comment-exclamation:before {
  content: "\f4ab";
}
.fi-br-comment-heart:before {
  content: "\f4ac";
}
.fi-br-comment-image:before {
  content: "\f4ad";
}
.fi-br-comment-info:before {
  content: "\f4ae";
}
.fi-br-comment-medical:before {
  content: "\f4af";
}
.fi-br-comment-minus:before {
  content: "\f4b0";
}
.fi-br-comment-pen:before {
  content: "\f4b1";
}
.fi-br-comment-question:before {
  content: "\f4b2";
}
.fi-br-comment-quote:before {
  content: "\f4b3";
}
.fi-br-comment-slash:before {
  content: "\f4b4";
}
.fi-br-comment-smile:before {
  content: "\f4b5";
}
.fi-br-comment-sms:before {
  content: "\f4b6";
}
.fi-br-comment-text:before {
  content: "\f4b7";
}
.fi-br-comment-user:before {
  content: "\f4b8";
}
.fi-br-comment-xmark:before {
  content: "\f4b9";
}
.fi-br-comment:before {
  content: "\f4ba";
}
.fi-br-comments-dollar:before {
  content: "\f4bb";
}
.fi-br-comments-question-check:before {
  content: "\f4bc";
}
.fi-br-comments-question:before {
  content: "\f4bd";
}
.fi-br-comments:before {
  content: "\f4be";
}
.fi-br-compass-alt:before {
  content: "\f4bf";
}
.fi-br-compass-east:before {
  content: "\f4c0";
}
.fi-br-compass-north:before {
  content: "\f4c1";
}
.fi-br-compass-slash:before {
  content: "\f4c2";
}
.fi-br-compass-south:before {
  content: "\f4c3";
}
.fi-br-compass-west:before {
  content: "\f4c4";
}
.fi-br-completed:before {
  content: "\f4c5";
}
.fi-br-compliance-clipboard:before {
  content: "\f4c6";
}
.fi-br-compliance-document:before {
  content: "\f4c7";
}
.fi-br-compliance:before {
  content: "\f4c8";
}
.fi-br-compress-alt:before {
  content: "\f4c9";
}
.fi-br-compress:before {
  content: "\f4ca";
}
.fi-br-computer-classic:before {
  content: "\f4cb";
}
.fi-br-computer-mouse:before {
  content: "\f4cc";
}
.fi-br-computer-speaker:before {
  content: "\f4cd";
}
.fi-br-computer:before {
  content: "\f4ce";
}
.fi-br-concierge-bell:before {
  content: "\f4cf";
}
.fi-br-condition-alt:before {
  content: "\f4d0";
}
.fi-br-condition:before {
  content: "\f4d1";
}
.fi-br-confetti:before {
  content: "\f4d2";
}
.fi-br-constellation:before {
  content: "\f4d3";
}
.fi-br-container-storage:before {
  content: "\f4d4";
}
.fi-br-convert-document:before {
  content: "\f4d5";
}
.fi-br-convert-shapes:before {
  content: "\f4d6";
}
.fi-br-conveyor-belt-alt:before {
  content: "\f4d7";
}
.fi-br-conveyor-belt-arm:before {
  content: "\f4d8";
}
.fi-br-conveyor-belt-empty:before {
  content: "\f4d9";
}
.fi-br-conveyor-belt:before {
  content: "\f4da";
}
.fi-br-cookie-alt:before {
  content: "\f4db";
}
.fi-br-cookie:before {
  content: "\f4dc";
}
.fi-br-copy-alt:before {
  content: "\f4dd";
}
.fi-br-copy-image:before {
  content: "\f4de";
}
.fi-br-copy:before {
  content: "\f4df";
}
.fi-br-copyright:before {
  content: "\f4e0";
}
.fi-br-corn:before {
  content: "\f4e1";
}
.fi-br-corporate-alt:before {
  content: "\f4e2";
}
.fi-br-corporate:before {
  content: "\f4e3";
}
.fi-br-couch:before {
  content: "\f4e4";
}
.fi-br-couple:before {
  content: "\f4e5";
}
.fi-br-court-sport:before {
  content: "\f4e6";
}
.fi-br-cow-alt:before {
  content: "\f4e7";
}
.fi-br-cow:before {
  content: "\f4e8";
}
.fi-br-cowbell-circle-plus:before {
  content: "\f4e9";
}
.fi-br-cowbell-more:before {
  content: "\f4ea";
}
.fi-br-cowbell:before {
  content: "\f4eb";
}
.fi-br-crab:before {
  content: "\f4ec";
}
.fi-br-crate-empty:before {
  content: "\f4ed";
}
.fi-br-cream:before {
  content: "\f4ee";
}
.fi-br-credit-card-buyer:before {
  content: "\f4ef";
}
.fi-br-credit-card-eye:before {
  content: "\f4f0";
}
.fi-br-credit-card:before {
  content: "\f4f1";
}
.fi-br-cricket:before {
  content: "\f4f2";
}
.fi-br-crm-alt:before {
  content: "\f4f3";
}
.fi-br-crm-computer:before {
  content: "\f4f4";
}
.fi-br-CRM:before {
  content: "\f4f5";
}
.fi-br-croissant:before {
  content: "\f4f6";
}
.fi-br-cross-circle:before {
  content: "\f4f7";
}
.fi-br-cross-religion:before {
  content: "\f4f8";
}
.fi-br-cross-small:before {
  content: "\f4f9";
}
.fi-br-cross:before {
  content: "\f4fa";
}
.fi-br-crow:before {
  content: "\f4fb";
}
.fi-br-crown:before {
  content: "\f4fc";
}
.fi-br-crutch:before {
  content: "\f4fd";
}
.fi-br-crutches:before {
  content: "\f4fe";
}
.fi-br-cruzeiro-sign:before {
  content: "\f4ff";
}
.fi-br-crypto-calendar:before {
  content: "\f500";
}
.fi-br-cryptocurrency:before {
  content: "\f501";
}
.fi-br-crystal-ball:before {
  content: "\f502";
}
.fi-br-cube:before {
  content: "\f503";
}
.fi-br-cubes-stacked:before {
  content: "\f504";
}
.fi-br-cubes:before {
  content: "\f505";
}
.fi-br-cucumber:before {
  content: "\f506";
}
.fi-br-cup-straw-swoosh:before {
  content: "\f507";
}
.fi-br-cup-straw:before {
  content: "\f508";
}
.fi-br-cup-togo:before {
  content: "\f509";
}
.fi-br-cupcake-alt:before {
  content: "\f50a";
}
.fi-br-cupcake:before {
  content: "\f50b";
}
.fi-br-curling:before {
  content: "\f50c";
}
.fi-br-cursor-finger:before {
  content: "\f50d";
}
.fi-br-cursor-plus:before {
  content: "\f50e";
}
.fi-br-cursor-text-alt:before {
  content: "\f50f";
}
.fi-br-cursor-text:before {
  content: "\f510";
}
.fi-br-cursor:before {
  content: "\f511";
}
.fi-br-curve-alt:before {
  content: "\f512";
}
.fi-br-curve-arrow:before {
  content: "\f513";
}
.fi-br-curve:before {
  content: "\f514";
}
.fi-br-custard:before {
  content: "\f515";
}
.fi-br-customer-care:before {
  content: "\f516";
}
.fi-br-customer-service:before {
  content: "\f517";
}
.fi-br-customization-cogwheel:before {
  content: "\f518";
}
.fi-br-customization:before {
  content: "\f519";
}
.fi-br-customize-computer:before {
  content: "\f51a";
}
.fi-br-customize-edit:before {
  content: "\f51b";
}
.fi-br-customize:before {
  content: "\f51c";
}
.fi-br-CV:before {
  content: "\f51d";
}
.fi-br-cvv-card:before {
  content: "\f51e";
}
.fi-br-d:before {
  content: "\f51f";
}
.fi-br-dagger:before {
  content: "\f520";
}
.fi-br-daily-calendar:before {
  content: "\f521";
}
.fi-br-damage:before {
  content: "\f522";
}
.fi-br-dart:before {
  content: "\f523";
}
.fi-br-dashboard-monitor:before {
  content: "\f524";
}
.fi-br-dashboard-panel:before {
  content: "\f525";
}
.fi-br-dashboard:before {
  content: "\f526";
}
.fi-br-data-transfer:before {
  content: "\f527";
}
.fi-br-database:before {
  content: "\f528";
}
.fi-br-debt:before {
  content: "\f529";
}
.fi-br-deer-rudolph:before {
  content: "\f52a";
}
.fi-br-deer:before {
  content: "\f52b";
}
.fi-br-delete-document:before {
  content: "\f52c";
}
.fi-br-delete-right:before {
  content: "\f52d";
}
.fi-br-delete-user:before {
  content: "\f52e";
}
.fi-br-delete:before {
  content: "\f52f";
}
.fi-br-democrat:before {
  content: "\f530";
}
.fi-br-department-structure:before {
  content: "\f531";
}
.fi-br-department:before {
  content: "\f532";
}
.fi-br-deposit-alt:before {
  content: "\f533";
}
.fi-br-deposit:before {
  content: "\f534";
}
.fi-br-description-alt:before {
  content: "\f535";
}
.fi-br-description:before {
  content: "\f536";
}
.fi-br-desk:before {
  content: "\f537";
}
.fi-br-desktop-arrow-down:before {
  content: "\f538";
}
.fi-br-desktop-wallpaper:before {
  content: "\f539";
}
.fi-br-devices:before {
  content: "\f53a";
}
.fi-br-dewpoint:before {
  content: "\f53b";
}
.fi-br-dharmachakra:before {
  content: "\f53c";
}
.fi-br-diagram-cells:before {
  content: "\f53d";
}
.fi-br-diagram-lean-canvas:before {
  content: "\f53e";
}
.fi-br-diagram-nested:before {
  content: "\f53f";
}
.fi-br-diagram-next:before {
  content: "\f540";
}
.fi-br-diagram-predecessor:before {
  content: "\f541";
}
.fi-br-diagram-previous:before {
  content: "\f542";
}
.fi-br-diagram-project:before {
  content: "\f543";
}
.fi-br-diagram-sankey:before {
  content: "\f544";
}
.fi-br-diagram-subtask:before {
  content: "\f545";
}
.fi-br-diagram-successor:before {
  content: "\f546";
}
.fi-br-diagram-venn:before {
  content: "\f547";
}
.fi-br-dial-high:before {
  content: "\f548";
}
.fi-br-dial-low:before {
  content: "\f549";
}
.fi-br-dial-max:before {
  content: "\f54a";
}
.fi-br-dial-med-low:before {
  content: "\f54b";
}
.fi-br-dial-med:before {
  content: "\f54c";
}
.fi-br-dial-min:before {
  content: "\f54d";
}
.fi-br-dial-off:before {
  content: "\f54e";
}
.fi-br-dial:before {
  content: "\f54f";
}
.fi-br-diamond-exclamation:before {
  content: "\f550";
}
.fi-br-diamond-turn-right:before {
  content: "\f551";
}
.fi-br-diamond:before {
  content: "\f552";
}
.fi-br-diary-bookmark-down:before {
  content: "\f553";
}
.fi-br-diary-bookmarks:before {
  content: "\f554";
}
.fi-br-diary-clasp:before {
  content: "\f555";
}
.fi-br-dice-alt:before {
  content: "\f556";
}
.fi-br-dice-d10:before {
  content: "\f557";
}
.fi-br-dice-d12:before {
  content: "\f558";
}
.fi-br-dice-d20:before {
  content: "\f559";
}
.fi-br-dice-d4:before {
  content: "\f55a";
}
.fi-br-dice-d6:before {
  content: "\f55b";
}
.fi-br-dice-d8:before {
  content: "\f55c";
}
.fi-br-dice-four:before {
  content: "\f55d";
}
.fi-br-dice-one:before {
  content: "\f55e";
}
.fi-br-dice-six:before {
  content: "\f55f";
}
.fi-br-dice-three:before {
  content: "\f560";
}
.fi-br-dice-two:before {
  content: "\f561";
}
.fi-br-dice:before {
  content: "\f562";
}
.fi-br-digging:before {
  content: "\f563";
}
.fi-br-digital-tachograph:before {
  content: "\f564";
}
.fi-br-dinner:before {
  content: "\f565";
}
.fi-br-diploma:before {
  content: "\f566";
}
.fi-br-direction-signal-arrow:before {
  content: "\f567";
}
.fi-br-direction-signal:before {
  content: "\f568";
}
.fi-br-disc-drive:before {
  content: "\f569";
}
.fi-br-disco-ball:before {
  content: "\f56a";
}
.fi-br-discover:before {
  content: "\f56b";
}
.fi-br-disease:before {
  content: "\f56c";
}
.fi-br-disk:before {
  content: "\f56d";
}
.fi-br-display-arrow-down:before {
  content: "\f56e";
}
.fi-br-display-chart-up:before {
  content: "\f56f";
}
.fi-br-display-code:before {
  content: "\f570";
}
.fi-br-display-medical:before {
  content: "\f571";
}
.fi-br-display-slash:before {
  content: "\f572";
}
.fi-br-distribute-spacing-horizontal:before {
  content: "\f573";
}
.fi-br-distribute-spacing-vertical:before {
  content: "\f574";
}
.fi-br-divide:before {
  content: "\f575";
}
.fi-br-dizzy:before {
  content: "\f576";
}
.fi-br-dna:before {
  content: "\f577";
}
.fi-br-do-not-enter:before {
  content: "\f578";
}
.fi-br-doctor:before {
  content: "\f579";
}
.fi-br-document-circle-wrong:before {
  content: "\f57a";
}
.fi-br-document-paid:before {
  content: "\f57b";
}
.fi-br-document-signed:before {
  content: "\f57c";
}
.fi-br-document:before {
  content: "\f57d";
}
.fi-br-dog-leashed:before {
  content: "\f57e";
}
.fi-br-dog:before {
  content: "\f57f";
}
.fi-br-dollar:before {
  content: "\f580";
}
.fi-br-dolly-flatbed-alt:before {
  content: "\f581";
}
.fi-br-dolly-flatbed-empty:before {
  content: "\f582";
}
.fi-br-dolly-flatbed:before {
  content: "\f583";
}
.fi-br-dolphin:before {
  content: "\f584";
}
.fi-br-domino-effect:before {
  content: "\f585";
}
.fi-br-donate:before {
  content: "\f586";
}
.fi-br-dong-sign:before {
  content: "\f587";
}
.fi-br-donut:before {
  content: "\f588";
}
.fi-br-door-closed:before {
  content: "\f589";
}
.fi-br-door-open:before {
  content: "\f58a";
}
.fi-br-dot-circle:before {
  content: "\f58b";
}
.fi-br-dot-pending:before {
  content: "\f58c";
}
.fi-br-dove:before {
  content: "\f58d";
}
.fi-br-down-from-bracket:before {
  content: "\f58e";
}
.fi-br-down-left-and-up-right-to-center:before {
  content: "\f58f";
}
.fi-br-down-left:before {
  content: "\f590";
}
.fi-br-down-right:before {
  content: "\f591";
}
.fi-br-down-to-line:before {
  content: "\f592";
}
.fi-br-down:before {
  content: "\f593";
}
.fi-br-download:before {
  content: "\f594";
}
.fi-br-drafting-compass:before {
  content: "\f595";
}
.fi-br-dragon:before {
  content: "\f596";
}
.fi-br-draw-polygon:before {
  content: "\f597";
}
.fi-br-draw-square:before {
  content: "\f598";
}
.fi-br-drawer-alt:before {
  content: "\f599";
}
.fi-br-drawer-empty:before {
  content: "\f59a";
}
.fi-br-drawer:before {
  content: "\f59b";
}
.fi-br-dreidel:before {
  content: "\f59c";
}
.fi-br-drink-alt:before {
  content: "\f59d";
}
.fi-br-driver-man:before {
  content: "\f59e";
}
.fi-br-driver-woman:before {
  content: "\f59f";
}
.fi-br-drone-alt:before {
  content: "\f5a0";
}
.fi-br-drone-front:before {
  content: "\f5a1";
}
.fi-br-drone:before {
  content: "\f5a2";
}
.fi-br-drop-down:before {
  content: "\f5a3";
}
.fi-br-dropdown-select:before {
  content: "\f5a4";
}
.fi-br-dropdown:before {
  content: "\f5a5";
}
.fi-br-drum-steelpan:before {
  content: "\f5a6";
}
.fi-br-drum:before {
  content: "\f5a7";
}
.fi-br-drumstick-bite:before {
  content: "\f5a8";
}
.fi-br-drumstick:before {
  content: "\f5a9";
}
.fi-br-dryer-alt:before {
  content: "\f5aa";
}
.fi-br-dryer:before {
  content: "\f5ab";
}
.fi-br-duck:before {
  content: "\f5ac";
}
.fi-br-dumbbell-fitness:before {
  content: "\f5ad";
}
.fi-br-dumbbell-horizontal:before {
  content: "\f5ae";
}
.fi-br-dumbbell-ray:before {
  content: "\f5af";
}
.fi-br-dumbbell-weightlifting:before {
  content: "\f5b0";
}
.fi-br-dumpster-fire:before {
  content: "\f5b1";
}
.fi-br-dumpster:before {
  content: "\f5b2";
}
.fi-br-dungeon:before {
  content: "\f5b3";
}
.fi-br-duplicate:before {
  content: "\f5b4";
}
.fi-br-duration-alt:before {
  content: "\f5b5";
}
.fi-br-duration:before {
  content: "\f5b6";
}
.fi-br-e-learning:before {
  content: "\f5b7";
}
.fi-br-e:before {
  content: "\f5b8";
}
.fi-br-ear-deaf:before {
  content: "\f5b9";
}
.fi-br-ear-muffs:before {
  content: "\f5ba";
}
.fi-br-ear:before {
  content: "\f5bb";
}
.fi-br-earnings:before {
  content: "\f5bc";
}
.fi-br-earth-africa:before {
  content: "\f5bd";
}
.fi-br-earth-americas:before {
  content: "\f5be";
}
.fi-br-earth-asia:before {
  content: "\f5bf";
}
.fi-br-earth-europa:before {
  content: "\f5c0";
}
.fi-br-eclipse-alt:before {
  content: "\f5c1";
}
.fi-br-eclipse:before {
  content: "\f5c2";
}
.fi-br-edit-alt:before {
  content: "\f5c3";
}
.fi-br-edit:before {
  content: "\f5c4";
}
.fi-br-effect:before {
  content: "\f5c5";
}
.fi-br-egg-fried:before {
  content: "\f5c6";
}
.fi-br-egg:before {
  content: "\f5c7";
}
.fi-br-eject:before {
  content: "\f5c8";
}
.fi-br-elephant:before {
  content: "\f5c9";
}
.fi-br-elevator:before {
  content: "\f5ca";
}
.fi-br-email-pending:before {
  content: "\f5cb";
}
.fi-br-employee-alt:before {
  content: "\f5cc";
}
.fi-br-employee-handbook:before {
  content: "\f5cd";
}
.fi-br-employee-man-alt:before {
  content: "\f5ce";
}
.fi-br-employee-man:before {
  content: "\f5cf";
}
.fi-br-employees-woman-man:before {
  content: "\f5d0";
}
.fi-br-employees:before {
  content: "\f5d1";
}
.fi-br-empty-set:before {
  content: "\f5d2";
}
.fi-br-endless-loop:before {
  content: "\f5d3";
}
.fi-br-engine-warning:before {
  content: "\f5d4";
}
.fi-br-engine:before {
  content: "\f5d5";
}
.fi-br-enter:before {
  content: "\f5d6";
}
.fi-br-envelope-ban:before {
  content: "\f5d7";
}
.fi-br-envelope-bulk:before {
  content: "\f5d8";
}
.fi-br-envelope-dot:before {
  content: "\f5d9";
}
.fi-br-envelope-download:before {
  content: "\f5da";
}
.fi-br-envelope-heart:before {
  content: "\f5db";
}
.fi-br-envelope-marker:before {
  content: "\f5dc";
}
.fi-br-envelope-open-dollar:before {
  content: "\f5dd";
}
.fi-br-envelope-open-text:before {
  content: "\f5de";
}
.fi-br-envelope-open:before {
  content: "\f5df";
}
.fi-br-envelope-plus:before {
  content: "\f5e0";
}
.fi-br-envelope:before {
  content: "\f5e1";
}
.fi-br-envelopes:before {
  content: "\f5e2";
}
.fi-br-equality:before {
  content: "\f5e3";
}
.fi-br-equals:before {
  content: "\f5e4";
}
.fi-br-eraser:before {
  content: "\f5e5";
}
.fi-br-error-camera:before {
  content: "\f5e6";
}
.fi-br-escalator:before {
  content: "\f5e7";
}
.fi-br-ethernet:before {
  content: "\f5e8";
}
.fi-br-euro:before {
  content: "\f5e9";
}
.fi-br-excavator:before {
  content: "\f5ea";
}
.fi-br-exchange-alt:before {
  content: "\f5eb";
}
.fi-br-exchange-cryptocurrency:before {
  content: "\f5ec";
}
.fi-br-exchange:before {
  content: "\f5ed";
}
.fi-br-exclamation:before {
  content: "\f5ee";
}
.fi-br-exit-alt:before {
  content: "\f5ef";
}
.fi-br-exit:before {
  content: "\f5f0";
}
.fi-br-expand-arrows-alt:before {
  content: "\f5f1";
}
.fi-br-expand-arrows:before {
  content: "\f5f2";
}
.fi-br-expand:before {
  content: "\f5f3";
}
.fi-br-expense-bill:before {
  content: "\f5f4";
}
.fi-br-expense:before {
  content: "\f5f5";
}
.fi-br-external-hard-drive:before {
  content: "\f5f6";
}
.fi-br-external-world:before {
  content: "\f5f7";
}
.fi-br-eye-crossed:before {
  content: "\f5f8";
}
.fi-br-eye-dropper-half:before {
  content: "\f5f9";
}
.fi-br-eye-dropper:before {
  content: "\f5fa";
}
.fi-br-eye:before {
  content: "\f5fb";
}
.fi-br-eyes:before {
  content: "\f5fc";
}
.fi-br-f:before {
  content: "\f5fd";
}
.fi-br-fabric:before {
  content: "\f5fe";
}
.fi-br-face-angry-horns:before {
  content: "\f5ff";
}
.fi-br-face-anguished:before {
  content: "\f600";
}
.fi-br-face-anxious-sweat:before {
  content: "\f601";
}
.fi-br-face-astonished:before {
  content: "\f602";
}
.fi-br-face-awesome:before {
  content: "\f603";
}
.fi-br-face-beam-hand-over-mouth:before {
  content: "\f604";
}
.fi-br-face-confounded:before {
  content: "\f605";
}
.fi-br-face-confused:before {
  content: "\f606";
}
.fi-br-face-cowboy-hat:before {
  content: "\f607";
}
.fi-br-face-disappointed:before {
  content: "\f608";
}
.fi-br-face-disguise:before {
  content: "\f609";
}
.fi-br-face-downcast-sweat:before {
  content: "\f60a";
}
.fi-br-face-drooling:before {
  content: "\f60b";
}
.fi-br-face-explode:before {
  content: "\f60c";
}
.fi-br-face-expressionless:before {
  content: "\f60d";
}
.fi-br-face-eyes-xmarks:before {
  content: "\f60e";
}
.fi-br-face-fearful:before {
  content: "\f60f";
}
.fi-br-face-glasses:before {
  content: "\f610";
}
.fi-br-face-grin-tongue-wink:before {
  content: "\f611";
}
.fi-br-face-hand-yawn:before {
  content: "\f612";
}
.fi-br-face-head-bandage:before {
  content: "\f613";
}
.fi-br-face-hushed:before {
  content: "\f614";
}
.fi-br-face-icicles:before {
  content: "\f615";
}
.fi-br-face-lying:before {
  content: "\f616";
}
.fi-br-face-mask:before {
  content: "\f617";
}
.fi-br-face-monocle:before {
  content: "\f618";
}
.fi-br-face-nauseated:before {
  content: "\f619";
}
.fi-br-face-nose-steam:before {
  content: "\f61a";
}
.fi-br-face-party:before {
  content: "\f61b";
}
.fi-br-face-pensive:before {
  content: "\f61c";
}
.fi-br-face-persevering:before {
  content: "\f61d";
}
.fi-br-face-pleading:before {
  content: "\f61e";
}
.fi-br-face-raised-eyebrow:before {
  content: "\f61f";
}
.fi-br-face-relieved:before {
  content: "\f620";
}
.fi-br-face-sad-sweat:before {
  content: "\f621";
}
.fi-br-face-scream:before {
  content: "\f622";
}
.fi-br-face-shush:before {
  content: "\f623";
}
.fi-br-face-sleeping:before {
  content: "\f624";
}
.fi-br-face-sleepy:before {
  content: "\f625";
}
.fi-br-face-smile-halo:before {
  content: "\f626";
}
.fi-br-face-smile-hearts:before {
  content: "\f627";
}
.fi-br-face-smile-horns:before {
  content: "\f628";
}
.fi-br-face-smile-tear:before {
  content: "\f629";
}
.fi-br-face-smile-tongue:before {
  content: "\f62a";
}
.fi-br-face-smile-upside-down:before {
  content: "\f62b";
}
.fi-br-face-smiling-hands:before {
  content: "\f62c";
}
.fi-br-face-smirking:before {
  content: "\f62d";
}
.fi-br-face-sunglasses-alt:before {
  content: "\f62e";
}
.fi-br-face-sunglasses:before {
  content: "\f62f";
}
.fi-br-face-swear:before {
  content: "\f630";
}
.fi-br-face-thermometer:before {
  content: "\f631";
}
.fi-br-face-thinking:before {
  content: "\f632";
}
.fi-br-face-tissue:before {
  content: "\f633";
}
.fi-br-face-tongue-money:before {
  content: "\f634";
}
.fi-br-face-tongue-sweat:before {
  content: "\f635";
}
.fi-br-face-unamused:before {
  content: "\f636";
}
.fi-br-face-viewfinder:before {
  content: "\f637";
}
.fi-br-face-vomit:before {
  content: "\f638";
}
.fi-br-face-weary:before {
  content: "\f639";
}
.fi-br-face-woozy:before {
  content: "\f63a";
}
.fi-br-face-worried:before {
  content: "\f63b";
}
.fi-br-face-zany:before {
  content: "\f63c";
}
.fi-br-face-zipper:before {
  content: "\f63d";
}
.fi-br-fail:before {
  content: "\f63e";
}
.fi-br-falafel:before {
  content: "\f63f";
}
.fi-br-family-dress:before {
  content: "\f640";
}
.fi-br-family-pants:before {
  content: "\f641";
}
.fi-br-family:before {
  content: "\f642";
}
.fi-br-fan-table:before {
  content: "\f643";
}
.fi-br-fan:before {
  content: "\f644";
}
.fi-br-farm:before {
  content: "\f645";
}
.fi-br-faucet-drip:before {
  content: "\f646";
}
.fi-br-faucet:before {
  content: "\f647";
}
.fi-br-fax:before {
  content: "\f648";
}
.fi-br-feather-pointed:before {
  content: "\f649";
}
.fi-br-feather:before {
  content: "\f64a";
}
.fi-br-features-alt:before {
  content: "\f64b";
}
.fi-br-features:before {
  content: "\f64c";
}
.fi-br-fee-receipt:before {
  content: "\f64d";
}
.fi-br-fee:before {
  content: "\f64e";
}
.fi-br-feedback-alt:before {
  content: "\f64f";
}
.fi-br-feedback-cycle-loop:before {
  content: "\f650";
}
.fi-br-feedback-hand:before {
  content: "\f651";
}
.fi-br-feedback-review:before {
  content: "\f652";
}
.fi-br-feedback:before {
  content: "\f653";
}
.fi-br-female-couple:before {
  content: "\f654";
}
.fi-br-female:before {
  content: "\f655";
}
.fi-br-fence:before {
  content: "\f656";
}
.fi-br-ferris-wheel:before {
  content: "\f657";
}
.fi-br-field-hockey:before {
  content: "\f658";
}
.fi-br-fighter-jet:before {
  content: "\f659";
}
.fi-br-file-ai:before {
  content: "\f65a";
}
.fi-br-file-audio:before {
  content: "\f65b";
}
.fi-br-file-binary:before {
  content: "\f65c";
}
.fi-br-file-chart-line:before {
  content: "\f65d";
}
.fi-br-file-chart-pie:before {
  content: "\f65e";
}
.fi-br-file-circle-info:before {
  content: "\f65f";
}
.fi-br-file-cloud:before {
  content: "\f660";
}
.fi-br-file-code:before {
  content: "\f661";
}
.fi-br-file-csv:before {
  content: "\f662";
}
.fi-br-file-download:before {
  content: "\f663";
}
.fi-br-file-edit:before {
  content: "\f664";
}
.fi-br-file-eps:before {
  content: "\f665";
}
.fi-br-file-excel:before {
  content: "\f666";
}
.fi-br-file-exclamation:before {
  content: "\f667";
}
.fi-br-file-export:before {
  content: "\f668";
}
.fi-br-file-image:before {
  content: "\f669";
}
.fi-br-file-import:before {
  content: "\f66a";
}
.fi-br-file-invoice-dollar:before {
  content: "\f66b";
}
.fi-br-file-invoice:before {
  content: "\f66c";
}
.fi-br-file-medical-alt:before {
  content: "\f66d";
}
.fi-br-file-medical:before {
  content: "\f66e";
}
.fi-br-file-minus:before {
  content: "\f66f";
}
.fi-br-file-pdf:before {
  content: "\f670";
}
.fi-br-file-powerpoint:before {
  content: "\f671";
}
.fi-br-file-prescription:before {
  content: "\f672";
}
.fi-br-file-psd:before {
  content: "\f673";
}
.fi-br-file-signature:before {
  content: "\f674";
}
.fi-br-file-spreadsheet:before {
  content: "\f675";
}
.fi-br-file-upload:before {
  content: "\f676";
}
.fi-br-file-user:before {
  content: "\f677";
}
.fi-br-file-video:before {
  content: "\f678";
}
.fi-br-file-word:before {
  content: "\f679";
}
.fi-br-file-zipper:before {
  content: "\f67a";
}
.fi-br-file:before {
  content: "\f67b";
}
.fi-br-files-medical:before {
  content: "\f67c";
}
.fi-br-fill:before {
  content: "\f67d";
}
.fi-br-film-canister:before {
  content: "\f67e";
}
.fi-br-film-slash:before {
  content: "\f67f";
}
.fi-br-film:before {
  content: "\f680";
}
.fi-br-films:before {
  content: "\f681";
}
.fi-br-filter-list:before {
  content: "\f682";
}
.fi-br-filter-slash:before {
  content: "\f683";
}
.fi-br-filter:before {
  content: "\f684";
}
.fi-br-filters:before {
  content: "\f685";
}
.fi-br-fingerprint-security-risk:before {
  content: "\f686";
}
.fi-br-fingerprint:before {
  content: "\f687";
}
.fi-br-fire-burner:before {
  content: "\f688";
}
.fi-br-fire-extinguisher:before {
  content: "\f689";
}
.fi-br-fire-flame-curved:before {
  content: "\f68a";
}
.fi-br-fire-flame-simple:before {
  content: "\f68b";
}
.fi-br-fire-hydrant:before {
  content: "\f68c";
}
.fi-br-fire-smoke:before {
  content: "\f68d";
}
.fi-br-fireplace:before {
  content: "\f68e";
}
.fi-br-first-award:before {
  content: "\f68f";
}
.fi-br-first-laurel:before {
  content: "\f690";
}
.fi-br-first-medal:before {
  content: "\f691";
}
.fi-br-first:before {
  content: "\f692";
}
.fi-br-fish-bones:before {
  content: "\f693";
}
.fi-br-fish-cooked:before {
  content: "\f694";
}
.fi-br-fish:before {
  content: "\f695";
}
.fi-br-fishing-rod:before {
  content: "\f696";
}
.fi-br-fist-move:before {
  content: "\f697";
}
.fi-br-flag-alt:before {
  content: "\f698";
}
.fi-br-flag-checkered:before {
  content: "\f699";
}
.fi-br-flag-usa:before {
  content: "\f69a";
}
.fi-br-flag:before {
  content: "\f69b";
}
.fi-br-flame:before {
  content: "\f69c";
}
.fi-br-flashlight:before {
  content: "\f69d";
}
.fi-br-flask-gear:before {
  content: "\f69e";
}
.fi-br-flask-poison:before {
  content: "\f69f";
}
.fi-br-flask-potion:before {
  content: "\f6a0";
}
.fi-br-flask:before {
  content: "\f6a1";
}
.fi-br-flatbread-stuffed:before {
  content: "\f6a2";
}
.fi-br-flatbread:before {
  content: "\f6a3";
}
.fi-br-flip-horizontal:before {
  content: "\f6a4";
}
.fi-br-floor-alt:before {
  content: "\f6a5";
}
.fi-br-floor-layer:before {
  content: "\f6a6";
}
.fi-br-floor:before {
  content: "\f6a7";
}
.fi-br-floppy-disk-circle-arrow-right:before {
  content: "\f6a8";
}
.fi-br-floppy-disk-circle-xmark:before {
  content: "\f6a9";
}
.fi-br-floppy-disk-pen:before {
  content: "\f6aa";
}
.fi-br-floppy-disks:before {
  content: "\f6ab";
}
.fi-br-florin-sign:before {
  content: "\f6ac";
}
.fi-br-flower-bouquet:before {
  content: "\f6ad";
}
.fi-br-flower-butterfly:before {
  content: "\f6ae";
}
.fi-br-flower-daffodil:before {
  content: "\f6af";
}
.fi-br-flower-tulip:before {
  content: "\f6b0";
}
.fi-br-flower:before {
  content: "\f6b1";
}
.fi-br-flushed-face:before {
  content: "\f6b2";
}
.fi-br-flushed:before {
  content: "\f6b3";
}
.fi-br-flute:before {
  content: "\f6b4";
}
.fi-br-flux-capacitor:before {
  content: "\f6b5";
}
.fi-br-fly-insect:before {
  content: "\f6b6";
}
.fi-br-flying-disc:before {
  content: "\f6b7";
}
.fi-br-fog:before {
  content: "\f6b8";
}
.fi-br-folder-download:before {
  content: "\f6b9";
}
.fi-br-folder-fire:before {
  content: "\f6ba";
}
.fi-br-folder-minus:before {
  content: "\f6bb";
}
.fi-br-folder-open:before {
  content: "\f6bc";
}
.fi-br-folder-times:before {
  content: "\f6bd";
}
.fi-br-folder-tree:before {
  content: "\f6be";
}
.fi-br-folder-upload:before {
  content: "\f6bf";
}
.fi-br-folder-xmark:before {
  content: "\f6c0";
}
.fi-br-folder:before {
  content: "\f6c1";
}
.fi-br-folders:before {
  content: "\f6c2";
}
.fi-br-follow-folder:before {
  content: "\f6c3";
}
.fi-br-followcollection:before {
  content: "\f6c4";
}
.fi-br-following:before {
  content: "\f6c5";
}
.fi-br-fondue-pot:before {
  content: "\f6c6";
}
.fi-br-football:before {
  content: "\f6c7";
}
.fi-br-foreign-language-audio:before {
  content: "\f6c8";
}
.fi-br-fork:before {
  content: "\f6c9";
}
.fi-br-forklift:before {
  content: "\f6ca";
}
.fi-br-form:before {
  content: "\f6cb";
}
.fi-br-fort:before {
  content: "\f6cc";
}
.fi-br-forward-fast:before {
  content: "\f6cd";
}
.fi-br-forward:before {
  content: "\f6ce";
}
.fi-br-fox:before {
  content: "\f6cf";
}
.fi-br-frame:before {
  content: "\f6d0";
}
.fi-br-franc-sign:before {
  content: "\f6d1";
}
.fi-br-free-delivery:before {
  content: "\f6d2";
}
.fi-br-free:before {
  content: "\f6d3";
}
.fi-br-french-fries:before {
  content: "\f6d4";
}
.fi-br-friday:before {
  content: "\f6d5";
}
.fi-br-frog:before {
  content: "\f6d6";
}
.fi-br-ftp:before {
  content: "\f6d7";
}
.fi-br-fuel-gauge:before {
  content: "\f6d8";
}
.fi-br-function-process:before {
  content: "\f6d9";
}
.fi-br-function-square:before {
  content: "\f6da";
}
.fi-br-function:before {
  content: "\f6db";
}
.fi-br-funnel-dollar:before {
  content: "\f6dc";
}
.fi-br-g:before {
  content: "\f6dd";
}
.fi-br-galaxy-alt:before {
  content: "\f6de";
}
.fi-br-galaxy-planet:before {
  content: "\f6df";
}
.fi-br-galaxy-star:before {
  content: "\f6e0";
}
.fi-br-galaxy:before {
  content: "\f6e1";
}
.fi-br-gallery-thumbnails:before {
  content: "\f6e2";
}
.fi-br-gallery:before {
  content: "\f6e3";
}
.fi-br-game-board-alt:before {
  content: "\f6e4";
}
.fi-br-gamepad:before {
  content: "\f6e5";
}
.fi-br-garage-car:before {
  content: "\f6e6";
}
.fi-br-garage-open:before {
  content: "\f6e7";
}
.fi-br-garage:before {
  content: "\f6e8";
}
.fi-br-garlic-alt:before {
  content: "\f6e9";
}
.fi-br-garlic:before {
  content: "\f6ea";
}
.fi-br-gas-pump-alt:before {
  content: "\f6eb";
}
.fi-br-gas-pump-slash:before {
  content: "\f6ec";
}
.fi-br-gas-pump:before {
  content: "\f6ed";
}
.fi-br-gauge-circle-bolt:before {
  content: "\f6ee";
}
.fi-br-gauge-circle-minus:before {
  content: "\f6ef";
}
.fi-br-gauge-circle-plus:before {
  content: "\f6f0";
}
.fi-br-gavel:before {
  content: "\f6f1";
}
.fi-br-gay-couple:before {
  content: "\f6f2";
}
.fi-br-gears:before {
  content: "\f6f3";
}
.fi-br-gem:before {
  content: "\f6f4";
}
.fi-br-general:before {
  content: "\f6f5";
}
.fi-br-ghost:before {
  content: "\f6f6";
}
.fi-br-gif-square:before {
  content: "\f6f7";
}
.fi-br-gif:before {
  content: "\f6f8";
}
.fi-br-gift-box-benefits:before {
  content: "\f6f9";
}
.fi-br-gift-card:before {
  content: "\f6fa";
}
.fi-br-gift:before {
  content: "\f6fb";
}
.fi-br-gifts:before {
  content: "\f6fc";
}
.fi-br-gingerbread-man:before {
  content: "\f6fd";
}
.fi-br-glass-champagne:before {
  content: "\f6fe";
}
.fi-br-glass-cheers:before {
  content: "\f6ff";
}
.fi-br-glass-citrus:before {
  content: "\f700";
}
.fi-br-glass-empty:before {
  content: "\f701";
}
.fi-br-glass-half:before {
  content: "\f702";
}
.fi-br-glass-water-droplet:before {
  content: "\f703";
}
.fi-br-glass-whiskey-rocks:before {
  content: "\f704";
}
.fi-br-glass-whiskey:before {
  content: "\f705";
}
.fi-br-glass:before {
  content: "\f706";
}
.fi-br-glasses:before {
  content: "\f707";
}
.fi-br-globe-alt:before {
  content: "\f708";
}
.fi-br-globe-pointer:before {
  content: "\f709";
}
.fi-br-globe-snow:before {
  content: "\f70a";
}
.fi-br-globe:before {
  content: "\f70b";
}
.fi-br-goal-net:before {
  content: "\f70c";
}
.fi-br-golf-ball:before {
  content: "\f70d";
}
.fi-br-golf-club:before {
  content: "\f70e";
}
.fi-br-golf-hole:before {
  content: "\f70f";
}
.fi-br-golf:before {
  content: "\f710";
}
.fi-br-gopuram:before {
  content: "\f711";
}
.fi-br-government-budget:before {
  content: "\f712";
}
.fi-br-government-flag:before {
  content: "\f713";
}
.fi-br-government-user:before {
  content: "\f714";
}
.fi-br-gps-navigation:before {
  content: "\f715";
}
.fi-br-graduation-cap:before {
  content: "\f716";
}
.fi-br-gramophone:before {
  content: "\f717";
}
.fi-br-grape:before {
  content: "\f718";
}
.fi-br-graph-curve:before {
  content: "\f719";
}
.fi-br-graphic-style:before {
  content: "\f71a";
}
.fi-br-graphic-tablet:before {
  content: "\f71b";
}
.fi-br-grate-droplet:before {
  content: "\f71c";
}
.fi-br-grate:before {
  content: "\f71d";
}
.fi-br-greater-than-equal:before {
  content: "\f71e";
}
.fi-br-greater-than:before {
  content: "\f71f";
}
.fi-br-greek-helmet:before {
  content: "\f720";
}
.fi-br-grid-alt:before {
  content: "\f721";
}
.fi-br-grid-dividers:before {
  content: "\f722";
}
.fi-br-grid:before {
  content: "\f723";
}
.fi-br-grill-hot-alt:before {
  content: "\f724";
}
.fi-br-grill:before {
  content: "\f725";
}
.fi-br-grimace:before {
  content: "\f726";
}
.fi-br-grin-alt:before {
  content: "\f727";
}
.fi-br-grin-beam-sweat:before {
  content: "\f728";
}
.fi-br-grin-beam:before {
  content: "\f729";
}
.fi-br-grin-hearts:before {
  content: "\f72a";
}
.fi-br-grin-squint-tears:before {
  content: "\f72b";
}
.fi-br-grin-squint:before {
  content: "\f72c";
}
.fi-br-grin-stars:before {
  content: "\f72d";
}
.fi-br-grin-tears:before {
  content: "\f72e";
}
.fi-br-grin-tongue-squint:before {
  content: "\f72f";
}
.fi-br-grin-tongue-wink:before {
  content: "\f730";
}
.fi-br-grin-tongue:before {
  content: "\f731";
}
.fi-br-grin-wink:before {
  content: "\f732";
}
.fi-br-grin:before {
  content: "\f733";
}
.fi-br-grip-dots-vertical:before {
  content: "\f734";
}
.fi-br-grip-dots:before {
  content: "\f735";
}
.fi-br-grip-horizontal:before {
  content: "\f736";
}
.fi-br-grip-lines-vertical:before {
  content: "\f737";
}
.fi-br-grip-lines:before {
  content: "\f738";
}
.fi-br-grip-vertical:before {
  content: "\f739";
}
.fi-br-grocery-bag:before {
  content: "\f73a";
}
.fi-br-grocery-basket:before {
  content: "\f73b";
}
.fi-br-group-arrows-rotate:before {
  content: "\f73c";
}
.fi-br-group-call:before {
  content: "\f73d";
}
.fi-br-group-community-social-media:before {
  content: "\f73e";
}
.fi-br-growth-chart-invest:before {
  content: "\f73f";
}
.fi-br-guarani-sign:before {
  content: "\f740";
}
.fi-br-guide-alt:before {
  content: "\f741";
}
.fi-br-guide:before {
  content: "\f742";
}
.fi-br-guitar-electric:before {
  content: "\f743";
}
.fi-br-guitar:before {
  content: "\f744";
}
.fi-br-guitars:before {
  content: "\f745";
}
.fi-br-gun-squirt:before {
  content: "\f746";
}
.fi-br-gym:before {
  content: "\f747";
}
.fi-br-h-square:before {
  content: "\f748";
}
.fi-br-h:before {
  content: "\f749";
}
.fi-br-h1:before {
  content: "\f74a";
}
.fi-br-h2:before {
  content: "\f74b";
}
.fi-br-h3:before {
  content: "\f74c";
}
.fi-br-h4:before {
  content: "\f74d";
}
.fi-br-hair-clipper:before {
  content: "\f74e";
}
.fi-br-hamburger-soda:before {
  content: "\f74f";
}
.fi-br-hamburger:before {
  content: "\f750";
}
.fi-br-hammer-crash:before {
  content: "\f751";
}
.fi-br-hammer-war:before {
  content: "\f752";
}
.fi-br-hammer:before {
  content: "\f753";
}
.fi-br-hamsa:before {
  content: "\f754";
}
.fi-br-hand-back-fist:before {
  content: "\f755";
}
.fi-br-hand-back-point-down:before {
  content: "\f756";
}
.fi-br-hand-back-point-left:before {
  content: "\f757";
}
.fi-br-hand-back-point-ribbon:before {
  content: "\f758";
}
.fi-br-hand-back-point-right:before {
  content: "\f759";
}
.fi-br-hand-bill:before {
  content: "\f75a";
}
.fi-br-hand-dots:before {
  content: "\f75b";
}
.fi-br-hand-fingers-crossed:before {
  content: "\f75c";
}
.fi-br-hand-fist:before {
  content: "\f75d";
}
.fi-br-hand-heart:before {
  content: "\f75e";
}
.fi-br-hand-holding-box:before {
  content: "\f75f";
}
.fi-br-hand-holding-droplet:before {
  content: "\f760";
}
.fi-br-hand-holding-magic:before {
  content: "\f761";
}
.fi-br-hand-holding-medical:before {
  content: "\f762";
}
.fi-br-hand-holding-seeding:before {
  content: "\f763";
}
.fi-br-hand-holding-skull:before {
  content: "\f764";
}
.fi-br-hand-holding-usd:before {
  content: "\f765";
}
.fi-br-hand-holding-water:before {
  content: "\f766";
}
.fi-br-hand-horns:before {
  content: "\f767";
}
.fi-br-hand-lizard:before {
  content: "\f768";
}
.fi-br-hand-love:before {
  content: "\f769";
}
.fi-br-hand-middle-finger:before {
  content: "\f76a";
}
.fi-br-hand-paper:before {
  content: "\f76b";
}
.fi-br-hand-peace:before {
  content: "\f76c";
}
.fi-br-hand-point-ribbon:before {
  content: "\f76d";
}
.fi-br-hand-scissors:before {
  content: "\f76e";
}
.fi-br-hand-sparkles:before {
  content: "\f76f";
}
.fi-br-hand-spock:before {
  content: "\f770";
}
.fi-br-hand-wave:before {
  content: "\f771";
}
.fi-br-hand:before {
  content: "\f772";
}
.fi-br-handmade:before {
  content: "\f773";
}
.fi-br-hands-bubbles:before {
  content: "\f774";
}
.fi-br-hands-clapping:before {
  content: "\f775";
}
.fi-br-hands-heart:before {
  content: "\f776";
}
.fi-br-hands-holding-diamond:before {
  content: "\f777";
}
.fi-br-hands-holding:before {
  content: "\f778";
}
.fi-br-hands-usd:before {
  content: "\f779";
}
.fi-br-handshake-angle:before {
  content: "\f77a";
}
.fi-br-handshake-deal-loan:before {
  content: "\f77b";
}
.fi-br-handshake-house:before {
  content: "\f77c";
}
.fi-br-handshake-simple-slash:before {
  content: "\f77d";
}
.fi-br-handshake-trust:before {
  content: "\f77e";
}
.fi-br-handshake:before {
  content: "\f77f";
}
.fi-br-happy:before {
  content: "\f780";
}
.fi-br-hard-hat:before {
  content: "\f781";
}
.fi-br-hashtag-lock:before {
  content: "\f782";
}
.fi-br-hastag:before {
  content: "\f783";
}
.fi-br-hat-beach:before {
  content: "\f784";
}
.fi-br-hat-birthday:before {
  content: "\f785";
}
.fi-br-hat-chef:before {
  content: "\f786";
}
.fi-br-hat-cowboy-side:before {
  content: "\f787";
}
.fi-br-hat-cowboy:before {
  content: "\f788";
}
.fi-br-hat-santa:before {
  content: "\f789";
}
.fi-br-hat-winter:before {
  content: "\f78a";
}
.fi-br-hat-witch:before {
  content: "\f78b";
}
.fi-br-hat-wizard:before {
  content: "\f78c";
}
.fi-br-hdd:before {
  content: "\f78d";
}
.fi-br-head-side-brain:before {
  content: "\f78e";
}
.fi-br-head-side-cough-slash:before {
  content: "\f78f";
}
.fi-br-head-side-cough:before {
  content: "\f790";
}
.fi-br-head-side-headphones:before {
  content: "\f791";
}
.fi-br-head-side-heart:before {
  content: "\f792";
}
.fi-br-head-side-mask:before {
  content: "\f793";
}
.fi-br-head-side-medical:before {
  content: "\f794";
}
.fi-br-head-side-thinking:before {
  content: "\f795";
}
.fi-br-head-side-virus:before {
  content: "\f796";
}
.fi-br-head-side:before {
  content: "\f797";
}
.fi-br-head-vr:before {
  content: "\f798";
}
.fi-br-heading:before {
  content: "\f799";
}
.fi-br-headphones:before {
  content: "\f79a";
}
.fi-br-headset:before {
  content: "\f79b";
}
.fi-br-heart-arrow:before {
  content: "\f79c";
}
.fi-br-heart-brain:before {
  content: "\f79d";
}
.fi-br-heart-crack:before {
  content: "\f79e";
}
.fi-br-heart-half-stroke:before {
  content: "\f79f";
}
.fi-br-heart-half:before {
  content: "\f7a0";
}
.fi-br-heart-health-muscle:before {
  content: "\f7a1";
}
.fi-br-heart-lock:before {
  content: "\f7a2";
}
.fi-br-heart-partner-handshake:before {
  content: "\f7a3";
}
.fi-br-heart-rate:before {
  content: "\f7a4";
}
.fi-br-heart-slash:before {
  content: "\f7a5";
}
.fi-br-heart-upside-down:before {
  content: "\f7a6";
}
.fi-br-heart:before {
  content: "\f7a7";
}
.fi-br-heat:before {
  content: "\f7a8";
}
.fi-br-helicopter-side:before {
  content: "\f7a9";
}
.fi-br-helmet-battle:before {
  content: "\f7aa";
}
.fi-br-hexagon-check:before {
  content: "\f7ab";
}
.fi-br-hexagon-divide:before {
  content: "\f7ac";
}
.fi-br-hexagon-exclamation:before {
  content: "\f7ad";
}
.fi-br-hexagon:before {
  content: "\f7ae";
}
.fi-br-high-definition:before {
  content: "\f7af";
}
.fi-br-high-five-celebration-yes:before {
  content: "\f7b0";
}
.fi-br-high-five:before {
  content: "\f7b1";
}
.fi-br-highlighter-line:before {
  content: "\f7b2";
}
.fi-br-highlighter:before {
  content: "\f7b3";
}
.fi-br-hiking:before {
  content: "\f7b4";
}
.fi-br-hippo:before {
  content: "\f7b5";
}
.fi-br-hockey-mask:before {
  content: "\f7b6";
}
.fi-br-hockey-puck:before {
  content: "\f7b7";
}
.fi-br-hockey-stick-puck:before {
  content: "\f7b8";
}
.fi-br-hockey-sticks:before {
  content: "\f7b9";
}
.fi-br-holding-hand-gear:before {
  content: "\f7ba";
}
.fi-br-holding-hand-revenue:before {
  content: "\f7bb";
}
.fi-br-holly-berry:before {
  content: "\f7bc";
}
.fi-br-home-heart:before {
  content: "\f7bd";
}
.fi-br-home-location-alt:before {
  content: "\f7be";
}
.fi-br-home-location:before {
  content: "\f7bf";
}
.fi-br-home:before {
  content: "\f7c0";
}
.fi-br-honey-pot:before {
  content: "\f7c1";
}
.fi-br-hood-cloak:before {
  content: "\f7c2";
}
.fi-br-horizontal-rule:before {
  content: "\f7c3";
}
.fi-br-horse-head:before {
  content: "\f7c4";
}
.fi-br-horse-saddle:before {
  content: "\f7c5";
}
.fi-br-horse:before {
  content: "\f7c6";
}
.fi-br-horseshoe-broken:before {
  content: "\f7c7";
}
.fi-br-horseshoe:before {
  content: "\f7c8";
}
.fi-br-hose-reel:before {
  content: "\f7c9";
}
.fi-br-hose:before {
  content: "\f7ca";
}
.fi-br-hospital-symbol:before {
  content: "\f7cb";
}
.fi-br-hospital-user:before {
  content: "\f7cc";
}
.fi-br-hospital:before {
  content: "\f7cd";
}
.fi-br-hospitals:before {
  content: "\f7ce";
}
.fi-br-hot-tub:before {
  content: "\f7cf";
}
.fi-br-hotdog:before {
  content: "\f7d0";
}
.fi-br-hotel:before {
  content: "\f7d1";
}
.fi-br-hourglass-end:before {
  content: "\f7d2";
}
.fi-br-hourglass-start:before {
  content: "\f7d3";
}
.fi-br-hourglass:before {
  content: "\f7d4";
}
.fi-br-house-blank:before {
  content: "\f7d5";
}
.fi-br-house-building:before {
  content: "\f7d6";
}
.fi-br-house-chimney-blank:before {
  content: "\f7d7";
}
.fi-br-house-chimney-crack:before {
  content: "\f7d8";
}
.fi-br-house-chimney-heart:before {
  content: "\f7d9";
}
.fi-br-house-chimney-medical:before {
  content: "\f7da";
}
.fi-br-house-chimney-user:before {
  content: "\f7db";
}
.fi-br-house-chimney-window:before {
  content: "\f7dc";
}
.fi-br-house-chimney:before {
  content: "\f7dd";
}
.fi-br-house-circle-check:before {
  content: "\f7de";
}
.fi-br-house-circle-exclamation:before {
  content: "\f7df";
}
.fi-br-house-circle-xmark:before {
  content: "\f7e0";
}
.fi-br-house-crack-alt:before {
  content: "\f7e1";
}
.fi-br-house-crack:before {
  content: "\f7e2";
}
.fi-br-house-day:before {
  content: "\f7e3";
}
.fi-br-house-fire:before {
  content: "\f7e4";
}
.fi-br-house-flag:before {
  content: "\f7e5";
}
.fi-br-house-flood:before {
  content: "\f7e6";
}
.fi-br-house-laptop:before {
  content: "\f7e7";
}
.fi-br-house-leave:before {
  content: "\f7e8";
}
.fi-br-house-lock:before {
  content: "\f7e9";
}
.fi-br-house-medical:before {
  content: "\f7ea";
}
.fi-br-house-night:before {
  content: "\f7eb";
}
.fi-br-house-return:before {
  content: "\f7ec";
}
.fi-br-house-signal:before {
  content: "\f7ed";
}
.fi-br-house-tree:before {
  content: "\f7ee";
}
.fi-br-house-tsunami:before {
  content: "\f7ef";
}
.fi-br-house-turret:before {
  content: "\f7f0";
}
.fi-br-house-user:before {
  content: "\f7f1";
}
.fi-br-house-window:before {
  content: "\f7f2";
}
.fi-br-hr-group:before {
  content: "\f7f3";
}
.fi-br-hr-person:before {
  content: "\f7f4";
}
.fi-br-hr:before {
  content: "\f7f5";
}
.fi-br-hryvnia:before {
  content: "\f7f6";
}
.fi-br-humidity:before {
  content: "\f7f7";
}
.fi-br-hundred-points:before {
  content: "\f7f8";
}
.fi-br-hurricane:before {
  content: "\f7f9";
}
.fi-br-i:before {
  content: "\f7fa";
}
.fi-br-ice-cream:before {
  content: "\f7fb";
}
.fi-br-ice-skate:before {
  content: "\f7fc";
}
.fi-br-icicles:before {
  content: "\f7fd";
}
.fi-br-icon-star:before {
  content: "\f7fe";
}
.fi-br-id-badge:before {
  content: "\f7ff";
}
.fi-br-id-card-clip-alt:before {
  content: "\f800";
}
.fi-br-igloo:before {
  content: "\f801";
}
.fi-br-image-slash:before {
  content: "\f802";
}
.fi-br-images-user:before {
  content: "\f803";
}
.fi-br-images:before {
  content: "\f804";
}
.fi-br-improve-user:before {
  content: "\f805";
}
.fi-br-inbox-full:before {
  content: "\f806";
}
.fi-br-inbox-in:before {
  content: "\f807";
}
.fi-br-inbox-out:before {
  content: "\f808";
}
.fi-br-inbox:before {
  content: "\f809";
}
.fi-br-inboxes:before {
  content: "\f80a";
}
.fi-br-incense-sticks-yoga:before {
  content: "\f80b";
}
.fi-br-incognito:before {
  content: "\f80c";
}
.fi-br-indent:before {
  content: "\f80d";
}
.fi-br-indian-rupee-sign:before {
  content: "\f80e";
}
.fi-br-industry-alt:before {
  content: "\f80f";
}
.fi-br-industry-windows:before {
  content: "\f810";
}
.fi-br-infinity:before {
  content: "\f811";
}
.fi-br-info-guide:before {
  content: "\f812";
}
.fi-br-info:before {
  content: "\f813";
}
.fi-br-information:before {
  content: "\f814";
}
.fi-br-inhaler:before {
  content: "\f815";
}
.fi-br-input-numeric:before {
  content: "\f816";
}
.fi-br-input-pipe:before {
  content: "\f817";
}
.fi-br-input-text:before {
  content: "\f818";
}
.fi-br-insert-alt:before {
  content: "\f819";
}
.fi-br-insert-arrows:before {
  content: "\f81a";
}
.fi-br-insert-button-circle:before {
  content: "\f81b";
}
.fi-br-insert-credit-card:before {
  content: "\f81c";
}
.fi-br-insert-square:before {
  content: "\f81d";
}
.fi-br-insert:before {
  content: "\f81e";
}
.fi-br-insight-alt:before {
  content: "\f81f";
}
.fi-br-insight-head:before {
  content: "\f820";
}
.fi-br-insight:before {
  content: "\f821";
}
.fi-br-integral:before {
  content: "\f822";
}
.fi-br-interactive:before {
  content: "\f823";
}
.fi-br-interlining:before {
  content: "\f824";
}
.fi-br-internet-speed-wifi:before {
  content: "\f825";
}
.fi-br-interrogation:before {
  content: "\f826";
}
.fi-br-intersection:before {
  content: "\f827";
}
.fi-br-introduction-handshake:before {
  content: "\f828";
}
.fi-br-introduction:before {
  content: "\f829";
}
.fi-br-inventory-alt:before {
  content: "\f82a";
}
.fi-br-invest:before {
  content: "\f82b";
}
.fi-br-investment:before {
  content: "\f82c";
}
.fi-br-invite-alt:before {
  content: "\f82d";
}
.fi-br-invite:before {
  content: "\f82e";
}
.fi-br-iot-alt:before {
  content: "\f82f";
}
.fi-br-iot:before {
  content: "\f830";
}
.fi-br-ip-address:before {
  content: "\f831";
}
.fi-br-island-tropical:before {
  content: "\f832";
}
.fi-br-issue-loupe:before {
  content: "\f833";
}
.fi-br-it-alt:before {
  content: "\f834";
}
.fi-br-it-computer:before {
  content: "\f835";
}
.fi-br-it:before {
  content: "\f836";
}
.fi-br-italian-lira-sign:before {
  content: "\f837";
}
.fi-br-italic:before {
  content: "\f838";
}
.fi-br-j:before {
  content: "\f839";
}
.fi-br-jam:before {
  content: "\f83a";
}
.fi-br-jar-alt:before {
  content: "\f83b";
}
.fi-br-jar-wheat:before {
  content: "\f83c";
}
.fi-br-javascript:before {
  content: "\f83d";
}
.fi-br-joint:before {
  content: "\f83e";
}
.fi-br-joker:before {
  content: "\f83f";
}
.fi-br-journal-alt:before {
  content: "\f840";
}
.fi-br-journal:before {
  content: "\f841";
}
.fi-br-journey:before {
  content: "\f842";
}
.fi-br-joystick:before {
  content: "\f843";
}
.fi-br-jpg:before {
  content: "\f844";
}
.fi-br-jug-alt:before {
  content: "\f845";
}
.fi-br-jug-bottle:before {
  content: "\f846";
}
.fi-br-jug:before {
  content: "\f847";
}
.fi-br-jumping-rope:before {
  content: "\f848";
}
.fi-br-k:before {
  content: "\f849";
}
.fi-br-kaaba:before {
  content: "\f84a";
}
.fi-br-kazoo:before {
  content: "\f84b";
}
.fi-br-kerning:before {
  content: "\f84c";
}
.fi-br-key-lock-crypto:before {
  content: "\f84d";
}
.fi-br-key-skeleton-left-right:before {
  content: "\f84e";
}
.fi-br-key:before {
  content: "\f84f";
}
.fi-br-keyboard-brightness-low:before {
  content: "\f850";
}
.fi-br-keyboard-brightness:before {
  content: "\f851";
}
.fi-br-keyboard-down:before {
  content: "\f852";
}
.fi-br-keyboard-left:before {
  content: "\f853";
}
.fi-br-keyboard:before {
  content: "\f854";
}
.fi-br-keynote:before {
  content: "\f855";
}
.fi-br-kidneys:before {
  content: "\f856";
}
.fi-br-kip-sign:before {
  content: "\f857";
}
.fi-br-kiss-beam:before {
  content: "\f858";
}
.fi-br-kiss-wink-heart:before {
  content: "\f859";
}
.fi-br-kiss:before {
  content: "\f85a";
}
.fi-br-kite:before {
  content: "\f85b";
}
.fi-br-kiwi-bird:before {
  content: "\f85c";
}
.fi-br-kiwi-fruit:before {
  content: "\f85d";
}
.fi-br-knife-kitchen:before {
  content: "\f85e";
}
.fi-br-knife:before {
  content: "\f85f";
}
.fi-br-knitting:before {
  content: "\f860";
}
.fi-br-kpi-evaluation:before {
  content: "\f861";
}
.fi-br-kpi:before {
  content: "\f862";
}
.fi-br-l:before {
  content: "\f863";
}
.fi-br-label:before {
  content: "\f864";
}
.fi-br-lacrosse-stick-ball:before {
  content: "\f865";
}
.fi-br-lacrosse-stick:before {
  content: "\f866";
}
.fi-br-lambda:before {
  content: "\f867";
}
.fi-br-lamp-desk:before {
  content: "\f868";
}
.fi-br-lamp-floor:before {
  content: "\f869";
}
.fi-br-lamp-street:before {
  content: "\f86a";
}
.fi-br-lamp:before {
  content: "\f86b";
}
.fi-br-land-layer-location:before {
  content: "\f86c";
}
.fi-br-land-layers:before {
  content: "\f86d";
}
.fi-br-land-location:before {
  content: "\f86e";
}
.fi-br-landmark-alt:before {
  content: "\f86f";
}
.fi-br-language:before {
  content: "\f870";
}
.fi-br-laptop-arrow-down:before {
  content: "\f871";
}
.fi-br-laptop-binary:before {
  content: "\f872";
}
.fi-br-laptop-code:before {
  content: "\f873";
}
.fi-br-laptop-medical:before {
  content: "\f874";
}
.fi-br-laptop-mobile:before {
  content: "\f875";
}
.fi-br-laptop-slash:before {
  content: "\f876";
}
.fi-br-laptop:before {
  content: "\f877";
}
.fi-br-lari-sign:before {
  content: "\f878";
}
.fi-br-lasso-sparkles:before {
  content: "\f879";
}
.fi-br-lasso:before {
  content: "\f87a";
}
.fi-br-last-square:before {
  content: "\f87b";
}
.fi-br-laugh-beam:before {
  content: "\f87c";
}
.fi-br-laugh-squint:before {
  content: "\f87d";
}
.fi-br-laugh-wink:before {
  content: "\f87e";
}
.fi-br-laugh:before {
  content: "\f87f";
}
.fi-br-lawyer-man:before {
  content: "\f880";
}
.fi-br-lawyer-woman:before {
  content: "\f881";
}
.fi-br-layer-minus:before {
  content: "\f882";
}
.fi-br-layer-plus:before {
  content: "\f883";
}
.fi-br-layers:before {
  content: "\f884";
}
.fi-br-layout-fluid:before {
  content: "\f885";
}
.fi-br-lead-funnel:before {
  content: "\f886";
}
.fi-br-lead-management:before {
  content: "\f887";
}
.fi-br-lead:before {
  content: "\f888";
}
.fi-br-leader-alt:before {
  content: "\f889";
}
.fi-br-leader-speech:before {
  content: "\f88a";
}
.fi-br-leader:before {
  content: "\f88b";
}
.fi-br-leaderboard-alt:before {
  content: "\f88c";
}
.fi-br-leaderboard-trophy:before {
  content: "\f88d";
}
.fi-br-leaderboard:before {
  content: "\f88e";
}
.fi-br-leadership-alt:before {
  content: "\f88f";
}
.fi-br-leadership:before {
  content: "\f890";
}
.fi-br-leaf-heart:before {
  content: "\f891";
}
.fi-br-leaf-maple:before {
  content: "\f892";
}
.fi-br-leaf-oak:before {
  content: "\f893";
}
.fi-br-leaf:before {
  content: "\f894";
}
.fi-br-leafy-green:before {
  content: "\f895";
}
.fi-br-leave:before {
  content: "\f896";
}
.fi-br-left-from-bracket:before {
  content: "\f897";
}
.fi-br-left:before {
  content: "\f898";
}
.fi-br-legal:before {
  content: "\f899";
}
.fi-br-lemon:before {
  content: "\f89a";
}
.fi-br-lesbian-couple:before {
  content: "\f89b";
}
.fi-br-less-than-equal:before {
  content: "\f89c";
}
.fi-br-less-than:before {
  content: "\f89d";
}
.fi-br-lesson-class:before {
  content: "\f89e";
}
.fi-br-lesson:before {
  content: "\f89f";
}
.fi-br-letter-case:before {
  content: "\f8a0";
}
.fi-br-lettuce:before {
  content: "\f8a1";
}
.fi-br-level-down-alt:before {
  content: "\f8a2";
}
.fi-br-level-down:before {
  content: "\f8a3";
}
.fi-br-level-up-alt:before {
  content: "\f8a4";
}
.fi-br-level-up:before {
  content: "\f8a5";
}
.fi-br-license:before {
  content: "\f8a6";
}
.fi-br-life-ring:before {
  content: "\f8a7";
}
.fi-br-life:before {
  content: "\f8a8";
}
.fi-br-light-ceiling:before {
  content: "\f8a9";
}
.fi-br-light-emergency-on:before {
  content: "\f8aa";
}
.fi-br-light-emergency:before {
  content: "\f8ab";
}
.fi-br-light-switch-off:before {
  content: "\f8ac";
}
.fi-br-light-switch-on:before {
  content: "\f8ad";
}
.fi-br-light-switch:before {
  content: "\f8ae";
}
.fi-br-lightbulb-cfl-on:before {
  content: "\f8af";
}
.fi-br-lightbulb-cfl:before {
  content: "\f8b0";
}
.fi-br-lightbulb-dollar:before {
  content: "\f8b1";
}
.fi-br-lightbulb-exclamation:before {
  content: "\f8b2";
}
.fi-br-lightbulb-head:before {
  content: "\f8b3";
}
.fi-br-lightbulb-on:before {
  content: "\f8b4";
}
.fi-br-lightbulb-question:before {
  content: "\f8b5";
}
.fi-br-lightbulb-setting:before {
  content: "\f8b6";
}
.fi-br-lightbulb-slash:before {
  content: "\f8b7";
}
.fi-br-lighthouse:before {
  content: "\f8b8";
}
.fi-br-lights-holiday:before {
  content: "\f8b9";
}
.fi-br-limit-hand:before {
  content: "\f8ba";
}
.fi-br-limit-speedometer:before {
  content: "\f8bb";
}
.fi-br-line-width:before {
  content: "\f8bc";
}
.fi-br-link-alt:before {
  content: "\f8bd";
}
.fi-br-link-horizontal-slash:before {
  content: "\f8be";
}
.fi-br-link-horizontal:before {
  content: "\f8bf";
}
.fi-br-link-slash-alt:before {
  content: "\f8c0";
}
.fi-br-link-slash:before {
  content: "\f8c1";
}
.fi-br-link:before {
  content: "\f8c2";
}
.fi-br-lion-head:before {
  content: "\f8c3";
}
.fi-br-lion:before {
  content: "\f8c4";
}
.fi-br-lips:before {
  content: "\f8c5";
}
.fi-br-lipstick:before {
  content: "\f8c6";
}
.fi-br-lira-sign:before {
  content: "\f8c7";
}
.fi-br-list-check:before {
  content: "\f8c8";
}
.fi-br-list-dropdown:before {
  content: "\f8c9";
}
.fi-br-list-music:before {
  content: "\f8ca";
}
.fi-br-list-timeline:before {
  content: "\f8cb";
}
.fi-br-list:before {
  content: "\f8cc";
}
.fi-br-litecoin-sign:before {
  content: "\f8cd";
}
.fi-br-live-alt:before {
  content: "\f8ce";
}
.fi-br-live:before {
  content: "\f8cf";
}
.fi-br-loading:before {
  content: "\f8d0";
}
.fi-br-loan:before {
  content: "\f8d1";
}
.fi-br-lobster:before {
  content: "\f8d2";
}
.fi-br-location-alt:before {
  content: "\f8d3";
}
.fi-br-location-arrow:before {
  content: "\f8d4";
}
.fi-br-location-crosshairs-slash:before {
  content: "\f8d5";
}
.fi-br-location-crosshairs:before {
  content: "\f8d6";
}
.fi-br-location-dot-slash:before {
  content: "\f8d7";
}
.fi-br-location-exclamation:before {
  content: "\f8d8";
}
.fi-br-location-pin-call:before {
  content: "\f8d9";
}
.fi-br-lock-alt:before {
  content: "\f8da";
}
.fi-br-lock-hashtag:before {
  content: "\f8db";
}
.fi-br-lock-open-alt:before {
  content: "\f8dc";
}
.fi-br-lock:before {
  content: "\f8dd";
}
.fi-br-locust:before {
  content: "\f8de";
}
.fi-br-loop-square:before {
  content: "\f8df";
}
.fi-br-loveseat:before {
  content: "\f8e0";
}
.fi-br-low-vision:before {
  content: "\f8e1";
}
.fi-br-luchador:before {
  content: "\f8e2";
}
.fi-br-luggage-cart:before {
  content: "\f8e3";
}
.fi-br-luggage-rolling:before {
  content: "\f8e4";
}
.fi-br-lungs-virus:before {
  content: "\f8e5";
}
.fi-br-lungs:before {
  content: "\f8e6";
}
.fi-br-m:before {
  content: "\f8e7";
}
.fi-br-mace:before {
  content: "\f8e8";
}
.fi-br-magic-wand:before {
  content: "\f8e9";
}
.fi-br-magnet-user:before {
  content: "\f8ea";
}
.fi-br-magnet:before {
  content: "\f8eb";
}
.fi-br-mailbox-envelope:before {
  content: "\f8ec";
}
.fi-br-mailbox-flag-up:before {
  content: "\f8ed";
}
.fi-br-mailbox:before {
  content: "\f8ee";
}
.fi-br-makeup-brush:before {
  content: "\f8ef";
}
.fi-br-male-couple:before {
  content: "\f8f0";
}
.fi-br-male:before {
  content: "\f8f1";
}
.fi-br-man-head:before {
  content: "\f8f2";
}
.fi-br-man-scientist:before {
  content: "\f8f3";
}
.fi-br-manat-sign:before {
  content: "\f8f4";
}
.fi-br-mandolin:before {
  content: "\f8f5";
}
.fi-br-mango:before {
  content: "\f8f6";
}
.fi-br-manhole:before {
  content: "\f8f7";
}
.fi-br-map-location-track:before {
  content: "\f8f8";
}
.fi-br-map-marker-check:before {
  content: "\f8f9";
}
.fi-br-map-marker-cross:before {
  content: "\f8fa";
}
.fi-br-map-marker-edit:before {
  content: "\f8fb";
}
.fi-br-map-marker-home:before {
  content: "\f8fc";
}
.fi-br-map-marker-minus:before {
  content: "\f8fd";
}
.fi-br-map-marker-plus:before {
  content: "\f8fe";
}
.fi-br-map-marker-question:before {
  content: "\f8ff";
}
.fi-br-map-marker-slash:before {
  content: "\f900";
}
.fi-br-map-marker-smile:before {
  content: "\f901";
}
.fi-br-map-marker:before {
  content: "\f902";
}
.fi-br-map-pin:before {
  content: "\f903";
}
.fi-br-map-point:before {
  content: "\f904";
}
.fi-br-map:before {
  content: "\f905";
}
.fi-br-marker-time:before {
  content: "\f906";
}
.fi-br-marker:before {
  content: "\f907";
}
.fi-br-marketplace-alt:before {
  content: "\f908";
}
.fi-br-marketplace-store:before {
  content: "\f909";
}
.fi-br-marketplace:before {
  content: "\f90a";
}
.fi-br-mars-stroke-right:before {
  content: "\f90b";
}
.fi-br-mars-stroke-up:before {
  content: "\f90c";
}
.fi-br-martini-glass-citrus:before {
  content: "\f90d";
}
.fi-br-martini-glass-empty:before {
  content: "\f90e";
}
.fi-br-mask-carnival:before {
  content: "\f90f";
}
.fi-br-mask-face:before {
  content: "\f910";
}
.fi-br-mask-snorkel:before {
  content: "\f911";
}
.fi-br-massage:before {
  content: "\f912";
}
.fi-br-match-fire:before {
  content: "\f913";
}
.fi-br-mattress-pillow:before {
  content: "\f914";
}
.fi-br-measuring-tape:before {
  content: "\f915";
}
.fi-br-meat:before {
  content: "\f916";
}
.fi-br-medal:before {
  content: "\f917";
}
.fi-br-medical-star:before {
  content: "\f918";
}
.fi-br-medicine:before {
  content: "\f919";
}
.fi-br-meditation:before {
  content: "\f91a";
}
.fi-br-meeting-alt:before {
  content: "\f91b";
}
.fi-br-meeting:before {
  content: "\f91c";
}
.fi-br-megaphone-announcement-leader:before {
  content: "\f91d";
}
.fi-br-megaphone:before {
  content: "\f91e";
}
.fi-br-meh-blank:before {
  content: "\f91f";
}
.fi-br-meh-rolling-eyes:before {
  content: "\f920";
}
.fi-br-melon-alt:before {
  content: "\f921";
}
.fi-br-melon:before {
  content: "\f922";
}
.fi-br-member-list:before {
  content: "\f923";
}
.fi-br-member-search:before {
  content: "\f924";
}
.fi-br-membership-vip:before {
  content: "\f925";
}
.fi-br-membership:before {
  content: "\f926";
}
.fi-br-memo-circle-check:before {
  content: "\f927";
}
.fi-br-memo-pad:before {
  content: "\f928";
}
.fi-br-memo:before {
  content: "\f929";
}
.fi-br-memory:before {
  content: "\f92a";
}
.fi-br-menu-burger:before {
  content: "\f92b";
}
.fi-br-menu-dots-vertical:before {
  content: "\f92c";
}
.fi-br-menu-dots:before {
  content: "\f92d";
}
.fi-br-mercury:before {
  content: "\f92e";
}
.fi-br-message-arrow-down:before {
  content: "\f92f";
}
.fi-br-message-arrow-up-right:before {
  content: "\f930";
}
.fi-br-message-arrow-up:before {
  content: "\f931";
}
.fi-br-message-bot:before {
  content: "\f932";
}
.fi-br-message-code:before {
  content: "\f933";
}
.fi-br-message-dollar:before {
  content: "\f934";
}
.fi-br-message-heart:before {
  content: "\f935";
}
.fi-br-message-image:before {
  content: "\f936";
}
.fi-br-message-question:before {
  content: "\f937";
}
.fi-br-message-quote:before {
  content: "\f938";
}
.fi-br-message-slash:before {
  content: "\f939";
}
.fi-br-message-sms:before {
  content: "\f93a";
}
.fi-br-message-text:before {
  content: "\f93b";
}
.fi-br-message-xmark:before {
  content: "\f93c";
}
.fi-br-messages-dollar:before {
  content: "\f93d";
}
.fi-br-messages-question:before {
  content: "\f93e";
}
.fi-br-messages:before {
  content: "\f93f";
}
.fi-br-meteor:before {
  content: "\f940";
}
.fi-br-meter-bolt:before {
  content: "\f941";
}
.fi-br-meter-droplet:before {
  content: "\f942";
}
.fi-br-meter-fire:before {
  content: "\f943";
}
.fi-br-meter:before {
  content: "\f944";
}
.fi-br-method:before {
  content: "\f945";
}
.fi-br-microchip-ai:before {
  content: "\f946";
}
.fi-br-microchip:before {
  content: "\f947";
}
.fi-br-microphone-alt:before {
  content: "\f948";
}
.fi-br-microphone-slash:before {
  content: "\f949";
}
.fi-br-microphone:before {
  content: "\f94a";
}
.fi-br-microscope:before {
  content: "\f94b";
}
.fi-br-microwave:before {
  content: "\f94c";
}
.fi-br-milk-alt:before {
  content: "\f94d";
}
.fi-br-milk:before {
  content: "\f94e";
}
.fi-br-mill-sign:before {
  content: "\f94f";
}
.fi-br-mind-share:before {
  content: "\f950";
}
.fi-br-minus-circle:before {
  content: "\f951";
}
.fi-br-minus-hexagon:before {
  content: "\f952";
}
.fi-br-minus-small:before {
  content: "\f953";
}
.fi-br-minus:before {
  content: "\f954";
}
.fi-br-mistletoe:before {
  content: "\f955";
}
.fi-br-mix:before {
  content: "\f956";
}
.fi-br-mobile-button:before {
  content: "\f957";
}
.fi-br-mobile-notch:before {
  content: "\f958";
}
.fi-br-mobile:before {
  content: "\f959";
}
.fi-br-mockup:before {
  content: "\f95a";
}
.fi-br-mode-alt:before {
  content: "\f95b";
}
.fi-br-mode-landscape:before {
  content: "\f95c";
}
.fi-br-mode-portrait:before {
  content: "\f95d";
}
.fi-br-mode:before {
  content: "\f95e";
}
.fi-br-model-cube-arrows:before {
  content: "\f95f";
}
.fi-br-model-cube-space:before {
  content: "\f960";
}
.fi-br-model-cube:before {
  content: "\f961";
}
.fi-br-module:before {
  content: "\f962";
}
.fi-br-monday:before {
  content: "\f963";
}
.fi-br-money-bill-simple:before {
  content: "\f964";
}
.fi-br-money-bill-transfer:before {
  content: "\f965";
}
.fi-br-money-bill-wave-alt:before {
  content: "\f966";
}
.fi-br-money-bill-wave:before {
  content: "\f967";
}
.fi-br-money-bills-simple:before {
  content: "\f968";
}
.fi-br-money-bills:before {
  content: "\f969";
}
.fi-br-money-check-edit-alt:before {
  content: "\f96a";
}
.fi-br-money-check-edit:before {
  content: "\f96b";
}
.fi-br-money-check:before {
  content: "\f96c";
}
.fi-br-money-coin-transfer:before {
  content: "\f96d";
}
.fi-br-money-from-bracket:before {
  content: "\f96e";
}
.fi-br-money-simple-from-bracket:before {
  content: "\f96f";
}
.fi-br-money-transfer-alt:before {
  content: "\f970";
}
.fi-br-money-transfer-coin-arrow:before {
  content: "\f971";
}
.fi-br-money-transfer-smartphone:before {
  content: "\f972";
}
.fi-br-money-wings:before {
  content: "\f973";
}
.fi-br-money:before {
  content: "\f974";
}
.fi-br-monkey:before {
  content: "\f975";
}
.fi-br-monument:before {
  content: "\f976";
}
.fi-br-moon-stars:before {
  content: "\f977";
}
.fi-br-moon:before {
  content: "\f978";
}
.fi-br-moped:before {
  content: "\f979";
}
.fi-br-mortar-pestle:before {
  content: "\f97a";
}
.fi-br-mortgage:before {
  content: "\f97b";
}
.fi-br-mosque-alt:before {
  content: "\f97c";
}
.fi-br-mosque-moon:before {
  content: "\f97d";
}
.fi-br-mosque:before {
  content: "\f97e";
}
.fi-br-mosquito-net:before {
  content: "\f97f";
}
.fi-br-mosquito:before {
  content: "\f980";
}
.fi-br-motorcycle:before {
  content: "\f981";
}
.fi-br-mound:before {
  content: "\f982";
}
.fi-br-mountain-city:before {
  content: "\f983";
}
.fi-br-mountain:before {
  content: "\f984";
}
.fi-br-mountains:before {
  content: "\f985";
}
.fi-br-mouse-field:before {
  content: "\f986";
}
.fi-br-mouse:before {
  content: "\f987";
}
.fi-br-mov-file:before {
  content: "\f988";
}
.fi-br-move-to-folder-2:before {
  content: "\f989";
}
.fi-br-move-to-folder:before {
  content: "\f98a";
}
.fi-br-mp3-file:before {
  content: "\f98b";
}
.fi-br-mp3-player:before {
  content: "\f98c";
}
.fi-br-mp4-file:before {
  content: "\f98d";
}
.fi-br-mug-alt:before {
  content: "\f98e";
}
.fi-br-mug-hot-alt:before {
  content: "\f98f";
}
.fi-br-mug-hot:before {
  content: "\f990";
}
.fi-br-mug-marshmallows:before {
  content: "\f991";
}
.fi-br-mug-tea-saucer:before {
  content: "\f992";
}
.fi-br-mug-tea:before {
  content: "\f993";
}
.fi-br-mug:before {
  content: "\f994";
}
.fi-br-multiple-alt:before {
  content: "\f995";
}
.fi-br-multiple:before {
  content: "\f996";
}
.fi-br-muscle:before {
  content: "\f997";
}
.fi-br-mushroom-alt:before {
  content: "\f998";
}
.fi-br-mushroom:before {
  content: "\f999";
}
.fi-br-music-alt:before {
  content: "\f99a";
}
.fi-br-music-file:before {
  content: "\f99b";
}
.fi-br-music-note-slash:before {
  content: "\f99c";
}
.fi-br-music-note:before {
  content: "\f99d";
}
.fi-br-music-slash:before {
  content: "\f99e";
}
.fi-br-music:before {
  content: "\f99f";
}
.fi-br-n:before {
  content: "\f9a0";
}
.fi-br-naira-sign:before {
  content: "\f9a1";
}
.fi-br-narwhal:before {
  content: "\f9a2";
}
.fi-br-navigation:before {
  content: "\f9a3";
}
.fi-br-nesting-dolls:before {
  content: "\f9a4";
}
.fi-br-network-analytic:before {
  content: "\f9a5";
}
.fi-br-network-cloud:before {
  content: "\f9a6";
}
.fi-br-network:before {
  content: "\f9a7";
}
.fi-br-neuter:before {
  content: "\f9a8";
}
.fi-br-newsletter-subscribe:before {
  content: "\f9a9";
}
.fi-br-newspaper-open:before {
  content: "\f9aa";
}
.fi-br-newspaper:before {
  content: "\f9ab";
}
.fi-br-nfc-lock:before {
  content: "\f9ac";
}
.fi-br-nfc-magnifying-glass:before {
  content: "\f9ad";
}
.fi-br-nfc-pen:before {
  content: "\f9ae";
}
.fi-br-nfc-slash:before {
  content: "\f9af";
}
.fi-br-nfc-trash:before {
  content: "\f9b0";
}
.fi-br-nfc:before {
  content: "\f9b1";
}
.fi-br-night-day:before {
  content: "\f9b2";
}
.fi-br-no-fee:before {
  content: "\f9b3";
}
.fi-br-no-people:before {
  content: "\f9b4";
}
.fi-br-noodles:before {
  content: "\f9b5";
}
.fi-br-nose:before {
  content: "\f9b6";
}
.fi-br-not-equal:before {
  content: "\f9b7";
}
.fi-br-not-found-alt:before {
  content: "\f9b8";
}
.fi-br-not-found-magnifying-glass:before {
  content: "\f9b9";
}
.fi-br-not-found:before {
  content: "\f9ba";
}
.fi-br-notdef:before {
  content: "\f9bb";
}
.fi-br-note-medical:before {
  content: "\f9bc";
}
.fi-br-note-sticky:before {
  content: "\f9bd";
}
.fi-br-note:before {
  content: "\f9be";
}
.fi-br-notebook-alt:before {
  content: "\f9bf";
}
.fi-br-notebook:before {
  content: "\f9c0";
}
.fi-br-notes-medical:before {
  content: "\f9c1";
}
.fi-br-notes:before {
  content: "\f9c2";
}
.fi-br-o:before {
  content: "\f9c3";
}
.fi-br-object-exclude:before {
  content: "\f9c4";
}
.fi-br-object-group:before {
  content: "\f9c5";
}
.fi-br-object-intersect:before {
  content: "\f9c6";
}
.fi-br-object-subtract:before {
  content: "\f9c7";
}
.fi-br-object-ungroup:before {
  content: "\f9c8";
}
.fi-br-object-union:before {
  content: "\f9c9";
}
.fi-br-objects-column:before {
  content: "\f9ca";
}
.fi-br-octagon-check:before {
  content: "\f9cb";
}
.fi-br-octagon-divide:before {
  content: "\f9cc";
}
.fi-br-octagon-exclamation:before {
  content: "\f9cd";
}
.fi-br-octagon-minus:before {
  content: "\f9ce";
}
.fi-br-octagon-plus:before {
  content: "\f9cf";
}
.fi-br-octagon-xmark:before {
  content: "\f9d0";
}
.fi-br-octagon:before {
  content: "\f9d1";
}
.fi-br-oil-can:before {
  content: "\f9d2";
}
.fi-br-oil-temp:before {
  content: "\f9d3";
}
.fi-br-olive-oil:before {
  content: "\f9d4";
}
.fi-br-olive:before {
  content: "\f9d5";
}
.fi-br-olives:before {
  content: "\f9d6";
}
.fi-br-om:before {
  content: "\f9d7";
}
.fi-br-omega:before {
  content: "\f9d8";
}
.fi-br-onboarding:before {
  content: "\f9d9";
}
.fi-br-onion:before {
  content: "\f9da";
}
.fi-br-opacity:before {
  content: "\f9db";
}
.fi-br-open-mail-clip:before {
  content: "\f9dc";
}
.fi-br-operating-system-upgrade:before {
  content: "\f9dd";
}
.fi-br-operation:before {
  content: "\f9de";
}
.fi-br-order-history:before {
  content: "\f9df";
}
.fi-br-organization-chart:before {
  content: "\f9e0";
}
.fi-br-ornament:before {
  content: "\f9e1";
}
.fi-br-otp:before {
  content: "\f9e2";
}
.fi-br-otter:before {
  content: "\f9e3";
}
.fi-br-outdent:before {
  content: "\f9e4";
}
.fi-br-oval-alt:before {
  content: "\f9e5";
}
.fi-br-oval:before {
  content: "\f9e6";
}
.fi-br-oven:before {
  content: "\f9e7";
}
.fi-br-overline:before {
  content: "\f9e8";
}
.fi-br-overview:before {
  content: "\f9e9";
}
.fi-br-p:before {
  content: "\f9ea";
}
.fi-br-package:before {
  content: "\f9eb";
}
.fi-br-padlock-check:before {
  content: "\f9ec";
}
.fi-br-page-break:before {
  content: "\f9ed";
}
.fi-br-pager:before {
  content: "\f9ee";
}
.fi-br-paid:before {
  content: "\f9ef";
}
.fi-br-paint-brush:before {
  content: "\f9f0";
}
.fi-br-paint-roller:before {
  content: "\f9f1";
}
.fi-br-paintbrush-pencil:before {
  content: "\f9f2";
}
.fi-br-palette:before {
  content: "\f9f3";
}
.fi-br-pallet-alt:before {
  content: "\f9f4";
}
.fi-br-pallet:before {
  content: "\f9f5";
}
.fi-br-pan-food:before {
  content: "\f9f6";
}
.fi-br-pan-frying:before {
  content: "\f9f7";
}
.fi-br-pan:before {
  content: "\f9f8";
}
.fi-br-pancakes:before {
  content: "\f9f9";
}
.fi-br-panorama:before {
  content: "\f9fa";
}
.fi-br-paper-plane-launch:before {
  content: "\f9fb";
}
.fi-br-paper-plane-top:before {
  content: "\f9fc";
}
.fi-br-paper-plane:before {
  content: "\f9fd";
}
.fi-br-paperclip-vertical:before {
  content: "\f9fe";
}
.fi-br-parachute-box:before {
  content: "\f9ff";
}
.fi-br-paragraph-left:before {
  content: "\fa00";
}
.fi-br-paragraph:before {
  content: "\fa01";
}
.fi-br-parking-circle-slash:before {
  content: "\fa02";
}
.fi-br-parking-circle:before {
  content: "\fa03";
}
.fi-br-parking-slash:before {
  content: "\fa04";
}
.fi-br-parking:before {
  content: "\fa05";
}
.fi-br-party-bell:before {
  content: "\fa06";
}
.fi-br-party-horn:before {
  content: "\fa07";
}
.fi-br-passport:before {
  content: "\fa08";
}
.fi-br-password-alt:before {
  content: "\fa09";
}
.fi-br-password-computer:before {
  content: "\fa0a";
}
.fi-br-password-email:before {
  content: "\fa0b";
}
.fi-br-password-smartphone:before {
  content: "\fa0c";
}
.fi-br-password:before {
  content: "\fa0d";
}
.fi-br-paste:before {
  content: "\fa0e";
}
.fi-br-pattern:before {
  content: "\fa0f";
}
.fi-br-pause-circle:before {
  content: "\fa10";
}
.fi-br-pause-square:before {
  content: "\fa11";
}
.fi-br-pause:before {
  content: "\fa12";
}
.fi-br-paw-claws:before {
  content: "\fa13";
}
.fi-br-paw-heart:before {
  content: "\fa14";
}
.fi-br-paw:before {
  content: "\fa15";
}
.fi-br-payment-pos:before {
  content: "\fa16";
}
.fi-br-payroll-calendar:before {
  content: "\fa17";
}
.fi-br-payroll-check:before {
  content: "\fa18";
}
.fi-br-payroll:before {
  content: "\fa19";
}
.fi-br-peace:before {
  content: "\fa1a";
}
.fi-br-peach:before {
  content: "\fa1b";
}
.fi-br-peanut:before {
  content: "\fa1c";
}
.fi-br-peanuts:before {
  content: "\fa1d";
}
.fi-br-peapod:before {
  content: "\fa1e";
}
.fi-br-pear:before {
  content: "\fa1f";
}
.fi-br-pedestal:before {
  content: "\fa20";
}
.fi-br-pen-circle:before {
  content: "\fa21";
}
.fi-br-pen-clip-slash:before {
  content: "\fa22";
}
.fi-br-pen-clip:before {
  content: "\fa23";
}
.fi-br-pen-fancy-slash:before {
  content: "\fa24";
}
.fi-br-pen-fancy:before {
  content: "\fa25";
}
.fi-br-pen-field:before {
  content: "\fa26";
}
.fi-br-pen-nib-slash:before {
  content: "\fa27";
}
.fi-br-pen-nib:before {
  content: "\fa28";
}
.fi-br-pen-slash:before {
  content: "\fa29";
}
.fi-br-pen-square:before {
  content: "\fa2a";
}
.fi-br-pen-swirl:before {
  content: "\fa2b";
}
.fi-br-pencil-paintbrush:before {
  content: "\fa2c";
}
.fi-br-pencil-ruler:before {
  content: "\fa2d";
}
.fi-br-pencil-slash:before {
  content: "\fa2e";
}
.fi-br-pencil:before {
  content: "\fa2f";
}
.fi-br-pending:before {
  content: "\fa30";
}
.fi-br-pennant:before {
  content: "\fa31";
}
.fi-br-people-arrows-left-right:before {
  content: "\fa32";
}
.fi-br-people-carry-box:before {
  content: "\fa33";
}
.fi-br-people-dress:before {
  content: "\fa34";
}
.fi-br-people-network-partner:before {
  content: "\fa35";
}
.fi-br-people-pants:before {
  content: "\fa36";
}
.fi-br-people-poll:before {
  content: "\fa37";
}
.fi-br-people-pulling:before {
  content: "\fa38";
}
.fi-br-people-roof:before {
  content: "\fa39";
}
.fi-br-people:before {
  content: "\fa3a";
}
.fi-br-pepper-alt:before {
  content: "\fa3b";
}
.fi-br-pepper-hot:before {
  content: "\fa3c";
}
.fi-br-pepper:before {
  content: "\fa3d";
}
.fi-br-percent-10:before {
  content: "\fa3e";
}
.fi-br-percent-100:before {
  content: "\fa3f";
}
.fi-br-percent-20:before {
  content: "\fa40";
}
.fi-br-percent-25:before {
  content: "\fa41";
}
.fi-br-percent-30:before {
  content: "\fa42";
}
.fi-br-percent-40:before {
  content: "\fa43";
}
.fi-br-percent-50:before {
  content: "\fa44";
}
.fi-br-percent-60:before {
  content: "\fa45";
}
.fi-br-percent-70:before {
  content: "\fa46";
}
.fi-br-percent-75:before {
  content: "\fa47";
}
.fi-br-percent-80:before {
  content: "\fa48";
}
.fi-br-percent-90:before {
  content: "\fa49";
}
.fi-br-percentage:before {
  content: "\fa4a";
}
.fi-br-person-burst:before {
  content: "\fa4b";
}
.fi-br-person-carry-box:before {
  content: "\fa4c";
}
.fi-br-person-circle-check:before {
  content: "\fa4d";
}
.fi-br-person-circle-exclamation:before {
  content: "\fa4e";
}
.fi-br-person-circle-minus:before {
  content: "\fa4f";
}
.fi-br-person-circle-plus:before {
  content: "\fa50";
}
.fi-br-person-circle-question:before {
  content: "\fa51";
}
.fi-br-person-circle-xmark:before {
  content: "\fa52";
}
.fi-br-person-cv:before {
  content: "\fa53";
}
.fi-br-person-dolly-empty:before {
  content: "\fa54";
}
.fi-br-person-dolly:before {
  content: "\fa55";
}
.fi-br-person-dress-simple:before {
  content: "\fa56";
}
.fi-br-person-dress:before {
  content: "\fa57";
}
.fi-br-person-luggage:before {
  content: "\fa58";
}
.fi-br-person-lunge:before {
  content: "\fa59";
}
.fi-br-person-pilates:before {
  content: "\fa5a";
}
.fi-br-person-praying:before {
  content: "\fa5b";
}
.fi-br-person-pregnant:before {
  content: "\fa5c";
}
.fi-br-person-seat-reclined:before {
  content: "\fa5d";
}
.fi-br-person-seat:before {
  content: "\fa5e";
}
.fi-br-person-shelter:before {
  content: "\fa5f";
}
.fi-br-person-sign:before {
  content: "\fa60";
}
.fi-br-person-simple:before {
  content: "\fa61";
}
.fi-br-person-walking-with-cane:before {
  content: "\fa62";
}
.fi-br-peseta-sign:before {
  content: "\fa63";
}
.fi-br-peso-sign:before {
  content: "\fa64";
}
.fi-br-pets:before {
  content: "\fa65";
}
.fi-br-pharmacy:before {
  content: "\fa66";
}
.fi-br-phone-call:before {
  content: "\fa67";
}
.fi-br-phone-cross:before {
  content: "\fa68";
}
.fi-br-phone-flip:before {
  content: "\fa69";
}
.fi-br-phone-guide:before {
  content: "\fa6a";
}
.fi-br-phone-heart-message:before {
  content: "\fa6b";
}
.fi-br-phone-office:before {
  content: "\fa6c";
}
.fi-br-phone-pause:before {
  content: "\fa6d";
}
.fi-br-phone-plus:before {
  content: "\fa6e";
}
.fi-br-phone-rotary:before {
  content: "\fa6f";
}
.fi-br-phone-slash:before {
  content: "\fa70";
}
.fi-br-photo-capture:before {
  content: "\fa71";
}
.fi-br-photo-film-music:before {
  content: "\fa72";
}
.fi-br-photo-video:before {
  content: "\fa73";
}
.fi-br-physics:before {
  content: "\fa74";
}
.fi-br-Pi:before {
  content: "\fa75";
}
.fi-br-piano-keyboard:before {
  content: "\fa76";
}
.fi-br-piano:before {
  content: "\fa77";
}
.fi-br-pickaxe:before {
  content: "\fa78";
}
.fi-br-picking-box:before {
  content: "\fa79";
}
.fi-br-picking:before {
  content: "\fa7a";
}
.fi-br-picnic:before {
  content: "\fa7b";
}
.fi-br-picpeople-filled:before {
  content: "\fa7c";
}
.fi-br-picpeople:before {
  content: "\fa7d";
}
.fi-br-picture:before {
  content: "\fa7e";
}
.fi-br-pie:before {
  content: "\fa7f";
}
.fi-br-pig-bank-bulb:before {
  content: "\fa80";
}
.fi-br-pig-face:before {
  content: "\fa81";
}
.fi-br-pig:before {
  content: "\fa82";
}
.fi-br-piggy-bank-budget:before {
  content: "\fa83";
}
.fi-br-piggy-bank:before {
  content: "\fa84";
}
.fi-br-pills:before {
  content: "\fa85";
}
.fi-br-pinata:before {
  content: "\fa86";
}
.fi-br-pineapple-alt:before {
  content: "\fa87";
}
.fi-br-pineapple:before {
  content: "\fa88";
}
.fi-br-ping-pong:before {
  content: "\fa89";
}
.fi-br-pipe-smoking:before {
  content: "\fa8a";
}
.fi-br-pizza-slice:before {
  content: "\fa8b";
}
.fi-br-place-of-worship:before {
  content: "\fa8c";
}
.fi-br-plan-strategy:before {
  content: "\fa8d";
}
.fi-br-plan:before {
  content: "\fa8e";
}
.fi-br-plane-alt:before {
  content: "\fa8f";
}
.fi-br-plane-arrival:before {
  content: "\fa90";
}
.fi-br-plane-departure:before {
  content: "\fa91";
}
.fi-br-plane-prop:before {
  content: "\fa92";
}
.fi-br-plane-slash:before {
  content: "\fa93";
}
.fi-br-plane-tail:before {
  content: "\fa94";
}
.fi-br-plane:before {
  content: "\fa95";
}
.fi-br-planet-moon:before {
  content: "\fa96";
}
.fi-br-planet-ringed:before {
  content: "\fa97";
}
.fi-br-plant-care:before {
  content: "\fa98";
}
.fi-br-plant-growth:before {
  content: "\fa99";
}
.fi-br-plant-seed-invest:before {
  content: "\fa9a";
}
.fi-br-plant-wilt:before {
  content: "\fa9b";
}
.fi-br-plate-utensils:before {
  content: "\fa9c";
}
.fi-br-plate-wheat:before {
  content: "\fa9d";
}
.fi-br-plate:before {
  content: "\fa9e";
}
.fi-br-play-alt:before {
  content: "\fa9f";
}
.fi-br-play-circle:before {
  content: "\faa0";
}
.fi-br-play-microphone:before {
  content: "\faa1";
}
.fi-br-play-pause:before {
  content: "\faa2";
}
.fi-br-play:before {
  content: "\faa3";
}
.fi-br-playing-cards:before {
  content: "\faa4";
}
.fi-br-plug-alt:before {
  content: "\faa5";
}
.fi-br-plug-cable:before {
  content: "\faa6";
}
.fi-br-plug-circle-bolt:before {
  content: "\faa7";
}
.fi-br-plug-circle-check:before {
  content: "\faa8";
}
.fi-br-plug-circle-exclamation:before {
  content: "\faa9";
}
.fi-br-plug-circle-minus:before {
  content: "\faaa";
}
.fi-br-plug-circle-plus:before {
  content: "\faab";
}
.fi-br-plug-connection:before {
  content: "\faac";
}
.fi-br-plug:before {
  content: "\faad";
}
.fi-br-plus-hexagon:before {
  content: "\faae";
}
.fi-br-plus-minus:before {
  content: "\faaf";
}
.fi-br-plus-small:before {
  content: "\fab0";
}
.fi-br-plus:before {
  content: "\fab1";
}
.fi-br-png-file:before {
  content: "\fab2";
}
.fi-br-podcast:before {
  content: "\fab3";
}
.fi-br-podium-star:before {
  content: "\fab4";
}
.fi-br-podium-victory-leader:before {
  content: "\fab5";
}
.fi-br-podium:before {
  content: "\fab6";
}
.fi-br-point-of-sale-bill:before {
  content: "\fab7";
}
.fi-br-point-of-sale-signal:before {
  content: "\fab8";
}
.fi-br-point-of-sale:before {
  content: "\fab9";
}
.fi-br-pointer-loading:before {
  content: "\faba";
}
.fi-br-pointer-text:before {
  content: "\fabb";
}
.fi-br-poker-chip:before {
  content: "\fabc";
}
.fi-br-police-box:before {
  content: "\fabd";
}
.fi-br-poll-h:before {
  content: "\fabe";
}
.fi-br-pollution:before {
  content: "\fabf";
}
.fi-br-pompebled:before {
  content: "\fac0";
}
.fi-br-poo-bolt:before {
  content: "\fac1";
}
.fi-br-poo:before {
  content: "\fac2";
}
.fi-br-pool-8-ball:before {
  content: "\fac3";
}
.fi-br-poop:before {
  content: "\fac4";
}
.fi-br-popcorn:before {
  content: "\fac5";
}
.fi-br-popsicle:before {
  content: "\fac6";
}
.fi-br-portal-enter:before {
  content: "\fac7";
}
.fi-br-portal-exit:before {
  content: "\fac8";
}
.fi-br-portrait:before {
  content: "\fac9";
}
.fi-br-postal-address:before {
  content: "\faca";
}
.fi-br-pot:before {
  content: "\facb";
}
.fi-br-potato:before {
  content: "\facc";
}
.fi-br-pound:before {
  content: "\facd";
}
.fi-br-power:before {
  content: "\face";
}
.fi-br-ppt-file:before {
  content: "\facf";
}
.fi-br-practice:before {
  content: "\fad0";
}
.fi-br-praying-hands:before {
  content: "\fad1";
}
.fi-br-prescription-bottle-alt:before {
  content: "\fad2";
}
.fi-br-prescription-bottle-pill:before {
  content: "\fad3";
}
.fi-br-prescription-bottle:before {
  content: "\fad4";
}
.fi-br-prescription:before {
  content: "\fad5";
}
.fi-br-presentation:before {
  content: "\fad6";
}
.fi-br-preview:before {
  content: "\fad7";
}
.fi-br-previous-square:before {
  content: "\fad8";
}
.fi-br-print-magnifying-glass:before {
  content: "\fad9";
}
.fi-br-print-slash:before {
  content: "\fada";
}
.fi-br-print:before {
  content: "\fadb";
}
.fi-br-priority-arrow:before {
  content: "\fadc";
}
.fi-br-priority-arrows:before {
  content: "\fadd";
}
.fi-br-priority-importance:before {
  content: "\fade";
}
.fi-br-problem-solving:before {
  content: "\fadf";
}
.fi-br-procedures:before {
  content: "\fae0";
}
.fi-br-process:before {
  content: "\fae1";
}
.fi-br-productivity:before {
  content: "\fae2";
}
.fi-br-progress-complete:before {
  content: "\fae3";
}
.fi-br-progress-download:before {
  content: "\fae4";
}
.fi-br-progress-upload:before {
  content: "\fae5";
}
.fi-br-projector:before {
  content: "\fae6";
}
.fi-br-protractor:before {
  content: "\fae7";
}
.fi-br-pulse:before {
  content: "\fae8";
}
.fi-br-pump-medical:before {
  content: "\fae9";
}
.fi-br-pump:before {
  content: "\faea";
}
.fi-br-pumpkin-alt-2:before {
  content: "\faeb";
}
.fi-br-pumpkin-alt:before {
  content: "\faec";
}
.fi-br-pumpkin:before {
  content: "\faed";
}
.fi-br-puzzle-alt:before {
  content: "\faee";
}
.fi-br-puzzle-piece-integration:before {
  content: "\faef";
}
.fi-br-puzzle-piece:before {
  content: "\faf0";
}
.fi-br-puzzle-pieces:before {
  content: "\faf1";
}
.fi-br-pyramid:before {
  content: "\faf2";
}
.fi-br-q:before {
  content: "\faf3";
}
.fi-br-qr-scan:before {
  content: "\faf4";
}
.fi-br-QR:before {
  content: "\faf5";
}
.fi-br-qrcode:before {
  content: "\faf6";
}
.fi-br-question-square:before {
  content: "\faf7";
}
.fi-br-question:before {
  content: "\faf8";
}
.fi-br-queue-alt:before {
  content: "\faf9";
}
.fi-br-queue-line:before {
  content: "\fafa";
}
.fi-br-queue-signal:before {
  content: "\fafb";
}
.fi-br-queue:before {
  content: "\fafc";
}
.fi-br-quill-pen-story:before {
  content: "\fafd";
}
.fi-br-quiz-alt:before {
  content: "\fafe";
}
.fi-br-quiz:before {
  content: "\faff";
}
.fi-br-quote-right:before {
  content: "\fb00";
}
.fi-br-r:before {
  content: "\fb01";
}
.fi-br-rabbit-fast:before {
  content: "\fb02";
}
.fi-br-rabbit:before {
  content: "\fb03";
}
.fi-br-raccoon:before {
  content: "\fb04";
}
.fi-br-racquet:before {
  content: "\fb05";
}
.fi-br-radar-monitoring-track:before {
  content: "\fb06";
}
.fi-br-radar:before {
  content: "\fb07";
}
.fi-br-radiation-alt:before {
  content: "\fb08";
}
.fi-br-radiation:before {
  content: "\fb09";
}
.fi-br-radio-alt:before {
  content: "\fb0a";
}
.fi-br-radio-button:before {
  content: "\fb0b";
}
.fi-br-radio:before {
  content: "\fb0c";
}
.fi-br-radish:before {
  content: "\fb0d";
}
.fi-br-rainbow:before {
  content: "\fb0e";
}
.fi-br-raindrops:before {
  content: "\fb0f";
}
.fi-br-ram:before {
  content: "\fb10";
}
.fi-br-ramp-loading:before {
  content: "\fb11";
}
.fi-br-rank:before {
  content: "\fb12";
}
.fi-br-ranking-podium-empty:before {
  content: "\fb13";
}
.fi-br-ranking-podium:before {
  content: "\fb14";
}
.fi-br-ranking-star:before {
  content: "\fb15";
}
.fi-br-ranking-stars:before {
  content: "\fb16";
}
.fi-br-raygun:before {
  content: "\fb17";
}
.fi-br-razor-barber:before {
  content: "\fb18";
}
.fi-br-react:before {
  content: "\fb19";
}
.fi-br-rec:before {
  content: "\fb1a";
}
.fi-br-receipt:before {
  content: "\fb1b";
}
.fi-br-recipe-book:before {
  content: "\fb1c";
}
.fi-br-recipe:before {
  content: "\fb1d";
}
.fi-br-record-vinyl:before {
  content: "\fb1e";
}
.fi-br-rectabgle-vertical:before {
  content: "\fb1f";
}
.fi-br-rectangle-barcode:before {
  content: "\fb20";
}
.fi-br-rectangle-code:before {
  content: "\fb21";
}
.fi-br-rectangle-history-circle-plus:before {
  content: "\fb22";
}
.fi-br-rectangle-horizontal:before {
  content: "\fb23";
}
.fi-br-rectangle-list:before {
  content: "\fb24";
}
.fi-br-rectangle-panoramic:before {
  content: "\fb25";
}
.fi-br-rectangle-pro:before {
  content: "\fb26";
}
.fi-br-rectangle-vertical-history:before {
  content: "\fb27";
}
.fi-br-rectangle-vertical:before {
  content: "\fb28";
}
.fi-br-rectangle-xmark:before {
  content: "\fb29";
}
.fi-br-rectangles-mixed:before {
  content: "\fb2a";
}
.fi-br-recycle-bin:before {
  content: "\fb2b";
}
.fi-br-recycle:before {
  content: "\fb2c";
}
.fi-br-redo-alt:before {
  content: "\fb2d";
}
.fi-br-redo:before {
  content: "\fb2e";
}
.fi-br-reel:before {
  content: "\fb2f";
}
.fi-br-refer-arrow:before {
  content: "\fb30";
}
.fi-br-refer:before {
  content: "\fb31";
}
.fi-br-referral-alt:before {
  content: "\fb32";
}
.fi-br-referral-user:before {
  content: "\fb33";
}
.fi-br-referral:before {
  content: "\fb34";
}
.fi-br-reflect-horizontal-alt:before {
  content: "\fb35";
}
.fi-br-reflect-horizontal:before {
  content: "\fb36";
}
.fi-br-reflect-vertical:before {
  content: "\fb37";
}
.fi-br-reflect:before {
  content: "\fb38";
}
.fi-br-refresh:before {
  content: "\fb39";
}
.fi-br-refrigerator:before {
  content: "\fb3a";
}
.fi-br-refund-alt:before {
  content: "\fb3b";
}
.fi-br-refund:before {
  content: "\fb3c";
}
.fi-br-region-pin-alt:before {
  content: "\fb3d";
}
.fi-br-region-pin:before {
  content: "\fb3e";
}
.fi-br-registered:before {
  content: "\fb3f";
}
.fi-br-registration-paper:before {
  content: "\fb40";
}
.fi-br-remove-folder:before {
  content: "\fb41";
}
.fi-br-remove-user:before {
  content: "\fb42";
}
.fi-br-rent-signal:before {
  content: "\fb43";
}
.fi-br-rent:before {
  content: "\fb44";
}
.fi-br-replace:before {
  content: "\fb45";
}
.fi-br-replay-10:before {
  content: "\fb46";
}
.fi-br-replay-30:before {
  content: "\fb47";
}
.fi-br-replay-5:before {
  content: "\fb48";
}
.fi-br-reply-all:before {
  content: "\fb49";
}
.fi-br-republican:before {
  content: "\fb4a";
}
.fi-br-reservation-smartphone:before {
  content: "\fb4b";
}
.fi-br-reservation-table:before {
  content: "\fb4c";
}
.fi-br-resistance-band:before {
  content: "\fb4d";
}
.fi-br-resize:before {
  content: "\fb4e";
}
.fi-br-resources:before {
  content: "\fb4f";
}
.fi-br-restaurant:before {
  content: "\fb50";
}
.fi-br-restock:before {
  content: "\fb51";
}
.fi-br-restroom-simple:before {
  content: "\fb52";
}
.fi-br-resume:before {
  content: "\fb53";
}
.fi-br-revenue-alt:before {
  content: "\fb54";
}
.fi-br-revenue-euro:before {
  content: "\fb55";
}
.fi-br-Revenue:before {
  content: "\fb56";
}
.fi-br-review:before {
  content: "\fb57";
}
.fi-br-rewind-button-circle:before {
  content: "\fb58";
}
.fi-br-rewind:before {
  content: "\fb59";
}
.fi-br-rhombus:before {
  content: "\fb5a";
}
.fi-br-ribbon:before {
  content: "\fb5b";
}
.fi-br-right-from-bracket:before {
  content: "\fb5c";
}
.fi-br-right:before {
  content: "\fb5d";
}
.fi-br-ring-diamond:before {
  content: "\fb5e";
}
.fi-br-ring:before {
  content: "\fb5f";
}
.fi-br-rings-wedding:before {
  content: "\fb60";
}
.fi-br-risk-alt:before {
  content: "\fb61";
}
.fi-br-risk:before {
  content: "\fb62";
}
.fi-br-road-barrier:before {
  content: "\fb63";
}
.fi-br-road-sign-left:before {
  content: "\fb64";
}
.fi-br-road:before {
  content: "\fb65";
}
.fi-br-robot:before {
  content: "\fb66";
}
.fi-br-robotic-arm:before {
  content: "\fb67";
}
.fi-br-rocket-lunch:before {
  content: "\fb68";
}
.fi-br-rocket:before {
  content: "\fb69";
}
.fi-br-roller-coaster:before {
  content: "\fb6a";
}
.fi-br-room-service:before {
  content: "\fb6b";
}
.fi-br-rotate-exclamation:before {
  content: "\fb6c";
}
.fi-br-rotate-left:before {
  content: "\fb6d";
}
.fi-br-rotate-reverse:before {
  content: "\fb6e";
}
.fi-br-rotate-right:before {
  content: "\fb6f";
}
.fi-br-rotate-square:before {
  content: "\fb70";
}
.fi-br-roulette:before {
  content: "\fb71";
}
.fi-br-route-highway:before {
  content: "\fb72";
}
.fi-br-route-interstate:before {
  content: "\fb73";
}
.fi-br-route:before {
  content: "\fb74";
}
.fi-br-router:before {
  content: "\fb75";
}
.fi-br-rss-alt:before {
  content: "\fb76";
}
.fi-br-rss:before {
  content: "\fb77";
}
.fi-br-ruble-sign:before {
  content: "\fb78";
}
.fi-br-rugby-helmet:before {
  content: "\fb79";
}
.fi-br-rugby:before {
  content: "\fb7a";
}
.fi-br-ruler-combined:before {
  content: "\fb7b";
}
.fi-br-ruler-horizontal:before {
  content: "\fb7c";
}
.fi-br-ruler-triangle:before {
  content: "\fb7d";
}
.fi-br-ruler-vertical:before {
  content: "\fb7e";
}
.fi-br-rules-alt:before {
  content: "\fb7f";
}
.fi-br-rules:before {
  content: "\fb80";
}
.fi-br-running-track:before {
  content: "\fb81";
}
.fi-br-running:before {
  content: "\fb82";
}
.fi-br-rupee-sign:before {
  content: "\fb83";
}
.fi-br-rupiah-sign:before {
  content: "\fb84";
}
.fi-br-rv:before {
  content: "\fb85";
}
.fi-br-s:before {
  content: "\fb86";
}
.fi-br-sack-dollar:before {
  content: "\fb87";
}
.fi-br-sack:before {
  content: "\fb88";
}
.fi-br-sad-cry:before {
  content: "\fb89";
}
.fi-br-sad-tear:before {
  content: "\fb8a";
}
.fi-br-sad:before {
  content: "\fb8b";
}
.fi-br-safe-box:before {
  content: "\fb8c";
}
.fi-br-sailboat:before {
  content: "\fb8d";
}
.fi-br-salad:before {
  content: "\fb8e";
}
.fi-br-salary-alt:before {
  content: "\fb8f";
}
.fi-br-salt-pepper:before {
  content: "\fb90";
}
.fi-br-salt-shaker:before {
  content: "\fb91";
}
.fi-br-sandwich-alt:before {
  content: "\fb92";
}
.fi-br-sandwich:before {
  content: "\fb93";
}
.fi-br-satellite-dish:before {
  content: "\fb94";
}
.fi-br-satellite:before {
  content: "\fb95";
}
.fi-br-saturday:before {
  content: "\fb96";
}
.fi-br-sauce:before {
  content: "\fb97";
}
.fi-br-sausage:before {
  content: "\fb98";
}
.fi-br-sax-hot:before {
  content: "\fb99";
}
.fi-br-saxophone:before {
  content: "\fb9a";
}
.fi-br-scale-comparison-alt:before {
  content: "\fb9b";
}
.fi-br-scale-comparison:before {
  content: "\fb9c";
}
.fi-br-scale:before {
  content: "\fb9d";
}
.fi-br-scalpel-path:before {
  content: "\fb9e";
}
.fi-br-scalpel:before {
  content: "\fb9f";
}
.fi-br-scanner-gun:before {
  content: "\fba0";
}
.fi-br-scanner-image:before {
  content: "\fba1";
}
.fi-br-scanner-keyboard:before {
  content: "\fba2";
}
.fi-br-scanner-touchscreen:before {
  content: "\fba3";
}
.fi-br-scarecrow:before {
  content: "\fba4";
}
.fi-br-scarf:before {
  content: "\fba5";
}
.fi-br-school-bus:before {
  content: "\fba6";
}
.fi-br-school:before {
  content: "\fba7";
}
.fi-br-scissors:before {
  content: "\fba8";
}
.fi-br-scooter:before {
  content: "\fba9";
}
.fi-br-screen:before {
  content: "\fbaa";
}
.fi-br-screencast:before {
  content: "\fbab";
}
.fi-br-screw-alt:before {
  content: "\fbac";
}
.fi-br-screw:before {
  content: "\fbad";
}
.fi-br-screwdriver:before {
  content: "\fbae";
}
.fi-br-scribble:before {
  content: "\fbaf";
}
.fi-br-script:before {
  content: "\fbb0";
}
.fi-br-scroll-document-story:before {
  content: "\fbb1";
}
.fi-br-scroll-old:before {
  content: "\fbb2";
}
.fi-br-scroll-torah:before {
  content: "\fbb3";
}
.fi-br-scroll:before {
  content: "\fbb4";
}
.fi-br-scrubber:before {
  content: "\fbb5";
}
.fi-br-scythe:before {
  content: "\fbb6";
}
.fi-br-sd-card:before {
  content: "\fbb7";
}
.fi-br-sd-cards:before {
  content: "\fbb8";
}
.fi-br-seal-exclamation:before {
  content: "\fbb9";
}
.fi-br-seal-question:before {
  content: "\fbba";
}
.fi-br-seal:before {
  content: "\fbbb";
}
.fi-br-search-alt:before {
  content: "\fbbc";
}
.fi-br-search-dollar:before {
  content: "\fbbd";
}
.fi-br-search-heart:before {
  content: "\fbbe";
}
.fi-br-search-location:before {
  content: "\fbbf";
}
.fi-br-search:before {
  content: "\fbc0";
}
.fi-br-seat-airline:before {
  content: "\fbc1";
}
.fi-br-seatbelt-safety-driver:before {
  content: "\fbc2";
}
.fi-br-second-award:before {
  content: "\fbc3";
}
.fi-br-second-laurel:before {
  content: "\fbc4";
}
.fi-br-second-medal:before {
  content: "\fbc5";
}
.fi-br-second:before {
  content: "\fbc6";
}
.fi-br-seedling:before {
  content: "\fbc7";
}
.fi-br-selection:before {
  content: "\fbc8";
}
.fi-br-sell:before {
  content: "\fbc9";
}
.fi-br-seller-store:before {
  content: "\fbca";
}
.fi-br-seller:before {
  content: "\fbcb";
}
.fi-br-selling:before {
  content: "\fbcc";
}
.fi-br-send-back:before {
  content: "\fbcd";
}
.fi-br-send-backward:before {
  content: "\fbce";
}
.fi-br-send-money-smartphone:before {
  content: "\fbcf";
}
.fi-br-send-money:before {
  content: "\fbd0";
}
.fi-br-sensor-alert:before {
  content: "\fbd1";
}
.fi-br-sensor-fire:before {
  content: "\fbd2";
}
.fi-br-sensor-on:before {
  content: "\fbd3";
}
.fi-br-sensor-smoke:before {
  content: "\fbd4";
}
.fi-br-sensor:before {
  content: "\fbd5";
}
.fi-br-settings-sliders:before {
  content: "\fbd6";
}
.fi-br-settings:before {
  content: "\fbd7";
}
.fi-br-share-alt-square:before {
  content: "\fbd8";
}
.fi-br-share-square:before {
  content: "\fbd9";
}
.fi-br-share:before {
  content: "\fbda";
}
.fi-br-sheep:before {
  content: "\fbdb";
}
.fi-br-shekel-sign:before {
  content: "\fbdc";
}
.fi-br-shelves:before {
  content: "\fbdd";
}
.fi-br-shield-alt:before {
  content: "\fbde";
}
.fi-br-shield-cat:before {
  content: "\fbdf";
}
.fi-br-shield-check:before {
  content: "\fbe0";
}
.fi-br-shield-cross:before {
  content: "\fbe1";
}
.fi-br-shield-dog:before {
  content: "\fbe2";
}
.fi-br-shield-exclamation:before {
  content: "\fbe3";
}
.fi-br-shield-interrogation:before {
  content: "\fbe4";
}
.fi-br-shield-keyhole:before {
  content: "\fbe5";
}
.fi-br-shield-minus:before {
  content: "\fbe6";
}
.fi-br-shield-plus:before {
  content: "\fbe7";
}
.fi-br-shield-security-risk:before {
  content: "\fbe8";
}
.fi-br-shield-slash:before {
  content: "\fbe9";
}
.fi-br-shield-trust:before {
  content: "\fbea";
}
.fi-br-shield-virus:before {
  content: "\fbeb";
}
.fi-br-shield-xmark:before {
  content: "\fbec";
}
.fi-br-shield:before {
  content: "\fbed";
}
.fi-br-ship-side:before {
  content: "\fbee";
}
.fi-br-ship:before {
  content: "\fbef";
}
.fi-br-shipping-fast:before {
  content: "\fbf0";
}
.fi-br-shipping-timed:before {
  content: "\fbf1";
}
.fi-br-shirt-long-sleeve:before {
  content: "\fbf2";
}
.fi-br-shirt-running:before {
  content: "\fbf3";
}
.fi-br-shirt-tank-top:before {
  content: "\fbf4";
}
.fi-br-shirt:before {
  content: "\fbf5";
}
.fi-br-shish-kebab:before {
  content: "\fbf6";
}
.fi-br-shoe-prints:before {
  content: "\fbf7";
}
.fi-br-shop-lock:before {
  content: "\fbf8";
}
.fi-br-shop-slash:before {
  content: "\fbf9";
}
.fi-br-shop:before {
  content: "\fbfa";
}
.fi-br-shopping-bag-add:before {
  content: "\fbfb";
}
.fi-br-shopping-bag:before {
  content: "\fbfc";
}
.fi-br-shopping-basket:before {
  content: "\fbfd";
}
.fi-br-shopping-cart-add:before {
  content: "\fbfe";
}
.fi-br-shopping-cart-buyer:before {
  content: "\fbff";
}
.fi-br-shopping-cart-check:before {
  content: "\fc00";
}
.fi-br-shopping-cart:before {
  content: "\fc01";
}
.fi-br-shovel-snow:before {
  content: "\fc02";
}
.fi-br-shovel:before {
  content: "\fc03";
}
.fi-br-shower-down:before {
  content: "\fc04";
}
.fi-br-shower:before {
  content: "\fc05";
}
.fi-br-shredder:before {
  content: "\fc06";
}
.fi-br-shrimp:before {
  content: "\fc07";
}
.fi-br-shuffle:before {
  content: "\fc08";
}
.fi-br-shuttle-van:before {
  content: "\fc09";
}
.fi-br-shuttlecock:before {
  content: "\fc0a";
}
.fi-br-Sickle:before {
  content: "\fc0b";
}
.fi-br-sidebar-flip:before {
  content: "\fc0c";
}
.fi-br-sidebar:before {
  content: "\fc0d";
}
.fi-br-sigma:before {
  content: "\fc0e";
}
.fi-br-sign-hanging:before {
  content: "\fc0f";
}
.fi-br-sign-in-alt:before {
  content: "\fc10";
}
.fi-br-sign-out-alt:before {
  content: "\fc11";
}
.fi-br-sign-posts-wrench:before {
  content: "\fc12";
}
.fi-br-sign-posts:before {
  content: "\fc13";
}
.fi-br-sign-up:before {
  content: "\fc14";
}
.fi-br-signal-alt-1:before {
  content: "\fc15";
}
.fi-br-signal-alt-2:before {
  content: "\fc16";
}
.fi-br-signal-alt-slash:before {
  content: "\fc17";
}
.fi-br-signal-alt:before {
  content: "\fc18";
}
.fi-br-signal-bars-fair:before {
  content: "\fc19";
}
.fi-br-signal-bars-good:before {
  content: "\fc1a";
}
.fi-br-signal-bars-weak:before {
  content: "\fc1b";
}
.fi-br-signal-stream-slash:before {
  content: "\fc1c";
}
.fi-br-signal-stream:before {
  content: "\fc1d";
}
.fi-br-signature-lock:before {
  content: "\fc1e";
}
.fi-br-signature-slash:before {
  content: "\fc1f";
}
.fi-br-signature:before {
  content: "\fc20";
}
.fi-br-sim-card:before {
  content: "\fc21";
}
.fi-br-sim-cards:before {
  content: "\fc22";
}
.fi-br-sink:before {
  content: "\fc23";
}
.fi-br-siren-on:before {
  content: "\fc24";
}
.fi-br-Siren:before {
  content: "\fc25";
}
.fi-br-site-alt:before {
  content: "\fc26";
}
.fi-br-site-browser:before {
  content: "\fc27";
}
.fi-br-site:before {
  content: "\fc28";
}
.fi-br-sitemap:before {
  content: "\fc29";
}
.fi-br-skateboard:before {
  content: "\fc2a";
}
.fi-br-skating:before {
  content: "\fc2b";
}
.fi-br-skeleton-ribs:before {
  content: "\fc2c";
}
.fi-br-skeleton:before {
  content: "\fc2d";
}
.fi-br-skewer:before {
  content: "\fc2e";
}
.fi-br-ski-boot-ski:before {
  content: "\fc2f";
}
.fi-br-ski-jump:before {
  content: "\fc30";
}
.fi-br-ski-lift:before {
  content: "\fc31";
}
.fi-br-skiing-nordic:before {
  content: "\fc32";
}
.fi-br-skiing:before {
  content: "\fc33";
}
.fi-br-skill-alt:before {
  content: "\fc34";
}
.fi-br-skill-user:before {
  content: "\fc35";
}
.fi-br-skill:before {
  content: "\fc36";
}
.fi-br-skin-arrow:before {
  content: "\fc37";
}
.fi-br-skin-drop:before {
  content: "\fc38";
}
.fi-br-skin-hair:before {
  content: "\fc39";
}
.fi-br-skin:before {
  content: "\fc3a";
}
.fi-br-skip-15-seconds:before {
  content: "\fc3b";
}
.fi-br-skull-cow:before {
  content: "\fc3c";
}
.fi-br-skull-crossbones:before {
  content: "\fc3d";
}
.fi-br-skull:before {
  content: "\fc3e";
}
.fi-br-slash:before {
  content: "\fc3f";
}
.fi-br-sledding:before {
  content: "\fc40";
}
.fi-br-sleeping-bag:before {
  content: "\fc41";
}
.fi-br-sleigh:before {
  content: "\fc42";
}
.fi-br-sliders-h-square:before {
  content: "\fc43";
}
.fi-br-sliders-v-square:before {
  content: "\fc44";
}
.fi-br-sliders-v:before {
  content: "\fc45";
}
.fi-br-slot-machine:before {
  content: "\fc46";
}
.fi-br-smart-home-alt:before {
  content: "\fc47";
}
.fi-br-smart-home:before {
  content: "\fc48";
}
.fi-br-smartphone:before {
  content: "\fc49";
}
.fi-br-smile-beam:before {
  content: "\fc4a";
}
.fi-br-smile-plus:before {
  content: "\fc4b";
}
.fi-br-smiley-comment-alt:before {
  content: "\fc4c";
}
.fi-br-smog:before {
  content: "\fc4d";
}
.fi-br-smoke:before {
  content: "\fc4e";
}
.fi-br-smoking-ban:before {
  content: "\fc4f";
}
.fi-br-smoking:before {
  content: "\fc50";
}
.fi-br-snake:before {
  content: "\fc51";
}
.fi-br-snap:before {
  content: "\fc52";
}
.fi-br-snooze:before {
  content: "\fc53";
}
.fi-br-snow-blowing:before {
  content: "\fc54";
}
.fi-br-snowboarding:before {
  content: "\fc55";
}
.fi-br-snowflake-droplets:before {
  content: "\fc56";
}
.fi-br-snowflake:before {
  content: "\fc57";
}
.fi-br-snowflakes:before {
  content: "\fc58";
}
.fi-br-snowman-alt:before {
  content: "\fc59";
}
.fi-br-snowman-head:before {
  content: "\fc5a";
}
.fi-br-snowmobile:before {
  content: "\fc5b";
}
.fi-br-snowplow:before {
  content: "\fc5c";
}
.fi-br-soap-alt:before {
  content: "\fc5d";
}
.fi-br-soap:before {
  content: "\fc5e";
}
.fi-br-social-network:before {
  content: "\fc5f";
}
.fi-br-socks:before {
  content: "\fc60";
}
.fi-br-sofa-size:before {
  content: "\fc61";
}
.fi-br-sofa:before {
  content: "\fc62";
}
.fi-br-solar-panel-sun:before {
  content: "\fc63";
}
.fi-br-solar-panel:before {
  content: "\fc64";
}
.fi-br-solar-system:before {
  content: "\fc65";
}
.fi-br-sold-house:before {
  content: "\fc66";
}
.fi-br-sold-signal:before {
  content: "\fc67";
}
.fi-br-sort-alpha-down-alt:before {
  content: "\fc68";
}
.fi-br-sort-alpha-down:before {
  content: "\fc69";
}
.fi-br-sort-alpha-up-alt:before {
  content: "\fc6a";
}
.fi-br-sort-alpha-up:before {
  content: "\fc6b";
}
.fi-br-sort-alt:before {
  content: "\fc6c";
}
.fi-br-sort-amount-down-alt:before {
  content: "\fc6d";
}
.fi-br-sort-amount-down:before {
  content: "\fc6e";
}
.fi-br-sort-amount-up-alt:before {
  content: "\fc6f";
}
.fi-br-sort-amount-up:before {
  content: "\fc70";
}
.fi-br-sort-circle-down:before {
  content: "\fc71";
}
.fi-br-sort-circle-up:before {
  content: "\fc72";
}
.fi-br-sort-circle:before {
  content: "\fc73";
}
.fi-br-sort-down:before {
  content: "\fc74";
}
.fi-br-sort-numeric-down-alt:before {
  content: "\fc75";
}
.fi-br-sort-numeric-down:before {
  content: "\fc76";
}
.fi-br-sort-shapes-down:before {
  content: "\fc77";
}
.fi-br-sort-shapes-up:before {
  content: "\fc78";
}
.fi-br-sort-size-down:before {
  content: "\fc79";
}
.fi-br-sort-size-up:before {
  content: "\fc7a";
}
.fi-br-sort:before {
  content: "\fc7b";
}
.fi-br-soup:before {
  content: "\fc7c";
}
.fi-br-source-data:before {
  content: "\fc7d";
}
.fi-br-source-document-alt:before {
  content: "\fc7e";
}
.fi-br-source-document:before {
  content: "\fc7f";
}
.fi-br-spa:before {
  content: "\fc80";
}
.fi-br-space-shuttle:before {
  content: "\fc81";
}
.fi-br-space-station-moon-alt:before {
  content: "\fc82";
}
.fi-br-space-station-moon:before {
  content: "\fc83";
}
.fi-br-spade:before {
  content: "\fc84";
}
.fi-br-spaghetti-monster-flying:before {
  content: "\fc85";
}
.fi-br-spain-map:before {
  content: "\fc86";
}
.fi-br-sparkles:before {
  content: "\fc87";
}
.fi-br-spartan-helmet:before {
  content: "\fc88";
}
.fi-br-speaker:before {
  content: "\fc89";
}
.fi-br-speakers:before {
  content: "\fc8a";
}
.fi-br-speech-bubble-story:before {
  content: "\fc8b";
}
.fi-br-speedometer-arrow:before {
  content: "\fc8c";
}
.fi-br-speedometer-kpi:before {
  content: "\fc8d";
}
.fi-br-sphere:before {
  content: "\fc8e";
}
.fi-br-spider-black-widow:before {
  content: "\fc8f";
}
.fi-br-spider-web:before {
  content: "\fc90";
}
.fi-br-spider:before {
  content: "\fc91";
}
.fi-br-spinner:before {
  content: "\fc92";
}
.fi-br-split-up-relation:before {
  content: "\fc93";
}
.fi-br-split:before {
  content: "\fc94";
}
.fi-br-splotch:before {
  content: "\fc95";
}
.fi-br-spoon:before {
  content: "\fc96";
}
.fi-br-spray-can-sparkles:before {
  content: "\fc97";
}
.fi-br-spray-can:before {
  content: "\fc98";
}
.fi-br-spring-calendar:before {
  content: "\fc99";
}
.fi-br-sprinkler:before {
  content: "\fc9a";
}
.fi-br-spy:before {
  content: "\fc9b";
}
.fi-br-square-0:before {
  content: "\fc9c";
}
.fi-br-square-1:before {
  content: "\fc9d";
}
.fi-br-square-2:before {
  content: "\fc9e";
}
.fi-br-square-3:before {
  content: "\fc9f";
}
.fi-br-square-4:before {
  content: "\fca0";
}
.fi-br-square-5:before {
  content: "\fca1";
}
.fi-br-square-6:before {
  content: "\fca2";
}
.fi-br-square-7:before {
  content: "\fca3";
}
.fi-br-square-8:before {
  content: "\fca4";
}
.fi-br-square-9:before {
  content: "\fca5";
}
.fi-br-square-a:before {
  content: "\fca6";
}
.fi-br-square-b:before {
  content: "\fca7";
}
.fi-br-square-bolt:before {
  content: "\fca8";
}
.fi-br-square-c:before {
  content: "\fca9";
}
.fi-br-square-code:before {
  content: "\fcaa";
}
.fi-br-square-d:before {
  content: "\fcab";
}
.fi-br-square-dashed-circle-plus:before {
  content: "\fcac";
}
.fi-br-square-dashed:before {
  content: "\fcad";
}
.fi-br-square-divide:before {
  content: "\fcae";
}
.fi-br-square-e:before {
  content: "\fcaf";
}
.fi-br-square-ellipsis-vertical:before {
  content: "\fcb0";
}
.fi-br-square-ellipsis:before {
  content: "\fcb1";
}
.fi-br-square-exclamation:before {
  content: "\fcb2";
}
.fi-br-square-f:before {
  content: "\fcb3";
}
.fi-br-square-g:before {
  content: "\fcb4";
}
.fi-br-square-h:before {
  content: "\fcb5";
}
.fi-br-square-heart:before {
  content: "\fcb6";
}
.fi-br-square-i:before {
  content: "\fcb7";
}
.fi-br-square-info:before {
  content: "\fcb8";
}
.fi-br-square-j:before {
  content: "\fcb9";
}
.fi-br-square-k:before {
  content: "\fcba";
}
.fi-br-square-kanban:before {
  content: "\fcbb";
}
.fi-br-square-l:before {
  content: "\fcbc";
}
.fi-br-square-m:before {
  content: "\fcbd";
}
.fi-br-square-minus:before {
  content: "\fcbe";
}
.fi-br-square-n:before {
  content: "\fcbf";
}
.fi-br-square-o:before {
  content: "\fcc0";
}
.fi-br-square-p:before {
  content: "\fcc1";
}
.fi-br-square-phone-hangup:before {
  content: "\fcc2";
}
.fi-br-square-plus:before {
  content: "\fcc3";
}
.fi-br-square-poll-horizontal:before {
  content: "\fcc4";
}
.fi-br-square-poll-vertical:before {
  content: "\fcc5";
}
.fi-br-square-q:before {
  content: "\fcc6";
}
.fi-br-square-quote:before {
  content: "\fcc7";
}
.fi-br-square-r:before {
  content: "\fcc8";
}
.fi-br-square-root:before {
  content: "\fcc9";
}
.fi-br-square-s:before {
  content: "\fcca";
}
.fi-br-square-small:before {
  content: "\fccb";
}
.fi-br-square-star:before {
  content: "\fccc";
}
.fi-br-square-t:before {
  content: "\fccd";
}
.fi-br-square-terminal:before {
  content: "\fcce";
}
.fi-br-square-u:before {
  content: "\fccf";
}
.fi-br-square-up-right:before {
  content: "\fcd0";
}
.fi-br-square-v:before {
  content: "\fcd1";
}
.fi-br-square-w:before {
  content: "\fcd2";
}
.fi-br-square-x:before {
  content: "\fcd3";
}
.fi-br-square-y:before {
  content: "\fcd4";
}
.fi-br-square-z:before {
  content: "\fcd5";
}
.fi-br-square:before {
  content: "\fcd6";
}
.fi-br-squid:before {
  content: "\fcd7";
}
.fi-br-squircle:before {
  content: "\fcd8";
}
.fi-br-squirrel:before {
  content: "\fcd9";
}
.fi-br-staff:before {
  content: "\fcda";
}
.fi-br-stage-concert:before {
  content: "\fcdb";
}
.fi-br-stage-theatre:before {
  content: "\fcdc";
}
.fi-br-stage:before {
  content: "\fcdd";
}
.fi-br-stairs:before {
  content: "\fcde";
}
.fi-br-stamp:before {
  content: "\fcdf";
}
.fi-br-standard-definition:before {
  content: "\fce0";
}
.fi-br-star-and-crescent:before {
  content: "\fce1";
}
.fi-br-star-christmas:before {
  content: "\fce2";
}
.fi-br-star-comment-alt:before {
  content: "\fce3";
}
.fi-br-star-exclamation:before {
  content: "\fce4";
}
.fi-br-star-octogram:before {
  content: "\fce5";
}
.fi-br-star-of-david:before {
  content: "\fce6";
}
.fi-br-star-rating-call:before {
  content: "\fce7";
}
.fi-br-star-sharp-half-stroke:before {
  content: "\fce8";
}
.fi-br-star-sharp-half:before {
  content: "\fce9";
}
.fi-br-star-shooting:before {
  content: "\fcea";
}
.fi-br-star:before {
  content: "\fceb";
}
.fi-br-starfighter:before {
  content: "\fcec";
}
.fi-br-stars:before {
  content: "\fced";
}
.fi-br-state-country:before {
  content: "\fcee";
}
.fi-br-stationary-bike:before {
  content: "\fcef";
}
.fi-br-stats:before {
  content: "\fcf0";
}
.fi-br-steak:before {
  content: "\fcf1";
}
.fi-br-steering-wheel:before {
  content: "\fcf2";
}
.fi-br-step-backward:before {
  content: "\fcf3";
}
.fi-br-step-forward:before {
  content: "\fcf4";
}
.fi-br-sterling-sign:before {
  content: "\fcf5";
}
.fi-br-stethoscope:before {
  content: "\fcf6";
}
.fi-br-sticker:before {
  content: "\fcf7";
}
.fi-br-stocking:before {
  content: "\fcf8";
}
.fi-br-stomach:before {
  content: "\fcf9";
}
.fi-br-stop-circle:before {
  content: "\fcfa";
}
.fi-br-stop-square:before {
  content: "\fcfb";
}
.fi-br-stop:before {
  content: "\fcfc";
}
.fi-br-stopwatch:before {
  content: "\fcfd";
}
.fi-br-store-alt:before {
  content: "\fcfe";
}
.fi-br-store-buyer:before {
  content: "\fcff";
}
.fi-br-store-lock:before {
  content: "\fd00";
}
.fi-br-store-slash:before {
  content: "\fd01";
}
.fi-br-story-book:before {
  content: "\fd02";
}
.fi-br-story-fairy-tale:before {
  content: "\fd03";
}
.fi-br-story-fantasy:before {
  content: "\fd04";
}
.fi-br-strategy-chess-risk:before {
  content: "\fd05";
}
.fi-br-strawberry:before {
  content: "\fd06";
}
.fi-br-street-view:before {
  content: "\fd07";
}
.fi-br-stretcher:before {
  content: "\fd08";
}
.fi-br-strikethrough:before {
  content: "\fd09";
}
.fi-br-stroopwafel:before {
  content: "\fd0a";
}
.fi-br-student-alt:before {
  content: "\fd0b";
}
.fi-br-student:before {
  content: "\fd0c";
}
.fi-br-subscript:before {
  content: "\fd0d";
}
.fi-br-subscription-alt:before {
  content: "\fd0e";
}
.fi-br-subscription:before {
  content: "\fd0f";
}
.fi-br-subtitles-slash:before {
  content: "\fd10";
}
.fi-br-subtitles:before {
  content: "\fd11";
}
.fi-br-subway:before {
  content: "\fd12";
}
.fi-br-suitcase-alt:before {
  content: "\fd13";
}
.fi-br-summary-check:before {
  content: "\fd14";
}
.fi-br-summer:before {
  content: "\fd15";
}
.fi-br-sun-dust:before {
  content: "\fd16";
}
.fi-br-sun-plant-wilt:before {
  content: "\fd17";
}
.fi-br-sun-salutation-yoga:before {
  content: "\fd18";
}
.fi-br-sun:before {
  content: "\fd19";
}
.fi-br-sunday:before {
  content: "\fd1a";
}
.fi-br-sunglasses-alt:before {
  content: "\fd1b";
}
.fi-br-sunglasses:before {
  content: "\fd1c";
}
.fi-br-sunrise-alt:before {
  content: "\fd1d";
}
.fi-br-sunrise:before {
  content: "\fd1e";
}
.fi-br-sunset:before {
  content: "\fd1f";
}
.fi-br-superscript:before {
  content: "\fd20";
}
.fi-br-supplier-alt:before {
  content: "\fd21";
}
.fi-br-supplier:before {
  content: "\fd22";
}
.fi-br-surfing:before {
  content: "\fd23";
}
.fi-br-surprise:before {
  content: "\fd24";
}
.fi-br-surveillance-camera:before {
  content: "\fd25";
}
.fi-br-survey-xmark:before {
  content: "\fd26";
}
.fi-br-sushi-alt:before {
  content: "\fd27";
}
.fi-br-sushi-roll:before {
  content: "\fd28";
}
.fi-br-sushi:before {
  content: "\fd29";
}
.fi-br-svg:before {
  content: "\fd2a";
}
.fi-br-swap:before {
  content: "\fd2b";
}
.fi-br-swatchbook:before {
  content: "\fd2c";
}
.fi-br-swimmer:before {
  content: "\fd2d";
}
.fi-br-swimming-pool:before {
  content: "\fd2e";
}
.fi-br-swing:before {
  content: "\fd2f";
}
.fi-br-swipe-down:before {
  content: "\fd30";
}
.fi-br-swipe-left:before {
  content: "\fd31";
}
.fi-br-swipe-right:before {
  content: "\fd32";
}
.fi-br-swipe-up:before {
  content: "\fd33";
}
.fi-br-sword:before {
  content: "\fd34";
}
.fi-br-symbol:before {
  content: "\fd35";
}
.fi-br-symbols:before {
  content: "\fd36";
}
.fi-br-synagogue:before {
  content: "\fd37";
}
.fi-br-syringe:before {
  content: "\fd38";
}
.fi-br-system-cloud:before {
  content: "\fd39";
}
.fi-br-t:before {
  content: "\fd3a";
}
.fi-br-tab-folder:before {
  content: "\fd3b";
}
.fi-br-table-columns:before {
  content: "\fd3c";
}
.fi-br-table-layout:before {
  content: "\fd3d";
}
.fi-br-table-list:before {
  content: "\fd3e";
}
.fi-br-table-picnic:before {
  content: "\fd3f";
}
.fi-br-table-pivot:before {
  content: "\fd40";
}
.fi-br-table-rows:before {
  content: "\fd41";
}
.fi-br-table-tree:before {
  content: "\fd42";
}
.fi-br-table:before {
  content: "\fd43";
}
.fi-br-tablet-android-alt:before {
  content: "\fd44";
}
.fi-br-tablet-android:before {
  content: "\fd45";
}
.fi-br-tablet-rugged:before {
  content: "\fd46";
}
.fi-br-tablet:before {
  content: "\fd47";
}
.fi-br-tachometer-alt-average:before {
  content: "\fd48";
}
.fi-br-tachometer-alt-fastest:before {
  content: "\fd49";
}
.fi-br-tachometer-alt-slow:before {
  content: "\fd4a";
}
.fi-br-tachometer-alt-slowest:before {
  content: "\fd4b";
}
.fi-br-tachometer-average:before {
  content: "\fd4c";
}
.fi-br-tachometer-fast:before {
  content: "\fd4d";
}
.fi-br-tachometer-fastest:before {
  content: "\fd4e";
}
.fi-br-tachometer-slow:before {
  content: "\fd4f";
}
.fi-br-tachometer-slowest:before {
  content: "\fd50";
}
.fi-br-tachometer:before {
  content: "\fd51";
}
.fi-br-taco:before {
  content: "\fd52";
}
.fi-br-tags:before {
  content: "\fd53";
}
.fi-br-talent-alt:before {
  content: "\fd54";
}
.fi-br-talent-hand:before {
  content: "\fd55";
}
.fi-br-talent:before {
  content: "\fd56";
}
.fi-br-tally-1:before {
  content: "\fd57";
}
.fi-br-tally-2:before {
  content: "\fd58";
}
.fi-br-tally-3:before {
  content: "\fd59";
}
.fi-br-tally-4:before {
  content: "\fd5a";
}
.fi-br-tally:before {
  content: "\fd5b";
}
.fi-br-tamale:before {
  content: "\fd5c";
}
.fi-br-tank-water:before {
  content: "\fd5d";
}
.fi-br-tap:before {
  content: "\fd5e";
}
.fi-br-tape:before {
  content: "\fd5f";
}
.fi-br-target-audience:before {
  content: "\fd60";
}
.fi-br-target:before {
  content: "\fd61";
}
.fi-br-tax-alt:before {
  content: "\fd62";
}
.fi-br-tax:before {
  content: "\fd63";
}
.fi-br-taxi-bus:before {
  content: "\fd64";
}
.fi-br-taxi:before {
  content: "\fd65";
}
.fi-br-team-check-alt:before {
  content: "\fd66";
}
.fi-br-team-check:before {
  content: "\fd67";
}
.fi-br-teddy-bear:before {
  content: "\fd68";
}
.fi-br-teeth-open:before {
  content: "\fd69";
}
.fi-br-telescope:before {
  content: "\fd6a";
}
.fi-br-temperature-down:before {
  content: "\fd6b";
}
.fi-br-temperature-frigid:before {
  content: "\fd6c";
}
.fi-br-temperature-high:before {
  content: "\fd6d";
}
.fi-br-temperature-list:before {
  content: "\fd6e";
}
.fi-br-temperature-low:before {
  content: "\fd6f";
}
.fi-br-temperature-up:before {
  content: "\fd70";
}
.fi-br-template-alt:before {
  content: "\fd71";
}
.fi-br-template:before {
  content: "\fd72";
}
.fi-br-tenge:before {
  content: "\fd73";
}
.fi-br-tennis:before {
  content: "\fd74";
}
.fi-br-tent-arrow-down-to-line:before {
  content: "\fd75";
}
.fi-br-tent-arrow-left-right:before {
  content: "\fd76";
}
.fi-br-tent-arrow-turn-left:before {
  content: "\fd77";
}
.fi-br-tent-arrows-down:before {
  content: "\fd78";
}
.fi-br-tents:before {
  content: "\fd79";
}
.fi-br-terminal:before {
  content: "\fd7a";
}
.fi-br-terrace:before {
  content: "\fd7b";
}
.fi-br-test-tube:before {
  content: "\fd7c";
}
.fi-br-test:before {
  content: "\fd7d";
}
.fi-br-text-box-dots:before {
  content: "\fd7e";
}
.fi-br-text-box-edit:before {
  content: "\fd7f";
}
.fi-br-text-box:before {
  content: "\fd80";
}
.fi-br-text-check:before {
  content: "\fd81";
}
.fi-br-text-height:before {
  content: "\fd82";
}
.fi-br-text-shadow:before {
  content: "\fd83";
}
.fi-br-text-size:before {
  content: "\fd84";
}
.fi-br-text-slash:before {
  content: "\fd85";
}
.fi-br-text-width:before {
  content: "\fd86";
}
.fi-br-text:before {
  content: "\fd87";
}
.fi-br-theater-masks:before {
  content: "\fd88";
}
.fi-br-thermometer-alt:before {
  content: "\fd89";
}
.fi-br-thermometer-empty:before {
  content: "\fd8a";
}
.fi-br-thermometer-full:before {
  content: "\fd8b";
}
.fi-br-thermometer-half:before {
  content: "\fd8c";
}
.fi-br-thermometer-quarter:before {
  content: "\fd8d";
}
.fi-br-thermometer-three-quarters:before {
  content: "\fd8e";
}
.fi-br-theta:before {
  content: "\fd8f";
}
.fi-br-third-award:before {
  content: "\fd90";
}
.fi-br-third-laurel:before {
  content: "\fd91";
}
.fi-br-third-medal:before {
  content: "\fd92";
}
.fi-br-third:before {
  content: "\fd93";
}
.fi-br-thought-bubble:before {
  content: "\fd94";
}
.fi-br-three-leaf-clover:before {
  content: "\fd95";
}
.fi-br-thumbs-up-trust:before {
  content: "\fd96";
}
.fi-br-thumbtack:before {
  content: "\fd97";
}
.fi-br-thunderstorm-moon:before {
  content: "\fd98";
}
.fi-br-thunderstorm-risk:before {
  content: "\fd99";
}
.fi-br-thunderstorm-sun:before {
  content: "\fd9a";
}
.fi-br-thunderstorm:before {
  content: "\fd9b";
}
.fi-br-thursday:before {
  content: "\fd9c";
}
.fi-br-ticket-airline:before {
  content: "\fd9d";
}
.fi-br-ticket-alt:before {
  content: "\fd9e";
}
.fi-br-ticket:before {
  content: "\fd9f";
}
.fi-br-tickets-airline:before {
  content: "\fda0";
}
.fi-br-tie:before {
  content: "\fda1";
}
.fi-br-tilde:before {
  content: "\fda2";
}
.fi-br-time-add:before {
  content: "\fda3";
}
.fi-br-time-check:before {
  content: "\fda4";
}
.fi-br-time-delete:before {
  content: "\fda5";
}
.fi-br-time-fast:before {
  content: "\fda6";
}
.fi-br-time-forward-sixty:before {
  content: "\fda7";
}
.fi-br-time-forward-ten:before {
  content: "\fda8";
}
.fi-br-time-forward:before {
  content: "\fda9";
}
.fi-br-time-half-past:before {
  content: "\fdaa";
}
.fi-br-time-oclock:before {
  content: "\fdab";
}
.fi-br-time-past:before {
  content: "\fdac";
}
.fi-br-time-quarter-past:before {
  content: "\fdad";
}
.fi-br-time-quarter-to:before {
  content: "\fdae";
}
.fi-br-time-twenty-four:before {
  content: "\fdaf";
}
.fi-br-time-watch-calendar:before {
  content: "\fdb0";
}
.fi-br-timer-clock-call:before {
  content: "\fdb1";
}
.fi-br-times-hexagon:before {
  content: "\fdb2";
}
.fi-br-tint-slash:before {
  content: "\fdb3";
}
.fi-br-tip-coin:before {
  content: "\fdb4";
}
.fi-br-tire-flat:before {
  content: "\fdb5";
}
.fi-br-tire-pressure-warning:before {
  content: "\fdb6";
}
.fi-br-tire-rugged:before {
  content: "\fdb7";
}
.fi-br-tire:before {
  content: "\fdb8";
}
.fi-br-tired:before {
  content: "\fdb9";
}
.fi-br-to-do-alt:before {
  content: "\fdba";
}
.fi-br-to-do:before {
  content: "\fdbb";
}
.fi-br-together-people:before {
  content: "\fdbc";
}
.fi-br-toggle-off:before {
  content: "\fdbd";
}
.fi-br-toggle-on:before {
  content: "\fdbe";
}
.fi-br-toilet-paper-blank-under:before {
  content: "\fdbf";
}
.fi-br-toilet-paper-blank:before {
  content: "\fdc0";
}
.fi-br-toilet-paper-slash:before {
  content: "\fdc1";
}
.fi-br-toilet-paper-under-slash:before {
  content: "\fdc2";
}
.fi-br-toilet-paper-under:before {
  content: "\fdc3";
}
.fi-br-toilet:before {
  content: "\fdc4";
}
.fi-br-toilets-portable:before {
  content: "\fdc5";
}
.fi-br-token:before {
  content: "\fdc6";
}
.fi-br-tomato:before {
  content: "\fdc7";
}
.fi-br-tombstone-alt:before {
  content: "\fdc8";
}
.fi-br-tombstone:before {
  content: "\fdc9";
}
.fi-br-tool-box:before {
  content: "\fdca";
}
.fi-br-tool-crop:before {
  content: "\fdcb";
}
.fi-br-tool-marquee:before {
  content: "\fdcc";
}
.fi-br-tools:before {
  content: "\fdcd";
}
.fi-br-tooth:before {
  content: "\fdce";
}
.fi-br-toothbrush:before {
  content: "\fdcf";
}
.fi-br-torch-inspiration-leader:before {
  content: "\fdd0";
}
.fi-br-torii-gate:before {
  content: "\fdd1";
}
.fi-br-tornado:before {
  content: "\fdd2";
}
.fi-br-total:before {
  content: "\fdd3";
}
.fi-br-tour-guide-people:before {
  content: "\fdd4";
}
.fi-br-tour-virtual:before {
  content: "\fdd5";
}
.fi-br-tower-control:before {
  content: "\fdd6";
}
.fi-br-track:before {
  content: "\fdd7";
}
.fi-br-tractor:before {
  content: "\fdd8";
}
.fi-br-trademark:before {
  content: "\fdd9";
}
.fi-br-traffic-cone:before {
  content: "\fdda";
}
.fi-br-traffic-light-go:before {
  content: "\fddb";
}
.fi-br-traffic-light-slow:before {
  content: "\fddc";
}
.fi-br-traffic-light-stop:before {
  content: "\fddd";
}
.fi-br-traffic-light:before {
  content: "\fdde";
}
.fi-br-trailer:before {
  content: "\fddf";
}
.fi-br-train-journey:before {
  content: "\fde0";
}
.fi-br-train-side:before {
  content: "\fde1";
}
.fi-br-train-station-building:before {
  content: "\fde2";
}
.fi-br-train-station:before {
  content: "\fde3";
}
.fi-br-train-subway-tunnel:before {
  content: "\fde4";
}
.fi-br-train-track:before {
  content: "\fde5";
}
.fi-br-train-tram:before {
  content: "\fde6";
}
.fi-br-train:before {
  content: "\fde7";
}
.fi-br-tram:before {
  content: "\fde8";
}
.fi-br-transform:before {
  content: "\fde9";
}
.fi-br-transformation-block:before {
  content: "\fdea";
}
.fi-br-transformation-circle:before {
  content: "\fdeb";
}
.fi-br-transformation-design:before {
  content: "\fdec";
}
.fi-br-transformation-shapes:before {
  content: "\fded";
}
.fi-br-transformer-bolt:before {
  content: "\fdee";
}
.fi-br-transgender:before {
  content: "\fdef";
}
.fi-br-transporter-1:before {
  content: "\fdf0";
}
.fi-br-transporter-2:before {
  content: "\fdf1";
}
.fi-br-transporter-3:before {
  content: "\fdf2";
}
.fi-br-transporter-4:before {
  content: "\fdf3";
}
.fi-br-transporter-5:before {
  content: "\fdf4";
}
.fi-br-transporter-6:before {
  content: "\fdf5";
}
.fi-br-transporter-7:before {
  content: "\fdf6";
}
.fi-br-transporter-empty:before {
  content: "\fdf7";
}
.fi-br-transporter:before {
  content: "\fdf8";
}
.fi-br-trash-can-check:before {
  content: "\fdf9";
}
.fi-br-trash-can-clock:before {
  content: "\fdfa";
}
.fi-br-trash-can-list:before {
  content: "\fdfb";
}
.fi-br-trash-can-plus:before {
  content: "\fdfc";
}
.fi-br-trash-can-slash:before {
  content: "\fdfd";
}
.fi-br-trash-check:before {
  content: "\fdfe";
}
.fi-br-trash-clock:before {
  content: "\fdff";
}
.fi-br-trash-empty:before {
  content: "\fe10";
}
.fi-br-trash-list:before {
  content: "\fe11";
}
.fi-br-trash-plus:before {
  content: "\fe12";
}
.fi-br-trash-restore-alt:before {
  content: "\fe13";
}
.fi-br-trash-restore:before {
  content: "\fe14";
}
.fi-br-trash-slash:before {
  content: "\fe15";
}
.fi-br-trash-undo-alt:before {
  content: "\fe16";
}
.fi-br-trash-undo:before {
  content: "\fe17";
}
.fi-br-trash-xmark:before {
  content: "\fe18";
}
.fi-br-trash:before {
  content: "\fe19";
}
.fi-br-treadmill:before {
  content: "\fe1a";
}
.fi-br-treasure-chest:before {
  content: "\fe1b";
}
.fi-br-treatment:before {
  content: "\fe1c";
}
.fi-br-tree-alt:before {
  content: "\fe1d";
}
.fi-br-tree-christmas:before {
  content: "\fe1e";
}
.fi-br-tree-deciduous:before {
  content: "\fe1f";
}
.fi-br-tree:before {
  content: "\fe30";
}
.fi-br-trees-alt:before {
  content: "\fe31";
}
.fi-br-trees:before {
  content: "\fe32";
}
.fi-br-triangle-music:before {
  content: "\fe33";
}
.fi-br-triangle-person-digging:before {
  content: "\fe34";
}
.fi-br-triangle-warning:before {
  content: "\fe35";
}
.fi-br-triangle:before {
  content: "\fe36";
}
.fi-br-tricycle:before {
  content: "\fe37";
}
.fi-br-trillium:before {
  content: "\fe38";
}
.fi-br-trophy-achievement-skill:before {
  content: "\fe39";
}
.fi-br-trophy-star:before {
  content: "\fe3a";
}
.fi-br-trophy:before {
  content: "\fe3b";
}
.fi-br-truck-arrow-left:before {
  content: "\fe3c";
}
.fi-br-truck-arrow-right:before {
  content: "\fe3d";
}
.fi-br-truck-bolt:before {
  content: "\fe3e";
}
.fi-br-truck-box:before {
  content: "\fe3f";
}
.fi-br-truck-check:before {
  content: "\fe40";
}
.fi-br-truck-container-empty:before {
  content: "\fe41";
}
.fi-br-truck-container:before {
  content: "\fe42";
}
.fi-br-truck-couch:before {
  content: "\fe43";
}
.fi-br-truck-fire:before {
  content: "\fe44";
}
.fi-br-truck-flatbed:before {
  content: "\fe45";
}
.fi-br-truck-front:before {
  content: "\fe46";
}
.fi-br-truck-ladder:before {
  content: "\fe47";
}
.fi-br-truck-loading:before {
  content: "\fe48";
}
.fi-br-truck-medical:before {
  content: "\fe49";
}
.fi-br-truck-monster:before {
  content: "\fe4a";
}
.fi-br-truck-moving:before {
  content: "\fe4b";
}
.fi-br-truck-pickup:before {
  content: "\fe4c";
}
.fi-br-truck-plow:before {
  content: "\fe4d";
}
.fi-br-truck-ramp:before {
  content: "\fe4e";
}
.fi-br-truck-side:before {
  content: "\fe4f";
}
.fi-br-truck-tow:before {
  content: "\fe50";
}
.fi-br-truck-utensils:before {
  content: "\fe51";
}
.fi-br-trumpet:before {
  content: "\fe52";
}
.fi-br-trust-alt:before {
  content: "\fe53";
}
.fi-br-trust:before {
  content: "\fe54";
}
.fi-br-tshirt:before {
  content: "\fe55";
}
.fi-br-tty-answer:before {
  content: "\fe56";
}
.fi-br-tty:before {
  content: "\fe57";
}
.fi-br-tubes:before {
  content: "\fe58";
}
.fi-br-tuesday:before {
  content: "\fe59";
}
.fi-br-tugrik-sign:before {
  content: "\fe5a";
}
.fi-br-turkey:before {
  content: "\fe5b";
}
.fi-br-turn-left-down:before {
  content: "\fe5c";
}
.fi-br-turn-left:before {
  content: "\fe5d";
}
.fi-br-turn-right:before {
  content: "\fe5e";
}
.fi-br-turntable:before {
  content: "\fe5f";
}
.fi-br-turtle:before {
  content: "\fe60";
}
.fi-br-tv-music:before {
  content: "\fe61";
}
.fi-br-tv-retro:before {
  content: "\fe62";
}
.fi-br-typewriter:before {
  content: "\fe63";
}
.fi-br-u:before {
  content: "\fe64";
}
.fi-br-ufo-beam:before {
  content: "\fe65";
}
.fi-br-ufo:before {
  content: "\fe66";
}
.fi-br-ui-ux:before {
  content: "\fe67";
}
.fi-br-umbrella-beach:before {
  content: "\fe68";
}
.fi-br-umbrella:before {
  content: "\fe69";
}
.fi-br-under-construction:before {
  content: "\fe6a";
}
.fi-br-underline:before {
  content: "\fe6b";
}
.fi-br-undo-alt:before {
  content: "\fe6c";
}
.fi-br-undo:before {
  content: "\fe6d";
}
.fi-br-unicorn:before {
  content: "\fe6e";
}
.fi-br-uniform-martial-arts:before {
  content: "\fe6f";
}
.fi-br-universal-access:before {
  content: "\fe70";
}
.fi-br-unlock:before {
  content: "\fe71";
}
.fi-br-up-from-bracket:before {
  content: "\fe72";
}
.fi-br-up-left:before {
  content: "\fe73";
}
.fi-br-up-right-from-square:before {
  content: "\fe74";
}
.fi-br-up-right:before {
  content: "\fe75";
}
.fi-br-up:before {
  content: "\fe76";
}
.fi-br-upload:before {
  content: "\fe77";
}
.fi-br-url:before {
  content: "\fe78";
}
.fi-br-usb-pendrive:before {
  content: "\fe79";
}
.fi-br-usd-circle:before {
  content: "\fe7a";
}
.fi-br-usd-square:before {
  content: "\fe7b";
}
.fi-br-user-add:before {
  content: "\fe7c";
}
.fi-br-user-alien:before {
  content: "\fe7d";
}
.fi-br-user-astronaut:before {
  content: "\fe7e";
}
.fi-br-user-check:before {
  content: "\fe7f";
}
.fi-br-user-chef:before {
  content: "\fe80";
}
.fi-br-user-coach:before {
  content: "\fe81";
}
.fi-br-user-cowboy:before {
  content: "\fe82";
}
.fi-br-user-crown:before {
  content: "\fe83";
}
.fi-br-user-gear:before {
  content: "\fe84";
}
.fi-br-user-graduate:before {
  content: "\fe85";
}
.fi-br-user-headset:before {
  content: "\fe86";
}
.fi-br-user-helmet-safety:before {
  content: "\fe87";
}
.fi-br-user-injured:before {
  content: "\fe88";
}
.fi-br-user-interface-ui:before {
  content: "\fe89";
}
.fi-br-user-key:before {
  content: "\fe8a";
}
.fi-br-user-lock:before {
  content: "\fe8b";
}
.fi-br-user-md-chat:before {
  content: "\fe8c";
}
.fi-br-user-md:before {
  content: "\fe8d";
}
.fi-br-user-minus:before {
  content: "\fe8e";
}
.fi-br-user-music:before {
  content: "\fe8f";
}
.fi-br-user-ninja:before {
  content: "\fe90";
}
.fi-br-user-nurse:before {
  content: "\fe91";
}
.fi-br-user-pen:before {
  content: "\fe92";
}
.fi-br-user-pilot-tie:before {
  content: "\fe93";
}
.fi-br-user-pilot:before {
  content: "\fe94";
}
.fi-br-user-police:before {
  content: "\fe95";
}
.fi-br-user-robot-xmarks:before {
  content: "\fe96";
}
.fi-br-user-robot:before {
  content: "\fe97";
}
.fi-br-user-salary:before {
  content: "\fe98";
}
.fi-br-user-shield:before {
  content: "\fe99";
}
.fi-br-user-skill-gear:before {
  content: "\fe9a";
}
.fi-br-user-slash:before {
  content: "\fe9b";
}
.fi-br-user-tag:before {
  content: "\fe9c";
}
.fi-br-user-time:before {
  content: "\fe9d";
}
.fi-br-user-trust:before {
  content: "\fe9e";
}
.fi-br-user-unlock:before {
  content: "\fe9f";
}
.fi-br-user-visor:before {
  content: "\fea0";
}
.fi-br-user-xmark:before {
  content: "\fea1";
}
.fi-br-user:before {
  content: "\fea2";
}
.fi-br-users-alt:before {
  content: "\fea3";
}
.fi-br-users-class:before {
  content: "\fea4";
}
.fi-br-users-gear:before {
  content: "\fea5";
}
.fi-br-users-medical:before {
  content: "\fea6";
}
.fi-br-users-slash:before {
  content: "\fea7";
}
.fi-br-users:before {
  content: "\fea8";
}
.fi-br-utensils-slash:before {
  content: "\fea9";
}
.fi-br-utensils:before {
  content: "\feaa";
}
.fi-br-utility-pole-double:before {
  content: "\feab";
}
.fi-br-utility-pole:before {
  content: "\feac";
}
.fi-br-ux-browser:before {
  content: "\fead";
}
.fi-br-ux:before {
  content: "\feae";
}
.fi-br-v:before {
  content: "\feaf";
}
.fi-br-vacuum-robot:before {
  content: "\feb0";
}
.fi-br-vacuum:before {
  content: "\feb1";
}
.fi-br-value-absolute:before {
  content: "\feb2";
}
.fi-br-vault:before {
  content: "\feb3";
}
.fi-br-vector-alt:before {
  content: "\feb4";
}
.fi-br-vector-circle:before {
  content: "\feb5";
}
.fi-br-vector-polygon:before {
  content: "\feb6";
}
.fi-br-vector:before {
  content: "\feb7";
}
.fi-br-vest-patches:before {
  content: "\feb8";
}
.fi-br-vest:before {
  content: "\feb9";
}
.fi-br-video-arrow-down-left:before {
  content: "\feba";
}
.fi-br-video-arrow-up-right:before {
  content: "\febb";
}
.fi-br-video-camera-alt:before {
  content: "\febc";
}
.fi-br-video-camera:before {
  content: "\febd";
}
.fi-br-video-duration:before {
  content: "\febe";
}
.fi-br-video-plus:before {
  content: "\febf";
}
.fi-br-video-slash:before {
  content: "\fec0";
}
.fi-br-videoconference:before {
  content: "\fec1";
}
.fi-br-vihara:before {
  content: "\fec2";
}
.fi-br-violin:before {
  content: "\fec3";
}
.fi-br-virus-slash:before {
  content: "\fec4";
}
.fi-br-virus:before {
  content: "\fec5";
}
.fi-br-viruses:before {
  content: "\fec6";
}
.fi-br-visit:before {
  content: "\fec7";
}
.fi-br-voicemail:before {
  content: "\fec8";
}
.fi-br-volcano:before {
  content: "\fec9";
}
.fi-br-volleyball:before {
  content: "\feca";
}
.fi-br-volume-down:before {
  content: "\fecb";
}
.fi-br-volume-mute:before {
  content: "\fecc";
}
.fi-br-volume-off:before {
  content: "\fecd";
}
.fi-br-volume-slash:before {
  content: "\fece";
}
.fi-br-volume:before {
  content: "\fecf";
}
.fi-br-vote-nay:before {
  content: "\fed0";
}
.fi-br-vote-yea:before {
  content: "\fed1";
}
.fi-br-vr-cardboard:before {
  content: "\fed2";
}
.fi-br-w:before {
  content: "\fed3";
}
.fi-br-waffle:before {
  content: "\fed4";
}
.fi-br-wagon-covered:before {
  content: "\fed5";
}
.fi-br-walker:before {
  content: "\fed6";
}
.fi-br-walkie-talkie:before {
  content: "\fed7";
}
.fi-br-walking:before {
  content: "\fed8";
}
.fi-br-wallet-arrow:before {
  content: "\fed9";
}
.fi-br-wallet-buyer:before {
  content: "\feda";
}
.fi-br-wallet:before {
  content: "\fedb";
}
.fi-br-warehouse-alt:before {
  content: "\fedc";
}
.fi-br-warranty:before {
  content: "\fedd";
}
.fi-br-washer:before {
  content: "\fede";
}
.fi-br-waste-pollution:before {
  content: "\fedf";
}
.fi-br-waste:before {
  content: "\fee0";
}
.fi-br-watch-calculator:before {
  content: "\fee1";
}
.fi-br-watch-fitness:before {
  content: "\fee2";
}
.fi-br-watch-smart:before {
  content: "\fee3";
}
.fi-br-watch:before {
  content: "\fee4";
}
.fi-br-water-bottle:before {
  content: "\fee5";
}
.fi-br-water-ladder:before {
  content: "\fee6";
}
.fi-br-water-lower:before {
  content: "\fee7";
}
.fi-br-water-rise:before {
  content: "\fee8";
}
.fi-br-water:before {
  content: "\fee9";
}
.fi-br-watermelon:before {
  content: "\feea";
}
.fi-br-wave-sine:before {
  content: "\feeb";
}
.fi-br-wave-square:before {
  content: "\feec";
}
.fi-br-wave-triangle:before {
  content: "\feed";
}
.fi-br-wave:before {
  content: "\feee";
}
.fi-br-waveform-path:before {
  content: "\feef";
}
.fi-br-waveform:before {
  content: "\fef0";
}
.fi-br-web-design:before {
  content: "\fef1";
}
.fi-br-webcam-slash:before {
  content: "\fef2";
}
.fi-br-webcam:before {
  content: "\fef3";
}
.fi-br-webhook:before {
  content: "\fef4";
}
.fi-br-wednesday:before {
  content: "\fef5";
}
.fi-br-whale:before {
  content: "\fef6";
}
.fi-br-wheat-awn-circle-exclamation:before {
  content: "\fef7";
}
.fi-br-wheat-awn-slash:before {
  content: "\fef8";
}
.fi-br-wheat-awn:before {
  content: "\fef9";
}
.fi-br-wheat-slash:before {
  content: "\fefa";
}
.fi-br-wheat:before {
  content: "\fefb";
}
.fi-br-wheelchair-move:before {
  content: "\fefc";
}
.fi-br-wheelchair-sleeping:before {
  content: "\fefd";
}
.fi-br-wheelchair:before {
  content: "\fefe";
}
.fi-br-whistle:before {
  content: "\ff00";
}
.fi-br-white-space:before {
  content: "\ff01";
}
.fi-br-wifi-1:before {
  content: "\ff02";
}
.fi-br-wifi-2:before {
  content: "\ff03";
}
.fi-br-wifi-alt:before {
  content: "\ff04";
}
.fi-br-wifi-exclamation:before {
  content: "\ff05";
}
.fi-br-wifi-slash:before {
  content: "\ff06";
}
.fi-br-wifi:before {
  content: "\ff07";
}
.fi-br-wind-turbine:before {
  content: "\ff08";
}
.fi-br-wind-warning:before {
  content: "\ff09";
}
.fi-br-wind:before {
  content: "\ff0a";
}
.fi-br-window-alt:before {
  content: "\ff0b";
}
.fi-br-window-frame-open:before {
  content: "\ff0c";
}
.fi-br-window-frame:before {
  content: "\ff0d";
}
.fi-br-window-maximize:before {
  content: "\ff0e";
}
.fi-br-window-minimize:before {
  content: "\ff0f";
}
.fi-br-window-restore:before {
  content: "\ff10";
}
.fi-br-windsock:before {
  content: "\ff11";
}
.fi-br-wine-bottle:before {
  content: "\ff12";
}
.fi-br-wine-glass-crack:before {
  content: "\ff13";
}
.fi-br-wine-glass-empty:before {
  content: "\ff14";
}
.fi-br-wink:before {
  content: "\ff15";
}
.fi-br-wishlist-heart:before {
  content: "\ff16";
}
.fi-br-wishlist-star:before {
  content: "\ff17";
}
.fi-br-woman-head:before {
  content: "\ff18";
}
.fi-br-woman-scientist:before {
  content: "\ff19";
}
.fi-br-won-sign:before {
  content: "\ff1a";
}
.fi-br-work-in-progress:before {
  content: "\ff1b";
}
.fi-br-workflow-alt:before {
  content: "\ff1c";
}
.fi-br-workflow-setting-alt:before {
  content: "\ff1d";
}
.fi-br-workflow-setting:before {
  content: "\ff1e";
}
.fi-br-workflow:before {
  content: "\ff1f";
}
.fi-br-workshop:before {
  content: "\ff20";
}
.fi-br-world:before {
  content: "\ff21";
}
.fi-br-worm:before {
  content: "\ff22";
}
.fi-br-wreath:before {
  content: "\ff23";
}
.fi-br-wrench-alt:before {
  content: "\ff24";
}
.fi-br-wrench-simple:before {
  content: "\ff25";
}
.fi-br-x-ray:before {
  content: "\ff26";
}
.fi-br-x:before {
  content: "\ff27";
}
.fi-br-y:before {
  content: "\ff28";
}
.fi-br-yen:before {
  content: "\ff29";
}
.fi-br-yin-yang:before {
  content: "\ff2a";
}
.fi-br-z:before {
  content: "\ff2b";
}
.fi-br-zip-file:before {
  content: "\ff2c";
}
.fi-br-zoom-in:before {
  content: "\ff2d";
}
.fi-br-zoom-out:before {
  content: "\ff2e";
}
/*!
*   _____       _             __                 _____                               ______ _       _   _
*  |_   _|     | |           / _|               |_   _|                             |  ____| |     | | (_)
*    | |  _ __ | |_ ___ _ __| |_ __ _  ___ ___    | |  ___ ___  _ __  ___   ______  | |__  | | __ _| |_ _  ___ ___  _ __
*    | | | '_ \| __/ _ \ '__|  _/ _` |/ __/ _ \   | | / __/ _ \| '_ \/ __| |______| |  __| | |/ _` | __| |/ __/ _ \| '_ \
*   _| |_| | | | ||  __/ |  | || (_| | (_|  __/  _| || (_| (_) | | | \__ \          | |    | | (_| | |_| | (_| (_) | | | |
*  |_____|_| |_|\__\___|_|  |_| \__,_|\___\___| |_____\___\___/|_| |_|___/          |_|    |_|\__,_|\__|_|\___\___/|_| |_|
*
*                         UIcons 2.4.2 - https://www.flaticon.com/uicons/interface-icons
*/
@font-face {
  font-family: uicons-solid-rounded;
  src:
    url("./media/uicons-solid-rounded-IYSBBSWN-IYSBBSWN.woff2") format("woff2"),
    url("./media/uicons-solid-rounded-UWVI4CEC-UWVI4CEC.woff") format("woff"),
    url("./media/uicons-solid-rounded-N5CQNTC6-N5CQNTC6.eot#iefix") format("embedded-opentype");
  font-display: swap;
}
i[class^=fi-sr-]:before,
i[class*=" fi-sr-"]:before,
span[class^=fi-sr-]:before,
span[class*=fi-sr-]:before {
  font-family: uicons-solid-rounded !important;
  font-style: normal;
  font-weight: 400 !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.variable-selector-00:before {
  content: "\fe00";
}
.variable-selector-01:before {
  content: "\fe01";
}
.variable-selector-02:before {
  content: "\fe02";
}
.variable-selector-03:before {
  content: "\fe03";
}
.variable-selector-04:before {
  content: "\fe04";
}
.variable-selector-05:before {
  content: "\fe05";
}
.variable-selector-06:before {
  content: "\fe06";
}
.variable-selector-07:before {
  content: "\fe07";
}
.variable-selector-08:before {
  content: "\fe08";
}
.variable-selector-09:before {
  content: "\fe09";
}
.variable-selector-0a:before {
  content: "\fe0a";
}
.variable-selector-0b:before {
  content: "\fe0b";
}
.variable-selector-0c:before {
  content: "\fe0c";
}
.variable-selector-0d:before {
  content: "\fe0d";
}
.variable-selector-0e:before {
  content: "\fe0e";
}
.variable-selector-0f:before {
  content: "\fe0f";
}
.combining-half-marks-00:before {
  content: "\fe20";
}
.combining-half-marks-01:before {
  content: "\fe21";
}
.combining-half-marks-02:before {
  content: "\fe22";
}
.combining-half-marks-03:before {
  content: "\fe23";
}
.combining-half-marks-04:before {
  content: "\fe24";
}
.combining-half-marks-05:before {
  content: "\fe25";
}
.combining-half-marks-06:before {
  content: "\fe26";
}
.combining-half-marks-07:before {
  content: "\fe27";
}
.combining-half-marks-08:before {
  content: "\fe28";
}
.combining-half-marks-09:before {
  content: "\fe29";
}
.combining-half-marks-0a:before {
  content: "\fe2a";
}
.combining-half-marks-0b:before {
  content: "\fe2b";
}
.combining-half-marks-0c:before {
  content: "\fe2c";
}
.combining-half-marks-0d:before {
  content: "\fe2d";
}
.combining-half-marks-0e:before {
  content: "\fe2e";
}
.combining-half-marks-0f:before {
  content: "\fe2f";
}
.zero-width-no-break-space-0f:before {
  content: "\feff";
}
.fi-sr-0:before {
  content: "\f101";
}
.fi-sr-00s-music-disc:before {
  content: "\f102";
}
.fi-sr-1:before {
  content: "\f103";
}
.fi-sr-2:before {
  content: "\f104";
}
.fi-sr-3:before {
  content: "\f105";
}
.fi-sr-360-degrees:before {
  content: "\f106";
}
.fi-sr-4:before {
  content: "\f107";
}
.fi-sr-404:before {
  content: "\f108";
}
.fi-sr-5:before {
  content: "\f109";
}
.fi-sr-6:before {
  content: "\f10a";
}
.fi-sr-60s-music-disc:before {
  content: "\f10b";
}
.fi-sr-7:before {
  content: "\f10c";
}
.fi-sr-70s-music-disc:before {
  content: "\f10d";
}
.fi-sr-8:before {
  content: "\f10e";
}
.fi-sr-80s-music-disc:before {
  content: "\f10f";
}
.fi-sr-9:before {
  content: "\f110";
}
.fi-sr-90s-music-disc:before {
  content: "\f111";
}
.fi-sr-a:before {
  content: "\f112";
}
.fi-sr-accident:before {
  content: "\f113";
}
.fi-sr-acorn:before {
  content: "\f114";
}
.fi-sr-ad-paid:before {
  content: "\f115";
}
.fi-sr-ad:before {
  content: "\f116";
}
.fi-sr-add-document:before {
  content: "\f117";
}
.fi-sr-add-folder:before {
  content: "\f118";
}
.fi-sr-add-image:before {
  content: "\f119";
}
.fi-sr-add:before {
  content: "\f11a";
}
.fi-sr-address-book:before {
  content: "\f11b";
}
.fi-sr-address-card:before {
  content: "\f11c";
}
.fi-sr-admin-alt:before {
  content: "\f11d";
}
.fi-sr-admin:before {
  content: "\f11e";
}
.fi-sr-age-alt:before {
  content: "\f11f";
}
.fi-sr-age-restriction-eighteen:before {
  content: "\f120";
}
.fi-sr-age-restriction-seven:before {
  content: "\f121";
}
.fi-sr-age-restriction-six:before {
  content: "\f122";
}
.fi-sr-age-restriction-sixteen:before {
  content: "\f123";
}
.fi-sr-age-restriction-thirteen:before {
  content: "\f124";
}
.fi-sr-age-restriction-three:before {
  content: "\f125";
}
.fi-sr-age-restriction-twelve:before {
  content: "\f126";
}
.fi-sr-age-restriction-twenty-one:before {
  content: "\f127";
}
.fi-sr-age-restriction-zero:before {
  content: "\f128";
}
.fi-sr-age:before {
  content: "\f129";
}
.fi-sr-air-conditioner:before {
  content: "\f12a";
}
.fi-sr-air-freshener:before {
  content: "\f12b";
}
.fi-sr-air-pollution:before {
  content: "\f12c";
}
.fi-sr-airplane-journey:before {
  content: "\f12d";
}
.fi-sr-airplane-window-open:before {
  content: "\f12e";
}
.fi-sr-airplay:before {
  content: "\f12f";
}
.fi-sr-alarm-clock:before {
  content: "\f130";
}
.fi-sr-alarm-exclamation:before {
  content: "\f131";
}
.fi-sr-alarm-plus:before {
  content: "\f132";
}
.fi-sr-alarm-snooze:before {
  content: "\f133";
}
.fi-sr-album-circle-plus:before {
  content: "\f134";
}
.fi-sr-album-circle-user:before {
  content: "\f135";
}
.fi-sr-album-collection:before {
  content: "\f136";
}
.fi-sr-album:before {
  content: "\f137";
}
.fi-sr-algorithm:before {
  content: "\f138";
}
.fi-sr-alicorn:before {
  content: "\f139";
}
.fi-sr-alien:before {
  content: "\f13a";
}
.fi-sr-align-center:before {
  content: "\f13b";
}
.fi-sr-align-justify:before {
  content: "\f13c";
}
.fi-sr-align-left:before {
  content: "\f13d";
}
.fi-sr-align-slash:before {
  content: "\f13e";
}
.fi-sr-ambulance:before {
  content: "\f13f";
}
.fi-sr-amusement-park:before {
  content: "\f140";
}
.fi-sr-analyse-alt:before {
  content: "\f141";
}
.fi-sr-analyse:before {
  content: "\f142";
}
.fi-sr-anatomical-heart:before {
  content: "\f143";
}
.fi-sr-anchor:before {
  content: "\f144";
}
.fi-sr-angel:before {
  content: "\f145";
}
.fi-sr-angle-90:before {
  content: "\f146";
}
.fi-sr-angle-circle-down:before {
  content: "\f147";
}
.fi-sr-angle-circle-left:before {
  content: "\f148";
}
.fi-sr-angle-circle-right:before {
  content: "\f149";
}
.fi-sr-angle-circle-up:before {
  content: "\f14a";
}
.fi-sr-angle-double-left:before {
  content: "\f14b";
}
.fi-sr-angle-double-right:before {
  content: "\f14c";
}
.fi-sr-angle-double-small-down:before {
  content: "\f14d";
}
.fi-sr-angle-double-small-left:before {
  content: "\f14e";
}
.fi-sr-angle-double-small-right:before {
  content: "\f14f";
}
.fi-sr-angle-double-small-up:before {
  content: "\f150";
}
.fi-sr-angle-down:before {
  content: "\f151";
}
.fi-sr-angle-left:before {
  content: "\f152";
}
.fi-sr-angle-right:before {
  content: "\f153";
}
.fi-sr-angle-small-down:before {
  content: "\f154";
}
.fi-sr-angle-small-left:before {
  content: "\f155";
}
.fi-sr-angle-small-right:before {
  content: "\f156";
}
.fi-sr-angle-small-up:before {
  content: "\f157";
}
.fi-sr-angle-square-down:before {
  content: "\f158";
}
.fi-sr-angle-square-left:before {
  content: "\f159";
}
.fi-sr-angle-square-right:before {
  content: "\f15a";
}
.fi-sr-angle-square-up:before {
  content: "\f15b";
}
.fi-sr-angle-up:before {
  content: "\f15c";
}
.fi-sr-angle:before {
  content: "\f15d";
}
.fi-sr-angles-up-down:before {
  content: "\f15e";
}
.fi-sr-angry:before {
  content: "\f15f";
}
.fi-sr-animated-icon:before {
  content: "\f160";
}
.fi-sr-ankh:before {
  content: "\f161";
}
.fi-sr-answer-alt:before {
  content: "\f162";
}
.fi-sr-answer:before {
  content: "\f163";
}
.fi-sr-apartment:before {
  content: "\f164";
}
.fi-sr-aperture:before {
  content: "\f165";
}
.fi-sr-api:before {
  content: "\f166";
}
.fi-sr-apple-core:before {
  content: "\f167";
}
.fi-sr-apple-crate:before {
  content: "\f168";
}
.fi-sr-apple-whole:before {
  content: "\f169";
}
.fi-sr-apps-add:before {
  content: "\f16a";
}
.fi-sr-apps-delete:before {
  content: "\f16b";
}
.fi-sr-apps-sort:before {
  content: "\f16c";
}
.fi-sr-apps:before {
  content: "\f16d";
}
.fi-sr-archive:before {
  content: "\f16e";
}
.fi-sr-archway:before {
  content: "\f16f";
}
.fi-sr-arrow-alt-circle-down:before {
  content: "\f170";
}
.fi-sr-arrow-alt-circle-left:before {
  content: "\f171";
}
.fi-sr-arrow-alt-circle-right:before {
  content: "\f172";
}
.fi-sr-arrow-alt-circle-up:before {
  content: "\f173";
}
.fi-sr-arrow-alt-down:before {
  content: "\f174";
}
.fi-sr-arrow-alt-from-bottom:before {
  content: "\f175";
}
.fi-sr-arrow-alt-from-left:before {
  content: "\f176";
}
.fi-sr-arrow-alt-from-right:before {
  content: "\f177";
}
.fi-sr-arrow-alt-from-top:before {
  content: "\f178";
}
.fi-sr-arrow-alt-left:before {
  content: "\f179";
}
.fi-sr-arrow-alt-right:before {
  content: "\f17a";
}
.fi-sr-arrow-alt-square-down:before {
  content: "\f17b";
}
.fi-sr-arrow-alt-square-left:before {
  content: "\f17c";
}
.fi-sr-arrow-alt-square-right:before {
  content: "\f17d";
}
.fi-sr-arrow-alt-square-up:before {
  content: "\f17e";
}
.fi-sr-arrow-alt-to-bottom:before {
  content: "\f17f";
}
.fi-sr-arrow-alt-to-left:before {
  content: "\f180";
}
.fi-sr-arrow-alt-to-right:before {
  content: "\f181";
}
.fi-sr-arrow-alt-to-top:before {
  content: "\f182";
}
.fi-sr-arrow-alt-up:before {
  content: "\f183";
}
.fi-sr-arrow-circle-down:before {
  content: "\f184";
}
.fi-sr-arrow-circle-left:before {
  content: "\f185";
}
.fi-sr-arrow-circle-right:before {
  content: "\f186";
}
.fi-sr-arrow-circle-up:before {
  content: "\f187";
}
.fi-sr-arrow-comparison:before {
  content: "\f188";
}
.fi-sr-arrow-down-from-arc:before {
  content: "\f189";
}
.fi-sr-arrow-down-from-dotted-line:before {
  content: "\f18a";
}
.fi-sr-arrow-down-left:before {
  content: "\f18b";
}
.fi-sr-arrow-down-small-big:before {
  content: "\f18c";
}
.fi-sr-arrow-down-to-dotted-line:before {
  content: "\f18d";
}
.fi-sr-arrow-down-to-square:before {
  content: "\f18e";
}
.fi-sr-arrow-down-triangle-square:before {
  content: "\f18f";
}
.fi-sr-arrow-down:before {
  content: "\f190";
}
.fi-sr-arrow-from-bottom:before {
  content: "\f191";
}
.fi-sr-arrow-from-left:before {
  content: "\f192";
}
.fi-sr-arrow-from-right:before {
  content: "\f193";
}
.fi-sr-arrow-from-top:before {
  content: "\f194";
}
.fi-sr-arrow-left-from-arc:before {
  content: "\f195";
}
.fi-sr-arrow-left-from-line:before {
  content: "\f196";
}
.fi-sr-arrow-left-to-arc:before {
  content: "\f197";
}
.fi-sr-arrow-left:before {
  content: "\f198";
}
.fi-sr-arrow-progress-alt:before {
  content: "\f199";
}
.fi-sr-arrow-progress:before {
  content: "\f19a";
}
.fi-sr-arrow-right-to-bracket:before {
  content: "\f19b";
}
.fi-sr-arrow-right:before {
  content: "\f19c";
}
.fi-sr-arrow-small-down:before {
  content: "\f19d";
}
.fi-sr-arrow-small-left:before {
  content: "\f19e";
}
.fi-sr-arrow-small-right:before {
  content: "\f19f";
}
.fi-sr-arrow-small-up:before {
  content: "\f1a0";
}
.fi-sr-arrow-square-down:before {
  content: "\f1a1";
}
.fi-sr-arrow-square-left:before {
  content: "\f1a2";
}
.fi-sr-arrow-square-right:before {
  content: "\f1a3";
}
.fi-sr-arrow-square-up:before {
  content: "\f1a4";
}
.fi-sr-arrow-to-bottom:before {
  content: "\f1a5";
}
.fi-sr-arrow-to-left:before {
  content: "\f1a6";
}
.fi-sr-arrow-to-right:before {
  content: "\f1a7";
}
.fi-sr-arrow-to-top:before {
  content: "\f1a8";
}
.fi-sr-arrow-trend-down:before {
  content: "\f1a9";
}
.fi-sr-arrow-trend-up:before {
  content: "\f1aa";
}
.fi-sr-arrow-turn-down-left:before {
  content: "\f1ab";
}
.fi-sr-arrow-turn-down-right:before {
  content: "\f1ac";
}
.fi-sr-arrow-turn-left-up:before {
  content: "\f1ad";
}
.fi-sr-arrow-up-from-dotted-line:before {
  content: "\f1ae";
}
.fi-sr-arrow-up-from-ground-water:before {
  content: "\f1af";
}
.fi-sr-arrow-up-from-square:before {
  content: "\f1b0";
}
.fi-sr-arrow-up-left-from-circle:before {
  content: "\f1b1";
}
.fi-sr-arrow-up-left:before {
  content: "\f1b2";
}
.fi-sr-arrow-up-right-and-arrow-down-left-from-center:before {
  content: "\f1b3";
}
.fi-sr-arrow-up-right-from-square:before {
  content: "\f1b4";
}
.fi-sr-arrow-up-right:before {
  content: "\f1b5";
}
.fi-sr-arrow-up-small-big:before {
  content: "\f1b6";
}
.fi-sr-arrow-up-square-triangle:before {
  content: "\f1b7";
}
.fi-sr-arrow-up-to-arc:before {
  content: "\f1b8";
}
.fi-sr-arrow-up-to-dotted-line:before {
  content: "\f1b9";
}
.fi-sr-arrow-up:before {
  content: "\f1ba";
}
.fi-sr-arrow-upward-growth-crypto:before {
  content: "\f1bb";
}
.fi-sr-arrows-alt-h:before {
  content: "\f1bc";
}
.fi-sr-arrows-alt-v:before {
  content: "\f1bd";
}
.fi-sr-arrows-alt:before {
  content: "\f1be";
}
.fi-sr-arrows-cross:before {
  content: "\f1bf";
}
.fi-sr-arrows-from-dotted-line:before {
  content: "\f1c0";
}
.fi-sr-arrows-from-line:before {
  content: "\f1c1";
}
.fi-sr-arrows-h-copy:before {
  content: "\f1c2";
}
.fi-sr-arrows-h:before {
  content: "\f1c3";
}
.fi-sr-arrows-repeat-1:before {
  content: "\f1c4";
}
.fi-sr-arrows-repeat:before {
  content: "\f1c5";
}
.fi-sr-arrows-retweet:before {
  content: "\f1c6";
}
.fi-sr-arrows-split-right-and-left:before {
  content: "\f1c7";
}
.fi-sr-arrows-split-up-and-left:before {
  content: "\f1c8";
}
.fi-sr-arrows-to-circle:before {
  content: "\f1c9";
}
.fi-sr-arrows-to-dotted-line:before {
  content: "\f1ca";
}
.fi-sr-arrows-to-eye:before {
  content: "\f1cb";
}
.fi-sr-arrows-to-line:before {
  content: "\f1cc";
}
.fi-sr-arrows:before {
  content: "\f1cd";
}
.fi-sr-artificial-intelligence:before {
  content: "\f1ce";
}
.fi-sr-assept-document:before {
  content: "\f1cf";
}
.fi-sr-assessment-alt:before {
  content: "\f1d0";
}
.fi-sr-assessment:before {
  content: "\f1d1";
}
.fi-sr-assistive-listening-systems:before {
  content: "\f1d2";
}
.fi-sr-asterik:before {
  content: "\f1d3";
}
.fi-sr-at:before {
  content: "\f1d4";
}
.fi-sr-attribution-pen:before {
  content: "\f1d5";
}
.fi-sr-attribution-pencil:before {
  content: "\f1d6";
}
.fi-sr-aubergine:before {
  content: "\f1d7";
}
.fi-sr-auction:before {
  content: "\f1d8";
}
.fi-sr-audience-megaphone:before {
  content: "\f1d9";
}
.fi-sr-audio-description-slash:before {
  content: "\f1da";
}
.fi-sr-audit-alt:before {
  content: "\f1db";
}
.fi-sr-audit:before {
  content: "\f1dc";
}
.fi-sr-austral-sign:before {
  content: "\f1dd";
}
.fi-sr-avocado:before {
  content: "\f1de";
}
.fi-sr-award:before {
  content: "\f1df";
}
.fi-sr-axe-battle:before {
  content: "\f1e0";
}
.fi-sr-axe:before {
  content: "\f1e1";
}
.fi-sr-b:before {
  content: "\f1e2";
}
.fi-sr-baby-carriage:before {
  content: "\f1e3";
}
.fi-sr-baby:before {
  content: "\f1e4";
}
.fi-sr-back-up:before {
  content: "\f1e5";
}
.fi-sr-background:before {
  content: "\f1e6";
}
.fi-sr-backpack:before {
  content: "\f1e7";
}
.fi-sr-bacon:before {
  content: "\f1e8";
}
.fi-sr-bacteria:before {
  content: "\f1e9";
}
.fi-sr-bacterium:before {
  content: "\f1ea";
}
.fi-sr-badge-check:before {
  content: "\f1eb";
}
.fi-sr-badge-dollar:before {
  content: "\f1ec";
}
.fi-sr-badge-leaf:before {
  content: "\f1ed";
}
.fi-sr-badge-percent:before {
  content: "\f1ee";
}
.fi-sr-badge-sheriff:before {
  content: "\f1ef";
}
.fi-sr-badge:before {
  content: "\f1f0";
}
.fi-sr-badger-honey:before {
  content: "\f1f1";
}
.fi-sr-badminton:before {
  content: "\f1f2";
}
.fi-sr-bag-map-pin:before {
  content: "\f1f3";
}
.fi-sr-bag-seedling:before {
  content: "\f1f4";
}
.fi-sr-bag-shopping-minus:before {
  content: "\f1f5";
}
.fi-sr-bags-shopping:before {
  content: "\f1f6";
}
.fi-sr-baguette:before {
  content: "\f1f7";
}
.fi-sr-bahai:before {
  content: "\f1f8";
}
.fi-sr-baht-sign:before {
  content: "\f1f9";
}
.fi-sr-balance-scale-left:before {
  content: "\f1fa";
}
.fi-sr-balance-scale-right:before {
  content: "\f1fb";
}
.fi-sr-ball-pile:before {
  content: "\f1fc";
}
.fi-sr-ballet-dance:before {
  content: "\f1fd";
}
.fi-sr-balloon:before {
  content: "\f1fe";
}
.fi-sr-balloons:before {
  content: "\f1ff";
}
.fi-sr-ballot-check:before {
  content: "\f200";
}
.fi-sr-ballot:before {
  content: "\f201";
}
.fi-sr-ban-bug:before {
  content: "\f202";
}
.fi-sr-ban:before {
  content: "\f203";
}
.fi-sr-banana:before {
  content: "\f204";
}
.fi-sr-band-aid:before {
  content: "\f205";
}
.fi-sr-bangladeshi-taka-sign:before {
  content: "\f206";
}
.fi-sr-banjo:before {
  content: "\f207";
}
.fi-sr-bank:before {
  content: "\f208";
}
.fi-sr-banner-2:before {
  content: "\f209";
}
.fi-sr-banner-3:before {
  content: "\f20a";
}
.fi-sr-banner-4:before {
  content: "\f20b";
}
.fi-sr-banner-5:before {
  content: "\f20c";
}
.fi-sr-banner:before {
  content: "\f20d";
}
.fi-sr-barber-pole:before {
  content: "\f20e";
}
.fi-sr-barber-shop:before {
  content: "\f20f";
}
.fi-sr-barcode-read:before {
  content: "\f210";
}
.fi-sr-barcode-scan:before {
  content: "\f211";
}
.fi-sr-barcode:before {
  content: "\f212";
}
.fi-sr-bars-filter:before {
  content: "\f213";
}
.fi-sr-bars-progress:before {
  content: "\f214";
}
.fi-sr-bars-sort:before {
  content: "\f215";
}
.fi-sr-bars-staggered:before {
  content: "\f216";
}
.fi-sr-baseball-alt:before {
  content: "\f217";
}
.fi-sr-baseball:before {
  content: "\f218";
}
.fi-sr-basket-shopping-minus:before {
  content: "\f219";
}
.fi-sr-basket-shopping-plus:before {
  content: "\f21a";
}
.fi-sr-basket-shopping-simple:before {
  content: "\f21b";
}
.fi-sr-basketball-hoop:before {
  content: "\f21c";
}
.fi-sr-basketball:before {
  content: "\f21d";
}
.fi-sr-bat:before {
  content: "\f21e";
}
.fi-sr-bath:before {
  content: "\f21f";
}
.fi-sr-battery-bolt:before {
  content: "\f220";
}
.fi-sr-battery-empty:before {
  content: "\f221";
}
.fi-sr-battery-exclamation:before {
  content: "\f222";
}
.fi-sr-battery-full:before {
  content: "\f223";
}
.fi-sr-battery-half:before {
  content: "\f224";
}
.fi-sr-battery-quarter:before {
  content: "\f225";
}
.fi-sr-battery-slash:before {
  content: "\f226";
}
.fi-sr-battery-three-quarters:before {
  content: "\f227";
}
.fi-sr-beacon:before {
  content: "\f228";
}
.fi-sr-bed-alt:before {
  content: "\f229";
}
.fi-sr-bed-bunk:before {
  content: "\f22a";
}
.fi-sr-bed-empty:before {
  content: "\f22b";
}
.fi-sr-bed:before {
  content: "\f22c";
}
.fi-sr-bee:before {
  content: "\f22d";
}
.fi-sr-beer-mug-empty:before {
  content: "\f22e";
}
.fi-sr-beer:before {
  content: "\f22f";
}
.fi-sr-bell-concierge:before {
  content: "\f230";
}
.fi-sr-bell-notification-call:before {
  content: "\f231";
}
.fi-sr-bell-notification-social-media:before {
  content: "\f232";
}
.fi-sr-bell-ring:before {
  content: "\f233";
}
.fi-sr-bell-school-slash:before {
  content: "\f234";
}
.fi-sr-bell-school:before {
  content: "\f235";
}
.fi-sr-bell-slash:before {
  content: "\f236";
}
.fi-sr-bell:before {
  content: "\f237";
}
.fi-sr-bells:before {
  content: "\f238";
}
.fi-sr-bench-tree:before {
  content: "\f239";
}
.fi-sr-benefit-diamond-alt:before {
  content: "\f23a";
}
.fi-sr-benefit-diamond:before {
  content: "\f23b";
}
.fi-sr-benefit-hand:before {
  content: "\f23c";
}
.fi-sr-benefit-increase:before {
  content: "\f23d";
}
.fi-sr-benefit-porcent:before {
  content: "\f23e";
}
.fi-sr-benefit:before {
  content: "\f23f";
}
.fi-sr-betamax:before {
  content: "\f240";
}
.fi-sr-bible:before {
  content: "\f241";
}
.fi-sr-bicycle-journey:before {
  content: "\f242";
}
.fi-sr-bike:before {
  content: "\f243";
}
.fi-sr-biking-mountain:before {
  content: "\f244";
}
.fi-sr-biking:before {
  content: "\f245";
}
.fi-sr-bill-arrow:before {
  content: "\f246";
}
.fi-sr-billiard:before {
  content: "\f247";
}
.fi-sr-bin-bottles:before {
  content: "\f248";
}
.fi-sr-binary-circle-check:before {
  content: "\f249";
}
.fi-sr-binary-lock:before {
  content: "\f24a";
}
.fi-sr-binary-slash:before {
  content: "\f24b";
}
.fi-sr-binary:before {
  content: "\f24c";
}
.fi-sr-binoculars:before {
  content: "\f24d";
}
.fi-sr-bio-leaves:before {
  content: "\f24e";
}
.fi-sr-bio:before {
  content: "\f24f";
}
.fi-sr-biohazard:before {
  content: "\f250";
}
.fi-sr-bird:before {
  content: "\f251";
}
.fi-sr-bitcoin-sign:before {
  content: "\f252";
}
.fi-sr-blanket:before {
  content: "\f253";
}
.fi-sr-blender-phone:before {
  content: "\f254";
}
.fi-sr-blender:before {
  content: "\f255";
}
.fi-sr-blinds-open:before {
  content: "\f256";
}
.fi-sr-blinds-raised:before {
  content: "\f257";
}
.fi-sr-blinds:before {
  content: "\f258";
}
.fi-sr-block-brick:before {
  content: "\f259";
}
.fi-sr-block-microphone:before {
  content: "\f25a";
}
.fi-sr-block-question:before {
  content: "\f25b";
}
.fi-sr-block-quote:before {
  content: "\f25c";
}
.fi-sr-block:before {
  content: "\f25d";
}
.fi-sr-blog-pencil:before {
  content: "\f25e";
}
.fi-sr-blog-text:before {
  content: "\f25f";
}
.fi-sr-blood-dropper:before {
  content: "\f260";
}
.fi-sr-blood-test-tube-alt:before {
  content: "\f261";
}
.fi-sr-blood-test-tube:before {
  content: "\f262";
}
.fi-sr-blood:before {
  content: "\f263";
}
.fi-sr-blossom:before {
  content: "\f264";
}
.fi-sr-blueberries:before {
  content: "\f265";
}
.fi-sr-blueprint:before {
  content: "\f266";
}
.fi-sr-bold:before {
  content: "\f267";
}
.fi-sr-bolt-auto:before {
  content: "\f268";
}
.fi-sr-bolt-slash:before {
  content: "\f269";
}
.fi-sr-bolt:before {
  content: "\f26a";
}
.fi-sr-bomb:before {
  content: "\f26b";
}
.fi-sr-bone-break:before {
  content: "\f26c";
}
.fi-sr-bone:before {
  content: "\f26d";
}
.fi-sr-bong:before {
  content: "\f26e";
}
.fi-sr-bonus-alt:before {
  content: "\f26f";
}
.fi-sr-bonus-star:before {
  content: "\f270";
}
.fi-sr-bonus:before {
  content: "\f271";
}
.fi-sr-book-alt:before {
  content: "\f272";
}
.fi-sr-book-arrow-right:before {
  content: "\f273";
}
.fi-sr-book-arrow-up:before {
  content: "\f274";
}
.fi-sr-book-atlas:before {
  content: "\f275";
}
.fi-sr-book-bookmark:before {
  content: "\f276";
}
.fi-sr-book-circle-arrow-right:before {
  content: "\f277";
}
.fi-sr-book-circle-arrow-up:before {
  content: "\f278";
}
.fi-sr-book-copy:before {
  content: "\f279";
}
.fi-sr-book-dead:before {
  content: "\f27a";
}
.fi-sr-book-font:before {
  content: "\f27b";
}
.fi-sr-book-heart:before {
  content: "\f27c";
}
.fi-sr-book-medical:before {
  content: "\f27d";
}
.fi-sr-book-open-cover:before {
  content: "\f27e";
}
.fi-sr-book-open-reader:before {
  content: "\f27f";
}
.fi-sr-book-plus:before {
  content: "\f280";
}
.fi-sr-book-quran:before {
  content: "\f281";
}
.fi-sr-book-section:before {
  content: "\f282";
}
.fi-sr-book-spells:before {
  content: "\f283";
}
.fi-sr-book-tanakh:before {
  content: "\f284";
}
.fi-sr-book-user:before {
  content: "\f285";
}
.fi-sr-book:before {
  content: "\f286";
}
.fi-sr-Booking:before {
  content: "\f287";
}
.fi-sr-bookmark-slash:before {
  content: "\f288";
}
.fi-sr-bookmark:before {
  content: "\f289";
}
.fi-sr-books-medical:before {
  content: "\f28a";
}
.fi-sr-books:before {
  content: "\f28b";
}
.fi-sr-boot-heeled:before {
  content: "\f28c";
}
.fi-sr-boot:before {
  content: "\f28d";
}
.fi-sr-booth-curtain:before {
  content: "\f28e";
}
.fi-sr-border-all:before {
  content: "\f28f";
}
.fi-sr-border-bottom:before {
  content: "\f290";
}
.fi-sr-border-center-h:before {
  content: "\f291";
}
.fi-sr-border-center-v:before {
  content: "\f292";
}
.fi-sr-border-inner:before {
  content: "\f293";
}
.fi-sr-border-left:before {
  content: "\f294";
}
.fi-sr-border-none:before {
  content: "\f295";
}
.fi-sr-border-outer:before {
  content: "\f296";
}
.fi-sr-border-right:before {
  content: "\f297";
}
.fi-sr-border-style-alt:before {
  content: "\f298";
}
.fi-sr-border-style:before {
  content: "\f299";
}
.fi-sr-border-top:before {
  content: "\f29a";
}
.fi-sr-boss:before {
  content: "\f29b";
}
.fi-sr-bottle-droplet:before {
  content: "\f29c";
}
.fi-sr-bottle:before {
  content: "\f29d";
}
.fi-sr-bow-arrow:before {
  content: "\f29e";
}
.fi-sr-bowl-chopsticks-noodles:before {
  content: "\f29f";
}
.fi-sr-bowl-chopsticks:before {
  content: "\f2a0";
}
.fi-sr-bowl-rice:before {
  content: "\f2a1";
}
.fi-sr-bowl-scoop:before {
  content: "\f2a2";
}
.fi-sr-bowl-scoops:before {
  content: "\f2a3";
}
.fi-sr-bowl-soft-serve:before {
  content: "\f2a4";
}
.fi-sr-bowl-spoon:before {
  content: "\f2a5";
}
.fi-sr-bowling-ball:before {
  content: "\f2a6";
}
.fi-sr-bowling-pins:before {
  content: "\f2a7";
}
.fi-sr-bowling:before {
  content: "\f2a8";
}
.fi-sr-box-alt:before {
  content: "\f2a9";
}
.fi-sr-box-ballot:before {
  content: "\f2aa";
}
.fi-sr-box-check:before {
  content: "\f2ab";
}
.fi-sr-box-circle-check:before {
  content: "\f2ac";
}
.fi-sr-box-dollar:before {
  content: "\f2ad";
}
.fi-sr-box-fragile:before {
  content: "\f2ae";
}
.fi-sr-box-heart:before {
  content: "\f2af";
}
.fi-sr-box-open-full:before {
  content: "\f2b0";
}
.fi-sr-box-open:before {
  content: "\f2b1";
}
.fi-sr-box-tissue:before {
  content: "\f2b2";
}
.fi-sr-box-up:before {
  content: "\f2b3";
}
.fi-sr-box:before {
  content: "\f2b4";
}
.fi-sr-boxes:before {
  content: "\f2b5";
}
.fi-sr-boxing-glove:before {
  content: "\f2b6";
}
.fi-sr-bracket-curly-right:before {
  content: "\f2b7";
}
.fi-sr-bracket-curly:before {
  content: "\f2b8";
}
.fi-sr-bracket-round-right:before {
  content: "\f2b9";
}
.fi-sr-bracket-round:before {
  content: "\f2ba";
}
.fi-sr-bracket-square-right:before {
  content: "\f2bb";
}
.fi-sr-bracket-square:before {
  content: "\f2bc";
}
.fi-sr-brackets-curly:before {
  content: "\f2bd";
}
.fi-sr-brackets-round:before {
  content: "\f2be";
}
.fi-sr-brackets-square:before {
  content: "\f2bf";
}
.fi-sr-braille-a:before {
  content: "\f2c0";
}
.fi-sr-braille-b:before {
  content: "\f2c1";
}
.fi-sr-braille-c:before {
  content: "\f2c2";
}
.fi-sr-braille-d:before {
  content: "\f2c3";
}
.fi-sr-braille-e:before {
  content: "\f2c4";
}
.fi-sr-braille-g:before {
  content: "\f2c5";
}
.fi-sr-braille-h:before {
  content: "\f2c6";
}
.fi-sr-braille-i:before {
  content: "\f2c7";
}
.fi-sr-braille-j:before {
  content: "\f2c8";
}
.fi-sr-braille-k:before {
  content: "\f2c9";
}
.fi-sr-braille-l:before {
  content: "\f2ca";
}
.fi-sr-braille-m:before {
  content: "\f2cb";
}
.fi-sr-braille-n-alt:before {
  content: "\f2cc";
}
.fi-sr-braille-n:before {
  content: "\f2cd";
}
.fi-sr-braille-o:before {
  content: "\f2ce";
}
.fi-sr-braille-p:before {
  content: "\f2cf";
}
.fi-sr-braille-q:before {
  content: "\f2d0";
}
.fi-sr-braille-r:before {
  content: "\f2d1";
}
.fi-sr-braille-s:before {
  content: "\f2d2";
}
.fi-sr-braille-t:before {
  content: "\f2d3";
}
.fi-sr-braille-u:before {
  content: "\f2d4";
}
.fi-sr-braille-v:before {
  content: "\f2d5";
}
.fi-sr-braille-w:before {
  content: "\f2d6";
}
.fi-sr-braille-x:before {
  content: "\f2d7";
}
.fi-sr-braille-y:before {
  content: "\f2d8";
}
.fi-sr-braille-z:before {
  content: "\f2d9";
}
.fi-sr-braille:before {
  content: "\f2da";
}
.fi-sr-brain-circuit:before {
  content: "\f2db";
}
.fi-sr-brain:before {
  content: "\f2dc";
}
.fi-sr-brake-warning:before {
  content: "\f2dd";
}
.fi-sr-branching:before {
  content: "\f2de";
}
.fi-sr-brand:before {
  content: "\f2df";
}
.fi-sr-branding:before {
  content: "\f2e0";
}
.fi-sr-bread-loaf:before {
  content: "\f2e1";
}
.fi-sr-bread-slice-butter:before {
  content: "\f2e2";
}
.fi-sr-bread-slice:before {
  content: "\f2e3";
}
.fi-sr-bread:before {
  content: "\f2e4";
}
.fi-sr-briefcase-arrow-right:before {
  content: "\f2e5";
}
.fi-sr-briefcase-blank:before {
  content: "\f2e6";
}
.fi-sr-briefcase:before {
  content: "\f2e7";
}
.fi-sr-brightness-low:before {
  content: "\f2e8";
}
.fi-sr-brightness:before {
  content: "\f2e9";
}
.fi-sr-bring-forward:before {
  content: "\f2ea";
}
.fi-sr-bring-front:before {
  content: "\f2eb";
}
.fi-sr-broadcast-tower:before {
  content: "\f2ec";
}
.fi-sr-broccoli:before {
  content: "\f2ed";
}
.fi-sr-broken-chain-link-wrong:before {
  content: "\f2ee";
}
.fi-sr-broken-image:before {
  content: "\f2ef";
}
.fi-sr-broom-ball:before {
  content: "\f2f0";
}
.fi-sr-broom:before {
  content: "\f2f1";
}
.fi-sr-browser-ui:before {
  content: "\f2f2";
}
.fi-sr-browser:before {
  content: "\f2f3";
}
.fi-sr-browsers:before {
  content: "\f2f4";
}
.fi-sr-brush:before {
  content: "\f2f5";
}
.fi-sr-bucket:before {
  content: "\f2f6";
}
.fi-sr-budget-alt:before {
  content: "\f2f7";
}
.fi-sr-budget:before {
  content: "\f2f8";
}
.fi-sr-bug-slash:before {
  content: "\f2f9";
}
.fi-sr-bug:before {
  content: "\f2fa";
}
.fi-sr-bugs:before {
  content: "\f2fb";
}
.fi-sr-build-alt:before {
  content: "\f2fc";
}
.fi-sr-build:before {
  content: "\f2fd";
}
.fi-sr-building-circle-arrow-right:before {
  content: "\f2fe";
}
.fi-sr-building-ngo:before {
  content: "\f2ff";
}
.fi-sr-building:before {
  content: "\f300";
}
.fi-sr-bulb:before {
  content: "\f301";
}
.fi-sr-bullet:before {
  content: "\f302";
}
.fi-sr-bullhorn:before {
  content: "\f303";
}
.fi-sr-bullseye-arrow:before {
  content: "\f304";
}
.fi-sr-bullseye-pointer:before {
  content: "\f305";
}
.fi-sr-bullseye:before {
  content: "\f306";
}
.fi-sr-burger-alt:before {
  content: "\f307";
}
.fi-sr-burger-fries:before {
  content: "\f308";
}
.fi-sr-burger-glass:before {
  content: "\f309";
}
.fi-sr-burrito:before {
  content: "\f30a";
}
.fi-sr-burst:before {
  content: "\f30b";
}
.fi-sr-bus-alt:before {
  content: "\f30c";
}
.fi-sr-bus:before {
  content: "\f30d";
}
.fi-sr-business-time:before {
  content: "\f30e";
}
.fi-sr-Butter:before {
  content: "\f30f";
}
.fi-sr-butterfly:before {
  content: "\f310";
}
.fi-sr-c:before {
  content: "\f311";
}
.fi-sr-cabin:before {
  content: "\f312";
}
.fi-sr-cactus:before {
  content: "\f313";
}
.fi-sr-cage-empty:before {
  content: "\f314";
}
.fi-sr-cake-birthday:before {
  content: "\f315";
}
.fi-sr-cake-slice:before {
  content: "\f316";
}
.fi-sr-cake-wedding:before {
  content: "\f317";
}
.fi-sr-calculator-bill:before {
  content: "\f318";
}
.fi-sr-calculator-math-tax:before {
  content: "\f319";
}
.fi-sr-calculator-money:before {
  content: "\f31a";
}
.fi-sr-calculator-simple:before {
  content: "\f31b";
}
.fi-sr-calculator:before {
  content: "\f31c";
}
.fi-sr-calendar-arrow-down:before {
  content: "\f31d";
}
.fi-sr-calendar-arrow-up:before {
  content: "\f31e";
}
.fi-sr-calendar-birhtday-cake:before {
  content: "\f31f";
}
.fi-sr-calendar-call:before {
  content: "\f320";
}
.fi-sr-calendar-check:before {
  content: "\f321";
}
.fi-sr-calendar-clock:before {
  content: "\f322";
}
.fi-sr-calendar-day:before {
  content: "\f323";
}
.fi-sr-calendar-days:before {
  content: "\f324";
}
.fi-sr-calendar-event-tax:before {
  content: "\f325";
}
.fi-sr-calendar-exclamation:before {
  content: "\f326";
}
.fi-sr-calendar-gavel-legal:before {
  content: "\f327";
}
.fi-sr-calendar-heart:before {
  content: "\f328";
}
.fi-sr-calendar-image:before {
  content: "\f329";
}
.fi-sr-calendar-lines-pen:before {
  content: "\f32a";
}
.fi-sr-calendar-lines:before {
  content: "\f32b";
}
.fi-sr-calendar-minus:before {
  content: "\f32c";
}
.fi-sr-calendar-payment-loan:before {
  content: "\f32d";
}
.fi-sr-calendar-pen:before {
  content: "\f32e";
}
.fi-sr-calendar-plus:before {
  content: "\f32f";
}
.fi-sr-calendar-salary:before {
  content: "\f330";
}
.fi-sr-calendar-shift-swap:before {
  content: "\f331";
}
.fi-sr-calendar-star:before {
  content: "\f332";
}
.fi-sr-calendar-swap:before {
  content: "\f333";
}
.fi-sr-calendar-week:before {
  content: "\f334";
}
.fi-sr-calendar-xmark:before {
  content: "\f335";
}
.fi-sr-calendar:before {
  content: "\f336";
}
.fi-sr-calendars:before {
  content: "\f337";
}
.fi-sr-call-duration:before {
  content: "\f338";
}
.fi-sr-call-history:before {
  content: "\f339";
}
.fi-sr-call-incoming:before {
  content: "\f33a";
}
.fi-sr-call-missed:before {
  content: "\f33b";
}
.fi-sr-call-outgoing:before {
  content: "\f33c";
}
.fi-sr-camcorder:before {
  content: "\f33d";
}
.fi-sr-camera-cctv:before {
  content: "\f33e";
}
.fi-sr-camera-movie:before {
  content: "\f33f";
}
.fi-sr-camera-retro:before {
  content: "\f340";
}
.fi-sr-camera-rotate:before {
  content: "\f341";
}
.fi-sr-camera-security:before {
  content: "\f342";
}
.fi-sr-camera-slash:before {
  content: "\f343";
}
.fi-sr-camera-viewfinder:before {
  content: "\f344";
}
.fi-sr-camera:before {
  content: "\f345";
}
.fi-sr-campfire:before {
  content: "\f346";
}
.fi-sr-camping:before {
  content: "\f347";
}
.fi-sr-can-food:before {
  content: "\f348";
}
.fi-sr-candle-holder:before {
  content: "\f349";
}
.fi-sr-candle-lotus-yoga:before {
  content: "\f34a";
}
.fi-sr-candle-pose-yoga:before {
  content: "\f34b";
}
.fi-sr-candy-alt:before {
  content: "\f34c";
}
.fi-sr-candy-bar:before {
  content: "\f34d";
}
.fi-sr-candy-cane:before {
  content: "\f34e";
}
.fi-sr-candy-corn:before {
  content: "\f34f";
}
.fi-sr-candy-sweet:before {
  content: "\f350";
}
.fi-sr-candy:before {
  content: "\f351";
}
.fi-sr-Cannabis:before {
  content: "\f352";
}
.fi-sr-canned-food:before {
  content: "\f353";
}
.fi-sr-capsules:before {
  content: "\f354";
}
.fi-sr-car-alt:before {
  content: "\f355";
}
.fi-sr-car-battery:before {
  content: "\f356";
}
.fi-sr-car-bolt:before {
  content: "\f357";
}
.fi-sr-car-building:before {
  content: "\f358";
}
.fi-sr-car-bump:before {
  content: "\f359";
}
.fi-sr-car-bus:before {
  content: "\f35a";
}
.fi-sr-car-circle-bolt:before {
  content: "\f35b";
}
.fi-sr-car-crash:before {
  content: "\f35c";
}
.fi-sr-car-garage:before {
  content: "\f35d";
}
.fi-sr-car-journey:before {
  content: "\f35e";
}
.fi-sr-car-mechanic:before {
  content: "\f35f";
}
.fi-sr-car-rear:before {
  content: "\f360";
}
.fi-sr-car-side-bolt:before {
  content: "\f361";
}
.fi-sr-car-side:before {
  content: "\f362";
}
.fi-sr-car-tilt:before {
  content: "\f363";
}
.fi-sr-car-tunnel:before {
  content: "\f364";
}
.fi-sr-car-wash:before {
  content: "\f365";
}
.fi-sr-car:before {
  content: "\f366";
}
.fi-sr-caravan-alt:before {
  content: "\f367";
}
.fi-sr-caravan:before {
  content: "\f368";
}
.fi-sr-card-club:before {
  content: "\f369";
}
.fi-sr-card-diamond:before {
  content: "\f36a";
}
.fi-sr-card-heart:before {
  content: "\f36b";
}
.fi-sr-card-spade:before {
  content: "\f36c";
}
.fi-sr-cardinal-compass:before {
  content: "\f36d";
}
.fi-sr-career-growth:before {
  content: "\f36e";
}
.fi-sr-career-path:before {
  content: "\f36f";
}
.fi-sr-caret-circle-down:before {
  content: "\f370";
}
.fi-sr-caret-circle-right:before {
  content: "\f371";
}
.fi-sr-caret-circle-up:before {
  content: "\f372";
}
.fi-sr-caret-down:before {
  content: "\f373";
}
.fi-sr-caret-left:before {
  content: "\f374";
}
.fi-sr-caret-quare-up:before {
  content: "\f375";
}
.fi-sr-caret-right:before {
  content: "\f376";
}
.fi-sr-caret-square-down:before {
  content: "\f377";
}
.fi-sr-caret-square-left_1:before {
  content: "\f378";
}
.fi-sr-caret-square-left:before {
  content: "\f379";
}
.fi-sr-caret-square-right:before {
  content: "\f37a";
}
.fi-sr-caret-up:before {
  content: "\f37b";
}
.fi-sr-carrot:before {
  content: "\f37c";
}
.fi-sr-cars-crash:before {
  content: "\f37d";
}
.fi-sr-cars:before {
  content: "\f37e";
}
.fi-sr-cart-arrow-down:before {
  content: "\f37f";
}
.fi-sr-cart-minus:before {
  content: "\f380";
}
.fi-sr-cart-shopping-fast:before {
  content: "\f381";
}
.fi-sr-cash-register:before {
  content: "\f382";
}
.fi-sr-cassette-tape:before {
  content: "\f383";
}
.fi-sr-cassette-vhs:before {
  content: "\f384";
}
.fi-sr-castle:before {
  content: "\f385";
}
.fi-sr-cat-head:before {
  content: "\f386";
}
.fi-sr-cat-space:before {
  content: "\f387";
}
.fi-sr-cat:before {
  content: "\f388";
}
.fi-sr-catalog-alt:before {
  content: "\f389";
}
.fi-sr-catalog-magazine:before {
  content: "\f38a";
}
.fi-sr-catalog:before {
  content: "\f38b";
}
.fi-sr-category-alt:before {
  content: "\f38c";
}
.fi-sr-category:before {
  content: "\f38d";
}
.fi-sr-cauldron:before {
  content: "\f38e";
}
.fi-sr-cedi-sign:before {
  content: "\f38f";
}
.fi-sr-cello:before {
  content: "\f390";
}
.fi-sr-cent-sign:before {
  content: "\f391";
}
.fi-sr-chair-office:before {
  content: "\f392";
}
.fi-sr-chair:before {
  content: "\f393";
}
.fi-sr-chalkboard-user:before {
  content: "\f394";
}
.fi-sr-chalkboard:before {
  content: "\f395";
}
.fi-sr-challenge-alt:before {
  content: "\f396";
}
.fi-sr-challenge:before {
  content: "\f397";
}
.fi-sr-channel:before {
  content: "\f398";
}
.fi-sr-charging-station:before {
  content: "\f399";
}
.fi-sr-chart-area:before {
  content: "\f39a";
}
.fi-sr-chart-bullet:before {
  content: "\f39b";
}
.fi-sr-chart-candlestick:before {
  content: "\f39c";
}
.fi-sr-chart-connected:before {
  content: "\f39d";
}
.fi-sr-chart-gantt:before {
  content: "\f39e";
}
.fi-sr-chart-histogram:before {
  content: "\f39f";
}
.fi-sr-chart-kanban:before {
  content: "\f3a0";
}
.fi-sr-chart-line-up-down:before {
  content: "\f3a1";
}
.fi-sr-chart-line-up:before {
  content: "\f3a2";
}
.fi-sr-chart-mixed-up-circle-currency:before {
  content: "\f3a3";
}
.fi-sr-chart-mixed-up-circle-dollar:before {
  content: "\f3a4";
}
.fi-sr-chart-mixed:before {
  content: "\f3a5";
}
.fi-sr-chart-network:before {
  content: "\f3a6";
}
.fi-sr-chart-pie-alt:before {
  content: "\f3a7";
}
.fi-sr-chart-pie-simple-circle-currency:before {
  content: "\f3a8";
}
.fi-sr-chart-pie-simple-circle-dollar:before {
  content: "\f3a9";
}
.fi-sr-chart-pie:before {
  content: "\f3aa";
}
.fi-sr-chart-pyramid:before {
  content: "\f3ab";
}
.fi-sr-chart-radar:before {
  content: "\f3ac";
}
.fi-sr-chart-scatter-3d:before {
  content: "\f3ad";
}
.fi-sr-chart-scatter-bubble:before {
  content: "\f3ae";
}
.fi-sr-chart-scatter:before {
  content: "\f3af";
}
.fi-sr-chart-set-theory:before {
  content: "\f3b0";
}
.fi-sr-chart-simple-horizontal:before {
  content: "\f3b1";
}
.fi-sr-chart-simple:before {
  content: "\f3b2";
}
.fi-sr-chart-tree-map:before {
  content: "\f3b3";
}
.fi-sr-chart-tree:before {
  content: "\f3b4";
}
.fi-sr-chart-user:before {
  content: "\f3b5";
}
.fi-sr-chart-waterfall:before {
  content: "\f3b6";
}
.fi-sr-chat-arrow-down:before {
  content: "\f3b7";
}
.fi-sr-chat-arrow-grow:before {
  content: "\f3b8";
}
.fi-sr-chat-bubble-call:before {
  content: "\f3b9";
}
.fi-sr-chatbot-speech-bubble:before {
  content: "\f3ba";
}
.fi-sr-chatbot:before {
  content: "\f3bb";
}
.fi-sr-check-circle:before {
  content: "\f3bc";
}
.fi-sr-check-double:before {
  content: "\f3bd";
}
.fi-sr-check-in-calendar:before {
  content: "\f3be";
}
.fi-sr-check-out-calendar:before {
  content: "\f3bf";
}
.fi-sr-check:before {
  content: "\f3c0";
}
.fi-sr-checkbox:before {
  content: "\f3c1";
}
.fi-sr-checklist-task-budget:before {
  content: "\f3c2";
}
.fi-sr-cheese-alt:before {
  content: "\f3c3";
}
.fi-sr-cheese:before {
  content: "\f3c4";
}
.fi-sr-cheeseburger:before {
  content: "\f3c5";
}
.fi-sr-cherry:before {
  content: "\f3c6";
}
.fi-sr-chess-bishop:before {
  content: "\f3c7";
}
.fi-sr-chess-board:before {
  content: "\f3c8";
}
.fi-sr-chess-clock-alt:before {
  content: "\f3c9";
}
.fi-sr-chess-clock:before {
  content: "\f3ca";
}
.fi-sr-chess-king-alt:before {
  content: "\f3cb";
}
.fi-sr-chess-king:before {
  content: "\f3cc";
}
.fi-sr-chess-knight-alt:before {
  content: "\f3cd";
}
.fi-sr-chess-knight:before {
  content: "\f3ce";
}
.fi-sr-chess-pawn-alt:before {
  content: "\f3cf";
}
.fi-sr-chess-pawn:before {
  content: "\f3d0";
}
.fi-sr-chess-piece:before {
  content: "\f3d1";
}
.fi-sr-chess-queen-alt:before {
  content: "\f3d2";
}
.fi-sr-chess-queen:before {
  content: "\f3d3";
}
.fi-sr-chess-rook-alt:before {
  content: "\f3d4";
}
.fi-sr-chess-rook:before {
  content: "\f3d5";
}
.fi-sr-chess:before {
  content: "\f3d6";
}
.fi-sr-chevron-double-down:before {
  content: "\f3d7";
}
.fi-sr-chevron-double-up:before {
  content: "\f3d8";
}
.fi-sr-child-head:before {
  content: "\f3d9";
}
.fi-sr-child:before {
  content: "\f3da";
}
.fi-sr-chimney:before {
  content: "\f3db";
}
.fi-sr-chip:before {
  content: "\f3dc";
}
.fi-sr-chocolate:before {
  content: "\f3dd";
}
.fi-sr-choir-singing:before {
  content: "\f3de";
}
.fi-sr-choose-alt:before {
  content: "\f3df";
}
.fi-sr-choose:before {
  content: "\f3e0";
}
.fi-sr-church:before {
  content: "\f3e1";
}
.fi-sr-circle-0:before {
  content: "\f3e2";
}
.fi-sr-circle-1:before {
  content: "\f3e3";
}
.fi-sr-circle-2:before {
  content: "\f3e4";
}
.fi-sr-circle-3:before {
  content: "\f3e5";
}
.fi-sr-circle-4:before {
  content: "\f3e6";
}
.fi-sr-circle-5:before {
  content: "\f3e7";
}
.fi-sr-circle-6:before {
  content: "\f3e8";
}
.fi-sr-circle-7:before {
  content: "\f3e9";
}
.fi-sr-circle-8:before {
  content: "\f3ea";
}
.fi-sr-circle-9:before {
  content: "\f3eb";
}
.fi-sr-circle-a:before {
  content: "\f3ec";
}
.fi-sr-circle-b:before {
  content: "\f3ed";
}
.fi-sr-circle-bolt:before {
  content: "\f3ee";
}
.fi-sr-circle-book-open:before {
  content: "\f3ef";
}
.fi-sr-circle-bookmark:before {
  content: "\f3f0";
}
.fi-sr-circle-c:before {
  content: "\f3f1";
}
.fi-sr-circle-calendar:before {
  content: "\f3f2";
}
.fi-sr-circle-camera:before {
  content: "\f3f3";
}
.fi-sr-circle-d:before {
  content: "\f3f4";
}
.fi-sr-circle-dashed:before {
  content: "\f3f5";
}
.fi-sr-circle-divide:before {
  content: "\f3f6";
}
.fi-sr-circle-e:before {
  content: "\f3f7";
}
.fi-sr-circle-ellipsis-vertical:before {
  content: "\f3f8";
}
.fi-sr-circle-ellipsis:before {
  content: "\f3f9";
}
.fi-sr-circle-envelope:before {
  content: "\f3fa";
}
.fi-sr-circle-exclamation-check:before {
  content: "\f3fb";
}
.fi-sr-circle-f:before {
  content: "\f3fc";
}
.fi-sr-circle-g:before {
  content: "\f3fd";
}
.fi-sr-circle-h:before {
  content: "\f3fe";
}
.fi-sr-circle-half-stroke:before {
  content: "\f3ff";
}
.fi-sr-circle-half:before {
  content: "\f400";
}
.fi-sr-circle-heart:before {
  content: "\f401";
}
.fi-sr-circle-i:before {
  content: "\f402";
}
.fi-sr-circle-j:before {
  content: "\f403";
}
.fi-sr-circle-k:before {
  content: "\f404";
}
.fi-sr-circle-l:before {
  content: "\f405";
}
.fi-sr-circle-m:before {
  content: "\f406";
}
.fi-sr-circle-microphone-lines:before {
  content: "\f407";
}
.fi-sr-circle-microphone:before {
  content: "\f408";
}
.fi-sr-circle-n:before {
  content: "\f409";
}
.fi-sr-circle-nodes:before {
  content: "\f40a";
}
.fi-sr-circle-o:before {
  content: "\f40b";
}
.fi-sr-circle-overlap:before {
  content: "\f40c";
}
.fi-sr-circle-p:before {
  content: "\f40d";
}
.fi-sr-circle-phone-flip:before {
  content: "\f40e";
}
.fi-sr-circle-phone-hangup:before {
  content: "\f40f";
}
.fi-sr-circle-phone:before {
  content: "\f410";
}
.fi-sr-circle-q:before {
  content: "\f411";
}
.fi-sr-circle-quarter:before {
  content: "\f412";
}
.fi-sr-circle-quarters-alt:before {
  content: "\f413";
}
.fi-sr-circle-r:before {
  content: "\f414";
}
.fi-sr-circle-s:before {
  content: "\f415";
}
.fi-sr-circle-small:before {
  content: "\f416";
}
.fi-sr-circle-star:before {
  content: "\f417";
}
.fi-sr-circle-t:before {
  content: "\f418";
}
.fi-sr-circle-three-quarters:before {
  content: "\f419";
}
.fi-sr-circle-trash:before {
  content: "\f41a";
}
.fi-sr-circle-u:before {
  content: "\f41b";
}
.fi-sr-circle-user:before {
  content: "\f41c";
}
.fi-sr-circle-v:before {
  content: "\f41d";
}
.fi-sr-circle-video:before {
  content: "\f41e";
}
.fi-sr-circle-w:before {
  content: "\f41f";
}
.fi-sr-circle-waveform-lines:before {
  content: "\f420";
}
.fi-sr-circle-x:before {
  content: "\f421";
}
.fi-sr-circle-xmark:before {
  content: "\f422";
}
.fi-sr-circle-y:before {
  content: "\f423";
}
.fi-sr-circle-z:before {
  content: "\f424";
}
.fi-sr-circle:before {
  content: "\f425";
}
.fi-sr-citrus-slice:before {
  content: "\f426";
}
.fi-sr-citrus:before {
  content: "\f427";
}
.fi-sr-city:before {
  content: "\f428";
}
.fi-sr-clapperboard-play:before {
  content: "\f429";
}
.fi-sr-clapperboard:before {
  content: "\f42a";
}
.fi-sr-clarinet:before {
  content: "\f42b";
}
.fi-sr-claw-marks:before {
  content: "\f42c";
}
.fi-sr-clear-alt:before {
  content: "\f42d";
}
.fi-sr-clip-file:before {
  content: "\f42e";
}
.fi-sr-clip-mail:before {
  content: "\f42f";
}
.fi-sr-clip:before {
  content: "\f430";
}
.fi-sr-clipboard-check:before {
  content: "\f431";
}
.fi-sr-clipboard-list-check:before {
  content: "\f432";
}
.fi-sr-clipboard-list:before {
  content: "\f433";
}
.fi-sr-clipboard-prescription:before {
  content: "\f434";
}
.fi-sr-clipboard-question:before {
  content: "\f435";
}
.fi-sr-clipboard-user:before {
  content: "\f436";
}
.fi-sr-clipboard:before {
  content: "\f437";
}
.fi-sr-clipoard-wrong:before {
  content: "\f438";
}
.fi-sr-clock-desk:before {
  content: "\f439";
}
.fi-sr-clock-eight-thirty:before {
  content: "\f43a";
}
.fi-sr-clock-eleven-thirty:before {
  content: "\f43b";
}
.fi-sr-clock-eleven:before {
  content: "\f43c";
}
.fi-sr-clock-five-thirty:before {
  content: "\f43d";
}
.fi-sr-clock-five:before {
  content: "\f43e";
}
.fi-sr-clock-four-thirty:before {
  content: "\f43f";
}
.fi-sr-clock-nine-thirty:before {
  content: "\f440";
}
.fi-sr-clock-nine:before {
  content: "\f441";
}
.fi-sr-clock-one-thirty:before {
  content: "\f442";
}
.fi-sr-clock-one:before {
  content: "\f443";
}
.fi-sr-clock-seven-thirty:before {
  content: "\f444";
}
.fi-sr-clock-seven:before {
  content: "\f445";
}
.fi-sr-clock-six-thirty:before {
  content: "\f446";
}
.fi-sr-clock-six:before {
  content: "\f447";
}
.fi-sr-clock-ten-thirty:before {
  content: "\f448";
}
.fi-sr-clock-ten:before {
  content: "\f449";
}
.fi-sr-clock-three-thirty:before {
  content: "\f44a";
}
.fi-sr-clock-three:before {
  content: "\f44b";
}
.fi-sr-clock-time-tracking:before {
  content: "\f44c";
}
.fi-sr-clock-twelve-thirty:before {
  content: "\f44d";
}
.fi-sr-clock-twelve:before {
  content: "\f44e";
}
.fi-sr-clock-two-thirty:before {
  content: "\f44f";
}
.fi-sr-clock-two:before {
  content: "\f450";
}
.fi-sr-clock-up-arrow:before {
  content: "\f451";
}
.fi-sr-clock:before {
  content: "\f452";
}
.fi-sr-clone:before {
  content: "\f453";
}
.fi-sr-closed-captioning-slash:before {
  content: "\f454";
}
.fi-sr-clothes-hanger:before {
  content: "\f455";
}
.fi-sr-cloud-back-up-alt:before {
  content: "\f456";
}
.fi-sr-cloud-back-up:before {
  content: "\f457";
}
.fi-sr-cloud-check:before {
  content: "\f458";
}
.fi-sr-cloud-code:before {
  content: "\f459";
}
.fi-sr-cloud-disabled:before {
  content: "\f45a";
}
.fi-sr-cloud-download-alt:before {
  content: "\f45b";
}
.fi-sr-cloud-download:before {
  content: "\f45c";
}
.fi-sr-cloud-drizzle:before {
  content: "\f45d";
}
.fi-sr-cloud-exclamation:before {
  content: "\f45e";
}
.fi-sr-cloud-gear-automation:before {
  content: "\f45f";
}
.fi-sr-cloud-hail-mixed:before {
  content: "\f460";
}
.fi-sr-cloud-hail:before {
  content: "\f461";
}
.fi-sr-cloud-meatball:before {
  content: "\f462";
}
.fi-sr-cloud-moon-rain:before {
  content: "\f463";
}
.fi-sr-cloud-moon:before {
  content: "\f464";
}
.fi-sr-cloud-question:before {
  content: "\f465";
}
.fi-sr-cloud-rain:before {
  content: "\f466";
}
.fi-sr-cloud-rainbow:before {
  content: "\f467";
}
.fi-sr-cloud-share:before {
  content: "\f468";
}
.fi-sr-cloud-showers-heavy:before {
  content: "\f469";
}
.fi-sr-cloud-showers:before {
  content: "\f46a";
}
.fi-sr-cloud-sleet:before {
  content: "\f46b";
}
.fi-sr-cloud-snow:before {
  content: "\f46c";
}
.fi-sr-cloud-sun-rain:before {
  content: "\f46d";
}
.fi-sr-cloud-sun:before {
  content: "\f46e";
}
.fi-sr-cloud-upload-alt:before {
  content: "\f46f";
}
.fi-sr-cloud-upload:before {
  content: "\f470";
}
.fi-sr-cloud:before {
  content: "\f471";
}
.fi-sr-clouds-moon:before {
  content: "\f472";
}
.fi-sr-clouds-sun:before {
  content: "\f473";
}
.fi-sr-clouds:before {
  content: "\f474";
}
.fi-sr-clover-alt:before {
  content: "\f475";
}
.fi-sr-club:before {
  content: "\f476";
}
.fi-sr-cocktail-alt:before {
  content: "\f477";
}
.fi-sr-cocktail:before {
  content: "\f478";
}
.fi-sr-coconut:before {
  content: "\f479";
}
.fi-sr-code-branch:before {
  content: "\f47a";
}
.fi-sr-code-commit:before {
  content: "\f47b";
}
.fi-sr-code-compare:before {
  content: "\f47c";
}
.fi-sr-code-fork:before {
  content: "\f47d";
}
.fi-sr-code-merge:before {
  content: "\f47e";
}
.fi-sr-code-pull-request-closed:before {
  content: "\f47f";
}
.fi-sr-code-pull-request-draft:before {
  content: "\f480";
}
.fi-sr-code-pull-request:before {
  content: "\f481";
}
.fi-sr-code-simple:before {
  content: "\f482";
}
.fi-sr-coffee-bean:before {
  content: "\f483";
}
.fi-sr-coffee-beans:before {
  content: "\f484";
}
.fi-sr-coffee-heart:before {
  content: "\f485";
}
.fi-sr-coffee-pot:before {
  content: "\f486";
}
.fi-sr-coffee:before {
  content: "\f487";
}
.fi-sr-coffin-cross:before {
  content: "\f488";
}
.fi-sr-coffin:before {
  content: "\f489";
}
.fi-sr-coin-up-arrow:before {
  content: "\f48a";
}
.fi-sr-coin:before {
  content: "\f48b";
}
.fi-sr-coins:before {
  content: "\f48c";
}
.fi-sr-colon-sign:before {
  content: "\f48d";
}
.fi-sr-columns-3:before {
  content: "\f48e";
}
.fi-sr-comet:before {
  content: "\f48f";
}
.fi-sr-command:before {
  content: "\f490";
}
.fi-sr-comment-alt-check:before {
  content: "\f491";
}
.fi-sr-comment-alt-dots:before {
  content: "\f492";
}
.fi-sr-comment-alt-edit:before {
  content: "\f493";
}
.fi-sr-comment-alt-medical:before {
  content: "\f494";
}
.fi-sr-comment-alt-middle-top:before {
  content: "\f495";
}
.fi-sr-comment-alt-middle:before {
  content: "\f496";
}
.fi-sr-comment-alt-minus:before {
  content: "\f497";
}
.fi-sr-comment-alt-music:before {
  content: "\f498";
}
.fi-sr-comment-alt:before {
  content: "\f499";
}
.fi-sr-comment-arrow-down:before {
  content: "\f49a";
}
.fi-sr-comment-arrow-up-right:before {
  content: "\f49b";
}
.fi-sr-comment-arrow-up:before {
  content: "\f49c";
}
.fi-sr-comment-check:before {
  content: "\f49d";
}
.fi-sr-comment-code:before {
  content: "\f49e";
}
.fi-sr-comment-dollar:before {
  content: "\f49f";
}
.fi-sr-comment-dots:before {
  content: "\f4a0";
}
.fi-sr-comment-exclamation:before {
  content: "\f4a1";
}
.fi-sr-comment-heart:before {
  content: "\f4a2";
}
.fi-sr-comment-image:before {
  content: "\f4a3";
}
.fi-sr-comment-info:before {
  content: "\f4a4";
}
.fi-sr-comment-medical:before {
  content: "\f4a5";
}
.fi-sr-comment-minus:before {
  content: "\f4a6";
}
.fi-sr-comment-pen:before {
  content: "\f4a7";
}
.fi-sr-comment-question:before {
  content: "\f4a8";
}
.fi-sr-comment-quote:before {
  content: "\f4a9";
}
.fi-sr-comment-slash:before {
  content: "\f4aa";
}
.fi-sr-comment-smile:before {
  content: "\f4ab";
}
.fi-sr-comment-sms:before {
  content: "\f4ac";
}
.fi-sr-comment-text:before {
  content: "\f4ad";
}
.fi-sr-comment-user:before {
  content: "\f4ae";
}
.fi-sr-comment-xmark:before {
  content: "\f4af";
}
.fi-sr-comment:before {
  content: "\f4b0";
}
.fi-sr-comments-dollar:before {
  content: "\f4b1";
}
.fi-sr-comments-question-check:before {
  content: "\f4b2";
}
.fi-sr-comments-question:before {
  content: "\f4b3";
}
.fi-sr-comments:before {
  content: "\f4b4";
}
.fi-sr-compass-alt:before {
  content: "\f4b5";
}
.fi-sr-compass-east:before {
  content: "\f4b6";
}
.fi-sr-compass-north:before {
  content: "\f4b7";
}
.fi-sr-compass-slash:before {
  content: "\f4b8";
}
.fi-sr-compass-south:before {
  content: "\f4b9";
}
.fi-sr-compass-west:before {
  content: "\f4ba";
}
.fi-sr-completed:before {
  content: "\f4bb";
}
.fi-sr-compliance-clipboard:before {
  content: "\f4bc";
}
.fi-sr-compliance-document:before {
  content: "\f4bd";
}
.fi-sr-compliance:before {
  content: "\f4be";
}
.fi-sr-compress-alt:before {
  content: "\f4bf";
}
.fi-sr-compress:before {
  content: "\f4c0";
}
.fi-sr-computer-classic:before {
  content: "\f4c1";
}
.fi-sr-computer-mouse:before {
  content: "\f4c2";
}
.fi-sr-computer-speaker:before {
  content: "\f4c3";
}
.fi-sr-computer:before {
  content: "\f4c4";
}
.fi-sr-concierge-bell:before {
  content: "\f4c5";
}
.fi-sr-condition-alt:before {
  content: "\f4c6";
}
.fi-sr-condition:before {
  content: "\f4c7";
}
.fi-sr-confetti:before {
  content: "\f4c8";
}
.fi-sr-constellation:before {
  content: "\f4c9";
}
.fi-sr-container-storage:before {
  content: "\f4ca";
}
.fi-sr-convert-document:before {
  content: "\f4cb";
}
.fi-sr-convert-shapes:before {
  content: "\f4cc";
}
.fi-sr-conveyor-belt-alt:before {
  content: "\f4cd";
}
.fi-sr-conveyor-belt-arm:before {
  content: "\f4ce";
}
.fi-sr-conveyor-belt-empty:before {
  content: "\f4cf";
}
.fi-sr-conveyor-belt:before {
  content: "\f4d0";
}
.fi-sr-cookie-alt:before {
  content: "\f4d1";
}
.fi-sr-cookie:before {
  content: "\f4d2";
}
.fi-sr-copy-alt:before {
  content: "\f4d3";
}
.fi-sr-copy-image:before {
  content: "\f4d4";
}
.fi-sr-copy:before {
  content: "\f4d5";
}
.fi-sr-copyright:before {
  content: "\f4d6";
}
.fi-sr-corn:before {
  content: "\f4d7";
}
.fi-sr-couch:before {
  content: "\f4d8";
}
.fi-sr-court-sport:before {
  content: "\f4d9";
}
.fi-sr-cow-alt:before {
  content: "\f4da";
}
.fi-sr-cow:before {
  content: "\f4db";
}
.fi-sr-cowbell-circle-plus:before {
  content: "\f4dc";
}
.fi-sr-cowbell-more:before {
  content: "\f4dd";
}
.fi-sr-cowbell:before {
  content: "\f4de";
}
.fi-sr-crab:before {
  content: "\f4df";
}
.fi-sr-crate-empty:before {
  content: "\f4e0";
}
.fi-sr-cream:before {
  content: "\f4e1";
}
.fi-sr-credit-card-buyer:before {
  content: "\f4e2";
}
.fi-sr-credit-card-eye:before {
  content: "\f4e3";
}
.fi-sr-credit-card:before {
  content: "\f4e4";
}
.fi-sr-cricket:before {
  content: "\f4e5";
}
.fi-sr-crm-alt:before {
  content: "\f4e6";
}
.fi-sr-crm-computer:before {
  content: "\f4e7";
}
.fi-sr-CRM:before {
  content: "\f4e8";
}
.fi-sr-croissant:before {
  content: "\f4e9";
}
.fi-sr-cross-circle:before {
  content: "\f4ea";
}
.fi-sr-cross-religion:before {
  content: "\f4eb";
}
.fi-sr-cross-small:before {
  content: "\f4ec";
}
.fi-sr-cross:before {
  content: "\f4ed";
}
.fi-sr-crow:before {
  content: "\f4ee";
}
.fi-sr-crown:before {
  content: "\f4ef";
}
.fi-sr-crutch:before {
  content: "\f4f0";
}
.fi-sr-crutches:before {
  content: "\f4f1";
}
.fi-sr-cruzeiro-sign:before {
  content: "\f4f2";
}
.fi-sr-crypto-calendar:before {
  content: "\f4f3";
}
.fi-sr-cryptocurrency:before {
  content: "\f4f4";
}
.fi-sr-crystal-ball:before {
  content: "\f4f5";
}
.fi-sr-cube:before {
  content: "\f4f6";
}
.fi-sr-cubes-stacked:before {
  content: "\f4f7";
}
.fi-sr-cubes:before {
  content: "\f4f8";
}
.fi-sr-cucumber:before {
  content: "\f4f9";
}
.fi-sr-cup-straw-swoosh:before {
  content: "\f4fa";
}
.fi-sr-cup-straw:before {
  content: "\f4fb";
}
.fi-sr-cup-togo:before {
  content: "\f4fc";
}
.fi-sr-cupcake-alt:before {
  content: "\f4fd";
}
.fi-sr-cupcake:before {
  content: "\f4fe";
}
.fi-sr-curling:before {
  content: "\f4ff";
}
.fi-sr-cursor-finger:before {
  content: "\f500";
}
.fi-sr-cursor-plus:before {
  content: "\f501";
}
.fi-sr-cursor-text-alt:before {
  content: "\f502";
}
.fi-sr-cursor-text:before {
  content: "\f503";
}
.fi-sr-cursor:before {
  content: "\f504";
}
.fi-sr-curve-alt:before {
  content: "\f505";
}
.fi-sr-curve-arrow:before {
  content: "\f506";
}
.fi-sr-curve:before {
  content: "\f507";
}
.fi-sr-custard:before {
  content: "\f508";
}
.fi-sr-customer-care:before {
  content: "\f509";
}
.fi-sr-customer-service:before {
  content: "\f50a";
}
.fi-sr-customization-cogwheel:before {
  content: "\f50b";
}
.fi-sr-customization:before {
  content: "\f50c";
}
.fi-sr-customize-computer:before {
  content: "\f50d";
}
.fi-sr-customize-edit:before {
  content: "\f50e";
}
.fi-sr-customize:before {
  content: "\f50f";
}
.fi-sr-CV:before {
  content: "\f510";
}
.fi-sr-cvv-card:before {
  content: "\f511";
}
.fi-sr-d:before {
  content: "\f512";
}
.fi-sr-dagger:before {
  content: "\f513";
}
.fi-sr-daily-calendar:before {
  content: "\f514";
}
.fi-sr-damage:before {
  content: "\f515";
}
.fi-sr-dart:before {
  content: "\f516";
}
.fi-sr-dashboard-monitor:before {
  content: "\f517";
}
.fi-sr-dashboard-panel:before {
  content: "\f518";
}
.fi-sr-dashboard:before {
  content: "\f519";
}
.fi-sr-data-transfer:before {
  content: "\f51a";
}
.fi-sr-database:before {
  content: "\f51b";
}
.fi-sr-deer-rudolph:before {
  content: "\f51c";
}
.fi-sr-deer:before {
  content: "\f51d";
}
.fi-sr-delete-document:before {
  content: "\f51e";
}
.fi-sr-delete-right:before {
  content: "\f51f";
}
.fi-sr-delete-user:before {
  content: "\f520";
}
.fi-sr-delete:before {
  content: "\f521";
}
.fi-sr-democrat:before {
  content: "\f522";
}
.fi-sr-department-structure:before {
  content: "\f523";
}
.fi-sr-department:before {
  content: "\f524";
}
.fi-sr-deposit-alt:before {
  content: "\f525";
}
.fi-sr-deposit:before {
  content: "\f526";
}
.fi-sr-description-alt:before {
  content: "\f527";
}
.fi-sr-description:before {
  content: "\f528";
}
.fi-sr-desk:before {
  content: "\f529";
}
.fi-sr-desktop-arrow-down:before {
  content: "\f52a";
}
.fi-sr-desktop-wallpaper:before {
  content: "\f52b";
}
.fi-sr-devices:before {
  content: "\f52c";
}
.fi-sr-dewpoint:before {
  content: "\f52d";
}
.fi-sr-dharmachakra:before {
  content: "\f52e";
}
.fi-sr-diagram-cells:before {
  content: "\f52f";
}
.fi-sr-diagram-lean-canvas:before {
  content: "\f530";
}
.fi-sr-diagram-nested:before {
  content: "\f531";
}
.fi-sr-diagram-next:before {
  content: "\f532";
}
.fi-sr-diagram-predecessor:before {
  content: "\f533";
}
.fi-sr-diagram-previous:before {
  content: "\f534";
}
.fi-sr-diagram-project:before {
  content: "\f535";
}
.fi-sr-diagram-sankey:before {
  content: "\f536";
}
.fi-sr-diagram-subtask:before {
  content: "\f537";
}
.fi-sr-diagram-successor:before {
  content: "\f538";
}
.fi-sr-diagram-venn:before {
  content: "\f539";
}
.fi-sr-dial-high:before {
  content: "\f53a";
}
.fi-sr-dial-low:before {
  content: "\f53b";
}
.fi-sr-dial-max:before {
  content: "\f53c";
}
.fi-sr-dial-med-low:before {
  content: "\f53d";
}
.fi-sr-dial-med:before {
  content: "\f53e";
}
.fi-sr-dial-min:before {
  content: "\f53f";
}
.fi-sr-dial-off:before {
  content: "\f540";
}
.fi-sr-dial:before {
  content: "\f541";
}
.fi-sr-diamond-exclamation:before {
  content: "\f542";
}
.fi-sr-diamond-turn-right:before {
  content: "\f543";
}
.fi-sr-diamond:before {
  content: "\f544";
}
.fi-sr-diary-bookmark-down:before {
  content: "\f545";
}
.fi-sr-diary-bookmarks:before {
  content: "\f546";
}
.fi-sr-diary-clasp:before {
  content: "\f547";
}
.fi-sr-dice-alt:before {
  content: "\f548";
}
.fi-sr-dice-d10:before {
  content: "\f549";
}
.fi-sr-dice-d12:before {
  content: "\f54a";
}
.fi-sr-dice-d20:before {
  content: "\f54b";
}
.fi-sr-dice-d4:before {
  content: "\f54c";
}
.fi-sr-dice-d6:before {
  content: "\f54d";
}
.fi-sr-dice-d8:before {
  content: "\f54e";
}
.fi-sr-dice-four:before {
  content: "\f54f";
}
.fi-sr-dice-one:before {
  content: "\f550";
}
.fi-sr-dice-six:before {
  content: "\f551";
}
.fi-sr-dice-three:before {
  content: "\f552";
}
.fi-sr-dice-two:before {
  content: "\f553";
}
.fi-sr-dice:before {
  content: "\f554";
}
.fi-sr-digging:before {
  content: "\f555";
}
.fi-sr-digital-tachograph:before {
  content: "\f556";
}
.fi-sr-dinner:before {
  content: "\f557";
}
.fi-sr-diploma:before {
  content: "\f558";
}
.fi-sr-direction-signal-arrow:before {
  content: "\f559";
}
.fi-sr-direction-signal:before {
  content: "\f55a";
}
.fi-sr-disc-drive:before {
  content: "\f55b";
}
.fi-sr-discover:before {
  content: "\f55c";
}
.fi-sr-disease:before {
  content: "\f55d";
}
.fi-sr-disk:before {
  content: "\f55e";
}
.fi-sr-display-arrow-down:before {
  content: "\f55f";
}
.fi-sr-display-chart-up:before {
  content: "\f560";
}
.fi-sr-display-code:before {
  content: "\f561";
}
.fi-sr-display-medical:before {
  content: "\f562";
}
.fi-sr-display-slash:before {
  content: "\f563";
}
.fi-sr-distribute-spacing-horizontal:before {
  content: "\f564";
}
.fi-sr-distribute-spacing-vertical:before {
  content: "\f565";
}
.fi-sr-divide:before {
  content: "\f566";
}
.fi-sr-dizzy:before {
  content: "\f567";
}
.fi-sr-dna:before {
  content: "\f568";
}
.fi-sr-do-not-enter:before {
  content: "\f569";
}
.fi-sr-doctor:before {
  content: "\f56a";
}
.fi-sr-document-circle-wrong:before {
  content: "\f56b";
}
.fi-sr-document-paid:before {
  content: "\f56c";
}
.fi-sr-document-signed:before {
  content: "\f56d";
}
.fi-sr-document:before {
  content: "\f56e";
}
.fi-sr-dog-leashed:before {
  content: "\f56f";
}
.fi-sr-dog:before {
  content: "\f570";
}
.fi-sr-dollar:before {
  content: "\f571";
}
.fi-sr-dolly-flatbed-alt:before {
  content: "\f572";
}
.fi-sr-dolly-flatbed-empty:before {
  content: "\f573";
}
.fi-sr-dolly-flatbed:before {
  content: "\f574";
}
.fi-sr-dolphin:before {
  content: "\f575";
}
.fi-sr-domino-effect:before {
  content: "\f576";
}
.fi-sr-donate:before {
  content: "\f577";
}
.fi-sr-dong-sign:before {
  content: "\f578";
}
.fi-sr-donut:before {
  content: "\f579";
}
.fi-sr-door-closed:before {
  content: "\f57a";
}
.fi-sr-door-open:before {
  content: "\f57b";
}
.fi-sr-dot-circle:before {
  content: "\f57c";
}
.fi-sr-dot-pending:before {
  content: "\f57d";
}
.fi-sr-dove:before {
  content: "\f57e";
}
.fi-sr-down-from-bracket:before {
  content: "\f57f";
}
.fi-sr-down-left-and-up-right-to-center:before {
  content: "\f580";
}
.fi-sr-down-left:before {
  content: "\f581";
}
.fi-sr-down-right:before {
  content: "\f582";
}
.fi-sr-down-to-line:before {
  content: "\f583";
}
.fi-sr-down:before {
  content: "\f584";
}
.fi-sr-download:before {
  content: "\f585";
}
.fi-sr-drafting-compass:before {
  content: "\f586";
}
.fi-sr-dragon:before {
  content: "\f587";
}
.fi-sr-draw-polygon:before {
  content: "\f588";
}
.fi-sr-draw-square:before {
  content: "\f589";
}
.fi-sr-drawer-alt:before {
  content: "\f58a";
}
.fi-sr-drawer-empty:before {
  content: "\f58b";
}
.fi-sr-drawer:before {
  content: "\f58c";
}
.fi-sr-dreidel:before {
  content: "\f58d";
}
.fi-sr-drink-alt:before {
  content: "\f58e";
}
.fi-sr-driver-man:before {
  content: "\f58f";
}
.fi-sr-driver-woman:before {
  content: "\f590";
}
.fi-sr-drone-alt:before {
  content: "\f591";
}
.fi-sr-drone-front:before {
  content: "\f592";
}
.fi-sr-drone:before {
  content: "\f593";
}
.fi-sr-drop-down:before {
  content: "\f594";
}
.fi-sr-dropdown-select:before {
  content: "\f595";
}
.fi-sr-dropdown:before {
  content: "\f596";
}
.fi-sr-drum-steelpan:before {
  content: "\f597";
}
.fi-sr-drum:before {
  content: "\f598";
}
.fi-sr-drumstick-bite:before {
  content: "\f599";
}
.fi-sr-drumstick:before {
  content: "\f59a";
}
.fi-sr-dryer-alt:before {
  content: "\f59b";
}
.fi-sr-dryer:before {
  content: "\f59c";
}
.fi-sr-duck:before {
  content: "\f59d";
}
.fi-sr-dumbbell-fitness:before {
  content: "\f59e";
}
.fi-sr-dumbbell-horizontal:before {
  content: "\f59f";
}
.fi-sr-dumbbell-ray:before {
  content: "\f5a0";
}
.fi-sr-dumbbell-weightlifting:before {
  content: "\f5a1";
}
.fi-sr-dumpster-fire:before {
  content: "\f5a2";
}
.fi-sr-dumpster:before {
  content: "\f5a3";
}
.fi-sr-dungeon:before {
  content: "\f5a4";
}
.fi-sr-duplicate:before {
  content: "\f5a5";
}
.fi-sr-duration-alt:before {
  content: "\f5a6";
}
.fi-sr-duration:before {
  content: "\f5a7";
}
.fi-sr-e-learning:before {
  content: "\f5a8";
}
.fi-sr-e:before {
  content: "\f5a9";
}
.fi-sr-ear-deaf:before {
  content: "\f5aa";
}
.fi-sr-ear-muffs:before {
  content: "\f5ab";
}
.fi-sr-ear:before {
  content: "\f5ac";
}
.fi-sr-earnings:before {
  content: "\f5ad";
}
.fi-sr-earth-africa:before {
  content: "\f5ae";
}
.fi-sr-earth-americas:before {
  content: "\f5af";
}
.fi-sr-earth-asia:before {
  content: "\f5b0";
}
.fi-sr-earth-europa:before {
  content: "\f5b1";
}
.fi-sr-eclipse-alt:before {
  content: "\f5b2";
}
.fi-sr-eclipse:before {
  content: "\f5b3";
}
.fi-sr-edit-alt:before {
  content: "\f5b4";
}
.fi-sr-edit:before {
  content: "\f5b5";
}
.fi-sr-effect:before {
  content: "\f5b6";
}
.fi-sr-egg-fried:before {
  content: "\f5b7";
}
.fi-sr-egg:before {
  content: "\f5b8";
}
.fi-sr-eject:before {
  content: "\f5b9";
}
.fi-sr-elephant:before {
  content: "\f5ba";
}
.fi-sr-elevator:before {
  content: "\f5bb";
}
.fi-sr-email-pending:before {
  content: "\f5bc";
}
.fi-sr-employee-alt:before {
  content: "\f5bd";
}
.fi-sr-employee-handbook:before {
  content: "\f5be";
}
.fi-sr-employee-man-alt:before {
  content: "\f5bf";
}
.fi-sr-employee-man:before {
  content: "\f5c0";
}
.fi-sr-empty-set:before {
  content: "\f5c1";
}
.fi-sr-endless-loop:before {
  content: "\f5c2";
}
.fi-sr-engine-warning:before {
  content: "\f5c3";
}
.fi-sr-engine:before {
  content: "\f5c4";
}
.fi-sr-enter:before {
  content: "\f5c5";
}
.fi-sr-entertainment:before {
  content: "\f5c6";
}
.fi-sr-envelope-ban:before {
  content: "\f5c7";
}
.fi-sr-envelope-bulk:before {
  content: "\f5c8";
}
.fi-sr-envelope-dot:before {
  content: "\f5c9";
}
.fi-sr-envelope-download:before {
  content: "\f5ca";
}
.fi-sr-envelope-heart:before {
  content: "\f5cb";
}
.fi-sr-envelope-marker:before {
  content: "\f5cc";
}
.fi-sr-envelope-open-dollar:before {
  content: "\f5cd";
}
.fi-sr-envelope-open-text:before {
  content: "\f5ce";
}
.fi-sr-envelope-open:before {
  content: "\f5cf";
}
.fi-sr-envelope-plus:before {
  content: "\f5d0";
}
.fi-sr-envelope:before {
  content: "\f5d1";
}
.fi-sr-envelopes:before {
  content: "\f5d2";
}
.fi-sr-equality:before {
  content: "\f5d3";
}
.fi-sr-equals:before {
  content: "\f5d4";
}
.fi-sr-equipment:before {
  content: "\f5d5";
}
.fi-sr-eraser:before {
  content: "\f5d6";
}
.fi-sr-error-camera:before {
  content: "\f5d7";
}
.fi-sr-escalator:before {
  content: "\f5d8";
}
.fi-sr-ethernet:before {
  content: "\f5d9";
}
.fi-sr-euro:before {
  content: "\f5da";
}
.fi-sr-excavator:before {
  content: "\f5db";
}
.fi-sr-exchange-alt:before {
  content: "\f5dc";
}
.fi-sr-exchange-cryptocurrency:before {
  content: "\f5dd";
}
.fi-sr-exchange:before {
  content: "\f5de";
}
.fi-sr-exclamation:before {
  content: "\f5df";
}
.fi-sr-exit-alt:before {
  content: "\f5e0";
}
.fi-sr-exit:before {
  content: "\f5e1";
}
.fi-sr-expand-arrows-alt:before {
  content: "\f5e2";
}
.fi-sr-expand-arrows:before {
  content: "\f5e3";
}
.fi-sr-expand:before {
  content: "\f5e4";
}
.fi-sr-expense-bill:before {
  content: "\f5e5";
}
.fi-sr-expense:before {
  content: "\f5e6";
}
.fi-sr-external-hard-drive:before {
  content: "\f5e7";
}
.fi-sr-external-world:before {
  content: "\f5e8";
}
.fi-sr-eye-crossed:before {
  content: "\f5e9";
}
.fi-sr-eye-dropper-half:before {
  content: "\f5ea";
}
.fi-sr-eye:before {
  content: "\f5eb";
}
.fi-sr-eyes:before {
  content: "\f5ec";
}
.fi-sr-f:before {
  content: "\f5ed";
}
.fi-sr-fabric:before {
  content: "\f5ee";
}
.fi-sr-face-angry-horns:before {
  content: "\f5ef";
}
.fi-sr-face-anguished:before {
  content: "\f5f0";
}
.fi-sr-face-anxious-sweat:before {
  content: "\f5f1";
}
.fi-sr-face-astonished:before {
  content: "\f5f2";
}
.fi-sr-face-awesome:before {
  content: "\f5f3";
}
.fi-sr-face-beam-hand-over-mouth:before {
  content: "\f5f4";
}
.fi-sr-face-confounded:before {
  content: "\f5f5";
}
.fi-sr-face-confused:before {
  content: "\f5f6";
}
.fi-sr-face-cowboy-hat:before {
  content: "\f5f7";
}
.fi-sr-face-disappointed:before {
  content: "\f5f8";
}
.fi-sr-face-disguise:before {
  content: "\f5f9";
}
.fi-sr-face-downcast-sweat:before {
  content: "\f5fa";
}
.fi-sr-face-drooling:before {
  content: "\f5fb";
}
.fi-sr-face-explode:before {
  content: "\f5fc";
}
.fi-sr-face-expressionless:before {
  content: "\f5fd";
}
.fi-sr-face-eyes-xmarks:before {
  content: "\f5fe";
}
.fi-sr-face-fearful:before {
  content: "\f5ff";
}
.fi-sr-face-glasses:before {
  content: "\f600";
}
.fi-sr-face-grin-tongue-wink:before {
  content: "\f601";
}
.fi-sr-face-hand-yawn:before {
  content: "\f602";
}
.fi-sr-face-head-bandage:before {
  content: "\f603";
}
.fi-sr-face-hushed:before {
  content: "\f604";
}
.fi-sr-face-icicles:before {
  content: "\f605";
}
.fi-sr-face-lying:before {
  content: "\f606";
}
.fi-sr-face-mask:before {
  content: "\f607";
}
.fi-sr-face-monocle:before {
  content: "\f608";
}
.fi-sr-face-nauseated:before {
  content: "\f609";
}
.fi-sr-face-nose-steam:before {
  content: "\f60a";
}
.fi-sr-face-party:before {
  content: "\f60b";
}
.fi-sr-face-pensive:before {
  content: "\f60c";
}
.fi-sr-face-persevering:before {
  content: "\f60d";
}
.fi-sr-face-pleading:before {
  content: "\f60e";
}
.fi-sr-face-raised-eyebrow:before {
  content: "\f60f";
}
.fi-sr-face-relieved:before {
  content: "\f610";
}
.fi-sr-face-sad-sweat:before {
  content: "\f611";
}
.fi-sr-face-scream:before {
  content: "\f612";
}
.fi-sr-face-shush:before {
  content: "\f613";
}
.fi-sr-face-sleeping:before {
  content: "\f614";
}
.fi-sr-face-sleepy:before {
  content: "\f615";
}
.fi-sr-face-smile-halo:before {
  content: "\f616";
}
.fi-sr-face-smile-hearts:before {
  content: "\f617";
}
.fi-sr-face-smile-horns:before {
  content: "\f618";
}
.fi-sr-face-smile-tear:before {
  content: "\f619";
}
.fi-sr-face-smile-tongue:before {
  content: "\f61a";
}
.fi-sr-face-smile-upside-down:before {
  content: "\f61b";
}
.fi-sr-face-smiling-hands:before {
  content: "\f61c";
}
.fi-sr-face-smirking:before {
  content: "\f61d";
}
.fi-sr-face-sunglasses-alt:before {
  content: "\f61e";
}
.fi-sr-face-sunglasses:before {
  content: "\f61f";
}
.fi-sr-face-swear:before {
  content: "\f620";
}
.fi-sr-face-thermometer:before {
  content: "\f621";
}
.fi-sr-face-thinking:before {
  content: "\f622";
}
.fi-sr-face-tissue:before {
  content: "\f623";
}
.fi-sr-face-tongue-money:before {
  content: "\f624";
}
.fi-sr-face-tongue-sweat:before {
  content: "\f625";
}
.fi-sr-face-unamused:before {
  content: "\f626";
}
.fi-sr-face-viewfinder:before {
  content: "\f627";
}
.fi-sr-face-vomit:before {
  content: "\f628";
}
.fi-sr-face-weary:before {
  content: "\f629";
}
.fi-sr-face-woozy:before {
  content: "\f62a";
}
.fi-sr-face-worried:before {
  content: "\f62b";
}
.fi-sr-face-zany:before {
  content: "\f62c";
}
.fi-sr-face-zipper:before {
  content: "\f62d";
}
.fi-sr-fail:before {
  content: "\f62e";
}
.fi-sr-falafel:before {
  content: "\f62f";
}
.fi-sr-family-dress:before {
  content: "\f630";
}
.fi-sr-family-pants:before {
  content: "\f631";
}
.fi-sr-family:before {
  content: "\f632";
}
.fi-sr-fan-table:before {
  content: "\f633";
}
.fi-sr-fan:before {
  content: "\f634";
}
.fi-sr-farm:before {
  content: "\f635";
}
.fi-sr-faucet-drip:before {
  content: "\f636";
}
.fi-sr-faucet:before {
  content: "\f637";
}
.fi-sr-fax:before {
  content: "\f638";
}
.fi-sr-feather-pointed:before {
  content: "\f639";
}
.fi-sr-feather:before {
  content: "\f63a";
}
.fi-sr-features-alt:before {
  content: "\f63b";
}
.fi-sr-features:before {
  content: "\f63c";
}
.fi-sr-fee-receipt:before {
  content: "\f63d";
}
.fi-sr-fee:before {
  content: "\f63e";
}
.fi-sr-feedback-alt:before {
  content: "\f63f";
}
.fi-sr-feedback-cycle-loop:before {
  content: "\f640";
}
.fi-sr-feedback-hand:before {
  content: "\f641";
}
.fi-sr-feedback-review:before {
  content: "\f642";
}
.fi-sr-feedback:before {
  content: "\f643";
}
.fi-sr-fence:before {
  content: "\f644";
}
.fi-sr-field-hockey:before {
  content: "\f645";
}
.fi-sr-fighter-jet:before {
  content: "\f646";
}
.fi-sr-file-ai:before {
  content: "\f647";
}
.fi-sr-file-audio:before {
  content: "\f648";
}
.fi-sr-file-binary:before {
  content: "\f649";
}
.fi-sr-file-chart-line:before {
  content: "\f64a";
}
.fi-sr-file-chart-pie:before {
  content: "\f64b";
}
.fi-sr-file-circle-info:before {
  content: "\f64c";
}
.fi-sr-file-cloud:before {
  content: "\f64d";
}
.fi-sr-file-code:before {
  content: "\f64e";
}
.fi-sr-file-csv:before {
  content: "\f64f";
}
.fi-sr-file-download:before {
  content: "\f650";
}
.fi-sr-file-edit:before {
  content: "\f651";
}
.fi-sr-file-eps:before {
  content: "\f652";
}
.fi-sr-file-excel:before {
  content: "\f653";
}
.fi-sr-file-exclamation:before {
  content: "\f654";
}
.fi-sr-file-export:before {
  content: "\f655";
}
.fi-sr-file-image:before {
  content: "\f656";
}
.fi-sr-file-import:before {
  content: "\f657";
}
.fi-sr-file-invoice-dollar:before {
  content: "\f658";
}
.fi-sr-file-invoice:before {
  content: "\f659";
}
.fi-sr-file-medical-alt:before {
  content: "\f65a";
}
.fi-sr-file-medical:before {
  content: "\f65b";
}
.fi-sr-file-minus:before {
  content: "\f65c";
}
.fi-sr-file-pdf:before {
  content: "\f65d";
}
.fi-sr-file-powerpoint:before {
  content: "\f65e";
}
.fi-sr-file-prescription:before {
  content: "\f65f";
}
.fi-sr-file-psd:before {
  content: "\f660";
}
.fi-sr-file-signature:before {
  content: "\f661";
}
.fi-sr-file-spreadsheet:before {
  content: "\f662";
}
.fi-sr-file-upload:before {
  content: "\f663";
}
.fi-sr-file-user:before {
  content: "\f664";
}
.fi-sr-file-video:before {
  content: "\f665";
}
.fi-sr-file-word:before {
  content: "\f666";
}
.fi-sr-file-zipper:before {
  content: "\f667";
}
.fi-sr-file:before {
  content: "\f668";
}
.fi-sr-files-medical:before {
  content: "\f669";
}
.fi-sr-fill:before {
  content: "\f66a";
}
.fi-sr-film-canister:before {
  content: "\f66b";
}
.fi-sr-film-slash:before {
  content: "\f66c";
}
.fi-sr-film:before {
  content: "\f66d";
}
.fi-sr-films:before {
  content: "\f66e";
}
.fi-sr-filter-list:before {
  content: "\f66f";
}
.fi-sr-filter-slash:before {
  content: "\f670";
}
.fi-sr-filter:before {
  content: "\f671";
}
.fi-sr-filters:before {
  content: "\f672";
}
.fi-sr-fingerprint-security-risk:before {
  content: "\f673";
}
.fi-sr-fingerprint:before {
  content: "\f674";
}
.fi-sr-fire-burner:before {
  content: "\f675";
}
.fi-sr-fire-extinguisher:before {
  content: "\f676";
}
.fi-sr-fire-flame-curved:before {
  content: "\f677";
}
.fi-sr-fire-flame-simple:before {
  content: "\f678";
}
.fi-sr-fire-hydrant:before {
  content: "\f679";
}
.fi-sr-fire-smoke:before {
  content: "\f67a";
}
.fi-sr-fireplace:before {
  content: "\f67b";
}
.fi-sr-first-award:before {
  content: "\f67c";
}
.fi-sr-first-laurel:before {
  content: "\f67d";
}
.fi-sr-first-medal:before {
  content: "\f67e";
}
.fi-sr-first:before {
  content: "\f67f";
}
.fi-sr-fish-bones:before {
  content: "\f680";
}
.fi-sr-fish-cooked:before {
  content: "\f681";
}
.fi-sr-fish:before {
  content: "\f682";
}
.fi-sr-fishing-rod:before {
  content: "\f683";
}
.fi-sr-fist-move:before {
  content: "\f684";
}
.fi-sr-flag-alt:before {
  content: "\f685";
}
.fi-sr-flag-checkered:before {
  content: "\f686";
}
.fi-sr-flag-usa:before {
  content: "\f687";
}
.fi-sr-flag:before {
  content: "\f688";
}
.fi-sr-flame:before {
  content: "\f689";
}
.fi-sr-flashlight:before {
  content: "\f68a";
}
.fi-sr-flask-gear:before {
  content: "\f68b";
}
.fi-sr-flask-poison:before {
  content: "\f68c";
}
.fi-sr-flask-potion:before {
  content: "\f68d";
}
.fi-sr-flask:before {
  content: "\f68e";
}
.fi-sr-flatbread-stuffed:before {
  content: "\f68f";
}
.fi-sr-flatbread:before {
  content: "\f690";
}
.fi-sr-flip-horizontal:before {
  content: "\f691";
}
.fi-sr-floor-alt:before {
  content: "\f692";
}
.fi-sr-floor-layer:before {
  content: "\f693";
}
.fi-sr-floor:before {
  content: "\f694";
}
.fi-sr-floppy-disk-circle-arrow-right:before {
  content: "\f695";
}
.fi-sr-floppy-disk-circle-xmark:before {
  content: "\f696";
}
.fi-sr-floppy-disk-pen:before {
  content: "\f697";
}
.fi-sr-floppy-disks:before {
  content: "\f698";
}
.fi-sr-florin-sign:before {
  content: "\f699";
}
.fi-sr-flower-butterfly:before {
  content: "\f69a";
}
.fi-sr-flower-daffodil:before {
  content: "\f69b";
}
.fi-sr-flower-tulip:before {
  content: "\f69c";
}
.fi-sr-flower:before {
  content: "\f69d";
}
.fi-sr-flushed:before {
  content: "\f69e";
}
.fi-sr-flute:before {
  content: "\f69f";
}
.fi-sr-flux-capacitor:before {
  content: "\f6a0";
}
.fi-sr-fly-insect:before {
  content: "\f6a1";
}
.fi-sr-flying-disc:before {
  content: "\f6a2";
}
.fi-sr-fog:before {
  content: "\f6a3";
}
.fi-sr-folder-download:before {
  content: "\f6a4";
}
.fi-sr-folder-fire:before {
  content: "\f6a5";
}
.fi-sr-folder-minus:before {
  content: "\f6a6";
}
.fi-sr-folder-open:before {
  content: "\f6a7";
}
.fi-sr-folder-times:before {
  content: "\f6a8";
}
.fi-sr-folder-tree:before {
  content: "\f6a9";
}
.fi-sr-folder-upload:before {
  content: "\f6aa";
}
.fi-sr-folder-xmark:before {
  content: "\f6ab";
}
.fi-sr-folder:before {
  content: "\f6ac";
}
.fi-sr-folders:before {
  content: "\f6ad";
}
.fi-sr-follow-folder:before {
  content: "\f6ae";
}
.fi-sr-followcollection:before {
  content: "\f6af";
}
.fi-sr-following:before {
  content: "\f6b0";
}
.fi-sr-fondue-pot:before {
  content: "\f6b1";
}
.fi-sr-football:before {
  content: "\f6b2";
}
.fi-sr-foreign-language-audio:before {
  content: "\f6b3";
}
.fi-sr-fork:before {
  content: "\f6b4";
}
.fi-sr-forklift:before {
  content: "\f6b5";
}
.fi-sr-form:before {
  content: "\f6b6";
}
.fi-sr-fort:before {
  content: "\f6b7";
}
.fi-sr-forward-fast:before {
  content: "\f6b8";
}
.fi-sr-forward:before {
  content: "\f6b9";
}
.fi-sr-fox:before {
  content: "\f6ba";
}
.fi-sr-frame:before {
  content: "\f6bb";
}
.fi-sr-franc-sign:before {
  content: "\f6bc";
}
.fi-sr-free-delivery:before {
  content: "\f6bd";
}
.fi-sr-free:before {
  content: "\f6be";
}
.fi-sr-french-fries:before {
  content: "\f6bf";
}
.fi-sr-friday:before {
  content: "\f6c0";
}
.fi-sr-frog:before {
  content: "\f6c1";
}
.fi-sr-frown:before {
  content: "\f6c2";
}
.fi-sr-ftp:before {
  content: "\f6c3";
}
.fi-sr-fuel-gauge:before {
  content: "\f6c4";
}
.fi-sr-function-process:before {
  content: "\f6c5";
}
.fi-sr-function-square:before {
  content: "\f6c6";
}
.fi-sr-function:before {
  content: "\f6c7";
}
.fi-sr-funnel-dollar:before {
  content: "\f6c8";
}
.fi-sr-g:before {
  content: "\f6c9";
}
.fi-sr-galaxy-alt:before {
  content: "\f6ca";
}
.fi-sr-galaxy-planet:before {
  content: "\f6cb";
}
.fi-sr-galaxy-star:before {
  content: "\f6cc";
}
.fi-sr-galaxy:before {
  content: "\f6cd";
}
.fi-sr-gallery-thumbnails:before {
  content: "\f6ce";
}
.fi-sr-gallery:before {
  content: "\f6cf";
}
.fi-sr-game-board-alt:before {
  content: "\f6d0";
}
.fi-sr-game:before {
  content: "\f6d1";
}
.fi-sr-gamepad:before {
  content: "\f6d2";
}
.fi-sr-games:before {
  content: "\f6d3";
}
.fi-sr-garage-car:before {
  content: "\f6d4";
}
.fi-sr-garage-open:before {
  content: "\f6d5";
}
.fi-sr-garage:before {
  content: "\f6d6";
}
.fi-sr-garlic-alt:before {
  content: "\f6d7";
}
.fi-sr-garlic:before {
  content: "\f6d8";
}
.fi-sr-gas-pump-alt:before {
  content: "\f6d9";
}
.fi-sr-gas-pump-slash:before {
  content: "\f6da";
}
.fi-sr-gas-pump:before {
  content: "\f6db";
}
.fi-sr-gauge-circle-bolt:before {
  content: "\f6dc";
}
.fi-sr-gauge-circle-minus:before {
  content: "\f6dd";
}
.fi-sr-gauge-circle-plus:before {
  content: "\f6de";
}
.fi-sr-gavel:before {
  content: "\f6df";
}
.fi-sr-gay-couple:before {
  content: "\f6e0";
}
.fi-sr-gears:before {
  content: "\f6e1";
}
.fi-sr-gem:before {
  content: "\f6e2";
}
.fi-sr-general:before {
  content: "\f6e3";
}
.fi-sr-ghost:before {
  content: "\f6e4";
}
.fi-sr-gif-square:before {
  content: "\f6e5";
}
.fi-sr-gif:before {
  content: "\f6e6";
}
.fi-sr-gift-box-benefits:before {
  content: "\f6e7";
}
.fi-sr-gift-card:before {
  content: "\f6e8";
}
.fi-sr-gift:before {
  content: "\f6e9";
}
.fi-sr-gifts:before {
  content: "\f6ea";
}
.fi-sr-gingerbread-man:before {
  content: "\f6eb";
}
.fi-sr-glass-champagne:before {
  content: "\f6ec";
}
.fi-sr-glass-cheers:before {
  content: "\f6ed";
}
.fi-sr-glass-citrus:before {
  content: "\f6ee";
}
.fi-sr-glass-empty:before {
  content: "\f6ef";
}
.fi-sr-glass-half:before {
  content: "\f6f0";
}
.fi-sr-glass-water-droplet:before {
  content: "\f6f1";
}
.fi-sr-glass-whiskey-rocks:before {
  content: "\f6f2";
}
.fi-sr-glass-whiskey:before {
  content: "\f6f3";
}
.fi-sr-glass:before {
  content: "\f6f4";
}
.fi-sr-glasses:before {
  content: "\f6f5";
}
.fi-sr-globe-alt:before {
  content: "\f6f6";
}
.fi-sr-globe-pointer:before {
  content: "\f6f7";
}
.fi-sr-globe-snow:before {
  content: "\f6f8";
}
.fi-sr-globe:before {
  content: "\f6f9";
}
.fi-sr-goal-net:before {
  content: "\f6fa";
}
.fi-sr-golf-ball:before {
  content: "\f6fb";
}
.fi-sr-golf-club:before {
  content: "\f6fc";
}
.fi-sr-golf-hole:before {
  content: "\f6fd";
}
.fi-sr-golf:before {
  content: "\f6fe";
}
.fi-sr-gopuram:before {
  content: "\f6ff";
}
.fi-sr-government-budget:before {
  content: "\f700";
}
.fi-sr-government-flag:before {
  content: "\f701";
}
.fi-sr-government-user:before {
  content: "\f702";
}
.fi-sr-gps-navigation:before {
  content: "\f703";
}
.fi-sr-graduation-cap:before {
  content: "\f704";
}
.fi-sr-gramophone:before {
  content: "\f705";
}
.fi-sr-grape:before {
  content: "\f706";
}
.fi-sr-graph-curve:before {
  content: "\f707";
}
.fi-sr-graphic-style:before {
  content: "\f708";
}
.fi-sr-graphic-tablet:before {
  content: "\f709";
}
.fi-sr-grate-droplet:before {
  content: "\f70a";
}
.fi-sr-grate:before {
  content: "\f70b";
}
.fi-sr-greater-than-equal:before {
  content: "\f70c";
}
.fi-sr-greater-than:before {
  content: "\f70d";
}
.fi-sr-greek-helmet:before {
  content: "\f70e";
}
.fi-sr-grid-alt:before {
  content: "\f70f";
}
.fi-sr-grid-dividers:before {
  content: "\f710";
}
.fi-sr-grid:before {
  content: "\f711";
}
.fi-sr-grill-hot-alt:before {
  content: "\f712";
}
.fi-sr-grill:before {
  content: "\f713";
}
.fi-sr-grimace:before {
  content: "\f714";
}
.fi-sr-grin-alt:before {
  content: "\f715";
}
.fi-sr-grin-beam-sweat:before {
  content: "\f716";
}
.fi-sr-grin-beam:before {
  content: "\f717";
}
.fi-sr-grin-hearts:before {
  content: "\f718";
}
.fi-sr-grin-squint-tears:before {
  content: "\f719";
}
.fi-sr-grin-squint:before {
  content: "\f71a";
}
.fi-sr-grin-stars:before {
  content: "\f71b";
}
.fi-sr-grin-tears:before {
  content: "\f71c";
}
.fi-sr-grin-tongue-squint:before {
  content: "\f71d";
}
.fi-sr-grin-tongue-wink:before {
  content: "\f71e";
}
.fi-sr-grin-tongue:before {
  content: "\f71f";
}
.fi-sr-grin-wink:before {
  content: "\f720";
}
.fi-sr-grin:before {
  content: "\f721";
}
.fi-sr-grip-dots-vertical:before {
  content: "\f722";
}
.fi-sr-grip-dots:before {
  content: "\f723";
}
.fi-sr-grip-horizontal:before {
  content: "\f724";
}
.fi-sr-grip-lines-vertical:before {
  content: "\f725";
}
.fi-sr-grip-lines:before {
  content: "\f726";
}
.fi-sr-grip-vertical:before {
  content: "\f727";
}
.fi-sr-grocery-bag:before {
  content: "\f728";
}
.fi-sr-grocery-basket:before {
  content: "\f729";
}
.fi-sr-group-arrows-rotate:before {
  content: "\f72a";
}
.fi-sr-group-call:before {
  content: "\f72b";
}
.fi-sr-group-community-social-media:before {
  content: "\f72c";
}
.fi-sr-growth-chart-invest:before {
  content: "\f72d";
}
.fi-sr-guarani-sign:before {
  content: "\f72e";
}
.fi-sr-guide-alt:before {
  content: "\f72f";
}
.fi-sr-guide:before {
  content: "\f730";
}
.fi-sr-guitar-electric:before {
  content: "\f731";
}
.fi-sr-guitar:before {
  content: "\f732";
}
.fi-sr-guitars:before {
  content: "\f733";
}
.fi-sr-gun-squirt:before {
  content: "\f734";
}
.fi-sr-gym:before {
  content: "\f735";
}
.fi-sr-h-square:before {
  content: "\f736";
}
.fi-sr-h:before {
  content: "\f737";
}
.fi-sr-h1:before {
  content: "\f738";
}
.fi-sr-h2:before {
  content: "\f739";
}
.fi-sr-h3:before {
  content: "\f73a";
}
.fi-sr-h4:before {
  content: "\f73b";
}
.fi-sr-hair-clipper:before {
  content: "\f73c";
}
.fi-sr-hamburger-soda:before {
  content: "\f73d";
}
.fi-sr-hamburger:before {
  content: "\f73e";
}
.fi-sr-hammer-crash:before {
  content: "\f73f";
}
.fi-sr-hammer-war:before {
  content: "\f740";
}
.fi-sr-hammer:before {
  content: "\f741";
}
.fi-sr-hamsa:before {
  content: "\f742";
}
.fi-sr-hand-back-fist:before {
  content: "\f743";
}
.fi-sr-hand-back-point-down:before {
  content: "\f744";
}
.fi-sr-hand-back-point-left:before {
  content: "\f745";
}
.fi-sr-hand-back-point-ribbon:before {
  content: "\f746";
}
.fi-sr-hand-back-point-right:before {
  content: "\f747";
}
.fi-sr-hand-bill:before {
  content: "\f748";
}
.fi-sr-hand-dots:before {
  content: "\f749";
}
.fi-sr-hand-fingers-crossed:before {
  content: "\f74a";
}
.fi-sr-hand-fist:before {
  content: "\f74b";
}
.fi-sr-hand-heart:before {
  content: "\f74c";
}
.fi-sr-hand-holding-box:before {
  content: "\f74d";
}
.fi-sr-hand-holding-droplet:before {
  content: "\f74e";
}
.fi-sr-hand-holding-heart:before {
  content: "\f74f";
}
.fi-sr-hand-holding-magic:before {
  content: "\f750";
}
.fi-sr-hand-holding-medical:before {
  content: "\f751";
}
.fi-sr-hand-holding-seeding:before {
  content: "\f752";
}
.fi-sr-hand-holding-skull:before {
  content: "\f753";
}
.fi-sr-hand-holding-usd:before {
  content: "\f754";
}
.fi-sr-hand-holding-water:before {
  content: "\f755";
}
.fi-sr-hand-horns:before {
  content: "\f756";
}
.fi-sr-hand-lizard:before {
  content: "\f757";
}
.fi-sr-hand-love:before {
  content: "\f758";
}
.fi-sr-hand-middle-finger:before {
  content: "\f759";
}
.fi-sr-hand-paper:before {
  content: "\f75a";
}
.fi-sr-hand-peace:before {
  content: "\f75b";
}
.fi-sr-hand-point-ribbon:before {
  content: "\f75c";
}
.fi-sr-hand-scissors:before {
  content: "\f75d";
}
.fi-sr-hand-sparkles:before {
  content: "\f75e";
}
.fi-sr-hand-spock:before {
  content: "\f75f";
}
.fi-sr-hand-wave:before {
  content: "\f760";
}
.fi-sr-handmade:before {
  content: "\f761";
}
.fi-sr-hands-bubbles:before {
  content: "\f762";
}
.fi-sr-hands-clapping:before {
  content: "\f763";
}
.fi-sr-hands-heart:before {
  content: "\f764";
}
.fi-sr-hands-holding-diamond:before {
  content: "\f765";
}
.fi-sr-hands-holding:before {
  content: "\f766";
}
.fi-sr-hands-usd:before {
  content: "\f767";
}
.fi-sr-handshake-angle:before {
  content: "\f768";
}
.fi-sr-handshake-deal-loan:before {
  content: "\f769";
}
.fi-sr-handshake-house:before {
  content: "\f76a";
}
.fi-sr-handshake-simple-slash:before {
  content: "\f76b";
}
.fi-sr-handshake-trust:before {
  content: "\f76c";
}
.fi-sr-handshake:before {
  content: "\f76d";
}
.fi-sr-hard-hat:before {
  content: "\f76e";
}
.fi-sr-hashtag-lock:before {
  content: "\f76f";
}
.fi-sr-hastag:before {
  content: "\f770";
}
.fi-sr-hat-beach:before {
  content: "\f771";
}
.fi-sr-hat-birthday:before {
  content: "\f772";
}
.fi-sr-hat-chef:before {
  content: "\f773";
}
.fi-sr-hat-cowboy-side:before {
  content: "\f774";
}
.fi-sr-hat-cowboy:before {
  content: "\f775";
}
.fi-sr-hat-santa:before {
  content: "\f776";
}
.fi-sr-hat-winter:before {
  content: "\f777";
}
.fi-sr-hat-witch:before {
  content: "\f778";
}
.fi-sr-hat-wizard:before {
  content: "\f779";
}
.fi-sr-hdd:before {
  content: "\f77a";
}
.fi-sr-head-side-brain:before {
  content: "\f77b";
}
.fi-sr-head-side-cough-slash:before {
  content: "\f77c";
}
.fi-sr-head-side-cough:before {
  content: "\f77d";
}
.fi-sr-head-side-headphones:before {
  content: "\f77e";
}
.fi-sr-head-side-heart:before {
  content: "\f77f";
}
.fi-sr-head-side-mask:before {
  content: "\f780";
}
.fi-sr-head-side-medical:before {
  content: "\f781";
}
.fi-sr-head-side-thinking:before {
  content: "\f782";
}
.fi-sr-head-side-virus:before {
  content: "\f783";
}
.fi-sr-head-side:before {
  content: "\f784";
}
.fi-sr-head-vr:before {
  content: "\f785";
}
.fi-sr-heading:before {
  content: "\f786";
}
.fi-sr-headphones:before {
  content: "\f787";
}
.fi-sr-headset:before {
  content: "\f788";
}
.fi-sr-heart-arrow:before {
  content: "\f789";
}
.fi-sr-heart-brain:before {
  content: "\f78a";
}
.fi-sr-heart-crack:before {
  content: "\f78b";
}
.fi-sr-heart-half-stroke:before {
  content: "\f78c";
}
.fi-sr-heart-half:before {
  content: "\f78d";
}
.fi-sr-heart-health-muscle:before {
  content: "\f78e";
}
.fi-sr-heart-lock:before {
  content: "\f78f";
}
.fi-sr-heart-partner-handshake:before {
  content: "\f790";
}
.fi-sr-heart-rate:before {
  content: "\f791";
}
.fi-sr-heart-slash:before {
  content: "\f792";
}
.fi-sr-heart-upside-down:before {
  content: "\f793";
}
.fi-sr-heart:before {
  content: "\f794";
}
.fi-sr-heat:before {
  content: "\f795";
}
.fi-sr-helicopter-side:before {
  content: "\f796";
}
.fi-sr-helmet-battle:before {
  content: "\f797";
}
.fi-sr-hexagon-check:before {
  content: "\f798";
}
.fi-sr-hexagon-divide:before {
  content: "\f799";
}
.fi-sr-hexagon-exclamation:before {
  content: "\f79a";
}
.fi-sr-hexagon:before {
  content: "\f79b";
}
.fi-sr-high-definition:before {
  content: "\f79c";
}
.fi-sr-high-five-celebration-yes:before {
  content: "\f79d";
}
.fi-sr-high-five:before {
  content: "\f79e";
}
.fi-sr-highlighter-line:before {
  content: "\f79f";
}
.fi-sr-highlighter:before {
  content: "\f7a0";
}
.fi-sr-hiking:before {
  content: "\f7a1";
}
.fi-sr-hippo:before {
  content: "\f7a2";
}
.fi-sr-hockey-mask:before {
  content: "\f7a3";
}
.fi-sr-hockey-puck:before {
  content: "\f7a4";
}
.fi-sr-hockey-stick-puck:before {
  content: "\f7a5";
}
.fi-sr-hockey-sticks:before {
  content: "\f7a6";
}
.fi-sr-holding-hand-gear:before {
  content: "\f7a7";
}
.fi-sr-holding-hand-revenue:before {
  content: "\f7a8";
}
.fi-sr-holly-berry:before {
  content: "\f7a9";
}
.fi-sr-home-heart:before {
  content: "\f7aa";
}
.fi-sr-home-location-alt:before {
  content: "\f7ab";
}
.fi-sr-home-location:before {
  content: "\f7ac";
}
.fi-sr-home:before {
  content: "\f7ad";
}
.fi-sr-honey-pot:before {
  content: "\f7ae";
}
.fi-sr-hood-cloak:before {
  content: "\f7af";
}
.fi-sr-horizontal-rule:before {
  content: "\f7b0";
}
.fi-sr-horse-head:before {
  content: "\f7b1";
}
.fi-sr-horse-saddle:before {
  content: "\f7b2";
}
.fi-sr-horse:before {
  content: "\f7b3";
}
.fi-sr-horseshoe-broken:before {
  content: "\f7b4";
}
.fi-sr-horseshoe:before {
  content: "\f7b5";
}
.fi-sr-hose-reel:before {
  content: "\f7b6";
}
.fi-sr-hose:before {
  content: "\f7b7";
}
.fi-sr-hospital-symbol:before {
  content: "\f7b8";
}
.fi-sr-hospital-user:before {
  content: "\f7b9";
}
.fi-sr-hospital:before {
  content: "\f7ba";
}
.fi-sr-hospitals:before {
  content: "\f7bb";
}
.fi-sr-hot-tub:before {
  content: "\f7bc";
}
.fi-sr-hotdog:before {
  content: "\f7bd";
}
.fi-sr-hotel:before {
  content: "\f7be";
}
.fi-sr-hourglass-end:before {
  content: "\f7bf";
}
.fi-sr-hourglass-start:before {
  content: "\f7c0";
}
.fi-sr-hourglass:before {
  content: "\f7c1";
}
.fi-sr-house-blank:before {
  content: "\f7c2";
}
.fi-sr-house-building:before {
  content: "\f7c3";
}
.fi-sr-house-chimney-blank:before {
  content: "\f7c4";
}
.fi-sr-house-chimney-crack:before {
  content: "\f7c5";
}
.fi-sr-house-chimney-heart:before {
  content: "\f7c6";
}
.fi-sr-house-chimney-medical:before {
  content: "\f7c7";
}
.fi-sr-house-chimney-user:before {
  content: "\f7c8";
}
.fi-sr-house-chimney-window:before {
  content: "\f7c9";
}
.fi-sr-house-chimney:before {
  content: "\f7ca";
}
.fi-sr-house-circle-check:before {
  content: "\f7cb";
}
.fi-sr-house-circle-exclamation:before {
  content: "\f7cc";
}
.fi-sr-house-circle-xmark:before {
  content: "\f7cd";
}
.fi-sr-house-crack-alt:before {
  content: "\f7ce";
}
.fi-sr-house-crack:before {
  content: "\f7cf";
}
.fi-sr-house-day:before {
  content: "\f7d0";
}
.fi-sr-house-fire:before {
  content: "\f7d1";
}
.fi-sr-house-flag:before {
  content: "\f7d2";
}
.fi-sr-house-flood:before {
  content: "\f7d3";
}
.fi-sr-house-laptop:before {
  content: "\f7d4";
}
.fi-sr-house-leave:before {
  content: "\f7d5";
}
.fi-sr-house-lock:before {
  content: "\f7d6";
}
.fi-sr-house-medical:before {
  content: "\f7d7";
}
.fi-sr-house-night:before {
  content: "\f7d8";
}
.fi-sr-house-return:before {
  content: "\f7d9";
}
.fi-sr-house-signal:before {
  content: "\f7da";
}
.fi-sr-house-tree:before {
  content: "\f7db";
}
.fi-sr-house-tsunami:before {
  content: "\f7dc";
}
.fi-sr-house-turret:before {
  content: "\f7dd";
}
.fi-sr-house-user:before {
  content: "\f7de";
}
.fi-sr-house-window:before {
  content: "\f7df";
}
.fi-sr-hr-group:before {
  content: "\f7e0";
}
.fi-sr-hr-person:before {
  content: "\f7e1";
}
.fi-sr-hr:before {
  content: "\f7e2";
}
.fi-sr-hryvnia:before {
  content: "\f7e3";
}
.fi-sr-humidity:before {
  content: "\f7e4";
}
.fi-sr-hundred-points:before {
  content: "\f7e5";
}
.fi-sr-hurricane:before {
  content: "\f7e6";
}
.fi-sr-i:before {
  content: "\f7e7";
}
.fi-sr-ice-cream:before {
  content: "\f7e8";
}
.fi-sr-icicles:before {
  content: "\f7e9";
}
.fi-sr-icon-star:before {
  content: "\f7ea";
}
.fi-sr-id-badge:before {
  content: "\f7eb";
}
.fi-sr-id-card-clip-alt:before {
  content: "\f7ec";
}
.fi-sr-igloo:before {
  content: "\f7ed";
}
.fi-sr-image-slash:before {
  content: "\f7ee";
}
.fi-sr-images-user:before {
  content: "\f7ef";
}
.fi-sr-images:before {
  content: "\f7f0";
}
.fi-sr-improve-user:before {
  content: "\f7f1";
}
.fi-sr-inbox-full:before {
  content: "\f7f2";
}
.fi-sr-inbox-in:before {
  content: "\f7f3";
}
.fi-sr-inbox-out:before {
  content: "\f7f4";
}
.fi-sr-inbox:before {
  content: "\f7f5";
}
.fi-sr-inboxes:before {
  content: "\f7f6";
}
.fi-sr-incense-sticks-yoga:before {
  content: "\f7f7";
}
.fi-sr-incognito:before {
  content: "\f7f8";
}
.fi-sr-indent:before {
  content: "\f7f9";
}
.fi-sr-indian-rupee-sign:before {
  content: "\f7fa";
}
.fi-sr-industry-alt:before {
  content: "\f7fb";
}
.fi-sr-industry-windows:before {
  content: "\f7fc";
}
.fi-sr-infinity:before {
  content: "\f7fd";
}
.fi-sr-info-guide:before {
  content: "\f7fe";
}
.fi-sr-info:before {
  content: "\f7ff";
}
.fi-sr-information:before {
  content: "\f800";
}
.fi-sr-inhaler:before {
  content: "\f801";
}
.fi-sr-input-numeric:before {
  content: "\f802";
}
.fi-sr-input-pipe:before {
  content: "\f803";
}
.fi-sr-input-text:before {
  content: "\f804";
}
.fi-sr-insert-alt:before {
  content: "\f805";
}
.fi-sr-insert-arrows:before {
  content: "\f806";
}
.fi-sr-insert-button-circle:before {
  content: "\f807";
}
.fi-sr-insert-credit-card:before {
  content: "\f808";
}
.fi-sr-insert-square:before {
  content: "\f809";
}
.fi-sr-insert:before {
  content: "\f80a";
}
.fi-sr-insight-alt:before {
  content: "\f80b";
}
.fi-sr-insight-head:before {
  content: "\f80c";
}
.fi-sr-insight:before {
  content: "\f80d";
}
.fi-sr-integral:before {
  content: "\f80e";
}
.fi-sr-interactive:before {
  content: "\f80f";
}
.fi-sr-interlining:before {
  content: "\f810";
}
.fi-sr-internet-speed-wifi:before {
  content: "\f811";
}
.fi-sr-interrogation:before {
  content: "\f812";
}
.fi-sr-intersection:before {
  content: "\f813";
}
.fi-sr-introduction-handshake:before {
  content: "\f814";
}
.fi-sr-introduction:before {
  content: "\f815";
}
.fi-sr-inventory-alt:before {
  content: "\f816";
}
.fi-sr-invest:before {
  content: "\f817";
}
.fi-sr-investment:before {
  content: "\f818";
}
.fi-sr-invite-alt:before {
  content: "\f819";
}
.fi-sr-invite:before {
  content: "\f81a";
}
.fi-sr-iot-alt:before {
  content: "\f81b";
}
.fi-sr-iot:before {
  content: "\f81c";
}
.fi-sr-ip-address:before {
  content: "\f81d";
}
.fi-sr-island-tropical:before {
  content: "\f81e";
}
.fi-sr-it-alt:before {
  content: "\f81f";
}
.fi-sr-it-computer:before {
  content: "\f820";
}
.fi-sr-it:before {
  content: "\f821";
}
.fi-sr-italian-lira-sign:before {
  content: "\f822";
}
.fi-sr-italic:before {
  content: "\f823";
}
.fi-sr-j:before {
  content: "\f824";
}
.fi-sr-jam:before {
  content: "\f825";
}
.fi-sr-jar-alt:before {
  content: "\f826";
}
.fi-sr-jar-wheat:before {
  content: "\f827";
}
.fi-sr-javascript:before {
  content: "\f828";
}
.fi-sr-joint:before {
  content: "\f829";
}
.fi-sr-joker:before {
  content: "\f82a";
}
.fi-sr-journal-alt:before {
  content: "\f82b";
}
.fi-sr-journal:before {
  content: "\f82c";
}
.fi-sr-journey:before {
  content: "\f82d";
}
.fi-sr-joystick:before {
  content: "\f82e";
}
.fi-sr-jpg:before {
  content: "\f82f";
}
.fi-sr-jug-alt:before {
  content: "\f830";
}
.fi-sr-jug-bottle:before {
  content: "\f831";
}
.fi-sr-jug:before {
  content: "\f832";
}
.fi-sr-jumping-rope:before {
  content: "\f833";
}
.fi-sr-k:before {
  content: "\f834";
}
.fi-sr-kaaba:before {
  content: "\f835";
}
.fi-sr-kazoo:before {
  content: "\f836";
}
.fi-sr-kerning:before {
  content: "\f837";
}
.fi-sr-key-lock-crypto:before {
  content: "\f838";
}
.fi-sr-key-skeleton-left-right:before {
  content: "\f839";
}
.fi-sr-key:before {
  content: "\f83a";
}
.fi-sr-keyboard-brightness-low:before {
  content: "\f83b";
}
.fi-sr-keyboard-brightness:before {
  content: "\f83c";
}
.fi-sr-keyboard-down:before {
  content: "\f83d";
}
.fi-sr-keyboard-left:before {
  content: "\f83e";
}
.fi-sr-keyboard:before {
  content: "\f83f";
}
.fi-sr-keynote:before {
  content: "\f840";
}
.fi-sr-kidneys:before {
  content: "\f841";
}
.fi-sr-kip-sign:before {
  content: "\f842";
}
.fi-sr-kiss-beam:before {
  content: "\f843";
}
.fi-sr-kiss-wink-heart:before {
  content: "\f844";
}
.fi-sr-kiss:before {
  content: "\f845";
}
.fi-sr-kite:before {
  content: "\f846";
}
.fi-sr-kiwi-bird:before {
  content: "\f847";
}
.fi-sr-kiwi-fruit:before {
  content: "\f848";
}
.fi-sr-knife-kitchen:before {
  content: "\f849";
}
.fi-sr-knife:before {
  content: "\f84a";
}
.fi-sr-knitting:before {
  content: "\f84b";
}
.fi-sr-kpi-evaluation:before {
  content: "\f84c";
}
.fi-sr-kpi:before {
  content: "\f84d";
}
.fi-sr-l:before {
  content: "\f84e";
}
.fi-sr-label:before {
  content: "\f84f";
}
.fi-sr-lacrosse-stick-ball:before {
  content: "\f850";
}
.fi-sr-lacrosse-stick:before {
  content: "\f851";
}
.fi-sr-lambda:before {
  content: "\f852";
}
.fi-sr-lamp-desk:before {
  content: "\f853";
}
.fi-sr-lamp-floor:before {
  content: "\f854";
}
.fi-sr-lamp-street:before {
  content: "\f855";
}
.fi-sr-lamp:before {
  content: "\f856";
}
.fi-sr-land-layer-location:before {
  content: "\f857";
}
.fi-sr-land-layers:before {
  content: "\f858";
}
.fi-sr-land-location:before {
  content: "\f859";
}
.fi-sr-landmark-alt:before {
  content: "\f85a";
}
.fi-sr-language:before {
  content: "\f85b";
}
.fi-sr-laptop-arrow-down:before {
  content: "\f85c";
}
.fi-sr-laptop-binary:before {
  content: "\f85d";
}
.fi-sr-laptop-code:before {
  content: "\f85e";
}
.fi-sr-laptop-medical:before {
  content: "\f85f";
}
.fi-sr-laptop-mobile:before {
  content: "\f860";
}
.fi-sr-laptop-slash:before {
  content: "\f861";
}
.fi-sr-laptop:before {
  content: "\f862";
}
.fi-sr-lari-sign:before {
  content: "\f863";
}
.fi-sr-lasso-sparkles:before {
  content: "\f864";
}
.fi-sr-lasso:before {
  content: "\f865";
}
.fi-sr-last-square:before {
  content: "\f866";
}
.fi-sr-laugh-beam:before {
  content: "\f867";
}
.fi-sr-laugh-squint:before {
  content: "\f868";
}
.fi-sr-laugh-wink:before {
  content: "\f869";
}
.fi-sr-laugh:before {
  content: "\f86a";
}
.fi-sr-lawyer-man:before {
  content: "\f86b";
}
.fi-sr-lawyer-woman:before {
  content: "\f86c";
}
.fi-sr-layer-minus:before {
  content: "\f86d";
}
.fi-sr-layer-plus:before {
  content: "\f86e";
}
.fi-sr-layers:before {
  content: "\f86f";
}
.fi-sr-layout-fluid:before {
  content: "\f870";
}
.fi-sr-lead-funnel:before {
  content: "\f871";
}
.fi-sr-lead-management:before {
  content: "\f872";
}
.fi-sr-lead:before {
  content: "\f873";
}
.fi-sr-leader-alt:before {
  content: "\f874";
}
.fi-sr-leader-speech:before {
  content: "\f875";
}
.fi-sr-leader:before {
  content: "\f876";
}
.fi-sr-leaderboard-alt:before {
  content: "\f877";
}
.fi-sr-leaderboard-trophy:before {
  content: "\f878";
}
.fi-sr-leaderboard:before {
  content: "\f879";
}
.fi-sr-leadership-alt:before {
  content: "\f87a";
}
.fi-sr-leadership:before {
  content: "\f87b";
}
.fi-sr-leaf-heart:before {
  content: "\f87c";
}
.fi-sr-leaf-maple:before {
  content: "\f87d";
}
.fi-sr-leaf-oak:before {
  content: "\f87e";
}
.fi-sr-leaf:before {
  content: "\f87f";
}
.fi-sr-leafy-green:before {
  content: "\f880";
}
.fi-sr-leave:before {
  content: "\f881";
}
.fi-sr-left-from-bracket:before {
  content: "\f882";
}
.fi-sr-left:before {
  content: "\f883";
}
.fi-sr-legal:before {
  content: "\f884";
}
.fi-sr-lemon:before {
  content: "\f885";
}
.fi-sr-lesbian-couple:before {
  content: "\f886";
}
.fi-sr-less-than-equal:before {
  content: "\f887";
}
.fi-sr-less-than:before {
  content: "\f888";
}
.fi-sr-lesson-class:before {
  content: "\f889";
}
.fi-sr-lesson:before {
  content: "\f88a";
}
.fi-sr-letter-case:before {
  content: "\f88b";
}
.fi-sr-lettuce:before {
  content: "\f88c";
}
.fi-sr-level-down-alt:before {
  content: "\f88d";
}
.fi-sr-level-down:before {
  content: "\f88e";
}
.fi-sr-level-up-alt:before {
  content: "\f88f";
}
.fi-sr-level-up:before {
  content: "\f890";
}
.fi-sr-license:before {
  content: "\f891";
}
.fi-sr-life-ring:before {
  content: "\f892";
}
.fi-sr-life:before {
  content: "\f893";
}
.fi-sr-light-ceiling:before {
  content: "\f894";
}
.fi-sr-light-emergency-on:before {
  content: "\f895";
}
.fi-sr-light-emergency:before {
  content: "\f896";
}
.fi-sr-light-switch-off:before {
  content: "\f897";
}
.fi-sr-light-switch-on:before {
  content: "\f898";
}
.fi-sr-light-switch:before {
  content: "\f899";
}
.fi-sr-lightbulb-cfl-on:before {
  content: "\f89a";
}
.fi-sr-lightbulb-cfl:before {
  content: "\f89b";
}
.fi-sr-lightbulb-dollar:before {
  content: "\f89c";
}
.fi-sr-lightbulb-exclamation:before {
  content: "\f89d";
}
.fi-sr-lightbulb-head:before {
  content: "\f89e";
}
.fi-sr-lightbulb-on:before {
  content: "\f89f";
}
.fi-sr-lightbulb-question:before {
  content: "\f8a0";
}
.fi-sr-lightbulb-setting:before {
  content: "\f8a1";
}
.fi-sr-lightbulb-slash:before {
  content: "\f8a2";
}
.fi-sr-lighthouse:before {
  content: "\f8a3";
}
.fi-sr-lights-holiday:before {
  content: "\f8a4";
}
.fi-sr-limit-hand:before {
  content: "\f8a5";
}
.fi-sr-limit-speedometer:before {
  content: "\f8a6";
}
.fi-sr-line-width:before {
  content: "\f8a7";
}
.fi-sr-link-alt:before {
  content: "\f8a8";
}
.fi-sr-link-horizontal-slash:before {
  content: "\f8a9";
}
.fi-sr-link-horizontal:before {
  content: "\f8aa";
}
.fi-sr-link-slash-alt:before {
  content: "\f8ab";
}
.fi-sr-link-slash:before {
  content: "\f8ac";
}
.fi-sr-link:before {
  content: "\f8ad";
}
.fi-sr-lion-head:before {
  content: "\f8ae";
}
.fi-sr-lion:before {
  content: "\f8af";
}
.fi-sr-lips:before {
  content: "\f8b0";
}
.fi-sr-lipstick:before {
  content: "\f8b1";
}
.fi-sr-lira-sign:before {
  content: "\f8b2";
}
.fi-sr-list-check:before {
  content: "\f8b3";
}
.fi-sr-list-dropdown:before {
  content: "\f8b4";
}
.fi-sr-list-music:before {
  content: "\f8b5";
}
.fi-sr-list-timeline:before {
  content: "\f8b6";
}
.fi-sr-list:before {
  content: "\f8b7";
}
.fi-sr-litecoin-sign:before {
  content: "\f8b8";
}
.fi-sr-live-alt:before {
  content: "\f8b9";
}
.fi-sr-live:before {
  content: "\f8ba";
}
.fi-sr-loading:before {
  content: "\f8bb";
}
.fi-sr-loan:before {
  content: "\f8bc";
}
.fi-sr-lobster:before {
  content: "\f8bd";
}
.fi-sr-location-alt:before {
  content: "\f8be";
}
.fi-sr-location-arrow:before {
  content: "\f8bf";
}
.fi-sr-location-crosshairs-slash:before {
  content: "\f8c0";
}
.fi-sr-location-crosshairs:before {
  content: "\f8c1";
}
.fi-sr-location-dot-slash:before {
  content: "\f8c2";
}
.fi-sr-location-exclamation:before {
  content: "\f8c3";
}
.fi-sr-location-pin-call:before {
  content: "\f8c4";
}
.fi-sr-lock-alt:before {
  content: "\f8c5";
}
.fi-sr-lock-hashtag:before {
  content: "\f8c6";
}
.fi-sr-lock-open-alt:before {
  content: "\f8c7";
}
.fi-sr-lock:before {
  content: "\f8c8";
}
.fi-sr-locust:before {
  content: "\f8c9";
}
.fi-sr-loop-square:before {
  content: "\f8ca";
}
.fi-sr-loveseat:before {
  content: "\f8cb";
}
.fi-sr-low-vision:before {
  content: "\f8cc";
}
.fi-sr-luchador:before {
  content: "\f8cd";
}
.fi-sr-luggage-cart:before {
  content: "\f8ce";
}
.fi-sr-luggage-rolling:before {
  content: "\f8cf";
}
.fi-sr-lungs-virus:before {
  content: "\f8d0";
}
.fi-sr-lungs:before {
  content: "\f8d1";
}
.fi-sr-m:before {
  content: "\f8d2";
}
.fi-sr-mace:before {
  content: "\f8d3";
}
.fi-sr-magnet-user:before {
  content: "\f8d4";
}
.fi-sr-magnet:before {
  content: "\f8d5";
}
.fi-sr-mailbox-envelope:before {
  content: "\f8d6";
}
.fi-sr-mailbox-flag-up:before {
  content: "\f8d7";
}
.fi-sr-mailbox:before {
  content: "\f8d8";
}
.fi-sr-makeup-brush:before {
  content: "\f8d9";
}
.fi-sr-man-head:before {
  content: "\f8da";
}
.fi-sr-man-scientist:before {
  content: "\f8db";
}
.fi-sr-manat-sign:before {
  content: "\f8dc";
}
.fi-sr-mandolin:before {
  content: "\f8dd";
}
.fi-sr-mango:before {
  content: "\f8de";
}
.fi-sr-manhole:before {
  content: "\f8df";
}
.fi-sr-map-location-track:before {
  content: "\f8e0";
}
.fi-sr-map-marker-check:before {
  content: "\f8e1";
}
.fi-sr-map-marker-cross:before {
  content: "\f8e2";
}
.fi-sr-map-marker-edit:before {
  content: "\f8e3";
}
.fi-sr-map-marker-home:before {
  content: "\f8e4";
}
.fi-sr-map-marker-minus:before {
  content: "\f8e5";
}
.fi-sr-map-marker-plus:before {
  content: "\f8e6";
}
.fi-sr-map-marker-question:before {
  content: "\f8e7";
}
.fi-sr-map-marker-slash:before {
  content: "\f8e8";
}
.fi-sr-map-marker-smile:before {
  content: "\f8e9";
}
.fi-sr-map-marker:before {
  content: "\f8ea";
}
.fi-sr-map-pin:before {
  content: "\f8eb";
}
.fi-sr-map-point:before {
  content: "\f8ec";
}
.fi-sr-map:before {
  content: "\f8ed";
}
.fi-sr-marker-time:before {
  content: "\f8ee";
}
.fi-sr-marker:before {
  content: "\f8ef";
}
.fi-sr-marketplace-alt:before {
  content: "\f8f0";
}
.fi-sr-marketplace-store:before {
  content: "\f8f1";
}
.fi-sr-marketplace:before {
  content: "\f8f2";
}
.fi-sr-mars-double:before {
  content: "\f8f3";
}
.fi-sr-mars-stroke-right:before {
  content: "\f8f4";
}
.fi-sr-mars-stroke-up:before {
  content: "\f8f5";
}
.fi-sr-mars:before {
  content: "\f8f6";
}
.fi-sr-martini-glass-citrus:before {
  content: "\f8f7";
}
.fi-sr-martini-glass-empty:before {
  content: "\f8f8";
}
.fi-sr-mask-carnival:before {
  content: "\f8f9";
}
.fi-sr-mask-face:before {
  content: "\f8fa";
}
.fi-sr-mask-snorkel:before {
  content: "\f8fb";
}
.fi-sr-massage:before {
  content: "\f8fc";
}
.fi-sr-match-fire:before {
  content: "\f8fd";
}
.fi-sr-mattress-pillow:before {
  content: "\f8fe";
}
.fi-sr-measuring-tape:before {
  content: "\f8ff";
}
.fi-sr-meat:before {
  content: "\f900";
}
.fi-sr-medal:before {
  content: "\f901";
}
.fi-sr-medical-star:before {
  content: "\f902";
}
.fi-sr-medicine:before {
  content: "\f903";
}
.fi-sr-meditation:before {
  content: "\f904";
}
.fi-sr-meeting-alt:before {
  content: "\f905";
}
.fi-sr-meeting:before {
  content: "\f906";
}
.fi-sr-megaphone-announcement-leader:before {
  content: "\f907";
}
.fi-sr-megaphone:before {
  content: "\f908";
}
.fi-sr-meh-blank:before {
  content: "\f909";
}
.fi-sr-meh-rolling-eyes:before {
  content: "\f90a";
}
.fi-sr-meh:before {
  content: "\f90b";
}
.fi-sr-melon-alt:before {
  content: "\f90c";
}
.fi-sr-melon:before {
  content: "\f90d";
}
.fi-sr-member-list:before {
  content: "\f90e";
}
.fi-sr-member-search:before {
  content: "\f90f";
}
.fi-sr-membership-vip:before {
  content: "\f910";
}
.fi-sr-membership:before {
  content: "\f911";
}
.fi-sr-memo-circle-check:before {
  content: "\f912";
}
.fi-sr-memo-pad:before {
  content: "\f913";
}
.fi-sr-memo:before {
  content: "\f914";
}
.fi-sr-memory:before {
  content: "\f915";
}
.fi-sr-menu-burger:before {
  content: "\f916";
}
.fi-sr-menu-dots-vertical:before {
  content: "\f917";
}
.fi-sr-menu-dots:before {
  content: "\f918";
}
.fi-sr-mercury:before {
  content: "\f919";
}
.fi-sr-message-arrow-down:before {
  content: "\f91a";
}
.fi-sr-message-arrow-up-right:before {
  content: "\f91b";
}
.fi-sr-message-arrow-up:before {
  content: "\f91c";
}
.fi-sr-message-bot:before {
  content: "\f91d";
}
.fi-sr-message-code:before {
  content: "\f91e";
}
.fi-sr-message-dollar:before {
  content: "\f91f";
}
.fi-sr-message-heart:before {
  content: "\f920";
}
.fi-sr-message-image:before {
  content: "\f921";
}
.fi-sr-message-question:before {
  content: "\f922";
}
.fi-sr-message-quote:before {
  content: "\f923";
}
.fi-sr-message-slash:before {
  content: "\f924";
}
.fi-sr-message-sms:before {
  content: "\f925";
}
.fi-sr-message-text:before {
  content: "\f926";
}
.fi-sr-message-xmark:before {
  content: "\f927";
}
.fi-sr-messages-dollar:before {
  content: "\f928";
}
.fi-sr-messages-question:before {
  content: "\f929";
}
.fi-sr-messages:before {
  content: "\f92a";
}
.fi-sr-meteor:before {
  content: "\f92b";
}
.fi-sr-meter-bolt:before {
  content: "\f92c";
}
.fi-sr-meter-droplet:before {
  content: "\f92d";
}
.fi-sr-meter-fire:before {
  content: "\f92e";
}
.fi-sr-meter:before {
  content: "\f92f";
}
.fi-sr-microchip-ai:before {
  content: "\f930";
}
.fi-sr-microchip:before {
  content: "\f931";
}
.fi-sr-microphone-alt:before {
  content: "\f932";
}
.fi-sr-microphone-slash:before {
  content: "\f933";
}
.fi-sr-microphone:before {
  content: "\f934";
}
.fi-sr-microscope:before {
  content: "\f935";
}
.fi-sr-microwave:before {
  content: "\f936";
}
.fi-sr-milk-alt:before {
  content: "\f937";
}
.fi-sr-milk:before {
  content: "\f938";
}
.fi-sr-mill-sign:before {
  content: "\f939";
}
.fi-sr-mind-share:before {
  content: "\f93a";
}
.fi-sr-minus-circle:before {
  content: "\f93b";
}
.fi-sr-minus-hexagon:before {
  content: "\f93c";
}
.fi-sr-minus-small:before {
  content: "\f93d";
}
.fi-sr-minus:before {
  content: "\f93e";
}
.fi-sr-mistletoe:before {
  content: "\f93f";
}
.fi-sr-mix:before {
  content: "\f940";
}
.fi-sr-mobile-button:before {
  content: "\f941";
}
.fi-sr-mobile-notch:before {
  content: "\f942";
}
.fi-sr-mobile:before {
  content: "\f943";
}
.fi-sr-mockup:before {
  content: "\f944";
}
.fi-sr-mode-alt:before {
  content: "\f945";
}
.fi-sr-mode-landscape:before {
  content: "\f946";
}
.fi-sr-mode-portrait:before {
  content: "\f947";
}
.fi-sr-mode:before {
  content: "\f948";
}
.fi-sr-model-cube-arrows:before {
  content: "\f949";
}
.fi-sr-model-cube-space:before {
  content: "\f94a";
}
.fi-sr-model-cube:before {
  content: "\f94b";
}
.fi-sr-module:before {
  content: "\f94c";
}
.fi-sr-monday:before {
  content: "\f94d";
}
.fi-sr-money-bill-simple:before {
  content: "\f94e";
}
.fi-sr-money-bill-transfer:before {
  content: "\f94f";
}
.fi-sr-money-bill-wave-alt:before {
  content: "\f950";
}
.fi-sr-money-bill-wave:before {
  content: "\f951";
}
.fi-sr-money-bills-simple:before {
  content: "\f952";
}
.fi-sr-money-bills:before {
  content: "\f953";
}
.fi-sr-money-check-edit-alt:before {
  content: "\f954";
}
.fi-sr-money-check-edit:before {
  content: "\f955";
}
.fi-sr-money-check:before {
  content: "\f956";
}
.fi-sr-money-coin-transfer:before {
  content: "\f957";
}
.fi-sr-money-from-bracket:before {
  content: "\f958";
}
.fi-sr-money-simple-from-bracket:before {
  content: "\f959";
}
.fi-sr-money-transfer-alt:before {
  content: "\f95a";
}
.fi-sr-money-transfer-coin-arrow:before {
  content: "\f95b";
}
.fi-sr-money-transfer-smartphone:before {
  content: "\f95c";
}
.fi-sr-money-wings:before {
  content: "\f95d";
}
.fi-sr-money:before {
  content: "\f95e";
}
.fi-sr-monkey:before {
  content: "\f95f";
}
.fi-sr-monument:before {
  content: "\f960";
}
.fi-sr-moon-stars:before {
  content: "\f961";
}
.fi-sr-moon:before {
  content: "\f962";
}
.fi-sr-moped:before {
  content: "\f963";
}
.fi-sr-mortar-pestle:before {
  content: "\f964";
}
.fi-sr-mortgage:before {
  content: "\f965";
}
.fi-sr-mosque-alt:before {
  content: "\f966";
}
.fi-sr-mosque-moon:before {
  content: "\f967";
}
.fi-sr-mosque:before {
  content: "\f968";
}
.fi-sr-mosquito-net:before {
  content: "\f969";
}
.fi-sr-mosquito:before {
  content: "\f96a";
}
.fi-sr-motorcycle:before {
  content: "\f96b";
}
.fi-sr-mound:before {
  content: "\f96c";
}
.fi-sr-mountain-city:before {
  content: "\f96d";
}
.fi-sr-mountain:before {
  content: "\f96e";
}
.fi-sr-mountains:before {
  content: "\f96f";
}
.fi-sr-mouse-field:before {
  content: "\f970";
}
.fi-sr-mouse:before {
  content: "\f971";
}
.fi-sr-mov-file:before {
  content: "\f972";
}
.fi-sr-move-to-folder-2:before {
  content: "\f973";
}
.fi-sr-move-to-folder:before {
  content: "\f974";
}
.fi-sr-mp3-file:before {
  content: "\f975";
}
.fi-sr-mp3-player:before {
  content: "\f976";
}
.fi-sr-mp4-file:before {
  content: "\f977";
}
.fi-sr-mug-alt:before {
  content: "\f978";
}
.fi-sr-mug-hot-alt:before {
  content: "\f979";
}
.fi-sr-mug-hot:before {
  content: "\f97a";
}
.fi-sr-mug-marshmallows:before {
  content: "\f97b";
}
.fi-sr-mug-tea-saucer:before {
  content: "\f97c";
}
.fi-sr-mug-tea:before {
  content: "\f97d";
}
.fi-sr-mug:before {
  content: "\f97e";
}
.fi-sr-multiple-alt:before {
  content: "\f97f";
}
.fi-sr-multiple:before {
  content: "\f980";
}
.fi-sr-muscle:before {
  content: "\f981";
}
.fi-sr-mushroom-alt:before {
  content: "\f982";
}
.fi-sr-mushroom:before {
  content: "\f983";
}
.fi-sr-music-alt-slash:before {
  content: "\f984";
}
.fi-sr-music-alt:before {
  content: "\f985";
}
.fi-sr-music-file:before {
  content: "\f986";
}
.fi-sr-music-note:before {
  content: "\f987";
}
.fi-sr-music-slash:before {
  content: "\f988";
}
.fi-sr-music:before {
  content: "\f989";
}
.fi-sr-n:before {
  content: "\f98a";
}
.fi-sr-naira-sign:before {
  content: "\f98b";
}
.fi-sr-narwhal:before {
  content: "\f98c";
}
.fi-sr-navigation:before {
  content: "\f98d";
}
.fi-sr-nesting-dolls:before {
  content: "\f98e";
}
.fi-sr-network-cloud:before {
  content: "\f98f";
}
.fi-sr-network:before {
  content: "\f990";
}
.fi-sr-neuter:before {
  content: "\f991";
}
.fi-sr-newsletter-subscribe:before {
  content: "\f992";
}
.fi-sr-newspaper-open:before {
  content: "\f993";
}
.fi-sr-newspaper:before {
  content: "\f994";
}
.fi-sr-nfc-lock:before {
  content: "\f995";
}
.fi-sr-nfc-magnifying-glass:before {
  content: "\f996";
}
.fi-sr-nfc-pen:before {
  content: "\f997";
}
.fi-sr-nfc-slash:before {
  content: "\f998";
}
.fi-sr-nfc-trash:before {
  content: "\f999";
}
.fi-sr-nfc:before {
  content: "\f99a";
}
.fi-sr-night-day:before {
  content: "\f99b";
}
.fi-sr-no-fee:before {
  content: "\f99c";
}
.fi-sr-no-people:before {
  content: "\f99d";
}
.fi-sr-noodles:before {
  content: "\f99e";
}
.fi-sr-nose:before {
  content: "\f99f";
}
.fi-sr-not-equal:before {
  content: "\f9a0";
}
.fi-sr-not-found-alt:before {
  content: "\f9a1";
}
.fi-sr-not-found-magnifying-glass:before {
  content: "\f9a2";
}
.fi-sr-not-found:before {
  content: "\f9a3";
}
.fi-sr-notdef:before {
  content: "\f9a4";
}
.fi-sr-note-medical:before {
  content: "\f9a5";
}
.fi-sr-note-sticky:before {
  content: "\f9a6";
}
.fi-sr-note:before {
  content: "\f9a7";
}
.fi-sr-notebook-alt:before {
  content: "\f9a8";
}
.fi-sr-notebook:before {
  content: "\f9a9";
}
.fi-sr-notes-medical:before {
  content: "\f9aa";
}
.fi-sr-notes:before {
  content: "\f9ab";
}
.fi-sr-o:before {
  content: "\f9ac";
}
.fi-sr-object-exclude:before {
  content: "\f9ad";
}
.fi-sr-object-group:before {
  content: "\f9ae";
}
.fi-sr-object-intersect:before {
  content: "\f9af";
}
.fi-sr-object-subtract:before {
  content: "\f9b0";
}
.fi-sr-object-ungroup:before {
  content: "\f9b1";
}
.fi-sr-object-union:before {
  content: "\f9b2";
}
.fi-sr-objects-column:before {
  content: "\f9b3";
}
.fi-sr-octagon-check:before {
  content: "\f9b4";
}
.fi-sr-octagon-divide:before {
  content: "\f9b5";
}
.fi-sr-octagon-exclamation:before {
  content: "\f9b6";
}
.fi-sr-octagon-minus:before {
  content: "\f9b7";
}
.fi-sr-octagon-plus:before {
  content: "\f9b8";
}
.fi-sr-octagon-xmark:before {
  content: "\f9b9";
}
.fi-sr-octagon:before {
  content: "\f9ba";
}
.fi-sr-oil-can:before {
  content: "\f9bb";
}
.fi-sr-oil-temp:before {
  content: "\f9bc";
}
.fi-sr-olive-oil:before {
  content: "\f9bd";
}
.fi-sr-olive:before {
  content: "\f9be";
}
.fi-sr-olives:before {
  content: "\f9bf";
}
.fi-sr-om:before {
  content: "\f9c0";
}
.fi-sr-omega:before {
  content: "\f9c1";
}
.fi-sr-onboarding:before {
  content: "\f9c2";
}
.fi-sr-onion:before {
  content: "\f9c3";
}
.fi-sr-opacity:before {
  content: "\f9c4";
}
.fi-sr-open-mail-clip:before {
  content: "\f9c5";
}
.fi-sr-operating-system-upgrade:before {
  content: "\f9c6";
}
.fi-sr-operation:before {
  content: "\f9c7";
}
.fi-sr-order-history:before {
  content: "\f9c8";
}
.fi-sr-organization-chart:before {
  content: "\f9c9";
}
.fi-sr-ornament:before {
  content: "\f9ca";
}
.fi-sr-otp:before {
  content: "\f9cb";
}
.fi-sr-otter:before {
  content: "\f9cc";
}
.fi-sr-outdent:before {
  content: "\f9cd";
}
.fi-sr-oval-alt:before {
  content: "\f9ce";
}
.fi-sr-oval:before {
  content: "\f9cf";
}
.fi-sr-oven:before {
  content: "\f9d0";
}
.fi-sr-overline:before {
  content: "\f9d1";
}
.fi-sr-overview:before {
  content: "\f9d2";
}
.fi-sr-p:before {
  content: "\f9d3";
}
.fi-sr-package:before {
  content: "\f9d4";
}
.fi-sr-padlock-check:before {
  content: "\f9d5";
}
.fi-sr-page-break:before {
  content: "\f9d6";
}
.fi-sr-pager:before {
  content: "\f9d7";
}
.fi-sr-paid:before {
  content: "\f9d8";
}
.fi-sr-paint-roller:before {
  content: "\f9d9";
}
.fi-sr-paint:before {
  content: "\f9da";
}
.fi-sr-paintbrush-pencil:before {
  content: "\f9db";
}
.fi-sr-palette:before {
  content: "\f9dc";
}
.fi-sr-pallet-alt:before {
  content: "\f9dd";
}
.fi-sr-pallet:before {
  content: "\f9de";
}
.fi-sr-pan-food:before {
  content: "\f9df";
}
.fi-sr-pan-frying:before {
  content: "\f9e0";
}
.fi-sr-pan:before {
  content: "\f9e1";
}
.fi-sr-pancakes:before {
  content: "\f9e2";
}
.fi-sr-panorama:before {
  content: "\f9e3";
}
.fi-sr-paper-plane-launch:before {
  content: "\f9e4";
}
.fi-sr-paper-plane-top:before {
  content: "\f9e5";
}
.fi-sr-paper-plane:before {
  content: "\f9e6";
}
.fi-sr-paperclip-vertical:before {
  content: "\f9e7";
}
.fi-sr-parachute-box:before {
  content: "\f9e8";
}
.fi-sr-paragraph-left:before {
  content: "\f9e9";
}
.fi-sr-paragraph:before {
  content: "\f9ea";
}
.fi-sr-parking-circle-slash:before {
  content: "\f9eb";
}
.fi-sr-parking-circle:before {
  content: "\f9ec";
}
.fi-sr-parking-slash:before {
  content: "\f9ed";
}
.fi-sr-parking:before {
  content: "\f9ee";
}
.fi-sr-party-bell:before {
  content: "\f9ef";
}
.fi-sr-party-horn:before {
  content: "\f9f0";
}
.fi-sr-party:before {
  content: "\f9f1";
}
.fi-sr-passport:before {
  content: "\f9f2";
}
.fi-sr-password-alt:before {
  content: "\f9f3";
}
.fi-sr-password-computer:before {
  content: "\f9f4";
}
.fi-sr-password-email:before {
  content: "\f9f5";
}
.fi-sr-password-smartphone:before {
  content: "\f9f6";
}
.fi-sr-password:before {
  content: "\f9f7";
}
.fi-sr-paste:before {
  content: "\f9f8";
}
.fi-sr-pattern:before {
  content: "\f9f9";
}
.fi-sr-pause-circle:before {
  content: "\f9fa";
}
.fi-sr-pause-square:before {
  content: "\f9fb";
}
.fi-sr-pause:before {
  content: "\f9fc";
}
.fi-sr-paw-claws:before {
  content: "\f9fd";
}
.fi-sr-paw-heart:before {
  content: "\f9fe";
}
.fi-sr-paw:before {
  content: "\f9ff";
}
.fi-sr-payment-pos:before {
  content: "\fa00";
}
.fi-sr-payroll-check:before {
  content: "\fa01";
}
.fi-sr-peace:before {
  content: "\fa02";
}
.fi-sr-peach:before {
  content: "\fa03";
}
.fi-sr-peanut:before {
  content: "\fa04";
}
.fi-sr-peanuts:before {
  content: "\fa05";
}
.fi-sr-peapod:before {
  content: "\fa06";
}
.fi-sr-pear:before {
  content: "\fa07";
}
.fi-sr-pedestal:before {
  content: "\fa08";
}
.fi-sr-pen-circle:before {
  content: "\fa09";
}
.fi-sr-pen-clip-slash:before {
  content: "\fa0a";
}
.fi-sr-pen-clip:before {
  content: "\fa0b";
}
.fi-sr-pen-fancy-slash:before {
  content: "\fa0c";
}
.fi-sr-pen-fancy:before {
  content: "\fa0d";
}
.fi-sr-pen-field:before {
  content: "\fa0e";
}
.fi-sr-pen-nib-slash:before {
  content: "\fa0f";
}
.fi-sr-pen-nib:before {
  content: "\fa10";
}
.fi-sr-pen-slash:before {
  content: "\fa11";
}
.fi-sr-pen-square:before {
  content: "\fa12";
}
.fi-sr-pen-swirl:before {
  content: "\fa13";
}
.fi-sr-pencil-paintbrush:before {
  content: "\fa14";
}
.fi-sr-pencil-ruler:before {
  content: "\fa15";
}
.fi-sr-pencil-slash:before {
  content: "\fa16";
}
.fi-sr-pencil:before {
  content: "\fa17";
}
.fi-sr-pending:before {
  content: "\fa18";
}
.fi-sr-pennant:before {
  content: "\fa19";
}
.fi-sr-people-arrows-left-right:before {
  content: "\fa1a";
}
.fi-sr-people-carry-box:before {
  content: "\fa1b";
}
.fi-sr-people-dress:before {
  content: "\fa1c";
}
.fi-sr-people-network-partner:before {
  content: "\fa1d";
}
.fi-sr-people-pants:before {
  content: "\fa1e";
}
.fi-sr-people-poll:before {
  content: "\fa1f";
}
.fi-sr-people-pulling:before {
  content: "\fa20";
}
.fi-sr-people-roof:before {
  content: "\fa21";
}
.fi-sr-people:before {
  content: "\fa22";
}
.fi-sr-pepper-alt:before {
  content: "\fa23";
}
.fi-sr-pepper-hot:before {
  content: "\fa24";
}
.fi-sr-pepper:before {
  content: "\fa25";
}
.fi-sr-percentage:before {
  content: "\fa26";
}
.fi-sr-person-burst:before {
  content: "\fa27";
}
.fi-sr-person-carry-box:before {
  content: "\fa28";
}
.fi-sr-person-circle-check:before {
  content: "\fa29";
}
.fi-sr-person-circle-exclamation:before {
  content: "\fa2a";
}
.fi-sr-person-circle-minus:before {
  content: "\fa2b";
}
.fi-sr-person-circle-plus:before {
  content: "\fa2c";
}
.fi-sr-person-circle-question:before {
  content: "\fa2d";
}
.fi-sr-person-circle-xmark:before {
  content: "\fa2e";
}
.fi-sr-person-cv:before {
  content: "\fa2f";
}
.fi-sr-person-dolly-empty:before {
  content: "\fa30";
}
.fi-sr-person-dolly:before {
  content: "\fa31";
}
.fi-sr-person-dress-simple:before {
  content: "\fa32";
}
.fi-sr-person-dress:before {
  content: "\fa33";
}
.fi-sr-person-luggage:before {
  content: "\fa34";
}
.fi-sr-person-lunge:before {
  content: "\fa35";
}
.fi-sr-person-pilates:before {
  content: "\fa36";
}
.fi-sr-person-praying:before {
  content: "\fa37";
}
.fi-sr-person-pregnant:before {
  content: "\fa38";
}
.fi-sr-person-seat-reclined:before {
  content: "\fa39";
}
.fi-sr-person-seat:before {
  content: "\fa3a";
}
.fi-sr-person-shelter:before {
  content: "\fa3b";
}
.fi-sr-person-sign:before {
  content: "\fa3c";
}
.fi-sr-person-simple:before {
  content: "\fa3d";
}
.fi-sr-person-walking-with-cane:before {
  content: "\fa3e";
}
.fi-sr-peseta-sign:before {
  content: "\fa3f";
}
.fi-sr-peso-sign:before {
  content: "\fa40";
}
.fi-sr-pets:before {
  content: "\fa41";
}
.fi-sr-pharmacy:before {
  content: "\fa42";
}
.fi-sr-phone-call:before {
  content: "\fa43";
}
.fi-sr-phone-cross:before {
  content: "\fa44";
}
.fi-sr-phone-flip:before {
  content: "\fa45";
}
.fi-sr-phone-guide:before {
  content: "\fa46";
}
.fi-sr-phone-heart-message:before {
  content: "\fa47";
}
.fi-sr-phone-office:before {
  content: "\fa48";
}
.fi-sr-phone-pause:before {
  content: "\fa49";
}
.fi-sr-phone-plus:before {
  content: "\fa4a";
}
.fi-sr-phone-rotary:before {
  content: "\fa4b";
}
.fi-sr-phone-slash:before {
  content: "\fa4c";
}
.fi-sr-photo-capture:before {
  content: "\fa4d";
}
.fi-sr-photo-film-music:before {
  content: "\fa4e";
}
.fi-sr-photo-video:before {
  content: "\fa4f";
}
.fi-sr-physics:before {
  content: "\fa50";
}
.fi-sr-Pi:before {
  content: "\fa51";
}
.fi-sr-piano-keyboard:before {
  content: "\fa52";
}
.fi-sr-piano:before {
  content: "\fa53";
}
.fi-sr-pickaxe:before {
  content: "\fa54";
}
.fi-sr-picking-box:before {
  content: "\fa55";
}
.fi-sr-picking:before {
  content: "\fa56";
}
.fi-sr-picnic:before {
  content: "\fa57";
}
.fi-sr-picpeople-filled:before {
  content: "\fa58";
}
.fi-sr-picpeople:before {
  content: "\fa59";
}
.fi-sr-picture:before {
  content: "\fa5a";
}
.fi-sr-pie:before {
  content: "\fa5b";
}
.fi-sr-pig-bank-bulb:before {
  content: "\fa5c";
}
.fi-sr-pig-face:before {
  content: "\fa5d";
}
.fi-sr-pig:before {
  content: "\fa5e";
}
.fi-sr-piggy-bank-budget:before {
  content: "\fa5f";
}
.fi-sr-piggy-bank:before {
  content: "\fa60";
}
.fi-sr-pills:before {
  content: "\fa61";
}
.fi-sr-pinata:before {
  content: "\fa62";
}
.fi-sr-pineapple-alt:before {
  content: "\fa63";
}
.fi-sr-pineapple:before {
  content: "\fa64";
}
.fi-sr-pipe-smoking:before {
  content: "\fa65";
}
.fi-sr-pipette:before {
  content: "\fa66";
}
.fi-sr-pizza-slice:before {
  content: "\fa67";
}
.fi-sr-place-of-worship:before {
  content: "\fa68";
}
.fi-sr-plan-strategy:before {
  content: "\fa69";
}
.fi-sr-plan:before {
  content: "\fa6a";
}
.fi-sr-plane-alt:before {
  content: "\fa6b";
}
.fi-sr-plane-arrival:before {
  content: "\fa6c";
}
.fi-sr-plane-departure:before {
  content: "\fa6d";
}
.fi-sr-plane-prop:before {
  content: "\fa6e";
}
.fi-sr-plane-slash:before {
  content: "\fa6f";
}
.fi-sr-plane-tail:before {
  content: "\fa70";
}
.fi-sr-plane:before {
  content: "\fa71";
}
.fi-sr-planet-moon:before {
  content: "\fa72";
}
.fi-sr-planet-ringed:before {
  content: "\fa73";
}
.fi-sr-plant-care:before {
  content: "\fa74";
}
.fi-sr-plant-growth:before {
  content: "\fa75";
}
.fi-sr-plant-seed-invest:before {
  content: "\fa76";
}
.fi-sr-plant-wilt:before {
  content: "\fa77";
}
.fi-sr-plate-utensils:before {
  content: "\fa78";
}
.fi-sr-plate-wheat:before {
  content: "\fa79";
}
.fi-sr-plate:before {
  content: "\fa7a";
}
.fi-sr-play-alt:before {
  content: "\fa7b";
}
.fi-sr-play-circle:before {
  content: "\fa7c";
}
.fi-sr-play-microphone:before {
  content: "\fa7d";
}
.fi-sr-play-pause:before {
  content: "\fa7e";
}
.fi-sr-play:before {
  content: "\fa7f";
}
.fi-sr-plug-alt:before {
  content: "\fa80";
}
.fi-sr-plug-cable:before {
  content: "\fa81";
}
.fi-sr-plug-circle-bolt:before {
  content: "\fa82";
}
.fi-sr-plug-circle-check:before {
  content: "\fa83";
}
.fi-sr-plug-circle-exclamation:before {
  content: "\fa84";
}
.fi-sr-plug-circle-minus:before {
  content: "\fa85";
}
.fi-sr-plug-circle-plus:before {
  content: "\fa86";
}
.fi-sr-plug-connection:before {
  content: "\fa87";
}
.fi-sr-plug:before {
  content: "\fa88";
}
.fi-sr-plus-hexagon:before {
  content: "\fa89";
}
.fi-sr-plus-minus:before {
  content: "\fa8a";
}
.fi-sr-plus-small:before {
  content: "\fa8b";
}
.fi-sr-plus:before {
  content: "\fa8c";
}
.fi-sr-png-file:before {
  content: "\fa8d";
}
.fi-sr-podcast:before {
  content: "\fa8e";
}
.fi-sr-podium-star:before {
  content: "\fa8f";
}
.fi-sr-podium-victory-leader:before {
  content: "\fa90";
}
.fi-sr-podium:before {
  content: "\fa91";
}
.fi-sr-point-of-sale-bill:before {
  content: "\fa92";
}
.fi-sr-point-of-sale-signal:before {
  content: "\fa93";
}
.fi-sr-point-of-sale:before {
  content: "\fa94";
}
.fi-sr-pointer-loading:before {
  content: "\fa95";
}
.fi-sr-pointer-text:before {
  content: "\fa96";
}
.fi-sr-police-box:before {
  content: "\fa97";
}
.fi-sr-poll-h:before {
  content: "\fa98";
}
.fi-sr-pollution:before {
  content: "\fa99";
}
.fi-sr-pompebled:before {
  content: "\fa9a";
}
.fi-sr-poo-bolt:before {
  content: "\fa9b";
}
.fi-sr-poo:before {
  content: "\fa9c";
}
.fi-sr-pool-8-ball:before {
  content: "\fa9d";
}
.fi-sr-poop:before {
  content: "\fa9e";
}
.fi-sr-popcorn:before {
  content: "\fa9f";
}
.fi-sr-popsicle:before {
  content: "\faa0";
}
.fi-sr-portal-enter:before {
  content: "\faa1";
}
.fi-sr-portal-exit:before {
  content: "\faa2";
}
.fi-sr-portrait:before {
  content: "\faa3";
}
.fi-sr-postal-address:before {
  content: "\faa4";
}
.fi-sr-pot:before {
  content: "\faa5";
}
.fi-sr-potato:before {
  content: "\faa6";
}
.fi-sr-pound:before {
  content: "\faa7";
}
.fi-sr-power:before {
  content: "\faa8";
}
.fi-sr-ppt-file:before {
  content: "\faa9";
}
.fi-sr-practice:before {
  content: "\faaa";
}
.fi-sr-praying-hands:before {
  content: "\faab";
}
.fi-sr-prescription-bottle-alt:before {
  content: "\faac";
}
.fi-sr-prescription-bottle-pill:before {
  content: "\faad";
}
.fi-sr-prescription-bottle:before {
  content: "\faae";
}
.fi-sr-prescription:before {
  content: "\faaf";
}
.fi-sr-presentation:before {
  content: "\fab0";
}
.fi-sr-preview:before {
  content: "\fab1";
}
.fi-sr-previous-square:before {
  content: "\fab2";
}
.fi-sr-print-magnifying-glass:before {
  content: "\fab3";
}
.fi-sr-print-slash:before {
  content: "\fab4";
}
.fi-sr-print:before {
  content: "\fab5";
}
.fi-sr-priority-arrow:before {
  content: "\fab6";
}
.fi-sr-priority-arrows:before {
  content: "\fab7";
}
.fi-sr-priority-importance:before {
  content: "\fab8";
}
.fi-sr-procedures:before {
  content: "\fab9";
}
.fi-sr-process:before {
  content: "\faba";
}
.fi-sr-productivity:before {
  content: "\fabb";
}
.fi-sr-progress-complete:before {
  content: "\fabc";
}
.fi-sr-progress-download:before {
  content: "\fabd";
}
.fi-sr-progress-upload:before {
  content: "\fabe";
}
.fi-sr-projector:before {
  content: "\fabf";
}
.fi-sr-protractor:before {
  content: "\fac0";
}
.fi-sr-pulse:before {
  content: "\fac1";
}
.fi-sr-pump-medical:before {
  content: "\fac2";
}
.fi-sr-pump:before {
  content: "\fac3";
}
.fi-sr-pumpkin-alt-2:before {
  content: "\fac4";
}
.fi-sr-pumpkin-alt:before {
  content: "\fac5";
}
.fi-sr-pumpkin:before {
  content: "\fac6";
}
.fi-sr-puzzle-alt:before {
  content: "\fac7";
}
.fi-sr-puzzle-piece-integration:before {
  content: "\fac8";
}
.fi-sr-puzzle-piece:before {
  content: "\fac9";
}
.fi-sr-puzzle-pieces:before {
  content: "\faca";
}
.fi-sr-pyramid:before {
  content: "\facb";
}
.fi-sr-q:before {
  content: "\facc";
}
.fi-sr-qr-scan:before {
  content: "\facd";
}
.fi-sr-QR:before {
  content: "\face";
}
.fi-sr-qrcode:before {
  content: "\facf";
}
.fi-sr-question-square:before {
  content: "\fad0";
}
.fi-sr-question:before {
  content: "\fad1";
}
.fi-sr-queue-alt:before {
  content: "\fad2";
}
.fi-sr-queue-line:before {
  content: "\fad3";
}
.fi-sr-queue-signal:before {
  content: "\fad4";
}
.fi-sr-queue:before {
  content: "\fad5";
}
.fi-sr-quill-pen-story:before {
  content: "\fad6";
}
.fi-sr-quiz-alt:before {
  content: "\fad7";
}
.fi-sr-quiz:before {
  content: "\fad8";
}
.fi-sr-quote-right:before {
  content: "\fad9";
}
.fi-sr-r:before {
  content: "\fada";
}
.fi-sr-rabbit-fast:before {
  content: "\fadb";
}
.fi-sr-rabbit:before {
  content: "\fadc";
}
.fi-sr-raccoon:before {
  content: "\fadd";
}
.fi-sr-racquet:before {
  content: "\fade";
}
.fi-sr-radar-monitoring-track:before {
  content: "\fadf";
}
.fi-sr-radar:before {
  content: "\fae0";
}
.fi-sr-radiation-alt:before {
  content: "\fae1";
}
.fi-sr-radiation:before {
  content: "\fae2";
}
.fi-sr-radio-alt:before {
  content: "\fae3";
}
.fi-sr-radio-button:before {
  content: "\fae4";
}
.fi-sr-radio:before {
  content: "\fae5";
}
.fi-sr-radish:before {
  content: "\fae6";
}
.fi-sr-rainbow:before {
  content: "\fae7";
}
.fi-sr-raindrops:before {
  content: "\fae8";
}
.fi-sr-ram:before {
  content: "\fae9";
}
.fi-sr-ramp-loading:before {
  content: "\faea";
}
.fi-sr-rank:before {
  content: "\faeb";
}
.fi-sr-ranking-podium-empty:before {
  content: "\faec";
}
.fi-sr-ranking-podium:before {
  content: "\faed";
}
.fi-sr-ranking-star:before {
  content: "\faee";
}
.fi-sr-ranking-stars:before {
  content: "\faef";
}
.fi-sr-raygun:before {
  content: "\faf0";
}
.fi-sr-razor-barber:before {
  content: "\faf1";
}
.fi-sr-react:before {
  content: "\faf2";
}
.fi-sr-rec:before {
  content: "\faf3";
}
.fi-sr-receipt:before {
  content: "\faf4";
}
.fi-sr-recipe-book:before {
  content: "\faf5";
}
.fi-sr-recipe:before {
  content: "\faf6";
}
.fi-sr-record-vinyl:before {
  content: "\faf7";
}
.fi-sr-rectabgle-vertical:before {
  content: "\faf8";
}
.fi-sr-rectangle-barcode:before {
  content: "\faf9";
}
.fi-sr-rectangle-code:before {
  content: "\fafa";
}
.fi-sr-rectangle-history-circle-plus:before {
  content: "\fafb";
}
.fi-sr-rectangle-horizontal:before {
  content: "\fafc";
}
.fi-sr-rectangle-list:before {
  content: "\fafd";
}
.fi-sr-rectangle-panoramic:before {
  content: "\fafe";
}
.fi-sr-rectangle-pro:before {
  content: "\faff";
}
.fi-sr-rectangle-vertical-history:before {
  content: "\fb00";
}
.fi-sr-rectangle-vertical:before {
  content: "\fb01";
}
.fi-sr-rectangle-xmark:before {
  content: "\fb02";
}
.fi-sr-rectangles-mixed:before {
  content: "\fb03";
}
.fi-sr-recycle-bin:before {
  content: "\fb04";
}
.fi-sr-recycle:before {
  content: "\fb05";
}
.fi-sr-redo-alt:before {
  content: "\fb06";
}
.fi-sr-redo:before {
  content: "\fb07";
}
.fi-sr-reel:before {
  content: "\fb08";
}
.fi-sr-refer-arrow:before {
  content: "\fb09";
}
.fi-sr-refer:before {
  content: "\fb0a";
}
.fi-sr-referral-alt:before {
  content: "\fb0b";
}
.fi-sr-referral-user:before {
  content: "\fb0c";
}
.fi-sr-referral:before {
  content: "\fb0d";
}
.fi-sr-reflect-horizontal-alt:before {
  content: "\fb0e";
}
.fi-sr-reflect-horizontal:before {
  content: "\fb0f";
}
.fi-sr-reflect-vertical:before {
  content: "\fb10";
}
.fi-sr-reflect:before {
  content: "\fb11";
}
.fi-sr-refresh:before {
  content: "\fb12";
}
.fi-sr-refrigerator:before {
  content: "\fb13";
}
.fi-sr-refund-alt:before {
  content: "\fb14";
}
.fi-sr-refund:before {
  content: "\fb15";
}
.fi-sr-region-pin-alt:before {
  content: "\fb16";
}
.fi-sr-region-pin:before {
  content: "\fb17";
}
.fi-sr-registered:before {
  content: "\fb18";
}
.fi-sr-registration-paper:before {
  content: "\fb19";
}
.fi-sr-remove-folder:before {
  content: "\fb1a";
}
.fi-sr-remove-user:before {
  content: "\fb1b";
}
.fi-sr-rent-signal:before {
  content: "\fb1c";
}
.fi-sr-rent:before {
  content: "\fb1d";
}
.fi-sr-replace:before {
  content: "\fb1e";
}
.fi-sr-replay-10:before {
  content: "\fb1f";
}
.fi-sr-replay-30:before {
  content: "\fb20";
}
.fi-sr-replay-5:before {
  content: "\fb21";
}
.fi-sr-reply-all:before {
  content: "\fb22";
}
.fi-sr-republican:before {
  content: "\fb23";
}
.fi-sr-reservation-smartphone:before {
  content: "\fb24";
}
.fi-sr-reservation-table:before {
  content: "\fb25";
}
.fi-sr-resistance-band:before {
  content: "\fb26";
}
.fi-sr-resize:before {
  content: "\fb27";
}
.fi-sr-resources:before {
  content: "\fb28";
}
.fi-sr-restaurant:before {
  content: "\fb29";
}
.fi-sr-restroom-simple:before {
  content: "\fb2a";
}
.fi-sr-resume:before {
  content: "\fb2b";
}
.fi-sr-revenue-alt:before {
  content: "\fb2c";
}
.fi-sr-revenue-euro:before {
  content: "\fb2d";
}
.fi-sr-Revenue:before {
  content: "\fb2e";
}
.fi-sr-review:before {
  content: "\fb2f";
}
.fi-sr-rewind-button-circle:before {
  content: "\fb30";
}
.fi-sr-rewind:before {
  content: "\fb31";
}
.fi-sr-rhombus:before {
  content: "\fb32";
}
.fi-sr-ribbon:before {
  content: "\fb33";
}
.fi-sr-right-from-bracket:before {
  content: "\fb34";
}
.fi-sr-right:before {
  content: "\fb35";
}
.fi-sr-ring-diamond:before {
  content: "\fb36";
}
.fi-sr-ring:before {
  content: "\fb37";
}
.fi-sr-rings-wedding:before {
  content: "\fb38";
}
.fi-sr-risk-alt:before {
  content: "\fb39";
}
.fi-sr-risk:before {
  content: "\fb3a";
}
.fi-sr-road-barrier:before {
  content: "\fb3b";
}
.fi-sr-road-sign-left:before {
  content: "\fb3c";
}
.fi-sr-road:before {
  content: "\fb3d";
}
.fi-sr-robot:before {
  content: "\fb3e";
}
.fi-sr-robotic-arm:before {
  content: "\fb3f";
}
.fi-sr-rocket-lunch:before {
  content: "\fb40";
}
.fi-sr-rocket:before {
  content: "\fb41";
}
.fi-sr-roller-coaster:before {
  content: "\fb42";
}
.fi-sr-room-service:before {
  content: "\fb43";
}
.fi-sr-rotate-exclamation:before {
  content: "\fb44";
}
.fi-sr-rotate-left:before {
  content: "\fb45";
}
.fi-sr-rotate-reverse:before {
  content: "\fb46";
}
.fi-sr-rotate-right:before {
  content: "\fb47";
}
.fi-sr-rotate-square:before {
  content: "\fb48";
}
.fi-sr-roulette:before {
  content: "\fb49";
}
.fi-sr-route-highway:before {
  content: "\fb4a";
}
.fi-sr-route-interstate:before {
  content: "\fb4b";
}
.fi-sr-route:before {
  content: "\fb4c";
}
.fi-sr-router:before {
  content: "\fb4d";
}
.fi-sr-rss-alt:before {
  content: "\fb4e";
}
.fi-sr-rss:before {
  content: "\fb4f";
}
.fi-sr-ruble-sign:before {
  content: "\fb50";
}
.fi-sr-rugby-helmet:before {
  content: "\fb51";
}
.fi-sr-rugby:before {
  content: "\fb52";
}
.fi-sr-ruler-combined:before {
  content: "\fb53";
}
.fi-sr-ruler-horizontal:before {
  content: "\fb54";
}
.fi-sr-ruler-triangle:before {
  content: "\fb55";
}
.fi-sr-ruler-vertical:before {
  content: "\fb56";
}
.fi-sr-rules-alt:before {
  content: "\fb57";
}
.fi-sr-rules:before {
  content: "\fb58";
}
.fi-sr-running-track:before {
  content: "\fb59";
}
.fi-sr-running:before {
  content: "\fb5a";
}
.fi-sr-rupee-sign:before {
  content: "\fb5b";
}
.fi-sr-rupiah-sign:before {
  content: "\fb5c";
}
.fi-sr-rv:before {
  content: "\fb5d";
}
.fi-sr-s:before {
  content: "\fb5e";
}
.fi-sr-sack-dollar:before {
  content: "\fb5f";
}
.fi-sr-sack:before {
  content: "\fb60";
}
.fi-sr-sad-cry:before {
  content: "\fb61";
}
.fi-sr-sad-tear:before {
  content: "\fb62";
}
.fi-sr-sad:before {
  content: "\fb63";
}
.fi-sr-safe-box:before {
  content: "\fb64";
}
.fi-sr-sailboat:before {
  content: "\fb65";
}
.fi-sr-salad:before {
  content: "\fb66";
}
.fi-sr-salary-alt:before {
  content: "\fb67";
}
.fi-sr-salt-pepper:before {
  content: "\fb68";
}
.fi-sr-salt-shaker:before {
  content: "\fb69";
}
.fi-sr-sandwich-alt:before {
  content: "\fb6a";
}
.fi-sr-sandwich:before {
  content: "\fb6b";
}
.fi-sr-satellite-dish:before {
  content: "\fb6c";
}
.fi-sr-satellite:before {
  content: "\fb6d";
}
.fi-sr-saturday:before {
  content: "\fb6e";
}
.fi-sr-sauce:before {
  content: "\fb6f";
}
.fi-sr-sausage:before {
  content: "\fb70";
}
.fi-sr-sax-hot:before {
  content: "\fb71";
}
.fi-sr-saxophone:before {
  content: "\fb72";
}
.fi-sr-scale-comparison-alt:before {
  content: "\fb73";
}
.fi-sr-scale-comparison:before {
  content: "\fb74";
}
.fi-sr-scale:before {
  content: "\fb75";
}
.fi-sr-scalpel-path:before {
  content: "\fb76";
}
.fi-sr-scalpel:before {
  content: "\fb77";
}
.fi-sr-scanner-gun:before {
  content: "\fb78";
}
.fi-sr-scanner-image:before {
  content: "\fb79";
}
.fi-sr-scanner-keyboard:before {
  content: "\fb7a";
}
.fi-sr-scanner-touchscreen:before {
  content: "\fb7b";
}
.fi-sr-scarecrow:before {
  content: "\fb7c";
}
.fi-sr-scarf:before {
  content: "\fb7d";
}
.fi-sr-school-bus:before {
  content: "\fb7e";
}
.fi-sr-school:before {
  content: "\fb7f";
}
.fi-sr-scissors:before {
  content: "\fb80";
}
.fi-sr-scooter:before {
  content: "\fb81";
}
.fi-sr-screen:before {
  content: "\fb82";
}
.fi-sr-screencast:before {
  content: "\fb83";
}
.fi-sr-screw-alt:before {
  content: "\fb84";
}
.fi-sr-screw:before {
  content: "\fb85";
}
.fi-sr-screwdriver:before {
  content: "\fb86";
}
.fi-sr-scribble:before {
  content: "\fb87";
}
.fi-sr-script:before {
  content: "\fb88";
}
.fi-sr-scroll-document-story:before {
  content: "\fb89";
}
.fi-sr-scroll-old:before {
  content: "\fb8a";
}
.fi-sr-scroll-torah:before {
  content: "\fb8b";
}
.fi-sr-scroll:before {
  content: "\fb8c";
}
.fi-sr-scrubber:before {
  content: "\fb8d";
}
.fi-sr-scythe:before {
  content: "\fb8e";
}
.fi-sr-sd-card:before {
  content: "\fb8f";
}
.fi-sr-sd-cards:before {
  content: "\fb90";
}
.fi-sr-seal-exclamation:before {
  content: "\fb91";
}
.fi-sr-seal-question:before {
  content: "\fb92";
}
.fi-sr-seal:before {
  content: "\fb93";
}
.fi-sr-search-alt:before {
  content: "\fb94";
}
.fi-sr-search-dollar:before {
  content: "\fb95";
}
.fi-sr-search-heart:before {
  content: "\fb96";
}
.fi-sr-search-location:before {
  content: "\fb97";
}
.fi-sr-search:before {
  content: "\fb98";
}
.fi-sr-seat-airline:before {
  content: "\fb99";
}
.fi-sr-seatbelt-safety-driver:before {
  content: "\fb9a";
}
.fi-sr-second-award:before {
  content: "\fb9b";
}
.fi-sr-second-laurel:before {
  content: "\fb9c";
}
.fi-sr-second-medal:before {
  content: "\fb9d";
}
.fi-sr-second:before {
  content: "\fb9e";
}
.fi-sr-seedling:before {
  content: "\fb9f";
}
.fi-sr-select:before {
  content: "\fba0";
}
.fi-sr-selection:before {
  content: "\fba1";
}
.fi-sr-seller-store:before {
  content: "\fba2";
}
.fi-sr-seller:before {
  content: "\fba3";
}
.fi-sr-send-back:before {
  content: "\fba4";
}
.fi-sr-send-backward:before {
  content: "\fba5";
}
.fi-sr-sensor-alert:before {
  content: "\fba6";
}
.fi-sr-sensor-fire:before {
  content: "\fba7";
}
.fi-sr-sensor-on:before {
  content: "\fba8";
}
.fi-sr-sensor-smoke:before {
  content: "\fba9";
}
.fi-sr-sensor:before {
  content: "\fbaa";
}
.fi-sr-settings-sliders:before {
  content: "\fbab";
}
.fi-sr-settings:before {
  content: "\fbac";
}
.fi-sr-share-alt-square:before {
  content: "\fbad";
}
.fi-sr-share-square:before {
  content: "\fbae";
}
.fi-sr-share:before {
  content: "\fbaf";
}
.fi-sr-sheep:before {
  content: "\fbb0";
}
.fi-sr-shekel-sign:before {
  content: "\fbb1";
}
.fi-sr-shelves:before {
  content: "\fbb2";
}
.fi-sr-shield-alt:before {
  content: "\fbb3";
}
.fi-sr-shield-cat:before {
  content: "\fbb4";
}
.fi-sr-shield-check:before {
  content: "\fbb5";
}
.fi-sr-shield-cross:before {
  content: "\fbb6";
}
.fi-sr-shield-dog:before {
  content: "\fbb7";
}
.fi-sr-shield-exclamation:before {
  content: "\fbb8";
}
.fi-sr-shield-interrogation:before {
  content: "\fbb9";
}
.fi-sr-shield-keyhole:before {
  content: "\fbba";
}
.fi-sr-shield-minus:before {
  content: "\fbbb";
}
.fi-sr-shield-plus:before {
  content: "\fbbc";
}
.fi-sr-shield-security-risk:before {
  content: "\fbbd";
}
.fi-sr-shield-slash:before {
  content: "\fbbe";
}
.fi-sr-shield-trust:before {
  content: "\fbbf";
}
.fi-sr-shield-virus:before {
  content: "\fbc0";
}
.fi-sr-shield-xmark:before {
  content: "\fbc1";
}
.fi-sr-shield:before {
  content: "\fbc2";
}
.fi-sr-ship-side:before {
  content: "\fbc3";
}
.fi-sr-ship:before {
  content: "\fbc4";
}
.fi-sr-shipping-fast:before {
  content: "\fbc5";
}
.fi-sr-shipping-timed:before {
  content: "\fbc6";
}
.fi-sr-shirt-long-sleeve:before {
  content: "\fbc7";
}
.fi-sr-shirt-running:before {
  content: "\fbc8";
}
.fi-sr-shirt-tank-top:before {
  content: "\fbc9";
}
.fi-sr-shirt:before {
  content: "\fbca";
}
.fi-sr-shish-kebab:before {
  content: "\fbcb";
}
.fi-sr-shoe-prints:before {
  content: "\fbcc";
}
.fi-sr-shop-lock:before {
  content: "\fbcd";
}
.fi-sr-shop-slash:before {
  content: "\fbce";
}
.fi-sr-shop:before {
  content: "\fbcf";
}
.fi-sr-shopping-bag-add:before {
  content: "\fbd0";
}
.fi-sr-shopping-bag:before {
  content: "\fbd1";
}
.fi-sr-shopping-basket:before {
  content: "\fbd2";
}
.fi-sr-shopping-cart-add:before {
  content: "\fbd3";
}
.fi-sr-shopping-cart-buyer:before {
  content: "\fbd4";
}
.fi-sr-shopping-cart-check:before {
  content: "\fbd5";
}
.fi-sr-shopping-cart:before {
  content: "\fbd6";
}
.fi-sr-shovel-snow:before {
  content: "\fbd7";
}
.fi-sr-shovel:before {
  content: "\fbd8";
}
.fi-sr-shower-down:before {
  content: "\fbd9";
}
.fi-sr-shower:before {
  content: "\fbda";
}
.fi-sr-shredder:before {
  content: "\fbdb";
}
.fi-sr-shrimp:before {
  content: "\fbdc";
}
.fi-sr-shuffle:before {
  content: "\fbdd";
}
.fi-sr-shuttle-van:before {
  content: "\fbde";
}
.fi-sr-shuttlecock:before {
  content: "\fbdf";
}
.fi-sr-Sickle:before {
  content: "\fbe0";
}
.fi-sr-sidebar-flip:before {
  content: "\fbe1";
}
.fi-sr-sidebar:before {
  content: "\fbe2";
}
.fi-sr-sigma:before {
  content: "\fbe3";
}
.fi-sr-sign-hanging:before {
  content: "\fbe4";
}
.fi-sr-sign-in-alt:before {
  content: "\fbe5";
}
.fi-sr-sign-out-alt:before {
  content: "\fbe6";
}
.fi-sr-sign-posts-wrench:before {
  content: "\fbe7";
}
.fi-sr-sign-posts:before {
  content: "\fbe8";
}
.fi-sr-sign-up:before {
  content: "\fbe9";
}
.fi-sr-signal-alt-1:before {
  content: "\fbea";
}
.fi-sr-signal-alt-2:before {
  content: "\fbeb";
}
.fi-sr-signal-alt-slash:before {
  content: "\fbec";
}
.fi-sr-signal-alt:before {
  content: "\fbed";
}
.fi-sr-signal-bars-fair:before {
  content: "\fbee";
}
.fi-sr-signal-bars-good:before {
  content: "\fbef";
}
.fi-sr-signal-bars-weak:before {
  content: "\fbf0";
}
.fi-sr-signal-stream-slash:before {
  content: "\fbf1";
}
.fi-sr-signal-stream:before {
  content: "\fbf2";
}
.fi-sr-signature-lock:before {
  content: "\fbf3";
}
.fi-sr-signature-slash:before {
  content: "\fbf4";
}
.fi-sr-signature:before {
  content: "\fbf5";
}
.fi-sr-sim-card:before {
  content: "\fbf6";
}
.fi-sr-sim-cards:before {
  content: "\fbf7";
}
.fi-sr-sink:before {
  content: "\fbf8";
}
.fi-sr-siren-on:before {
  content: "\fbf9";
}
.fi-sr-Siren:before {
  content: "\fbfa";
}
.fi-sr-site-alt:before {
  content: "\fbfb";
}
.fi-sr-site-browser:before {
  content: "\fbfc";
}
.fi-sr-site:before {
  content: "\fbfd";
}
.fi-sr-sitemap:before {
  content: "\fbfe";
}
.fi-sr-skateboard:before {
  content: "\fbff";
}
.fi-sr-skating:before {
  content: "\fc00";
}
.fi-sr-skeleton-ribs:before {
  content: "\fc01";
}
.fi-sr-skeleton:before {
  content: "\fc02";
}
.fi-sr-skewer:before {
  content: "\fc03";
}
.fi-sr-ski-boot-ski:before {
  content: "\fc04";
}
.fi-sr-ski-jump:before {
  content: "\fc05";
}
.fi-sr-ski-lift:before {
  content: "\fc06";
}
.fi-sr-skiing-nordic:before {
  content: "\fc07";
}
.fi-sr-skiing:before {
  content: "\fc08";
}
.fi-sr-skill-alt:before {
  content: "\fc09";
}
.fi-sr-skill-user:before {
  content: "\fc0a";
}
.fi-sr-skill:before {
  content: "\fc0b";
}
.fi-sr-skin-arrow:before {
  content: "\fc0c";
}
.fi-sr-skin-drop:before {
  content: "\fc0d";
}
.fi-sr-skin-hair:before {
  content: "\fc0e";
}
.fi-sr-skin:before {
  content: "\fc0f";
}
.fi-sr-skip-15-seconds:before {
  content: "\fc10";
}
.fi-sr-skull-cow:before {
  content: "\fc11";
}
.fi-sr-skull-crossbones:before {
  content: "\fc12";
}
.fi-sr-skull:before {
  content: "\fc13";
}
.fi-sr-slash:before {
  content: "\fc14";
}
.fi-sr-sledding:before {
  content: "\fc15";
}
.fi-sr-sleeping-bag:before {
  content: "\fc16";
}
.fi-sr-sleigh:before {
  content: "\fc17";
}
.fi-sr-sliders-h-square:before {
  content: "\fc18";
}
.fi-sr-sliders-v-square:before {
  content: "\fc19";
}
.fi-sr-sliders-v:before {
  content: "\fc1a";
}
.fi-sr-slot-machine:before {
  content: "\fc1b";
}
.fi-sr-smart-home-alt:before {
  content: "\fc1c";
}
.fi-sr-smart-home:before {
  content: "\fc1d";
}
.fi-sr-smartphone:before {
  content: "\fc1e";
}
.fi-sr-smile-beam:before {
  content: "\fc1f";
}
.fi-sr-smile-plus:before {
  content: "\fc20";
}
.fi-sr-smile-wink:before {
  content: "\fc21";
}
.fi-sr-smile:before {
  content: "\fc22";
}
.fi-sr-smiley-comment-alt:before {
  content: "\fc23";
}
.fi-sr-smog:before {
  content: "\fc24";
}
.fi-sr-smoke:before {
  content: "\fc25";
}
.fi-sr-smoking-ban:before {
  content: "\fc26";
}
.fi-sr-smoking:before {
  content: "\fc27";
}
.fi-sr-snake:before {
  content: "\fc28";
}
.fi-sr-snap:before {
  content: "\fc29";
}
.fi-sr-snooze:before {
  content: "\fc2a";
}
.fi-sr-snow-blowing:before {
  content: "\fc2b";
}
.fi-sr-snowboarding:before {
  content: "\fc2c";
}
.fi-sr-snowflake-droplets:before {
  content: "\fc2d";
}
.fi-sr-snowflake:before {
  content: "\fc2e";
}
.fi-sr-snowflakes:before {
  content: "\fc2f";
}
.fi-sr-snowman-alt:before {
  content: "\fc30";
}
.fi-sr-snowman-head:before {
  content: "\fc31";
}
.fi-sr-snowmobile:before {
  content: "\fc32";
}
.fi-sr-snowplow:before {
  content: "\fc33";
}
.fi-sr-soap-alt:before {
  content: "\fc34";
}
.fi-sr-soap:before {
  content: "\fc35";
}
.fi-sr-socks:before {
  content: "\fc36";
}
.fi-sr-sofa-size:before {
  content: "\fc37";
}
.fi-sr-sofa:before {
  content: "\fc38";
}
.fi-sr-solar-panel-sun:before {
  content: "\fc39";
}
.fi-sr-solar-panel:before {
  content: "\fc3a";
}
.fi-sr-solar-system:before {
  content: "\fc3b";
}
.fi-sr-sold-house:before {
  content: "\fc3c";
}
.fi-sr-sold-signal:before {
  content: "\fc3d";
}
.fi-sr-sort-alpha-down-alt:before {
  content: "\fc3e";
}
.fi-sr-sort-alpha-down:before {
  content: "\fc3f";
}
.fi-sr-sort-alpha-up-alt:before {
  content: "\fc40";
}
.fi-sr-sort-alpha-up:before {
  content: "\fc41";
}
.fi-sr-sort-alt:before {
  content: "\fc42";
}
.fi-sr-sort-amount-down-alt:before {
  content: "\fc43";
}
.fi-sr-sort-amount-down:before {
  content: "\fc44";
}
.fi-sr-sort-amount-up-alt:before {
  content: "\fc45";
}
.fi-sr-sort-amount-up:before {
  content: "\fc46";
}
.fi-sr-sort-circle-down:before {
  content: "\fc47";
}
.fi-sr-sort-circle-up:before {
  content: "\fc48";
}
.fi-sr-sort-circle:before {
  content: "\fc49";
}
.fi-sr-sort-down:before {
  content: "\fc4a";
}
.fi-sr-sort-numeric-down-alt:before {
  content: "\fc4b";
}
.fi-sr-sort-numeric-down:before {
  content: "\fc4c";
}
.fi-sr-sort-shapes-down:before {
  content: "\fc4d";
}
.fi-sr-sort-shapes-up:before {
  content: "\fc4e";
}
.fi-sr-sort-size-down:before {
  content: "\fc4f";
}
.fi-sr-sort-size-up:before {
  content: "\fc50";
}
.fi-sr-sort:before {
  content: "\fc51";
}
.fi-sr-soup:before {
  content: "\fc52";
}
.fi-sr-source-data:before {
  content: "\fc53";
}
.fi-sr-source-document-alt:before {
  content: "\fc54";
}
.fi-sr-source-document:before {
  content: "\fc55";
}
.fi-sr-spa:before {
  content: "\fc56";
}
.fi-sr-space-shuttle:before {
  content: "\fc57";
}
.fi-sr-space-station-moon-alt:before {
  content: "\fc58";
}
.fi-sr-space-station-moon:before {
  content: "\fc59";
}
.fi-sr-spade:before {
  content: "\fc5a";
}
.fi-sr-spaghetti-monster-flying:before {
  content: "\fc5b";
}
.fi-sr-spain-map:before {
  content: "\fc5c";
}
.fi-sr-sparkles:before {
  content: "\fc5d";
}
.fi-sr-spartan-helmet:before {
  content: "\fc5e";
}
.fi-sr-speaker:before {
  content: "\fc5f";
}
.fi-sr-speakers:before {
  content: "\fc60";
}
.fi-sr-speech-bubble-story:before {
  content: "\fc61";
}
.fi-sr-speedometer-arrow:before {
  content: "\fc62";
}
.fi-sr-speedometer-kpi:before {
  content: "\fc63";
}
.fi-sr-sphere:before {
  content: "\fc64";
}
.fi-sr-spider-black-widow:before {
  content: "\fc65";
}
.fi-sr-spider-web:before {
  content: "\fc66";
}
.fi-sr-spider:before {
  content: "\fc67";
}
.fi-sr-spinner:before {
  content: "\fc68";
}
.fi-sr-split-up-relation:before {
  content: "\fc69";
}
.fi-sr-split:before {
  content: "\fc6a";
}
.fi-sr-splotch:before {
  content: "\fc6b";
}
.fi-sr-spoon:before {
  content: "\fc6c";
}
.fi-sr-spray-can-sparkles:before {
  content: "\fc6d";
}
.fi-sr-spray-can:before {
  content: "\fc6e";
}
.fi-sr-spring-calendar:before {
  content: "\fc6f";
}
.fi-sr-sprinkler:before {
  content: "\fc70";
}
.fi-sr-spy:before {
  content: "\fc71";
}
.fi-sr-square-0:before {
  content: "\fc72";
}
.fi-sr-square-1:before {
  content: "\fc73";
}
.fi-sr-square-2:before {
  content: "\fc74";
}
.fi-sr-square-3:before {
  content: "\fc75";
}
.fi-sr-square-4:before {
  content: "\fc76";
}
.fi-sr-square-5:before {
  content: "\fc77";
}
.fi-sr-square-6:before {
  content: "\fc78";
}
.fi-sr-square-7:before {
  content: "\fc79";
}
.fi-sr-square-8:before {
  content: "\fc7a";
}
.fi-sr-square-9:before {
  content: "\fc7b";
}
.fi-sr-square-a:before {
  content: "\fc7c";
}
.fi-sr-square-b:before {
  content: "\fc7d";
}
.fi-sr-square-bolt:before {
  content: "\fc7e";
}
.fi-sr-square-c:before {
  content: "\fc7f";
}
.fi-sr-square-code:before {
  content: "\fc80";
}
.fi-sr-square-d:before {
  content: "\fc81";
}
.fi-sr-square-dashed-circle-plus:before {
  content: "\fc82";
}
.fi-sr-square-dashed:before {
  content: "\fc83";
}
.fi-sr-square-divide:before {
  content: "\fc84";
}
.fi-sr-square-e:before {
  content: "\fc85";
}
.fi-sr-square-ellipsis-vertical:before {
  content: "\fc86";
}
.fi-sr-square-ellipsis:before {
  content: "\fc87";
}
.fi-sr-square-exclamation:before {
  content: "\fc88";
}
.fi-sr-square-f:before {
  content: "\fc89";
}
.fi-sr-square-g:before {
  content: "\fc8a";
}
.fi-sr-square-h:before {
  content: "\fc8b";
}
.fi-sr-square-heart:before {
  content: "\fc8c";
}
.fi-sr-square-i:before {
  content: "\fc8d";
}
.fi-sr-square-info:before {
  content: "\fc8e";
}
.fi-sr-square-j:before {
  content: "\fc8f";
}
.fi-sr-square-k:before {
  content: "\fc90";
}
.fi-sr-square-kanban:before {
  content: "\fc91";
}
.fi-sr-square-l:before {
  content: "\fc92";
}
.fi-sr-square-m:before {
  content: "\fc93";
}
.fi-sr-square-minus:before {
  content: "\fc94";
}
.fi-sr-square-n:before {
  content: "\fc95";
}
.fi-sr-square-o:before {
  content: "\fc96";
}
.fi-sr-square-p:before {
  content: "\fc97";
}
.fi-sr-square-phone-hangup:before {
  content: "\fc98";
}
.fi-sr-square-plus:before {
  content: "\fc99";
}
.fi-sr-square-poll-horizontal:before {
  content: "\fc9a";
}
.fi-sr-square-poll-vertical:before {
  content: "\fc9b";
}
.fi-sr-square-q:before {
  content: "\fc9c";
}
.fi-sr-square-quote:before {
  content: "\fc9d";
}
.fi-sr-square-r:before {
  content: "\fc9e";
}
.fi-sr-square-root:before {
  content: "\fc9f";
}
.fi-sr-square-s:before {
  content: "\fca0";
}
.fi-sr-square-small:before {
  content: "\fca1";
}
.fi-sr-square-star:before {
  content: "\fca2";
}
.fi-sr-square-t:before {
  content: "\fca3";
}
.fi-sr-square-terminal:before {
  content: "\fca4";
}
.fi-sr-square-u:before {
  content: "\fca5";
}
.fi-sr-square-up-right:before {
  content: "\fca6";
}
.fi-sr-square-v:before {
  content: "\fca7";
}
.fi-sr-square-w:before {
  content: "\fca8";
}
.fi-sr-square-x:before {
  content: "\fca9";
}
.fi-sr-square-y:before {
  content: "\fcaa";
}
.fi-sr-square-z:before {
  content: "\fcab";
}
.fi-sr-square:before {
  content: "\fcac";
}
.fi-sr-squid:before {
  content: "\fcad";
}
.fi-sr-squircle:before {
  content: "\fcae";
}
.fi-sr-squirrel:before {
  content: "\fcaf";
}
.fi-sr-staff:before {
  content: "\fcb0";
}
.fi-sr-stage-concert:before {
  content: "\fcb1";
}
.fi-sr-stage-theatre:before {
  content: "\fcb2";
}
.fi-sr-stage:before {
  content: "\fcb3";
}
.fi-sr-stairs:before {
  content: "\fcb4";
}
.fi-sr-stamp:before {
  content: "\fcb5";
}
.fi-sr-standard-definition:before {
  content: "\fcb6";
}
.fi-sr-star-and-crescent:before {
  content: "\fcb7";
}
.fi-sr-star-christmas:before {
  content: "\fcb8";
}
.fi-sr-star-comment-alt:before {
  content: "\fcb9";
}
.fi-sr-star-exclamation:before {
  content: "\fcba";
}
.fi-sr-star-octogram:before {
  content: "\fcbb";
}
.fi-sr-star-of-david:before {
  content: "\fcbc";
}
.fi-sr-star-rating-call:before {
  content: "\fcbd";
}
.fi-sr-star-sharp-half-stroke:before {
  content: "\fcbe";
}
.fi-sr-star-sharp-half:before {
  content: "\fcbf";
}
.fi-sr-star-shooting:before {
  content: "\fcc0";
}
.fi-sr-star:before {
  content: "\fcc1";
}
.fi-sr-starfighter:before {
  content: "\fcc2";
}
.fi-sr-stars:before {
  content: "\fcc3";
}
.fi-sr-state-country:before {
  content: "\fcc4";
}
.fi-sr-stationary-bike:before {
  content: "\fcc5";
}
.fi-sr-stats:before {
  content: "\fcc6";
}
.fi-sr-steak:before {
  content: "\fcc7";
}
.fi-sr-steering-wheel:before {
  content: "\fcc8";
}
.fi-sr-step-backward:before {
  content: "\fcc9";
}
.fi-sr-step-forward:before {
  content: "\fcca";
}
.fi-sr-sterling-sign:before {
  content: "\fccb";
}
.fi-sr-stethoscope:before {
  content: "\fccc";
}
.fi-sr-sticker:before {
  content: "\fccd";
}
.fi-sr-stocking:before {
  content: "\fcce";
}
.fi-sr-stomach:before {
  content: "\fccf";
}
.fi-sr-stop-circle:before {
  content: "\fcd0";
}
.fi-sr-stop-square:before {
  content: "\fcd1";
}
.fi-sr-stop:before {
  content: "\fcd2";
}
.fi-sr-stopwatch:before {
  content: "\fcd3";
}
.fi-sr-store-alt:before {
  content: "\fcd4";
}
.fi-sr-store-buyer:before {
  content: "\fcd5";
}
.fi-sr-store-lock:before {
  content: "\fcd6";
}
.fi-sr-store-slash:before {
  content: "\fcd7";
}
.fi-sr-story-book:before {
  content: "\fcd8";
}
.fi-sr-story-fairy-tale:before {
  content: "\fcd9";
}
.fi-sr-story-fantasy:before {
  content: "\fcda";
}
.fi-sr-strategy-chess-risk:before {
  content: "\fcdb";
}
.fi-sr-strawberry:before {
  content: "\fcdc";
}
.fi-sr-street-view:before {
  content: "\fcdd";
}
.fi-sr-stretcher:before {
  content: "\fcde";
}
.fi-sr-strikethrough:before {
  content: "\fcdf";
}
.fi-sr-stroopwafel:before {
  content: "\fce0";
}
.fi-sr-student-alt:before {
  content: "\fce1";
}
.fi-sr-student:before {
  content: "\fce2";
}
.fi-sr-subscript:before {
  content: "\fce3";
}
.fi-sr-subscription-alt:before {
  content: "\fce4";
}
.fi-sr-subscription:before {
  content: "\fce5";
}
.fi-sr-subtitles-slash:before {
  content: "\fce6";
}
.fi-sr-subtitles:before {
  content: "\fce7";
}
.fi-sr-subway:before {
  content: "\fce8";
}
.fi-sr-suitcase-alt:before {
  content: "\fce9";
}
.fi-sr-summary-check:before {
  content: "\fcea";
}
.fi-sr-summer:before {
  content: "\fceb";
}
.fi-sr-sun-dust:before {
  content: "\fcec";
}
.fi-sr-sun-plant-wilt:before {
  content: "\fced";
}
.fi-sr-sun-salutation-yoga:before {
  content: "\fcee";
}
.fi-sr-sun:before {
  content: "\fcef";
}
.fi-sr-sunday:before {
  content: "\fcf0";
}
.fi-sr-sunglasses-alt:before {
  content: "\fcf1";
}
.fi-sr-sunglasses:before {
  content: "\fcf2";
}
.fi-sr-sunrise-alt:before {
  content: "\fcf3";
}
.fi-sr-sunrise:before {
  content: "\fcf4";
}
.fi-sr-sunset:before {
  content: "\fcf5";
}
.fi-sr-superscript:before {
  content: "\fcf6";
}
.fi-sr-surfing:before {
  content: "\fcf7";
}
.fi-sr-surprise:before {
  content: "\fcf8";
}
.fi-sr-surveillance-camera:before {
  content: "\fcf9";
}
.fi-sr-survey-xmark:before {
  content: "\fcfa";
}
.fi-sr-sushi-alt:before {
  content: "\fcfb";
}
.fi-sr-sushi-roll:before {
  content: "\fcfc";
}
.fi-sr-sushi:before {
  content: "\fcfd";
}
.fi-sr-svg:before {
  content: "\fcfe";
}
.fi-sr-swap:before {
  content: "\fcff";
}
.fi-sr-swatchbook:before {
  content: "\fd00";
}
.fi-sr-swimmer:before {
  content: "\fd01";
}
.fi-sr-swimming-pool:before {
  content: "\fd02";
}
.fi-sr-swing:before {
  content: "\fd03";
}
.fi-sr-swipe-down:before {
  content: "\fd04";
}
.fi-sr-swipe-left:before {
  content: "\fd05";
}
.fi-sr-swipe-right:before {
  content: "\fd06";
}
.fi-sr-swipe-up:before {
  content: "\fd07";
}
.fi-sr-sword:before {
  content: "\fd08";
}
.fi-sr-symbol:before {
  content: "\fd09";
}
.fi-sr-symbols:before {
  content: "\fd0a";
}
.fi-sr-synagogue:before {
  content: "\fd0b";
}
.fi-sr-syringe:before {
  content: "\fd0c";
}
.fi-sr-system-cloud:before {
  content: "\fd0d";
}
.fi-sr-t:before {
  content: "\fd0e";
}
.fi-sr-tab-folder:before {
  content: "\fd0f";
}
.fi-sr-table-columns:before {
  content: "\fd10";
}
.fi-sr-table-layout:before {
  content: "\fd11";
}
.fi-sr-table-list:before {
  content: "\fd12";
}
.fi-sr-table-picnic:before {
  content: "\fd13";
}
.fi-sr-table-pivot:before {
  content: "\fd14";
}
.fi-sr-table-rows:before {
  content: "\fd15";
}
.fi-sr-table-tree:before {
  content: "\fd16";
}
.fi-sr-table:before {
  content: "\fd17";
}
.fi-sr-tablet-android-alt:before {
  content: "\fd18";
}
.fi-sr-tablet-android:before {
  content: "\fd19";
}
.fi-sr-tablet-rugged:before {
  content: "\fd1a";
}
.fi-sr-tablet:before {
  content: "\fd1b";
}
.fi-sr-tachometer-alt-average:before {
  content: "\fd1c";
}
.fi-sr-tachometer-alt-fastest:before {
  content: "\fd1d";
}
.fi-sr-tachometer-alt-slow:before {
  content: "\fd1e";
}
.fi-sr-tachometer-alt-slowest:before {
  content: "\fd1f";
}
.fi-sr-tachometer-average:before {
  content: "\fd20";
}
.fi-sr-tachometer-fast:before {
  content: "\fd21";
}
.fi-sr-tachometer-fastest:before {
  content: "\fd22";
}
.fi-sr-tachometer-slow:before {
  content: "\fd23";
}
.fi-sr-tachometer-slowest:before {
  content: "\fd24";
}
.fi-sr-tachometer:before {
  content: "\fd25";
}
.fi-sr-taco:before {
  content: "\fd26";
}
.fi-sr-tags:before {
  content: "\fd27";
}
.fi-sr-talent-alt:before {
  content: "\fd28";
}
.fi-sr-talent-hand:before {
  content: "\fd29";
}
.fi-sr-talent:before {
  content: "\fd2a";
}
.fi-sr-tally-1:before {
  content: "\fd2b";
}
.fi-sr-tally-2:before {
  content: "\fd2c";
}
.fi-sr-tally-3:before {
  content: "\fd2d";
}
.fi-sr-tally-4:before {
  content: "\fd2e";
}
.fi-sr-tally:before {
  content: "\fd2f";
}
.fi-sr-tamale:before {
  content: "\fd30";
}
.fi-sr-tank-water:before {
  content: "\fd31";
}
.fi-sr-tap:before {
  content: "\fd32";
}
.fi-sr-tape:before {
  content: "\fd33";
}
.fi-sr-target-audience:before {
  content: "\fd34";
}
.fi-sr-target:before {
  content: "\fd35";
}
.fi-sr-tax-alt:before {
  content: "\fd36";
}
.fi-sr-tax:before {
  content: "\fd37";
}
.fi-sr-taxi-bus:before {
  content: "\fd38";
}
.fi-sr-taxi:before {
  content: "\fd39";
}
.fi-sr-team-check-alt:before {
  content: "\fd3a";
}
.fi-sr-team-check:before {
  content: "\fd3b";
}
.fi-sr-teddy-bear:before {
  content: "\fd3c";
}
.fi-sr-teeth-open:before {
  content: "\fd3d";
}
.fi-sr-telescope:before {
  content: "\fd3e";
}
.fi-sr-temperature-down:before {
  content: "\fd3f";
}
.fi-sr-temperature-frigid:before {
  content: "\fd40";
}
.fi-sr-temperature-high:before {
  content: "\fd41";
}
.fi-sr-temperature-list:before {
  content: "\fd42";
}
.fi-sr-temperature-low:before {
  content: "\fd43";
}
.fi-sr-temperature-up:before {
  content: "\fd44";
}
.fi-sr-template-alt:before {
  content: "\fd45";
}
.fi-sr-template:before {
  content: "\fd46";
}
.fi-sr-tenge:before {
  content: "\fd47";
}
.fi-sr-tennis:before {
  content: "\fd48";
}
.fi-sr-tent-arrow-down-to-line:before {
  content: "\fd49";
}
.fi-sr-tent-arrow-left-right:before {
  content: "\fd4a";
}
.fi-sr-tent-arrow-turn-left:before {
  content: "\fd4b";
}
.fi-sr-tent-arrows-down:before {
  content: "\fd4c";
}
.fi-sr-tents:before {
  content: "\fd4d";
}
.fi-sr-terminal:before {
  content: "\fd4e";
}
.fi-sr-terrace:before {
  content: "\fd4f";
}
.fi-sr-test-tube:before {
  content: "\fd50";
}
.fi-sr-test:before {
  content: "\fd51";
}
.fi-sr-text-box-dots:before {
  content: "\fd52";
}
.fi-sr-text-box-edit:before {
  content: "\fd53";
}
.fi-sr-text-box:before {
  content: "\fd54";
}
.fi-sr-text-check:before {
  content: "\fd55";
}
.fi-sr-text-height:before {
  content: "\fd56";
}
.fi-sr-text-shadow:before {
  content: "\fd57";
}
.fi-sr-text-size:before {
  content: "\fd58";
}
.fi-sr-text-slash:before {
  content: "\fd59";
}
.fi-sr-text-width:before {
  content: "\fd5a";
}
.fi-sr-text:before {
  content: "\fd5b";
}
.fi-sr-theater-masks:before {
  content: "\fd5c";
}
.fi-sr-thermometer-alt:before {
  content: "\fd5d";
}
.fi-sr-thermometer-empty:before {
  content: "\fd5e";
}
.fi-sr-thermometer-full:before {
  content: "\fd5f";
}
.fi-sr-thermometer-half:before {
  content: "\fd60";
}
.fi-sr-thermometer-quarter:before {
  content: "\fd61";
}
.fi-sr-thermometer-three-quarters:before {
  content: "\fd62";
}
.fi-sr-theta:before {
  content: "\fd63";
}
.fi-sr-third-award:before {
  content: "\fd64";
}
.fi-sr-third-laurel:before {
  content: "\fd65";
}
.fi-sr-third-medal:before {
  content: "\fd66";
}
.fi-sr-third:before {
  content: "\fd67";
}
.fi-sr-thought-bubble:before {
  content: "\fd68";
}
.fi-sr-three-leaf-clover:before {
  content: "\fd69";
}
.fi-sr-thumbs-down:before {
  content: "\fd6a";
}
.fi-sr-thumbs-up-trust:before {
  content: "\fd6b";
}
.fi-sr-thumbs-up:before {
  content: "\fd6c";
}
.fi-sr-thumbtack:before {
  content: "\fd6d";
}
.fi-sr-thunderstorm-moon:before {
  content: "\fd6e";
}
.fi-sr-thunderstorm-risk:before {
  content: "\fd6f";
}
.fi-sr-thunderstorm-sun:before {
  content: "\fd70";
}
.fi-sr-thunderstorm:before {
  content: "\fd71";
}
.fi-sr-thursday:before {
  content: "\fd72";
}
.fi-sr-ticket-airline:before {
  content: "\fd73";
}
.fi-sr-ticket-alt:before {
  content: "\fd74";
}
.fi-sr-ticket:before {
  content: "\fd75";
}
.fi-sr-tickets-airline:before {
  content: "\fd76";
}
.fi-sr-tie:before {
  content: "\fd77";
}
.fi-sr-tilde:before {
  content: "\fd78";
}
.fi-sr-time-add:before {
  content: "\fd79";
}
.fi-sr-time-check:before {
  content: "\fd7a";
}
.fi-sr-time-delete:before {
  content: "\fd7b";
}
.fi-sr-time-fast:before {
  content: "\fd7c";
}
.fi-sr-time-forward-sixty:before {
  content: "\fd7d";
}
.fi-sr-time-forward-ten:before {
  content: "\fd7e";
}
.fi-sr-time-forward:before {
  content: "\fd7f";
}
.fi-sr-time-half-past:before {
  content: "\fd80";
}
.fi-sr-time-oclock:before {
  content: "\fd81";
}
.fi-sr-time-past:before {
  content: "\fd82";
}
.fi-sr-time-quarter-past:before {
  content: "\fd83";
}
.fi-sr-time-quarter-to:before {
  content: "\fd84";
}
.fi-sr-time-twenty-four:before {
  content: "\fd85";
}
.fi-sr-time-watch-calendar:before {
  content: "\fd86";
}
.fi-sr-timer-clock-call:before {
  content: "\fd87";
}
.fi-sr-times-hexagon:before {
  content: "\fd88";
}
.fi-sr-tint-slash:before {
  content: "\fd89";
}
.fi-sr-tip-coin:before {
  content: "\fd8a";
}
.fi-sr-tire-flat:before {
  content: "\fd8b";
}
.fi-sr-tire-pressure-warning:before {
  content: "\fd8c";
}
.fi-sr-tire-rugged:before {
  content: "\fd8d";
}
.fi-sr-tire:before {
  content: "\fd8e";
}
.fi-sr-tired:before {
  content: "\fd8f";
}
.fi-sr-to-do-alt:before {
  content: "\fd90";
}
.fi-sr-to-do:before {
  content: "\fd91";
}
.fi-sr-together-people:before {
  content: "\fd92";
}
.fi-sr-toggle-off:before {
  content: "\fd93";
}
.fi-sr-toggle-on:before {
  content: "\fd94";
}
.fi-sr-toilet-paper-blank-under:before {
  content: "\fd95";
}
.fi-sr-toilet-paper-blank:before {
  content: "\fd96";
}
.fi-sr-toilet-paper-slash:before {
  content: "\fd97";
}
.fi-sr-toilet-paper-under-slash:before {
  content: "\fd98";
}
.fi-sr-toilet-paper-under:before {
  content: "\fd99";
}
.fi-sr-toilet:before {
  content: "\fd9a";
}
.fi-sr-toilets-portable:before {
  content: "\fd9b";
}
.fi-sr-token:before {
  content: "\fd9c";
}
.fi-sr-tomato:before {
  content: "\fd9d";
}
.fi-sr-tombstone-alt:before {
  content: "\fd9e";
}
.fi-sr-tombstone:before {
  content: "\fd9f";
}
.fi-sr-tool-box:before {
  content: "\fda0";
}
.fi-sr-tool-crop:before {
  content: "\fda1";
}
.fi-sr-tool-marquee:before {
  content: "\fda2";
}
.fi-sr-tools:before {
  content: "\fda3";
}
.fi-sr-tooth:before {
  content: "\fda4";
}
.fi-sr-toothbrush:before {
  content: "\fda5";
}
.fi-sr-torch-inspiration-leader:before {
  content: "\fda6";
}
.fi-sr-torii-gate:before {
  content: "\fda7";
}
.fi-sr-tornado:before {
  content: "\fda8";
}
.fi-sr-total:before {
  content: "\fda9";
}
.fi-sr-tour-guide-people:before {
  content: "\fdaa";
}
.fi-sr-tour-virtual:before {
  content: "\fdab";
}
.fi-sr-tower-control:before {
  content: "\fdac";
}
.fi-sr-track:before {
  content: "\fdad";
}
.fi-sr-tractor:before {
  content: "\fdae";
}
.fi-sr-trademark:before {
  content: "\fdaf";
}
.fi-sr-traffic-cone:before {
  content: "\fdb0";
}
.fi-sr-traffic-light-go:before {
  content: "\fdb1";
}
.fi-sr-traffic-light-slow:before {
  content: "\fdb2";
}
.fi-sr-traffic-light-stop:before {
  content: "\fdb3";
}
.fi-sr-traffic-light:before {
  content: "\fdb4";
}
.fi-sr-trailer:before {
  content: "\fdb5";
}
.fi-sr-train-journey:before {
  content: "\fdb6";
}
.fi-sr-train-side:before {
  content: "\fdb7";
}
.fi-sr-train-station-building:before {
  content: "\fdb8";
}
.fi-sr-train-station:before {
  content: "\fdb9";
}
.fi-sr-train-subway-tunnel:before {
  content: "\fdba";
}
.fi-sr-train-track:before {
  content: "\fdbb";
}
.fi-sr-train-tram:before {
  content: "\fdbc";
}
.fi-sr-train:before {
  content: "\fdbd";
}
.fi-sr-tram:before {
  content: "\fdbe";
}
.fi-sr-transform:before {
  content: "\fdbf";
}
.fi-sr-transformation-block:before {
  content: "\fdc0";
}
.fi-sr-transformation-circle:before {
  content: "\fdc1";
}
.fi-sr-transformation-design:before {
  content: "\fdc2";
}
.fi-sr-transformation-shapes:before {
  content: "\fdc3";
}
.fi-sr-transformer-bolt:before {
  content: "\fdc4";
}
.fi-sr-transgender:before {
  content: "\fdc5";
}
.fi-sr-transporter-1:before {
  content: "\fdc6";
}
.fi-sr-transporter-2:before {
  content: "\fdc7";
}
.fi-sr-transporter-3:before {
  content: "\fdc8";
}
.fi-sr-transporter-4:before {
  content: "\fdc9";
}
.fi-sr-transporter-5:before {
  content: "\fdca";
}
.fi-sr-transporter-6:before {
  content: "\fdcb";
}
.fi-sr-transporter-7:before {
  content: "\fdcc";
}
.fi-sr-transporter-empty:before {
  content: "\fdcd";
}
.fi-sr-transporter:before {
  content: "\fdce";
}
.fi-sr-trash-can-check:before {
  content: "\fdcf";
}
.fi-sr-trash-can-clock:before {
  content: "\fdd0";
}
.fi-sr-trash-can-list:before {
  content: "\fdd1";
}
.fi-sr-trash-can-plus:before {
  content: "\fdd2";
}
.fi-sr-trash-can-slash:before {
  content: "\fdd3";
}
.fi-sr-trash-check:before {
  content: "\fdd4";
}
.fi-sr-trash-clock:before {
  content: "\fdd5";
}
.fi-sr-trash-empty:before {
  content: "\fdd6";
}
.fi-sr-trash-list:before {
  content: "\fdd7";
}
.fi-sr-trash-plus:before {
  content: "\fdd8";
}
.fi-sr-trash-restore-alt:before {
  content: "\fdd9";
}
.fi-sr-trash-restore:before {
  content: "\fdda";
}
.fi-sr-trash-slash:before {
  content: "\fddb";
}
.fi-sr-trash-undo-alt:before {
  content: "\fddc";
}
.fi-sr-trash-undo:before {
  content: "\fddd";
}
.fi-sr-trash-xmark:before {
  content: "\fdde";
}
.fi-sr-trash:before {
  content: "\fddf";
}
.fi-sr-treadmill:before {
  content: "\fde0";
}
.fi-sr-treasure-chest:before {
  content: "\fde1";
}
.fi-sr-treatment:before {
  content: "\fde2";
}
.fi-sr-tree-alt:before {
  content: "\fde3";
}
.fi-sr-tree-christmas:before {
  content: "\fde4";
}
.fi-sr-tree-deciduous:before {
  content: "\fde5";
}
.fi-sr-tree:before {
  content: "\fde6";
}
.fi-sr-trees-alt:before {
  content: "\fde7";
}
.fi-sr-trees:before {
  content: "\fde8";
}
.fi-sr-triangle-music:before {
  content: "\fde9";
}
.fi-sr-triangle-person-digging:before {
  content: "\fdea";
}
.fi-sr-triangle-warning:before {
  content: "\fdeb";
}
.fi-sr-triangle:before {
  content: "\fdec";
}
.fi-sr-tricycle:before {
  content: "\fded";
}
.fi-sr-trillium:before {
  content: "\fdee";
}
.fi-sr-trophy-achievement-skill:before {
  content: "\fdef";
}
.fi-sr-trophy-star:before {
  content: "\fdf0";
}
.fi-sr-trophy:before {
  content: "\fdf1";
}
.fi-sr-truck-arrow-left:before {
  content: "\fdf2";
}
.fi-sr-truck-arrow-right:before {
  content: "\fdf3";
}
.fi-sr-truck-bolt:before {
  content: "\fdf4";
}
.fi-sr-truck-box:before {
  content: "\fdf5";
}
.fi-sr-truck-check:before {
  content: "\fdf6";
}
.fi-sr-truck-container-empty:before {
  content: "\fdf7";
}
.fi-sr-truck-container:before {
  content: "\fdf8";
}
.fi-sr-truck-couch:before {
  content: "\fdf9";
}
.fi-sr-truck-fire:before {
  content: "\fdfa";
}
.fi-sr-truck-flatbed:before {
  content: "\fdfb";
}
.fi-sr-truck-front:before {
  content: "\fdfc";
}
.fi-sr-truck-ladder:before {
  content: "\fdfd";
}
.fi-sr-truck-loading:before {
  content: "\fdfe";
}
.fi-sr-truck-medical:before {
  content: "\fdff";
}
.fi-sr-truck-monster:before {
  content: "\fe10";
}
.fi-sr-truck-moving:before {
  content: "\fe11";
}
.fi-sr-truck-pickup:before {
  content: "\fe12";
}
.fi-sr-truck-plow:before {
  content: "\fe13";
}
.fi-sr-truck-ramp:before {
  content: "\fe14";
}
.fi-sr-truck-side:before {
  content: "\fe15";
}
.fi-sr-truck-tow:before {
  content: "\fe16";
}
.fi-sr-truck-utensils:before {
  content: "\fe17";
}
.fi-sr-trumpet:before {
  content: "\fe18";
}
.fi-sr-trust-alt:before {
  content: "\fe19";
}
.fi-sr-trust:before {
  content: "\fe1a";
}
.fi-sr-tshirt:before {
  content: "\fe1b";
}
.fi-sr-tty-answer:before {
  content: "\fe1c";
}
.fi-sr-tty:before {
  content: "\fe1d";
}
.fi-sr-tubes:before {
  content: "\fe1e";
}
.fi-sr-tuesday:before {
  content: "\fe1f";
}
.fi-sr-tugrik-sign:before {
  content: "\fe30";
}
.fi-sr-turkey:before {
  content: "\fe31";
}
.fi-sr-turn-left-down:before {
  content: "\fe32";
}
.fi-sr-turn-left:before {
  content: "\fe33";
}
.fi-sr-turn-right:before {
  content: "\fe34";
}
.fi-sr-turntable:before {
  content: "\fe35";
}
.fi-sr-turtle:before {
  content: "\fe36";
}
.fi-sr-tv-music:before {
  content: "\fe37";
}
.fi-sr-tv-retro:before {
  content: "\fe38";
}
.fi-sr-typewriter:before {
  content: "\fe39";
}
.fi-sr-u:before {
  content: "\fe3a";
}
.fi-sr-ufo-beam:before {
  content: "\fe3b";
}
.fi-sr-ufo:before {
  content: "\fe3c";
}
.fi-sr-ui-ux:before {
  content: "\fe3d";
}
.fi-sr-umbrella-beach:before {
  content: "\fe3e";
}
.fi-sr-umbrella:before {
  content: "\fe3f";
}
.fi-sr-under-construction:before {
  content: "\fe40";
}
.fi-sr-underline:before {
  content: "\fe41";
}
.fi-sr-undo-alt:before {
  content: "\fe42";
}
.fi-sr-undo:before {
  content: "\fe43";
}
.fi-sr-unicorn:before {
  content: "\fe44";
}
.fi-sr-uniform-martial-arts:before {
  content: "\fe45";
}
.fi-sr-universal-access:before {
  content: "\fe46";
}
.fi-sr-unlock:before {
  content: "\fe47";
}
.fi-sr-up-from-bracket:before {
  content: "\fe48";
}
.fi-sr-up-left:before {
  content: "\fe49";
}
.fi-sr-up-right-from-square:before {
  content: "\fe4a";
}
.fi-sr-up-right:before {
  content: "\fe4b";
}
.fi-sr-up:before {
  content: "\fe4c";
}
.fi-sr-upload:before {
  content: "\fe4d";
}
.fi-sr-url:before {
  content: "\fe4e";
}
.fi-sr-usb-pendrive:before {
  content: "\fe4f";
}
.fi-sr-usd-circle:before {
  content: "\fe50";
}
.fi-sr-usd-square:before {
  content: "\fe51";
}
.fi-sr-user-add:before {
  content: "\fe52";
}
.fi-sr-user-alien:before {
  content: "\fe53";
}
.fi-sr-user-astronaut:before {
  content: "\fe54";
}
.fi-sr-user-check:before {
  content: "\fe55";
}
.fi-sr-user-chef:before {
  content: "\fe56";
}
.fi-sr-user-coach:before {
  content: "\fe57";
}
.fi-sr-user-cowboy:before {
  content: "\fe58";
}
.fi-sr-user-crown:before {
  content: "\fe59";
}
.fi-sr-user-gear:before {
  content: "\fe5a";
}
.fi-sr-user-graduate:before {
  content: "\fe5b";
}
.fi-sr-user-headset:before {
  content: "\fe5c";
}
.fi-sr-user-helmet-safety:before {
  content: "\fe5d";
}
.fi-sr-user-injured:before {
  content: "\fe5e";
}
.fi-sr-user-interface-ui:before {
  content: "\fe5f";
}
.fi-sr-user-key:before {
  content: "\fe60";
}
.fi-sr-user-lock:before {
  content: "\fe61";
}
.fi-sr-user-md-chat:before {
  content: "\fe62";
}
.fi-sr-user-md:before {
  content: "\fe63";
}
.fi-sr-user-minus:before {
  content: "\fe64";
}
.fi-sr-user-music:before {
  content: "\fe65";
}
.fi-sr-user-ninja:before {
  content: "\fe66";
}
.fi-sr-user-nurse:before {
  content: "\fe67";
}
.fi-sr-user-pen:before {
  content: "\fe68";
}
.fi-sr-user-pilot-tie:before {
  content: "\fe69";
}
.fi-sr-user-pilot:before {
  content: "\fe6a";
}
.fi-sr-user-police:before {
  content: "\fe6b";
}
.fi-sr-user-robot-xmarks:before {
  content: "\fe6c";
}
.fi-sr-user-robot:before {
  content: "\fe6d";
}
.fi-sr-user-salary:before {
  content: "\fe6e";
}
.fi-sr-user-shield:before {
  content: "\fe6f";
}
.fi-sr-user-skill-gear:before {
  content: "\fe70";
}
.fi-sr-user-slash:before {
  content: "\fe71";
}
.fi-sr-user-tag:before {
  content: "\fe72";
}
.fi-sr-user-time:before {
  content: "\fe73";
}
.fi-sr-user-trust:before {
  content: "\fe74";
}
.fi-sr-user-unlock:before {
  content: "\fe75";
}
.fi-sr-user-visor:before {
  content: "\fe76";
}
.fi-sr-user-xmark:before {
  content: "\fe77";
}
.fi-sr-user:before {
  content: "\fe78";
}
.fi-sr-users-alt:before {
  content: "\fe79";
}
.fi-sr-users-class:before {
  content: "\fe7a";
}
.fi-sr-users-gear:before {
  content: "\fe7b";
}
.fi-sr-users-medical:before {
  content: "\fe7c";
}
.fi-sr-users-slash:before {
  content: "\fe7d";
}
.fi-sr-users:before {
  content: "\fe7e";
}
.fi-sr-utensils-slash:before {
  content: "\fe7f";
}
.fi-sr-utensils:before {
  content: "\fe80";
}
.fi-sr-utility-pole-double:before {
  content: "\fe81";
}
.fi-sr-utility-pole:before {
  content: "\fe82";
}
.fi-sr-ux-browser:before {
  content: "\fe83";
}
.fi-sr-ux:before {
  content: "\fe84";
}
.fi-sr-v:before {
  content: "\fe85";
}
.fi-sr-vacuum-robot:before {
  content: "\fe86";
}
.fi-sr-vacuum:before {
  content: "\fe87";
}
.fi-sr-value-absolute:before {
  content: "\fe88";
}
.fi-sr-vault:before {
  content: "\fe89";
}
.fi-sr-vector-alt:before {
  content: "\fe8a";
}
.fi-sr-vector-circle:before {
  content: "\fe8b";
}
.fi-sr-vector-polygon:before {
  content: "\fe8c";
}
.fi-sr-vector:before {
  content: "\fe8d";
}
.fi-sr-venus-double:before {
  content: "\fe8e";
}
.fi-sr-venus-mars:before {
  content: "\fe8f";
}
.fi-sr-venus:before {
  content: "\fe90";
}
.fi-sr-vest-patches:before {
  content: "\fe91";
}
.fi-sr-vest:before {
  content: "\fe92";
}
.fi-sr-video-arrow-down-left:before {
  content: "\fe93";
}
.fi-sr-video-arrow-up-right:before {
  content: "\fe94";
}
.fi-sr-video-camera-alt:before {
  content: "\fe95";
}
.fi-sr-video-camera:before {
  content: "\fe96";
}
.fi-sr-video-duration:before {
  content: "\fe97";
}
.fi-sr-video-plus:before {
  content: "\fe98";
}
.fi-sr-video-slash:before {
  content: "\fe99";
}
.fi-sr-videoconference:before {
  content: "\fe9a";
}
.fi-sr-vihara:before {
  content: "\fe9b";
}
.fi-sr-violin:before {
  content: "\fe9c";
}
.fi-sr-virus-slash:before {
  content: "\fe9d";
}
.fi-sr-virus:before {
  content: "\fe9e";
}
.fi-sr-viruses:before {
  content: "\fe9f";
}
.fi-sr-visit:before {
  content: "\fea0";
}
.fi-sr-voicemail:before {
  content: "\fea1";
}
.fi-sr-volcano:before {
  content: "\fea2";
}
.fi-sr-volleyball:before {
  content: "\fea3";
}
.fi-sr-volume-down:before {
  content: "\fea4";
}
.fi-sr-volume-mute:before {
  content: "\fea5";
}
.fi-sr-volume-off:before {
  content: "\fea6";
}
.fi-sr-volume-slash:before {
  content: "\fea7";
}
.fi-sr-volume:before {
  content: "\fea8";
}
.fi-sr-vote-nay:before {
  content: "\fea9";
}
.fi-sr-vote-yea:before {
  content: "\feaa";
}
.fi-sr-vr-cardboard:before {
  content: "\feab";
}
.fi-sr-w:before {
  content: "\feac";
}
.fi-sr-waffle:before {
  content: "\fead";
}
.fi-sr-wagon-covered:before {
  content: "\feae";
}
.fi-sr-walker:before {
  content: "\feaf";
}
.fi-sr-walkie-talkie:before {
  content: "\feb0";
}
.fi-sr-walking:before {
  content: "\feb1";
}
.fi-sr-wallet-arrow:before {
  content: "\feb2";
}
.fi-sr-wallet-buyer:before {
  content: "\feb3";
}
.fi-sr-wallet:before {
  content: "\feb4";
}
.fi-sr-warehouse-alt:before {
  content: "\feb5";
}
.fi-sr-washer:before {
  content: "\feb6";
}
.fi-sr-waste-pollution:before {
  content: "\feb7";
}
.fi-sr-waste:before {
  content: "\feb8";
}
.fi-sr-watch-calculator:before {
  content: "\feb9";
}
.fi-sr-watch-fitness:before {
  content: "\feba";
}
.fi-sr-watch-smart:before {
  content: "\febb";
}
.fi-sr-watch:before {
  content: "\febc";
}
.fi-sr-water-bottle:before {
  content: "\febd";
}
.fi-sr-water-ladder:before {
  content: "\febe";
}
.fi-sr-water-lower:before {
  content: "\febf";
}
.fi-sr-water-rise:before {
  content: "\fec0";
}
.fi-sr-water:before {
  content: "\fec1";
}
.fi-sr-watermelon:before {
  content: "\fec2";
}
.fi-sr-wave-sine:before {
  content: "\fec3";
}
.fi-sr-wave-square:before {
  content: "\fec4";
}
.fi-sr-wave-triangle:before {
  content: "\fec5";
}
.fi-sr-wave:before {
  content: "\fec6";
}
.fi-sr-waveform-path:before {
  content: "\fec7";
}
.fi-sr-waveform:before {
  content: "\fec8";
}
.fi-sr-web-design:before {
  content: "\fec9";
}
.fi-sr-webcam-slash:before {
  content: "\feca";
}
.fi-sr-webcam:before {
  content: "\fecb";
}
.fi-sr-webhook:before {
  content: "\fecc";
}
.fi-sr-wednesday:before {
  content: "\fecd";
}
.fi-sr-whale:before {
  content: "\fece";
}
.fi-sr-wheat-awn-circle-exclamation:before {
  content: "\fecf";
}
.fi-sr-wheat-awn-slash:before {
  content: "\fed0";
}
.fi-sr-wheat-awn:before {
  content: "\fed1";
}
.fi-sr-wheat-slash:before {
  content: "\fed2";
}
.fi-sr-wheat:before {
  content: "\fed3";
}
.fi-sr-wheelchair-move:before {
  content: "\fed4";
}
.fi-sr-wheelchair-sleeping:before {
  content: "\fed5";
}
.fi-sr-wheelchair:before {
  content: "\fed6";
}
.fi-sr-whistle:before {
  content: "\fed7";
}
.fi-sr-white-space:before {
  content: "\fed8";
}
.fi-sr-wifi-1:before {
  content: "\fed9";
}
.fi-sr-wifi-2:before {
  content: "\feda";
}
.fi-sr-wifi-alt:before {
  content: "\fedb";
}
.fi-sr-wifi-exclamation:before {
  content: "\fedc";
}
.fi-sr-wifi-slash:before {
  content: "\fedd";
}
.fi-sr-wifi:before {
  content: "\fede";
}
.fi-sr-wind-turbine:before {
  content: "\fedf";
}
.fi-sr-wind-warning:before {
  content: "\fee0";
}
.fi-sr-wind:before {
  content: "\fee1";
}
.fi-sr-window-alt:before {
  content: "\fee2";
}
.fi-sr-window-frame-open:before {
  content: "\fee3";
}
.fi-sr-window-frame:before {
  content: "\fee4";
}
.fi-sr-window-maximize:before {
  content: "\fee5";
}
.fi-sr-window-minimize:before {
  content: "\fee6";
}
.fi-sr-window-restore:before {
  content: "\fee7";
}
.fi-sr-windsock:before {
  content: "\fee8";
}
.fi-sr-wine-bottle:before {
  content: "\fee9";
}
.fi-sr-wine-glass-crack:before {
  content: "\feea";
}
.fi-sr-wine-glass-empty:before {
  content: "\feeb";
}
.fi-sr-wishlist-heart:before {
  content: "\feec";
}
.fi-sr-wishlist-star:before {
  content: "\feed";
}
.fi-sr-woman-head:before {
  content: "\feee";
}
.fi-sr-woman-scientist:before {
  content: "\feef";
}
.fi-sr-won-sign:before {
  content: "\fef0";
}
.fi-sr-workflow-alt:before {
  content: "\fef1";
}
.fi-sr-workflow-setting-alt:before {
  content: "\fef2";
}
.fi-sr-workflow-setting:before {
  content: "\fef3";
}
.fi-sr-workflow:before {
  content: "\fef4";
}
.fi-sr-workshop:before {
  content: "\fef5";
}
.fi-sr-world:before {
  content: "\fef6";
}
.fi-sr-worm:before {
  content: "\fef7";
}
.fi-sr-wreath:before {
  content: "\fef8";
}
.fi-sr-wrench-alt:before {
  content: "\fef9";
}
.fi-sr-wrench-simple:before {
  content: "\fefa";
}
.fi-sr-x-ray:before {
  content: "\fefb";
}
.fi-sr-x:before {
  content: "\fefc";
}
.fi-sr-y:before {
  content: "\fefd";
}
.fi-sr-yen:before {
  content: "\fefe";
}
.fi-sr-yin-yang:before {
  content: "\ff00";
}
.fi-sr-z:before {
  content: "\ff01";
}
.fi-sr-zip-file:before {
  content: "\ff02";
}
.fi-sr-zoom-in:before {
  content: "\ff03";
}
.fi-sr-zoom-out:before {
  content: "\ff04";
}
/*!
*   _____       _             __                 _____                               ______ _       _   _
*  |_   _|     | |           / _|               |_   _|                             |  ____| |     | | (_)
*    | |  _ __ | |_ ___ _ __| |_ __ _  ___ ___    | |  ___ ___  _ __  ___   ______  | |__  | | __ _| |_ _  ___ ___  _ __
*    | | | '_ \| __/ _ \ '__|  _/ _` |/ __/ _ \   | | / __/ _ \| '_ \/ __| |______| |  __| | |/ _` | __| |/ __/ _ \| '_ \
*   _| |_| | | | ||  __/ |  | || (_| | (_|  __/  _| || (_| (_) | | | \__ \          | |    | | (_| | |_| | (_| (_) | | | |
*  |_____|_| |_|\__\___|_|  |_| \__,_|\___\___| |_____\___\___/|_| |_|___/          |_|    |_|\__,_|\__|_|\___\___/|_| |_|
*
*                         UIcons 2.4.2 - https://www.flaticon.com/uicons/interface-icons
*/
@font-face {
  font-family: uicons-solid-straight;
  src:
    url("./media/uicons-solid-straight-4DZ3VA4V-4DZ3VA4V.woff2") format("woff2"),
    url("./media/uicons-solid-straight-ITFA7HIK-ITFA7HIK.woff") format("woff"),
    url("./media/uicons-solid-straight-W4CCEH4W-W4CCEH4W.eot#iefix") format("embedded-opentype");
  font-display: swap;
}
i[class^=fi-ss-]:before,
i[class*=" fi-ss-"]:before,
span[class^=fi-ss-]:before,
span[class*=fi-ss-]:before {
  font-family: uicons-solid-straight !important;
  font-style: normal;
  font-weight: 400 !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.variable-selector-00:before {
  content: "\fe00";
}
.variable-selector-01:before {
  content: "\fe01";
}
.variable-selector-02:before {
  content: "\fe02";
}
.variable-selector-03:before {
  content: "\fe03";
}
.variable-selector-04:before {
  content: "\fe04";
}
.variable-selector-05:before {
  content: "\fe05";
}
.variable-selector-06:before {
  content: "\fe06";
}
.variable-selector-07:before {
  content: "\fe07";
}
.variable-selector-08:before {
  content: "\fe08";
}
.variable-selector-09:before {
  content: "\fe09";
}
.variable-selector-0a:before {
  content: "\fe0a";
}
.variable-selector-0b:before {
  content: "\fe0b";
}
.variable-selector-0c:before {
  content: "\fe0c";
}
.variable-selector-0d:before {
  content: "\fe0d";
}
.variable-selector-0e:before {
  content: "\fe0e";
}
.variable-selector-0f:before {
  content: "\fe0f";
}
.combining-half-marks-00:before {
  content: "\fe20";
}
.combining-half-marks-01:before {
  content: "\fe21";
}
.combining-half-marks-02:before {
  content: "\fe22";
}
.combining-half-marks-03:before {
  content: "\fe23";
}
.combining-half-marks-04:before {
  content: "\fe24";
}
.combining-half-marks-05:before {
  content: "\fe25";
}
.combining-half-marks-06:before {
  content: "\fe26";
}
.combining-half-marks-07:before {
  content: "\fe27";
}
.combining-half-marks-08:before {
  content: "\fe28";
}
.combining-half-marks-09:before {
  content: "\fe29";
}
.combining-half-marks-0a:before {
  content: "\fe2a";
}
.combining-half-marks-0b:before {
  content: "\fe2b";
}
.combining-half-marks-0c:before {
  content: "\fe2c";
}
.combining-half-marks-0d:before {
  content: "\fe2d";
}
.combining-half-marks-0e:before {
  content: "\fe2e";
}
.combining-half-marks-0f:before {
  content: "\fe2f";
}
.zero-width-no-break-space-0f:before {
  content: "\feff";
}
.fi-ss-0:before {
  content: "\f101";
}
.fi-ss-00s-music-disc:before {
  content: "\f102";
}
.fi-ss-1:before {
  content: "\f103";
}
.fi-ss-2:before {
  content: "\f104";
}
.fi-ss-3:before {
  content: "\f105";
}
.fi-ss-360-degrees:before {
  content: "\f106";
}
.fi-ss-4:before {
  content: "\f107";
}
.fi-ss-404:before {
  content: "\f108";
}
.fi-ss-5:before {
  content: "\f109";
}
.fi-ss-6:before {
  content: "\f10a";
}
.fi-ss-60s-music-disc:before {
  content: "\f10b";
}
.fi-ss-7:before {
  content: "\f10c";
}
.fi-ss-70s-music-disc:before {
  content: "\f10d";
}
.fi-ss-8:before {
  content: "\f10e";
}
.fi-ss-80s-music-disc:before {
  content: "\f10f";
}
.fi-ss-9:before {
  content: "\f110";
}
.fi-ss-90s-music-disc:before {
  content: "\f111";
}
.fi-ss-a:before {
  content: "\f112";
}
.fi-ss-accident:before {
  content: "\f113";
}
.fi-ss-acorn:before {
  content: "\f114";
}
.fi-ss-ad-paid:before {
  content: "\f115";
}
.fi-ss-ad:before {
  content: "\f116";
}
.fi-ss-add-document:before {
  content: "\f117";
}
.fi-ss-add-folder:before {
  content: "\f118";
}
.fi-ss-add-image:before {
  content: "\f119";
}
.fi-ss-add:before {
  content: "\f11a";
}
.fi-ss-address-book:before {
  content: "\f11b";
}
.fi-ss-address-card:before {
  content: "\f11c";
}
.fi-ss-admin-alt:before {
  content: "\f11d";
}
.fi-ss-admin:before {
  content: "\f11e";
}
.fi-ss-age-alt:before {
  content: "\f11f";
}
.fi-ss-age-restriction-eighteen:before {
  content: "\f120";
}
.fi-ss-age-restriction-seven:before {
  content: "\f121";
}
.fi-ss-age-restriction-six:before {
  content: "\f122";
}
.fi-ss-age-restriction-sixteen:before {
  content: "\f123";
}
.fi-ss-age-restriction-thirteen:before {
  content: "\f124";
}
.fi-ss-age-restriction-three:before {
  content: "\f125";
}
.fi-ss-age-restriction-twelve:before {
  content: "\f126";
}
.fi-ss-age-restriction-twenty-one:before {
  content: "\f127";
}
.fi-ss-age-restriction-zero:before {
  content: "\f128";
}
.fi-ss-age:before {
  content: "\f129";
}
.fi-ss-air-conditioner:before {
  content: "\f12a";
}
.fi-ss-air-freshener:before {
  content: "\f12b";
}
.fi-ss-air-pollution:before {
  content: "\f12c";
}
.fi-ss-airplane-journey:before {
  content: "\f12d";
}
.fi-ss-airplane-window-open:before {
  content: "\f12e";
}
.fi-ss-airplay:before {
  content: "\f12f";
}
.fi-ss-alarm-clock:before {
  content: "\f130";
}
.fi-ss-alarm-exclamation:before {
  content: "\f131";
}
.fi-ss-alarm-plus:before {
  content: "\f132";
}
.fi-ss-alarm-snooze:before {
  content: "\f133";
}
.fi-ss-album-circle-plus:before {
  content: "\f134";
}
.fi-ss-album-circle-user:before {
  content: "\f135";
}
.fi-ss-album-collection:before {
  content: "\f136";
}
.fi-ss-album:before {
  content: "\f137";
}
.fi-ss-algorithm:before {
  content: "\f138";
}
.fi-ss-alicorn:before {
  content: "\f139";
}
.fi-ss-alien:before {
  content: "\f13a";
}
.fi-ss-align-center:before {
  content: "\f13b";
}
.fi-ss-align-justify:before {
  content: "\f13c";
}
.fi-ss-align-left:before {
  content: "\f13d";
}
.fi-ss-align-slash:before {
  content: "\f13e";
}
.fi-ss-ambulance:before {
  content: "\f13f";
}
.fi-ss-amusement-park:before {
  content: "\f140";
}
.fi-ss-analyse-alt:before {
  content: "\f141";
}
.fi-ss-analyse:before {
  content: "\f142";
}
.fi-ss-anatomical-heart:before {
  content: "\f143";
}
.fi-ss-anchor:before {
  content: "\f144";
}
.fi-ss-angel:before {
  content: "\f145";
}
.fi-ss-angle-90:before {
  content: "\f146";
}
.fi-ss-angle-circle-down:before {
  content: "\f147";
}
.fi-ss-angle-circle-left:before {
  content: "\f148";
}
.fi-ss-angle-circle-right:before {
  content: "\f149";
}
.fi-ss-angle-circle-up:before {
  content: "\f14a";
}
.fi-ss-angle-double-left:before {
  content: "\f14b";
}
.fi-ss-angle-double-right:before {
  content: "\f14c";
}
.fi-ss-angle-double-small-down:before {
  content: "\f14d";
}
.fi-ss-angle-double-small-left:before {
  content: "\f14e";
}
.fi-ss-angle-double-small-right:before {
  content: "\f14f";
}
.fi-ss-angle-double-small-up:before {
  content: "\f150";
}
.fi-ss-angle-down:before {
  content: "\f151";
}
.fi-ss-angle-left:before {
  content: "\f152";
}
.fi-ss-angle-right:before {
  content: "\f153";
}
.fi-ss-angle-small-down:before {
  content: "\f154";
}
.fi-ss-angle-small-left:before {
  content: "\f155";
}
.fi-ss-angle-small-right:before {
  content: "\f156";
}
.fi-ss-angle-small-up:before {
  content: "\f157";
}
.fi-ss-angle-square-down:before {
  content: "\f158";
}
.fi-ss-angle-square-left:before {
  content: "\f159";
}
.fi-ss-angle-square-right:before {
  content: "\f15a";
}
.fi-ss-angle-square-up:before {
  content: "\f15b";
}
.fi-ss-angle-up:before {
  content: "\f15c";
}
.fi-ss-angle:before {
  content: "\f15d";
}
.fi-ss-angles-up-down:before {
  content: "\f15e";
}
.fi-ss-angry:before {
  content: "\f15f";
}
.fi-ss-animated-icon:before {
  content: "\f160";
}
.fi-ss-ankh:before {
  content: "\f161";
}
.fi-ss-answer-alt:before {
  content: "\f162";
}
.fi-ss-answer:before {
  content: "\f163";
}
.fi-ss-apartment:before {
  content: "\f164";
}
.fi-ss-aperture:before {
  content: "\f165";
}
.fi-ss-api:before {
  content: "\f166";
}
.fi-ss-apple-core:before {
  content: "\f167";
}
.fi-ss-apple-crate:before {
  content: "\f168";
}
.fi-ss-apple-whole:before {
  content: "\f169";
}
.fi-ss-apps-add:before {
  content: "\f16a";
}
.fi-ss-apps-delete:before {
  content: "\f16b";
}
.fi-ss-apps-sort:before {
  content: "\f16c";
}
.fi-ss-apps:before {
  content: "\f16d";
}
.fi-ss-archive:before {
  content: "\f16e";
}
.fi-ss-archway:before {
  content: "\f16f";
}
.fi-ss-arrow-alt-circle-down:before {
  content: "\f170";
}
.fi-ss-arrow-alt-circle-left:before {
  content: "\f171";
}
.fi-ss-arrow-alt-circle-right:before {
  content: "\f172";
}
.fi-ss-arrow-alt-circle-up:before {
  content: "\f173";
}
.fi-ss-arrow-alt-down:before {
  content: "\f174";
}
.fi-ss-arrow-alt-from-bottom:before {
  content: "\f175";
}
.fi-ss-arrow-alt-from-left:before {
  content: "\f176";
}
.fi-ss-arrow-alt-from-right:before {
  content: "\f177";
}
.fi-ss-arrow-alt-from-top:before {
  content: "\f178";
}
.fi-ss-arrow-alt-left:before {
  content: "\f179";
}
.fi-ss-arrow-alt-right:before {
  content: "\f17a";
}
.fi-ss-arrow-alt-square-down:before {
  content: "\f17b";
}
.fi-ss-arrow-alt-square-left:before {
  content: "\f17c";
}
.fi-ss-arrow-alt-square-right:before {
  content: "\f17d";
}
.fi-ss-arrow-alt-square-up:before {
  content: "\f17e";
}
.fi-ss-arrow-alt-to-bottom:before {
  content: "\f17f";
}
.fi-ss-arrow-alt-to-left:before {
  content: "\f180";
}
.fi-ss-arrow-alt-to-right:before {
  content: "\f181";
}
.fi-ss-arrow-alt-to-top:before {
  content: "\f182";
}
.fi-ss-arrow-alt-up:before {
  content: "\f183";
}
.fi-ss-arrow-circle-down:before {
  content: "\f184";
}
.fi-ss-arrow-circle-left:before {
  content: "\f185";
}
.fi-ss-arrow-circle-right:before {
  content: "\f186";
}
.fi-ss-arrow-circle-up:before {
  content: "\f187";
}
.fi-ss-arrow-comparison:before {
  content: "\f188";
}
.fi-ss-arrow-down-from-arc:before {
  content: "\f189";
}
.fi-ss-arrow-down-from-dotted-line:before {
  content: "\f18a";
}
.fi-ss-arrow-down-left:before {
  content: "\f18b";
}
.fi-ss-arrow-down-small-big:before {
  content: "\f18c";
}
.fi-ss-arrow-down-to-dotted-line:before {
  content: "\f18d";
}
.fi-ss-arrow-down-to-square:before {
  content: "\f18e";
}
.fi-ss-arrow-down-triangle-square:before {
  content: "\f18f";
}
.fi-ss-arrow-down:before {
  content: "\f190";
}
.fi-ss-arrow-from-bottom:before {
  content: "\f191";
}
.fi-ss-arrow-from-left:before {
  content: "\f192";
}
.fi-ss-arrow-from-right:before {
  content: "\f193";
}
.fi-ss-arrow-from-top:before {
  content: "\f194";
}
.fi-ss-arrow-left-from-arc:before {
  content: "\f195";
}
.fi-ss-arrow-left-from-line:before {
  content: "\f196";
}
.fi-ss-arrow-left-to-arc:before {
  content: "\f197";
}
.fi-ss-arrow-left:before {
  content: "\f198";
}
.fi-ss-arrow-progress-alt:before {
  content: "\f199";
}
.fi-ss-arrow-progress:before {
  content: "\f19a";
}
.fi-ss-arrow-right-to-bracket:before {
  content: "\f19b";
}
.fi-ss-arrow-right:before {
  content: "\f19c";
}
.fi-ss-arrow-small-down:before {
  content: "\f19d";
}
.fi-ss-arrow-small-left:before {
  content: "\f19e";
}
.fi-ss-arrow-small-right:before {
  content: "\f19f";
}
.fi-ss-arrow-small-up:before {
  content: "\f1a0";
}
.fi-ss-arrow-square-down:before {
  content: "\f1a1";
}
.fi-ss-arrow-square-left:before {
  content: "\f1a2";
}
.fi-ss-arrow-square-right:before {
  content: "\f1a3";
}
.fi-ss-arrow-square-up:before {
  content: "\f1a4";
}
.fi-ss-arrow-to-bottom:before {
  content: "\f1a5";
}
.fi-ss-arrow-to-left:before {
  content: "\f1a6";
}
.fi-ss-arrow-to-right:before {
  content: "\f1a7";
}
.fi-ss-arrow-to-top:before {
  content: "\f1a8";
}
.fi-ss-arrow-trend-down:before {
  content: "\f1a9";
}
.fi-ss-arrow-trend-up:before {
  content: "\f1aa";
}
.fi-ss-arrow-turn-down-left:before {
  content: "\f1ab";
}
.fi-ss-arrow-turn-down-right:before {
  content: "\f1ac";
}
.fi-ss-arrow-turn-left-up:before {
  content: "\f1ad";
}
.fi-ss-arrow-up-from-dotted-line:before {
  content: "\f1ae";
}
.fi-ss-arrow-up-from-ground-water:before {
  content: "\f1af";
}
.fi-ss-arrow-up-from-square:before {
  content: "\f1b0";
}
.fi-ss-arrow-up-left-from-circle:before {
  content: "\f1b1";
}
.fi-ss-arrow-up-left:before {
  content: "\f1b2";
}
.fi-ss-arrow-up-right-and-arrow-down-left-from-center:before {
  content: "\f1b3";
}
.fi-ss-arrow-up-right-from-square:before {
  content: "\f1b4";
}
.fi-ss-arrow-up-right:before {
  content: "\f1b5";
}
.fi-ss-arrow-up-small-big:before {
  content: "\f1b6";
}
.fi-ss-arrow-up-square-triangle:before {
  content: "\f1b7";
}
.fi-ss-arrow-up-to-arc:before {
  content: "\f1b8";
}
.fi-ss-arrow-up-to-dotted-line:before {
  content: "\f1b9";
}
.fi-ss-arrow-up:before {
  content: "\f1ba";
}
.fi-ss-arrow-upward-growth-crypto:before {
  content: "\f1bb";
}
.fi-ss-arrows-alt-h:before {
  content: "\f1bc";
}
.fi-ss-arrows-alt-v:before {
  content: "\f1bd";
}
.fi-ss-arrows-alt:before {
  content: "\f1be";
}
.fi-ss-arrows-cross:before {
  content: "\f1bf";
}
.fi-ss-arrows-from-dotted-line:before {
  content: "\f1c0";
}
.fi-ss-arrows-from-line:before {
  content: "\f1c1";
}
.fi-ss-arrows-h-copy:before {
  content: "\f1c2";
}
.fi-ss-arrows-h:before {
  content: "\f1c3";
}
.fi-ss-arrows-repeat-1:before {
  content: "\f1c4";
}
.fi-ss-arrows-repeat:before {
  content: "\f1c5";
}
.fi-ss-arrows-retweet:before {
  content: "\f1c6";
}
.fi-ss-arrows-split-right-and-left:before {
  content: "\f1c7";
}
.fi-ss-arrows-split-up-and-left:before {
  content: "\f1c8";
}
.fi-ss-arrows-to-circle:before {
  content: "\f1c9";
}
.fi-ss-arrows-to-dotted-line:before {
  content: "\f1ca";
}
.fi-ss-arrows-to-eye:before {
  content: "\f1cb";
}
.fi-ss-arrows-to-line:before {
  content: "\f1cc";
}
.fi-ss-arrows:before {
  content: "\f1cd";
}
.fi-ss-artificial-intelligence:before {
  content: "\f1ce";
}
.fi-ss-assept-document:before {
  content: "\f1cf";
}
.fi-ss-assessment-alt:before {
  content: "\f1d0";
}
.fi-ss-assessment:before {
  content: "\f1d1";
}
.fi-ss-assign:before {
  content: "\f1d2";
}
.fi-ss-assistive-listening-systems:before {
  content: "\f1d3";
}
.fi-ss-asterik:before {
  content: "\f1d4";
}
.fi-ss-at:before {
  content: "\f1d5";
}
.fi-ss-attribution-pen:before {
  content: "\f1d6";
}
.fi-ss-attribution-pencil:before {
  content: "\f1d7";
}
.fi-ss-aubergine:before {
  content: "\f1d8";
}
.fi-ss-auction:before {
  content: "\f1d9";
}
.fi-ss-audience-megaphone:before {
  content: "\f1da";
}
.fi-ss-audio-description-slash:before {
  content: "\f1db";
}
.fi-ss-audit-alt:before {
  content: "\f1dc";
}
.fi-ss-audit:before {
  content: "\f1dd";
}
.fi-ss-austral-sign:before {
  content: "\f1de";
}
.fi-ss-avocado:before {
  content: "\f1df";
}
.fi-ss-award:before {
  content: "\f1e0";
}
.fi-ss-axe-battle:before {
  content: "\f1e1";
}
.fi-ss-axe:before {
  content: "\f1e2";
}
.fi-ss-b:before {
  content: "\f1e3";
}
.fi-ss-baby-carriage:before {
  content: "\f1e4";
}
.fi-ss-baby:before {
  content: "\f1e5";
}
.fi-ss-back-up:before {
  content: "\f1e6";
}
.fi-ss-background:before {
  content: "\f1e7";
}
.fi-ss-backpack:before {
  content: "\f1e8";
}
.fi-ss-bacon:before {
  content: "\f1e9";
}
.fi-ss-bacteria:before {
  content: "\f1ea";
}
.fi-ss-bacterium:before {
  content: "\f1eb";
}
.fi-ss-badge-check:before {
  content: "\f1ec";
}
.fi-ss-badge-dollar:before {
  content: "\f1ed";
}
.fi-ss-badge-leaf:before {
  content: "\f1ee";
}
.fi-ss-badge-percent:before {
  content: "\f1ef";
}
.fi-ss-badge-sheriff:before {
  content: "\f1f0";
}
.fi-ss-badge:before {
  content: "\f1f1";
}
.fi-ss-badger-honey:before {
  content: "\f1f2";
}
.fi-ss-badget-check-alt:before {
  content: "\f1f3";
}
.fi-ss-badminton:before {
  content: "\f1f4";
}
.fi-ss-bag-map-pin:before {
  content: "\f1f5";
}
.fi-ss-bag-seedling:before {
  content: "\f1f6";
}
.fi-ss-bag-shopping-minus:before {
  content: "\f1f7";
}
.fi-ss-bags-shopping:before {
  content: "\f1f8";
}
.fi-ss-baguette:before {
  content: "\f1f9";
}
.fi-ss-bahai:before {
  content: "\f1fa";
}
.fi-ss-baht-sign:before {
  content: "\f1fb";
}
.fi-ss-balance-scale-left:before {
  content: "\f1fc";
}
.fi-ss-balance-scale-right:before {
  content: "\f1fd";
}
.fi-ss-ball-pile:before {
  content: "\f1fe";
}
.fi-ss-ballet-dance:before {
  content: "\f1ff";
}
.fi-ss-balloon:before {
  content: "\f200";
}
.fi-ss-balloons:before {
  content: "\f201";
}
.fi-ss-ballot-check:before {
  content: "\f202";
}
.fi-ss-ballot:before {
  content: "\f203";
}
.fi-ss-ban-bug:before {
  content: "\f204";
}
.fi-ss-ban:before {
  content: "\f205";
}
.fi-ss-banana:before {
  content: "\f206";
}
.fi-ss-band-aid:before {
  content: "\f207";
}
.fi-ss-bangladeshi-taka-sign:before {
  content: "\f208";
}
.fi-ss-banjo:before {
  content: "\f209";
}
.fi-ss-bank:before {
  content: "\f20a";
}
.fi-ss-banner-2:before {
  content: "\f20b";
}
.fi-ss-banner-3:before {
  content: "\f20c";
}
.fi-ss-banner-4:before {
  content: "\f20d";
}
.fi-ss-banner-5:before {
  content: "\f20e";
}
.fi-ss-banner:before {
  content: "\f20f";
}
.fi-ss-barber-pole:before {
  content: "\f210";
}
.fi-ss-barber-shop:before {
  content: "\f211";
}
.fi-ss-barcode-read:before {
  content: "\f212";
}
.fi-ss-barcode-scan:before {
  content: "\f213";
}
.fi-ss-barcode:before {
  content: "\f214";
}
.fi-ss-bars-filter:before {
  content: "\f215";
}
.fi-ss-bars-progress:before {
  content: "\f216";
}
.fi-ss-bars-sort:before {
  content: "\f217";
}
.fi-ss-bars-staggered:before {
  content: "\f218";
}
.fi-ss-baseball-alt:before {
  content: "\f219";
}
.fi-ss-baseball:before {
  content: "\f21a";
}
.fi-ss-basket-shopping-minus:before {
  content: "\f21b";
}
.fi-ss-basket-shopping-plus:before {
  content: "\f21c";
}
.fi-ss-basket-shopping-simple:before {
  content: "\f21d";
}
.fi-ss-basketball-hoop:before {
  content: "\f21e";
}
.fi-ss-basketball:before {
  content: "\f21f";
}
.fi-ss-bat:before {
  content: "\f220";
}
.fi-ss-bath:before {
  content: "\f221";
}
.fi-ss-battery-bolt:before {
  content: "\f222";
}
.fi-ss-battery-empty:before {
  content: "\f223";
}
.fi-ss-battery-exclamation:before {
  content: "\f224";
}
.fi-ss-battery-full:before {
  content: "\f225";
}
.fi-ss-battery-half:before {
  content: "\f226";
}
.fi-ss-battery-quarter:before {
  content: "\f227";
}
.fi-ss-battery-slash:before {
  content: "\f228";
}
.fi-ss-battery-three-quarters:before {
  content: "\f229";
}
.fi-ss-beacon:before {
  content: "\f22a";
}
.fi-ss-bed-alt:before {
  content: "\f22b";
}
.fi-ss-bed-bunk:before {
  content: "\f22c";
}
.fi-ss-bed-empty:before {
  content: "\f22d";
}
.fi-ss-bed:before {
  content: "\f22e";
}
.fi-ss-bee:before {
  content: "\f22f";
}
.fi-ss-beer-mug-empty:before {
  content: "\f230";
}
.fi-ss-beer:before {
  content: "\f231";
}
.fi-ss-bell-concierge:before {
  content: "\f232";
}
.fi-ss-bell-notification-call:before {
  content: "\f233";
}
.fi-ss-bell-notification-social-media:before {
  content: "\f234";
}
.fi-ss-bell-ring:before {
  content: "\f235";
}
.fi-ss-bell-school-slash:before {
  content: "\f236";
}
.fi-ss-bell-school:before {
  content: "\f237";
}
.fi-ss-bell-slash:before {
  content: "\f238";
}
.fi-ss-bell:before {
  content: "\f239";
}
.fi-ss-bells:before {
  content: "\f23a";
}
.fi-ss-bench-tree:before {
  content: "\f23b";
}
.fi-ss-benefit-diamond-alt:before {
  content: "\f23c";
}
.fi-ss-benefit-diamond:before {
  content: "\f23d";
}
.fi-ss-benefit-hand:before {
  content: "\f23e";
}
.fi-ss-benefit-increase:before {
  content: "\f23f";
}
.fi-ss-benefit-porcent:before {
  content: "\f240";
}
.fi-ss-benefit:before {
  content: "\f241";
}
.fi-ss-betamax:before {
  content: "\f242";
}
.fi-ss-bible:before {
  content: "\f243";
}
.fi-ss-bicycle-journey:before {
  content: "\f244";
}
.fi-ss-bike:before {
  content: "\f245";
}
.fi-ss-biking-mountain:before {
  content: "\f246";
}
.fi-ss-biking:before {
  content: "\f247";
}
.fi-ss-bill-arrow:before {
  content: "\f248";
}
.fi-ss-billiard:before {
  content: "\f249";
}
.fi-ss-bin-bottles:before {
  content: "\f24a";
}
.fi-ss-binary-circle-check:before {
  content: "\f24b";
}
.fi-ss-binary-lock:before {
  content: "\f24c";
}
.fi-ss-binary-slash:before {
  content: "\f24d";
}
.fi-ss-binary:before {
  content: "\f24e";
}
.fi-ss-binoculars:before {
  content: "\f24f";
}
.fi-ss-bio-leaves:before {
  content: "\f250";
}
.fi-ss-bio:before {
  content: "\f251";
}
.fi-ss-biohazard:before {
  content: "\f252";
}
.fi-ss-bird:before {
  content: "\f253";
}
.fi-ss-bitcoin-sign:before {
  content: "\f254";
}
.fi-ss-blanket:before {
  content: "\f255";
}
.fi-ss-blender-phone:before {
  content: "\f256";
}
.fi-ss-blender:before {
  content: "\f257";
}
.fi-ss-blinds-open:before {
  content: "\f258";
}
.fi-ss-blinds-raised:before {
  content: "\f259";
}
.fi-ss-blinds:before {
  content: "\f25a";
}
.fi-ss-block-brick:before {
  content: "\f25b";
}
.fi-ss-block-microphone:before {
  content: "\f25c";
}
.fi-ss-block-question:before {
  content: "\f25d";
}
.fi-ss-block-quote:before {
  content: "\f25e";
}
.fi-ss-block:before {
  content: "\f25f";
}
.fi-ss-blockchain-3:before {
  content: "\f260";
}
.fi-ss-blog-pencil:before {
  content: "\f261";
}
.fi-ss-blog-text:before {
  content: "\f262";
}
.fi-ss-blood-dropper:before {
  content: "\f263";
}
.fi-ss-blood-test-tube-alt:before {
  content: "\f264";
}
.fi-ss-blood-test-tube:before {
  content: "\f265";
}
.fi-ss-blood:before {
  content: "\f266";
}
.fi-ss-blossom:before {
  content: "\f267";
}
.fi-ss-blueberries:before {
  content: "\f268";
}
.fi-ss-blueprint:before {
  content: "\f269";
}
.fi-ss-bold:before {
  content: "\f26a";
}
.fi-ss-bolt-auto:before {
  content: "\f26b";
}
.fi-ss-bolt-slash:before {
  content: "\f26c";
}
.fi-ss-bolt:before {
  content: "\f26d";
}
.fi-ss-bomb:before {
  content: "\f26e";
}
.fi-ss-bone-break:before {
  content: "\f26f";
}
.fi-ss-bone:before {
  content: "\f270";
}
.fi-ss-bong:before {
  content: "\f271";
}
.fi-ss-bonus-alt:before {
  content: "\f272";
}
.fi-ss-bonus-star:before {
  content: "\f273";
}
.fi-ss-bonus:before {
  content: "\f274";
}
.fi-ss-book-alt:before {
  content: "\f275";
}
.fi-ss-book-arrow-right:before {
  content: "\f276";
}
.fi-ss-book-arrow-up:before {
  content: "\f277";
}
.fi-ss-book-atlas:before {
  content: "\f278";
}
.fi-ss-book-bookmark:before {
  content: "\f279";
}
.fi-ss-book-circle-arrow-right:before {
  content: "\f27a";
}
.fi-ss-book-circle-arrow-up:before {
  content: "\f27b";
}
.fi-ss-book-copy:before {
  content: "\f27c";
}
.fi-ss-book-dead:before {
  content: "\f27d";
}
.fi-ss-book-font:before {
  content: "\f27e";
}
.fi-ss-book-heart:before {
  content: "\f27f";
}
.fi-ss-book-medical:before {
  content: "\f280";
}
.fi-ss-book-open-cover:before {
  content: "\f281";
}
.fi-ss-book-open-reader:before {
  content: "\f282";
}
.fi-ss-book-plus:before {
  content: "\f283";
}
.fi-ss-book-quran:before {
  content: "\f284";
}
.fi-ss-book-section:before {
  content: "\f285";
}
.fi-ss-book-spells:before {
  content: "\f286";
}
.fi-ss-book-tanakh:before {
  content: "\f287";
}
.fi-ss-book-user:before {
  content: "\f288";
}
.fi-ss-book:before {
  content: "\f289";
}
.fi-ss-Booking:before {
  content: "\f28a";
}
.fi-ss-bookmark-slash:before {
  content: "\f28b";
}
.fi-ss-bookmark:before {
  content: "\f28c";
}
.fi-ss-books-medical:before {
  content: "\f28d";
}
.fi-ss-books:before {
  content: "\f28e";
}
.fi-ss-boot-heeled:before {
  content: "\f28f";
}
.fi-ss-boot:before {
  content: "\f290";
}
.fi-ss-booth-curtain:before {
  content: "\f291";
}
.fi-ss-border-all:before {
  content: "\f292";
}
.fi-ss-border-bottom:before {
  content: "\f293";
}
.fi-ss-border-center-h:before {
  content: "\f294";
}
.fi-ss-border-center-v:before {
  content: "\f295";
}
.fi-ss-border-inner:before {
  content: "\f296";
}
.fi-ss-border-left:before {
  content: "\f297";
}
.fi-ss-border-none:before {
  content: "\f298";
}
.fi-ss-border-outer:before {
  content: "\f299";
}
.fi-ss-border-right:before {
  content: "\f29a";
}
.fi-ss-border-style-alt:before {
  content: "\f29b";
}
.fi-ss-border-style:before {
  content: "\f29c";
}
.fi-ss-border-top:before {
  content: "\f29d";
}
.fi-ss-boss:before {
  content: "\f29e";
}
.fi-ss-bottle-droplet:before {
  content: "\f29f";
}
.fi-ss-bottle:before {
  content: "\f2a0";
}
.fi-ss-bow-arrow:before {
  content: "\f2a1";
}
.fi-ss-bowl-chopsticks-noodles:before {
  content: "\f2a2";
}
.fi-ss-bowl-chopsticks:before {
  content: "\f2a3";
}
.fi-ss-bowl-rice:before {
  content: "\f2a4";
}
.fi-ss-bowl-scoop:before {
  content: "\f2a5";
}
.fi-ss-bowl-scoops:before {
  content: "\f2a6";
}
.fi-ss-bowl-soft-serve:before {
  content: "\f2a7";
}
.fi-ss-bowl-spoon:before {
  content: "\f2a8";
}
.fi-ss-bowling-ball:before {
  content: "\f2a9";
}
.fi-ss-bowling-pins:before {
  content: "\f2aa";
}
.fi-ss-bowling:before {
  content: "\f2ab";
}
.fi-ss-box-alt:before {
  content: "\f2ac";
}
.fi-ss-box-ballot:before {
  content: "\f2ad";
}
.fi-ss-box-check:before {
  content: "\f2ae";
}
.fi-ss-box-circle-check:before {
  content: "\f2af";
}
.fi-ss-box-dollar:before {
  content: "\f2b0";
}
.fi-ss-box-fragile:before {
  content: "\f2b1";
}
.fi-ss-box-heart:before {
  content: "\f2b2";
}
.fi-ss-box-open-full:before {
  content: "\f2b3";
}
.fi-ss-box-open:before {
  content: "\f2b4";
}
.fi-ss-box-tissue:before {
  content: "\f2b5";
}
.fi-ss-box-up:before {
  content: "\f2b6";
}
.fi-ss-box:before {
  content: "\f2b7";
}
.fi-ss-boxes:before {
  content: "\f2b8";
}
.fi-ss-boxing-glove:before {
  content: "\f2b9";
}
.fi-ss-bracket-curly-right:before {
  content: "\f2ba";
}
.fi-ss-bracket-curly:before {
  content: "\f2bb";
}
.fi-ss-bracket-round-right:before {
  content: "\f2bc";
}
.fi-ss-bracket-round:before {
  content: "\f2bd";
}
.fi-ss-bracket-square-right:before {
  content: "\f2be";
}
.fi-ss-bracket-square:before {
  content: "\f2bf";
}
.fi-ss-brackets-curly:before {
  content: "\f2c0";
}
.fi-ss-brackets-round:before {
  content: "\f2c1";
}
.fi-ss-brackets-square:before {
  content: "\f2c2";
}
.fi-ss-braille-a:before {
  content: "\f2c3";
}
.fi-ss-braille-b:before {
  content: "\f2c4";
}
.fi-ss-braille-c:before {
  content: "\f2c5";
}
.fi-ss-braille-d:before {
  content: "\f2c6";
}
.fi-ss-braille-e:before {
  content: "\f2c7";
}
.fi-ss-braille-g:before {
  content: "\f2c8";
}
.fi-ss-braille-h:before {
  content: "\f2c9";
}
.fi-ss-braille-i:before {
  content: "\f2ca";
}
.fi-ss-braille-j:before {
  content: "\f2cb";
}
.fi-ss-braille-k:before {
  content: "\f2cc";
}
.fi-ss-braille-l:before {
  content: "\f2cd";
}
.fi-ss-braille-m:before {
  content: "\f2ce";
}
.fi-ss-braille-n-alt:before {
  content: "\f2cf";
}
.fi-ss-braille-n:before {
  content: "\f2d0";
}
.fi-ss-braille-o:before {
  content: "\f2d1";
}
.fi-ss-braille-p:before {
  content: "\f2d2";
}
.fi-ss-braille-q:before {
  content: "\f2d3";
}
.fi-ss-braille-r:before {
  content: "\f2d4";
}
.fi-ss-braille-s:before {
  content: "\f2d5";
}
.fi-ss-braille-t:before {
  content: "\f2d6";
}
.fi-ss-braille-u:before {
  content: "\f2d7";
}
.fi-ss-braille-v:before {
  content: "\f2d8";
}
.fi-ss-braille-w:before {
  content: "\f2d9";
}
.fi-ss-braille-x:before {
  content: "\f2da";
}
.fi-ss-braille-y:before {
  content: "\f2db";
}
.fi-ss-braille-z:before {
  content: "\f2dc";
}
.fi-ss-braille:before {
  content: "\f2dd";
}
.fi-ss-brain-circuit:before {
  content: "\f2de";
}
.fi-ss-brain:before {
  content: "\f2df";
}
.fi-ss-brake-warning:before {
  content: "\f2e0";
}
.fi-ss-branching:before {
  content: "\f2e1";
}
.fi-ss-brand:before {
  content: "\f2e2";
}
.fi-ss-branding:before {
  content: "\f2e3";
}
.fi-ss-bread-loaf:before {
  content: "\f2e4";
}
.fi-ss-bread-slice-butter:before {
  content: "\f2e5";
}
.fi-ss-bread-slice:before {
  content: "\f2e6";
}
.fi-ss-bread:before {
  content: "\f2e7";
}
.fi-ss-briefcase-arrow-right:before {
  content: "\f2e8";
}
.fi-ss-briefcase-blank:before {
  content: "\f2e9";
}
.fi-ss-briefcase:before {
  content: "\f2ea";
}
.fi-ss-brightness-low:before {
  content: "\f2eb";
}
.fi-ss-brightness:before {
  content: "\f2ec";
}
.fi-ss-bring-forward:before {
  content: "\f2ed";
}
.fi-ss-bring-front:before {
  content: "\f2ee";
}
.fi-ss-broadcast-tower:before {
  content: "\f2ef";
}
.fi-ss-broccoli:before {
  content: "\f2f0";
}
.fi-ss-broken-chain-link-wrong:before {
  content: "\f2f1";
}
.fi-ss-broken-image:before {
  content: "\f2f2";
}
.fi-ss-broom-ball:before {
  content: "\f2f3";
}
.fi-ss-broom:before {
  content: "\f2f4";
}
.fi-ss-browser-ui:before {
  content: "\f2f5";
}
.fi-ss-browser:before {
  content: "\f2f6";
}
.fi-ss-browsers:before {
  content: "\f2f7";
}
.fi-ss-brush:before {
  content: "\f2f8";
}
.fi-ss-bucket:before {
  content: "\f2f9";
}
.fi-ss-budget-alt:before {
  content: "\f2fa";
}
.fi-ss-budget:before {
  content: "\f2fb";
}
.fi-ss-bug-slash:before {
  content: "\f2fc";
}
.fi-ss-bug:before {
  content: "\f2fd";
}
.fi-ss-bugs:before {
  content: "\f2fe";
}
.fi-ss-build-alt:before {
  content: "\f2ff";
}
.fi-ss-build:before {
  content: "\f300";
}
.fi-ss-builder:before {
  content: "\f301";
}
.fi-ss-building-circle-arrow-right:before {
  content: "\f302";
}
.fi-ss-building-ngo:before {
  content: "\f303";
}
.fi-ss-building:before {
  content: "\f304";
}
.fi-ss-bulb:before {
  content: "\f305";
}
.fi-ss-bullet:before {
  content: "\f306";
}
.fi-ss-bullhorn:before {
  content: "\f307";
}
.fi-ss-bullseye-arrow:before {
  content: "\f308";
}
.fi-ss-bullseye-pointer:before {
  content: "\f309";
}
.fi-ss-bullseye:before {
  content: "\f30a";
}
.fi-ss-burger-alt:before {
  content: "\f30b";
}
.fi-ss-burger-fries:before {
  content: "\f30c";
}
.fi-ss-burger-glass:before {
  content: "\f30d";
}
.fi-ss-burrito:before {
  content: "\f30e";
}
.fi-ss-burst:before {
  content: "\f30f";
}
.fi-ss-bus-alt:before {
  content: "\f310";
}
.fi-ss-bus:before {
  content: "\f311";
}
.fi-ss-business-time:before {
  content: "\f312";
}
.fi-ss-Butter:before {
  content: "\f313";
}
.fi-ss-butterfly:before {
  content: "\f314";
}
.fi-ss-c:before {
  content: "\f315";
}
.fi-ss-cabin:before {
  content: "\f316";
}
.fi-ss-cactus:before {
  content: "\f317";
}
.fi-ss-cage-empty:before {
  content: "\f318";
}
.fi-ss-cake-birthday:before {
  content: "\f319";
}
.fi-ss-cake-slice:before {
  content: "\f31a";
}
.fi-ss-cake-wedding:before {
  content: "\f31b";
}
.fi-ss-calculator-bill:before {
  content: "\f31c";
}
.fi-ss-calculator-math-tax:before {
  content: "\f31d";
}
.fi-ss-calculator-money:before {
  content: "\f31e";
}
.fi-ss-calculator-simple:before {
  content: "\f31f";
}
.fi-ss-calculator:before {
  content: "\f320";
}
.fi-ss-calendar-arrow-down:before {
  content: "\f321";
}
.fi-ss-calendar-arrow-up:before {
  content: "\f322";
}
.fi-ss-calendar-birhtday-cake:before {
  content: "\f323";
}
.fi-ss-calendar-call:before {
  content: "\f324";
}
.fi-ss-calendar-check:before {
  content: "\f325";
}
.fi-ss-calendar-clock:before {
  content: "\f326";
}
.fi-ss-calendar-day:before {
  content: "\f327";
}
.fi-ss-calendar-days:before {
  content: "\f328";
}
.fi-ss-calendar-event-tax:before {
  content: "\f329";
}
.fi-ss-calendar-exclamation:before {
  content: "\f32a";
}
.fi-ss-calendar-gavel-legal:before {
  content: "\f32b";
}
.fi-ss-calendar-heart:before {
  content: "\f32c";
}
.fi-ss-calendar-image:before {
  content: "\f32d";
}
.fi-ss-calendar-lines-pen:before {
  content: "\f32e";
}
.fi-ss-calendar-lines:before {
  content: "\f32f";
}
.fi-ss-calendar-minus:before {
  content: "\f330";
}
.fi-ss-calendar-payment-loan:before {
  content: "\f331";
}
.fi-ss-calendar-pen:before {
  content: "\f332";
}
.fi-ss-calendar-plus:before {
  content: "\f333";
}
.fi-ss-calendar-salary:before {
  content: "\f334";
}
.fi-ss-calendar-shift-swap:before {
  content: "\f335";
}
.fi-ss-calendar-star:before {
  content: "\f336";
}
.fi-ss-calendar-swap:before {
  content: "\f337";
}
.fi-ss-calendar-week:before {
  content: "\f338";
}
.fi-ss-calendar-xmark:before {
  content: "\f339";
}
.fi-ss-calendar:before {
  content: "\f33a";
}
.fi-ss-calendars:before {
  content: "\f33b";
}
.fi-ss-call-duration:before {
  content: "\f33c";
}
.fi-ss-call-history:before {
  content: "\f33d";
}
.fi-ss-call-incoming:before {
  content: "\f33e";
}
.fi-ss-call-missed:before {
  content: "\f33f";
}
.fi-ss-call-outgoing:before {
  content: "\f340";
}
.fi-ss-camcorder:before {
  content: "\f341";
}
.fi-ss-camera-cctv:before {
  content: "\f342";
}
.fi-ss-camera-movie:before {
  content: "\f343";
}
.fi-ss-camera-retro:before {
  content: "\f344";
}
.fi-ss-camera-rotate:before {
  content: "\f345";
}
.fi-ss-camera-security:before {
  content: "\f346";
}
.fi-ss-camera-slash:before {
  content: "\f347";
}
.fi-ss-camera-viewfinder:before {
  content: "\f348";
}
.fi-ss-camera:before {
  content: "\f349";
}
.fi-ss-campfire:before {
  content: "\f34a";
}
.fi-ss-camping:before {
  content: "\f34b";
}
.fi-ss-can-food:before {
  content: "\f34c";
}
.fi-ss-candle-holder:before {
  content: "\f34d";
}
.fi-ss-candle-lotus-yoga:before {
  content: "\f34e";
}
.fi-ss-candle-pose-yoga:before {
  content: "\f34f";
}
.fi-ss-candy-alt:before {
  content: "\f350";
}
.fi-ss-candy-bar:before {
  content: "\f351";
}
.fi-ss-candy-cane:before {
  content: "\f352";
}
.fi-ss-candy-corn:before {
  content: "\f353";
}
.fi-ss-candy-sweet:before {
  content: "\f354";
}
.fi-ss-candy:before {
  content: "\f355";
}
.fi-ss-Cannabis:before {
  content: "\f356";
}
.fi-ss-canned-food:before {
  content: "\f357";
}
.fi-ss-capsules:before {
  content: "\f358";
}
.fi-ss-car-alt:before {
  content: "\f359";
}
.fi-ss-car-battery:before {
  content: "\f35a";
}
.fi-ss-car-bolt:before {
  content: "\f35b";
}
.fi-ss-car-building:before {
  content: "\f35c";
}
.fi-ss-car-bump:before {
  content: "\f35d";
}
.fi-ss-car-bus:before {
  content: "\f35e";
}
.fi-ss-car-circle-bolt:before {
  content: "\f35f";
}
.fi-ss-car-crash:before {
  content: "\f360";
}
.fi-ss-car-garage:before {
  content: "\f361";
}
.fi-ss-car-journey:before {
  content: "\f362";
}
.fi-ss-car-mechanic:before {
  content: "\f363";
}
.fi-ss-car-rear:before {
  content: "\f364";
}
.fi-ss-car-side-bolt:before {
  content: "\f365";
}
.fi-ss-car-side:before {
  content: "\f366";
}
.fi-ss-car-tilt:before {
  content: "\f367";
}
.fi-ss-car-wash:before {
  content: "\f368";
}
.fi-ss-car:before {
  content: "\f369";
}
.fi-ss-caravan-alt:before {
  content: "\f36a";
}
.fi-ss-caravan:before {
  content: "\f36b";
}
.fi-ss-card-club:before {
  content: "\f36c";
}
.fi-ss-card-diamond:before {
  content: "\f36d";
}
.fi-ss-card-heart:before {
  content: "\f36e";
}
.fi-ss-card-spade:before {
  content: "\f36f";
}
.fi-ss-cardinal-compass:before {
  content: "\f370";
}
.fi-ss-career-growth:before {
  content: "\f371";
}
.fi-ss-career-path:before {
  content: "\f372";
}
.fi-ss-caret-circle-down:before {
  content: "\f373";
}
.fi-ss-caret-circle-right:before {
  content: "\f374";
}
.fi-ss-caret-circle-up:before {
  content: "\f375";
}
.fi-ss-caret-down:before {
  content: "\f376";
}
.fi-ss-caret-left:before {
  content: "\f377";
}
.fi-ss-caret-quare-up:before {
  content: "\f378";
}
.fi-ss-caret-right:before {
  content: "\f379";
}
.fi-ss-caret-square-down:before {
  content: "\f37a";
}
.fi-ss-caret-square-left_1:before {
  content: "\f37b";
}
.fi-ss-caret-square-left:before {
  content: "\f37c";
}
.fi-ss-caret-square-right:before {
  content: "\f37d";
}
.fi-ss-caret-up:before {
  content: "\f37e";
}
.fi-ss-carrot:before {
  content: "\f37f";
}
.fi-ss-cars-crash:before {
  content: "\f380";
}
.fi-ss-cars:before {
  content: "\f381";
}
.fi-ss-cart-arrow-down:before {
  content: "\f382";
}
.fi-ss-cart-minus:before {
  content: "\f383";
}
.fi-ss-cart-shopping-fast:before {
  content: "\f384";
}
.fi-ss-cash-register:before {
  content: "\f385";
}
.fi-ss-cassette-tape:before {
  content: "\f386";
}
.fi-ss-cassette-vhs:before {
  content: "\f387";
}
.fi-ss-castle:before {
  content: "\f388";
}
.fi-ss-cat-head:before {
  content: "\f389";
}
.fi-ss-cat-space:before {
  content: "\f38a";
}
.fi-ss-cat:before {
  content: "\f38b";
}
.fi-ss-catalog-alt:before {
  content: "\f38c";
}
.fi-ss-catalog-magazine:before {
  content: "\f38d";
}
.fi-ss-catalog:before {
  content: "\f38e";
}
.fi-ss-category-alt:before {
  content: "\f38f";
}
.fi-ss-category:before {
  content: "\f390";
}
.fi-ss-cauldron:before {
  content: "\f391";
}
.fi-ss-cedi-sign:before {
  content: "\f392";
}
.fi-ss-cello:before {
  content: "\f393";
}
.fi-ss-cent-sign:before {
  content: "\f394";
}
.fi-ss-chair-office:before {
  content: "\f395";
}
.fi-ss-chair:before {
  content: "\f396";
}
.fi-ss-chalkboard-user:before {
  content: "\f397";
}
.fi-ss-chalkboard:before {
  content: "\f398";
}
.fi-ss-challenge-alt:before {
  content: "\f399";
}
.fi-ss-challenge:before {
  content: "\f39a";
}
.fi-ss-channel:before {
  content: "\f39b";
}
.fi-ss-charging-station:before {
  content: "\f39c";
}
.fi-ss-chart-area:before {
  content: "\f39d";
}
.fi-ss-chart-bullet:before {
  content: "\f39e";
}
.fi-ss-chart-candlestick:before {
  content: "\f39f";
}
.fi-ss-chart-connected:before {
  content: "\f3a0";
}
.fi-ss-chart-gantt:before {
  content: "\f3a1";
}
.fi-ss-chart-histogram:before {
  content: "\f3a2";
}
.fi-ss-chart-kanban:before {
  content: "\f3a3";
}
.fi-ss-chart-line-up-down:before {
  content: "\f3a4";
}
.fi-ss-chart-line-up:before {
  content: "\f3a5";
}
.fi-ss-chart-mixed-up-circle-currency:before {
  content: "\f3a6";
}
.fi-ss-chart-mixed-up-circle-dollar:before {
  content: "\f3a7";
}
.fi-ss-chart-mixed:before {
  content: "\f3a8";
}
.fi-ss-chart-network:before {
  content: "\f3a9";
}
.fi-ss-chart-pie-alt:before {
  content: "\f3aa";
}
.fi-ss-chart-pie-simple-circle-currency:before {
  content: "\f3ab";
}
.fi-ss-chart-pie-simple-circle-dollar:before {
  content: "\f3ac";
}
.fi-ss-chart-pie:before {
  content: "\f3ad";
}
.fi-ss-chart-pyramid:before {
  content: "\f3ae";
}
.fi-ss-chart-radar:before {
  content: "\f3af";
}
.fi-ss-chart-scatter-3d:before {
  content: "\f3b0";
}
.fi-ss-chart-scatter-bubble:before {
  content: "\f3b1";
}
.fi-ss-chart-scatter:before {
  content: "\f3b2";
}
.fi-ss-chart-set-theory:before {
  content: "\f3b3";
}
.fi-ss-chart-simple-horizontal:before {
  content: "\f3b4";
}
.fi-ss-chart-simple:before {
  content: "\f3b5";
}
.fi-ss-chart-tree-map:before {
  content: "\f3b6";
}
.fi-ss-chart-tree:before {
  content: "\f3b7";
}
.fi-ss-chart-user:before {
  content: "\f3b8";
}
.fi-ss-chart-waterfall:before {
  content: "\f3b9";
}
.fi-ss-chat-arrow-down:before {
  content: "\f3ba";
}
.fi-ss-chat-arrow-grow:before {
  content: "\f3bb";
}
.fi-ss-chat-bubble-call:before {
  content: "\f3bc";
}
.fi-ss-chatbot-speech-bubble:before {
  content: "\f3bd";
}
.fi-ss-chatbot:before {
  content: "\f3be";
}
.fi-ss-cheap-bill:before {
  content: "\f3bf";
}
.fi-ss-cheap-dollar:before {
  content: "\f3c0";
}
.fi-ss-cheap-stack-dollar:before {
  content: "\f3c1";
}
.fi-ss-cheap-stack:before {
  content: "\f3c2";
}
.fi-ss-cheap:before {
  content: "\f3c3";
}
.fi-ss-check-circle:before {
  content: "\f3c4";
}
.fi-ss-check-double:before {
  content: "\f3c5";
}
.fi-ss-check-in-calendar:before {
  content: "\f3c6";
}
.fi-ss-check-out-calendar:before {
  content: "\f3c7";
}
.fi-ss-check:before {
  content: "\f3c8";
}
.fi-ss-checkbox:before {
  content: "\f3c9";
}
.fi-ss-checklist-task-budget:before {
  content: "\f3ca";
}
.fi-ss-cheese-alt:before {
  content: "\f3cb";
}
.fi-ss-cheese:before {
  content: "\f3cc";
}
.fi-ss-cheeseburger:before {
  content: "\f3cd";
}
.fi-ss-cherry:before {
  content: "\f3ce";
}
.fi-ss-chess-bishop:before {
  content: "\f3cf";
}
.fi-ss-chess-board:before {
  content: "\f3d0";
}
.fi-ss-chess-clock-alt:before {
  content: "\f3d1";
}
.fi-ss-chess-clock:before {
  content: "\f3d2";
}
.fi-ss-chess-king-alt:before {
  content: "\f3d3";
}
.fi-ss-chess-king:before {
  content: "\f3d4";
}
.fi-ss-chess-knight-alt:before {
  content: "\f3d5";
}
.fi-ss-chess-knight:before {
  content: "\f3d6";
}
.fi-ss-chess-pawn-alt:before {
  content: "\f3d7";
}
.fi-ss-chess-pawn:before {
  content: "\f3d8";
}
.fi-ss-chess-piece:before {
  content: "\f3d9";
}
.fi-ss-chess-queen-alt:before {
  content: "\f3da";
}
.fi-ss-chess-queen:before {
  content: "\f3db";
}
.fi-ss-chess-rook-alt:before {
  content: "\f3dc";
}
.fi-ss-chess-rook:before {
  content: "\f3dd";
}
.fi-ss-chess:before {
  content: "\f3de";
}
.fi-ss-chevron-double-down:before {
  content: "\f3df";
}
.fi-ss-chevron-double-up:before {
  content: "\f3e0";
}
.fi-ss-child-head:before {
  content: "\f3e1";
}
.fi-ss-child:before {
  content: "\f3e2";
}
.fi-ss-chimney:before {
  content: "\f3e3";
}
.fi-ss-chip:before {
  content: "\f3e4";
}
.fi-ss-chocolate:before {
  content: "\f3e5";
}
.fi-ss-choir-singing:before {
  content: "\f3e6";
}
.fi-ss-choose-alt:before {
  content: "\f3e7";
}
.fi-ss-choose:before {
  content: "\f3e8";
}
.fi-ss-church:before {
  content: "\f3e9";
}
.fi-ss-circle-0:before {
  content: "\f3ea";
}
.fi-ss-circle-1:before {
  content: "\f3eb";
}
.fi-ss-circle-2:before {
  content: "\f3ec";
}
.fi-ss-circle-3:before {
  content: "\f3ed";
}
.fi-ss-circle-4:before {
  content: "\f3ee";
}
.fi-ss-circle-5:before {
  content: "\f3ef";
}
.fi-ss-circle-6:before {
  content: "\f3f0";
}
.fi-ss-circle-7:before {
  content: "\f3f1";
}
.fi-ss-circle-8:before {
  content: "\f3f2";
}
.fi-ss-circle-9:before {
  content: "\f3f3";
}
.fi-ss-circle-a:before {
  content: "\f3f4";
}
.fi-ss-circle-b:before {
  content: "\f3f5";
}
.fi-ss-circle-bolt:before {
  content: "\f3f6";
}
.fi-ss-circle-book-open:before {
  content: "\f3f7";
}
.fi-ss-circle-bookmark:before {
  content: "\f3f8";
}
.fi-ss-circle-c:before {
  content: "\f3f9";
}
.fi-ss-circle-calendar:before {
  content: "\f3fa";
}
.fi-ss-circle-camera:before {
  content: "\f3fb";
}
.fi-ss-circle-d:before {
  content: "\f3fc";
}
.fi-ss-circle-dashed:before {
  content: "\f3fd";
}
.fi-ss-circle-divide:before {
  content: "\f3fe";
}
.fi-ss-circle-e:before {
  content: "\f3ff";
}
.fi-ss-circle-ellipsis-vertical:before {
  content: "\f400";
}
.fi-ss-circle-ellipsis:before {
  content: "\f401";
}
.fi-ss-circle-envelope:before {
  content: "\f402";
}
.fi-ss-circle-exclamation-check:before {
  content: "\f403";
}
.fi-ss-circle-f:before {
  content: "\f404";
}
.fi-ss-circle-g:before {
  content: "\f405";
}
.fi-ss-circle-h:before {
  content: "\f406";
}
.fi-ss-circle-half-stroke:before {
  content: "\f407";
}
.fi-ss-circle-half:before {
  content: "\f408";
}
.fi-ss-circle-heart:before {
  content: "\f409";
}
.fi-ss-circle-i:before {
  content: "\f40a";
}
.fi-ss-circle-j:before {
  content: "\f40b";
}
.fi-ss-circle-k:before {
  content: "\f40c";
}
.fi-ss-circle-l:before {
  content: "\f40d";
}
.fi-ss-circle-m:before {
  content: "\f40e";
}
.fi-ss-circle-microphone-lines:before {
  content: "\f40f";
}
.fi-ss-circle-microphone:before {
  content: "\f410";
}
.fi-ss-circle-n:before {
  content: "\f411";
}
.fi-ss-circle-nodes:before {
  content: "\f412";
}
.fi-ss-circle-o:before {
  content: "\f413";
}
.fi-ss-circle-overlap:before {
  content: "\f414";
}
.fi-ss-circle-p:before {
  content: "\f415";
}
.fi-ss-circle-phone-flip:before {
  content: "\f416";
}
.fi-ss-circle-phone-hangup:before {
  content: "\f417";
}
.fi-ss-circle-phone:before {
  content: "\f418";
}
.fi-ss-circle-q:before {
  content: "\f419";
}
.fi-ss-circle-quarter:before {
  content: "\f41a";
}
.fi-ss-circle-quarters-alt:before {
  content: "\f41b";
}
.fi-ss-circle-r:before {
  content: "\f41c";
}
.fi-ss-circle-s:before {
  content: "\f41d";
}
.fi-ss-circle-small:before {
  content: "\f41e";
}
.fi-ss-circle-star:before {
  content: "\f41f";
}
.fi-ss-circle-t:before {
  content: "\f420";
}
.fi-ss-circle-three-quarters:before {
  content: "\f421";
}
.fi-ss-circle-trash:before {
  content: "\f422";
}
.fi-ss-circle-u:before {
  content: "\f423";
}
.fi-ss-circle-user:before {
  content: "\f424";
}
.fi-ss-circle-v:before {
  content: "\f425";
}
.fi-ss-circle-video:before {
  content: "\f426";
}
.fi-ss-circle-w:before {
  content: "\f427";
}
.fi-ss-circle-waveform-lines:before {
  content: "\f428";
}
.fi-ss-circle-x:before {
  content: "\f429";
}
.fi-ss-circle-xmark:before {
  content: "\f42a";
}
.fi-ss-circle-y:before {
  content: "\f42b";
}
.fi-ss-circle-z:before {
  content: "\f42c";
}
.fi-ss-circle:before {
  content: "\f42d";
}
.fi-ss-citrus-slice:before {
  content: "\f42e";
}
.fi-ss-citrus:before {
  content: "\f42f";
}
.fi-ss-city:before {
  content: "\f430";
}
.fi-ss-clapperboard-play:before {
  content: "\f431";
}
.fi-ss-clapperboard:before {
  content: "\f432";
}
.fi-ss-clarinet:before {
  content: "\f433";
}
.fi-ss-claw-marks:before {
  content: "\f434";
}
.fi-ss-clear-alt:before {
  content: "\f435";
}
.fi-ss-clip-file:before {
  content: "\f436";
}
.fi-ss-clip-mail:before {
  content: "\f437";
}
.fi-ss-clip:before {
  content: "\f438";
}
.fi-ss-clipboard-check:before {
  content: "\f439";
}
.fi-ss-clipboard-exclamation:before {
  content: "\f43a";
}
.fi-ss-clipboard-list-check:before {
  content: "\f43b";
}
.fi-ss-clipboard-list:before {
  content: "\f43c";
}
.fi-ss-clipboard-prescription:before {
  content: "\f43d";
}
.fi-ss-clipboard-question:before {
  content: "\f43e";
}
.fi-ss-clipboard-user:before {
  content: "\f43f";
}
.fi-ss-clipboard:before {
  content: "\f440";
}
.fi-ss-clipoard-wrong:before {
  content: "\f441";
}
.fi-ss-clock-desk:before {
  content: "\f442";
}
.fi-ss-clock-eight-thirty:before {
  content: "\f443";
}
.fi-ss-clock-eleven-thirty:before {
  content: "\f444";
}
.fi-ss-clock-eleven:before {
  content: "\f445";
}
.fi-ss-clock-five-thirty:before {
  content: "\f446";
}
.fi-ss-clock-five:before {
  content: "\f447";
}
.fi-ss-clock-four-thirty:before {
  content: "\f448";
}
.fi-ss-clock-nine-thirty:before {
  content: "\f449";
}
.fi-ss-clock-nine:before {
  content: "\f44a";
}
.fi-ss-clock-one-thirty:before {
  content: "\f44b";
}
.fi-ss-clock-one:before {
  content: "\f44c";
}
.fi-ss-clock-seven-thirty:before {
  content: "\f44d";
}
.fi-ss-clock-seven:before {
  content: "\f44e";
}
.fi-ss-clock-six-thirty:before {
  content: "\f44f";
}
.fi-ss-clock-six:before {
  content: "\f450";
}
.fi-ss-clock-ten-thirty:before {
  content: "\f451";
}
.fi-ss-clock-ten:before {
  content: "\f452";
}
.fi-ss-clock-three-thirty:before {
  content: "\f453";
}
.fi-ss-clock-three:before {
  content: "\f454";
}
.fi-ss-clock-time-tracking:before {
  content: "\f455";
}
.fi-ss-clock-twelve-thirty:before {
  content: "\f456";
}
.fi-ss-clock-twelve:before {
  content: "\f457";
}
.fi-ss-clock-two-thirty:before {
  content: "\f458";
}
.fi-ss-clock-two:before {
  content: "\f459";
}
.fi-ss-clock-up-arrow:before {
  content: "\f45a";
}
.fi-ss-clock:before {
  content: "\f45b";
}
.fi-ss-clone:before {
  content: "\f45c";
}
.fi-ss-closed-captioning-slash:before {
  content: "\f45d";
}
.fi-ss-clothes-hanger:before {
  content: "\f45e";
}
.fi-ss-cloud-back-up-alt:before {
  content: "\f45f";
}
.fi-ss-cloud-back-up:before {
  content: "\f460";
}
.fi-ss-cloud-check:before {
  content: "\f461";
}
.fi-ss-cloud-code:before {
  content: "\f462";
}
.fi-ss-cloud-disabled:before {
  content: "\f463";
}
.fi-ss-cloud-download-alt:before {
  content: "\f464";
}
.fi-ss-cloud-download:before {
  content: "\f465";
}
.fi-ss-cloud-drizzle:before {
  content: "\f466";
}
.fi-ss-cloud-exclamation:before {
  content: "\f467";
}
.fi-ss-cloud-gear-automation:before {
  content: "\f468";
}
.fi-ss-cloud-hail-mixed:before {
  content: "\f469";
}
.fi-ss-cloud-hail:before {
  content: "\f46a";
}
.fi-ss-cloud-meatball:before {
  content: "\f46b";
}
.fi-ss-cloud-moon-rain:before {
  content: "\f46c";
}
.fi-ss-cloud-moon:before {
  content: "\f46d";
}
.fi-ss-cloud-question:before {
  content: "\f46e";
}
.fi-ss-cloud-rain:before {
  content: "\f46f";
}
.fi-ss-cloud-rainbow:before {
  content: "\f470";
}
.fi-ss-cloud-share:before {
  content: "\f471";
}
.fi-ss-cloud-showers-heavy:before {
  content: "\f472";
}
.fi-ss-cloud-showers:before {
  content: "\f473";
}
.fi-ss-cloud-sleet:before {
  content: "\f474";
}
.fi-ss-cloud-snow:before {
  content: "\f475";
}
.fi-ss-cloud-sun-rain:before {
  content: "\f476";
}
.fi-ss-cloud-sun:before {
  content: "\f477";
}
.fi-ss-cloud-upload-alt:before {
  content: "\f478";
}
.fi-ss-cloud-upload:before {
  content: "\f479";
}
.fi-ss-cloud:before {
  content: "\f47a";
}
.fi-ss-clouds-moon:before {
  content: "\f47b";
}
.fi-ss-clouds-sun:before {
  content: "\f47c";
}
.fi-ss-clouds:before {
  content: "\f47d";
}
.fi-ss-clover-alt:before {
  content: "\f47e";
}
.fi-ss-club:before {
  content: "\f47f";
}
.fi-ss-cocktail-alt:before {
  content: "\f480";
}
.fi-ss-cocktail:before {
  content: "\f481";
}
.fi-ss-coconut:before {
  content: "\f482";
}
.fi-ss-code-branch:before {
  content: "\f483";
}
.fi-ss-code-commit:before {
  content: "\f484";
}
.fi-ss-code-compare:before {
  content: "\f485";
}
.fi-ss-code-fork:before {
  content: "\f486";
}
.fi-ss-code-merge:before {
  content: "\f487";
}
.fi-ss-code-pull-request-closed:before {
  content: "\f488";
}
.fi-ss-code-pull-request-draft:before {
  content: "\f489";
}
.fi-ss-code-pull-request:before {
  content: "\f48a";
}
.fi-ss-code-simple:before {
  content: "\f48b";
}
.fi-ss-coffee-bean:before {
  content: "\f48c";
}
.fi-ss-coffee-beans:before {
  content: "\f48d";
}
.fi-ss-coffee-heart:before {
  content: "\f48e";
}
.fi-ss-coffee-pot:before {
  content: "\f48f";
}
.fi-ss-coffee:before {
  content: "\f490";
}
.fi-ss-coffin-cross:before {
  content: "\f491";
}
.fi-ss-coffin:before {
  content: "\f492";
}
.fi-ss-coin-up-arrow:before {
  content: "\f493";
}
.fi-ss-coin:before {
  content: "\f494";
}
.fi-ss-coins:before {
  content: "\f495";
}
.fi-ss-colon-sign:before {
  content: "\f496";
}
.fi-ss-columns-3:before {
  content: "\f497";
}
.fi-ss-comet:before {
  content: "\f498";
}
.fi-ss-command:before {
  content: "\f499";
}
.fi-ss-comment-alt-check:before {
  content: "\f49a";
}
.fi-ss-comment-alt-dots:before {
  content: "\f49b";
}
.fi-ss-comment-alt-edit:before {
  content: "\f49c";
}
.fi-ss-comment-alt-medical:before {
  content: "\f49d";
}
.fi-ss-comment-alt-middle-top:before {
  content: "\f49e";
}
.fi-ss-comment-alt-middle:before {
  content: "\f49f";
}
.fi-ss-comment-alt-minus:before {
  content: "\f4a0";
}
.fi-ss-comment-alt-music:before {
  content: "\f4a1";
}
.fi-ss-comment-alt:before {
  content: "\f4a2";
}
.fi-ss-comment-arrow-down:before {
  content: "\f4a3";
}
.fi-ss-comment-arrow-up-right:before {
  content: "\f4a4";
}
.fi-ss-comment-arrow-up:before {
  content: "\f4a5";
}
.fi-ss-comment-check:before {
  content: "\f4a6";
}
.fi-ss-comment-code:before {
  content: "\f4a7";
}
.fi-ss-comment-dollar:before {
  content: "\f4a8";
}
.fi-ss-comment-dots:before {
  content: "\f4a9";
}
.fi-ss-comment-exclamation:before {
  content: "\f4aa";
}
.fi-ss-comment-heart:before {
  content: "\f4ab";
}
.fi-ss-comment-image:before {
  content: "\f4ac";
}
.fi-ss-comment-info:before {
  content: "\f4ad";
}
.fi-ss-comment-medical:before {
  content: "\f4ae";
}
.fi-ss-comment-minus:before {
  content: "\f4af";
}
.fi-ss-comment-pen:before {
  content: "\f4b0";
}
.fi-ss-comment-question:before {
  content: "\f4b1";
}
.fi-ss-comment-quote:before {
  content: "\f4b2";
}
.fi-ss-comment-slash:before {
  content: "\f4b3";
}
.fi-ss-comment-smile:before {
  content: "\f4b4";
}
.fi-ss-comment-sms:before {
  content: "\f4b5";
}
.fi-ss-comment-text:before {
  content: "\f4b6";
}
.fi-ss-comment-user:before {
  content: "\f4b7";
}
.fi-ss-comment-xmark:before {
  content: "\f4b8";
}
.fi-ss-comment:before {
  content: "\f4b9";
}
.fi-ss-comments-dollar:before {
  content: "\f4ba";
}
.fi-ss-comments-question-check:before {
  content: "\f4bb";
}
.fi-ss-comments-question:before {
  content: "\f4bc";
}
.fi-ss-comments:before {
  content: "\f4bd";
}
.fi-ss-compass-alt:before {
  content: "\f4be";
}
.fi-ss-compass-east:before {
  content: "\f4bf";
}
.fi-ss-compass-north:before {
  content: "\f4c0";
}
.fi-ss-compass-slash:before {
  content: "\f4c1";
}
.fi-ss-compass-south:before {
  content: "\f4c2";
}
.fi-ss-compass-west:before {
  content: "\f4c3";
}
.fi-ss-completed:before {
  content: "\f4c4";
}
.fi-ss-compliance-clipboard:before {
  content: "\f4c5";
}
.fi-ss-compliance-document:before {
  content: "\f4c6";
}
.fi-ss-compliance:before {
  content: "\f4c7";
}
.fi-ss-compress-alt:before {
  content: "\f4c8";
}
.fi-ss-compress:before {
  content: "\f4c9";
}
.fi-ss-computer-classic:before {
  content: "\f4ca";
}
.fi-ss-computer-mouse:before {
  content: "\f4cb";
}
.fi-ss-computer-speaker:before {
  content: "\f4cc";
}
.fi-ss-computer:before {
  content: "\f4cd";
}
.fi-ss-concierge-bell:before {
  content: "\f4ce";
}
.fi-ss-condition-alt:before {
  content: "\f4cf";
}
.fi-ss-condition:before {
  content: "\f4d0";
}
.fi-ss-confetti:before {
  content: "\f4d1";
}
.fi-ss-constellation:before {
  content: "\f4d2";
}
.fi-ss-container-storage:before {
  content: "\f4d3";
}
.fi-ss-convert-document:before {
  content: "\f4d4";
}
.fi-ss-convert-shapes:before {
  content: "\f4d5";
}
.fi-ss-conveyor-belt-alt:before {
  content: "\f4d6";
}
.fi-ss-conveyor-belt-arm:before {
  content: "\f4d7";
}
.fi-ss-conveyor-belt-empty:before {
  content: "\f4d8";
}
.fi-ss-conveyor-belt:before {
  content: "\f4d9";
}
.fi-ss-cookie-alt:before {
  content: "\f4da";
}
.fi-ss-cookie:before {
  content: "\f4db";
}
.fi-ss-copy-alt:before {
  content: "\f4dc";
}
.fi-ss-copy-image:before {
  content: "\f4dd";
}
.fi-ss-copy:before {
  content: "\f4de";
}
.fi-ss-copyright:before {
  content: "\f4df";
}
.fi-ss-corn:before {
  content: "\f4e0";
}
.fi-ss-corporate-alt:before {
  content: "\f4e1";
}
.fi-ss-corporate:before {
  content: "\f4e2";
}
.fi-ss-couch:before {
  content: "\f4e3";
}
.fi-ss-court-sport:before {
  content: "\f4e4";
}
.fi-ss-cow-alt:before {
  content: "\f4e5";
}
.fi-ss-cow:before {
  content: "\f4e6";
}
.fi-ss-cowbell-circle-plus:before {
  content: "\f4e7";
}
.fi-ss-cowbell-more:before {
  content: "\f4e8";
}
.fi-ss-cowbell:before {
  content: "\f4e9";
}
.fi-ss-crab:before {
  content: "\f4ea";
}
.fi-ss-crate-empty:before {
  content: "\f4eb";
}
.fi-ss-cream:before {
  content: "\f4ec";
}
.fi-ss-credit-card-buyer:before {
  content: "\f4ed";
}
.fi-ss-credit-card-eye:before {
  content: "\f4ee";
}
.fi-ss-credit-card:before {
  content: "\f4ef";
}
.fi-ss-cricket:before {
  content: "\f4f0";
}
.fi-ss-crm-alt:before {
  content: "\f4f1";
}
.fi-ss-crm-computer:before {
  content: "\f4f2";
}
.fi-ss-CRM:before {
  content: "\f4f3";
}
.fi-ss-croissant:before {
  content: "\f4f4";
}
.fi-ss-cross-circle:before {
  content: "\f4f5";
}
.fi-ss-cross-religion:before {
  content: "\f4f6";
}
.fi-ss-cross-small:before {
  content: "\f4f7";
}
.fi-ss-cross:before {
  content: "\f4f8";
}
.fi-ss-crow:before {
  content: "\f4f9";
}
.fi-ss-crown:before {
  content: "\f4fa";
}
.fi-ss-crutch:before {
  content: "\f4fb";
}
.fi-ss-crutches:before {
  content: "\f4fc";
}
.fi-ss-cruzeiro-sign:before {
  content: "\f4fd";
}
.fi-ss-crypto-calendar:before {
  content: "\f4fe";
}
.fi-ss-cryptocurrency:before {
  content: "\f4ff";
}
.fi-ss-crystal-ball:before {
  content: "\f500";
}
.fi-ss-cube:before {
  content: "\f501";
}
.fi-ss-cubes-stacked:before {
  content: "\f502";
}
.fi-ss-cubes:before {
  content: "\f503";
}
.fi-ss-cucumber:before {
  content: "\f504";
}
.fi-ss-cup-straw-swoosh:before {
  content: "\f505";
}
.fi-ss-cup-straw:before {
  content: "\f506";
}
.fi-ss-cup-togo:before {
  content: "\f507";
}
.fi-ss-cupcake-alt:before {
  content: "\f508";
}
.fi-ss-cupcake:before {
  content: "\f509";
}
.fi-ss-curling:before {
  content: "\f50a";
}
.fi-ss-cursor-finger:before {
  content: "\f50b";
}
.fi-ss-cursor-plus:before {
  content: "\f50c";
}
.fi-ss-cursor-text-alt:before {
  content: "\f50d";
}
.fi-ss-cursor-text:before {
  content: "\f50e";
}
.fi-ss-cursor:before {
  content: "\f50f";
}
.fi-ss-curve-alt:before {
  content: "\f510";
}
.fi-ss-curve-arrow:before {
  content: "\f511";
}
.fi-ss-curve:before {
  content: "\f512";
}
.fi-ss-custard:before {
  content: "\f513";
}
.fi-ss-customer-care:before {
  content: "\f514";
}
.fi-ss-customer-service:before {
  content: "\f515";
}
.fi-ss-customization-cogwheel:before {
  content: "\f516";
}
.fi-ss-customization:before {
  content: "\f517";
}
.fi-ss-customize-computer:before {
  content: "\f518";
}
.fi-ss-customize-edit:before {
  content: "\f519";
}
.fi-ss-customize:before {
  content: "\f51a";
}
.fi-ss-CV:before {
  content: "\f51b";
}
.fi-ss-cvv-card:before {
  content: "\f51c";
}
.fi-ss-d:before {
  content: "\f51d";
}
.fi-ss-dagger:before {
  content: "\f51e";
}
.fi-ss-daily-calendar:before {
  content: "\f51f";
}
.fi-ss-damage:before {
  content: "\f520";
}
.fi-ss-dart:before {
  content: "\f521";
}
.fi-ss-dashboard-monitor:before {
  content: "\f522";
}
.fi-ss-dashboard-panel:before {
  content: "\f523";
}
.fi-ss-dashboard:before {
  content: "\f524";
}
.fi-ss-data-transfer:before {
  content: "\f525";
}
.fi-ss-database:before {
  content: "\f526";
}
.fi-ss-debt:before {
  content: "\f527";
}
.fi-ss-deer-rudolph:before {
  content: "\f528";
}
.fi-ss-deer:before {
  content: "\f529";
}
.fi-ss-delete-document:before {
  content: "\f52a";
}
.fi-ss-delete-right:before {
  content: "\f52b";
}
.fi-ss-delete-user:before {
  content: "\f52c";
}
.fi-ss-delete:before {
  content: "\f52d";
}
.fi-ss-democrat:before {
  content: "\f52e";
}
.fi-ss-department-structure:before {
  content: "\f52f";
}
.fi-ss-department:before {
  content: "\f530";
}
.fi-ss-deposit-alt:before {
  content: "\f531";
}
.fi-ss-deposit:before {
  content: "\f532";
}
.fi-ss-description-alt:before {
  content: "\f533";
}
.fi-ss-description:before {
  content: "\f534";
}
.fi-ss-desk:before {
  content: "\f535";
}
.fi-ss-desktop-arrow-down:before {
  content: "\f536";
}
.fi-ss-desktop-wallpaper:before {
  content: "\f537";
}
.fi-ss-devices:before {
  content: "\f538";
}
.fi-ss-dewpoint:before {
  content: "\f539";
}
.fi-ss-dharmachakra:before {
  content: "\f53a";
}
.fi-ss-diagram-cells:before {
  content: "\f53b";
}
.fi-ss-diagram-lean-canvas:before {
  content: "\f53c";
}
.fi-ss-diagram-nested:before {
  content: "\f53d";
}
.fi-ss-diagram-next:before {
  content: "\f53e";
}
.fi-ss-diagram-predecessor:before {
  content: "\f53f";
}
.fi-ss-diagram-previous:before {
  content: "\f540";
}
.fi-ss-diagram-project:before {
  content: "\f541";
}
.fi-ss-diagram-sankey:before {
  content: "\f542";
}
.fi-ss-diagram-subtask:before {
  content: "\f543";
}
.fi-ss-diagram-successor:before {
  content: "\f544";
}
.fi-ss-diagram-venn:before {
  content: "\f545";
}
.fi-ss-dial-high:before {
  content: "\f546";
}
.fi-ss-dial-low:before {
  content: "\f547";
}
.fi-ss-dial-max:before {
  content: "\f548";
}
.fi-ss-dial-med-low:before {
  content: "\f549";
}
.fi-ss-dial-med:before {
  content: "\f54a";
}
.fi-ss-dial-min:before {
  content: "\f54b";
}
.fi-ss-dial-off:before {
  content: "\f54c";
}
.fi-ss-dial:before {
  content: "\f54d";
}
.fi-ss-diamond-exclamation:before {
  content: "\f54e";
}
.fi-ss-diamond-turn-right:before {
  content: "\f54f";
}
.fi-ss-diamond:before {
  content: "\f550";
}
.fi-ss-diary-bookmark-down:before {
  content: "\f551";
}
.fi-ss-diary-bookmarks:before {
  content: "\f552";
}
.fi-ss-diary-clasp:before {
  content: "\f553";
}
.fi-ss-dice-alt:before {
  content: "\f554";
}
.fi-ss-dice-d10:before {
  content: "\f555";
}
.fi-ss-dice-d12:before {
  content: "\f556";
}
.fi-ss-dice-d20:before {
  content: "\f557";
}
.fi-ss-dice-d4:before {
  content: "\f558";
}
.fi-ss-dice-d6:before {
  content: "\f559";
}
.fi-ss-dice-d8:before {
  content: "\f55a";
}
.fi-ss-dice-four:before {
  content: "\f55b";
}
.fi-ss-dice-one:before {
  content: "\f55c";
}
.fi-ss-dice-six:before {
  content: "\f55d";
}
.fi-ss-dice-three:before {
  content: "\f55e";
}
.fi-ss-dice-two:before {
  content: "\f55f";
}
.fi-ss-dice:before {
  content: "\f560";
}
.fi-ss-digging:before {
  content: "\f561";
}
.fi-ss-digital-tachograph:before {
  content: "\f562";
}
.fi-ss-dinner:before {
  content: "\f563";
}
.fi-ss-diploma:before {
  content: "\f564";
}
.fi-ss-direction-signal-arrow:before {
  content: "\f565";
}
.fi-ss-direction-signal:before {
  content: "\f566";
}
.fi-ss-disc-drive:before {
  content: "\f567";
}
.fi-ss-discover:before {
  content: "\f568";
}
.fi-ss-disease:before {
  content: "\f569";
}
.fi-ss-disk:before {
  content: "\f56a";
}
.fi-ss-display-arrow-down:before {
  content: "\f56b";
}
.fi-ss-display-chart-up:before {
  content: "\f56c";
}
.fi-ss-display-code:before {
  content: "\f56d";
}
.fi-ss-display-medical:before {
  content: "\f56e";
}
.fi-ss-display-slash:before {
  content: "\f56f";
}
.fi-ss-distribute-spacing-horizontal:before {
  content: "\f570";
}
.fi-ss-distribute-spacing-vertical:before {
  content: "\f571";
}
.fi-ss-divide:before {
  content: "\f572";
}
.fi-ss-dizzy:before {
  content: "\f573";
}
.fi-ss-dna:before {
  content: "\f574";
}
.fi-ss-do-not-enter:before {
  content: "\f575";
}
.fi-ss-doctor:before {
  content: "\f576";
}
.fi-ss-document-circle-wrong:before {
  content: "\f577";
}
.fi-ss-document-paid:before {
  content: "\f578";
}
.fi-ss-document-signed:before {
  content: "\f579";
}
.fi-ss-document:before {
  content: "\f57a";
}
.fi-ss-dog-leashed:before {
  content: "\f57b";
}
.fi-ss-dog:before {
  content: "\f57c";
}
.fi-ss-dollar:before {
  content: "\f57d";
}
.fi-ss-dolly-flatbed-alt:before {
  content: "\f57e";
}
.fi-ss-dolly-flatbed-empty:before {
  content: "\f57f";
}
.fi-ss-dolly-flatbed:before {
  content: "\f580";
}
.fi-ss-dolphin:before {
  content: "\f581";
}
.fi-ss-domino-effect:before {
  content: "\f582";
}
.fi-ss-donate:before {
  content: "\f583";
}
.fi-ss-dong-sign:before {
  content: "\f584";
}
.fi-ss-donut:before {
  content: "\f585";
}
.fi-ss-door-closed:before {
  content: "\f586";
}
.fi-ss-door-open:before {
  content: "\f587";
}
.fi-ss-dot-circle:before {
  content: "\f588";
}
.fi-ss-dot-pending:before {
  content: "\f589";
}
.fi-ss-dove:before {
  content: "\f58a";
}
.fi-ss-down-from-bracket:before {
  content: "\f58b";
}
.fi-ss-down-left-and-up-right-to-center:before {
  content: "\f58c";
}
.fi-ss-down-left:before {
  content: "\f58d";
}
.fi-ss-down-right:before {
  content: "\f58e";
}
.fi-ss-down-to-line:before {
  content: "\f58f";
}
.fi-ss-down:before {
  content: "\f590";
}
.fi-ss-download:before {
  content: "\f591";
}
.fi-ss-drafting-compass:before {
  content: "\f592";
}
.fi-ss-dragon:before {
  content: "\f593";
}
.fi-ss-draw-polygon:before {
  content: "\f594";
}
.fi-ss-draw-square:before {
  content: "\f595";
}
.fi-ss-drawer-alt:before {
  content: "\f596";
}
.fi-ss-drawer-empty:before {
  content: "\f597";
}
.fi-ss-drawer:before {
  content: "\f598";
}
.fi-ss-dreidel:before {
  content: "\f599";
}
.fi-ss-drink-alt:before {
  content: "\f59a";
}
.fi-ss-driver-man:before {
  content: "\f59b";
}
.fi-ss-driver-woman:before {
  content: "\f59c";
}
.fi-ss-drone-alt:before {
  content: "\f59d";
}
.fi-ss-drone-front:before {
  content: "\f59e";
}
.fi-ss-drone:before {
  content: "\f59f";
}
.fi-ss-drop-down:before {
  content: "\f5a0";
}
.fi-ss-dropdown-select:before {
  content: "\f5a1";
}
.fi-ss-dropdown:before {
  content: "\f5a2";
}
.fi-ss-drum-steelpan:before {
  content: "\f5a3";
}
.fi-ss-drum:before {
  content: "\f5a4";
}
.fi-ss-drumstick-bite:before {
  content: "\f5a5";
}
.fi-ss-drumstick:before {
  content: "\f5a6";
}
.fi-ss-dryer-alt:before {
  content: "\f5a7";
}
.fi-ss-dryer:before {
  content: "\f5a8";
}
.fi-ss-duck:before {
  content: "\f5a9";
}
.fi-ss-dumbbell-fitness:before {
  content: "\f5aa";
}
.fi-ss-dumbbell-horizontal:before {
  content: "\f5ab";
}
.fi-ss-dumbbell-ray:before {
  content: "\f5ac";
}
.fi-ss-dumbbell-weightlifting:before {
  content: "\f5ad";
}
.fi-ss-dumpster-fire:before {
  content: "\f5ae";
}
.fi-ss-dumpster:before {
  content: "\f5af";
}
.fi-ss-dungeon:before {
  content: "\f5b0";
}
.fi-ss-duplicate:before {
  content: "\f5b1";
}
.fi-ss-duration-alt:before {
  content: "\f5b2";
}
.fi-ss-duration:before {
  content: "\f5b3";
}
.fi-ss-e-learning:before {
  content: "\f5b4";
}
.fi-ss-e:before {
  content: "\f5b5";
}
.fi-ss-ear-deaf:before {
  content: "\f5b6";
}
.fi-ss-ear-muffs:before {
  content: "\f5b7";
}
.fi-ss-ear:before {
  content: "\f5b8";
}
.fi-ss-earnings:before {
  content: "\f5b9";
}
.fi-ss-earth-africa:before {
  content: "\f5ba";
}
.fi-ss-earth-americas:before {
  content: "\f5bb";
}
.fi-ss-earth-asia:before {
  content: "\f5bc";
}
.fi-ss-earth-europa:before {
  content: "\f5bd";
}
.fi-ss-eclipse-alt:before {
  content: "\f5be";
}
.fi-ss-eclipse:before {
  content: "\f5bf";
}
.fi-ss-edit-alt:before {
  content: "\f5c0";
}
.fi-ss-edit:before {
  content: "\f5c1";
}
.fi-ss-effect:before {
  content: "\f5c2";
}
.fi-ss-egg-fried:before {
  content: "\f5c3";
}
.fi-ss-egg:before {
  content: "\f5c4";
}
.fi-ss-eject:before {
  content: "\f5c5";
}
.fi-ss-elephant:before {
  content: "\f5c6";
}
.fi-ss-elevator:before {
  content: "\f5c7";
}
.fi-ss-email-pending:before {
  content: "\f5c8";
}
.fi-ss-employee-alt:before {
  content: "\f5c9";
}
.fi-ss-employee-handbook:before {
  content: "\f5ca";
}
.fi-ss-employee-man-alt:before {
  content: "\f5cb";
}
.fi-ss-employee-man:before {
  content: "\f5cc";
}
.fi-ss-employees-woman-man:before {
  content: "\f5cd";
}
.fi-ss-employees:before {
  content: "\f5ce";
}
.fi-ss-empty-set:before {
  content: "\f5cf";
}
.fi-ss-endless-loop:before {
  content: "\f5d0";
}
.fi-ss-engine-warning:before {
  content: "\f5d1";
}
.fi-ss-engine:before {
  content: "\f5d2";
}
.fi-ss-enter:before {
  content: "\f5d3";
}
.fi-ss-entertainment:before {
  content: "\f5d4";
}
.fi-ss-envelope-ban:before {
  content: "\f5d5";
}
.fi-ss-envelope-bulk:before {
  content: "\f5d6";
}
.fi-ss-envelope-dot:before {
  content: "\f5d7";
}
.fi-ss-envelope-download:before {
  content: "\f5d8";
}
.fi-ss-envelope-heart:before {
  content: "\f5d9";
}
.fi-ss-envelope-marker:before {
  content: "\f5da";
}
.fi-ss-envelope-open-dollar:before {
  content: "\f5db";
}
.fi-ss-envelope-open-text:before {
  content: "\f5dc";
}
.fi-ss-envelope-open:before {
  content: "\f5dd";
}
.fi-ss-envelope-plus:before {
  content: "\f5de";
}
.fi-ss-envelope:before {
  content: "\f5df";
}
.fi-ss-envelopes:before {
  content: "\f5e0";
}
.fi-ss-equality:before {
  content: "\f5e1";
}
.fi-ss-equals:before {
  content: "\f5e2";
}
.fi-ss-equipment:before {
  content: "\f5e3";
}
.fi-ss-eraser:before {
  content: "\f5e4";
}
.fi-ss-error-camera:before {
  content: "\f5e5";
}
.fi-ss-escalator:before {
  content: "\f5e6";
}
.fi-ss-ethernet:before {
  content: "\f5e7";
}
.fi-ss-euro:before {
  content: "\f5e8";
}
.fi-ss-excavator:before {
  content: "\f5e9";
}
.fi-ss-exchange-alt:before {
  content: "\f5ea";
}
.fi-ss-exchange-cryptocurrency:before {
  content: "\f5eb";
}
.fi-ss-exchange:before {
  content: "\f5ec";
}
.fi-ss-exclamation:before {
  content: "\f5ed";
}
.fi-ss-exit-alt:before {
  content: "\f5ee";
}
.fi-ss-exit:before {
  content: "\f5ef";
}
.fi-ss-expand-arrows-alt:before {
  content: "\f5f0";
}
.fi-ss-expand-arrows:before {
  content: "\f5f1";
}
.fi-ss-expand:before {
  content: "\f5f2";
}
.fi-ss-expense-bill:before {
  content: "\f5f3";
}
.fi-ss-expense:before {
  content: "\f5f4";
}
.fi-ss-external-hard-drive:before {
  content: "\f5f5";
}
.fi-ss-external-world:before {
  content: "\f5f6";
}
.fi-ss-eye-crossed:before {
  content: "\f5f7";
}
.fi-ss-eye-dropper-half:before {
  content: "\f5f8";
}
.fi-ss-eye:before {
  content: "\f5f9";
}
.fi-ss-eyes:before {
  content: "\f5fa";
}
.fi-ss-f:before {
  content: "\f5fb";
}
.fi-ss-fabric:before {
  content: "\f5fc";
}
.fi-ss-face-angry-horns:before {
  content: "\f5fd";
}
.fi-ss-face-anguished:before {
  content: "\f5fe";
}
.fi-ss-face-anxious-sweat:before {
  content: "\f5ff";
}
.fi-ss-face-astonished:before {
  content: "\f600";
}
.fi-ss-face-awesome:before {
  content: "\f601";
}
.fi-ss-face-beam-hand-over-mouth:before {
  content: "\f602";
}
.fi-ss-face-confounded:before {
  content: "\f603";
}
.fi-ss-face-confused:before {
  content: "\f604";
}
.fi-ss-face-cowboy-hat:before {
  content: "\f605";
}
.fi-ss-face-disappointed:before {
  content: "\f606";
}
.fi-ss-face-disguise:before {
  content: "\f607";
}
.fi-ss-face-downcast-sweat:before {
  content: "\f608";
}
.fi-ss-face-drooling:before {
  content: "\f609";
}
.fi-ss-face-explode:before {
  content: "\f60a";
}
.fi-ss-face-expressionless:before {
  content: "\f60b";
}
.fi-ss-face-eyes-xmarks:before {
  content: "\f60c";
}
.fi-ss-face-fearful:before {
  content: "\f60d";
}
.fi-ss-face-glasses:before {
  content: "\f60e";
}
.fi-ss-face-grin-tongue-wink:before {
  content: "\f60f";
}
.fi-ss-face-hand-yawn:before {
  content: "\f610";
}
.fi-ss-face-head-bandage:before {
  content: "\f611";
}
.fi-ss-face-hushed:before {
  content: "\f612";
}
.fi-ss-face-icicles:before {
  content: "\f613";
}
.fi-ss-face-lying:before {
  content: "\f614";
}
.fi-ss-face-mask:before {
  content: "\f615";
}
.fi-ss-face-monocle:before {
  content: "\f616";
}
.fi-ss-face-nauseated:before {
  content: "\f617";
}
.fi-ss-face-nose-steam:before {
  content: "\f618";
}
.fi-ss-face-party:before {
  content: "\f619";
}
.fi-ss-face-pensive:before {
  content: "\f61a";
}
.fi-ss-face-persevering:before {
  content: "\f61b";
}
.fi-ss-face-pleading:before {
  content: "\f61c";
}
.fi-ss-face-raised-eyebrow:before {
  content: "\f61d";
}
.fi-ss-face-relieved:before {
  content: "\f61e";
}
.fi-ss-face-sad-sweat:before {
  content: "\f61f";
}
.fi-ss-face-scream:before {
  content: "\f620";
}
.fi-ss-face-shush:before {
  content: "\f621";
}
.fi-ss-face-sleeping:before {
  content: "\f622";
}
.fi-ss-face-sleepy:before {
  content: "\f623";
}
.fi-ss-face-smile-halo:before {
  content: "\f624";
}
.fi-ss-face-smile-hearts:before {
  content: "\f625";
}
.fi-ss-face-smile-horns:before {
  content: "\f626";
}
.fi-ss-face-smile-tear:before {
  content: "\f627";
}
.fi-ss-face-smile-tongue:before {
  content: "\f628";
}
.fi-ss-face-smile-upside-down:before {
  content: "\f629";
}
.fi-ss-face-smiling-hands:before {
  content: "\f62a";
}
.fi-ss-face-smirking:before {
  content: "\f62b";
}
.fi-ss-face-sunglasses-alt:before {
  content: "\f62c";
}
.fi-ss-face-sunglasses:before {
  content: "\f62d";
}
.fi-ss-face-swear:before {
  content: "\f62e";
}
.fi-ss-face-thermometer:before {
  content: "\f62f";
}
.fi-ss-face-thinking:before {
  content: "\f630";
}
.fi-ss-face-tissue:before {
  content: "\f631";
}
.fi-ss-face-tongue-money:before {
  content: "\f632";
}
.fi-ss-face-tongue-sweat:before {
  content: "\f633";
}
.fi-ss-face-unamused:before {
  content: "\f634";
}
.fi-ss-face-viewfinder:before {
  content: "\f635";
}
.fi-ss-face-vomit:before {
  content: "\f636";
}
.fi-ss-face-weary:before {
  content: "\f637";
}
.fi-ss-face-woozy:before {
  content: "\f638";
}
.fi-ss-face-worried:before {
  content: "\f639";
}
.fi-ss-face-zany:before {
  content: "\f63a";
}
.fi-ss-face-zipper:before {
  content: "\f63b";
}
.fi-ss-fail:before {
  content: "\f63c";
}
.fi-ss-falafel:before {
  content: "\f63d";
}
.fi-ss-family-dress:before {
  content: "\f63e";
}
.fi-ss-family-pants:before {
  content: "\f63f";
}
.fi-ss-family:before {
  content: "\f640";
}
.fi-ss-fan-table:before {
  content: "\f641";
}
.fi-ss-fan:before {
  content: "\f642";
}
.fi-ss-farm:before {
  content: "\f643";
}
.fi-ss-faucet-drip:before {
  content: "\f644";
}
.fi-ss-faucet:before {
  content: "\f645";
}
.fi-ss-fax:before {
  content: "\f646";
}
.fi-ss-feather-pointed:before {
  content: "\f647";
}
.fi-ss-feather:before {
  content: "\f648";
}
.fi-ss-features-alt:before {
  content: "\f649";
}
.fi-ss-features:before {
  content: "\f64a";
}
.fi-ss-fee-receipt:before {
  content: "\f64b";
}
.fi-ss-fee:before {
  content: "\f64c";
}
.fi-ss-feedback-alt:before {
  content: "\f64d";
}
.fi-ss-feedback-cycle-loop:before {
  content: "\f64e";
}
.fi-ss-feedback-hand:before {
  content: "\f64f";
}
.fi-ss-feedback-review:before {
  content: "\f650";
}
.fi-ss-feedback:before {
  content: "\f651";
}
.fi-ss-fence:before {
  content: "\f652";
}
.fi-ss-field-hockey:before {
  content: "\f653";
}
.fi-ss-fighter-jet:before {
  content: "\f654";
}
.fi-ss-file-ai:before {
  content: "\f655";
}
.fi-ss-file-audio:before {
  content: "\f656";
}
.fi-ss-file-binary:before {
  content: "\f657";
}
.fi-ss-file-chart-line:before {
  content: "\f658";
}
.fi-ss-file-chart-pie:before {
  content: "\f659";
}
.fi-ss-file-circle-info:before {
  content: "\f65a";
}
.fi-ss-file-cloud:before {
  content: "\f65b";
}
.fi-ss-file-code:before {
  content: "\f65c";
}
.fi-ss-file-csv:before {
  content: "\f65d";
}
.fi-ss-file-download:before {
  content: "\f65e";
}
.fi-ss-file-edit:before {
  content: "\f65f";
}
.fi-ss-file-eps:before {
  content: "\f660";
}
.fi-ss-file-excel:before {
  content: "\f661";
}
.fi-ss-file-exclamation:before {
  content: "\f662";
}
.fi-ss-file-export:before {
  content: "\f663";
}
.fi-ss-file-image:before {
  content: "\f664";
}
.fi-ss-file-import:before {
  content: "\f665";
}
.fi-ss-file-invoice-dollar:before {
  content: "\f666";
}
.fi-ss-file-invoice:before {
  content: "\f667";
}
.fi-ss-file-medical-alt:before {
  content: "\f668";
}
.fi-ss-file-medical:before {
  content: "\f669";
}
.fi-ss-file-minus:before {
  content: "\f66a";
}
.fi-ss-file-pdf:before {
  content: "\f66b";
}
.fi-ss-file-powerpoint:before {
  content: "\f66c";
}
.fi-ss-file-prescription:before {
  content: "\f66d";
}
.fi-ss-file-psd:before {
  content: "\f66e";
}
.fi-ss-file-signature:before {
  content: "\f66f";
}
.fi-ss-file-spreadsheet:before {
  content: "\f670";
}
.fi-ss-file-upload:before {
  content: "\f671";
}
.fi-ss-file-user:before {
  content: "\f672";
}
.fi-ss-file-video:before {
  content: "\f673";
}
.fi-ss-file-word:before {
  content: "\f674";
}
.fi-ss-file-zipper:before {
  content: "\f675";
}
.fi-ss-file:before {
  content: "\f676";
}
.fi-ss-files-medical:before {
  content: "\f677";
}
.fi-ss-fill:before {
  content: "\f678";
}
.fi-ss-film-canister:before {
  content: "\f679";
}
.fi-ss-film-slash:before {
  content: "\f67a";
}
.fi-ss-film:before {
  content: "\f67b";
}
.fi-ss-films:before {
  content: "\f67c";
}
.fi-ss-filter-list:before {
  content: "\f67d";
}
.fi-ss-filter-slash:before {
  content: "\f67e";
}
.fi-ss-filter:before {
  content: "\f67f";
}
.fi-ss-filters:before {
  content: "\f680";
}
.fi-ss-fingerprint-security-risk:before {
  content: "\f681";
}
.fi-ss-fingerprint:before {
  content: "\f682";
}
.fi-ss-fire-burner:before {
  content: "\f683";
}
.fi-ss-fire-extinguisher:before {
  content: "\f684";
}
.fi-ss-fire-flame-curved:before {
  content: "\f685";
}
.fi-ss-fire-flame-simple:before {
  content: "\f686";
}
.fi-ss-fire-hydrant:before {
  content: "\f687";
}
.fi-ss-fire-smoke:before {
  content: "\f688";
}
.fi-ss-fireplace:before {
  content: "\f689";
}
.fi-ss-first-award:before {
  content: "\f68a";
}
.fi-ss-first-laurel:before {
  content: "\f68b";
}
.fi-ss-first-medal:before {
  content: "\f68c";
}
.fi-ss-first:before {
  content: "\f68d";
}
.fi-ss-fish-bones:before {
  content: "\f68e";
}
.fi-ss-fish-cooked:before {
  content: "\f68f";
}
.fi-ss-fish:before {
  content: "\f690";
}
.fi-ss-fishing-rod:before {
  content: "\f691";
}
.fi-ss-fist-move:before {
  content: "\f692";
}
.fi-ss-flag-alt:before {
  content: "\f693";
}
.fi-ss-flag-checkered:before {
  content: "\f694";
}
.fi-ss-flag-usa:before {
  content: "\f695";
}
.fi-ss-flag:before {
  content: "\f696";
}
.fi-ss-flame:before {
  content: "\f697";
}
.fi-ss-flashlight:before {
  content: "\f698";
}
.fi-ss-flask-gear:before {
  content: "\f699";
}
.fi-ss-flask-poison:before {
  content: "\f69a";
}
.fi-ss-flask-potion:before {
  content: "\f69b";
}
.fi-ss-flask:before {
  content: "\f69c";
}
.fi-ss-flatbread-stuffed:before {
  content: "\f69d";
}
.fi-ss-flatbread:before {
  content: "\f69e";
}
.fi-ss-flip-horizontal:before {
  content: "\f69f";
}
.fi-ss-floor-alt:before {
  content: "\f6a0";
}
.fi-ss-floor-layer:before {
  content: "\f6a1";
}
.fi-ss-floor:before {
  content: "\f6a2";
}
.fi-ss-floppy-disk-circle-arrow-right:before {
  content: "\f6a3";
}
.fi-ss-floppy-disk-circle-xmark:before {
  content: "\f6a4";
}
.fi-ss-floppy-disk-pen:before {
  content: "\f6a5";
}
.fi-ss-floppy-disks:before {
  content: "\f6a6";
}
.fi-ss-florin-sign:before {
  content: "\f6a7";
}
.fi-ss-flower-butterfly:before {
  content: "\f6a8";
}
.fi-ss-flower-daffodil:before {
  content: "\f6a9";
}
.fi-ss-flower-tulip:before {
  content: "\f6aa";
}
.fi-ss-flower:before {
  content: "\f6ab";
}
.fi-ss-flushed:before {
  content: "\f6ac";
}
.fi-ss-flute:before {
  content: "\f6ad";
}
.fi-ss-flux-capacitor:before {
  content: "\f6ae";
}
.fi-ss-fly-insect:before {
  content: "\f6af";
}
.fi-ss-flying-disc:before {
  content: "\f6b0";
}
.fi-ss-fog:before {
  content: "\f6b1";
}
.fi-ss-folder-download:before {
  content: "\f6b2";
}
.fi-ss-folder-fire:before {
  content: "\f6b3";
}
.fi-ss-folder-minus:before {
  content: "\f6b4";
}
.fi-ss-folder-open:before {
  content: "\f6b5";
}
.fi-ss-folder-times:before {
  content: "\f6b6";
}
.fi-ss-folder-tree:before {
  content: "\f6b7";
}
.fi-ss-folder-upload:before {
  content: "\f6b8";
}
.fi-ss-folder-xmark:before {
  content: "\f6b9";
}
.fi-ss-folder:before {
  content: "\f6ba";
}
.fi-ss-folders:before {
  content: "\f6bb";
}
.fi-ss-follow-folder:before {
  content: "\f6bc";
}
.fi-ss-followcollection:before {
  content: "\f6bd";
}
.fi-ss-following:before {
  content: "\f6be";
}
.fi-ss-fondue-pot:before {
  content: "\f6bf";
}
.fi-ss-football:before {
  content: "\f6c0";
}
.fi-ss-foreign-language-audio:before {
  content: "\f6c1";
}
.fi-ss-fork:before {
  content: "\f6c2";
}
.fi-ss-forklift:before {
  content: "\f6c3";
}
.fi-ss-form:before {
  content: "\f6c4";
}
.fi-ss-fort:before {
  content: "\f6c5";
}
.fi-ss-forward-fast:before {
  content: "\f6c6";
}
.fi-ss-forward:before {
  content: "\f6c7";
}
.fi-ss-fox:before {
  content: "\f6c8";
}
.fi-ss-frame:before {
  content: "\f6c9";
}
.fi-ss-franc-sign:before {
  content: "\f6ca";
}
.fi-ss-free-delivery:before {
  content: "\f6cb";
}
.fi-ss-free:before {
  content: "\f6cc";
}
.fi-ss-french-fries:before {
  content: "\f6cd";
}
.fi-ss-friday:before {
  content: "\f6ce";
}
.fi-ss-frog:before {
  content: "\f6cf";
}
.fi-ss-frown:before {
  content: "\f6d0";
}
.fi-ss-ftp:before {
  content: "\f6d1";
}
.fi-ss-function-process:before {
  content: "\f6d2";
}
.fi-ss-function-square:before {
  content: "\f6d3";
}
.fi-ss-function:before {
  content: "\f6d4";
}
.fi-ss-funnel-dollar:before {
  content: "\f6d5";
}
.fi-ss-g:before {
  content: "\f6d6";
}
.fi-ss-galaxy-alt:before {
  content: "\f6d7";
}
.fi-ss-galaxy-planet:before {
  content: "\f6d8";
}
.fi-ss-galaxy-star:before {
  content: "\f6d9";
}
.fi-ss-galaxy:before {
  content: "\f6da";
}
.fi-ss-gallery-thumbnails:before {
  content: "\f6db";
}
.fi-ss-gallery:before {
  content: "\f6dc";
}
.fi-ss-game-board-alt:before {
  content: "\f6dd";
}
.fi-ss-game:before {
  content: "\f6de";
}
.fi-ss-gamepad:before {
  content: "\f6df";
}
.fi-ss-games:before {
  content: "\f6e0";
}
.fi-ss-garage-car:before {
  content: "\f6e1";
}
.fi-ss-garage-open:before {
  content: "\f6e2";
}
.fi-ss-garage:before {
  content: "\f6e3";
}
.fi-ss-garlic-alt:before {
  content: "\f6e4";
}
.fi-ss-garlic:before {
  content: "\f6e5";
}
.fi-ss-gas-pump-alt:before {
  content: "\f6e6";
}
.fi-ss-gas-pump-slash:before {
  content: "\f6e7";
}
.fi-ss-gas-pump:before {
  content: "\f6e8";
}
.fi-ss-gauge-circle-bolt:before {
  content: "\f6e9";
}
.fi-ss-gauge-circle-minus:before {
  content: "\f6ea";
}
.fi-ss-gauge-circle-plus:before {
  content: "\f6eb";
}
.fi-ss-gavel:before {
  content: "\f6ec";
}
.fi-ss-gay-couple:before {
  content: "\f6ed";
}
.fi-ss-gears:before {
  content: "\f6ee";
}
.fi-ss-gem:before {
  content: "\f6ef";
}
.fi-ss-general:before {
  content: "\f6f0";
}
.fi-ss-ghost:before {
  content: "\f6f1";
}
.fi-ss-gif-square:before {
  content: "\f6f2";
}
.fi-ss-gif:before {
  content: "\f6f3";
}
.fi-ss-gift-box-benefits:before {
  content: "\f6f4";
}
.fi-ss-gift-card:before {
  content: "\f6f5";
}
.fi-ss-gift:before {
  content: "\f6f6";
}
.fi-ss-gifts:before {
  content: "\f6f7";
}
.fi-ss-gingerbread-man:before {
  content: "\f6f8";
}
.fi-ss-glass-champagne:before {
  content: "\f6f9";
}
.fi-ss-glass-cheers:before {
  content: "\f6fa";
}
.fi-ss-glass-citrus:before {
  content: "\f6fb";
}
.fi-ss-glass-empty:before {
  content: "\f6fc";
}
.fi-ss-glass-half:before {
  content: "\f6fd";
}
.fi-ss-glass-water-droplet:before {
  content: "\f6fe";
}
.fi-ss-glass-whiskey-rocks:before {
  content: "\f6ff";
}
.fi-ss-glass-whiskey:before {
  content: "\f700";
}
.fi-ss-glass:before {
  content: "\f701";
}
.fi-ss-glasses:before {
  content: "\f702";
}
.fi-ss-globe-alt:before {
  content: "\f703";
}
.fi-ss-globe-pointer:before {
  content: "\f704";
}
.fi-ss-globe-snow:before {
  content: "\f705";
}
.fi-ss-globe:before {
  content: "\f706";
}
.fi-ss-goal-net:before {
  content: "\f707";
}
.fi-ss-golf-ball:before {
  content: "\f708";
}
.fi-ss-golf-club:before {
  content: "\f709";
}
.fi-ss-golf-hole:before {
  content: "\f70a";
}
.fi-ss-golf:before {
  content: "\f70b";
}
.fi-ss-gopuram:before {
  content: "\f70c";
}
.fi-ss-government-budget:before {
  content: "\f70d";
}
.fi-ss-government-flag:before {
  content: "\f70e";
}
.fi-ss-government-user:before {
  content: "\f70f";
}
.fi-ss-graduation-cap:before {
  content: "\f710";
}
.fi-ss-gramophone:before {
  content: "\f711";
}
.fi-ss-grape:before {
  content: "\f712";
}
.fi-ss-graph-curve:before {
  content: "\f713";
}
.fi-ss-graphic-style:before {
  content: "\f714";
}
.fi-ss-graphic-tablet:before {
  content: "\f715";
}
.fi-ss-grate-droplet:before {
  content: "\f716";
}
.fi-ss-grate:before {
  content: "\f717";
}
.fi-ss-greater-than-equal:before {
  content: "\f718";
}
.fi-ss-greater-than:before {
  content: "\f719";
}
.fi-ss-greek-helmet:before {
  content: "\f71a";
}
.fi-ss-grid-alt:before {
  content: "\f71b";
}
.fi-ss-grid-dividers:before {
  content: "\f71c";
}
.fi-ss-grid:before {
  content: "\f71d";
}
.fi-ss-grill-hot-alt:before {
  content: "\f71e";
}
.fi-ss-grill:before {
  content: "\f71f";
}
.fi-ss-grimace:before {
  content: "\f720";
}
.fi-ss-grin-alt:before {
  content: "\f721";
}
.fi-ss-grin-beam-sweat:before {
  content: "\f722";
}
.fi-ss-grin-beam:before {
  content: "\f723";
}
.fi-ss-grin-hearts:before {
  content: "\f724";
}
.fi-ss-grin-squint-tears:before {
  content: "\f725";
}
.fi-ss-grin-squint:before {
  content: "\f726";
}
.fi-ss-grin-stars:before {
  content: "\f727";
}
.fi-ss-grin-tears:before {
  content: "\f728";
}
.fi-ss-grin-tongue-squint:before {
  content: "\f729";
}
.fi-ss-grin-tongue-wink:before {
  content: "\f72a";
}
.fi-ss-grin-tongue:before {
  content: "\f72b";
}
.fi-ss-grin-wink:before {
  content: "\f72c";
}
.fi-ss-grin:before {
  content: "\f72d";
}
.fi-ss-grip-dots-vertical:before {
  content: "\f72e";
}
.fi-ss-grip-dots:before {
  content: "\f72f";
}
.fi-ss-grip-horizontal:before {
  content: "\f730";
}
.fi-ss-grip-lines-vertical:before {
  content: "\f731";
}
.fi-ss-grip-lines:before {
  content: "\f732";
}
.fi-ss-grip-vertical:before {
  content: "\f733";
}
.fi-ss-grocery-bag:before {
  content: "\f734";
}
.fi-ss-grocery-basket:before {
  content: "\f735";
}
.fi-ss-group-arrows-rotate:before {
  content: "\f736";
}
.fi-ss-group-call:before {
  content: "\f737";
}
.fi-ss-group-community-social-media:before {
  content: "\f738";
}
.fi-ss-growth-chart-invest:before {
  content: "\f739";
}
.fi-ss-guarani-sign:before {
  content: "\f73a";
}
.fi-ss-guide-alt:before {
  content: "\f73b";
}
.fi-ss-guide:before {
  content: "\f73c";
}
.fi-ss-guitar-electric:before {
  content: "\f73d";
}
.fi-ss-guitar:before {
  content: "\f73e";
}
.fi-ss-guitars:before {
  content: "\f73f";
}
.fi-ss-gun-squirt:before {
  content: "\f740";
}
.fi-ss-gym:before {
  content: "\f741";
}
.fi-ss-h-square:before {
  content: "\f742";
}
.fi-ss-h:before {
  content: "\f743";
}
.fi-ss-h1:before {
  content: "\f744";
}
.fi-ss-h2:before {
  content: "\f745";
}
.fi-ss-h3:before {
  content: "\f746";
}
.fi-ss-h4:before {
  content: "\f747";
}
.fi-ss-hair-clipper:before {
  content: "\f748";
}
.fi-ss-hamburger-soda:before {
  content: "\f749";
}
.fi-ss-hamburger:before {
  content: "\f74a";
}
.fi-ss-hammer-crash:before {
  content: "\f74b";
}
.fi-ss-hammer-war:before {
  content: "\f74c";
}
.fi-ss-hammer:before {
  content: "\f74d";
}
.fi-ss-hamsa:before {
  content: "\f74e";
}
.fi-ss-hand-back-fist:before {
  content: "\f74f";
}
.fi-ss-hand-back-point-down:before {
  content: "\f750";
}
.fi-ss-hand-back-point-left:before {
  content: "\f751";
}
.fi-ss-hand-back-point-ribbon:before {
  content: "\f752";
}
.fi-ss-hand-back-point-right:before {
  content: "\f753";
}
.fi-ss-hand-bill:before {
  content: "\f754";
}
.fi-ss-hand-dots:before {
  content: "\f755";
}
.fi-ss-hand-fingers-crossed:before {
  content: "\f756";
}
.fi-ss-hand-fist:before {
  content: "\f757";
}
.fi-ss-hand-heart:before {
  content: "\f758";
}
.fi-ss-hand-holding-box:before {
  content: "\f759";
}
.fi-ss-hand-holding-droplet:before {
  content: "\f75a";
}
.fi-ss-hand-holding-heart:before {
  content: "\f75b";
}
.fi-ss-hand-holding-magic:before {
  content: "\f75c";
}
.fi-ss-hand-holding-medical:before {
  content: "\f75d";
}
.fi-ss-hand-holding-seeding:before {
  content: "\f75e";
}
.fi-ss-hand-holding-skull:before {
  content: "\f75f";
}
.fi-ss-hand-holding-usd:before {
  content: "\f760";
}
.fi-ss-hand-holding-water:before {
  content: "\f761";
}
.fi-ss-hand-horns:before {
  content: "\f762";
}
.fi-ss-hand-lizard:before {
  content: "\f763";
}
.fi-ss-hand-love:before {
  content: "\f764";
}
.fi-ss-hand-middle-finger:before {
  content: "\f765";
}
.fi-ss-hand-paper:before {
  content: "\f766";
}
.fi-ss-hand-peace:before {
  content: "\f767";
}
.fi-ss-hand-point-ribbon:before {
  content: "\f768";
}
.fi-ss-hand-scissors:before {
  content: "\f769";
}
.fi-ss-hand-sparkles:before {
  content: "\f76a";
}
.fi-ss-hand-spock:before {
  content: "\f76b";
}
.fi-ss-hand-wave:before {
  content: "\f76c";
}
.fi-ss-hand:before {
  content: "\f76d";
}
.fi-ss-handmade:before {
  content: "\f76e";
}
.fi-ss-hands-bubbles:before {
  content: "\f76f";
}
.fi-ss-hands-clapping:before {
  content: "\f770";
}
.fi-ss-hands-heart:before {
  content: "\f771";
}
.fi-ss-hands-holding-diamond:before {
  content: "\f772";
}
.fi-ss-hands-holding:before {
  content: "\f773";
}
.fi-ss-hands-usd:before {
  content: "\f774";
}
.fi-ss-handshake-angle:before {
  content: "\f775";
}
.fi-ss-handshake-deal-loan:before {
  content: "\f776";
}
.fi-ss-handshake-house:before {
  content: "\f777";
}
.fi-ss-handshake-simple-slash:before {
  content: "\f778";
}
.fi-ss-handshake-trust:before {
  content: "\f779";
}
.fi-ss-handshake:before {
  content: "\f77a";
}
.fi-ss-hard-hat:before {
  content: "\f77b";
}
.fi-ss-hashtag-lock:before {
  content: "\f77c";
}
.fi-ss-hastag:before {
  content: "\f77d";
}
.fi-ss-hat-beach:before {
  content: "\f77e";
}
.fi-ss-hat-birthday:before {
  content: "\f77f";
}
.fi-ss-hat-chef:before {
  content: "\f780";
}
.fi-ss-hat-cowboy-side:before {
  content: "\f781";
}
.fi-ss-hat-cowboy:before {
  content: "\f782";
}
.fi-ss-hat-santa:before {
  content: "\f783";
}
.fi-ss-hat-winter:before {
  content: "\f784";
}
.fi-ss-hat-witch:before {
  content: "\f785";
}
.fi-ss-hat-wizard:before {
  content: "\f786";
}
.fi-ss-hdd:before {
  content: "\f787";
}
.fi-ss-head-side-brain:before {
  content: "\f788";
}
.fi-ss-head-side-cough-slash:before {
  content: "\f789";
}
.fi-ss-head-side-cough:before {
  content: "\f78a";
}
.fi-ss-head-side-headphones:before {
  content: "\f78b";
}
.fi-ss-head-side-heart:before {
  content: "\f78c";
}
.fi-ss-head-side-mask:before {
  content: "\f78d";
}
.fi-ss-head-side-medical:before {
  content: "\f78e";
}
.fi-ss-head-side-thinking:before {
  content: "\f78f";
}
.fi-ss-head-side-virus:before {
  content: "\f790";
}
.fi-ss-head-side:before {
  content: "\f791";
}
.fi-ss-head-vr:before {
  content: "\f792";
}
.fi-ss-heading:before {
  content: "\f793";
}
.fi-ss-headphones:before {
  content: "\f794";
}
.fi-ss-headset:before {
  content: "\f795";
}
.fi-ss-heart-arrow:before {
  content: "\f796";
}
.fi-ss-heart-brain:before {
  content: "\f797";
}
.fi-ss-heart-crack:before {
  content: "\f798";
}
.fi-ss-heart-half-stroke:before {
  content: "\f799";
}
.fi-ss-heart-half:before {
  content: "\f79a";
}
.fi-ss-heart-health-muscle:before {
  content: "\f79b";
}
.fi-ss-heart-lock:before {
  content: "\f79c";
}
.fi-ss-heart-partner-handshake:before {
  content: "\f79d";
}
.fi-ss-heart-rate:before {
  content: "\f79e";
}
.fi-ss-heart-slash:before {
  content: "\f79f";
}
.fi-ss-heart-upside-down:before {
  content: "\f7a0";
}
.fi-ss-heart:before {
  content: "\f7a1";
}
.fi-ss-heat:before {
  content: "\f7a2";
}
.fi-ss-helicopter-side:before {
  content: "\f7a3";
}
.fi-ss-helmet-battle:before {
  content: "\f7a4";
}
.fi-ss-hexagon-check:before {
  content: "\f7a5";
}
.fi-ss-hexagon-divide:before {
  content: "\f7a6";
}
.fi-ss-hexagon-exclamation:before {
  content: "\f7a7";
}
.fi-ss-hexagon:before {
  content: "\f7a8";
}
.fi-ss-high-definition:before {
  content: "\f7a9";
}
.fi-ss-high-five-celebration-yes:before {
  content: "\f7aa";
}
.fi-ss-high-five:before {
  content: "\f7ab";
}
.fi-ss-highlighter-line:before {
  content: "\f7ac";
}
.fi-ss-highlighter:before {
  content: "\f7ad";
}
.fi-ss-hiking:before {
  content: "\f7ae";
}
.fi-ss-hippo:before {
  content: "\f7af";
}
.fi-ss-hockey-mask:before {
  content: "\f7b0";
}
.fi-ss-hockey-puck:before {
  content: "\f7b1";
}
.fi-ss-hockey-stick-puck:before {
  content: "\f7b2";
}
.fi-ss-hockey-sticks:before {
  content: "\f7b3";
}
.fi-ss-holding-hand-gear:before {
  content: "\f7b4";
}
.fi-ss-holding-hand-revenue:before {
  content: "\f7b5";
}
.fi-ss-holly-berry:before {
  content: "\f7b6";
}
.fi-ss-home-heart:before {
  content: "\f7b7";
}
.fi-ss-home-location-alt:before {
  content: "\f7b8";
}
.fi-ss-home-location:before {
  content: "\f7b9";
}
.fi-ss-home:before {
  content: "\f7ba";
}
.fi-ss-honey-pot:before {
  content: "\f7bb";
}
.fi-ss-hood-cloak:before {
  content: "\f7bc";
}
.fi-ss-horizontal-rule:before {
  content: "\f7bd";
}
.fi-ss-horse-head:before {
  content: "\f7be";
}
.fi-ss-horse-saddle:before {
  content: "\f7bf";
}
.fi-ss-horse:before {
  content: "\f7c0";
}
.fi-ss-horseshoe-broken:before {
  content: "\f7c1";
}
.fi-ss-horseshoe:before {
  content: "\f7c2";
}
.fi-ss-hose-reel:before {
  content: "\f7c3";
}
.fi-ss-hose:before {
  content: "\f7c4";
}
.fi-ss-hospital-symbol:before {
  content: "\f7c5";
}
.fi-ss-hospital-user:before {
  content: "\f7c6";
}
.fi-ss-hospital:before {
  content: "\f7c7";
}
.fi-ss-hospitals:before {
  content: "\f7c8";
}
.fi-ss-hot-tub:before {
  content: "\f7c9";
}
.fi-ss-hotdog:before {
  content: "\f7ca";
}
.fi-ss-hotel:before {
  content: "\f7cb";
}
.fi-ss-hourglass-end:before {
  content: "\f7cc";
}
.fi-ss-hourglass-start:before {
  content: "\f7cd";
}
.fi-ss-hourglass:before {
  content: "\f7ce";
}
.fi-ss-house-blank:before {
  content: "\f7cf";
}
.fi-ss-house-building:before {
  content: "\f7d0";
}
.fi-ss-house-chimney-blank:before {
  content: "\f7d1";
}
.fi-ss-house-chimney-crack:before {
  content: "\f7d2";
}
.fi-ss-house-chimney-heart:before {
  content: "\f7d3";
}
.fi-ss-house-chimney-medical:before {
  content: "\f7d4";
}
.fi-ss-house-chimney-user:before {
  content: "\f7d5";
}
.fi-ss-house-chimney-window:before {
  content: "\f7d6";
}
.fi-ss-house-chimney:before {
  content: "\f7d7";
}
.fi-ss-house-crack:before {
  content: "\f7d8";
}
.fi-ss-house-day:before {
  content: "\f7d9";
}
.fi-ss-house-flood:before {
  content: "\f7da";
}
.fi-ss-house-laptop:before {
  content: "\f7db";
}
.fi-ss-house-leave:before {
  content: "\f7dc";
}
.fi-ss-house-medical:before {
  content: "\f7dd";
}
.fi-ss-house-night:before {
  content: "\f7de";
}
.fi-ss-house-return:before {
  content: "\f7df";
}
.fi-ss-house-signal:before {
  content: "\f7e0";
}
.fi-ss-house-tree:before {
  content: "\f7e1";
}
.fi-ss-house-tsunami:before {
  content: "\f7e2";
}
.fi-ss-house-turret:before {
  content: "\f7e3";
}
.fi-ss-house-user:before {
  content: "\f7e4";
}
.fi-ss-house-window:before {
  content: "\f7e5";
}
.fi-ss-hr-group:before {
  content: "\f7e6";
}
.fi-ss-hr-person:before {
  content: "\f7e7";
}
.fi-ss-hr:before {
  content: "\f7e8";
}
.fi-ss-hryvnia:before {
  content: "\f7e9";
}
.fi-ss-humidity:before {
  content: "\f7ea";
}
.fi-ss-hundred-points:before {
  content: "\f7eb";
}
.fi-ss-hurricane:before {
  content: "\f7ec";
}
.fi-ss-i:before {
  content: "\f7ed";
}
.fi-ss-ice-cream:before {
  content: "\f7ee";
}
.fi-ss-icicles:before {
  content: "\f7ef";
}
.fi-ss-icon-star:before {
  content: "\f7f0";
}
.fi-ss-id-badge:before {
  content: "\f7f1";
}
.fi-ss-id-card-clip-alt:before {
  content: "\f7f2";
}
.fi-ss-igloo:before {
  content: "\f7f3";
}
.fi-ss-image-slash:before {
  content: "\f7f4";
}
.fi-ss-images-user:before {
  content: "\f7f5";
}
.fi-ss-images:before {
  content: "\f7f6";
}
.fi-ss-improve-user:before {
  content: "\f7f7";
}
.fi-ss-inbox-full:before {
  content: "\f7f8";
}
.fi-ss-inbox-in:before {
  content: "\f7f9";
}
.fi-ss-inbox-out:before {
  content: "\f7fa";
}
.fi-ss-inbox:before {
  content: "\f7fb";
}
.fi-ss-inboxes:before {
  content: "\f7fc";
}
.fi-ss-incense-sticks-yoga:before {
  content: "\f7fd";
}
.fi-ss-incognito:before {
  content: "\f7fe";
}
.fi-ss-indent:before {
  content: "\f7ff";
}
.fi-ss-indian-rupee-sign:before {
  content: "\f800";
}
.fi-ss-industry-alt:before {
  content: "\f801";
}
.fi-ss-industry-windows:before {
  content: "\f802";
}
.fi-ss-infinity:before {
  content: "\f803";
}
.fi-ss-info-guide:before {
  content: "\f804";
}
.fi-ss-info:before {
  content: "\f805";
}
.fi-ss-information:before {
  content: "\f806";
}
.fi-ss-inhaler:before {
  content: "\f807";
}
.fi-ss-input-numeric:before {
  content: "\f808";
}
.fi-ss-input-pipe:before {
  content: "\f809";
}
.fi-ss-input-text:before {
  content: "\f80a";
}
.fi-ss-insert-alt:before {
  content: "\f80b";
}
.fi-ss-insert-arrows:before {
  content: "\f80c";
}
.fi-ss-insert-button-circle:before {
  content: "\f80d";
}
.fi-ss-insert-credit-card:before {
  content: "\f80e";
}
.fi-ss-insert-square:before {
  content: "\f80f";
}
.fi-ss-insert:before {
  content: "\f810";
}
.fi-ss-insight-alt:before {
  content: "\f811";
}
.fi-ss-insight-head:before {
  content: "\f812";
}
.fi-ss-insight:before {
  content: "\f813";
}
.fi-ss-integral:before {
  content: "\f814";
}
.fi-ss-interactive:before {
  content: "\f815";
}
.fi-ss-interlining:before {
  content: "\f816";
}
.fi-ss-internet-speed-wifi:before {
  content: "\f817";
}
.fi-ss-interrogation:before {
  content: "\f818";
}
.fi-ss-intersection:before {
  content: "\f819";
}
.fi-ss-introduction-handshake:before {
  content: "\f81a";
}
.fi-ss-introduction:before {
  content: "\f81b";
}
.fi-ss-inventory-alt:before {
  content: "\f81c";
}
.fi-ss-invest:before {
  content: "\f81d";
}
.fi-ss-investment:before {
  content: "\f81e";
}
.fi-ss-invite-alt:before {
  content: "\f81f";
}
.fi-ss-invite:before {
  content: "\f820";
}
.fi-ss-iot-alt:before {
  content: "\f821";
}
.fi-ss-iot:before {
  content: "\f822";
}
.fi-ss-ip-address:before {
  content: "\f823";
}
.fi-ss-island-tropical:before {
  content: "\f824";
}
.fi-ss-issue-loupe:before {
  content: "\f825";
}
.fi-ss-it-alt:before {
  content: "\f826";
}
.fi-ss-it-computer:before {
  content: "\f827";
}
.fi-ss-it:before {
  content: "\f828";
}
.fi-ss-italian-lira-sign:before {
  content: "\f829";
}
.fi-ss-italic:before {
  content: "\f82a";
}
.fi-ss-j:before {
  content: "\f82b";
}
.fi-ss-jam:before {
  content: "\f82c";
}
.fi-ss-jar-alt:before {
  content: "\f82d";
}
.fi-ss-jar-wheat:before {
  content: "\f82e";
}
.fi-ss-javascript:before {
  content: "\f82f";
}
.fi-ss-joint:before {
  content: "\f830";
}
.fi-ss-joker:before {
  content: "\f831";
}
.fi-ss-journal-alt:before {
  content: "\f832";
}
.fi-ss-journal:before {
  content: "\f833";
}
.fi-ss-journey:before {
  content: "\f834";
}
.fi-ss-joystick:before {
  content: "\f835";
}
.fi-ss-jpg:before {
  content: "\f836";
}
.fi-ss-jug-alt:before {
  content: "\f837";
}
.fi-ss-jug-bottle:before {
  content: "\f838";
}
.fi-ss-jug:before {
  content: "\f839";
}
.fi-ss-jumping-rope:before {
  content: "\f83a";
}
.fi-ss-k:before {
  content: "\f83b";
}
.fi-ss-kaaba:before {
  content: "\f83c";
}
.fi-ss-kazoo:before {
  content: "\f83d";
}
.fi-ss-kerning:before {
  content: "\f83e";
}
.fi-ss-key-lock-crypto:before {
  content: "\f83f";
}
.fi-ss-key-skeleton-left-right:before {
  content: "\f840";
}
.fi-ss-key:before {
  content: "\f841";
}
.fi-ss-keyboard-brightness-low:before {
  content: "\f842";
}
.fi-ss-keyboard-brightness:before {
  content: "\f843";
}
.fi-ss-keyboard-down:before {
  content: "\f844";
}
.fi-ss-keyboard-left:before {
  content: "\f845";
}
.fi-ss-keyboard:before {
  content: "\f846";
}
.fi-ss-keynote:before {
  content: "\f847";
}
.fi-ss-kidneys:before {
  content: "\f848";
}
.fi-ss-kip-sign:before {
  content: "\f849";
}
.fi-ss-kiss-beam:before {
  content: "\f84a";
}
.fi-ss-kiss-wink-heart:before {
  content: "\f84b";
}
.fi-ss-kiss:before {
  content: "\f84c";
}
.fi-ss-kite:before {
  content: "\f84d";
}
.fi-ss-kiwi-bird:before {
  content: "\f84e";
}
.fi-ss-kiwi-fruit:before {
  content: "\f84f";
}
.fi-ss-knife-kitchen:before {
  content: "\f850";
}
.fi-ss-knife:before {
  content: "\f851";
}
.fi-ss-knitting:before {
  content: "\f852";
}
.fi-ss-kpi-evaluation:before {
  content: "\f853";
}
.fi-ss-kpi:before {
  content: "\f854";
}
.fi-ss-l:before {
  content: "\f855";
}
.fi-ss-label:before {
  content: "\f856";
}
.fi-ss-lacrosse-stick-ball:before {
  content: "\f857";
}
.fi-ss-lacrosse-stick:before {
  content: "\f858";
}
.fi-ss-lambda:before {
  content: "\f859";
}
.fi-ss-lamp-desk:before {
  content: "\f85a";
}
.fi-ss-lamp-floor:before {
  content: "\f85b";
}
.fi-ss-lamp-street:before {
  content: "\f85c";
}
.fi-ss-lamp:before {
  content: "\f85d";
}
.fi-ss-land-layer-location:before {
  content: "\f85e";
}
.fi-ss-land-layers:before {
  content: "\f85f";
}
.fi-ss-land-location:before {
  content: "\f860";
}
.fi-ss-landmark-alt:before {
  content: "\f861";
}
.fi-ss-language:before {
  content: "\f862";
}
.fi-ss-laptop-arrow-down:before {
  content: "\f863";
}
.fi-ss-laptop-binary:before {
  content: "\f864";
}
.fi-ss-laptop-code:before {
  content: "\f865";
}
.fi-ss-laptop-medical:before {
  content: "\f866";
}
.fi-ss-laptop-mobile:before {
  content: "\f867";
}
.fi-ss-laptop-slash:before {
  content: "\f868";
}
.fi-ss-laptop:before {
  content: "\f869";
}
.fi-ss-lari-sign:before {
  content: "\f86a";
}
.fi-ss-lasso-sparkles:before {
  content: "\f86b";
}
.fi-ss-lasso:before {
  content: "\f86c";
}
.fi-ss-last-square:before {
  content: "\f86d";
}
.fi-ss-laugh-beam:before {
  content: "\f86e";
}
.fi-ss-laugh-squint:before {
  content: "\f86f";
}
.fi-ss-laugh-wink:before {
  content: "\f870";
}
.fi-ss-laugh:before {
  content: "\f871";
}
.fi-ss-lawyer-man:before {
  content: "\f872";
}
.fi-ss-lawyer-woman:before {
  content: "\f873";
}
.fi-ss-layer-minus:before {
  content: "\f874";
}
.fi-ss-layer-plus:before {
  content: "\f875";
}
.fi-ss-layers:before {
  content: "\f876";
}
.fi-ss-layout-fluid:before {
  content: "\f877";
}
.fi-ss-lead-funnel:before {
  content: "\f878";
}
.fi-ss-lead-management:before {
  content: "\f879";
}
.fi-ss-lead:before {
  content: "\f87a";
}
.fi-ss-leader-alt:before {
  content: "\f87b";
}
.fi-ss-leader-speech:before {
  content: "\f87c";
}
.fi-ss-leader:before {
  content: "\f87d";
}
.fi-ss-leaderboard-alt:before {
  content: "\f87e";
}
.fi-ss-leaderboard-trophy:before {
  content: "\f87f";
}
.fi-ss-leaderboard:before {
  content: "\f880";
}
.fi-ss-leadership-alt:before {
  content: "\f881";
}
.fi-ss-leadership:before {
  content: "\f882";
}
.fi-ss-leaf-heart:before {
  content: "\f883";
}
.fi-ss-leaf-maple:before {
  content: "\f884";
}
.fi-ss-leaf-oak:before {
  content: "\f885";
}
.fi-ss-leaf:before {
  content: "\f886";
}
.fi-ss-leafy-green:before {
  content: "\f887";
}
.fi-ss-leave:before {
  content: "\f888";
}
.fi-ss-left-from-bracket:before {
  content: "\f889";
}
.fi-ss-left:before {
  content: "\f88a";
}
.fi-ss-legal:before {
  content: "\f88b";
}
.fi-ss-lemon:before {
  content: "\f88c";
}
.fi-ss-lesbian-couple:before {
  content: "\f88d";
}
.fi-ss-less-than-equal:before {
  content: "\f88e";
}
.fi-ss-less-than:before {
  content: "\f88f";
}
.fi-ss-lesson-class:before {
  content: "\f890";
}
.fi-ss-lesson:before {
  content: "\f891";
}
.fi-ss-letter-case:before {
  content: "\f892";
}
.fi-ss-lettuce:before {
  content: "\f893";
}
.fi-ss-level-down-alt:before {
  content: "\f894";
}
.fi-ss-level-down:before {
  content: "\f895";
}
.fi-ss-level-up-alt:before {
  content: "\f896";
}
.fi-ss-level-up:before {
  content: "\f897";
}
.fi-ss-license:before {
  content: "\f898";
}
.fi-ss-life-ring:before {
  content: "\f899";
}
.fi-ss-life:before {
  content: "\f89a";
}
.fi-ss-light-ceiling:before {
  content: "\f89b";
}
.fi-ss-light-emergency-on:before {
  content: "\f89c";
}
.fi-ss-light-emergency:before {
  content: "\f89d";
}
.fi-ss-light-switch-off:before {
  content: "\f89e";
}
.fi-ss-light-switch-on:before {
  content: "\f89f";
}
.fi-ss-light-switch:before {
  content: "\f8a0";
}
.fi-ss-lightbulb-cfl-on:before {
  content: "\f8a1";
}
.fi-ss-lightbulb-cfl:before {
  content: "\f8a2";
}
.fi-ss-lightbulb-dollar:before {
  content: "\f8a3";
}
.fi-ss-lightbulb-exclamation:before {
  content: "\f8a4";
}
.fi-ss-lightbulb-head:before {
  content: "\f8a5";
}
.fi-ss-lightbulb-on:before {
  content: "\f8a6";
}
.fi-ss-lightbulb-question:before {
  content: "\f8a7";
}
.fi-ss-lightbulb-setting:before {
  content: "\f8a8";
}
.fi-ss-lightbulb-slash:before {
  content: "\f8a9";
}
.fi-ss-lights-holiday:before {
  content: "\f8aa";
}
.fi-ss-limit-hand:before {
  content: "\f8ab";
}
.fi-ss-limit-speedometer:before {
  content: "\f8ac";
}
.fi-ss-line-width:before {
  content: "\f8ad";
}
.fi-ss-link-alt:before {
  content: "\f8ae";
}
.fi-ss-link-horizontal-slash:before {
  content: "\f8af";
}
.fi-ss-link-horizontal:before {
  content: "\f8b0";
}
.fi-ss-link-slash-alt:before {
  content: "\f8b1";
}
.fi-ss-link-slash:before {
  content: "\f8b2";
}
.fi-ss-link:before {
  content: "\f8b3";
}
.fi-ss-lion-head:before {
  content: "\f8b4";
}
.fi-ss-lion:before {
  content: "\f8b5";
}
.fi-ss-lips:before {
  content: "\f8b6";
}
.fi-ss-lipstick:before {
  content: "\f8b7";
}
.fi-ss-lira-sign:before {
  content: "\f8b8";
}
.fi-ss-list-check:before {
  content: "\f8b9";
}
.fi-ss-list-dropdown:before {
  content: "\f8ba";
}
.fi-ss-list-music:before {
  content: "\f8bb";
}
.fi-ss-list-timeline:before {
  content: "\f8bc";
}
.fi-ss-list:before {
  content: "\f8bd";
}
.fi-ss-litecoin-sign:before {
  content: "\f8be";
}
.fi-ss-live-alt:before {
  content: "\f8bf";
}
.fi-ss-live:before {
  content: "\f8c0";
}
.fi-ss-loading:before {
  content: "\f8c1";
}
.fi-ss-loan:before {
  content: "\f8c2";
}
.fi-ss-lobster:before {
  content: "\f8c3";
}
.fi-ss-location-alt:before {
  content: "\f8c4";
}
.fi-ss-location-arrow:before {
  content: "\f8c5";
}
.fi-ss-location-crosshairs-slash:before {
  content: "\f8c6";
}
.fi-ss-location-crosshairs:before {
  content: "\f8c7";
}
.fi-ss-location-dot-slash:before {
  content: "\f8c8";
}
.fi-ss-location-exclamation:before {
  content: "\f8c9";
}
.fi-ss-location-pin-call:before {
  content: "\f8ca";
}
.fi-ss-lock-alt:before {
  content: "\f8cb";
}
.fi-ss-lock-hashtag:before {
  content: "\f8cc";
}
.fi-ss-lock-open-alt:before {
  content: "\f8cd";
}
.fi-ss-lock:before {
  content: "\f8ce";
}
.fi-ss-locust:before {
  content: "\f8cf";
}
.fi-ss-loop-square:before {
  content: "\f8d0";
}
.fi-ss-loveseat:before {
  content: "\f8d1";
}
.fi-ss-low-vision:before {
  content: "\f8d2";
}
.fi-ss-luchador:before {
  content: "\f8d3";
}
.fi-ss-luggage-cart:before {
  content: "\f8d4";
}
.fi-ss-luggage-rolling:before {
  content: "\f8d5";
}
.fi-ss-lungs-virus:before {
  content: "\f8d6";
}
.fi-ss-lungs:before {
  content: "\f8d7";
}
.fi-ss-m:before {
  content: "\f8d8";
}
.fi-ss-mace:before {
  content: "\f8d9";
}
.fi-ss-magnet-user:before {
  content: "\f8da";
}
.fi-ss-magnet:before {
  content: "\f8db";
}
.fi-ss-mailbox-envelope:before {
  content: "\f8dc";
}
.fi-ss-mailbox-flag-up:before {
  content: "\f8dd";
}
.fi-ss-mailbox:before {
  content: "\f8de";
}
.fi-ss-makeup-brush:before {
  content: "\f8df";
}
.fi-ss-man-head:before {
  content: "\f8e0";
}
.fi-ss-man-scientist:before {
  content: "\f8e1";
}
.fi-ss-manat-sign:before {
  content: "\f8e2";
}
.fi-ss-mandolin:before {
  content: "\f8e3";
}
.fi-ss-mango:before {
  content: "\f8e4";
}
.fi-ss-manhole:before {
  content: "\f8e5";
}
.fi-ss-map-marker-check:before {
  content: "\f8e6";
}
.fi-ss-map-marker-cross:before {
  content: "\f8e7";
}
.fi-ss-map-marker-edit:before {
  content: "\f8e8";
}
.fi-ss-map-marker-home:before {
  content: "\f8e9";
}
.fi-ss-map-marker-minus:before {
  content: "\f8ea";
}
.fi-ss-map-marker-plus:before {
  content: "\f8eb";
}
.fi-ss-map-marker-question:before {
  content: "\f8ec";
}
.fi-ss-map-marker-slash:before {
  content: "\f8ed";
}
.fi-ss-map-marker-smile:before {
  content: "\f8ee";
}
.fi-ss-map-marker:before {
  content: "\f8ef";
}
.fi-ss-map-pin:before {
  content: "\f8f0";
}
.fi-ss-map-point:before {
  content: "\f8f1";
}
.fi-ss-map:before {
  content: "\f8f2";
}
.fi-ss-marker-time:before {
  content: "\f8f3";
}
.fi-ss-marker:before {
  content: "\f8f4";
}
.fi-ss-marketplace-alt:before {
  content: "\f8f5";
}
.fi-ss-marketplace-store:before {
  content: "\f8f6";
}
.fi-ss-marketplace:before {
  content: "\f8f7";
}
.fi-ss-mars-double:before {
  content: "\f8f8";
}
.fi-ss-mars-stroke-right:before {
  content: "\f8f9";
}
.fi-ss-mars-stroke-up:before {
  content: "\f8fa";
}
.fi-ss-mars:before {
  content: "\f8fb";
}
.fi-ss-martini-glass-citrus:before {
  content: "\f8fc";
}
.fi-ss-martini-glass-empty:before {
  content: "\f8fd";
}
.fi-ss-mask-carnival:before {
  content: "\f8fe";
}
.fi-ss-mask-face:before {
  content: "\f8ff";
}
.fi-ss-mask-snorkel:before {
  content: "\f900";
}
.fi-ss-massage:before {
  content: "\f901";
}
.fi-ss-match-fire:before {
  content: "\f902";
}
.fi-ss-mattress-pillow:before {
  content: "\f903";
}
.fi-ss-measuring-tape:before {
  content: "\f904";
}
.fi-ss-meat:before {
  content: "\f905";
}
.fi-ss-medal:before {
  content: "\f906";
}
.fi-ss-medical-star:before {
  content: "\f907";
}
.fi-ss-medicine:before {
  content: "\f908";
}
.fi-ss-meditation:before {
  content: "\f909";
}
.fi-ss-meeting-alt:before {
  content: "\f90a";
}
.fi-ss-meeting:before {
  content: "\f90b";
}
.fi-ss-megaphone-announcement-leader:before {
  content: "\f90c";
}
.fi-ss-megaphone:before {
  content: "\f90d";
}
.fi-ss-meh-blank:before {
  content: "\f90e";
}
.fi-ss-meh-rolling-eyes:before {
  content: "\f90f";
}
.fi-ss-meh:before {
  content: "\f910";
}
.fi-ss-melon-alt:before {
  content: "\f911";
}
.fi-ss-melon:before {
  content: "\f912";
}
.fi-ss-member-list:before {
  content: "\f913";
}
.fi-ss-member-search:before {
  content: "\f914";
}
.fi-ss-membership-vip:before {
  content: "\f915";
}
.fi-ss-membership:before {
  content: "\f916";
}
.fi-ss-memo-circle-check:before {
  content: "\f917";
}
.fi-ss-memo-pad:before {
  content: "\f918";
}
.fi-ss-memo:before {
  content: "\f919";
}
.fi-ss-memory:before {
  content: "\f91a";
}
.fi-ss-menu-burger:before {
  content: "\f91b";
}
.fi-ss-menu-dots-vertical:before {
  content: "\f91c";
}
.fi-ss-menu-dots:before {
  content: "\f91d";
}
.fi-ss-mercury:before {
  content: "\f91e";
}
.fi-ss-message-arrow-down:before {
  content: "\f91f";
}
.fi-ss-message-arrow-up-right:before {
  content: "\f920";
}
.fi-ss-message-arrow-up:before {
  content: "\f921";
}
.fi-ss-message-bot:before {
  content: "\f922";
}
.fi-ss-message-code:before {
  content: "\f923";
}
.fi-ss-message-dollar:before {
  content: "\f924";
}
.fi-ss-message-heart:before {
  content: "\f925";
}
.fi-ss-message-image:before {
  content: "\f926";
}
.fi-ss-message-question:before {
  content: "\f927";
}
.fi-ss-message-quote:before {
  content: "\f928";
}
.fi-ss-message-slash:before {
  content: "\f929";
}
.fi-ss-message-sms:before {
  content: "\f92a";
}
.fi-ss-message-text:before {
  content: "\f92b";
}
.fi-ss-message-xmark:before {
  content: "\f92c";
}
.fi-ss-messages-dollar:before {
  content: "\f92d";
}
.fi-ss-messages-question:before {
  content: "\f92e";
}
.fi-ss-messages:before {
  content: "\f92f";
}
.fi-ss-meteor:before {
  content: "\f930";
}
.fi-ss-meter-bolt:before {
  content: "\f931";
}
.fi-ss-meter-droplet:before {
  content: "\f932";
}
.fi-ss-meter-fire:before {
  content: "\f933";
}
.fi-ss-meter:before {
  content: "\f934";
}
.fi-ss-method:before {
  content: "\f935";
}
.fi-ss-microchip-ai:before {
  content: "\f936";
}
.fi-ss-microchip:before {
  content: "\f937";
}
.fi-ss-microphone-alt:before {
  content: "\f938";
}
.fi-ss-microphone-slash:before {
  content: "\f939";
}
.fi-ss-microphone:before {
  content: "\f93a";
}
.fi-ss-microscope:before {
  content: "\f93b";
}
.fi-ss-microwave:before {
  content: "\f93c";
}
.fi-ss-milk-alt:before {
  content: "\f93d";
}
.fi-ss-milk:before {
  content: "\f93e";
}
.fi-ss-mill-sign:before {
  content: "\f93f";
}
.fi-ss-mind-share:before {
  content: "\f940";
}
.fi-ss-minus-circle:before {
  content: "\f941";
}
.fi-ss-minus-hexagon:before {
  content: "\f942";
}
.fi-ss-minus-small:before {
  content: "\f943";
}
.fi-ss-minus:before {
  content: "\f944";
}
.fi-ss-mistletoe:before {
  content: "\f945";
}
.fi-ss-mix:before {
  content: "\f946";
}
.fi-ss-mobile-button:before {
  content: "\f947";
}
.fi-ss-mobile-notch:before {
  content: "\f948";
}
.fi-ss-mobile:before {
  content: "\f949";
}
.fi-ss-mockup:before {
  content: "\f94a";
}
.fi-ss-mode-alt:before {
  content: "\f94b";
}
.fi-ss-mode-landscape:before {
  content: "\f94c";
}
.fi-ss-mode-portrait:before {
  content: "\f94d";
}
.fi-ss-mode:before {
  content: "\f94e";
}
.fi-ss-model-cube-arrows:before {
  content: "\f94f";
}
.fi-ss-model-cube-space:before {
  content: "\f950";
}
.fi-ss-model-cube:before {
  content: "\f951";
}
.fi-ss-module:before {
  content: "\f952";
}
.fi-ss-monday:before {
  content: "\f953";
}
.fi-ss-money-bill-simple:before {
  content: "\f954";
}
.fi-ss-money-bill-transfer:before {
  content: "\f955";
}
.fi-ss-money-bill-wave-alt:before {
  content: "\f956";
}
.fi-ss-money-bill-wave:before {
  content: "\f957";
}
.fi-ss-money-bills-simple:before {
  content: "\f958";
}
.fi-ss-money-bills:before {
  content: "\f959";
}
.fi-ss-money-check-edit-alt:before {
  content: "\f95a";
}
.fi-ss-money-check-edit:before {
  content: "\f95b";
}
.fi-ss-money-check:before {
  content: "\f95c";
}
.fi-ss-money-coin-transfer:before {
  content: "\f95d";
}
.fi-ss-money-from-bracket:before {
  content: "\f95e";
}
.fi-ss-money-simple-from-bracket:before {
  content: "\f95f";
}
.fi-ss-money-transfer-alt:before {
  content: "\f960";
}
.fi-ss-money-transfer-coin-arrow:before {
  content: "\f961";
}
.fi-ss-money-transfer-smartphone:before {
  content: "\f962";
}
.fi-ss-money-wings:before {
  content: "\f963";
}
.fi-ss-money:before {
  content: "\f964";
}
.fi-ss-monkey:before {
  content: "\f965";
}
.fi-ss-monument:before {
  content: "\f966";
}
.fi-ss-moon-stars:before {
  content: "\f967";
}
.fi-ss-moon:before {
  content: "\f968";
}
.fi-ss-moped:before {
  content: "\f969";
}
.fi-ss-mortar-pestle:before {
  content: "\f96a";
}
.fi-ss-mortgage:before {
  content: "\f96b";
}
.fi-ss-mosque-alt:before {
  content: "\f96c";
}
.fi-ss-mosque-moon:before {
  content: "\f96d";
}
.fi-ss-mosque:before {
  content: "\f96e";
}
.fi-ss-mosquito-net:before {
  content: "\f96f";
}
.fi-ss-mosquito:before {
  content: "\f970";
}
.fi-ss-motorcycle:before {
  content: "\f971";
}
.fi-ss-mound:before {
  content: "\f972";
}
.fi-ss-mountain-city:before {
  content: "\f973";
}
.fi-ss-mountain:before {
  content: "\f974";
}
.fi-ss-mountains:before {
  content: "\f975";
}
.fi-ss-mouse-field:before {
  content: "\f976";
}
.fi-ss-mouse:before {
  content: "\f977";
}
.fi-ss-mov-file:before {
  content: "\f978";
}
.fi-ss-move-to-folder-2:before {
  content: "\f979";
}
.fi-ss-move-to-folder:before {
  content: "\f97a";
}
.fi-ss-mp3-file:before {
  content: "\f97b";
}
.fi-ss-mp3-player:before {
  content: "\f97c";
}
.fi-ss-mp4-file:before {
  content: "\f97d";
}
.fi-ss-mug-alt:before {
  content: "\f97e";
}
.fi-ss-mug-hot-alt:before {
  content: "\f97f";
}
.fi-ss-mug-hot:before {
  content: "\f980";
}
.fi-ss-mug-marshmallows:before {
  content: "\f981";
}
.fi-ss-mug-tea-saucer:before {
  content: "\f982";
}
.fi-ss-mug-tea:before {
  content: "\f983";
}
.fi-ss-mug:before {
  content: "\f984";
}
.fi-ss-multiple-alt:before {
  content: "\f985";
}
.fi-ss-multiple:before {
  content: "\f986";
}
.fi-ss-muscle:before {
  content: "\f987";
}
.fi-ss-mushroom-alt:before {
  content: "\f988";
}
.fi-ss-mushroom:before {
  content: "\f989";
}
.fi-ss-music-alt:before {
  content: "\f98a";
}
.fi-ss-music-file:before {
  content: "\f98b";
}
.fi-ss-music-note-slash:before {
  content: "\f98c";
}
.fi-ss-music-note:before {
  content: "\f98d";
}
.fi-ss-music-slash:before {
  content: "\f98e";
}
.fi-ss-music:before {
  content: "\f98f";
}
.fi-ss-n:before {
  content: "\f990";
}
.fi-ss-naira-sign:before {
  content: "\f991";
}
.fi-ss-narwhal:before {
  content: "\f992";
}
.fi-ss-navigation:before {
  content: "\f993";
}
.fi-ss-nesting-dolls:before {
  content: "\f994";
}
.fi-ss-network-analytic:before {
  content: "\f995";
}
.fi-ss-network-cloud:before {
  content: "\f996";
}
.fi-ss-network:before {
  content: "\f997";
}
.fi-ss-neuter:before {
  content: "\f998";
}
.fi-ss-newsletter-subscribe:before {
  content: "\f999";
}
.fi-ss-newspaper-open:before {
  content: "\f99a";
}
.fi-ss-newspaper:before {
  content: "\f99b";
}
.fi-ss-nfc-lock:before {
  content: "\f99c";
}
.fi-ss-nfc-magnifying-glass:before {
  content: "\f99d";
}
.fi-ss-nfc-pen:before {
  content: "\f99e";
}
.fi-ss-nfc-slash:before {
  content: "\f99f";
}
.fi-ss-nfc-trash:before {
  content: "\f9a0";
}
.fi-ss-nfc:before {
  content: "\f9a1";
}
.fi-ss-night-day:before {
  content: "\f9a2";
}
.fi-ss-no-fee:before {
  content: "\f9a3";
}
.fi-ss-no-people:before {
  content: "\f9a4";
}
.fi-ss-noodles:before {
  content: "\f9a5";
}
.fi-ss-nose:before {
  content: "\f9a6";
}
.fi-ss-not-equal:before {
  content: "\f9a7";
}
.fi-ss-not-found-alt:before {
  content: "\f9a8";
}
.fi-ss-not-found-magnifying-glass:before {
  content: "\f9a9";
}
.fi-ss-not-found:before {
  content: "\f9aa";
}
.fi-ss-notdef:before {
  content: "\f9ab";
}
.fi-ss-note-medical:before {
  content: "\f9ac";
}
.fi-ss-note-sticky:before {
  content: "\f9ad";
}
.fi-ss-note:before {
  content: "\f9ae";
}
.fi-ss-notebook-alt:before {
  content: "\f9af";
}
.fi-ss-notebook:before {
  content: "\f9b0";
}
.fi-ss-notes-medical:before {
  content: "\f9b1";
}
.fi-ss-notes:before {
  content: "\f9b2";
}
.fi-ss-o:before {
  content: "\f9b3";
}
.fi-ss-object-exclude:before {
  content: "\f9b4";
}
.fi-ss-object-group:before {
  content: "\f9b5";
}
.fi-ss-object-intersect:before {
  content: "\f9b6";
}
.fi-ss-object-subtract:before {
  content: "\f9b7";
}
.fi-ss-object-ungroup:before {
  content: "\f9b8";
}
.fi-ss-object-union:before {
  content: "\f9b9";
}
.fi-ss-objects-column:before {
  content: "\f9ba";
}
.fi-ss-octagon-check:before {
  content: "\f9bb";
}
.fi-ss-octagon-divide:before {
  content: "\f9bc";
}
.fi-ss-octagon-exclamation:before {
  content: "\f9bd";
}
.fi-ss-octagon-minus:before {
  content: "\f9be";
}
.fi-ss-octagon-plus:before {
  content: "\f9bf";
}
.fi-ss-octagon-xmark:before {
  content: "\f9c0";
}
.fi-ss-octagon:before {
  content: "\f9c1";
}
.fi-ss-oil-can:before {
  content: "\f9c2";
}
.fi-ss-oil-temp:before {
  content: "\f9c3";
}
.fi-ss-olive-oil:before {
  content: "\f9c4";
}
.fi-ss-olive:before {
  content: "\f9c5";
}
.fi-ss-olives:before {
  content: "\f9c6";
}
.fi-ss-om:before {
  content: "\f9c7";
}
.fi-ss-omega:before {
  content: "\f9c8";
}
.fi-ss-onboarding:before {
  content: "\f9c9";
}
.fi-ss-onion:before {
  content: "\f9ca";
}
.fi-ss-opacity:before {
  content: "\f9cb";
}
.fi-ss-open-mail-clip:before {
  content: "\f9cc";
}
.fi-ss-operating-system-upgrade:before {
  content: "\f9cd";
}
.fi-ss-operation:before {
  content: "\f9ce";
}
.fi-ss-order-history:before {
  content: "\f9cf";
}
.fi-ss-organization-chart:before {
  content: "\f9d0";
}
.fi-ss-ornament:before {
  content: "\f9d1";
}
.fi-ss-otp:before {
  content: "\f9d2";
}
.fi-ss-otter:before {
  content: "\f9d3";
}
.fi-ss-outdent:before {
  content: "\f9d4";
}
.fi-ss-oval-alt:before {
  content: "\f9d5";
}
.fi-ss-oval:before {
  content: "\f9d6";
}
.fi-ss-oven:before {
  content: "\f9d7";
}
.fi-ss-overline:before {
  content: "\f9d8";
}
.fi-ss-overview:before {
  content: "\f9d9";
}
.fi-ss-p:before {
  content: "\f9da";
}
.fi-ss-package:before {
  content: "\f9db";
}
.fi-ss-padlock-check:before {
  content: "\f9dc";
}
.fi-ss-page-break:before {
  content: "\f9dd";
}
.fi-ss-pager:before {
  content: "\f9de";
}
.fi-ss-paid:before {
  content: "\f9df";
}
.fi-ss-paint-roller:before {
  content: "\f9e0";
}
.fi-ss-paint:before {
  content: "\f9e1";
}
.fi-ss-paintbrush-pencil:before {
  content: "\f9e2";
}
.fi-ss-palette:before {
  content: "\f9e3";
}
.fi-ss-pallet-alt:before {
  content: "\f9e4";
}
.fi-ss-pallet:before {
  content: "\f9e5";
}
.fi-ss-pan-food:before {
  content: "\f9e6";
}
.fi-ss-pan-frying:before {
  content: "\f9e7";
}
.fi-ss-pan:before {
  content: "\f9e8";
}
.fi-ss-pancakes:before {
  content: "\f9e9";
}
.fi-ss-panorama:before {
  content: "\f9ea";
}
.fi-ss-paper-plane-launch:before {
  content: "\f9eb";
}
.fi-ss-paper-plane-top:before {
  content: "\f9ec";
}
.fi-ss-paper-plane:before {
  content: "\f9ed";
}
.fi-ss-paperclip-vertical:before {
  content: "\f9ee";
}
.fi-ss-parachute-box:before {
  content: "\f9ef";
}
.fi-ss-paragraph-left:before {
  content: "\f9f0";
}
.fi-ss-paragraph:before {
  content: "\f9f1";
}
.fi-ss-parking-circle-slash:before {
  content: "\f9f2";
}
.fi-ss-parking-circle:before {
  content: "\f9f3";
}
.fi-ss-parking-slash:before {
  content: "\f9f4";
}
.fi-ss-parking:before {
  content: "\f9f5";
}
.fi-ss-party-bell:before {
  content: "\f9f6";
}
.fi-ss-party-horn:before {
  content: "\f9f7";
}
.fi-ss-party:before {
  content: "\f9f8";
}
.fi-ss-passport:before {
  content: "\f9f9";
}
.fi-ss-password-alt:before {
  content: "\f9fa";
}
.fi-ss-password-computer:before {
  content: "\f9fb";
}
.fi-ss-password-email:before {
  content: "\f9fc";
}
.fi-ss-password-smartphone:before {
  content: "\f9fd";
}
.fi-ss-password:before {
  content: "\f9fe";
}
.fi-ss-paste:before {
  content: "\f9ff";
}
.fi-ss-pattern:before {
  content: "\fa00";
}
.fi-ss-pause-circle:before {
  content: "\fa01";
}
.fi-ss-pause-square:before {
  content: "\fa02";
}
.fi-ss-pause:before {
  content: "\fa03";
}
.fi-ss-paw-claws:before {
  content: "\fa04";
}
.fi-ss-paw-heart:before {
  content: "\fa05";
}
.fi-ss-paw:before {
  content: "\fa06";
}
.fi-ss-payment-pos:before {
  content: "\fa07";
}
.fi-ss-payroll-calendar:before {
  content: "\fa08";
}
.fi-ss-payroll-check:before {
  content: "\fa09";
}
.fi-ss-payroll:before {
  content: "\fa0a";
}
.fi-ss-peace:before {
  content: "\fa0b";
}
.fi-ss-peach:before {
  content: "\fa0c";
}
.fi-ss-peanut:before {
  content: "\fa0d";
}
.fi-ss-peanuts:before {
  content: "\fa0e";
}
.fi-ss-peapod:before {
  content: "\fa0f";
}
.fi-ss-pear:before {
  content: "\fa10";
}
.fi-ss-pedestal:before {
  content: "\fa11";
}
.fi-ss-pen-circle:before {
  content: "\fa12";
}
.fi-ss-pen-clip-slash:before {
  content: "\fa13";
}
.fi-ss-pen-clip:before {
  content: "\fa14";
}
.fi-ss-pen-fancy-slash:before {
  content: "\fa15";
}
.fi-ss-pen-fancy:before {
  content: "\fa16";
}
.fi-ss-pen-field:before {
  content: "\fa17";
}
.fi-ss-pen-nib-slash:before {
  content: "\fa18";
}
.fi-ss-pen-nib:before {
  content: "\fa19";
}
.fi-ss-pen-slash:before {
  content: "\fa1a";
}
.fi-ss-pen-square:before {
  content: "\fa1b";
}
.fi-ss-pen-swirl:before {
  content: "\fa1c";
}
.fi-ss-pencil-paintbrush:before {
  content: "\fa1d";
}
.fi-ss-pencil-ruler:before {
  content: "\fa1e";
}
.fi-ss-pencil-slash:before {
  content: "\fa1f";
}
.fi-ss-pencil:before {
  content: "\fa20";
}
.fi-ss-pending:before {
  content: "\fa21";
}
.fi-ss-pennant:before {
  content: "\fa22";
}
.fi-ss-people-arrows-left-right:before {
  content: "\fa23";
}
.fi-ss-people-carry-box:before {
  content: "\fa24";
}
.fi-ss-people-dress:before {
  content: "\fa25";
}
.fi-ss-people-network-partner:before {
  content: "\fa26";
}
.fi-ss-people-pants:before {
  content: "\fa27";
}
.fi-ss-people-poll:before {
  content: "\fa28";
}
.fi-ss-people-pulling:before {
  content: "\fa29";
}
.fi-ss-people-roof:before {
  content: "\fa2a";
}
.fi-ss-people:before {
  content: "\fa2b";
}
.fi-ss-pepper-alt:before {
  content: "\fa2c";
}
.fi-ss-pepper-hot:before {
  content: "\fa2d";
}
.fi-ss-pepper:before {
  content: "\fa2e";
}
.fi-ss-percent-10:before {
  content: "\fa2f";
}
.fi-ss-percent-100:before {
  content: "\fa30";
}
.fi-ss-percent-20:before {
  content: "\fa31";
}
.fi-ss-percent-25:before {
  content: "\fa32";
}
.fi-ss-percent-30:before {
  content: "\fa33";
}
.fi-ss-percent-40:before {
  content: "\fa34";
}
.fi-ss-percent-50:before {
  content: "\fa35";
}
.fi-ss-percent-60:before {
  content: "\fa36";
}
.fi-ss-percent-70:before {
  content: "\fa37";
}
.fi-ss-percent-75:before {
  content: "\fa38";
}
.fi-ss-percent-80:before {
  content: "\fa39";
}
.fi-ss-percent-90:before {
  content: "\fa3a";
}
.fi-ss-percentage:before {
  content: "\fa3b";
}
.fi-ss-person-burst:before {
  content: "\fa3c";
}
.fi-ss-person-carry-box:before {
  content: "\fa3d";
}
.fi-ss-person-circle-check:before {
  content: "\fa3e";
}
.fi-ss-person-circle-exclamation:before {
  content: "\fa3f";
}
.fi-ss-person-circle-minus:before {
  content: "\fa40";
}
.fi-ss-person-circle-plus:before {
  content: "\fa41";
}
.fi-ss-person-circle-question:before {
  content: "\fa42";
}
.fi-ss-person-circle-xmark:before {
  content: "\fa43";
}
.fi-ss-person-cv:before {
  content: "\fa44";
}
.fi-ss-person-dolly-empty:before {
  content: "\fa45";
}
.fi-ss-person-dolly:before {
  content: "\fa46";
}
.fi-ss-person-dress-simple:before {
  content: "\fa47";
}
.fi-ss-person-dress:before {
  content: "\fa48";
}
.fi-ss-person-luggage:before {
  content: "\fa49";
}
.fi-ss-person-lunge:before {
  content: "\fa4a";
}
.fi-ss-person-pilates:before {
  content: "\fa4b";
}
.fi-ss-person-praying:before {
  content: "\fa4c";
}
.fi-ss-person-pregnant:before {
  content: "\fa4d";
}
.fi-ss-person-seat-reclined:before {
  content: "\fa4e";
}
.fi-ss-person-seat:before {
  content: "\fa4f";
}
.fi-ss-person-shelter:before {
  content: "\fa50";
}
.fi-ss-person-sign:before {
  content: "\fa51";
}
.fi-ss-person-simple:before {
  content: "\fa52";
}
.fi-ss-person-walking-with-cane:before {
  content: "\fa53";
}
.fi-ss-peseta-sign:before {
  content: "\fa54";
}
.fi-ss-peso-sign:before {
  content: "\fa55";
}
.fi-ss-pets:before {
  content: "\fa56";
}
.fi-ss-pharmacy:before {
  content: "\fa57";
}
.fi-ss-phone-call:before {
  content: "\fa58";
}
.fi-ss-phone-cross:before {
  content: "\fa59";
}
.fi-ss-phone-flip:before {
  content: "\fa5a";
}
.fi-ss-phone-guide:before {
  content: "\fa5b";
}
.fi-ss-phone-heart-message:before {
  content: "\fa5c";
}
.fi-ss-phone-office:before {
  content: "\fa5d";
}
.fi-ss-phone-pause:before {
  content: "\fa5e";
}
.fi-ss-phone-plus:before {
  content: "\fa5f";
}
.fi-ss-phone-rotary:before {
  content: "\fa60";
}
.fi-ss-phone-slash:before {
  content: "\fa61";
}
.fi-ss-photo-capture:before {
  content: "\fa62";
}
.fi-ss-photo-film-music:before {
  content: "\fa63";
}
.fi-ss-photo-video:before {
  content: "\fa64";
}
.fi-ss-physics:before {
  content: "\fa65";
}
.fi-ss-Pi:before {
  content: "\fa66";
}
.fi-ss-piano-keyboard:before {
  content: "\fa67";
}
.fi-ss-piano:before {
  content: "\fa68";
}
.fi-ss-pickaxe:before {
  content: "\fa69";
}
.fi-ss-picking-box:before {
  content: "\fa6a";
}
.fi-ss-picking:before {
  content: "\fa6b";
}
.fi-ss-picnic:before {
  content: "\fa6c";
}
.fi-ss-picpeople-filled:before {
  content: "\fa6d";
}
.fi-ss-picpeople:before {
  content: "\fa6e";
}
.fi-ss-picture:before {
  content: "\fa6f";
}
.fi-ss-pie:before {
  content: "\fa70";
}
.fi-ss-pig-bank-bulb:before {
  content: "\fa71";
}
.fi-ss-pig-face:before {
  content: "\fa72";
}
.fi-ss-pig:before {
  content: "\fa73";
}
.fi-ss-piggy-bank-budget:before {
  content: "\fa74";
}
.fi-ss-piggy-bank:before {
  content: "\fa75";
}
.fi-ss-pills:before {
  content: "\fa76";
}
.fi-ss-pinata:before {
  content: "\fa77";
}
.fi-ss-pineapple-alt:before {
  content: "\fa78";
}
.fi-ss-pineapple:before {
  content: "\fa79";
}
.fi-ss-pipe-smoking:before {
  content: "\fa7a";
}
.fi-ss-pipette:before {
  content: "\fa7b";
}
.fi-ss-pizza-slice:before {
  content: "\fa7c";
}
.fi-ss-place-of-worship:before {
  content: "\fa7d";
}
.fi-ss-plan-strategy:before {
  content: "\fa7e";
}
.fi-ss-plan:before {
  content: "\fa7f";
}
.fi-ss-plane-alt:before {
  content: "\fa80";
}
.fi-ss-plane-arrival:before {
  content: "\fa81";
}
.fi-ss-plane-departure:before {
  content: "\fa82";
}
.fi-ss-plane-prop:before {
  content: "\fa83";
}
.fi-ss-plane-slash:before {
  content: "\fa84";
}
.fi-ss-plane-tail:before {
  content: "\fa85";
}
.fi-ss-plane:before {
  content: "\fa86";
}
.fi-ss-planet-moon:before {
  content: "\fa87";
}
.fi-ss-planet-ringed:before {
  content: "\fa88";
}
.fi-ss-plant-care:before {
  content: "\fa89";
}
.fi-ss-plant-growth:before {
  content: "\fa8a";
}
.fi-ss-plant-seed-invest:before {
  content: "\fa8b";
}
.fi-ss-plant-wilt:before {
  content: "\fa8c";
}
.fi-ss-plate-utensils:before {
  content: "\fa8d";
}
.fi-ss-plate-wheat:before {
  content: "\fa8e";
}
.fi-ss-plate:before {
  content: "\fa8f";
}
.fi-ss-play-alt:before {
  content: "\fa90";
}
.fi-ss-play-circle:before {
  content: "\fa91";
}
.fi-ss-play-microphone:before {
  content: "\fa92";
}
.fi-ss-play-pause:before {
  content: "\fa93";
}
.fi-ss-play:before {
  content: "\fa94";
}
.fi-ss-plug-alt:before {
  content: "\fa95";
}
.fi-ss-plug-cable:before {
  content: "\fa96";
}
.fi-ss-plug-circle-bolt:before {
  content: "\fa97";
}
.fi-ss-plug-circle-check:before {
  content: "\fa98";
}
.fi-ss-plug-circle-exclamation:before {
  content: "\fa99";
}
.fi-ss-plug-circle-minus:before {
  content: "\fa9a";
}
.fi-ss-plug-circle-plus:before {
  content: "\fa9b";
}
.fi-ss-plug-connection:before {
  content: "\fa9c";
}
.fi-ss-plug:before {
  content: "\fa9d";
}
.fi-ss-plus-hexagon:before {
  content: "\fa9e";
}
.fi-ss-plus-minus:before {
  content: "\fa9f";
}
.fi-ss-plus-small:before {
  content: "\faa0";
}
.fi-ss-plus:before {
  content: "\faa1";
}
.fi-ss-png-file:before {
  content: "\faa2";
}
.fi-ss-podcast:before {
  content: "\faa3";
}
.fi-ss-podium-star:before {
  content: "\faa4";
}
.fi-ss-podium-victory-leader:before {
  content: "\faa5";
}
.fi-ss-podium:before {
  content: "\faa6";
}
.fi-ss-point-of-sale-bill:before {
  content: "\faa7";
}
.fi-ss-point-of-sale-signal:before {
  content: "\faa8";
}
.fi-ss-point-of-sale:before {
  content: "\faa9";
}
.fi-ss-pointer-loading:before {
  content: "\faaa";
}
.fi-ss-pointer-text:before {
  content: "\faab";
}
.fi-ss-police-box:before {
  content: "\faac";
}
.fi-ss-poll-h:before {
  content: "\faad";
}
.fi-ss-pollution:before {
  content: "\faae";
}
.fi-ss-pompebled:before {
  content: "\faaf";
}
.fi-ss-poo-bolt:before {
  content: "\fab0";
}
.fi-ss-poo:before {
  content: "\fab1";
}
.fi-ss-pool-8-ball:before {
  content: "\fab2";
}
.fi-ss-poop:before {
  content: "\fab3";
}
.fi-ss-popcorn:before {
  content: "\fab4";
}
.fi-ss-popsicle:before {
  content: "\fab5";
}
.fi-ss-portal-enter:before {
  content: "\fab6";
}
.fi-ss-portal-exit:before {
  content: "\fab7";
}
.fi-ss-portrait:before {
  content: "\fab8";
}
.fi-ss-pot:before {
  content: "\fab9";
}
.fi-ss-potato:before {
  content: "\faba";
}
.fi-ss-pound:before {
  content: "\fabb";
}
.fi-ss-power:before {
  content: "\fabc";
}
.fi-ss-ppt-file:before {
  content: "\fabd";
}
.fi-ss-practice:before {
  content: "\fabe";
}
.fi-ss-praying-hands:before {
  content: "\fabf";
}
.fi-ss-prescription-bottle-alt:before {
  content: "\fac0";
}
.fi-ss-prescription-bottle-pill:before {
  content: "\fac1";
}
.fi-ss-prescription-bottle:before {
  content: "\fac2";
}
.fi-ss-prescription:before {
  content: "\fac3";
}
.fi-ss-presentation:before {
  content: "\fac4";
}
.fi-ss-preview:before {
  content: "\fac5";
}
.fi-ss-previous-square:before {
  content: "\fac6";
}
.fi-ss-print-magnifying-glass:before {
  content: "\fac7";
}
.fi-ss-print-slash:before {
  content: "\fac8";
}
.fi-ss-print:before {
  content: "\fac9";
}
.fi-ss-priority-arrow:before {
  content: "\faca";
}
.fi-ss-priority-arrows:before {
  content: "\facb";
}
.fi-ss-priority-importance:before {
  content: "\facc";
}
.fi-ss-problem-solving:before {
  content: "\facd";
}
.fi-ss-procedures:before {
  content: "\face";
}
.fi-ss-process:before {
  content: "\facf";
}
.fi-ss-productivity:before {
  content: "\fad0";
}
.fi-ss-progress-complete:before {
  content: "\fad1";
}
.fi-ss-progress-download:before {
  content: "\fad2";
}
.fi-ss-progress-upload:before {
  content: "\fad3";
}
.fi-ss-projector:before {
  content: "\fad4";
}
.fi-ss-protractor:before {
  content: "\fad5";
}
.fi-ss-pulse:before {
  content: "\fad6";
}
.fi-ss-pump-medical:before {
  content: "\fad7";
}
.fi-ss-pump:before {
  content: "\fad8";
}
.fi-ss-pumpkin-alt-2:before {
  content: "\fad9";
}
.fi-ss-pumpkin-alt:before {
  content: "\fada";
}
.fi-ss-pumpkin:before {
  content: "\fadb";
}
.fi-ss-puzzle-alt:before {
  content: "\fadc";
}
.fi-ss-puzzle-piece-integration:before {
  content: "\fadd";
}
.fi-ss-puzzle-piece:before {
  content: "\fade";
}
.fi-ss-puzzle-pieces:before {
  content: "\fadf";
}
.fi-ss-pyramid:before {
  content: "\fae0";
}
.fi-ss-q:before {
  content: "\fae1";
}
.fi-ss-qr-scan:before {
  content: "\fae2";
}
.fi-ss-QR:before {
  content: "\fae3";
}
.fi-ss-qrcode:before {
  content: "\fae4";
}
.fi-ss-question-square:before {
  content: "\fae5";
}
.fi-ss-question:before {
  content: "\fae6";
}
.fi-ss-queue-alt:before {
  content: "\fae7";
}
.fi-ss-queue-line:before {
  content: "\fae8";
}
.fi-ss-queue-signal:before {
  content: "\fae9";
}
.fi-ss-queue:before {
  content: "\faea";
}
.fi-ss-quill-pen-story:before {
  content: "\faeb";
}
.fi-ss-quiz-alt:before {
  content: "\faec";
}
.fi-ss-quiz:before {
  content: "\faed";
}
.fi-ss-quote-right:before {
  content: "\faee";
}
.fi-ss-r:before {
  content: "\faef";
}
.fi-ss-rabbit-fast:before {
  content: "\faf0";
}
.fi-ss-rabbit:before {
  content: "\faf1";
}
.fi-ss-raccoon:before {
  content: "\faf2";
}
.fi-ss-racquet:before {
  content: "\faf3";
}
.fi-ss-radar:before {
  content: "\faf4";
}
.fi-ss-radiation-alt:before {
  content: "\faf5";
}
.fi-ss-radiation:before {
  content: "\faf6";
}
.fi-ss-radio-alt:before {
  content: "\faf7";
}
.fi-ss-radio-button:before {
  content: "\faf8";
}
.fi-ss-radio:before {
  content: "\faf9";
}
.fi-ss-radish:before {
  content: "\fafa";
}
.fi-ss-rainbow:before {
  content: "\fafb";
}
.fi-ss-raindrops:before {
  content: "\fafc";
}
.fi-ss-ram:before {
  content: "\fafd";
}
.fi-ss-ramp-loading:before {
  content: "\fafe";
}
.fi-ss-rank:before {
  content: "\faff";
}
.fi-ss-ranking-podium-empty:before {
  content: "\fb00";
}
.fi-ss-ranking-podium:before {
  content: "\fb01";
}
.fi-ss-ranking-star:before {
  content: "\fb02";
}
.fi-ss-ranking-stars:before {
  content: "\fb03";
}
.fi-ss-raygun:before {
  content: "\fb04";
}
.fi-ss-razor-barber:before {
  content: "\fb05";
}
.fi-ss-react:before {
  content: "\fb06";
}
.fi-ss-rec:before {
  content: "\fb07";
}
.fi-ss-receipt:before {
  content: "\fb08";
}
.fi-ss-recipe-book:before {
  content: "\fb09";
}
.fi-ss-recipe:before {
  content: "\fb0a";
}
.fi-ss-record-vinyl:before {
  content: "\fb0b";
}
.fi-ss-rectabgle-vertical:before {
  content: "\fb0c";
}
.fi-ss-rectangle-barcode:before {
  content: "\fb0d";
}
.fi-ss-rectangle-code:before {
  content: "\fb0e";
}
.fi-ss-rectangle-history-circle-plus:before {
  content: "\fb0f";
}
.fi-ss-rectangle-horizontal:before {
  content: "\fb10";
}
.fi-ss-rectangle-list:before {
  content: "\fb11";
}
.fi-ss-rectangle-panoramic:before {
  content: "\fb12";
}
.fi-ss-rectangle-pro:before {
  content: "\fb13";
}
.fi-ss-rectangle-vertical-history:before {
  content: "\fb14";
}
.fi-ss-rectangle-vertical:before {
  content: "\fb15";
}
.fi-ss-rectangle-xmark:before {
  content: "\fb16";
}
.fi-ss-rectangles-mixed:before {
  content: "\fb17";
}
.fi-ss-recycle-bin:before {
  content: "\fb18";
}
.fi-ss-recycle:before {
  content: "\fb19";
}
.fi-ss-redo-alt:before {
  content: "\fb1a";
}
.fi-ss-redo:before {
  content: "\fb1b";
}
.fi-ss-reel:before {
  content: "\fb1c";
}
.fi-ss-refer-arrow:before {
  content: "\fb1d";
}
.fi-ss-refer:before {
  content: "\fb1e";
}
.fi-ss-referral-alt:before {
  content: "\fb1f";
}
.fi-ss-referral-user:before {
  content: "\fb20";
}
.fi-ss-referral:before {
  content: "\fb21";
}
.fi-ss-reflect-horizontal-alt:before {
  content: "\fb22";
}
.fi-ss-reflect-horizontal:before {
  content: "\fb23";
}
.fi-ss-reflect-vertical:before {
  content: "\fb24";
}
.fi-ss-reflect:before {
  content: "\fb25";
}
.fi-ss-refresh:before {
  content: "\fb26";
}
.fi-ss-refrigerator:before {
  content: "\fb27";
}
.fi-ss-refund-alt:before {
  content: "\fb28";
}
.fi-ss-refund:before {
  content: "\fb29";
}
.fi-ss-region-pin-alt:before {
  content: "\fb2a";
}
.fi-ss-region-pin:before {
  content: "\fb2b";
}
.fi-ss-registered:before {
  content: "\fb2c";
}
.fi-ss-registration-paper:before {
  content: "\fb2d";
}
.fi-ss-remove-folder:before {
  content: "\fb2e";
}
.fi-ss-remove-user:before {
  content: "\fb2f";
}
.fi-ss-rent-signal:before {
  content: "\fb30";
}
.fi-ss-rent:before {
  content: "\fb31";
}
.fi-ss-replace:before {
  content: "\fb32";
}
.fi-ss-replay-10:before {
  content: "\fb33";
}
.fi-ss-replay-30:before {
  content: "\fb34";
}
.fi-ss-replay-5:before {
  content: "\fb35";
}
.fi-ss-reply-all:before {
  content: "\fb36";
}
.fi-ss-republican:before {
  content: "\fb37";
}
.fi-ss-reservation-smartphone:before {
  content: "\fb38";
}
.fi-ss-reservation-table:before {
  content: "\fb39";
}
.fi-ss-resistance-band:before {
  content: "\fb3a";
}
.fi-ss-resize:before {
  content: "\fb3b";
}
.fi-ss-resources:before {
  content: "\fb3c";
}
.fi-ss-restaurant:before {
  content: "\fb3d";
}
.fi-ss-restock:before {
  content: "\fb3e";
}
.fi-ss-restroom-simple:before {
  content: "\fb3f";
}
.fi-ss-resume:before {
  content: "\fb40";
}
.fi-ss-revenue-alt:before {
  content: "\fb41";
}
.fi-ss-revenue-euro:before {
  content: "\fb42";
}
.fi-ss-Revenue:before {
  content: "\fb43";
}
.fi-ss-review:before {
  content: "\fb44";
}
.fi-ss-rewind-button-circle:before {
  content: "\fb45";
}
.fi-ss-rewind:before {
  content: "\fb46";
}
.fi-ss-rhombus:before {
  content: "\fb47";
}
.fi-ss-ribbon:before {
  content: "\fb48";
}
.fi-ss-right-from-bracket:before {
  content: "\fb49";
}
.fi-ss-right:before {
  content: "\fb4a";
}
.fi-ss-ring-diamond:before {
  content: "\fb4b";
}
.fi-ss-ring:before {
  content: "\fb4c";
}
.fi-ss-rings-wedding:before {
  content: "\fb4d";
}
.fi-ss-risk-alt:before {
  content: "\fb4e";
}
.fi-ss-risk:before {
  content: "\fb4f";
}
.fi-ss-road-barrier:before {
  content: "\fb50";
}
.fi-ss-road:before {
  content: "\fb51";
}
.fi-ss-robot:before {
  content: "\fb52";
}
.fi-ss-robotic-arm:before {
  content: "\fb53";
}
.fi-ss-rocket-lunch:before {
  content: "\fb54";
}
.fi-ss-rocket:before {
  content: "\fb55";
}
.fi-ss-roller-coaster:before {
  content: "\fb56";
}
.fi-ss-room-service:before {
  content: "\fb57";
}
.fi-ss-rotate-exclamation:before {
  content: "\fb58";
}
.fi-ss-rotate-left:before {
  content: "\fb59";
}
.fi-ss-rotate-reverse:before {
  content: "\fb5a";
}
.fi-ss-rotate-right:before {
  content: "\fb5b";
}
.fi-ss-rotate-square:before {
  content: "\fb5c";
}
.fi-ss-roulette:before {
  content: "\fb5d";
}
.fi-ss-route-highway:before {
  content: "\fb5e";
}
.fi-ss-route-interstate:before {
  content: "\fb5f";
}
.fi-ss-route:before {
  content: "\fb60";
}
.fi-ss-router:before {
  content: "\fb61";
}
.fi-ss-rss-alt:before {
  content: "\fb62";
}
.fi-ss-rss:before {
  content: "\fb63";
}
.fi-ss-ruble-sign:before {
  content: "\fb64";
}
.fi-ss-rugby-helmet:before {
  content: "\fb65";
}
.fi-ss-rugby:before {
  content: "\fb66";
}
.fi-ss-ruler-combined:before {
  content: "\fb67";
}
.fi-ss-ruler-horizontal:before {
  content: "\fb68";
}
.fi-ss-ruler-triangle:before {
  content: "\fb69";
}
.fi-ss-ruler-vertical:before {
  content: "\fb6a";
}
.fi-ss-rules-alt:before {
  content: "\fb6b";
}
.fi-ss-rules:before {
  content: "\fb6c";
}
.fi-ss-running-track:before {
  content: "\fb6d";
}
.fi-ss-running:before {
  content: "\fb6e";
}
.fi-ss-rupee-sign:before {
  content: "\fb6f";
}
.fi-ss-rupiah-sign:before {
  content: "\fb70";
}
.fi-ss-rv:before {
  content: "\fb71";
}
.fi-ss-s:before {
  content: "\fb72";
}
.fi-ss-sack-dollar:before {
  content: "\fb73";
}
.fi-ss-sack:before {
  content: "\fb74";
}
.fi-ss-sad-cry:before {
  content: "\fb75";
}
.fi-ss-sad-tear:before {
  content: "\fb76";
}
.fi-ss-sad:before {
  content: "\fb77";
}
.fi-ss-safe-box:before {
  content: "\fb78";
}
.fi-ss-sailboat:before {
  content: "\fb79";
}
.fi-ss-salad:before {
  content: "\fb7a";
}
.fi-ss-salary-alt:before {
  content: "\fb7b";
}
.fi-ss-salt-pepper:before {
  content: "\fb7c";
}
.fi-ss-salt-shaker:before {
  content: "\fb7d";
}
.fi-ss-sandwich-alt:before {
  content: "\fb7e";
}
.fi-ss-sandwich:before {
  content: "\fb7f";
}
.fi-ss-satellite-dish:before {
  content: "\fb80";
}
.fi-ss-satellite:before {
  content: "\fb81";
}
.fi-ss-saturday:before {
  content: "\fb82";
}
.fi-ss-sauce:before {
  content: "\fb83";
}
.fi-ss-sausage:before {
  content: "\fb84";
}
.fi-ss-sax-hot:before {
  content: "\fb85";
}
.fi-ss-saxophone:before {
  content: "\fb86";
}
.fi-ss-scale-comparison-alt:before {
  content: "\fb87";
}
.fi-ss-scale-comparison:before {
  content: "\fb88";
}
.fi-ss-scale:before {
  content: "\fb89";
}
.fi-ss-scalpel-path:before {
  content: "\fb8a";
}
.fi-ss-scalpel:before {
  content: "\fb8b";
}
.fi-ss-scanner-gun:before {
  content: "\fb8c";
}
.fi-ss-scanner-image:before {
  content: "\fb8d";
}
.fi-ss-scanner-keyboard:before {
  content: "\fb8e";
}
.fi-ss-scanner-touchscreen:before {
  content: "\fb8f";
}
.fi-ss-scarecrow:before {
  content: "\fb90";
}
.fi-ss-scarf:before {
  content: "\fb91";
}
.fi-ss-school-bus:before {
  content: "\fb92";
}
.fi-ss-school:before {
  content: "\fb93";
}
.fi-ss-scissors:before {
  content: "\fb94";
}
.fi-ss-scooter:before {
  content: "\fb95";
}
.fi-ss-screen:before {
  content: "\fb96";
}
.fi-ss-screencast:before {
  content: "\fb97";
}
.fi-ss-screw-alt:before {
  content: "\fb98";
}
.fi-ss-screw:before {
  content: "\fb99";
}
.fi-ss-screwdriver:before {
  content: "\fb9a";
}
.fi-ss-scribble:before {
  content: "\fb9b";
}
.fi-ss-script:before {
  content: "\fb9c";
}
.fi-ss-scroll-document-story:before {
  content: "\fb9d";
}
.fi-ss-scroll-old:before {
  content: "\fb9e";
}
.fi-ss-scroll-torah:before {
  content: "\fb9f";
}
.fi-ss-scroll:before {
  content: "\fba0";
}
.fi-ss-scrubber:before {
  content: "\fba1";
}
.fi-ss-scythe:before {
  content: "\fba2";
}
.fi-ss-sd-card:before {
  content: "\fba3";
}
.fi-ss-sd-cards:before {
  content: "\fba4";
}
.fi-ss-seal-exclamation:before {
  content: "\fba5";
}
.fi-ss-seal-question:before {
  content: "\fba6";
}
.fi-ss-seal:before {
  content: "\fba7";
}
.fi-ss-search-alt:before {
  content: "\fba8";
}
.fi-ss-search-dollar:before {
  content: "\fba9";
}
.fi-ss-search-heart:before {
  content: "\fbaa";
}
.fi-ss-search-location:before {
  content: "\fbab";
}
.fi-ss-search:before {
  content: "\fbac";
}
.fi-ss-seat-airline:before {
  content: "\fbad";
}
.fi-ss-second-award:before {
  content: "\fbae";
}
.fi-ss-second-laurel:before {
  content: "\fbaf";
}
.fi-ss-second-medal:before {
  content: "\fbb0";
}
.fi-ss-second:before {
  content: "\fbb1";
}
.fi-ss-seedling:before {
  content: "\fbb2";
}
.fi-ss-select:before {
  content: "\fbb3";
}
.fi-ss-selection:before {
  content: "\fbb4";
}
.fi-ss-sell:before {
  content: "\fbb5";
}
.fi-ss-seller-store:before {
  content: "\fbb6";
}
.fi-ss-seller:before {
  content: "\fbb7";
}
.fi-ss-selling:before {
  content: "\fbb8";
}
.fi-ss-send-back:before {
  content: "\fbb9";
}
.fi-ss-send-backward:before {
  content: "\fbba";
}
.fi-ss-send-money-smartphone:before {
  content: "\fbbb";
}
.fi-ss-send-money:before {
  content: "\fbbc";
}
.fi-ss-sensor-alert:before {
  content: "\fbbd";
}
.fi-ss-sensor-fire:before {
  content: "\fbbe";
}
.fi-ss-sensor-on:before {
  content: "\fbbf";
}
.fi-ss-sensor-smoke:before {
  content: "\fbc0";
}
.fi-ss-sensor:before {
  content: "\fbc1";
}
.fi-ss-settings-sliders:before {
  content: "\fbc2";
}
.fi-ss-settings:before {
  content: "\fbc3";
}
.fi-ss-share-alt-square:before {
  content: "\fbc4";
}
.fi-ss-share-square:before {
  content: "\fbc5";
}
.fi-ss-share:before {
  content: "\fbc6";
}
.fi-ss-sheep:before {
  content: "\fbc7";
}
.fi-ss-shekel-sign:before {
  content: "\fbc8";
}
.fi-ss-shelves:before {
  content: "\fbc9";
}
.fi-ss-shield-alt:before {
  content: "\fbca";
}
.fi-ss-shield-cat:before {
  content: "\fbcb";
}
.fi-ss-shield-check:before {
  content: "\fbcc";
}
.fi-ss-shield-cross:before {
  content: "\fbcd";
}
.fi-ss-shield-dog:before {
  content: "\fbce";
}
.fi-ss-shield-exclamation:before {
  content: "\fbcf";
}
.fi-ss-shield-interrogation:before {
  content: "\fbd0";
}
.fi-ss-shield-keyhole:before {
  content: "\fbd1";
}
.fi-ss-shield-minus:before {
  content: "\fbd2";
}
.fi-ss-shield-plus:before {
  content: "\fbd3";
}
.fi-ss-shield-security-risk:before {
  content: "\fbd4";
}
.fi-ss-shield-slash:before {
  content: "\fbd5";
}
.fi-ss-shield-trust:before {
  content: "\fbd6";
}
.fi-ss-shield-virus:before {
  content: "\fbd7";
}
.fi-ss-shield-xmark:before {
  content: "\fbd8";
}
.fi-ss-shield:before {
  content: "\fbd9";
}
.fi-ss-ship-side:before {
  content: "\fbda";
}
.fi-ss-ship:before {
  content: "\fbdb";
}
.fi-ss-shipping-fast:before {
  content: "\fbdc";
}
.fi-ss-shipping-timed:before {
  content: "\fbdd";
}
.fi-ss-shirt-long-sleeve:before {
  content: "\fbde";
}
.fi-ss-shirt-running:before {
  content: "\fbdf";
}
.fi-ss-shirt-tank-top:before {
  content: "\fbe0";
}
.fi-ss-shirt:before {
  content: "\fbe1";
}
.fi-ss-shish-kebab:before {
  content: "\fbe2";
}
.fi-ss-shoe-prints:before {
  content: "\fbe3";
}
.fi-ss-shop-lock:before {
  content: "\fbe4";
}
.fi-ss-shop-slash:before {
  content: "\fbe5";
}
.fi-ss-shop:before {
  content: "\fbe6";
}
.fi-ss-shopping-bag-add:before {
  content: "\fbe7";
}
.fi-ss-shopping-bag:before {
  content: "\fbe8";
}
.fi-ss-shopping-basket:before {
  content: "\fbe9";
}
.fi-ss-shopping-cart-add:before {
  content: "\fbea";
}
.fi-ss-shopping-cart-buyer:before {
  content: "\fbeb";
}
.fi-ss-shopping-cart-check:before {
  content: "\fbec";
}
.fi-ss-shopping-cart:before {
  content: "\fbed";
}
.fi-ss-shovel-snow:before {
  content: "\fbee";
}
.fi-ss-shovel:before {
  content: "\fbef";
}
.fi-ss-shower-down:before {
  content: "\fbf0";
}
.fi-ss-shower:before {
  content: "\fbf1";
}
.fi-ss-shredder:before {
  content: "\fbf2";
}
.fi-ss-shrimp:before {
  content: "\fbf3";
}
.fi-ss-shuffle:before {
  content: "\fbf4";
}
.fi-ss-shuttle-van:before {
  content: "\fbf5";
}
.fi-ss-shuttlecock:before {
  content: "\fbf6";
}
.fi-ss-Sickle:before {
  content: "\fbf7";
}
.fi-ss-sidebar-flip:before {
  content: "\fbf8";
}
.fi-ss-sidebar:before {
  content: "\fbf9";
}
.fi-ss-sigma:before {
  content: "\fbfa";
}
.fi-ss-sign-hanging:before {
  content: "\fbfb";
}
.fi-ss-sign-in-alt:before {
  content: "\fbfc";
}
.fi-ss-sign-out-alt:before {
  content: "\fbfd";
}
.fi-ss-sign-up:before {
  content: "\fbfe";
}
.fi-ss-signal-alt-1:before {
  content: "\fbff";
}
.fi-ss-signal-alt-2:before {
  content: "\fc00";
}
.fi-ss-signal-alt-slash:before {
  content: "\fc01";
}
.fi-ss-signal-alt:before {
  content: "\fc02";
}
.fi-ss-signal-bars-fair:before {
  content: "\fc03";
}
.fi-ss-signal-bars-good:before {
  content: "\fc04";
}
.fi-ss-signal-bars-weak:before {
  content: "\fc05";
}
.fi-ss-signal-stream-slash:before {
  content: "\fc06";
}
.fi-ss-signal-stream:before {
  content: "\fc07";
}
.fi-ss-signature-lock:before {
  content: "\fc08";
}
.fi-ss-signature-slash:before {
  content: "\fc09";
}
.fi-ss-signature:before {
  content: "\fc0a";
}
.fi-ss-sim-card:before {
  content: "\fc0b";
}
.fi-ss-sim-cards:before {
  content: "\fc0c";
}
.fi-ss-sink:before {
  content: "\fc0d";
}
.fi-ss-siren-on:before {
  content: "\fc0e";
}
.fi-ss-Siren:before {
  content: "\fc0f";
}
.fi-ss-site-alt:before {
  content: "\fc10";
}
.fi-ss-site-browser:before {
  content: "\fc11";
}
.fi-ss-site:before {
  content: "\fc12";
}
.fi-ss-sitemap:before {
  content: "\fc13";
}
.fi-ss-skateboard:before {
  content: "\fc14";
}
.fi-ss-skating:before {
  content: "\fc15";
}
.fi-ss-skeleton-ribs:before {
  content: "\fc16";
}
.fi-ss-skeleton:before {
  content: "\fc17";
}
.fi-ss-skewer:before {
  content: "\fc18";
}
.fi-ss-ski-boot-ski:before {
  content: "\fc19";
}
.fi-ss-ski-jump:before {
  content: "\fc1a";
}
.fi-ss-ski-lift:before {
  content: "\fc1b";
}
.fi-ss-skiing-nordic:before {
  content: "\fc1c";
}
.fi-ss-skiing:before {
  content: "\fc1d";
}
.fi-ss-skill-alt:before {
  content: "\fc1e";
}
.fi-ss-skill-user:before {
  content: "\fc1f";
}
.fi-ss-skill:before {
  content: "\fc20";
}
.fi-ss-skin-arrow:before {
  content: "\fc21";
}
.fi-ss-skin-drop:before {
  content: "\fc22";
}
.fi-ss-skin-hair:before {
  content: "\fc23";
}
.fi-ss-skin:before {
  content: "\fc24";
}
.fi-ss-skip-15-seconds:before {
  content: "\fc25";
}
.fi-ss-skull-cow:before {
  content: "\fc26";
}
.fi-ss-skull-crossbones:before {
  content: "\fc27";
}
.fi-ss-skull:before {
  content: "\fc28";
}
.fi-ss-slash:before {
  content: "\fc29";
}
.fi-ss-sledding:before {
  content: "\fc2a";
}
.fi-ss-sleeping-bag:before {
  content: "\fc2b";
}
.fi-ss-sleigh:before {
  content: "\fc2c";
}
.fi-ss-sliders-h-square:before {
  content: "\fc2d";
}
.fi-ss-sliders-v-square:before {
  content: "\fc2e";
}
.fi-ss-sliders-v:before {
  content: "\fc2f";
}
.fi-ss-slot-machine:before {
  content: "\fc30";
}
.fi-ss-smart-home-alt:before {
  content: "\fc31";
}
.fi-ss-smart-home:before {
  content: "\fc32";
}
.fi-ss-smartphone:before {
  content: "\fc33";
}
.fi-ss-smile-beam:before {
  content: "\fc34";
}
.fi-ss-smile-plus:before {
  content: "\fc35";
}
.fi-ss-smile-wink:before {
  content: "\fc36";
}
.fi-ss-smile:before {
  content: "\fc37";
}
.fi-ss-smiley-comment-alt:before {
  content: "\fc38";
}
.fi-ss-smog:before {
  content: "\fc39";
}
.fi-ss-smoke:before {
  content: "\fc3a";
}
.fi-ss-smoking-ban:before {
  content: "\fc3b";
}
.fi-ss-smoking:before {
  content: "\fc3c";
}
.fi-ss-snake:before {
  content: "\fc3d";
}
.fi-ss-snap:before {
  content: "\fc3e";
}
.fi-ss-snooze:before {
  content: "\fc3f";
}
.fi-ss-snow-blowing:before {
  content: "\fc40";
}
.fi-ss-snowboarding:before {
  content: "\fc41";
}
.fi-ss-snowflake-droplets:before {
  content: "\fc42";
}
.fi-ss-snowflake:before {
  content: "\fc43";
}
.fi-ss-snowflakes:before {
  content: "\fc44";
}
.fi-ss-snowman-alt:before {
  content: "\fc45";
}
.fi-ss-snowman-head:before {
  content: "\fc46";
}
.fi-ss-snowmobile:before {
  content: "\fc47";
}
.fi-ss-snowplow:before {
  content: "\fc48";
}
.fi-ss-soap-alt:before {
  content: "\fc49";
}
.fi-ss-soap:before {
  content: "\fc4a";
}
.fi-ss-social-network:before {
  content: "\fc4b";
}
.fi-ss-socks:before {
  content: "\fc4c";
}
.fi-ss-sofa-size:before {
  content: "\fc4d";
}
.fi-ss-sofa:before {
  content: "\fc4e";
}
.fi-ss-solar-panel-sun:before {
  content: "\fc4f";
}
.fi-ss-solar-panel:before {
  content: "\fc50";
}
.fi-ss-solar-system:before {
  content: "\fc51";
}
.fi-ss-sold-house:before {
  content: "\fc52";
}
.fi-ss-sold-signal:before {
  content: "\fc53";
}
.fi-ss-sort-alpha-down-alt:before {
  content: "\fc54";
}
.fi-ss-sort-alpha-down:before {
  content: "\fc55";
}
.fi-ss-sort-alpha-up-alt:before {
  content: "\fc56";
}
.fi-ss-sort-alpha-up:before {
  content: "\fc57";
}
.fi-ss-sort-alt:before {
  content: "\fc58";
}
.fi-ss-sort-amount-down-alt:before {
  content: "\fc59";
}
.fi-ss-sort-amount-down:before {
  content: "\fc5a";
}
.fi-ss-sort-amount-up-alt:before {
  content: "\fc5b";
}
.fi-ss-sort-amount-up:before {
  content: "\fc5c";
}
.fi-ss-sort-circle-down:before {
  content: "\fc5d";
}
.fi-ss-sort-circle-up:before {
  content: "\fc5e";
}
.fi-ss-sort-circle:before {
  content: "\fc5f";
}
.fi-ss-sort-down:before {
  content: "\fc60";
}
.fi-ss-sort-numeric-down-alt:before {
  content: "\fc61";
}
.fi-ss-sort-numeric-down:before {
  content: "\fc62";
}
.fi-ss-sort-shapes-down:before {
  content: "\fc63";
}
.fi-ss-sort-shapes-up:before {
  content: "\fc64";
}
.fi-ss-sort-size-down:before {
  content: "\fc65";
}
.fi-ss-sort-size-up:before {
  content: "\fc66";
}
.fi-ss-sort:before {
  content: "\fc67";
}
.fi-ss-soup:before {
  content: "\fc68";
}
.fi-ss-source-data:before {
  content: "\fc69";
}
.fi-ss-source-document-alt:before {
  content: "\fc6a";
}
.fi-ss-source-document:before {
  content: "\fc6b";
}
.fi-ss-spa:before {
  content: "\fc6c";
}
.fi-ss-space-shuttle:before {
  content: "\fc6d";
}
.fi-ss-space-station-moon-alt:before {
  content: "\fc6e";
}
.fi-ss-space-station-moon:before {
  content: "\fc6f";
}
.fi-ss-spade:before {
  content: "\fc70";
}
.fi-ss-spaghetti-monster-flying:before {
  content: "\fc71";
}
.fi-ss-spain-map:before {
  content: "\fc72";
}
.fi-ss-sparkles:before {
  content: "\fc73";
}
.fi-ss-spartan-helmet:before {
  content: "\fc74";
}
.fi-ss-speaker:before {
  content: "\fc75";
}
.fi-ss-speakers:before {
  content: "\fc76";
}
.fi-ss-speech-bubble-story:before {
  content: "\fc77";
}
.fi-ss-speedometer-arrow:before {
  content: "\fc78";
}
.fi-ss-speedometer-kpi:before {
  content: "\fc79";
}
.fi-ss-sphere:before {
  content: "\fc7a";
}
.fi-ss-spider-black-widow:before {
  content: "\fc7b";
}
.fi-ss-spider-web:before {
  content: "\fc7c";
}
.fi-ss-spider:before {
  content: "\fc7d";
}
.fi-ss-spinner:before {
  content: "\fc7e";
}
.fi-ss-split-up-relation:before {
  content: "\fc7f";
}
.fi-ss-split:before {
  content: "\fc80";
}
.fi-ss-splotch:before {
  content: "\fc81";
}
.fi-ss-spoon:before {
  content: "\fc82";
}
.fi-ss-spray-can-sparkles:before {
  content: "\fc83";
}
.fi-ss-spray-can:before {
  content: "\fc84";
}
.fi-ss-spring-calendar:before {
  content: "\fc85";
}
.fi-ss-sprinkler:before {
  content: "\fc86";
}
.fi-ss-spy:before {
  content: "\fc87";
}
.fi-ss-square-0:before {
  content: "\fc88";
}
.fi-ss-square-1:before {
  content: "\fc89";
}
.fi-ss-square-2:before {
  content: "\fc8a";
}
.fi-ss-square-3:before {
  content: "\fc8b";
}
.fi-ss-square-4:before {
  content: "\fc8c";
}
.fi-ss-square-5:before {
  content: "\fc8d";
}
.fi-ss-square-6:before {
  content: "\fc8e";
}
.fi-ss-square-7:before {
  content: "\fc8f";
}
.fi-ss-square-8:before {
  content: "\fc90";
}
.fi-ss-square-9:before {
  content: "\fc91";
}
.fi-ss-square-a:before {
  content: "\fc92";
}
.fi-ss-square-b:before {
  content: "\fc93";
}
.fi-ss-square-bolt:before {
  content: "\fc94";
}
.fi-ss-square-c:before {
  content: "\fc95";
}
.fi-ss-square-code:before {
  content: "\fc96";
}
.fi-ss-square-d:before {
  content: "\fc97";
}
.fi-ss-square-dashed-circle-plus:before {
  content: "\fc98";
}
.fi-ss-square-dashed:before {
  content: "\fc99";
}
.fi-ss-square-divide:before {
  content: "\fc9a";
}
.fi-ss-square-e:before {
  content: "\fc9b";
}
.fi-ss-square-ellipsis-vertical:before {
  content: "\fc9c";
}
.fi-ss-square-ellipsis:before {
  content: "\fc9d";
}
.fi-ss-square-exclamation:before {
  content: "\fc9e";
}
.fi-ss-square-f:before {
  content: "\fc9f";
}
.fi-ss-square-g:before {
  content: "\fca0";
}
.fi-ss-square-h:before {
  content: "\fca1";
}
.fi-ss-square-heart:before {
  content: "\fca2";
}
.fi-ss-square-i:before {
  content: "\fca3";
}
.fi-ss-square-info:before {
  content: "\fca4";
}
.fi-ss-square-j:before {
  content: "\fca5";
}
.fi-ss-square-k:before {
  content: "\fca6";
}
.fi-ss-square-kanban:before {
  content: "\fca7";
}
.fi-ss-square-l:before {
  content: "\fca8";
}
.fi-ss-square-m:before {
  content: "\fca9";
}
.fi-ss-square-minus:before {
  content: "\fcaa";
}
.fi-ss-square-n:before {
  content: "\fcab";
}
.fi-ss-square-o:before {
  content: "\fcac";
}
.fi-ss-square-p:before {
  content: "\fcad";
}
.fi-ss-square-phone-hangup:before {
  content: "\fcae";
}
.fi-ss-square-plus:before {
  content: "\fcaf";
}
.fi-ss-square-poll-horizontal:before {
  content: "\fcb0";
}
.fi-ss-square-poll-vertical:before {
  content: "\fcb1";
}
.fi-ss-square-q:before {
  content: "\fcb2";
}
.fi-ss-square-quote:before {
  content: "\fcb3";
}
.fi-ss-square-r:before {
  content: "\fcb4";
}
.fi-ss-square-root:before {
  content: "\fcb5";
}
.fi-ss-square-s:before {
  content: "\fcb6";
}
.fi-ss-square-small:before {
  content: "\fcb7";
}
.fi-ss-square-star:before {
  content: "\fcb8";
}
.fi-ss-square-t:before {
  content: "\fcb9";
}
.fi-ss-square-terminal:before {
  content: "\fcba";
}
.fi-ss-square-u:before {
  content: "\fcbb";
}
.fi-ss-square-up-right:before {
  content: "\fcbc";
}
.fi-ss-square-v:before {
  content: "\fcbd";
}
.fi-ss-square-w:before {
  content: "\fcbe";
}
.fi-ss-square-x:before {
  content: "\fcbf";
}
.fi-ss-square-y:before {
  content: "\fcc0";
}
.fi-ss-square-z:before {
  content: "\fcc1";
}
.fi-ss-square:before {
  content: "\fcc2";
}
.fi-ss-squid:before {
  content: "\fcc3";
}
.fi-ss-squircle:before {
  content: "\fcc4";
}
.fi-ss-squirrel:before {
  content: "\fcc5";
}
.fi-ss-staff:before {
  content: "\fcc6";
}
.fi-ss-stage-concert:before {
  content: "\fcc7";
}
.fi-ss-stage-theatre:before {
  content: "\fcc8";
}
.fi-ss-stage:before {
  content: "\fcc9";
}
.fi-ss-stairs:before {
  content: "\fcca";
}
.fi-ss-stamp:before {
  content: "\fccb";
}
.fi-ss-standard-definition:before {
  content: "\fccc";
}
.fi-ss-star-and-crescent:before {
  content: "\fccd";
}
.fi-ss-star-christmas:before {
  content: "\fcce";
}
.fi-ss-star-comment-alt:before {
  content: "\fccf";
}
.fi-ss-star-exclamation:before {
  content: "\fcd0";
}
.fi-ss-star-octogram:before {
  content: "\fcd1";
}
.fi-ss-star-of-david:before {
  content: "\fcd2";
}
.fi-ss-star-rating-call:before {
  content: "\fcd3";
}
.fi-ss-star-sharp-half-stroke:before {
  content: "\fcd4";
}
.fi-ss-star-sharp-half:before {
  content: "\fcd5";
}
.fi-ss-star-shooting:before {
  content: "\fcd6";
}
.fi-ss-star:before {
  content: "\fcd7";
}
.fi-ss-starfighter:before {
  content: "\fcd8";
}
.fi-ss-stars:before {
  content: "\fcd9";
}
.fi-ss-state-country:before {
  content: "\fcda";
}
.fi-ss-stationary-bike:before {
  content: "\fcdb";
}
.fi-ss-stats:before {
  content: "\fcdc";
}
.fi-ss-steak:before {
  content: "\fcdd";
}
.fi-ss-steering-wheel:before {
  content: "\fcde";
}
.fi-ss-step-backward:before {
  content: "\fcdf";
}
.fi-ss-step-forward:before {
  content: "\fce0";
}
.fi-ss-sterling-sign:before {
  content: "\fce1";
}
.fi-ss-stethoscope:before {
  content: "\fce2";
}
.fi-ss-sticker:before {
  content: "\fce3";
}
.fi-ss-stocking:before {
  content: "\fce4";
}
.fi-ss-stomach:before {
  content: "\fce5";
}
.fi-ss-stop-circle:before {
  content: "\fce6";
}
.fi-ss-stop-square:before {
  content: "\fce7";
}
.fi-ss-stop:before {
  content: "\fce8";
}
.fi-ss-stopwatch:before {
  content: "\fce9";
}
.fi-ss-store-alt:before {
  content: "\fcea";
}
.fi-ss-store-buyer:before {
  content: "\fceb";
}
.fi-ss-store-lock:before {
  content: "\fcec";
}
.fi-ss-store-slash:before {
  content: "\fced";
}
.fi-ss-story-book:before {
  content: "\fcee";
}
.fi-ss-story-fairy-tale:before {
  content: "\fcef";
}
.fi-ss-story-fantasy:before {
  content: "\fcf0";
}
.fi-ss-strategy-chess-risk:before {
  content: "\fcf1";
}
.fi-ss-strawberry:before {
  content: "\fcf2";
}
.fi-ss-street-view:before {
  content: "\fcf3";
}
.fi-ss-stretcher:before {
  content: "\fcf4";
}
.fi-ss-strikethrough:before {
  content: "\fcf5";
}
.fi-ss-stroopwafel:before {
  content: "\fcf6";
}
.fi-ss-student-alt:before {
  content: "\fcf7";
}
.fi-ss-student:before {
  content: "\fcf8";
}
.fi-ss-subscript:before {
  content: "\fcf9";
}
.fi-ss-subscription-alt:before {
  content: "\fcfa";
}
.fi-ss-subscription:before {
  content: "\fcfb";
}
.fi-ss-subtitles-slash:before {
  content: "\fcfc";
}
.fi-ss-subtitles:before {
  content: "\fcfd";
}
.fi-ss-subway:before {
  content: "\fcfe";
}
.fi-ss-suitcase-alt:before {
  content: "\fcff";
}
.fi-ss-summary-check:before {
  content: "\fd00";
}
.fi-ss-summer:before {
  content: "\fd01";
}
.fi-ss-sun-dust:before {
  content: "\fd02";
}
.fi-ss-sun-plant-wilt:before {
  content: "\fd03";
}
.fi-ss-sun-salutation-yoga:before {
  content: "\fd04";
}
.fi-ss-sun:before {
  content: "\fd05";
}
.fi-ss-sunday:before {
  content: "\fd06";
}
.fi-ss-sunglasses-alt:before {
  content: "\fd07";
}
.fi-ss-sunglasses:before {
  content: "\fd08";
}
.fi-ss-sunrise-alt:before {
  content: "\fd09";
}
.fi-ss-sunrise:before {
  content: "\fd0a";
}
.fi-ss-sunset:before {
  content: "\fd0b";
}
.fi-ss-superscript:before {
  content: "\fd0c";
}
.fi-ss-supplier-alt:before {
  content: "\fd0d";
}
.fi-ss-supplier:before {
  content: "\fd0e";
}
.fi-ss-surfing:before {
  content: "\fd0f";
}
.fi-ss-surprise:before {
  content: "\fd10";
}
.fi-ss-surveillance-camera:before {
  content: "\fd11";
}
.fi-ss-survey-xmark:before {
  content: "\fd12";
}
.fi-ss-sushi-alt:before {
  content: "\fd13";
}
.fi-ss-sushi-roll:before {
  content: "\fd14";
}
.fi-ss-sushi:before {
  content: "\fd15";
}
.fi-ss-svg:before {
  content: "\fd16";
}
.fi-ss-swap:before {
  content: "\fd17";
}
.fi-ss-swatchbook:before {
  content: "\fd18";
}
.fi-ss-swimmer:before {
  content: "\fd19";
}
.fi-ss-swimming-pool:before {
  content: "\fd1a";
}
.fi-ss-swing:before {
  content: "\fd1b";
}
.fi-ss-swipe-down:before {
  content: "\fd1c";
}
.fi-ss-swipe-left:before {
  content: "\fd1d";
}
.fi-ss-swipe-right:before {
  content: "\fd1e";
}
.fi-ss-swipe-up:before {
  content: "\fd1f";
}
.fi-ss-sword:before {
  content: "\fd20";
}
.fi-ss-symbol:before {
  content: "\fd21";
}
.fi-ss-symbols:before {
  content: "\fd22";
}
.fi-ss-synagogue:before {
  content: "\fd23";
}
.fi-ss-syringe:before {
  content: "\fd24";
}
.fi-ss-system-cloud:before {
  content: "\fd25";
}
.fi-ss-t:before {
  content: "\fd26";
}
.fi-ss-tab-folder:before {
  content: "\fd27";
}
.fi-ss-table-columns:before {
  content: "\fd28";
}
.fi-ss-table-layout:before {
  content: "\fd29";
}
.fi-ss-table-list:before {
  content: "\fd2a";
}
.fi-ss-table-picnic:before {
  content: "\fd2b";
}
.fi-ss-table-pivot:before {
  content: "\fd2c";
}
.fi-ss-table-rows:before {
  content: "\fd2d";
}
.fi-ss-table-tree:before {
  content: "\fd2e";
}
.fi-ss-table:before {
  content: "\fd2f";
}
.fi-ss-tablet-android-alt:before {
  content: "\fd30";
}
.fi-ss-tablet-android:before {
  content: "\fd31";
}
.fi-ss-tablet-rugged:before {
  content: "\fd32";
}
.fi-ss-tablet:before {
  content: "\fd33";
}
.fi-ss-tachometer-alt-average:before {
  content: "\fd34";
}
.fi-ss-tachometer-alt-fastest:before {
  content: "\fd35";
}
.fi-ss-tachometer-alt-slow:before {
  content: "\fd36";
}
.fi-ss-tachometer-alt-slowest:before {
  content: "\fd37";
}
.fi-ss-tachometer-average:before {
  content: "\fd38";
}
.fi-ss-tachometer-fast:before {
  content: "\fd39";
}
.fi-ss-tachometer-fastest:before {
  content: "\fd3a";
}
.fi-ss-tachometer-slow:before {
  content: "\fd3b";
}
.fi-ss-tachometer-slowest:before {
  content: "\fd3c";
}
.fi-ss-tachometer:before {
  content: "\fd3d";
}
.fi-ss-taco:before {
  content: "\fd3e";
}
.fi-ss-tags:before {
  content: "\fd3f";
}
.fi-ss-talent-alt:before {
  content: "\fd40";
}
.fi-ss-talent-hand:before {
  content: "\fd41";
}
.fi-ss-talent:before {
  content: "\fd42";
}
.fi-ss-tally-1:before {
  content: "\fd43";
}
.fi-ss-tally-2:before {
  content: "\fd44";
}
.fi-ss-tally-3:before {
  content: "\fd45";
}
.fi-ss-tally-4:before {
  content: "\fd46";
}
.fi-ss-tally:before {
  content: "\fd47";
}
.fi-ss-tamale:before {
  content: "\fd48";
}
.fi-ss-tank-water:before {
  content: "\fd49";
}
.fi-ss-tap:before {
  content: "\fd4a";
}
.fi-ss-tape:before {
  content: "\fd4b";
}
.fi-ss-target-audience:before {
  content: "\fd4c";
}
.fi-ss-target:before {
  content: "\fd4d";
}
.fi-ss-tax-alt:before {
  content: "\fd4e";
}
.fi-ss-tax:before {
  content: "\fd4f";
}
.fi-ss-taxi-bus:before {
  content: "\fd50";
}
.fi-ss-taxi:before {
  content: "\fd51";
}
.fi-ss-team-check-alt:before {
  content: "\fd52";
}
.fi-ss-team-check:before {
  content: "\fd53";
}
.fi-ss-teddy-bear:before {
  content: "\fd54";
}
.fi-ss-teeth-open:before {
  content: "\fd55";
}
.fi-ss-telescope:before {
  content: "\fd56";
}
.fi-ss-temperature-down:before {
  content: "\fd57";
}
.fi-ss-temperature-frigid:before {
  content: "\fd58";
}
.fi-ss-temperature-high:before {
  content: "\fd59";
}
.fi-ss-temperature-list:before {
  content: "\fd5a";
}
.fi-ss-temperature-low:before {
  content: "\fd5b";
}
.fi-ss-temperature-up:before {
  content: "\fd5c";
}
.fi-ss-template-alt:before {
  content: "\fd5d";
}
.fi-ss-template:before {
  content: "\fd5e";
}
.fi-ss-tenge:before {
  content: "\fd5f";
}
.fi-ss-tennis:before {
  content: "\fd60";
}
.fi-ss-tent-arrow-down-to-line:before {
  content: "\fd61";
}
.fi-ss-tent-arrow-left-right:before {
  content: "\fd62";
}
.fi-ss-tent-arrow-turn-left:before {
  content: "\fd63";
}
.fi-ss-tent-arrows-down:before {
  content: "\fd64";
}
.fi-ss-tents:before {
  content: "\fd65";
}
.fi-ss-terminal:before {
  content: "\fd66";
}
.fi-ss-terrace:before {
  content: "\fd67";
}
.fi-ss-test-tube:before {
  content: "\fd68";
}
.fi-ss-test:before {
  content: "\fd69";
}
.fi-ss-text-box-dots:before {
  content: "\fd6a";
}
.fi-ss-text-box-edit:before {
  content: "\fd6b";
}
.fi-ss-text-box:before {
  content: "\fd6c";
}
.fi-ss-text-check:before {
  content: "\fd6d";
}
.fi-ss-text-height:before {
  content: "\fd6e";
}
.fi-ss-text-shadow:before {
  content: "\fd6f";
}
.fi-ss-text-size:before {
  content: "\fd70";
}
.fi-ss-text-slash:before {
  content: "\fd71";
}
.fi-ss-text-width:before {
  content: "\fd72";
}
.fi-ss-text:before {
  content: "\fd73";
}
.fi-ss-theater-masks:before {
  content: "\fd74";
}
.fi-ss-thermometer-alt:before {
  content: "\fd75";
}
.fi-ss-thermometer-empty:before {
  content: "\fd76";
}
.fi-ss-thermometer-full:before {
  content: "\fd77";
}
.fi-ss-thermometer-half:before {
  content: "\fd78";
}
.fi-ss-thermometer-quarter:before {
  content: "\fd79";
}
.fi-ss-thermometer-three-quarters:before {
  content: "\fd7a";
}
.fi-ss-theta:before {
  content: "\fd7b";
}
.fi-ss-third-award:before {
  content: "\fd7c";
}
.fi-ss-third-laurel:before {
  content: "\fd7d";
}
.fi-ss-third-medal:before {
  content: "\fd7e";
}
.fi-ss-third:before {
  content: "\fd7f";
}
.fi-ss-thought-bubble:before {
  content: "\fd80";
}
.fi-ss-three-leaf-clover:before {
  content: "\fd81";
}
.fi-ss-thumbs-up-trust:before {
  content: "\fd82";
}
.fi-ss-thumbtack:before {
  content: "\fd83";
}
.fi-ss-thunderstorm-moon:before {
  content: "\fd84";
}
.fi-ss-thunderstorm-risk:before {
  content: "\fd85";
}
.fi-ss-thunderstorm-sun:before {
  content: "\fd86";
}
.fi-ss-thunderstorm:before {
  content: "\fd87";
}
.fi-ss-thursday:before {
  content: "\fd88";
}
.fi-ss-ticket-airline:before {
  content: "\fd89";
}
.fi-ss-ticket-alt:before {
  content: "\fd8a";
}
.fi-ss-ticket:before {
  content: "\fd8b";
}
.fi-ss-tickets-airline:before {
  content: "\fd8c";
}
.fi-ss-tie:before {
  content: "\fd8d";
}
.fi-ss-tilde:before {
  content: "\fd8e";
}
.fi-ss-time-add:before {
  content: "\fd8f";
}
.fi-ss-time-check:before {
  content: "\fd90";
}
.fi-ss-time-delete:before {
  content: "\fd91";
}
.fi-ss-time-fast:before {
  content: "\fd92";
}
.fi-ss-time-forward-sixty:before {
  content: "\fd93";
}
.fi-ss-time-forward-ten:before {
  content: "\fd94";
}
.fi-ss-time-forward:before {
  content: "\fd95";
}
.fi-ss-time-half-past:before {
  content: "\fd96";
}
.fi-ss-time-oclock:before {
  content: "\fd97";
}
.fi-ss-time-past:before {
  content: "\fd98";
}
.fi-ss-time-quarter-past:before {
  content: "\fd99";
}
.fi-ss-time-quarter-to:before {
  content: "\fd9a";
}
.fi-ss-time-twenty-four:before {
  content: "\fd9b";
}
.fi-ss-time-watch-calendar:before {
  content: "\fd9c";
}
.fi-ss-timer-clock-call:before {
  content: "\fd9d";
}
.fi-ss-times-hexagon:before {
  content: "\fd9e";
}
.fi-ss-tint-slash:before {
  content: "\fd9f";
}
.fi-ss-tip-coin:before {
  content: "\fda0";
}
.fi-ss-tire-flat:before {
  content: "\fda1";
}
.fi-ss-tire-pressure-warning:before {
  content: "\fda2";
}
.fi-ss-tire-rugged:before {
  content: "\fda3";
}
.fi-ss-tire:before {
  content: "\fda4";
}
.fi-ss-tired:before {
  content: "\fda5";
}
.fi-ss-to-do-alt:before {
  content: "\fda6";
}
.fi-ss-to-do:before {
  content: "\fda7";
}
.fi-ss-together-people:before {
  content: "\fda8";
}
.fi-ss-toggle-off:before {
  content: "\fda9";
}
.fi-ss-toggle-on:before {
  content: "\fdaa";
}
.fi-ss-toilet-paper-blank-under:before {
  content: "\fdab";
}
.fi-ss-toilet-paper-blank:before {
  content: "\fdac";
}
.fi-ss-toilet-paper-slash:before {
  content: "\fdad";
}
.fi-ss-toilet-paper-under-slash:before {
  content: "\fdae";
}
.fi-ss-toilet-paper-under:before {
  content: "\fdaf";
}
.fi-ss-toilet:before {
  content: "\fdb0";
}
.fi-ss-toilets-portable:before {
  content: "\fdb1";
}
.fi-ss-token:before {
  content: "\fdb2";
}
.fi-ss-tomato:before {
  content: "\fdb3";
}
.fi-ss-tombstone-alt:before {
  content: "\fdb4";
}
.fi-ss-tombstone:before {
  content: "\fdb5";
}
.fi-ss-tool-box:before {
  content: "\fdb6";
}
.fi-ss-tool-crop:before {
  content: "\fdb7";
}
.fi-ss-tool-marquee:before {
  content: "\fdb8";
}
.fi-ss-tools:before {
  content: "\fdb9";
}
.fi-ss-tooth:before {
  content: "\fdba";
}
.fi-ss-toothbrush:before {
  content: "\fdbb";
}
.fi-ss-torch-inspiration-leader:before {
  content: "\fdbc";
}
.fi-ss-torii-gate:before {
  content: "\fdbd";
}
.fi-ss-tornado:before {
  content: "\fdbe";
}
.fi-ss-total:before {
  content: "\fdbf";
}
.fi-ss-tour-guide-people:before {
  content: "\fdc0";
}
.fi-ss-tour-virtual:before {
  content: "\fdc1";
}
.fi-ss-tower-control:before {
  content: "\fdc2";
}
.fi-ss-track:before {
  content: "\fdc3";
}
.fi-ss-tractor:before {
  content: "\fdc4";
}
.fi-ss-trademark:before {
  content: "\fdc5";
}
.fi-ss-traffic-cone:before {
  content: "\fdc6";
}
.fi-ss-traffic-light-go:before {
  content: "\fdc7";
}
.fi-ss-traffic-light-slow:before {
  content: "\fdc8";
}
.fi-ss-traffic-light-stop:before {
  content: "\fdc9";
}
.fi-ss-traffic-light:before {
  content: "\fdca";
}
.fi-ss-trailer:before {
  content: "\fdcb";
}
.fi-ss-train-journey:before {
  content: "\fdcc";
}
.fi-ss-train-side:before {
  content: "\fdcd";
}
.fi-ss-train-station-building:before {
  content: "\fdce";
}
.fi-ss-train-station:before {
  content: "\fdcf";
}
.fi-ss-train-subway-tunnel:before {
  content: "\fdd0";
}
.fi-ss-train-tram:before {
  content: "\fdd1";
}
.fi-ss-train:before {
  content: "\fdd2";
}
.fi-ss-tram:before {
  content: "\fdd3";
}
.fi-ss-transform:before {
  content: "\fdd4";
}
.fi-ss-transformation-block:before {
  content: "\fdd5";
}
.fi-ss-transformation-circle:before {
  content: "\fdd6";
}
.fi-ss-transformation-design:before {
  content: "\fdd7";
}
.fi-ss-transformation-shapes:before {
  content: "\fdd8";
}
.fi-ss-transformer-bolt:before {
  content: "\fdd9";
}
.fi-ss-transgender:before {
  content: "\fdda";
}
.fi-ss-transporter-1:before {
  content: "\fddb";
}
.fi-ss-transporter-2:before {
  content: "\fddc";
}
.fi-ss-transporter-3:before {
  content: "\fddd";
}
.fi-ss-transporter-4:before {
  content: "\fdde";
}
.fi-ss-transporter-5:before {
  content: "\fddf";
}
.fi-ss-transporter-6:before {
  content: "\fde0";
}
.fi-ss-transporter-7:before {
  content: "\fde1";
}
.fi-ss-transporter-empty:before {
  content: "\fde2";
}
.fi-ss-transporter:before {
  content: "\fde3";
}
.fi-ss-trash-can-check:before {
  content: "\fde4";
}
.fi-ss-trash-can-clock:before {
  content: "\fde5";
}
.fi-ss-trash-can-list:before {
  content: "\fde6";
}
.fi-ss-trash-can-plus:before {
  content: "\fde7";
}
.fi-ss-trash-can-slash:before {
  content: "\fde8";
}
.fi-ss-trash-check:before {
  content: "\fde9";
}
.fi-ss-trash-clock:before {
  content: "\fdea";
}
.fi-ss-trash-empty:before {
  content: "\fdeb";
}
.fi-ss-trash-list:before {
  content: "\fdec";
}
.fi-ss-trash-plus:before {
  content: "\fded";
}
.fi-ss-trash-restore-alt:before {
  content: "\fdee";
}
.fi-ss-trash-restore:before {
  content: "\fdef";
}
.fi-ss-trash-slash:before {
  content: "\fdf0";
}
.fi-ss-trash-undo-alt:before {
  content: "\fdf1";
}
.fi-ss-trash-undo:before {
  content: "\fdf2";
}
.fi-ss-trash-xmark:before {
  content: "\fdf3";
}
.fi-ss-trash:before {
  content: "\fdf4";
}
.fi-ss-treadmill:before {
  content: "\fdf5";
}
.fi-ss-treasure-chest:before {
  content: "\fdf6";
}
.fi-ss-treatment:before {
  content: "\fdf7";
}
.fi-ss-tree-alt:before {
  content: "\fdf8";
}
.fi-ss-tree-christmas:before {
  content: "\fdf9";
}
.fi-ss-tree-deciduous:before {
  content: "\fdfa";
}
.fi-ss-tree:before {
  content: "\fdfb";
}
.fi-ss-trees-alt:before {
  content: "\fdfc";
}
.fi-ss-trees:before {
  content: "\fdfd";
}
.fi-ss-triangle-music:before {
  content: "\fdfe";
}
.fi-ss-triangle-person-digging:before {
  content: "\fdff";
}
.fi-ss-triangle-warning:before {
  content: "\fe10";
}
.fi-ss-triangle:before {
  content: "\fe11";
}
.fi-ss-tricycle:before {
  content: "\fe12";
}
.fi-ss-trillium:before {
  content: "\fe13";
}
.fi-ss-trophy-achievement-skill:before {
  content: "\fe14";
}
.fi-ss-trophy-star:before {
  content: "\fe15";
}
.fi-ss-trophy:before {
  content: "\fe16";
}
.fi-ss-truck-arrow-left:before {
  content: "\fe17";
}
.fi-ss-truck-arrow-right:before {
  content: "\fe18";
}
.fi-ss-truck-bolt:before {
  content: "\fe19";
}
.fi-ss-truck-box:before {
  content: "\fe1a";
}
.fi-ss-truck-check:before {
  content: "\fe1b";
}
.fi-ss-truck-container-empty:before {
  content: "\fe1c";
}
.fi-ss-truck-container:before {
  content: "\fe1d";
}
.fi-ss-truck-couch:before {
  content: "\fe1e";
}
.fi-ss-truck-fire:before {
  content: "\fe1f";
}
.fi-ss-truck-flatbed:before {
  content: "\fe30";
}
.fi-ss-truck-front:before {
  content: "\fe31";
}
.fi-ss-truck-ladder:before {
  content: "\fe32";
}
.fi-ss-truck-loading:before {
  content: "\fe33";
}
.fi-ss-truck-medical:before {
  content: "\fe34";
}
.fi-ss-truck-monster:before {
  content: "\fe35";
}
.fi-ss-truck-moving:before {
  content: "\fe36";
}
.fi-ss-truck-pickup:before {
  content: "\fe37";
}
.fi-ss-truck-plow:before {
  content: "\fe38";
}
.fi-ss-truck-ramp:before {
  content: "\fe39";
}
.fi-ss-truck-side:before {
  content: "\fe3a";
}
.fi-ss-truck-tow:before {
  content: "\fe3b";
}
.fi-ss-truck-utensils:before {
  content: "\fe3c";
}
.fi-ss-trumpet:before {
  content: "\fe3d";
}
.fi-ss-trust-alt:before {
  content: "\fe3e";
}
.fi-ss-trust:before {
  content: "\fe3f";
}
.fi-ss-tshirt:before {
  content: "\fe40";
}
.fi-ss-tty-answer:before {
  content: "\fe41";
}
.fi-ss-tty:before {
  content: "\fe42";
}
.fi-ss-tubes:before {
  content: "\fe43";
}
.fi-ss-tuesday:before {
  content: "\fe44";
}
.fi-ss-tugrik-sign:before {
  content: "\fe45";
}
.fi-ss-turkey:before {
  content: "\fe46";
}
.fi-ss-turn-left-down:before {
  content: "\fe47";
}
.fi-ss-turn-left:before {
  content: "\fe48";
}
.fi-ss-turn-right:before {
  content: "\fe49";
}
.fi-ss-turntable:before {
  content: "\fe4a";
}
.fi-ss-turtle:before {
  content: "\fe4b";
}
.fi-ss-tv-music:before {
  content: "\fe4c";
}
.fi-ss-tv-retro:before {
  content: "\fe4d";
}
.fi-ss-typewriter:before {
  content: "\fe4e";
}
.fi-ss-u:before {
  content: "\fe4f";
}
.fi-ss-ufo-beam:before {
  content: "\fe50";
}
.fi-ss-ufo:before {
  content: "\fe51";
}
.fi-ss-ui-ux:before {
  content: "\fe52";
}
.fi-ss-umbrella-beach:before {
  content: "\fe53";
}
.fi-ss-umbrella:before {
  content: "\fe54";
}
.fi-ss-under-construction:before {
  content: "\fe55";
}
.fi-ss-underline:before {
  content: "\fe56";
}
.fi-ss-undo-alt:before {
  content: "\fe57";
}
.fi-ss-undo:before {
  content: "\fe58";
}
.fi-ss-unicorn:before {
  content: "\fe59";
}
.fi-ss-uniform-martial-arts:before {
  content: "\fe5a";
}
.fi-ss-universal-access:before {
  content: "\fe5b";
}
.fi-ss-unlock:before {
  content: "\fe5c";
}
.fi-ss-up-from-bracket:before {
  content: "\fe5d";
}
.fi-ss-up-left:before {
  content: "\fe5e";
}
.fi-ss-up-right-from-square:before {
  content: "\fe5f";
}
.fi-ss-up-right:before {
  content: "\fe60";
}
.fi-ss-up:before {
  content: "\fe61";
}
.fi-ss-upload:before {
  content: "\fe62";
}
.fi-ss-url:before {
  content: "\fe63";
}
.fi-ss-usb-pendrive:before {
  content: "\fe64";
}
.fi-ss-usd-circle:before {
  content: "\fe65";
}
.fi-ss-usd-square:before {
  content: "\fe66";
}
.fi-ss-user-add:before {
  content: "\fe67";
}
.fi-ss-user-alien:before {
  content: "\fe68";
}
.fi-ss-user-astronaut:before {
  content: "\fe69";
}
.fi-ss-user-check:before {
  content: "\fe6a";
}
.fi-ss-user-chef:before {
  content: "\fe6b";
}
.fi-ss-user-coach:before {
  content: "\fe6c";
}
.fi-ss-user-cowboy:before {
  content: "\fe6d";
}
.fi-ss-user-crown:before {
  content: "\fe6e";
}
.fi-ss-user-gear:before {
  content: "\fe6f";
}
.fi-ss-user-graduate:before {
  content: "\fe70";
}
.fi-ss-user-headset:before {
  content: "\fe71";
}
.fi-ss-user-helmet-safety:before {
  content: "\fe72";
}
.fi-ss-user-injured:before {
  content: "\fe73";
}
.fi-ss-user-interface-ui:before {
  content: "\fe74";
}
.fi-ss-user-key:before {
  content: "\fe75";
}
.fi-ss-user-lock:before {
  content: "\fe76";
}
.fi-ss-user-md-chat:before {
  content: "\fe77";
}
.fi-ss-user-md:before {
  content: "\fe78";
}
.fi-ss-user-minus:before {
  content: "\fe79";
}
.fi-ss-user-music:before {
  content: "\fe7a";
}
.fi-ss-user-ninja:before {
  content: "\fe7b";
}
.fi-ss-user-nurse:before {
  content: "\fe7c";
}
.fi-ss-user-pen:before {
  content: "\fe7d";
}
.fi-ss-user-pilot-tie:before {
  content: "\fe7e";
}
.fi-ss-user-pilot:before {
  content: "\fe7f";
}
.fi-ss-user-police:before {
  content: "\fe80";
}
.fi-ss-user-robot-xmarks:before {
  content: "\fe81";
}
.fi-ss-user-robot:before {
  content: "\fe82";
}
.fi-ss-user-salary:before {
  content: "\fe83";
}
.fi-ss-user-shield:before {
  content: "\fe84";
}
.fi-ss-user-skill-gear:before {
  content: "\fe85";
}
.fi-ss-user-slash:before {
  content: "\fe86";
}
.fi-ss-user-tag:before {
  content: "\fe87";
}
.fi-ss-user-time:before {
  content: "\fe88";
}
.fi-ss-user-trust:before {
  content: "\fe89";
}
.fi-ss-user-unlock:before {
  content: "\fe8a";
}
.fi-ss-user-visor:before {
  content: "\fe8b";
}
.fi-ss-user-xmark:before {
  content: "\fe8c";
}
.fi-ss-user:before {
  content: "\fe8d";
}
.fi-ss-users-alt:before {
  content: "\fe8e";
}
.fi-ss-users-class:before {
  content: "\fe8f";
}
.fi-ss-users-gear:before {
  content: "\fe90";
}
.fi-ss-users-medical:before {
  content: "\fe91";
}
.fi-ss-users-slash:before {
  content: "\fe92";
}
.fi-ss-users:before {
  content: "\fe93";
}
.fi-ss-utensils-slash:before {
  content: "\fe94";
}
.fi-ss-utensils:before {
  content: "\fe95";
}
.fi-ss-utility-pole-double:before {
  content: "\fe96";
}
.fi-ss-utility-pole:before {
  content: "\fe97";
}
.fi-ss-ux-browser:before {
  content: "\fe98";
}
.fi-ss-ux:before {
  content: "\fe99";
}
.fi-ss-v:before {
  content: "\fe9a";
}
.fi-ss-vacuum-robot:before {
  content: "\fe9b";
}
.fi-ss-vacuum:before {
  content: "\fe9c";
}
.fi-ss-value-absolute:before {
  content: "\fe9d";
}
.fi-ss-vault:before {
  content: "\fe9e";
}
.fi-ss-vector-alt:before {
  content: "\fe9f";
}
.fi-ss-vector-circle:before {
  content: "\fea0";
}
.fi-ss-vector-polygon:before {
  content: "\fea1";
}
.fi-ss-vector:before {
  content: "\fea2";
}
.fi-ss-venus-double:before {
  content: "\fea3";
}
.fi-ss-venus-mars:before {
  content: "\fea4";
}
.fi-ss-venus:before {
  content: "\fea5";
}
.fi-ss-vest-patches:before {
  content: "\fea6";
}
.fi-ss-vest:before {
  content: "\fea7";
}
.fi-ss-video-arrow-down-left:before {
  content: "\fea8";
}
.fi-ss-video-arrow-up-right:before {
  content: "\fea9";
}
.fi-ss-video-camera-alt:before {
  content: "\feaa";
}
.fi-ss-video-camera:before {
  content: "\feab";
}
.fi-ss-video-duration:before {
  content: "\feac";
}
.fi-ss-video-plus:before {
  content: "\fead";
}
.fi-ss-video-slash:before {
  content: "\feae";
}
.fi-ss-videoconference:before {
  content: "\feaf";
}
.fi-ss-vihara:before {
  content: "\feb0";
}
.fi-ss-violin:before {
  content: "\feb1";
}
.fi-ss-virus-slash:before {
  content: "\feb2";
}
.fi-ss-virus:before {
  content: "\feb3";
}
.fi-ss-viruses:before {
  content: "\feb4";
}
.fi-ss-visit:before {
  content: "\feb5";
}
.fi-ss-voicemail:before {
  content: "\feb6";
}
.fi-ss-volcano:before {
  content: "\feb7";
}
.fi-ss-volleyball:before {
  content: "\feb8";
}
.fi-ss-volume-down:before {
  content: "\feb9";
}
.fi-ss-volume-mute:before {
  content: "\feba";
}
.fi-ss-volume-off:before {
  content: "\febb";
}
.fi-ss-volume-slash:before {
  content: "\febc";
}
.fi-ss-volume:before {
  content: "\febd";
}
.fi-ss-vote-nay:before {
  content: "\febe";
}
.fi-ss-vote-yea:before {
  content: "\febf";
}
.fi-ss-vr-cardboard:before {
  content: "\fec0";
}
.fi-ss-w:before {
  content: "\fec1";
}
.fi-ss-waffle:before {
  content: "\fec2";
}
.fi-ss-wagon-covered:before {
  content: "\fec3";
}
.fi-ss-walker:before {
  content: "\fec4";
}
.fi-ss-walkie-talkie:before {
  content: "\fec5";
}
.fi-ss-walking:before {
  content: "\fec6";
}
.fi-ss-wallet-arrow:before {
  content: "\fec7";
}
.fi-ss-wallet-buyer:before {
  content: "\fec8";
}
.fi-ss-wallet:before {
  content: "\fec9";
}
.fi-ss-warehouse-alt:before {
  content: "\feca";
}
.fi-ss-warranty:before {
  content: "\fecb";
}
.fi-ss-washer:before {
  content: "\fecc";
}
.fi-ss-waste-pollution:before {
  content: "\fecd";
}
.fi-ss-waste:before {
  content: "\fece";
}
.fi-ss-watch-calculator:before {
  content: "\fecf";
}
.fi-ss-watch-fitness:before {
  content: "\fed0";
}
.fi-ss-watch-smart:before {
  content: "\fed1";
}
.fi-ss-watch:before {
  content: "\fed2";
}
.fi-ss-water-bottle:before {
  content: "\fed3";
}
.fi-ss-water-ladder:before {
  content: "\fed4";
}
.fi-ss-water-lower:before {
  content: "\fed5";
}
.fi-ss-water-rise:before {
  content: "\fed6";
}
.fi-ss-water:before {
  content: "\fed7";
}
.fi-ss-watermelon:before {
  content: "\fed8";
}
.fi-ss-wave-sine:before {
  content: "\fed9";
}
.fi-ss-wave-square:before {
  content: "\feda";
}
.fi-ss-wave-triangle:before {
  content: "\fedb";
}
.fi-ss-wave:before {
  content: "\fedc";
}
.fi-ss-waveform-path:before {
  content: "\fedd";
}
.fi-ss-waveform:before {
  content: "\fede";
}
.fi-ss-web-design:before {
  content: "\fedf";
}
.fi-ss-webcam-slash:before {
  content: "\fee0";
}
.fi-ss-webcam:before {
  content: "\fee1";
}
.fi-ss-webhook:before {
  content: "\fee2";
}
.fi-ss-wednesday:before {
  content: "\fee3";
}
.fi-ss-whale:before {
  content: "\fee4";
}
.fi-ss-wheat-awn-circle-exclamation:before {
  content: "\fee5";
}
.fi-ss-wheat-awn-slash:before {
  content: "\fee6";
}
.fi-ss-wheat-awn:before {
  content: "\fee7";
}
.fi-ss-wheat-slash:before {
  content: "\fee8";
}
.fi-ss-wheat:before {
  content: "\fee9";
}
.fi-ss-wheelchair-move:before {
  content: "\feea";
}
.fi-ss-wheelchair-sleeping:before {
  content: "\feeb";
}
.fi-ss-wheelchair:before {
  content: "\feec";
}
.fi-ss-whistle:before {
  content: "\feed";
}
.fi-ss-white-space:before {
  content: "\feee";
}
.fi-ss-wifi-1:before {
  content: "\feef";
}
.fi-ss-wifi-2:before {
  content: "\fef0";
}
.fi-ss-wifi-alt:before {
  content: "\fef1";
}
.fi-ss-wifi-exclamation:before {
  content: "\fef2";
}
.fi-ss-wifi-slash:before {
  content: "\fef3";
}
.fi-ss-wifi:before {
  content: "\fef4";
}
.fi-ss-wind-turbine:before {
  content: "\fef5";
}
.fi-ss-wind-warning:before {
  content: "\fef6";
}
.fi-ss-wind:before {
  content: "\fef7";
}
.fi-ss-window-alt:before {
  content: "\fef8";
}
.fi-ss-window-frame-open:before {
  content: "\fef9";
}
.fi-ss-window-frame:before {
  content: "\fefa";
}
.fi-ss-window-maximize:before {
  content: "\fefb";
}
.fi-ss-window-minimize:before {
  content: "\fefc";
}
.fi-ss-window-restore:before {
  content: "\fefd";
}
.fi-ss-windsock:before {
  content: "\fefe";
}
.fi-ss-wine-bottle:before {
  content: "\ff00";
}
.fi-ss-wine-glass-crack:before {
  content: "\ff01";
}
.fi-ss-wine-glass-empty:before {
  content: "\ff02";
}
.fi-ss-wishlist-heart:before {
  content: "\ff03";
}
.fi-ss-wishlist-star:before {
  content: "\ff04";
}
.fi-ss-woman-head:before {
  content: "\ff05";
}
.fi-ss-woman-scientist:before {
  content: "\ff06";
}
.fi-ss-won-sign:before {
  content: "\ff07";
}
.fi-ss-work-in-progress:before {
  content: "\ff08";
}
.fi-ss-workflow-alt:before {
  content: "\ff09";
}
.fi-ss-workflow-setting-alt:before {
  content: "\ff0a";
}
.fi-ss-workflow-setting:before {
  content: "\ff0b";
}
.fi-ss-workflow:before {
  content: "\ff0c";
}
.fi-ss-workshop:before {
  content: "\ff0d";
}
.fi-ss-world:before {
  content: "\ff0e";
}
.fi-ss-worm:before {
  content: "\ff0f";
}
.fi-ss-wreath:before {
  content: "\ff10";
}
.fi-ss-wrench-alt:before {
  content: "\ff11";
}
.fi-ss-wrench-simple:before {
  content: "\ff12";
}
.fi-ss-x-ray:before {
  content: "\ff13";
}
.fi-ss-x:before {
  content: "\ff14";
}
.fi-ss-y:before {
  content: "\ff15";
}
.fi-ss-yen:before {
  content: "\ff16";
}
.fi-ss-yin-yang:before {
  content: "\ff17";
}
.fi-ss-z:before {
  content: "\ff18";
}
.fi-ss-zip-file:before {
  content: "\ff19";
}
.fi-ss-zoom-in:before {
  content: "\ff1a";
}
.fi-ss-zoom-out:before {
  content: "\ff1b";
}
/*!
*   _____       _             __                 _____                               ______ _       _   _
*  |_   _|     | |           / _|               |_   _|                             |  ____| |     | | (_)
*    | |  _ __ | |_ ___ _ __| |_ __ _  ___ ___    | |  ___ ___  _ __  ___   ______  | |__  | | __ _| |_ _  ___ ___  _ __
*    | | | '_ \| __/ _ \ '__|  _/ _` |/ __/ _ \   | | / __/ _ \| '_ \/ __| |______| |  __| | |/ _` | __| |/ __/ _ \| '_ \
*   _| |_| | | | ||  __/ |  | || (_| | (_|  __/  _| || (_| (_) | | | \__ \          | |    | | (_| | |_| | (_| (_) | | | |
*  |_____|_| |_|\__\___|_|  |_| \__,_|\___\___| |_____\___\___/|_| |_|___/          |_|    |_|\__,_|\__|_|\___\___/|_| |_|
*
*                         UIcons 2.4.2 - https://www.flaticon.com/uicons/interface-icons
*/
@font-face {
  font-family: uicons-brands;
  src:
    url("./media/uicons-brands-XJPKRNBN-XJPKRNBN.woff2") format("woff2"),
    url("./media/uicons-brands-PQBQF6T3-PQBQF6T3.woff") format("woff"),
    url("./media/uicons-brands-ZJWE2ELA-ZJWE2ELA.eot#iefix") format("embedded-opentype");
  font-display: swap;
}
i[class^=fi-brands-]:before,
i[class*=" fi-brands-"]:before,
span[class^=fi-brands-]:before,
span[class*=fi-brands-]:before {
  font-family: uicons-brands !important;
  font-style: normal;
  font-weight: 400 !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.variable-selector-00:before {
  content: "\fe00";
}
.variable-selector-01:before {
  content: "\fe01";
}
.variable-selector-02:before {
  content: "\fe02";
}
.variable-selector-03:before {
  content: "\fe03";
}
.variable-selector-04:before {
  content: "\fe04";
}
.variable-selector-05:before {
  content: "\fe05";
}
.variable-selector-06:before {
  content: "\fe06";
}
.variable-selector-07:before {
  content: "\fe07";
}
.variable-selector-08:before {
  content: "\fe08";
}
.variable-selector-09:before {
  content: "\fe09";
}
.variable-selector-0a:before {
  content: "\fe0a";
}
.variable-selector-0b:before {
  content: "\fe0b";
}
.variable-selector-0c:before {
  content: "\fe0c";
}
.variable-selector-0d:before {
  content: "\fe0d";
}
.variable-selector-0e:before {
  content: "\fe0e";
}
.variable-selector-0f:before {
  content: "\fe0f";
}
.combining-half-marks-00:before {
  content: "\fe20";
}
.combining-half-marks-01:before {
  content: "\fe21";
}
.combining-half-marks-02:before {
  content: "\fe22";
}
.combining-half-marks-03:before {
  content: "\fe23";
}
.combining-half-marks-04:before {
  content: "\fe24";
}
.combining-half-marks-05:before {
  content: "\fe25";
}
.combining-half-marks-06:before {
  content: "\fe26";
}
.combining-half-marks-07:before {
  content: "\fe27";
}
.combining-half-marks-08:before {
  content: "\fe28";
}
.combining-half-marks-09:before {
  content: "\fe29";
}
.combining-half-marks-0a:before {
  content: "\fe2a";
}
.combining-half-marks-0b:before {
  content: "\fe2b";
}
.combining-half-marks-0c:before {
  content: "\fe2c";
}
.combining-half-marks-0d:before {
  content: "\fe2d";
}
.combining-half-marks-0e:before {
  content: "\fe2e";
}
.combining-half-marks-0f:before {
  content: "\fe2f";
}
.zero-width-no-break-space-0f:before {
  content: "\feff";
}
.fi-brands-3m:before {
  content: "\f101";
}
.fi-brands-500px:before {
  content: "\f102";
}
.fi-brands-abbot-laboratories:before {
  content: "\f103";
}
.fi-brands-accusoft:before {
  content: "\f104";
}
.fi-brands-acrobat:before {
  content: "\f105";
}
.fi-brands-adobe:before {
  content: "\f106";
}
.fi-brands-aecom:before {
  content: "\f107";
}
.fi-brands-aero:before {
  content: "\f108";
}
.fi-brands-after-effects:before {
  content: "\f109";
}
.fi-brands-airbnb:before {
  content: "\f10a";
}
.fi-brands-algolia:before {
  content: "\f10b";
}
.fi-brands-amd:before {
  content: "\f10c";
}
.fi-brands-american-express:before {
  content: "\f10d";
}
.fi-brands-android:before {
  content: "\f10e";
}
.fi-brands-animate:before {
  content: "\f10f";
}
.fi-brands-app-store-ios:before {
  content: "\f110";
}
.fi-brands-apple-pay:before {
  content: "\f111";
}
.fi-brands-apple:before {
  content: "\f112";
}
.fi-brands-artstation:before {
  content: "\f113";
}
.fi-brands-astrazeneca:before {
  content: "\f114";
}
.fi-brands-asus:before {
  content: "\f115";
}
.fi-brands-atandt:before {
  content: "\f116";
}
.fi-brands-atlassian:before {
  content: "\f117";
}
.fi-brands-atom:before {
  content: "\f118";
}
.fi-brands-audition:before {
  content: "\f119";
}
.fi-brands-behance:before {
  content: "\f11a";
}
.fi-brands-bitcoin:before {
  content: "\f11b";
}
.fi-brands-blackberry:before {
  content: "\f11c";
}
.fi-brands-blogger:before {
  content: "\f11d";
}
.fi-brands-bluetooth:before {
  content: "\f11e";
}
.fi-brands-bootstrap:before {
  content: "\f11f";
}
.fi-brands-bridgestone:before {
  content: "\f120";
}
.fi-brands-burger-king:before {
  content: "\f121";
}
.fi-brands-c:before {
  content: "\f122";
}
.fi-brands-capture:before {
  content: "\f123";
}
.fi-brands-cc-amazon-pay:before {
  content: "\f124";
}
.fi-brands-cc-apple-pay:before {
  content: "\f125";
}
.fi-brands-cc-diners-club:before {
  content: "\f126";
}
.fi-brands-cc-visa:before {
  content: "\f127";
}
.fi-brands-centos:before {
  content: "\f128";
}
.fi-brands-character:before {
  content: "\f129";
}
.fi-brands-chromecast:before {
  content: "\f12a";
}
.fi-brands-cloudflare:before {
  content: "\f12b";
}
.fi-brands-confluence:before {
  content: "\f12c";
}
.fi-brands-creative-commons-by:before {
  content: "\f12d";
}
.fi-brands-creative-commons-nc-eu:before {
  content: "\f12e";
}
.fi-brands-creative-commons-nc-jp:before {
  content: "\f12f";
}
.fi-brands-creative-commons-nc:before {
  content: "\f130";
}
.fi-brands-creative-commons-nd:before {
  content: "\f131";
}
.fi-brands-creative-commons-pd-alt:before {
  content: "\f132";
}
.fi-brands-creative-commons-pd:before {
  content: "\f133";
}
.fi-brands-creative-commons-remix:before {
  content: "\f134";
}
.fi-brands-creative-commons-sa:before {
  content: "\f135";
}
.fi-brands-creative-commons-sampling-plus:before {
  content: "\f136";
}
.fi-brands-creative-commons-sampling:before {
  content: "\f137";
}
.fi-brands-creative-commons-share:before {
  content: "\f138";
}
.fi-brands-creative-commons-zero:before {
  content: "\f139";
}
.fi-brands-creative-commons:before {
  content: "\f13a";
}
.fi-brands-css3-alt:before {
  content: "\f13b";
}
.fi-brands-css3:before {
  content: "\f13c";
}
.fi-brands-dailymotion:before {
  content: "\f13d";
}
.fi-brands-deezer:before {
  content: "\f13e";
}
.fi-brands-delphi:before {
  content: "\f13f";
}
.fi-brands-dev:before {
  content: "\f140";
}
.fi-brands-devianart:before {
  content: "\f141";
}
.fi-brands-digg:before {
  content: "\f142";
}
.fi-brands-dimension:before {
  content: "\f143";
}
.fi-brands-discord:before {
  content: "\f144";
}
.fi-brands-docker:before {
  content: "\f145";
}
.fi-brands-dribbble:before {
  content: "\f146";
}
.fi-brands-dropbox:before {
  content: "\f147";
}
.fi-brands-drupal:before {
  content: "\f148";
}
.fi-brands-ebay:before {
  content: "\f149";
}
.fi-brands-elementor:before {
  content: "\f14a";
}
.fi-brands-ethereum:before {
  content: "\f14b";
}
.fi-brands-etsy:before {
  content: "\f14c";
}
.fi-brands-evernote:before {
  content: "\f14d";
}
.fi-brands-facebook-messenger:before {
  content: "\f14e";
}
.fi-brands-facebook:before {
  content: "\f14f";
}
.fi-brands-fedex:before {
  content: "\f150";
}
.fi-brands-figma:before {
  content: "\f151";
}
.fi-brands-firefox-browser:before {
  content: "\f152";
}
.fi-brands-firefox:before {
  content: "\f153";
}
.fi-brands-flaticon-1:before {
  content: "\f154";
}
.fi-brands-flaticon:before {
  content: "\f155";
}
.fi-brands-flickr:before {
  content: "\f156";
}
.fi-brands-flipboard:before {
  content: "\f157";
}
.fi-brands-fonts:before {
  content: "\f158";
}
.fi-brands-foursquare:before {
  content: "\f159";
}
.fi-brands-freepik-1:before {
  content: "\f15a";
}
.fi-brands-freepik:before {
  content: "\f15b";
}
.fi-brands-fresco:before {
  content: "\f15c";
}
.fi-brands-github:before {
  content: "\f15d";
}
.fi-brands-gitlab:before {
  content: "\f15e";
}
.fi-brands-goodreads:before {
  content: "\f15f";
}
.fi-brands-google:before {
  content: "\f160";
}
.fi-brands-haskell:before {
  content: "\f161";
}
.fi-brands-hbo:before {
  content: "\f162";
}
.fi-brands-hotjar:before {
  content: "\f163";
}
.fi-brands-html5:before {
  content: "\f164";
}
.fi-brands-huawei:before {
  content: "\f165";
}
.fi-brands-hubspot:before {
  content: "\f166";
}
.fi-brands-ibm:before {
  content: "\f167";
}
.fi-brands-iconfinder:before {
  content: "\f168";
}
.fi-brands-illustrator-draw:before {
  content: "\f169";
}
.fi-brands-illustrator:before {
  content: "\f16a";
}
.fi-brands-imdb:before {
  content: "\f16b";
}
.fi-brands-incopy:before {
  content: "\f16c";
}
.fi-brands-indesign:before {
  content: "\f16d";
}
.fi-brands-instagram:before {
  content: "\f16e";
}
.fi-brands-intel:before {
  content: "\f16f";
}
.fi-brands-invision:before {
  content: "\f170";
}
.fi-brands-itunes:before {
  content: "\f171";
}
.fi-brands-janseen:before {
  content: "\f172";
}
.fi-brands-java:before {
  content: "\f173";
}
.fi-brands-jcb:before {
  content: "\f174";
}
.fi-brands-jira:before {
  content: "\f175";
}
.fi-brands-johnson-and-johnson:before {
  content: "\f176";
}
.fi-brands-joomla:before {
  content: "\f177";
}
.fi-brands-js:before {
  content: "\f178";
}
.fi-brands-kickstarter:before {
  content: "\f179";
}
.fi-brands-line:before {
  content: "\f17a";
}
.fi-brands-linkedin:before {
  content: "\f17b";
}
.fi-brands-lisp:before {
  content: "\f17c";
}
.fi-brands-mailchimp:before {
  content: "\f17d";
}
.fi-brands-marriott-international:before {
  content: "\f17e";
}
.fi-brands-mcdonalds:before {
  content: "\f17f";
}
.fi-brands-media-encoder:before {
  content: "\f180";
}
.fi-brands-medium:before {
  content: "\f181";
}
.fi-brands-meta:before {
  content: "\f182";
}
.fi-brands-microsoft-edge:before {
  content: "\f183";
}
.fi-brands-microsoft-explorer:before {
  content: "\f184";
}
.fi-brands-microsoft:before {
  content: "\f185";
}
.fi-brands-mysql:before {
  content: "\f186";
}
.fi-brands-napster:before {
  content: "\f187";
}
.fi-brands-nestle:before {
  content: "\f188";
}
.fi-brands-netflix:before {
  content: "\f189";
}
.fi-brands-node-js:before {
  content: "\f18a";
}
.fi-brands-nvidia:before {
  content: "\f18b";
}
.fi-brands-oracle:before {
  content: "\f18c";
}
.fi-brands-patreon:before {
  content: "\f18d";
}
.fi-brands-paypal:before {
  content: "\f18e";
}
.fi-brands-pfizer:before {
  content: "\f18f";
}
.fi-brands-photoshop-camera:before {
  content: "\f190";
}
.fi-brands-photoshop-express:before {
  content: "\f191";
}
.fi-brands-photoshop-lightroom-classic:before {
  content: "\f192";
}
.fi-brands-photoshop-lightroom:before {
  content: "\f193";
}
.fi-brands-photoshop:before {
  content: "\f194";
}
.fi-brands-php:before {
  content: "\f195";
}
.fi-brands-pinterest:before {
  content: "\f196";
}
.fi-brands-postgre:before {
  content: "\f197";
}
.fi-brands-premiere-rush:before {
  content: "\f198";
}
.fi-brands-premiere:before {
  content: "\f199";
}
.fi-brands-product-hunt:before {
  content: "\f19a";
}
.fi-brands-python:before {
  content: "\f19b";
}
.fi-brands-raspberry-pi:before {
  content: "\f19c";
}
.fi-brands-reddit:before {
  content: "\f19d";
}
.fi-brands-samsung:before {
  content: "\f19e";
}
.fi-brands-sap:before {
  content: "\f19f";
}
.fi-brands-sass:before {
  content: "\f1a0";
}
.fi-brands-shopify:before {
  content: "\f1a1";
}
.fi-brands-siemens:before {
  content: "\f1a2";
}
.fi-brands-sketch:before {
  content: "\f1a3";
}
.fi-brands-skype:before {
  content: "\f1a4";
}
.fi-brands-slack:before {
  content: "\f1a5";
}
.fi-brands-slidesgo:before {
  content: "\f1a6";
}
.fi-brands-snapchat:before {
  content: "\f1a7";
}
.fi-brands-sony:before {
  content: "\f1a8";
}
.fi-brands-soundcloud:before {
  content: "\f1a9";
}
.fi-brands-spark:before {
  content: "\f1aa";
}
.fi-brands-spotify:before {
  content: "\f1ab";
}
.fi-brands-starbucks:before {
  content: "\f1ac";
}
.fi-brands-stock:before {
  content: "\f1ad";
}
.fi-brands-storyset:before {
  content: "\f1ae";
}
.fi-brands-stripe:before {
  content: "\f1af";
}
.fi-brands-substance-3d-designer:before {
  content: "\f1b0";
}
.fi-brands-substance-3d-painter:before {
  content: "\f1b1";
}
.fi-brands-substance-3d-sampler:before {
  content: "\f1b2";
}
.fi-brands-substance-3d-stager:before {
  content: "\f1b3";
}
.fi-brands-swift:before {
  content: "\f1b4";
}
.fi-brands-t-mobile:before {
  content: "\f1b5";
}
.fi-brands-telegram:before {
  content: "\f1b6";
}
.fi-brands-tencent:before {
  content: "\f1b7";
}
.fi-brands-the-home-depot:before {
  content: "\f1b8";
}
.fi-brands-tik-tok:before {
  content: "\f1b9";
}
.fi-brands-trello:before {
  content: "\f1ba";
}
.fi-brands-tripadvisor:before {
  content: "\f1bb";
}
.fi-brands-tumblr:before {
  content: "\f1bc";
}
.fi-brands-twitch:before {
  content: "\f1bd";
}
.fi-brands-twitter-alt-circle:before {
  content: "\f1be";
}
.fi-brands-twitter-alt-square:before {
  content: "\f1bf";
}
.fi-brands-twitter-alt:before {
  content: "\f1c0";
}
.fi-brands-twitter:before {
  content: "\f1c1";
}
.fi-brands-typescript:before {
  content: "\f1c2";
}
.fi-brands-uber:before {
  content: "\f1c3";
}
.fi-brands-ubuntu:before {
  content: "\f1c4";
}
.fi-brands-unilever:before {
  content: "\f1c5";
}
.fi-brands-unity:before {
  content: "\f1c6";
}
.fi-brands-unsplash:before {
  content: "\f1c7";
}
.fi-brands-ups:before {
  content: "\f1c8";
}
.fi-brands-usaa:before {
  content: "\f1c9";
}
.fi-brands-verizon:before {
  content: "\f1ca";
}
.fi-brands-videvo:before {
  content: "\f1cb";
}
.fi-brands-vimeo:before {
  content: "\f1cc";
}
.fi-brands-visa:before {
  content: "\f1cd";
}
.fi-brands-visual-basic:before {
  content: "\f1ce";
}
.fi-brands-vk:before {
  content: "\f1cf";
}
.fi-brands-walmart:before {
  content: "\f1d0";
}
.fi-brands-wepik:before {
  content: "\f1d1";
}
.fi-brands-whatsapp:before {
  content: "\f1d2";
}
.fi-brands-wikipedia:before {
  content: "\f1d3";
}
.fi-brands-windows:before {
  content: "\f1d4";
}
.fi-brands-wix:before {
  content: "\f1d5";
}
.fi-brands-wordpress:before {
  content: "\f1d6";
}
.fi-brands-xd:before {
  content: "\f1d7";
}
.fi-brands-xing:before {
  content: "\f1d8";
}
.fi-brands-yahoo:before {
  content: "\f1d9";
}
.fi-brands-yandex:before {
  content: "\f1da";
}
.fi-brands-yelp:before {
  content: "\f1db";
}
.fi-brands-youtube:before {
  content: "\f1dc";
}
.fi-brands-zoom:before {
  content: "\f1dd";
}
/*!
*   _____       _             __                 _____                               ______ _       _   _
*  |_   _|     | |           / _|               |_   _|                             |  ____| |     | | (_)
*    | |  _ __ | |_ ___ _ __| |_ __ _  ___ ___    | |  ___ ___  _ __  ___   ______  | |__  | | __ _| |_ _  ___ ___  _ __
*    | | | '_ \| __/ _ \ '__|  _/ _` |/ __/ _ \   | | / __/ _ \| '_ \/ __| |______| |  __| | |/ _` | __| |/ __/ _ \| '_ \
*   _| |_| | | | ||  __/ |  | || (_| | (_|  __/  _| || (_| (_) | | | \__ \          | |    | | (_| | |_| | (_| (_) | | | |
*  |_____|_| |_|\__\___|_|  |_| \__,_|\___\___| |_____\___\___/|_| |_|___/          |_|    |_|\__,_|\__|_|\___\___/|_| |_|
*
*                         UIcons 2.4.2 - https://www.flaticon.com/uicons/interface-icons
*/
*,
::before,
::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x: ;
  --tw-pan-y: ;
  --tw-pinch-zoom: ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position: ;
  --tw-gradient-via-position: ;
  --tw-gradient-to-position: ;
  --tw-ordinal: ;
  --tw-slashed-zero: ;
  --tw-numeric-figure: ;
  --tw-numeric-spacing: ;
  --tw-numeric-fraction: ;
  --tw-ring-inset: ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(0 153 221 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur: ;
  --tw-brightness: ;
  --tw-contrast: ;
  --tw-grayscale: ;
  --tw-hue-rotate: ;
  --tw-invert: ;
  --tw-saturate: ;
  --tw-sepia: ;
  --tw-drop-shadow: ;
  --tw-backdrop-blur: ;
  --tw-backdrop-brightness: ;
  --tw-backdrop-contrast: ;
  --tw-backdrop-grayscale: ;
  --tw-backdrop-hue-rotate: ;
  --tw-backdrop-invert: ;
  --tw-backdrop-opacity: ;
  --tw-backdrop-saturate: ;
  --tw-backdrop-sepia: ;
  --tw-contain-size: ;
  --tw-contain-layout: ;
  --tw-contain-paint: ;
  --tw-contain-style: ;
}
::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x: ;
  --tw-pan-y: ;
  --tw-pinch-zoom: ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position: ;
  --tw-gradient-via-position: ;
  --tw-gradient-to-position: ;
  --tw-ordinal: ;
  --tw-slashed-zero: ;
  --tw-numeric-figure: ;
  --tw-numeric-spacing: ;
  --tw-numeric-fraction: ;
  --tw-ring-inset: ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(0 153 221 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur: ;
  --tw-brightness: ;
  --tw-contrast: ;
  --tw-grayscale: ;
  --tw-hue-rotate: ;
  --tw-invert: ;
  --tw-saturate: ;
  --tw-sepia: ;
  --tw-drop-shadow: ;
  --tw-backdrop-blur: ;
  --tw-backdrop-brightness: ;
  --tw-backdrop-contrast: ;
  --tw-backdrop-grayscale: ;
  --tw-backdrop-hue-rotate: ;
  --tw-backdrop-invert: ;
  --tw-backdrop-opacity: ;
  --tw-backdrop-saturate: ;
  --tw-backdrop-sepia: ;
  --tw-contain-size: ;
  --tw-contain-layout: ;
  --tw-contain-paint: ;
  --tw-contain-style: ;
}
/*! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com
*/
*,
::before,
::after {
  box-sizing: border-box;
  border-width: 0;
  border-style: solid;
  border-color: #e5e7eb;
}
::before,
::after {
  --tw-content: "";
}
html,
:host {
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  -moz-tab-size: 4;
  tab-size: 4;
  font-family:
    ui-sans-serif,
    system-ui,
    sans-serif,
    "Apple Color Emoji",
    "Segoe UI Emoji",
    "Segoe UI Symbol",
    "Noto Color Emoji";
  font-feature-settings: normal;
  font-variation-settings: normal;
  -webkit-tap-highlight-color: transparent;
}
body {
  margin: 0;
  line-height: inherit;
}
hr {
  height: 0;
  color: inherit;
  border-top-width: 1px;
}
abbr:where([title]) {
  text-decoration: underline dotted;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
a {
  color: inherit;
  text-decoration: inherit;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp,
pre {
  font-family:
    ui-monospace,
    SFMono-Regular,
    Menlo,
    Monaco,
    Consolas,
    "Liberation Mono",
    "Courier New",
    monospace;
  font-feature-settings: normal;
  font-variation-settings: normal;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
table {
  text-indent: 0;
  border-color: inherit;
  border-collapse: collapse;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-feature-settings: inherit;
  font-variation-settings: inherit;
  font-size: 100%;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  color: inherit;
  margin: 0;
  padding: 0;
}
button,
select {
  text-transform: none;
}
button,
input:where([type=button]),
input:where([type=reset]),
input:where([type=submit]) {
  -webkit-appearance: button;
  background-color: transparent;
  background-image: none;
}
:-moz-focusring {
  outline: auto;
}
:-moz-ui-invalid {
  box-shadow: none;
}
progress {
  vertical-align: baseline;
}
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
summary {
  display: list-item;
}
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
fieldset {
  margin: 0;
  padding: 0;
}
legend {
  padding: 0;
}
ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
dialog {
  padding: 0;
}
textarea {
  resize: vertical;
}
input::placeholder,
textarea::placeholder {
  opacity: 1;
  color: #9ca3af;
}
button,
[role=button] {
  cursor: pointer;
}
:disabled {
  cursor: default;
}
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  vertical-align: middle;
}
img,
video {
  max-width: 100%;
  height: auto;
}
[hidden]:where(:not([hidden=until-found])) {
  display: none;
}
.pointer-events-none {
  pointer-events: none;
}
.visible {
  visibility: visible;
}
.invisible {
  visibility: hidden;
}
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.sticky {
  position: sticky;
}
.inset-0 {
  inset: 0px;
}
.-bottom-2 {
  bottom: -0.5rem;
}
.-right-1\.5 {
  right: -0.375rem;
}
.bottom-0 {
  bottom: 0px;
}
.bottom-4 {
  bottom: 1rem;
}
.bottom-full {
  bottom: 100%;
}
.left-0 {
  left: 0px;
}
.left-1\/2 {
  left: 50%;
}
.left-6 {
  left: 1.5rem;
}
.left-\[50\%\] {
  left: 50%;
}
.right-0 {
  right: 0px;
}
.top-0 {
  top: 0px;
}
.top-6 {
  top: 1.5rem;
}
.top-\[50\%\] {
  top: 50%;
}
.top-\[calc\(100\%-14px\)\] {
  top: calc(100% - 14px);
}
.z-10 {
  z-index: 10;
}
.z-50 {
  z-index: 50;
}
.z-\[1000\] {
  z-index: 1000;
}
.z-\[11\] {
  z-index: 11;
}
.z-\[20\] {
  z-index: 20;
}
.z-\[9999\] {
  z-index: 9999;
}
.z-\[999\] {
  z-index: 999;
}
.m-0 {
  margin: 0px;
}
.m-2 {
  margin: 0.5rem;
}
.m-auto {
  margin: auto;
}
.mx-6 {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-10 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
.-ml-\[296px\] {
  margin-left: -296px;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-\[32px\] {
  margin-bottom: 32px;
}
.me-2 {
  margin-inline-end: 0.5rem;
}
.ml-2 {
  margin-left: 0.5rem;
}
.ml-4 {
  margin-left: 1rem;
}
.ml-\[272px\] {
  margin-left: 272px;
}
.mr-2 {
  margin-right: 0.5rem;
}
.mr-6 {
  margin-right: 1.5rem;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-3\.5 {
  margin-top: 0.875rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mt-8 {
  margin-top: 2rem;
}
.mt-\[200px\] {
  margin-top: 200px;
}
.box-border {
  box-sizing: border-box;
}
.block {
  display: block;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.grid {
  display: grid;
}
.h-10 {
  height: 2.5rem;
}
.h-12 {
  height: 3rem;
}
.h-14 {
  height: 3.5rem;
}
.h-16 {
  height: 4rem;
}
.h-2 {
  height: 0.5rem;
}
.h-2\.5 {
  height: 0.625rem;
}
.h-3\.5 {
  height: 0.875rem;
}
.h-4 {
  height: 1rem;
}
.h-5 {
  height: 1.25rem;
}
.h-6 {
  height: 1.5rem;
}
.h-8 {
  height: 2rem;
}
.h-\[1px\] {
  height: 1px;
}
.h-\[20px\] {
  height: 20px;
}
.h-\[2px\] {
  height: 2px;
}
.h-\[40px\] {
  height: 40px;
}
.h-\[42px\] {
  height: 42px;
}
.h-\[48px\] {
  height: 48px;
}
.h-\[523px\] {
  height: 523px;
}
.h-\[54px\] {
  height: 54px;
}
.h-\[56px\] {
  height: 56px;
}
.h-\[71px\] {
  height: 71px;
}
.h-\[79px\] {
  height: 79px;
}
.h-\[7px\] {
  height: 7px;
}
.h-\[calc\(100vh-240px\)\] {
  height: calc(100vh - 240px);
}
.h-\[calc\(100vh-6rem\)\] {
  height: calc(100vh - 6rem);
}
.h-auto {
  height: auto;
}
.h-full {
  height: 100%;
}
.h-screen {
  height: 100vh;
}
.max-h-\[60vh\] {
  max-height: 60vh;
}
.max-h-\[70px\] {
  max-height: 70px;
}
.max-h-\[90vh\] {
  max-height: 90vh;
}
.max-h-screen {
  max-height: 100vh;
}
.min-h-\[150px\] {
  min-height: 150px;
}
.min-h-\[196px\] {
  min-height: 196px;
}
.min-h-\[220px\] {
  min-height: 220px;
}
.min-h-\[36px\] {
  min-height: 36px;
}
.min-h-\[40px\] {
  min-height: 40px;
}
.min-h-\[640px\] {
  min-height: 640px;
}
.min-h-\[78px\] {
  min-height: 78px;
}
.min-h-screen {
  min-height: 100vh;
}
.w-10 {
  width: 2.5rem;
}
.w-12 {
  width: 3rem;
}
.w-14 {
  width: 3.5rem;
}
.w-16 {
  width: 4rem;
}
.w-2 {
  width: 0.5rem;
}
.w-2\.5 {
  width: 0.625rem;
}
.w-3\.5 {
  width: 0.875rem;
}
.w-4 {
  width: 1rem;
}
.w-5 {
  width: 1.25rem;
}
.w-6 {
  width: 1.5rem;
}
.w-8 {
  width: 2rem;
}
.w-\[116px\] {
  width: 116px;
}
.w-\[197px\] {
  width: 197px;
}
.w-\[20px\] {
  width: 20px;
}
.w-\[264px\] {
  width: 264px;
}
.w-\[48px\] {
  width: 48px;
}
.w-\[54px\] {
  width: 54px;
}
.w-\[56px\] {
  width: 56px;
}
.w-\[80\%\] {
  width: 80%;
}
.w-\[90vw\] {
  width: 90vw;
}
.w-full {
  width: 100%;
}
.min-w-\[107px\] {
  min-width: 107px;
}
.min-w-\[150px\] {
  min-width: 150px;
}
.min-w-\[32px\] {
  min-width: 32px;
}
.min-w-\[40px\] {
  min-width: 40px;
}
.min-w-\[8px\] {
  min-width: 8px;
}
.max-w-\[120px\] {
  max-width: 120px;
}
.max-w-\[150px\] {
  max-width: 150px;
}
.max-w-\[16px\] {
  max-width: 16px;
}
.max-w-\[190px\] {
  max-width: 190px;
}
.max-w-\[246px\] {
  max-width: 246px;
}
.max-w-\[254px\] {
  max-width: 254px;
}
.max-w-\[360px\] {
  max-width: 360px;
}
.max-w-\[390px\] {
  max-width: 390px;
}
.max-w-\[51px\] {
  max-width: 51px;
}
.max-w-\[640px\] {
  max-width: 640px;
}
.max-w-\[80\%\] {
  max-width: 80%;
}
.max-w-full {
  max-width: 100%;
}
.max-w-md {
  max-width: 28rem;
}
.max-w-screen-sm {
  max-width: 640px;
}
.flex-1 {
  flex: 1 1 0%;
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.flex-grow {
  flex-grow: 1;
}
.-translate-x-1\/2 {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-x-\[50\%\] {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-\[50\%\] {
  --tw-translate-y: 50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-180 {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-45 {
  --tw-rotate: 45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-\[-15deg\] {
  --tw-rotate: -15deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-\[15deg\] {
  --tw-rotate: 15deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-\[\.8\] {
  --tw-scale-x: .8;
  --tw-scale-y: .8;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
@keyframes pulse {
  50% {
    opacity: .5;
  }
}
.animate-pulse {
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
.animate-spin {
  animation: spin 1s linear infinite;
}
.cursor-not-allowed {
  cursor: not-allowed;
}
.cursor-pointer {
  cursor: pointer;
}
.select-none {
  -webkit-user-select: none;
  user-select: none;
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}
.flex-row {
  flex-direction: row;
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-start {
  align-items: flex-start;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.items-stretch {
  align-items: stretch;
}
.justify-start {
  justify-content: flex-start;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.justify-around {
  justify-content: space-around;
}
.justify-evenly {
  justify-content: space-evenly;
}
.gap-1 {
  gap: 0.25rem;
}
.gap-1\.5 {
  gap: 0.375rem;
}
.gap-10 {
  gap: 2.5rem;
}
.gap-12 {
  gap: 3rem;
}
.gap-16 {
  gap: 4rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-2\.5 {
  gap: 0.625rem;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-3\.5 {
  gap: 0.875rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-6 {
  gap: 1.5rem;
}
.gap-8 {
  gap: 2rem;
}
.gap-\[12px\] {
  gap: 12px;
}
.gap-\[16px\] {
  gap: 16px;
}
.gap-\[24px\] {
  gap: 24px;
}
.gap-\[26px\] {
  gap: 26px;
}
.gap-\[40px\] {
  gap: 40px;
}
.gap-\[42px\] {
  gap: 42px;
}
.self-end {
  align-self: flex-end;
}
.self-center {
  align-self: center;
}
.overflow-auto {
  overflow: auto;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-y-auto {
  overflow-y: auto;
}
.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text-ellipsis {
  text-overflow: ellipsis;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.text-wrap {
  text-wrap: wrap;
}
.break-words {
  overflow-wrap: break-word;
}
.break-all {
  word-break: break-all;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-2xl {
  border-radius: 1rem;
}
.rounded-\[24px\] {
  border-radius: 24px;
}
.rounded-\[8px\] {
  border-radius: 8px;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-md {
  border-radius: 0.375rem;
}
.rounded-xl {
  border-radius: 0.75rem;
}
.border {
  border-width: 1px;
}
.border-2 {
  border-width: 2px;
}
.border-4 {
  border-width: 4px;
}
.border-\[1px\] {
  border-width: 1px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-b-\[2px\] {
  border-bottom-width: 2px;
}
.border-b-\[3px\] {
  border-bottom-width: 3px;
}
.border-l {
  border-left-width: 1px;
}
.border-r {
  border-right-width: 1px;
}
.border-r-0 {
  border-right-width: 0px;
}
.border-t {
  border-top-width: 1px;
}
.border-t-0 {
  border-top-width: 0px;
}
.border-solid {
  border-style: solid;
}
.border-dashed {
  border-style: dashed;
}
.\!border-blue-400 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(51 173 228 / var(--tw-border-opacity, 1)) !important;
}
.\!border-blue-500 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(0 153 221 / var(--tw-border-opacity, 1)) !important;
}
.\!border-white {
  --tw-border-opacity: 1 !important;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1)) !important;
}
.border-\[\#0099DD\] {
  --tw-border-opacity: 1;
  border-color: rgb(0 153 221 / var(--tw-border-opacity, 1));
}
.border-\[\#D1D1D1\] {
  --tw-border-opacity: 1;
  border-color: rgb(209 209 209 / var(--tw-border-opacity, 1));
}
.border-\[\#E6E6E6\] {
  --tw-border-opacity: 1;
  border-color: rgb(230 230 230 / var(--tw-border-opacity, 1));
}
.border-base-200 {
  --tw-border-opacity: 1;
  border-color: rgb(244 244 244 / var(--tw-border-opacity, 1));
}
.border-base-300 {
  --tw-border-opacity: 1;
  border-color: rgb(238 238 238 / var(--tw-border-opacity, 1));
}
.border-base-400 {
  --tw-border-opacity: 1;
  border-color: rgb(235 235 235 / var(--tw-border-opacity, 1));
}
.border-base-500 {
  --tw-border-opacity: 1;
  border-color: rgb(230 230 230 / var(--tw-border-opacity, 1));
}
.border-base-600 {
  --tw-border-opacity: 1;
  border-color: rgb(209 209 209 / var(--tw-border-opacity, 1));
}
.border-base-800 {
  --tw-border-opacity: 1;
  border-color: rgb(127 127 127 / var(--tw-border-opacity, 1));
}
.border-blue-100 {
  --tw-border-opacity: 1;
  border-color: rgb(176 223 244 / var(--tw-border-opacity, 1));
}
.border-blue-200 {
  --tw-border-opacity: 1;
  border-color: rgb(138 208 239 / var(--tw-border-opacity, 1));
}
.border-blue-400 {
  --tw-border-opacity: 1;
  border-color: rgb(51 173 228 / var(--tw-border-opacity, 1));
}
.border-blue-500 {
  --tw-border-opacity: 1;
  border-color: rgb(0 153 221 / var(--tw-border-opacity, 1));
}
.border-gray-100 {
  --tw-border-opacity: 1;
  border-color: rgb(243 244 246 / var(--tw-border-opacity, 1));
}
.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}
.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}
.border-gray-400 {
  --tw-border-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-border-opacity, 1));
}
.border-green-200 {
  --tw-border-opacity: 1;
  border-color: rgb(187 247 208 / var(--tw-border-opacity, 1));
}
.border-sky-500 {
  --tw-border-opacity: 1;
  border-color: rgb(14 165 233 / var(--tw-border-opacity, 1));
}
.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}
.border-zinc-100 {
  --tw-border-opacity: 1;
  border-color: rgb(244 244 245 / var(--tw-border-opacity, 1));
}
.border-r-transparent {
  border-right-color: transparent;
}
.\!bg-base-400 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(235 235 235 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-blue-400 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(51 173 228 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-blue-50 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(230 245 252 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-blue-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(0 153 221 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-green-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(1 166 67 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-red-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(232 40 40 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-white {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-yellow-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(232 179 43 / var(--tw-bg-opacity, 1)) !important;
}
.bg-\[\#008BC9\] {
  --tw-bg-opacity: 1;
  background-color: rgb(0 139 201 / var(--tw-bg-opacity, 1));
}
.bg-\[\#0099dd\] {
  --tw-bg-opacity: 1;
  background-color: rgb(0 153 221 / var(--tw-bg-opacity, 1));
}
.bg-\[\#33ADE4\] {
  --tw-bg-opacity: 1;
  background-color: rgb(51 173 228 / var(--tw-bg-opacity, 1));
}
.bg-\[\#FFF7E3\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 247 227 / var(--tw-bg-opacity, 1));
}
.bg-\[\#FFF\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-base-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(247 247 247 / var(--tw-bg-opacity, 1));
}
.bg-base-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 244 / var(--tw-bg-opacity, 1));
}
.bg-base-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(238 238 238 / var(--tw-bg-opacity, 1));
}
.bg-base-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(235 235 235 / var(--tw-bg-opacity, 1));
}
.bg-black\/40 {
  background-color: rgb(0 0 0 / 0.4);
}
.bg-black\/50 {
  background-color: rgb(0 0 0 / 0.5);
}
.bg-blue-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(138 208 239 / var(--tw-bg-opacity, 1));
}
.bg-blue-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(84 187 232 / var(--tw-bg-opacity, 1));
}
.bg-blue-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(51 173 228 / var(--tw-bg-opacity, 1));
}
.bg-blue-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(230 245 252 / var(--tw-bg-opacity, 1));
}
.bg-blue-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(0 153 221 / var(--tw-bg-opacity, 1));
}
.bg-blue-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(0 139 201 / var(--tw-bg-opacity, 1));
}
.bg-blue-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(0 109 157 / var(--tw-bg-opacity, 1));
}
.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}
.bg-green-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(220 252 231 / var(--tw-bg-opacity, 1));
}
.bg-green-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(73 162 123 / var(--tw-bg-opacity, 1));
}
.bg-green-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(240 253 244 / var(--tw-bg-opacity, 1));
}
.bg-green-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(1 166 67 / var(--tw-bg-opacity, 1));
}
.bg-primary-alert {
  --tw-bg-opacity: 1;
  background-color: rgb(255 247 227 / var(--tw-bg-opacity, 1));
}
.bg-primary-gray {
  --tw-bg-opacity: 1;
  background-color: rgb(247 242 249 / var(--tw-bg-opacity, 1));
}
.bg-primary-highlight {
  --tw-bg-opacity: 1;
  background-color: rgb(66 168 224 / var(--tw-bg-opacity, 1));
}
.bg-primary-main {
  --tw-bg-opacity: 1;
  background-color: rgb(62 153 221 / var(--tw-bg-opacity, 1));
}
.bg-red-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(232 40 40 / var(--tw-bg-opacity, 1));
}
.bg-sky-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(224 242 254 / var(--tw-bg-opacity, 1));
}
.bg-sky-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(14 165 233 / var(--tw-bg-opacity, 1));
}
.bg-sky-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(2 132 199 / var(--tw-bg-opacity, 1));
}
.bg-transparent {
  background-color: transparent;
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-yellow-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 247 227 / var(--tw-bg-opacity, 1));
}
.bg-yellow-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(232 179 43 / var(--tw-bg-opacity, 1));
}
.bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}
.from-blue-500 {
  --tw-gradient-from: #0099dd var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 153 221 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.to-blue-600 {
  --tw-gradient-to: #008bc9 var(--tw-gradient-to-position);
}
.object-contain {
  object-fit: contain;
}
.object-cover {
  object-fit: cover;
}
.p-0 {
  padding: 0px;
}
.p-2 {
  padding: 0.5rem;
}
.p-2\.5 {
  padding: 0.625rem;
}
.p-3 {
  padding: 0.75rem;
}
.p-4 {
  padding: 1rem;
}
.p-6 {
  padding: 1.5rem;
}
.p-\[16px\] {
  padding: 16px;
}
.p-\[24px\] {
  padding: 24px;
}
.px-16 {
  padding-left: 4rem;
  padding-right: 4rem;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-2\.5 {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-14 {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-2\.5 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-\[16px\] {
  padding-top: 16px;
  padding-bottom: 16px;
}
.pb-10 {
  padding-bottom: 2.5rem;
}
.pb-12 {
  padding-bottom: 3rem;
}
.pb-2 {
  padding-bottom: 0.5rem;
}
.pb-3\.5 {
  padding-bottom: 0.875rem;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pb-6 {
  padding-bottom: 1.5rem;
}
.pb-\[160px\] {
  padding-bottom: 160px;
}
.pb-\[40px\] {
  padding-bottom: 40px;
}
.pb-\[64px\] {
  padding-bottom: 64px;
}
.pb-\[74px\] {
  padding-bottom: 74px;
}
.pt-10 {
  padding-top: 2.5rem;
}
.pt-16 {
  padding-top: 4rem;
}
.pt-2 {
  padding-top: 0.5rem;
}
.pt-4 {
  padding-top: 1rem;
}
.pt-6 {
  padding-top: 1.5rem;
}
.pt-8 {
  padding-top: 2rem;
}
.pt-\[81px\] {
  padding-top: 81px;
}
.text-center {
  text-align: center;
}
.text-start {
  text-align: start;
}
.font-\[\'Satoshi\'\] {
  font-family: "Satoshi";
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-\[12px\] {
  font-size: 12px;
}
.text-\[14px\] {
  font-size: 14px;
}
.text-\[16px\] {
  font-size: 16px;
}
.text-\[20px\] {
  font-size: 20px;
}
.text-\[22px\] {
  font-size: 22px;
}
.text-\[24px\] {
  font-size: 24px;
}
.text-\[26px\] {
  font-size: 26px;
}
.text-\[32px\] {
  font-size: 32px;
}
.text-\[40px\] {
  font-size: 40px;
}
.text-\[48px\] {
  font-size: 48px;
}
.text-\[50px\] {
  font-size: 50px;
}
.text-\[64px\] {
  font-size: 64px;
}
.text-\[7px\] {
  font-size: 7px;
}
.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.font-\[400\] {
  font-weight: 400;
}
.font-\[500\] {
  font-weight: 500;
}
.font-bold {
  font-weight: 700;
}
.font-medium {
  font-weight: 500;
}
.font-normal {
  font-weight: 400;
}
.font-semibold {
  font-weight: 600;
}
.leading-\[1\.36\] {
  line-height: 1.36;
}
.leading-none {
  line-height: 1;
}
.\!text-base-700 {
  --tw-text-opacity: 1 !important;
  color: rgb(163 163 163 / var(--tw-text-opacity, 1)) !important;
}
.\!text-base-800 {
  --tw-text-opacity: 1 !important;
  color: rgb(127 127 127 / var(--tw-text-opacity, 1)) !important;
}
.\!text-base-900 {
  --tw-text-opacity: 1 !important;
  color: rgb(97 97 97 / var(--tw-text-opacity, 1)) !important;
}
.\!text-gray-400 {
  --tw-text-opacity: 1 !important;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1)) !important;
}
.\!text-white {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
}
.text-\[\#0088cc\] {
  --tw-text-opacity: 1;
  color: rgb(0 136 204 / var(--tw-text-opacity, 1));
}
.text-\[\#0099DD\] {
  --tw-text-opacity: 1;
  color: rgb(0 153 221 / var(--tw-text-opacity, 1));
}
.text-\[\#25D366\] {
  --tw-text-opacity: 1;
  color: rgb(37 211 102 / var(--tw-text-opacity, 1));
}
.text-\[\#616161\] {
  --tw-text-opacity: 1;
  color: rgb(97 97 97 / var(--tw-text-opacity, 1));
}
.text-\[\#A3A3A3\] {
  --tw-text-opacity: 1;
  color: rgb(163 163 163 / var(--tw-text-opacity, 1));
}
.text-\[\#D1D1D1\] {
  --tw-text-opacity: 1;
  color: rgb(209 209 209 / var(--tw-text-opacity, 1));
}
.text-\[\#E8B32B\] {
  --tw-text-opacity: 1;
  color: rgb(232 179 43 / var(--tw-text-opacity, 1));
}
.text-amber-600 {
  --tw-text-opacity: 1;
  color: rgb(217 119 6 / var(--tw-text-opacity, 1));
}
.text-base-700 {
  --tw-text-opacity: 1;
  color: rgb(163 163 163 / var(--tw-text-opacity, 1));
}
.text-base-800 {
  --tw-text-opacity: 1;
  color: rgb(127 127 127 / var(--tw-text-opacity, 1));
}
.text-base-900 {
  --tw-text-opacity: 1;
  color: rgb(97 97 97 / var(--tw-text-opacity, 1));
}
.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.text-blue-100 {
  --tw-text-opacity: 1;
  color: rgb(176 223 244 / var(--tw-text-opacity, 1));
}
.text-blue-200 {
  --tw-text-opacity: 1;
  color: rgb(138 208 239 / var(--tw-text-opacity, 1));
}
.text-blue-400 {
  --tw-text-opacity: 1;
  color: rgb(51 173 228 / var(--tw-text-opacity, 1));
}
.text-blue-50 {
  --tw-text-opacity: 1;
  color: rgb(230 245 252 / var(--tw-text-opacity, 1));
}
.text-blue-500 {
  --tw-text-opacity: 1;
  color: rgb(0 153 221 / var(--tw-text-opacity, 1));
}
.text-blue-600 {
  --tw-text-opacity: 1;
  color: rgb(0 139 201 / var(--tw-text-opacity, 1));
}
.text-blue-700 {
  --tw-text-opacity: 1;
  color: rgb(0 109 157 / var(--tw-text-opacity, 1));
}
.text-blue-800 {
  --tw-text-opacity: 1;
  color: rgb(0 84 122 / var(--tw-text-opacity, 1));
}
.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}
.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}
.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}
.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}
.text-gray-800 {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity, 1));
}
.text-green-500 {
  --tw-text-opacity: 1;
  color: rgb(1 166 67 / var(--tw-text-opacity, 1));
}
.text-green-600 {
  --tw-text-opacity: 1;
  color: rgb(22 163 74 / var(--tw-text-opacity, 1));
}
.text-primary-highlight {
  --tw-text-opacity: 1;
  color: rgb(66 168 224 / var(--tw-text-opacity, 1));
}
.text-red-500 {
  --tw-text-opacity: 1;
  color: rgb(232 40 40 / var(--tw-text-opacity, 1));
}
.text-sky-500 {
  --tw-text-opacity: 1;
  color: rgb(14 165 233 / var(--tw-text-opacity, 1));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.text-white\/80 {
  color: rgb(255 255 255 / 0.8);
}
.text-yellow-500 {
  --tw-text-opacity: 1;
  color: rgb(232 179 43 / var(--tw-text-opacity, 1));
}
.text-yellow-600 {
  --tw-text-opacity: 1;
  color: rgb(202 138 4 / var(--tw-text-opacity, 1));
}
.text-zinc-600 {
  --tw-text-opacity: 1;
  color: rgb(82 82 91 / var(--tw-text-opacity, 1));
}
.line-through {
  text-decoration-line: line-through;
}
.opacity-0 {
  opacity: 0;
}
.opacity-100 {
  opacity: 1;
}
.opacity-50 {
  opacity: 0.5;
}
.opacity-80 {
  opacity: 0.8;
}
.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow:
    var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000),
    var(--tw-shadow);
}
.shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow:
    var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000),
    var(--tw-shadow);
}
.shadow-xl {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow:
    var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000),
    var(--tw-shadow);
}
.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.blur {
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.invert {
  --tw-invert: invert(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.backdrop-blur-sm {
  --tw-backdrop-blur: blur(4px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-colors {
  transition-property:
    color,
    background-color,
    border-color,
    text-decoration-color,
    fill,
    stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-200 {
  transition-duration: 200ms;
}
.duration-300 {
  transition-duration: 300ms;
}
.duration-\[\.2s\] {
  transition-duration: .2s;
}
.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
*,
html,
body {
  font-family: "satoshi";
}
html,
body {
  height: 100%;
}
body {
  background-color: white;
}
.hide-scrollbar {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.hide-scrollbar::-webkit-scrollbar {
  display: none;
}
button {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}
.custom-dialog-container {
  display: flex;
  align-items: center;
  justify-content: center;
}
.hover\:scale-105:hover {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.hover\:scale-\[\.98\]:hover {
  --tw-scale-x: .98;
  --tw-scale-y: .98;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.hover\:scale-\[0\.98\]:hover {
  --tw-scale-x: 0.98;
  --tw-scale-y: 0.98;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.hover\:\!bg-white:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1)) !important;
}
.hover\:bg-base-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(235 235 235 / var(--tw-bg-opacity, 1));
}
.hover\:bg-blue-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 153 221 / var(--tw-bg-opacity, 1));
}
.hover\:bg-blue-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 139 201 / var(--tw-bg-opacity, 1));
}
.hover\:bg-gray-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}
.hover\:bg-white:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.hover\:from-blue-600:hover {
  --tw-gradient-from: #008bc9 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 139 201 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.hover\:to-blue-700:hover {
  --tw-gradient-to: #006d9d var(--tw-gradient-to-position);
}
.hover\:text-xl:hover {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.hover\:\!text-base-800:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(127 127 127 / var(--tw-text-opacity, 1)) !important;
}
.hover\:\!text-blue-700:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(0 109 157 / var(--tw-text-opacity, 1)) !important;
}
.hover\:text-base-800:hover {
  --tw-text-opacity: 1;
  color: rgb(127 127 127 / var(--tw-text-opacity, 1));
}
.hover\:text-blue-500:hover {
  --tw-text-opacity: 1;
  color: rgb(0 153 221 / var(--tw-text-opacity, 1));
}
.hover\:text-blue-700:hover {
  --tw-text-opacity: 1;
  color: rgb(0 109 157 / var(--tw-text-opacity, 1));
}
.hover\:text-red-500:hover {
  --tw-text-opacity: 1;
  color: rgb(232 40 40 / var(--tw-text-opacity, 1));
}
.hover\:text-red-600:hover {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}
.hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.hover\:shadow-lg:hover {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow:
    var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000),
    var(--tw-shadow);
}
.hover\:shadow-md:hover {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow:
    var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000),
    var(--tw-shadow);
}
.hover\:shadow-xl:hover {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow:
    var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000),
    var(--tw-shadow);
}
.hover\:brightness-90:hover {
  --tw-brightness: brightness(.9);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.hover\:brightness-95:hover {
  --tw-brightness: brightness(.95);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.hover\:transition-all:hover {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.active\:scale-95:active {
  --tw-scale-x: .95;
  --tw-scale-y: .95;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.disabled\:cursor-not-allowed:disabled {
  cursor: not-allowed;
}
.disabled\:\!bg-base-500:disabled {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(230 230 230 / var(--tw-bg-opacity, 1)) !important;
}
.disabled\:bg-base-400:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(235 235 235 / var(--tw-bg-opacity, 1));
}
.disabled\:bg-base-900:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(97 97 97 / var(--tw-bg-opacity, 1));
}
.disabled\:\!text-base-900:disabled {
  --tw-text-opacity: 1 !important;
  color: rgb(97 97 97 / var(--tw-text-opacity, 1)) !important;
}
.disabled\:\!text-gray-300:disabled {
  --tw-text-opacity: 1 !important;
  color: rgb(209 213 219 / var(--tw-text-opacity, 1)) !important;
}
.disabled\:opacity-50:disabled {
  opacity: 0.5;
}
.group:hover .group-hover\:bg-blue-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(176 223 244 / var(--tw-bg-opacity, 1));
}
.group:hover .group-hover\:bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}
.group:hover .group-hover\:bg-green-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(220 252 231 / var(--tw-bg-opacity, 1));
}
.group:hover .group-hover\:text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
@media (min-width: 640px) {
  .sm\:mr-2 {
    margin-right: 0.5rem;
  }
  .sm\:flex-row {
    flex-direction: row;
  }
  .sm\:items-center {
    align-items: center;
  }
  .sm\:text-\[30px\] {
    font-size: 30px;
  }
  .sm\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
@media (min-width: 768px) {
  .md\:gap-4 {
    gap: 1rem;
  }
  .md\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
  .md\:text-\[28px\] {
    font-size: 28px;
  }
  .md\:text-\[34px\] {
    font-size: 34px;
  }
  .md\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
  .md\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
  .md\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 1024px) {
  .lg\:flex-row {
    flex-direction: row;
  }
  .lg\:items-center {
    align-items: center;
  }
  .lg\:gap-2 {
    gap: 0.5rem;
  }
  .lg\:text-\[38px\] {
    font-size: 38px;
  }
  .lg\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 1280px) {
  .xl\:text-\[40px\] {
    font-size: 40px;
  }
}

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